﻿.text-blue {
    color: #2196F3;
}

.text-blue-dark {
    color: #2196F3;
}

.text-blue-light {
    color: #64B5F6;
}

.text-indigo {
    color: #3F51B5;
}

.text-indigo-dark {
    color: #303F9F;
}

.text-indigo-light {
    color: #7986CB;
}

.text-purple {
    color: #673AB7;
}

.text-purple-planbi {
    color: #8d77aa;
}

.text-purple-dark {
    color: #512DA8;
}

.text-purple-light {
    color: #9575CD;
}

.text-pink {
    color: #d63384;
}

.text-pink-dark {
    color: #C2185B;
}

.text-pink-light {
    color: #F06292;
}

.text-red {
    color: #F44336;
}

.text-red-dark {
    color: #D32F2F;
}

.text-red-light {
    color: #E57373;
}

.text-orange {
    color: #FF9800;
}

.text-orange-dark {
    color: #F57C00;
}

.text-orange-light {
    color: #FFB74D;
}

.text-amber {
    color: #FFC107;
}

.text-amber-dark {
    color: #FFA000;
}

.text-amber-light {
    color: #FFD54F;
}

.text-brown {
    color: #795548;
}

.text-brown-dark {
    color: #5D4037;
}

.text-brown-light {
    color: #A1887F;
}

.text-yellow {
    color: #FFEB3B;
}

.text-yellow-dark {
    color: #FBC02D;
}

.text-yellow-light {
    color: #FFF176;
}

.text-green {
    color: #4CAF50;
}

.text-green-dark {
    color: #388E3C;
}

.text-green-light {
    color: #81C784;
}

.text-teal {
    color: #009688;
}

.text-teal-dark {
    color: #00796B;
}

.text-teal-light {
    color: #4DB6AC;
}

.text-cyan {
    color: #00BCD4;
}

.text-cyan-dark {
    color: #0097A7;
}

.text-cyan-light {
    color: #4DD0E1;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #6c757d;
}

/*--- JSGRID Theme ---*/

.jsgrid-selected-row .fa:not(.item-icon) {
    color: #fff;
}

.jsgrid-selected-row a:not(.dropdown-item) {
    color: #fff;
    opacity: .75;
}

.jsgrid-selected-row a.dropdown-item {
    color: inherit;
    opacity: .75;
}

.jsgrid-selected-row a:hover {
    opacity: 1;
}

.jsgrid-cell {
    direction: initial;
}


/*--- orgchart ---*/
.orgchart .node {
    direction: rtl;
    cursor: pointer;
}

/*--- widget ---*/
.widget img.icon {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.widget i.icon {
    font-size: 6em;
}

/*--- jquery.ui ---*/
.ui-resizable-w {
    z-index: 999;
}


/*--- Bootstrap treeView ---*/

.treeview {
    background-color: transparent;
}

    .treeview .node {
        color: #333333;
        background-color: transparent;
    }

    .treeview .node-header {
        background-color: #e9e9e9;
    }

    .treeview .node:not(.node-selected):not(.node-disabled):hover {
        background-color: #d7c8e8;
    }

    .treeview .node-selected {
        background-color: #735497;
    }

        .treeview .node-selected .fa {
            color: #fff;
        }

    .treeview .node .fa-lg {
        width: 26px;
    }

*:not(input) {
    caret-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    caret-color: auto;
}

@media print {
    @page {
        size: auto;
        margin: 0mm;
    }



    #dvContent {
        /*margin: 1.6cm !important;*/
    }

    #dvToolbar,
    .tooltip,
    .no-print,
    .no-print * {
        display: none !important;
    }

    .fix-toolbar {
        top: 0px !important;
    }

    .auto-scroll-y {
        overflow: visible !important;
        margin: 0px !important;
    }

    .jsgrid-grid-body {
        overflow-y: visible !important;
        height: auto !important;
    }

    .jsgrid-header-scrollbar {
        overflow-y: visible !important;
    }
}

@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IRANSans(FaNum).eot');
    src: url('../fonts/IRANSans(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSans(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSans(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans(FaNum).ttf') format('truetype');
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #4f4f4f
}

input {
    font-family: 'IranSans';
    font-size: 0.8125rem !important;
}

a {
    text-decoration: none;
}

.text-shadow {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.emoji-font-include {
    font-family: 'IranSans','Noto Color Emoji' !important;
}


.fa {
    font-size: 18px;
    min-width: 20px;
    text-align: center;
    position: relative;
    z-index: 0
}

.nav-link .fa::after,
a:not(.thumbnail) .fa::after,
button:not(.thumbnail) .fa::after,
.btn:not(.thumbnail) .fa::after,
.btn.fa:not(.thumbnail)::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.08);
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 0.1s ease-out;
    z-index: -1
}

.nav-link:hover .fa::after,
a:hover .fa::after,
button:hover .fa::after,
.btn:hover .fa::after,
.btn:hover.fa::after {
    width: 1.9em;
    height: 1.9em;
    transform: translate(-50%,-50%) scale(1);
}

/*.nav-link:hover .fa,
.nav-link.active .fa,
.nav-link:active .fa,
a.active .fa,
a:hover .fa,
button.active .fa,
button:hover .fa,
.btn:hover .fa,
.btn.active .fa,
.btn:active .fa,
.btn:hover.fa,
.btn.active.fa,
.btn:active.fa,
.node-selected .fa {
    text-shadow: 1px 1px 18px #fff;
}*/

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-md {
    vertical-align: -5%;
}

.fa-lg {
    font-size: 1.7em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 1.75em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.strong {
    font-weight: bold;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.pwstrength {
    margin: -4px 2px 0px 2px;
}

    .pwstrength .progress {
        height: 3px;
    }

.bg-main {
    background-color: #735497 !important;
}

.bg-nav {
    background-color: #F5F5F5 !important;
}

.clear-padding {
    padding: 0px !important;
}

.clear-margin {
    margin: 0px !important;
}

.fill-width {
    width: 100%;
}

.fill-height {
    height: 100%;
}

.fill-column {
    display: flexbox;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

.fill {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.fix-toolbar {
    top: 35px;
}

.fix-tab-below {
    bottom: 33px !important;
}

.fix-left-nav {
    left: 109px;
}

.fix-right-nav {
    right: 149px;
}

.fix-left-nav-resizable {
    left: 200px;
}

.fix-right-nav-resizable {
    right: 219px;
}

.fix-footer {
    bottom: 46px !important;
}

.absolute {
    position: absolute !important;
}

.pointer {
    cursor: pointer;
}

.editor-control {
    background-color: #fff !important;
}

.parent-visibility .hidden-child {
    display: none;
}

.parent-visibility:hover .hidden-child {
    display: inherit;
}


.auto-scroll-y {
    overflow-y: auto;
    overflow-y: overlay;
    /*padding: 2px 0px;*/
}

.auto-scroll-x {
    overflow-x: auto;
    overflow-x: overlay;
    /*padding: 2px 0px;*/
}


@media (max-width: 790px) {
    .auto-scroll-y {
        overflow-y: auto;
    }
}

.video-call-container {
    border-radius: 0.3rem;
    background-color: black;
    border: 1px solid rgb(33, 37, 41)
}

.data-list li {
    margin: 3px 5px 3px 5px;
    background-color: #f1f1f1;
    border-radius: 6px !important;
    border-bottom-color: #dee1e6;
    border-width: 1px !important;
}

    .data-list li:first-child .item-arrow {
        display: none;
    }


.notification-dropdown {
    background: #dee1e6 !important;
    position: absolute;
    z-index: 2;
    right: 29px;
    bottom: 0px;
    top: 39px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .notification-dropdown li {
        margin: 3px 5px 3px 5px;
        background-color: #f1f1f1;
        border-radius: 6px;
        border-bottom-color: #dee1e6;
    }

    .notification-dropdown > li > a > .media > .media-right > .img-profile {
        border: none;
    }

    .notification-dropdown li:hover,
    .notification-dropdown li:focus {
        background: #735497;
        text-decoration: none;
        color: #eee;
    }

        .notification-dropdown li:hover a,
        .notification-dropdown li:focus a {
            background: #735497;
            text-decoration: none;
            color: #eee;
        }

        .notification-dropdown li:hover .media > .media-body > .close,
        .notification-dropdown li:focus .media > .media-body > .close {
            color: #eee;
        }


.account-dropdown {
    background: #dee1e6 !important;
    position: absolute;
    z-index: 2;
    right: 29px;
    bottom: 0px;
    top: 39px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.img-profile {
    width: 48px;
    height: 48px;
    font-size: 25px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-profile-lg {
    width: 128px;
    height: 128px;
    font-size: 25px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 5.5rem
}

.img-profile-nr {
    width: 32px;
    height: 32px;
    font-size: 17px;
    padding: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-profile-small {
    width: 24px;
    height: 24px;
    font-size: 14px;
    padding: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img-user {
    border-radius: 50%;
    background-color: #fff;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: -2px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-top-bar {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 40px;
    z-index: -1;
    padding: 3px 30px 3px 15px;
    background: #d3e3fd;
}

.main-top-bar-right {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 40px;
    z-index: 3;
    padding: 4px 5px 3px 0px;
}

@media screen and (max-width: 990px) {
    .scrumboard-dvCategory #dvCategory .sidebar-toggle {
        display: none;
    }

    .scrumboard-dvCategory #dvCategory #handle {
        display: none;
    }

    .scrumboard-dvCategory #dvCategory {
        position: absolute !important;
        right: 0 !important;
        background: white !important;
        width: 70% !important;
        top: 3rem !important;
        height: 80vh !important;
    }

    .contentList-dvCategory #dvCategory {
        /*position: absolute !important;
        background: white !important;
        right: 0 !important;*/
    }

    .navbar-toggler:focus {
        border: none !important;
        box-shadow: none !important;
        color: #8d77aa;
    }
}

@media screen and (max-width: 576px) {
    .grid-navbar {
        position: absolute;
        background: white;
        top: 100%;
        right: 5%;
        z-index: 10;
    }
}

@media screen and (max-width: 790px) {
    #dvHeadLine .sidebar-toggle {
        display: none !important;
    }

    #dvHeadLine #handle {
        display: none !important;
    }

    #dvHeadLine {
        position: absolute !important;
        right: 0 !important;
        background: #f5f5f5 !important;
        top: 3rem !important;
        height: 100vh !important;
        width: 50% !important;
        border-radius: 10px !important;
    }

        #dvHeadLine #nav-tab {
            width: 100% !important;
            border-radius: 10px !important;
        }
}

@media screen and (min-width: 791px) {
    .feeder-navbar button.navbar-toggler {
        display: none !important;
    }

    .sidebar-toggle {
        display: flex !important;
    }
}

@media screen and (min-width: 991px) {
    button.navbar-toggler {
        display: none !important;
    }
}

#username::after {
    /*font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';
    content: "\f007";
    font-size: 16px;
    padding-left: 10px;*/
}

.main-top-bar-right li#addAccount:hover a {
    background-color: #0c4128;
}

.main-top-bar-right li#addAccount a {
    background-color: #8d77aa;
}

.main-top-bar-right .dropdown-toggle::after {
    display: none !important;
}

.main-top-bar-right .fa-bell:hover {
    color: #fcb417;
    transform: scale(1.1);
}


.main-top-bar-right .dropdown .btn:hover .fa-cog {
    animation: fa-spin 1.7s infinite linear;
}

.main-top-bar-right #dvNotification:hover .fa-bell {
    color: #fcb417;
    transform: scale(1.1);
    animation: fa-spin2 0.3s infinite linear;
}

.main-top-bar-right #btnAccount .fa-bell:hover {
    color: #fcb417;
    transform: scale(1.1);
    animation: fa-spin2 0.3s infinite linear;
}


@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes fa-spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@keyframes fa-spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

.main-top-bar-right .btn {
    padding-bottom: 4px;
}

.main-top-bar-right a.btn {
    padding-top: 8px;
}

.main-top-bar-right .btn:focus {
    box-shadow: none !important;
}

.main-top-bar-right .img-profile-nr {
    border: none;
}

.open > .dropdown-menu {
    border: none !important;
}

.main-left-bar {
    position: fixed;
    width: 31px;
    top: 40px;
    left: 0px;
    bottom: 0px;
    background-color: #e8e8e8;
    border-right: 1px solid #919191;
    z-index: 1;
}

.main-right-bar {
    position: fixed;
    width: 30px;
    top: 38px;
    right: 0px;
    bottom: -1px;
    background: #d3e3fd;
    z-index: 1;
}

.main-bottom-bar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 20px;
    border-top: 1px solid #919191;
    background-color: #e8e8e8;
    z-index: 2;
    padding: 0px 8px;
}

.main-content-form {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 29px;
    z-index: 2;
}

.right-pane {
    position: fixed !important;
    top: 40px;
    bottom: 0px;
    right: 30px;
    width: 350px;
    background-color: #e8e8e8;
    border-left: 1px solid #919191;
    height: auto !important;
}

.pane-header {
    background-color: #c5cede !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #919191;
    min-height: 28px;
    padding: 5px;
}

.relative {
    position: relative !important;
}

.iframe-match {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-width: 0px;
    background-color: transparent;
}

.lm_item_container > .lm_content > .iframe-match {
    /*border-top: 2px solid white;*/
}

.iframe-modal {
    margin-bottom: -8px;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.main-loading-content {
    background-color: rgba(255, 255, 255, 0.99);
    z-index: 10001;
    display: none;
}

.main-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-image: url(images/loading.svg);
}

.skeleton-loading-circle {
    border-radius: 50%;
    background-color: #e9ecef;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-loading-box {
    background-color: #e9ecef;
    border-radius: 8px;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-toolbar {
    height: 52px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@keyframes skeleton-pulse {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.center-absolute {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-loading-small {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-image: url(images/loading-small.svg);
}

.bottom-loading-content {
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1000;
    visibility: hidden;
    bottom: 0;
    width: 100%;
    height: 44px;
    padding: 6px;
    text-align: center;
}

.loading-small {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-image: url(images/loading-small.svg);
}

* {
    -ms-scrollbar-track-color: transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-face-color: #c9c9c9;
    scrollbar-face-color: #c9c9c9;
    -ms-scrollbar-arrow-color: transparent;
    scrollbar-arrow-color: transparent;
    -ms-scrollbar-darkshadow-color: transparent;
    scrollbar-darkshadow-color: transparent;
    -ms-scrollbar-shadow-color: transparent;
    scrollbar-shadow-color: transparent;
    -ms-scrollbar-3dlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    -ms-scrollbar-base-color: transparent;
    scrollbar-base-color: transparent;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

    *:hover, div:hover {
        -ms-scrollbar-track-color: #e8e8e8;
        scrollbar-track-color: #e8e8e8;
        -ms-scrollbar-face-color: #c9c9c9;
        scrollbar-face-color: #c9c9c9;
        -ms-scrollbar-arrow-color: #e8e8e8;
        scrollbar-arrow-color: #e8e8e8;
        -ms-scrollbar-darkshadow-color: #e8e8e8;
        scrollbar-darkshadow-color: #e8e8e8;
        -ms-scrollbar-shadow-color: #e8e8e8;
        scrollbar-shadow-color: #e8e8e8;
        -ms-scrollbar-3dlight-color: #e8e8e8;
        scrollbar-3dlight-color: #e8e8e8;
        -ms-scrollbar-base-color: #e8e8e8;
        scrollbar-base-color: #e8e8e8;
        scrollbar-color: #c9c9c9 transparent;
        scrollbar-width: thin;
    }

    *::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background: transparent;
    }

    *:hover::-webkit-scrollbar-thumb {
        background: #c9c9c9;
    }

.search {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 15px;
    padding: 3px 6px 3px 25px;
    width: 180px;
    margin: 4px 5px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    -webkit-background-size: 14px;
    background-size: 14px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,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');
}

.large-search {
    background-color: #fff;
    padding: 8px 16px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    border: 1px solid #dadce0;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    border-radius: 26px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    align-items: center;
}

    .large-search:hover,
    .large-search:focus,
    .large-search:active {
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .20));
    }

    .large-search button {
        border: none;
        padding: 0px;
        margin: 0px;
        background-color: transparent;
    }

    .large-search input,
    .large-search input:-webkit-autofill,
    .large-search input:-webkit-autofill:hover,
    .large-search input:-webkit-autofill:focus,
    .large-search input:-webkit-autofill:active {
        font-size: 1rem !important;
        border: none;
        width: 100%;
        background-color: transparent;
    }

        .large-search input:focus {
            border: none;
            outline: none;
        }

    .large-search button:focus {
        border: none;
        outline: none;
    }

    .large-search:focus-within {
        /* border: none; */
        outline: 0;
        /* -webkit-box-shadow: inset 0 1px 1px rgba(87, 148, 209, 1), 0 0 4px rgba(87, 148, 209, 1);
    box-shadow: inset 0 1px 1px rgba(87, 148, 209, 1), 0 0 4px rgba(87, 148, 209, 1); */
        box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.16);
    }

.search-item {
    padding: 1rem 124px 1rem 1rem;
}

.color-folder {
    color: #bd9662 !important;
    fill: #bd9662 !important;
}

.color-user {
    color: #9575CD !important;
    fill: #9575CD !important;
}

.color-users {
    color: #58a3b1 !important;
    fill: #58a3b1 !important;
}

.color-book {
    color: #82B1FF !important;
    fill: #82B1FF !important;
}

.handle-resize-vertical-right {
    width: 1px;
    background-color: #919191;
    height: 100%;
    right: 0px;
}

.table-text-center td,
.table-text-center th {
    text-align: center !important;
}

.table-none-border {
    border-collapse: collapse;
    border-width: 0px;
}

    .table-none-border td,
    th {
        padding: 0px;
    }

.table-fix {
    border-collapse: collapse;
    border-width: 0px;
    display: block;
}

    .table-fix td,
    th {
        padding: 0px;
    }

    .table-fix tbody {
        display: block;
        width: 100%;
        height: 100%;
    }

.table-display {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.stretch-v {
    height: 100%;
}

.stretch {
    height: 100%;
    width: 100%;
}

.icon-sm {
    width: 24px;
    height: 24px;
}

.icon-m {
    width: 32px;
    height: 32px;
}

.icon-lg {
    width: 48px;
    height: 48px;
}

.icon-xl {
    width: 64px;
    height: 64px;
}

.icon-xxl {
    width: 72px;
    height: 72px;
}

.icon-xxxl {
    width: 96px;
    height: 96px;
}

.brand-image {
    width: auto;
    height: 33px;
}

.drag-file {
    border: 4px dashed transparent;
}

    .drag-file.is-dragover {
        border: 4px dashed #735497;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.18) !important;
    }

.ellipsis {
    white-space: nowrap;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.map-marker-centered {
    background-image: url(images/marker-icon.png), url(images/marker-shadow.png);
    background-repeat: no-repeat, no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    z-index: 10000;
    left: calc(50% - 12.5px);
    top: calc(50% - 41px);
    transition: all 0.4s ease;
}

.map-latlong-label {
    position: absolute;
    z-index: 10000;
    left: 8px;
    bottom: 8px;
    transition: all 0.4s ease;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.map-marker-css-icon {
    font-size: 20px !important;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.map-marker-popup-table {
    margin: 0px !important;
}

    .map-marker-popup-table td,
    .map-marker-popup-table th {
        border: none !important;
        padding: 3px !important;
    }

.side-pan-book-mark {
    text-align: center;
    padding: 0;
    border: none;
    width: 100%;
    height: 14.1%;
    border-radius: 0px 5px 5px 0px;
    vertical-align: middle;
    margin: 0.5px 1px 0.5px 0px;
    white-space: nowrap;
}

    .side-pan-book-mark .icon::before {
        color: white !important;
    }

.main-right-bar .btn1 {
    background: #cc2424;
}

.main-right-bar .btn2 {
    background: #f37f31;
}

.main-right-bar .btn3 {
    background: #ffba00;
}

.main-right-bar .btn4 {
    background: #69ab00;
}

.main-right-bar .btn5 {
    background: #008b8e;
}

.main-right-bar .btn6 {
    background: #0349a8;
}

.main-right-bar .btn7 {
    background: #9145a2;
}

.service-custom-background .service-caption {
    color: #fff !important;
    font-size: 1rem;
    /* text-shadow: -1px -1px 0 rgba(0, 0, 0, .13), 1px -1px 0 rgba(0, 0, 0, .13), -1px 1px 0 rgba(0, 0, 0, .13), 1px 1px 0 rgba(0, 0, 0, .13);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .40)); */
}

.service-custom-background .service-icon {
    color: #fff;
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, .13), 1px -1px 0 rgba(0, 0, 0, .13), -1px 1px 0 rgba(0, 0, 0, .13), 1px 1px 0 rgba(0, 0, 0, .13);*/
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .20));
}

.service-custom-background .caption {
    color: #fff !important;
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, .13), 1px -1px 0 rgba(0, 0, 0, .13), -1px 1px 0 rgba(0, 0, 0, .13), 1px 1px 0 rgba(0, 0, 0, .13);*/
    /* filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .20)); */
}

.service-custom-background a.thumbnail.active {
    background-color: rgba(255, 255, 255, .15) !important;
    border-color: transparent !important;
}

.service-custom-background a.thumbnail:hover,
.service-custom-background a.thumbnail:focus {
    transform: scale(1.12);
    transition: transform 0.2s ease-in-out;
}

.service-custom-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.service-version .service-custom-background {
    color: #fff !important;
    /* filter: drop-shadow(0 0 6px rgba(0, 0, 0, .40)); */
}


.service-clock .service-custom-background {
    color: #fff !important;
    /* text-shadow: -1px -1px 0 rgba(0, 0, 0, .13), 1px -1px 0 rgba(0, 0, 0, .13), -1px 1px 0 rgba(0, 0, 0, .13), 1px 1px 0 rgba(0, 0, 0, .13);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .40)); */
}

.sidebar-toggle {
    position: absolute;
    top: 13px;
    background-color: #fff;
    color: #666;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    padding-right: 2px;
    align-items: center;
    border: 1px solid #e5e5e5;
}

.navbar-fixed-right-resizable .sidebar-toggle {
    left: -12px;
    transform: rotate(180deg);
}

.navbar-fixed-left-resizable .sidebar-toggle {
    right: -12px;
    transform: rotate(0deg);
}

.sidebar-toggle:hover {
    background-color: #735497;
    color: #fff;
    
}

.sidebar-toggle.close-sidebar {
    background-color: #735497;
    width: 18px;
    color: #fff;
    padding-right: 0px;
}

.navbar-fixed-right-resizable .sidebar-toggle.close-sidebar {
    transform: rotate(0deg);
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.navbar-fixed-left-resizable .sidebar-toggle.close-sidebar {
    transform: rotate(180deg);
    right: -17px;
    border-radius: 50% 0 0 50%;
}

.sidebar-toggle.close-sidebar:hover {
    background-color: #fff;
    color: #735497;
}

.child-opacity-full:hover * {
    opacity: 1 !important;
}

*:not(input[type="text"],input[type="number"],textarea), .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.block {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    border-radius: 6px;
    text-align: center;
    justify-content: flex-end;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 12px;
}

.opacity-7 {
    opacity: 0.7;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-pre-line {
    white-space: pre-line;
}

.form-group .progress {
    margin-bottom: 15px;
}

.form-group .thumbnailContainer #dvContent .thumb {
    height: 205px;
    width: 205px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../img/background/freelancer_3.jpg');
}

.form-group .thumbnailContainer .thumbnail {
    margin-left: 18px;
}

.form-group-border {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

    .form-group-border .card-header {
        margin: -6px -12px 0 -12px;
    }

@media screen and (max-width: 575px) {
    .bs-popover-start {
        top: -80px !important;
    }
}

.settings-right-navbar {
    border: none !important;
    background: #e8e8e8 !important;
}

.settings-toolbar {
    border: none !important;
    background: none !important;
    position: relative;
    top: 5px !important;
}

    .settings-toolbar li.navbar-btn {
        background: none !important;
        border: none !important;
        min-height: 28px !important;
        left: 5px !important;
    }

        .settings-toolbar li.navbar-btn:hover {
            border: none !important;
            background-color: rgba(255, 255, 255, 0.80) !important;
        }

.card-login {
    border: none !important;
    border-radius: 5px !important;
    background-color: rgba(255, 255,255, 0.25);
    height: calc(100% - 64px);
    overflow-y: auto;
    margin-top: 32px;

}

    .card-login > .card-header {
        border-top-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
        border: none !important;
        background-color: #735497 !important;
        color: #eee !important;
    }

    .card-login > .card-body .form-horizontal .input-group input {
        /*border: none !important;*/
    }

    .card-login > .card-body .form-horizontal .input-group .input-group-text,
    .card-login > .card-body .form-horizontal .input-group .btn {
        border: none !important;
        background-color: #fff !important;
    }

    .card-login > .card-body .form-horizontal .input-group select {
        /*border: none !important;*/
    }

    .card-login > .card-body .form-horizontal > .btn {
        /*background: #735497 !important;
        border: none !important;*/
    }

    .card-login > .card-body .form-horizontal > input:hover {
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1) !important;
    }

.logo-box {
    background: linear-gradient(180deg, rgb(255 255 255 / 70%) 50%, transparent 50%);
    display: flex;
    flex-wrap: wrap;
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 50%;
}
    .logo-box img{
        z-index:1;
    }

    .btn-default {
        border: none !important;
    }

.form-group input.formula-input {
    background: #dcdcdc !important;
}

ul.navbar-fixed-bottom {
    border-top: 2px solid white !important;
    background-color: #dee1e6;
}

    ul.navbar-fixed-bottom li:not(.active) a {
        border: none !important;
        background-color: #dee1e6;
    }

    ul.navbar-fixed-bottom li:not(.active):hover a {
        background-color: #eceff5;
    }

    ul.navbar-fixed-bottom li.active a {
        border: none !important;
    }

    ul.navbar-fixed-bottom li.active {
        border-right: none;
    }

    ul.navbar-fixed-bottom li {
        margin-top: 0px;
        border-right: 1px solid rgba(50, 50, 50, 0.1);
    }

        ul.navbar-fixed-bottom li:last-child {
            border-right: none;
        }

        ul.navbar-fixed-bottom li a .tab-icon {
            top: 3px;
        }

nav.navbar-fixed-top {
    border-color: #fff !important;
    background-color: #dee1e6 !important;
}

    nav.navbar-fixed-top .pull-left li {
        background-color: #dee1e6 !important;
    }

    nav.navbar-fixed-top .pull-left button {
        background-color: #dee1e6;
    }

    nav.navbar-fixed-top .pull-right li {
        background-color: #dee1e6 !important;
    }

    nav.navbar-fixed-top .btn-group label {
        background-color: #dee1e6;
        border-radius: 0px !important;
        transition: all ease-in-out 200ms !important;
    }

        nav.navbar-fixed-top .btn-group label.active {
            border-radius: 0px !important;
            border-bottom: 2px solid #fff !important;
            color: #735497 !important;
            transition: all ease-in-out 200ms !important;
        }

        nav.navbar-fixed-top .btn-group label:hover {
            color: white !important;
            background-color: #735497 !important;
            transition: all ease-in-out 200ms !important;
        }

.navbar-fixed-left-resizable {
    width: 250px;
    /*background-color: #e6ebf0;*/
    border-right: 1px #e1e1e1 solid;
    z-index: 1040;
}

.navbar-fixed-right-resizable {
    width: 300px;
    /*background-color: #e6ebf0;*/
    border-left: 1px #e1e1e1 solid;
    z-index: 1040;
}

.navbar-fixed-right {
    width: 200px;
    /*background-color: #e6ebf0;*/
    border-left: 1px #f1f1f1 solid;
    z-index: 1040;
}

.image-box {
    align-items: center;
    box-sizing: border-box;
    background: #ffffffdd;
    width: 96px;
    height: 96px;
    justify-content: center;
    display: flex;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .20));
}

.btn.thumbnail:hover {
    background-color: #d7c8e8;
    border-color: transparent !important;
}

.btn.thumbnail.active {
    background-color: #735497;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.25rem rgba(115, 84, 151, 0.25);
    color: #fff;
}


/********Bootstrap Theme>>>>>>>>*/


.user-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}

.btn {
    font-size: 0.8125rem;
    /*color:#4f4f4f*/
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 0.8125rem;
}

.btn-primary {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
    border-color: rgba(var(--bs-primary-rgb), 0.9);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: rgba(var(--bs-primary-rgb), 1);
        border-color: rgba(var(--bs-primary-rgb), 1);
    }

    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 1);
        box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 1);
    }


.form-control {
    font-size: 0.8125rem;
}

.input-group-text {
    font-size: 0.8125rem;
}

.form-select {
    -moz-padding-start: 2.25rem;
    font-size: 0.8125rem;
}

.accordion-button {
    font-size: 0.8125rem;
}

.rtl .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: #008000;
    background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-menu {
    font-size: 0.8125rem;
    max-height: 250px;
    overflow-y: auto;
}

.dropdown.dselect-wrapper .dropdown-item.active, .dropdown.dselect-wrapper .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item .fa.fa-lg {
    padding: 0.2rem 0rem;
    width: 22px;
    text-align: center;
}

.list-group-item {
    padding: 0.5rem;
}

small,
.small {
    font-size: 0.75rem;
}

table {
    font-size: 0.8125rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #735497;
}

.nav .nav-link {
    color: #4f4f4f;
}

    .nav .nav-link:hover {
        color: #212529;
    }

.nav-link.active .fa {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.disabled .fa {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-brand {
    font-size: 1rem;
}

.navbar {
    min-height:54px;
}

.form-control:focus {
    border-color: #735497;
    /*box-shadow: 0 0 0 0.25rem rgba(115, 84, 151, 0.25);*/
    box-shadow: none;
}

.form-select:focus {
    border-color: #735497;
    /*box-shadow: 0 0 0 0.25rem rgba(115, 84, 151, 0.25);*/
    box-shadow: none;
}

.form-control:not([disabled])[data-date],
.form-control:not([disabled])[data-datetime] {
    background-color: #fff;
}

.moda-header {
    background: #f5f5f5;
}

.tooltip {
    font-size: 0.65rem;
    direction: rtl;
}

.form-floating > .form-control:focus::-moz-placeholder {
    color: #6c757d;
}

.form-floating > .form-control:focus::placeholder {
    color: #6c757d;
}

.form-floating > .form-control {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    height: auto;
}

.form-floating > .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    line-height: 1.5;
    height: auto;
}

.form-floating > label {
    left: auto;
    right: 1.5rem;
    padding: 0.45rem 1rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding: 0.45rem 0.75rem 0.30rem 0.75rem;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label,
    .form-floating[radiogroup] > .form-label {
        transform: translateY(-54%) translateX(-0.5em);
        background: linear-gradient(0deg, white 50%, transparent 50%);
        /*font-size: 0.71875rem;*/
        text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
        opacity: 1;
        padding: 0rem 0.50rem;
        height: auto;
        border: none;
        color: #808080
    }

.form-floating > .form-control[disabled]:focus ~ label,
.form-floating > .form-control[disabled]:not(:placeholder-shown) ~ label,
.form-floating > .form-select[disabled] ~ label {
    background: linear-gradient(0deg, #e9ecef 41%, transparent 41%);
}

.floating-group.input-group > .form-floating > .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 0.75rem;
}

.floating-group.input-group > .form-floating > .form-control {
    padding-right: 2.5rem;
}

.floating-group.input-group > .form-floating:not(:first-child) > .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.floating-group.input-group > .form-floating > .tag-editor {
    padding-right: 2.5rem;
}

.floating-group.input-group > .input-group-text {
    background-color: white;
}

.floating-group.input-group > .btn {
    border-color: #ced4da;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    padding-right: 1.5em;
    margin-bottom: .125rem;
}

    .form-check .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0;
    }

.form-check-inline {
    display: inline-block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    padding-right: 0.75rem;
    background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    padding-right: 0.75rem;
    background-position: left calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem);
    padding-right: 0.75rem;
    background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: left calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem);
}



.invalid-tooltip {
    right: 0;
    font-size: 0.65rem;
    margin-top: -0.35rem;
}

.toast {
    font-size: 0.70rem;
}

.modal-fullscreen {
    height: 100% !important;
}

#gantt_here .gantt_layout_root {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
}

.gantt_rtl .gantt_tree_content {
    direction: rtl;
}

}

.gantt_rtl .gantt_cell_tree {
    justify-content: flex-start !important;
}

.gantt_tree_content {
    overflow-x: clip;
    text-overflow: ellipsis;
}
/*#gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row .gantt_last_cell {
    text-align: right;
    overflow-x: scroll;
    direction: ltr;
}



    #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid {
        direction: rtl;
    }



        #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row_task .gantt_cell:first-child {
            direction: ltr;
            text-align: right;
            overflow: -moz-hidden-unscrollable;
            overflow: hidden;
        }

            #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row_task .gantt_cell:first-child:hover {
                overflow-x: auto;
            }

        #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row_task .gantt_last_cell {
            overflow: hidden;
        }

            #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row_task .gantt_last_cell:hover {
                overflow-x: auto;
            }

        #gantt_here .gantt_layout_root .gantt_layout_cell .grid_cell .gantt_layout_content .gantt_grid .gantt_grid_data .gantt_row_task .gantt_cell .gantt_tree_content {
            direction: rtl;
        }

.gantt_cell {
    font-size: 11px !important;
    padding: 0;
}
#ganttRange {
    direction: rtl;
}*/
.logCard {
    width: 450px;
    height: 110px;
    direction: rtl;
    border: none;
}

    .logCard .fa {
        font-size: 40px;
    }

.timerDisplay {
    font-size: 24px;
}

.advanced-search {
    top: 60px;
}

#searchFilters {
    top: 3rem;
    left: 15rem;
}

.grid table tr:hover {
    cursor: pointer;
}

#icon-collapse #slider {
    overflow: hidden !important;
}

#collapse-icon:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

.change-collapse {
    max-width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 790px) {
    .bottomMyTabs {
        white-space: nowrap;
        overflow: auto;
        display: block;
    }

        .bottomMyTabs > li {
            display: inline-block;
        }

            .bottomMyTabs > li .tab-text {
                display: none;
            }

    #icon-collapse #slider {
        overflow: auto;
    }

    #icon-collapse {
        width: 100% !important;
        height: 62vh !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #searchFilters {
        top: 0;
        left: 0;
        position: relative !important;
        margin: auto;
        padding: 0;
        width: 100% !important;
    }

        #searchFilters > ul {
            flex-direction: row !important;
            padding: 0;
        }

            #searchFilters > ul > li {
                padding-inline: 10px;
            }

                #searchFilters > ul > li > ul {
                    position: absolute;
                }

    p.advanced-search {
        top: 60px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-number-span {
    transform: translateY(-50%);
}

.input-number-up:has(~ input[type="number"]:disabled) {
    display: none;
}
.input-number-up:hover {
    cursor: pointer;
    color: #4e6c1a;
}
.input-number-down:has(~ input[type="number"]:disabled) {
    display: none;
}
.input-number-down:hover {
    cursor: pointer;
    color: #ad301f;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 2rem !important;
    background-position: right 0.5rem center, left 0.5rem center;
}
/* Calendare */
.fc-daygrid-day-events:hover {
    cursor: pointer;
}

input::-ms-reveal {
    display: none;
}

#applicationName {
    direction: rtl;
}

/*<<<<<<Bootstrap Theme*/
:root {
    --bs-primary-rgb: 115, 84, 151;
    --bs-primary-lighter-rgb: 237, 232, 242;
}

a:focus,
.btn:focus,
button:focus {
    box-shadow: none !important;
}

.progress-bar {
    background-color: #8d77aa;
}

a {
    color: #008000;
}

    a:hover {
        color: #D68E3A;
    }





.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.top-65 {
    top: 65% !important;
}

.left-10 {
    left: 10% !important;
}

.fa-lightbulb {
    color: #FBC02D;
}

.thumbnail:hover .fa-lightbulb:before {
    content: "\f672" !important;
    color: #FBC02D;
    transition: all 0.7s ease-in-out;
}

.thumbnail:hover .fa-folder:before {
    content: "\f07c";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-book:before {
    content: "\f518";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-user:before {
    content: "\f2bd";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-server:before {
    content: "\f0ae";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-lock:before {
    content: "\f09c";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-search:before {
    content: "\f865";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-tachometer-alt:before {
    content: "\f626";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-clipboard-list:before {
    content: "\f737";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-calendar:before {
    content: "\f073";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-hospital:before {
    content: "\f47d";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-comment-alt:before {
    content: "\f4a6";
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .fa-cog:before {
    content: "\f085";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-server:before {
    content: "\f0ae";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-search:before {
    content: "\f689";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-comment-alt:before {
    content: "\f4a6";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-calendar:before {
    content: "\f073";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-folder:before {
    content: "\f07c";
    transition: all 0.5s ease-in-out;
}

.main-right-bar .side-pan-book-mark:hover .fa-tachometer-alt:before {
    content: "\f626";
    transition: all 0.5s ease-in-out;
}

.service-version a:hover .fa-trash:before {
    content: "\f2ed";
    transition: all 0.5s ease-in-out;
}

.menu-change-password:hover .fa-lock:before {
    content: "\f09c";
    transition: all 0.5s ease-in-out;
}

.menu-change-password:hover .fa-user:before {
    content: "\f4fc";
    transition: all 0.5s ease-in-out;
}

.menu-credit:hover .fa-credit-card-blank:before {
    content: "\f38a";
    transition: all 0.5s ease-in-out;
}

#readAllNotification:hover .fa-trash:before {
    content: "\f2ed";
    transition: all 0.5s ease-in-out;
}

#btnSearch:hover .fa-search:before {
    content: "\f865";
    transition: all 0.5s ease-in-out;
}

.fa-sync-alt:hover {
    animation: fa-spin 1.7s infinite linear;
}

.btn:hover .fa-expand:before {
    content: "\f31e";
    transition: all 0.5s ease-in-out;
}

.btn:hover .fa-compress:before {
    content: "\f78c";
    transition: all 0.5s ease-in-out;
}


/* >>>>>>>> Code Mirror >>>>>>>>*/
/*#region Code Mirror */
.cm-s-eclipse span.cm-meta {
    color: #FF1717;
}

.cm-s-eclipse span.cm-keyword {
    line-height: 1em;
    font-weight: bold;
    color: #7F0055;
}

.cm-s-eclipse span.cm-atom {
    color: #219;
}

.cm-s-eclipse span.cm-number {
    color: #164;
}

.cm-s-eclipse span.cm-def {
    color: #00f;
}

.cm-s-eclipse span.cm-variable {
    color: black;
}

.cm-s-eclipse span.cm-variable-2 {
    color: #0000C0;
}

.cm-s-eclipse span.cm-variable-3,
.cm-s-eclipse span.cm-type {
    color: #0000C0;
}

.cm-s-eclipse span.cm-property {
    color: black;
}

.cm-s-eclipse span.cm-operator {
    color: black;
}

.cm-s-eclipse span.cm-comment {
    color: #3F7F5F;
}

.cm-s-eclipse span.cm-string {
    color: #2A00FF;
}

.cm-s-eclipse span.cm-string-2 {
    color: #f50;
}

.cm-s-eclipse span.cm-qualifier {
    color: #555;
}

.cm-s-eclipse span.cm-builtin {
    color: #30a;
}

.cm-s-eclipse span.cm-bracket {
    color: #cc7;
}

.cm-s-eclipse span.cm-tag {
    color: #170;
}

.cm-s-eclipse span.cm-attribute {
    color: #00c;
}

.cm-s-eclipse span.cm-link {
    color: #219;
}

.cm-s-eclipse span.cm-error {
    color: #f00;
}

.cm-s-eclipse .CodeMirror-activeline-background {
    background: #e8f2ff;
}

.cm-s-eclipse .CodeMirror-matchingbracket {
    outline: 1px solid grey;
    color: black !important;
}

.ͼ2 .cm-gutters {
    background-color: white;
}
/*#endregion */
/* <<<<<<<< Code Mirror <<<<<<<<*/
