@font-face {
    font-family: 'iransans';
    src: url("../font/IRANSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iransans';
    src: url("../font/IRANSans_Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('../font/iransans/woff/IRANSansXFaNum-Thin.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 200;
    src: url('../font/iransans/woff/IRANSansXFaNum-UltraLight.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 300;
    src: url('../font/iransans/woff/IRANSansXFaNum-Light.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 500;
    src: url('../font/iransans/woff/IRANSansXFaNum-Medium.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('../font/iransans/woff/IRANSansXFaNum-DemiBold.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 800;
    src: url('../font/iransans/woff/IRANSansXFaNum-ExtraBold.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../font/iransans/woff/IRANSansXFaNum-Black.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../font/iransans/woff/IRANSansXFaNum-Bold.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansXFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../font/iransans/woff/IRANSansXFaNum-Regular.woff') format('woff'), url('../font/iransans/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
}

html {
    height: 100%;
}

body {
    direction: rtl;
    height: 100%;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: IRANSansXFaNum;
}

.title {
    font-size: 130%;
    font-weight: bold;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #f5f7fa;
    z-index: 1000;
    color: #151413;
    text-align: center;
    font-size: 12px;
}

.select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-search__field {
    border-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
    vertical-align: -webkit-baseline-middle;
    padding-right: 10px;
    padding-top: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: auto;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 23px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    border-width: 7px 6px 0 6px;
}

.form-select {
    padding-right: 35px !important;
}

.search-label {
    color: #6c757d;
    font-size: 90%;
    margin-bottom: 5px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #bcbebf;
}

.task-property-title {
    font-size: 96%;
    font-weight: bold;
}

.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.reply {
    margin-left: 12px;
}

.reply small {
    font-weight: bolder;
    color: #aab2bd;
}


.reply small:hover {
    color: #4a89dc;
    cursor: pointer;
}

.download small {
    color: #aab2bd;
    font-weight: bolder;
}

.download small:hover {
    color: #4a89dc;
    cursor: pointer;
}

.delete small {
    color: #aab2bd;
    font-weight: bolder;
}

.delete small:hover {
    color: #da4453;
    cursor: pointer;
}

/*# sourceMappingURL=base.css.map */

/*.card:hover{*/
/*  border: #0066ff 1px solid;*/
/*}*/

.container-dialog-field {
    /*border: 1px solid #8cc152;*/

    border-radius: 6px;
    /*padding: 10px;*/
    min-height: 97px;
    background-color: #f5f7fa;
}

.container-file {
    /*border: 1px solid #8cc152;*/

    border-radius: 6px;
    /*padding: 10px;*/
    min-height: 50px;
    background-color: #f5f7fa;
}


/* Start Circle Button */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 25px;
}


.btn-circle.btn-very-small {
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 1.20;
    border-radius: 20px;
}


.btn-circle.btn-small {
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 9px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 1.33;
    border-radius: 20px;
}


.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.dialog-field-label {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 14px;
}

.dialog-field-description {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    color: #0a53be;
    line-height: 1.8;
}


.pagination-custom-button {
    margin-right: 5px !important;
}

.custom-table-pagination {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pagination-total-records {
    display: inline-block;
    margin-left: 20px;
}

.label-key {
    display: block;
    padding-top: 16px;
    padding-bottom: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #0a53be;
}

.label-value {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.8;
}

.btn-warning, .btn-warning:active, .btn-warning:visited {
    background-color: #fc6e51 !important;
    border-color: #fc6e51 !important;
    color: #f1f1f1 !important;
}

.btn-warning:hover {
    background-color: #e9573f !important;
    border-color: #e9573f;
    color: #ffffff !important;
}

.btn-danger, .btn-danger:active, .btn-danger:visited {
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
    color: #f1f1f1 !important;
}

.btn-danger:hover {
    background-color: #da4453 !important;
    border-color: #da4453;
    color: #ffffff !important;
}


.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #4fc1e9 !important;
    border-color: #4fc1e9 !important;
    color: #f1f1f1 !important;
}

.btn-primary:hover {
    background-color: #3bafda !important;
    border-color: #3bafda;
    color: #ffffff !important;
}

.btn-success, .btn-success:active, .btn-success:visited {
    background-color: #a0d468 !important;
    border-color: #a0d468 !important;
    color: #f1f1f1 !important;
}

.btn-success:hover {
    background-color: #8cc152 !important;
    border-color: #8cc152;
    color: #ffffff !important;
}


.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
    background-color: #656d78 !important;
    border-color: #656d78 !important;
    color: #f1f1f1 !important;
}

.btn-secondary:hover {
    background-color: #434a54 !important;
    border-color: #434a54;
    color: #ffffff !important;
}


.nav-link {
    color: #434a54 !important;
}

.btn-custom {
    font-size: 90%;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    background-color: #FFFFFF00 !important;
    border-radius: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-custom-black {
    border: solid 1px #434a5433;
    color: #434a54 !important;
}

.btn-custom-black:hover {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.btn-custom-full-white {
    border: solid 1px #ffffff !important;
    color: #ffffff !important;
}

.btn-custom-full-white:hover {
    border-color: #ffffffaa !important;
    color: #ffffffaa !important;
}

.btn-custom-yellow {
    border: solid 1px #ffce54;
    color: #434a54 !important;
}

.btn-custom-yellow:hover {
    border-color: #f6bb42 !important;
    color: #f6bb42 !important;
}

.btn-custom-green {
    border: solid 1px #a0d468;
    color: #434a54 !important;
}

.btn-custom-green:hover {
    border-color: #8cc152 !important;
    color: #8cc152 !important;
}

.btn-custom-light-blue {
    border: solid 1px #4fc1e9;
    color: #434a54 !important;
}

.btn-custom-light-blue:hover {
    border-color: #3bafda !important;
    color: #3bafda !important;
}


.btn-custom-dark-blue {
    border: solid 1px #3bafda;
    color: #434a54 !important;
}

.btn-custom-dark-blue:hover {
    border-color: #28adde !important;
    color: #28adde !important;
}


.btn-custom-pink {
    border: solid 1px #ec87c0;
    color: #434a54 !important;
}

.btn-custom-pink:hover {
    border-color: #d770ad !important;
    color: #d770ad !important;
}

.btn-custom-pink-fill {
    border: solid 1px #ec87c0;
    color: #ffffff !important;
    background-color: #d770ad !important;
}

.btn-custom-pink-fill:hover {
    border: solid 1px #ec87c0;
    color: #ffffff !important;
    background-color: #d770ad !important;
}


.btn-custom-mint {
    border: solid 1px #48cfad;
    color: #434a54 !important;
}

.btn-custom-mint:hover {
    border-color: #37bc9b !important;
    color: #37bc9b !important;
}

.btn-custom-orange {
    border: solid 1px #fc6e51;
    color: #434a54 !important;
}

.btn-custom-orange:hover {
    border-color: #e9573f !important;
    color: #e9573f !important;
}


.btn-custom-white {
    border: solid 1px #ffffff55;
    color: #434a54 !important;
}

.btn-custom-white:hover {
    border-color: #434a54 !important;
}

.btn-fill-custom {
    font-size: 90%;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    border-radius: 25px;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

.btn-fill-custom-red {
    background-color: #ed5565;
    color: white !important;
}

.btn-fill-custom-red:hover {
    background-color: #da4453;
    color: white !important;
}


.btn-fill-custom-orange {
    background-color: #fc6e51;
    color: white !important;
}

.btn-fill-custom-orange:hover {
    background-color: #e9573f;
    color: white !important;
}


.btn-fill-custom-yellow {
    background-color: #ffce54;
    color: white !important;
}

.btn-fill-custom-yellow:hover {
    background-color: #f6bb42;
    color: white !important;
}

.btn-fill-custom-green {
    background-color: #a0d468;
    color: white !important;
}

.btn-fill-custom-green:hover {
    background-color: #8cc152;
    color: white !important;
}

.btn-fill-custom-mint {
    background-color: #48cfad;
    color: white !important;
}

.btn-fill-custom-mint:hover {
    background-color: #37bc9b;
    color: white !important;
}

.btn-fill-custom-light-blue {
    background-color: #4fc1e9;
    color: white !important;
}

.btn-fill-custom-light-blue:hover {
    background-color: #3bafda;
    color: white !important;
}

.btn-fill-custom-dark-blue {
    background-color: #5d9cec;
    color: white !important;
}

.btn-fill-custom-dark-blue:hover {
    background-color: #4a89dc;
    color: white !important;
}


.btn-fill-custom-purple {
    background-color: #ac92ec;
    color: white !important;
}

.btn-fill-custom-purple:hover {
    background-color: #967adc;
    color: white !important;
}

.btn-fill-custom-pink {
    background-color: #ec87c0;
    color: white !important;
}

.btn-fill-custom-pink:hover {
    background-color: #d770ad;
    color: white !important;
}

.btn-fill-custom-medium-gray {
    background-color: #ccd1d9;
    color: white !important;
}

.btn-fill-custom-medium-gray:hover {
    background-color: #aab2bd;
    color: white !important;
}


.btn-fill-custom-dark-gray {
    background-color: #656d78;
    color: white !important;
}

.btn-fill-custom-dark-gray:hover {
    background-color: #434a54;
    color: white !important;
}


.role-item {
    border: 1px solid #f5f7fa;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 10px;
    min-height: 50px;
    cursor: pointer;
    font-size: 90%;
}

.role-item-selected {
    border: 1px solid #a0d468 !important;
    background-color: #a0d468;
}

.btn-edit-inline {
    color: #FF3800;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    cursor: pointer;
    font-size: 110%;
}

.btn-edit-inline:hover {
    color: #da0d04;
}

.btn-add-inline {
    color: #005AFF;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    cursor: pointer;
    font-size: 110%;
}

.btn-add-inline:hover {
    color: #003bb2;
}


.btn-select-type {
    border: solid 1px #8cc152 !important;
    color: #434a54 !important;
}

.btn-select-type:hover {
    border-color: #8cc152 !important;
    color: white !important;
    background-color: #8cc152 !important;
}

.btn-select-type-selected {
    border: solid 1px #8cc152 !important;
    background-color: #8cc152 !important;
    color: white !important;
}

.btn-select-type-selected:hover {
    border: solid 1px #8cc152 !important;
    background-color: #8cc152 !important;
    color: white !important;
}

.btn-select-unit {
    border: solid 1px #e6e9ed !important;
    background-color: #e6e9ed !important;
    border-radius: 25px !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.btn-select-unit:hover {
    border: solid 1px #8cc152 !important;
    background-color: #8cc152 !important;
    color: white !important;
}

.btn-select-unit-selected {
    border: solid 1px #8cc152 !important;
    background-color: #8cc152 !important;
    border-radius: 25px !important;
    display: inline-block !important;
    cursor: pointer !important;
    color: white;
}

.btn-select-unit-selected:hover {
    border: solid 1px #8cc152 !important;
    background-color: #8cc152 !important;
    color: white !important;
}

.dialog-field-key {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #e6e9ed;
    color: #666d78;
    font-size: 90%;
    font-weight: bolder;
    padding: 10px;
    padding-right: 15px !important;
    display: block;
}

.dialog-field-value {
    color: #434a54;
    min-height: 30px;
    font-size: 100%;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 15px;
    display: block;
}

.custom-hr {
    height: 1px;
    background-color: #00000033;
    border: none;
}

.task-unit-item {
    border-radius: 20px;
    border: solid 1px #e7e9ed;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.task-unit-item:hover {
    cursor: pointer;
    border-color: #da4453;
}

.task-unit-item-title {
    padding-right: 4px;
    padding-left: 4px;
}

.rounded-20 {
    border-radius: 2.0rem !important
}

.bg-red {
    background-color: #ed5565;
}

.bg-red:hover {
    background-color: #da4453;
}


.bg-orange {
    background-color: #fc6e51;
}

.bg-orange:hover {
    background-color: #e9573f;
}

.bg-yellow {
    background-color: #ffce54;
}

.bg-yellow:hover {
    background-color: #f6bb42;
}

.bg-green {
    background-color: #a0d468;
}

.bg-green:hover {
    background-color: #8cc152;
}

.bg-mint {
    background-color: #48cfad;
}

.bg-mint:hover {
    background-color: #37bc9b;
}

.bg-light-blue {
    background-color: #4fc1e9;
}

.bg-light-blue:hover {
    background-color: #3bafda;
}

.bg-dark-blue {
    background-color: #5d9cec;
}

.bg-dark-blue:hover {
    background-color: #4a89dc;
}


.bg-purple {
    background-color: #ac92ec;
}

.bg-purple:hover {
    background-color: #967adc;
}

.bg-pink {
    background-color: #ec87c0;
}

.bg-pink:hover {
    background-color: #d770ad;
}

.avatar-items {
    display: inline-block !important;
    width: 128px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
    cursor: pointer !important;
    margin-top: .5rem !important;
    border: solid 2px #f5f7fa !important;
    border-radius: 128px !important;
}

.avatar-items:hover {
    border-color: #e6e9ed !important;
}

.users-search-item {
    border: solid 1px #e6e9ed;
    border-radius: 25px;
    cursor: pointer;
}

.users-search-item:hover {
    background-color: #48cfad;
    border-color: #48cfad;
    color: white;
}

.task-watcher-user-container {
    border-radius: 30px !important;
    border: solid 1px #e7e9ed !important;
    display: inline-block !important;
    cursor: pointer !important;
    margin-right: 5px !important;
}

.task-watcher-user-container:hover {
    border-color: #ed5565 !important;
    background-color: #ed5565;
    color: white;
}

.task-file-image {
    margin: auto !important;
    display: block !important;
    text-align: center !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
}

.task-file-description {
    background-color: #f5f7fa !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-radius: 6px !important;
}

.task-file-sub-container {
    max-width: 800px;
    border-radius: 6px;
    margin-right: 0px;
    margin-left: 0px;
    border-color: #e6e9ed55;
}

.searchbox {
    border-radius: 50px;
    border: solid 1px #e6e9edcc !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    background-color: #e6e9ed33;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-weight: 600;
    color: #656d78;
}

#taskTitleSearchBox:focus {
    border: solid 1px #e6e9ed !important;
    background-color: #e6e9ed66;
    outline: none;
}

.searchbox-tag {
    border-radius: 50px;
    border: solid 1px #ac92ec !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    background-color: #967adc66 !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-weight: 600;
    color: white !important;
}

.searchbox-tag::-webkit-input-placeholder {
    color: white !important;
}


#tagTitleSearchBox:focus {
    border: solid 1px #967adc !important;
    background-color: #967adcee;
    outline: none;
}

.searchbox-pattern {
    border-radius: 50px;
    border: solid 1px #da4453cc !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    background-color: #ed556533 !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-weight: 600;
    color: white !important;
}

.searchbox-pattern::-webkit-input-placeholder {
    color: white !important;
}


#patternTitleSearch:focus {
    border: solid 1px #da4453 !important;
    background-color: #da4453cc !important;
    outline: none;
}


.searchbox-user {
    border-radius: 50px;
    border: solid 1px #37bc9bcc !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    background-color: #37bc9b33 !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-weight: 600;
    color: white !important;
}

#inputFullNameAndUsernameSearch:focus {
    border: solid 1px #37bc9b !important;
    background-color: #37bc9b88 !important;
    outline: none;
}

.searchbox-user::-webkit-input-placeholder {
    color: white !important;
}


.container-dialog-field-normal {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    min-height: 97px;
}


.container-pagination {
    border: 1px solid #e6e9ed;
    border-radius: 6px;
    min-height: 97px;
}

.cu-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.cu-btn-fill-mint {
    color: white;
    background-color: #48cfad;
}

.cu-btn-fill-mint:hover {
    background-color: #37bc9b;
    color: #f5f7fa;
}

.cu-btn-fill-dark-gray {
    color: white;
    background-color: #656d78;
}

.cu-btn-fill-dark-gray:hover {
    background-color: #434a54;
    color: #f5f7fa;
}

.cu-btn-fill-red {
    color: white;
    background-color: #ed5565;
}

.cu-btn-fill-red:hover {
    background-color: #da4453;
    color: #f5f7fa;
}

.cu-btn-fill-pink {
    color: white;
    background-color: #ec87c0;
}

.cu-btn-fill-pink:hover {
    background-color: #d770ad;
    color: #f5f7fa;
}


.cu-btn-fill-purple {
    color: white;
    background-color: #ac92ec;
}

.cu-btn-fill-purple:hover {
    background-color: #967adc;
    color: #f5f7fa;
}

.cu-btn-fill-light-blue {
    color: white;
    background-color: #4fc1e9;
}

.cu-btn-fill-light-blue:hover {
    background-color: #3bafda;
    color: #f5f7fa;
}

.cu-btn-fill-dark-blue {
    color: white;
    background-color: #5d9cec;
}

.cu-btn-fill-dark-blue:hover {
    background-color: #4a89dc;
    color: #f5f7fa;
}

.cu-btn-fill-yellow {
    color: white;
    background-color: #ffce54;
}

.cu-btn-fill-yellow:hover {
    background-color: #f6bb42;
    color: #f5f7fa;
}

.cu-btn-fill-green {
    color: white;
    background-color: #a0d468;
}

.cu-btn-fill-green:hover {
    background-color: #8cc152;
    color: #f5f7fa;
}

.cu-btn-fill-medium-gray {
    color: white;
    background-color: #ccd1d9;
}

.cu-btn-fill-medium-gray:hover {
    background-color: #aab2bd;
    color: #f5f7fa;
}


.cu-btn-fill-orange {
    color: white;
    background-color: #fc6e51;
}

.cu-btn-fill-orange:hover {
    background-color: #e9573f;
    color: #f5f7fa;
}

.tag-circle-color {
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50% !important;
}


.task-tag-container {
    border-radius: 30px !important;
    /*border: solid 1px #e7e9ed !important;*/
    display: inline-block !important;
    cursor: pointer !important;
    margin-right: 5px !important;
    color: #FFFFFFdd;
}

.task-tag-container:hover {
    color: white;
}

.tag-delete-icon {
    color: #FFFFFF !important;
}

.tag-delete-icon:hover {
    color: #da4453 !important;
}

.tag-item-modal {

    border-radius: 25px;
    cursor: pointer;
    color: #FFFFFFcc;
    display: block;
    text-align: center !important;
}

.tag-item-modal:hover {
    color: #FFFFFF;
}


.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/*soheil*/
/*homepage-for-user*/

table.blueTable {
    border: 0px solid #fff;
    background-color: #F5F7FB;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-radius: 10px 0 10px 10px;
}

table.blueTable td, table.blueTable th {
    border: 0px solid #F5F7FB;
    padding: 3px 2px;
}

table.blueTable tbody td {
    color: #000;
}

table.blueTable tr:nth-child(even) {
    background: #F5F7FB;
}

.table-new-task {
    border: 0px solid #E7E9ED;
    background-color: #F5F7FB;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
}

.all-task-button {
    border: 0px solid #E7E9ED;
    background-color: #F5F7FB;
    color: #5A88D7;
    font-weight: 500;
}

.number-tasks-button {
    cursor: default;
    width: 80px;
    max-width: 100%;
    font-weight: 500;
    margin-left: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.button-table:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.04);
    color: #3bafda !important;
}

.padding-table {
    padding-right: 44px;
    padding-left: 44px;
}

.blue-text:hover {
    color: #3bafda;
    font-weight: bold;
}

.custom-link {
    cursor: pointer;
    color: #656d78;
    text-decoration: none;
    font-weight: bold;
}

.custom-link:hover {
    color: #3bafda;
}

.search-result-text:hover {
    background-color: #FFFFFFcc !important;
    color: #4a89dc !important;
    /*box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);*/
}

/*soheil*/

.home-search-box {
    border-radius: 50px;
    border: solid 1px #e6e9edcc !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background-color: #e6e9ed;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 100%;
    font-weight: 600;
    color: #656d78;
}


.home-search-box::-webkit-input-placeholder {
    color: white !important;
}

#SearchTaskInHomePageInput:focus {
    border: solid 0px #FFFFFF00 !important;
    background-color: #FFFFFF00;
    outline: none;
}

.home-search-result {
    font-size: 90%;
    font-weight: bold !important;
    background-color: #f5f7fa !important;
    color: #656d78 !important;
    text-decoration: none;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    cursor: pointer;
    padding: 10px !important;
    border-radius: 8px !important;
}

.home-search-result-span {
    margin-left: 5px;
    margin-block: 5px !important;
    border-radius: 20px !important;
    padding: 0 15px 0 15px !important;
    color: white;
    cursor: default;
    width: 80px;
    max-width: 100%;
    font-weight: 500;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

@media only screen and (max-width: 950px) and (min-width: 760px) {
    .home-search-box {
        width: 50% !important;
    }
}

@media only screen and (max-width: 950px) and (min-width: 760px) {
    .result-search {
        width: 50% !important;
    }
}

.btn-excel {
    margin-right: 1px;
    width: 34px;
    height: 34px;
    padding: 5px !important;
    border-radius: 32px !important;
    background-color: #48cfad !important;
}

. btn-excel:hover {
    background-color: #37bc9b !important;
}

/*task-create*/

.list-task-button {
    background-color: #97BF60;
    color: #fff;
    border: #fff solid 2px;
    cursor: pointer;
}

.user-button {
    width: 170px;
    max-width: 100%;
    cursor: pointer;
}

.priority-button-red {
    background-color: #C94F56;
    cursor: pointer;
    margin-right: 7%;
    width: 130px;
    max-width: 100%;
    font-weight: 500;
}

.priority-button-orange {
    background-color: #D86149;
    cursor: pointer;
    margin-right: 1%;
    width: 130px;
    max-width: 100%;
    font-weight: 500;
}

.priority-button-yellow {
    background-color: #EEBD5A;
    cursor: pointer;
    margin-right: 1%;
    width: 130px;
    max-width: 100%;
    font-weight: 500;
}

.priority-button-green {
    background-color: #97BF60;
    cursor: pointer;
    width: 130px;
    max-width: 100%;
    font-weight: 500;
}

.priority-button-blue {
    background-color: #5EADD6;
    cursor: pointer;
    margin-right: 1%;
    width: 130px;
    max-width: 100%;
    font-weight: 500;
    margin-right: 10px;
}

.task-create-inputs-container {
    margin-top: 10px;
    border-radius: 25px;
    border: solid 1px #ced4da;
    padding: 6px 3px;
    cursor: pointer;
}

.task-create-inputs-container:hover {
    background-color: #e6e9ed;
}


.task-create-inputs-watchers {
    margin-top: 10px;
    border-radius: 25px;
    border: solid 1px #ced4da;
    padding-bottom: 5px;

}

.task-title {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #434a54 !important;
}

.watcher-div {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #f5f7fa;
    padding-bottom: 10px;
}

.watcher-span {
    display: inline-block;
    color: #434a54;
    font-weight: 600;
    padding-right: 15px;
    padding-top: 10px;
}

.unit-user-container {
    display: block;
    margin-right: 10px;
    margin-top: 15px;
    font-weight: 550;
    color: #434a54
}

.tag-title-div {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #f5f7fa;
    padding-bottom: 5px
}

.tag-title-span {
    display: inline-block;
    color: #434a54;
    font-weight: 600;
    padding-right: 15px;
    padding-top: 10px
}

.priority-title-div {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #f5f7fa;
    padding-bottom: 10px
}

.priority-title-span {
    display: inline-block;
    color: #434a54;
    font-weight: 600;
    padding-right: 15px;
    padding-top: 10px
}

.priority-color {
    background-color: #f6bb42;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #f6bb42
}

.custom-date-picker {
    cursor: pointer !important;
    background-color: #FFFFFF00 !important;
    border: solid 1px #e6e9ed;
    padding-right: 15px;
    height: 36px !important;
    width: 100% !important;
    caret-color: transparent;
}

jdp-container {
    z-index: 999999999 !important;
}

.task-permission-checkbox {
    scale: 1.6;
    accent-color: #8cc152 !important;
    background-color: #f5f7fa;
}

.intervalDate-createJs {
    font-size: 13px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.intervalDate-showJs {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.table-task-action-button {
    margin-right: 1px;
    width: 34px;
    height: 34px;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 32px
}

.percent {
    background-color: #00000011;
    font-size: 70%;
    width: 35px;
    height: 35px;
    padding: 4px;
    padding-top: 10px;
    font-weight: bold;
    color: #FFFFFF
}

.searchbox-roadMap {
    border-radius: 50px;
    border: solid 1px #5d9cec !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    background-color: #4a89dc66 !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-weight: 600;
    color: white !important;
}

.searchbox-roadMap::-webkit-input-placeholder {
    color: white !important;
}