﻿:root {
    --theme-color: #0063AD;
    /*--theme-color: #0063AD;*/
    /*--theme-color: #556496;*/
    /*--theme-color: #0179BF;*/
    /*--theme-color: #5d9cc2;*/
    --second-color: #38BB90;
    /*--second-color: #C792F5;*/
    --hover-color: #1ABC63;
    --font-color: #404040;
    --light-bg: #f2f2f2;
    /*--light-bg: #f3f4f6;  blue*/
    /*--theme-light-color: #e8edfa;*/
    --theme-light-color: #bbcfde;
    /*--theme-light-color: #d4d9e5;*/

    --second-light-color: #bad7ce;
    --border-color: #cbcbcb;
    --card-color: #037DBC;
    --light-back-color: #F7F9FC;
    --btn-bg-color: #0063AD;
    --btn-font-color: #fff;
    --btn-hover-color: #015899;
}


@font-face {
    font-family: android;
    src: url(/fonts/android.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(/fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-bold;
    src: url(/fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-bold;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-medium;
    src: url(/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-light;
    src: url(/fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Agressive;
    src: url(/fonts/AGRESSIVE.otf);
}

@font-face {
    font-family: Wallman;
    src: url(/fonts/Wallman-Bold-free.ttf);
}

@font-face {
    font-family: BPreply;
    src: url(/fonts/BPreplayBold.otf);
}


@font-face {
    font-family: Tajawal;
    src: url(/fonts/Tajawal/Tajawal-Medium.ttf);
}

@font-face {
    font-family: Tajawal-bold;
    src: url(/fonts/Tajawal/Tajawal-Bold.ttf);
}

.arabic-font {
    font-family: Tajawal;
}

.arabic-font-bold {
    font-family: Tajawal-bold;
}

.english-font {
    font-family: Roboto !important;
    letter-spacing: 0.1px;
}

.english-font-bold {
    font-family: Roboto-medium !important;
    letter-spacing: 0.1px;
}

@media print {
    html {
        print-color-adjust: exact;
    }
}

@media (min-width: 768px) {
    html {
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto, "Open Sans", sans-serif;
    /*background: #f9f9f9;*/
}

@media print {
    @page {
        size: landscape;
        print-color-adjust: exact;
    }
}

form {
    margin-bottom: 0px;
}

hr {
    margin-top: 10px;
}

.color-green {
    color: #5cb85c;
}

.color-red {
    color: red;
}

.color-theme {
    color: var(--theme-color);
}

.color-second {
    color: var(--second-color);
}

input[type='checkbox'] {
    accent-color: var(--theme-color);
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}*/

.Register-img {
    width: 220px;
}

.logo-img {
    width: 55px;
    margin-right: 70px;
    margin-left: 15px;
    margin-top: 8px;
}

.logo-img-navbar {
    object-fit: cover;
    height: 31px;
    display: block;
    padding: 1px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-left: 2px;
    margin-top: 6px;
    margin-right: 3px;
    border-radius: 5px;
}

.logo-img-cust {
    width: 120px;
    margin-left: 20px;
    margin-right: 65px;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (max-width: 776px) {
    .logo-img {
        left: 0 !important;
        margin-right: 20px !important;
    }
}



.logo-img-main {
    margin-top: 0px;
    width: 200px !important;
}

.logo-txt {
    font-family: android, "Open Sans", sans-serif;
    font-size: 3.5em;
    color: var(--theme-color);
}

    .logo-txt span {
        font-family: Roboto;
        font-size: 0.3em !important;
        color: #404040;
        font-weight: 500;
        margin-left: 5px;
    }

.profile-menu-img {
    width: 25px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 50%;
}

.profile-txt {
    font-size: 0.85em;
    color: #fff !important;
    text-decoration: none;
}

    .profile-txt:hover {
        color: #ddd;
        text-decoration: none;
        cursor: pointer;
    }

.navbar-login {
    width: 350px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.main-cont {
    height: 100%;
    padding-top: 5rem;
}

@media (max-width: 768px) {
    .main-cont {
        height: 100%;
        padding-top: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .main-cont {
        height: 100%;
        padding-top: 1rem;
    }
}

@media (min-width: 1200px) and (max-width: 1520px) {
    .main-cont {
        height: 100%;
        padding-top: 1.5rem;
    }
}

.main-bg {
    /*    background: url("/img/login-bg.webp") center top no-repeat fixed;*/
    overflow: hidden;
    position: relative;
    background-size: cover;
    opacity: 1;
}

.main-bg-img {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
}

.main-txt p {
    color: #404040;
    font-size: 2.7em;
    font-family: Roboto-light, 'Open Sans';
    line-height: 60px;
}

    .main-txt p span {
        font-size: 54px;
        font-family: Roboto-medium, 'Open Sans';
    }

.main-txt h5 {
    color: #404040;
    font-size: 1.2em;
    line-height: 27px;
    font-family: Roboto, 'Open Sans';
}


@media (max-width: 768px) {
    .main-txt {
        font-size: 2.5em;
    }
}

.main-txt-bold p {
    color: #404040;
    font-size: 4em;
    font-family: Wallman, Roboto-medium, 'Open Sans';
    line-height: 70px;
}

.main-img {
    width: 80%;
}

.media {
    margin-bottom: 6px;
}

.media-body {
    color: var(--font-color);
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .media-body {
        font-size: 18px;
    }
}

.fa-ex {
    font-size: 24px;
    margin-right: 15px;
    color: var(--theme-color);
    margin-top: 7px;
}

@media (max-width: 768px) {
    .fa-ex {
        font-size: 18px;
        margin-right: 10px;
        margin-top: 6px;
    }
}

.org-logo-container {
    min-width: 200px;
    min-height: 200px;
    border: 2px dashed #aaa;
    border-radius: 10px;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px dashed #aaa;
    position: relative;
    border-radius: 10px;
}

    .image-dropping,
    .image-upload-wrap:hover {
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text p {
        font-size: 1em;
        font-weight: 100;
        text-transform: uppercase;
        color: var(--theme-color);
        padding: 60px 0;
    }

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 0px;
}


.btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

    .btn-get-started:hover {
        background: #fff;
        color: var(--theme-color);
        border: 1px solid var(--theme-color);
    }

.line-brk {
    border-bottom: 2px solid #EEE;
    margin-bottom: 10px;
}



/*Grid styling */
.grid {
    width: 100%;
    margin-bottom: 10px;
}

.grid-pad {
    padding: 0px 8px 0px 8px;
}


.grid tr th {
    font-family: Roboto-medium;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    color: #fff;
    background-color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    padding: 8px 0px 8px 6px;
    height: 30px;
}

.grid, .grid tr td {
    border-bottom: 1px solid #EEEEEE;
    padding: 6px;
    font-size: 0.75rem;
    color: var(--font-color);
    cursor: pointer;
}

tr:nth-child(even) {
    background: #fff;
}

tr:nth-child(odd) {
    background: #fff;
}

.grid-input {
    height: 23px;
    font-size: 0.8rem !important;
}

/*Grid styling */


/*Grid Progress styling */
.grid-prog {
    width: 100%;
    margin-bottom: 10px;
}

    .grid-prog tr th {
        font-family: Roboto-medium;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
        color: var(--font-color);
        background-color: var(--light-bg);
        font-size: 12px;
        font-weight: 300;
        padding: 8px 0px 8px 6px;
        height: 40px;
    }

    .grid-prog tr td {
        border-bottom: 1px solid #EEEEEE;
        padding: 6px;
        font-size: 0.75rem;
        color: var(--font-color);
        cursor: pointer;
        height: 30px;
    }

tr:nth-child(even) {
    background: #fff;
}

tr:nth-child(odd) {
    background: #fff;
}

.prog-height {
    height: 20px;
}

.prog-color {
    background-color: var(--theme-color);
}

.prog-height-child {
    height: 15px;
}

.prog-color-child {
    background-color: var(--second-color);
    font-size: 10px;
}



@media print {
    .progress {
        position: relative;
    }

        .progress:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 0;
            border-bottom: 2rem solid #eeeeee;
        }

    .progress-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: 2rem solid #337ab7;
    }

    .prog-height {
        height: 20px;
    }

    .prog-color {
        background-color: var(--theme-color);
    }

    .prog-height-child {
        height: 15px;
    }

    .prog-color-child {
        background-color: var(--second-color);
        font-size: 10px;
    }

    .progress-bar-info {
        display: block !important;
    }

    .progress, .progress > .progress-bar {
        display: block !important;
        -webkit-print-color-adjust: exact !important;
        box-shadow: inset 0 0 !important;
        -webkit-box-shadow: inset 0 0 !important;
    }
}

.animated-progress {
    width: 215px;
    height: 20px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    background-color: var(--light-bg);
    margin-top: 3px;
}

    .animated-progress span {
        height: 100%;
        display: block;
        width: 0;
        color: rgb(255, 251, 251);
        line-height: 20px;
        position: absolute;
        text-align: end;
        padding-right: 5px;
        font-size: 12px;
    }

.progress-color span {
    background-color: var(--second-color);
}


/*Grid styling */

.modal {
    border: none !important;
}

.modal-head-bg {
    background-color: #f2f2f2;
    /*background-color: #F0F3FD;*/
}

.modal-head-bg-white {
    background-color: #fff;
    border-bottom: none;
}

.modal-footer-bg {
    background-color: #fff;
}

.card-head-bg {
    font-family: Roboto-bold, 'Open Sans';
    font-size: 0.75em;
    background-color: #F2F2F2;
    height: 28px;
    text-align: left;
    padding-left: 15px;
}

.tab-card {
    /*border: none !important;*/
    margin-top: 30px;
}

.tab-card-2 {
    /*border: none !important;*/
    margin-top: 0px;
}

.tab-card-head-bg {
    font-family: Roboto-medium, 'Open Sans';
    font-size: 13px;
    background-color: #dbe0f0;
    /*background-color: #dbe0f0;*/
    color: #000;
    /*color: var(--font-color);*/
}

    .tab-card-head-bg a:hover {
        color: var(--theme-color);
        background-color: #fff;
        border: 1px solid #fff;
    }



.noblue {
    color: inherit;
    padding: 4px 12px 2px 12px;
}

.page-head p {
    font-family: Roboto-medium, 'Open Sans';
    color: var(--font-color);
    font-size: 22px;
    margin-bottom: 10px;
}



.page-head-detail p {
    font-family: Roboto-medium, 'Open Sans';
    color: var(--font-color);
    font-size: 1.0em;
    margin-bottom: 0px;
    margin-top: 3px;
}


.navbar {
    background: var(--theme-color);
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid #EEEEEE;
    display: inline-block;
    /*box-shadow: 0px 2px 5px 0px #EEEEEE;*/
}

@media (max-width: 776px) {
    .navbar {
        display: inline-block !important;
    }
}

#isonav span {
    font-size: 13px;
    font-family: Roboto-medium, 'Open Sans';
    margin-top: 12px;
}

#isonav .nav-item {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin-right: 5px;
    height: 22px;
    margin-top: 12px;
    font-size: 11px;
    font-family: Roboto-medium, 'Open Sans';
    background: #fff;
}

#isonav .nav-link {
    padding: 2px 6px 2px 6px !important;
    cursor: pointer;
}

#isonav a {
    color: var(--font-color) !important;
}

#isonav .active {
    background: var(--theme-color);
}

#isonav a:hover {
    background: #ddd;
}

#isonav .active a {
    color: #fff !important;
}

    #isonav .active a:hover {
        color: #000 !important;
    }



#sidetop {
    border-bottom: 1px solid #727faa;
    width: 100%;
    height: 54px;
}

    #sidetop p {
        font-size: 12px;
        color: #fff;
    }

    #sidetop i {
        font-size: 14px;
        margin-bottom: 2px;
        color: #fff;
    }

    #sidetop button {
        padding: 10px 10px 0px 10px;
        box-shadow: none !important;
    }

        #sidetop button:hover {
            background: #727faa;
        }

    #sidetop .btn-sidetop-gen-active {
        background: #727faa;
    }

        #sidetop .btn-sidetop-gen-active i {
            /*color: var(--second-light-color);*/
        }

        #sidetop .btn-sidetop-gen-active p {
            /*color: var(--second-light-color);*/
        }

    #sidetop .btn-sidetop-sys-active {
        background: #727faa;
    }

        #sidetop .btn-sidetop-sys-active i {
            /*color: var(--second-light-color);*/
        }

        #sidetop .btn-sidetop-sys-active p {
            /*color: var(--second-light-color);*/
        }

    #sidetop .btn-sidetop-rep-active {
        background: #727faa;
    }

        #sidetop .btn-sidetop-rep-active i {
            /*color: var(--second-light-color);*/
        }

        #sidetop .btn-sidetop-rep-active p {
            /*color: var(--second-light-color);*/
        }

#sidebar {
    min-width: 230px;
    max-width: 230px;
    height: auto;
    min-height: 100vh;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 50px;
    margin-left: -15px;
    border-right: 2px solid #EEEEEE;
    /*box-shadow: 5px 0 5px -2px #EEEEEE;*/
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
}


    #sidebar .h6 {
        color: #000;
    }

    #sidebar.active {
        margin-left: -200px;
    }

        #sidebar.active .custom-menu {
            margin-right: -50px;
        }

    #sidebar h1 {
        margin-bottom: 20px;
        /*font-weight: 500;*/
    }

        #sidebar h1 .logo {
            color: #404040;
            font-size: 0.7em;
        }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
        color: var(--theme-color);
    }

        #sidebar ul li i {
            font-size: 16px;
            color: var(--theme-color);
        }

        #sidebar ul li > ul {
            margin-left: 30px;
        }

            #sidebar ul li > ul li {
                font-size: 12px;
            }

        #sidebar ul li a {
            padding: 8px 0;
            display: block;
            color: var(--theme-color);
            /*border-bottom: 1px solid #EEEEEE;*/
        }

            #sidebar ul li a:hover {
                background: #727faa;
                color: #EEE;
                text-decoration: none;
            }

        #sidebar ul li.active > a {
            background: transparent;
            color: #000;
        }

        #sidebar ul li a.active {
            background-color: #f2f2f2;
            /* border-bottom: 1px solid #EEEEEE; */
        }

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px;
    }

        #sidebar.active {
            margin-left: 0;
        }

        #sidebar .custom-menu {
            margin-right: -50px !important;
            top: 10px !important;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    #sidebar .custom-menu .btn.btn-primary {
        background: #EEEEEE;
        border-color: #EEEEEE;
        color: #404040;
    }

        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
            background: #F7F9FA;
            border-color: #F7F9FA;
            color: var(--theme-color);
        }

a[data-toggle="collapse"] {
    position: relative;
}

/*    .dropdown-toggle-side::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 200px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
    }*/

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}


.fa-menu {
    margin-right: 5px;
    margin-left: 0px;
    color: #fff;
    width: 15px;
}

.fa-admin {
    font-size: 22px;
    color: var(--theme-color);
}

.fa-back {
    color: #fff;
}

    .fa-back:hover {
        color: #aaa;
    }

.fa-sidebar {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 10px;
}
/*Sidebar End*/





#main-content {
    width: 100%;
    /*width: calc(100% - 210px);*/
    transition: all 0.3s;
    padding: 0px 20px 0px 20px;
    /*margin-left: 210px;*/
    margin-top: 110px;
}

    #main-content.active {
        margin-left: 0px;
    }

@media (max-width: 768px) {
    #main-content {
        width: 100%;
        padding: 10px 10px 0px 10px;
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    #menu-btn {
        display: block;
    }

        #menu-btn.active {
            margin-left: 200px;
        }
}

@media screen and (min-width: 401px) and (max-width: 2024px) {
    #menu-btn {
        display: none;
    }
}





/*login form*/
.half, .half .container > .row {
    height: 100vh;
    min-height: 500px;
    z-index: 100;
    font-family: Montserrat;
}

    .half .bg {
        height: 100vh;
        opacity: 0.6;
        position: absolute;
        background: url("../img/intro-carousel/1.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }

@media (max-width: 991.98px) {
    .half .bg {
        height: 100vh;
    }
}

.half .contents {
    background: #fff;
    z-index: 10;
}

.half .contents, .half .bg {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 100%;
    }
}

.half .contents .form-control, .half .bg .form-control {
    border: 1px solid var(--light-bg);
    border-radius: 4px;
    height: 44px;
    background: #efefef;
    font-size: 16px;
}

    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
    }

.half .contents .form-group label {
    font-size: 14px;
    line-height: 10px;
    font-family: Montserrat;
}


.half .contents .form-group {
    margin-bottom: 45px !important;
    margin-top: 20px;
    height: 40px !important;
}

.half a {
    text-decoration: underline;
    color: #808080;
}

.half h3 {
    padding-top: 5px;
    font-size: 46px;
    font-family: Montserrat-bold;
}

.half h4 {
    padding-top: 5px;
    font-size: 30px;
    font-family: Montserrat-bold;
}

.half .btn {
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    /*position: relative;*/
    top: 2px;
    font-size: 14px;
    color: #aaa;
}

.form-block {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    box-shadow: 0 0 8px .1rem #f2f2f2;
    height: fit-content;
}


.login-msg {
    padding: 40px;
    height: 250px;
}

.login-btn {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    background: #6750a4;
    border-color: var(--theme-color);
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
    margin-top: 50px !important;
}

    .login-btn:hover {
        background: #fff;
        border-color: var(--theme-color);
        color: var(--theme-color);
    }

.contact-btn {
    width: fit-content;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1em;
    background: #404040;
    border-color: #404040;
    padding: 8px 0px 5px 0px;
    text-transform: none;
    text-decoration: none !important;
    margin-top: 10px;
}

    .contact-btn:hover {
        background: #fff;
        border-color: #404040;
        color: #404040 !important;
    }

@media (max-width: 991.98px) {
    .form-block {
        padding: 25px;
    }
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}


    .control .caption {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: var(--theme-color);
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: var(--theme-color);
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    position: absolute;
    display: none;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: var(--theme-color);
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}


/*.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: var(--theme-color);
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: var(--theme-color);
    opacity: .2;
}*/


.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
}

    .myform a {
        text-decoration: none !important;
    }

.tx-tfm {
    text-transform: uppercase;
}

.lang-sel {
    border: none;
    margin-right: 10px;
}

.mybtn {
    border-radius: 50px;
    background: #F9F9F9;
}

    .mybtn:hover {
        background: #ced4da;
    }

.login-bg {
    /*background: url("/img/login-bg.png") center top no-repeat fixed;*/
    background-size: cover;
}

.logo-img-login {
    width: 200px;
}

.icon-img-login {
    width: 70px;
    margin-top: 20px;
    margin-bottom: 10px;
}



.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.google {
    color: #404040;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}

form .error {
    color: #ff0000;
}


.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

/*login form end*/


.header-form {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background-color: #fff;
}

.header-form-trans {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background-color: transparent;
}

.detail-header {
    font-family: Roboto-medium;
    font-size: 22px;
    color: var(--font-color);
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    display: d-flex;
}

    .detail-header a {
        margin-top: -1px;
    }

.det-pad {
    padding: 0px 16px 0px 16px;
}

.det-dist {
    margin-top: 20px;
    margin-bottom: 20px;
}


.doc-title {
    font-family: Roboto-medium;
    font-size: 24px !important;
    border: none;
    outline: none;
    pointer-events: none;
    margin-top: -5px !important;
    color: var(--theme-color);
    background-color: transparent;
}

    .doc-title:focus {
        border: none !important;
        border-color: #fff !important;
        outline: none !important;
    }

@media (max-width: 768px) {
    .doc-title {
        font-size: 1em !important;
    }
}

.doc-title-rev {
    font-family: Roboto;
    font-size: 1.5em !important;
    border: none;
    outline: none;
    pointer-events: none;
    padding: 2px;
    color: var(--second-color);
    background-color: transparent;
}

    .doc-title-rev:focus {
        border: none !important;
        border-color: #fff !important;
        outline: none !important;
    }

@media (max-width: 768px) {
    .doc-title-rev {
        font-size: 1em !important;
    }
}

.p-rev {
    font-family: Roboto;
    font-size: 1.3em !important;
    margin-top: 10px;
    margin-right: 10px;
    color: var(--font-color);
}

.doc-status {
    font-family: Roboto-medium;
    font-size: 1em !important;
    border: none;
    outline: none;
    pointer-events: none;
    padding: 2px;
    color: #0275d8;
    margin-top: 10px;
    text-align: center;
    max-height: 30px;
    width: 120px !important;
    border-radius: 7px !important;
}

    .doc-status:focus {
        border: none !important;
        border-color: #fff !important;
        outline: none !important;
    }

.doc-status-label {
    padding-top: 0px;
}

.input-group-text {
    background-color: #F9F9F9;
}

#SearchInput {
    height: 27px;
}

.form-check-box-input {
    margin-top: 0px;
}

    .form-check-box-input:focus {
        border-color: none !important;
        border: none !important;
        box-shadow: none !important;
    }






.btn-tbl-edit {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px 0px 0px 0px;
}

    .btn-tbl-edit:hover {
        background: #F9F9F9;
        color: var(--theme-color);
    }

.btn-tbl-del {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    padding: 0px 0px 0px 0px;
}

    .btn-tbl-del i {
        color: var(--font-color) !important;
    }

    .btn-tbl-del:hover {
        color: var(--font-color);
    }

.btn-tbl-rem {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    padding: 0px 0px 0px 0px;
}

    .btn-tbl-rem i {
        color: red !important;
    }

    .btn-tbl-rem:hover {
        color: var(--font-color);
    }


.btn-tbl-dld {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    padding: 0px 0px 0px 0px;
}

    .btn-tbl-dld i {
        color: var(--theme-color) !important;
        margin-right: 10px;
    }

    .btn-tbl-dld:hover {
        color: var(--font-color);
    }

.btn-def {
    font-family: Roboto;
    background: var(--btn-bg-color);
    color: var(--btn-font-color);
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    height: 28px;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 3px;
}

    .btn-def:hover {
        background: var(--btn-hover-color);
        color: var(--btn-font-color);
        /*border: 1px solid var(--theme-color);*/
    }

    .btn-def i {
        margin-right: 7px;
        vertical-align: middle;
    }

.btn-def-nomargin {
    font-family: Roboto;
    background: var(--btn-bg-color);
    color: var(--btn-font-color);
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 1px 10px 0px 10px;
    height: 24px;
    margin-left: 0px;
    margin-top: 3px;
    vertical-align: middle;
    border-radius: 3px;
}

    .btn-def-nomargin:hover {
        background: var(--btn-hover-color);
        color: var(--btn-font-color);
        /*border: 1px solid var(--theme-color);*/
    }

.btn-def-save {
    font-family: Roboto;
    background: var(--second-color);
    /*background: #5cb85c;*/
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    margin-left: 5px;
    height: 28px;
}

    .btn-def-save i {
        margin-right: 7px;
        /*font-size: 12px;*/
        vertical-align: middle !important
    }

    .btn-def-save:hover {
        background: #0eab77;
        color: #fff;
        border: 1px solid #0eab77;
    }

.btn-def-grey {
    font-family: Roboto;
    background: #f2f2f2;
    color: #000;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    height: 28px;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 3px;
}

    .btn-def-grey:hover {
        background: #ddd;
        color: #000;
        /*border: 1px solid var(--theme-color);*/
    }

    .btn-def-grey i {
        margin-right: 7px;
        vertical-align: middle;
    }


.btn-def-danger {
    font-family: Roboto;
    background: red;
    /*background: #5cb85c;*/
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    margin-left: 5px;
    height: 28px;
}

    .btn-def-danger:hover {
        background: #af1313;
        color: var(--btn-font-color);
        /*border: 1px solid var(--theme-color);*/
    }

    .btn-def-danger i {
        margin-right: 7px;
        vertical-align: middle;
    }

.btn-def-save-cont {
    font-family: Roboto;
    background: var(--second-color);
    color: #fff;
    border: 1px solid #dadada;
    font-size: 12px;
    padding: 0px 18px 0px 18px;
    border-radius: 3px;
    margin-left: 10px;
    height: 36px;
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 999;
}

    .btn-def-save-cont i {
        margin-right: 6px;
        font-size: 12px;
        vertical-align: middle !important
    }

    .btn-def-save-cont:hover {
        background: #fff;
        color: var(--second-color);
        border: 1px solid var(--second-color);
    }

.btn-def-submit-cont {
    font-family: Roboto;
    background: var(--theme-color);
    color: #fff;
    border: 1px solid #dadada;
    font-size: 12px;
    padding: 0px 18px 0px 18px;
    border-radius: 3px;
    margin-left: 10px;
    height: 36px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .btn-def-submit-cont:hover {
        background: #F9F9F9;
        color: var(--theme-color);
        border: 1px solid var(--border-color);
    }

.btn-def-second {
    font-family: Roboto;
    background: var(--second-color);
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    margin-left: 5px;
    height: 28px;
}

    .btn-def-second i {
        margin-right: 7px;
        font-size: 12px;
        vertical-align: middle !important
    }

    .btn-def-second:hover {
        background: #fff;
        color: var(--second-color);
        border: 1px solid var(--second-color);
    }

.btn-def-cancel {
    font-family: Roboto;
    background: #808080;
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    margin-left: 5px;
    height: 28px;
}

    .btn-def-cancel i {
        margin-right: 7px;
        font-size: 12px;
        vertical-align: middle !important
    }

    .btn-def-cancel:hover {
        background: #fff;
        color: var(--second-color);
        border: 1px solid var(--second-color);
    }

.btn-card {
    background: var(--theme-color);
    color: #fff;
    /*border-color: var(--theme-color);*/
    font-size: 12px;
    padding: 0px 8px 2px 8px;
    margin-left: 10px;
    font-family: Roboto;
}

    .btn-card i {
        margin-right: 6px;
        font-size: 10px;
    }

    .btn-card:hover {
        color: var(--second-light-color);
    }

.btn-def-submit {
    background: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 40px 2px 40px;
    border-radius: 5px;
    height: 40px;
}

    .btn-def-submit:hover {
        background: #F9F9F9;
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.btn-def-create {
    background: var(--theme-color);
    color: #fff;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    margin-right: 10px;
    max-height: 28px;
}

    .btn-def-create:hover {
        background: #F9F9F9;
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.btn-admin {
    font-family: Roboto;
    background: #fff;
    color: var(--font-color);
    border: 1px solid #dadada;
    font-size: 12px;
    padding: 6px 8px 4px 8px;
    margin-left: 5px;
    height: 30px;
    vertical-align: middle;
    border-radius: 5px;
}

    .btn-admin:hover {
        background: #f9f9f9;
        color: var(--theme-color);
    }

    .btn-admin i {
        margin-right: 4px;
    }



.btn-def-back {
    background: #ededed;
    /*background: var(--light-bg);*/
    color: #000;
    padding: 3px 9px 5px 10px;
    border-radius: 30px;
    margin-left: 0px !important;
    margin-right: 10px;
}

    .btn-def-back:hover {
        background: #ddd;
        color: var(--btn-font-color);
    }

    .btn-def-back::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        content: "\f060";
        color: #000 !important;
    }



.btn-def-select {
    background: var(--btn-bg-color);
    color: var(--btn-font-color);
    font-size: 0.8em;
    font-weight: 500;
    padding: 3px 7px 2px 7px;
    border-radius: 3px;
    height: 25px;
}

    .btn-def-select:hover {
        background: #fff;
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.btn-def-tbl {
    background: var(--theme-color);
    color: #fff !important;
    font-size: 0.85em;
    font-weight: 500;
    margin-right: 10px;
    padding: 2px 10px 1px 10px;
    border-radius: 5px;
}

    .btn-def-tbl:hover {
        background: #F9F9F9 !important;
        color: var(--theme-color) !important;
        border-color: var(--theme-color) !important;
    }


.btn-def-fa {
    margin-right: 8px;
}


.btn-bar {
    margin-top: 9px;
    margin-bottom: 8px;
}

.btn-view-notactive {
    background: #F9F9F9;
    color: var(--theme-color);
    border-color: var(--theme-color);
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
    max-height: 27px;
    box-shadow: none;
}

.btn-view-active {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
    max-height: 27px;
    box-shadow: none;
}

.btn-view-notactive:focus {
    box-shadow: none;
}

.btn-view-active:focus {
    box-shadow: none;
}

.btn-view-notactive:hover {
    background: var(--btn-hover-color);
    color: var(--btn-font-color);
}

.btn-view-active:hover {
    background: var(--btn-hover-color);
    color: var(--btn-font-color);
}

.btn-password {
    font-family: Roboto;
    background: var(--theme-color);
    color: #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    height: 25px;
    vertical-align: middle;
    border-radius: 5px;
    margin-top: 3px;
}

.fa-search-st {
    color: var(--theme-color);
    font-size: 1.4em;
}


.tooltip-inner {
    color: #fff;
    background-color: var(--theme-color);
    font-weight: 400;
}

.logo-img-intxt {
    width: 120px;
}


.paging-bg {
    background: var(--theme-color);
}

.paging-row {
    margin-top: 15px;
    font-size: 11px;
    padding-right: 30px;
}

.rec-badge {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}


.layout-path {
    font-family: Roboto, 'Open Sans';
    font-size: 14px;
    color: #fff;
    /*    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--theme-color);*/
}

    .layout-path:hover {
        color: #ddd;
    }

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--font-color);
}

.icon-layout::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.ilevel::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-top: 7px;
    content: "\f0da";
}

.fa-home-css {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

    .fa-home-css:hover {
        color: #ddd;
    }

.dropdown-item {
    font-size: 0.85em;
}

.modal-head-text {
    font-size: 1.2em;
}

#sidebar .disabled {
    color: #ced4da;
    pointer-events: none;
    cursor: not-allowed;
}

    #sidebar .disabled i {
        color: #ced4da;
        pointer-events: none;
        cursor: not-allowed;
    }

.box-center {
    text-align: center;
}

.form-row label {
    font-family: Roboto-medium;
    color: var(--font-color);
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 17px;
}


.form-row input:focus {
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid var(--theme-color) !important;
    border-radius: 0px;
}

.form-row select {
    font-size: 12px;
    height: 25px;
    border: 1px solid var(--border-color);
    border-radius: 3px !important;
}

.form-row textarea {
    font-size: 12px;
    border: 1px solid var(--border-color);
}

    .form-row textarea:focus, .form-group textarea:focus, .form-group .form-control textarea:focus, .form-row .form-control textarea:focus, .input-group textarea:focus {
        border: 0.01rem solid var(--theme-color) !important;
        outline: none !important;
    }

.form-row .clear-icon {
    border-left: none !important;
    color: #aaa;
    height: 25px;
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

.form-row-textarea {
    padding: 3px 7px 3px 10px !important;
}

@media (max-width: 768px) {
    .form-row-textarea {
        padding: 3px 7px 3px 5px !important;
    }
}

.form-group {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

    .form-group label {
        font-family: Roboto-medium;
        color: var(--font-color);
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 17px;
    }

    .form-group input, .input-group input {
        font-size: 12px;
        color: var(--font-color);
        height: 25px;
        /*border: none;*/
        border: 1px solid var(--border-color);
        margin-top: 3px;
        border-radius: 3px;
        padding-left: 5px;
        padding-right: 5px;
        background: #fff;
    }

        .form-group input:focus {
            border: none;
            box-shadow: none;
            outline: none;
            border: 2px solid var(--theme-color) !important;
            border-radius: 3px;
        }


    .form-group select {
        font-size: 12px;
        height: 25px;
        border: 1px solid var(--border-color);
        border-radius: 3px !important;
    }

    .form-group textarea {
        font-size: 12px;
        border: 1px solid var(--border-color);
        margin-top: 3px;
    }



@media (max-width: 768px) {
    .form-group {
        height: auto;
        margin-bottom: 20px;
    }

        .form-group label {
            padding-bottom: 0px;
        }
}


.btn-clear {
    color: #aaa;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-top: 3px;
    font-size: 12px;
    outline: none;
}

.btn-input {
    color: var(--font-color);
    border: 1px solid var(--border-color);
    border-left: none;
    margin-top: 3px;
    font-size: 12px;
}

    .btn-input:focus,
    .btn-clear:focus {
        box-shadow: none !important;
    }


.clear-icon-search {
    border: 1px solid var(--border-color) !important;
    border-left: none !important;
    color: #aaa;
}

.clear-icon-input {
    border-right: none !important;
}



.myNumber {
    text-align: right;
}

.mytxtalign {
    text-align: right;
}

.card-input-label {
    margin-top: 4px;
    margin-right: 10px;
    font-size: 12px !important;
    font-family: Roboto-medium;
}

form .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 .1rem var(--theme-color);
}

.form-row .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 .1rem var(--theme-color);
}

.fa-company {
    color: var(--theme-color);
    margin-top: 13px;
}


.item-modal {
    min-height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}

.item-modal-table {
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.validation-msg {
    font-size: 12px;
    color: red;
    display: none;
}

.validation-msg-asp {
    font-size: 12px;
    color: red;
}

.selected {
    font-size: 12px;
}

.chart-pie {
    position: relative;
    height: 14rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie {
        height: calc(14rem - 43px) !important;
    }
}

.chart-area {
    position: relative;
    height: 14rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-area {
        height: calc(14rem - 43px) !important;
    }
}

.dbr-txt-card {
    font-size: 30px;
    font-family: Roboto-medium;
    padding-bottom: 0px;
    line-height: 30px;
}

.hidden-card-form {
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
    font-size: 12px;
    font-family: Roboto;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.dragging {
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
}

.hovering {
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
}

.dbr-txt-card-icon {
    font-size: 26px;
}

@media (max-width: 768px) {
    .dbr-txt-card-icon {
        margin-top: -40px;
    }
}

.dbr-title-card {
    font-family: Roboto;
    font-size: 14px;
    color: var(--font-color);
    margin-top: 5px;
    margin-left: 0px;
}

.dbr-card-rad {
    border-radius: 10px;
    background: #fff;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
    box-shadow: 4px 5px 15px -3px rgba(0,0,0,0.1);
    border: none !important;
    height: 85px !important;
    margin-bottom: 20px;
}

    .dbr-card-rad .card-body {
        padding-top: 10px !important;
    }

.dbr-txt-card-std {
    font-size: 36px;
    font-family: Roboto-medium;
    margin-top: 0px !important;
    padding-top: 7px !important;
}

.dbr-card-in {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border: 1px solid #ddd !important;
    height: 85px !important;
    margin-bottom: 20px;
}

    .dbr-card-in .card-body {
        padding-top: 15px !important;
    }


.dbr-title-card-in {
    font-family: Roboto;
    font-size: 14px;
    color: var(--font-color);
    margin-top: 3px;
    margin-left: 5px;
}

.dbr-txt-card-std-in {
    font-size: 30px;
    font-family: Roboto-medium;
    margin-top: 0px !important;
    padding-top: 7px !important;
}

.dbr-act-icon i {
    font-size: 16px;
}

.org-logo {
    width: 200px;
}


.card-login {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0px #aaa;
    padding: 10px 40px 10px 40px;
}

.conv-arrow {
    margin-top: 6px;
    margin-right: 10px;
}



.conv-icon::before {
    font-family: "Font Awesome 5 Free";
    color: #404040;
    font-weight: 900;
    font-size: 1.0em;
    margin-top: 2px;
    margin-right: 10px;
    content: "\f061";
}

.info-card {
    z-index: 2;
    width: 70%;
    position: absolute;
    top: 15%;
    right: 2%;
    height: 80%;
    overflow-y: auto;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border: none;
}

    .info-card .card-body {
        font-size: 13px;
        padding-top: 0px;
    }

.form-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}


.hidden-card {
    border: none; /* Border style for the card */
    padding: 10px; /* Add padding as needed */
}

.draggable:hover .hidden-card {
    display: block;
}

.icon-info {
    color: var(--theme-color);
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: -5px;
}

    .icon-info:focus {
        color: var(--theme-color);
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .icon-info:hover {
        color: #808080;
    }

.docno {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
    padding-right: 10px;
}

.risk-card {
    z-index: 2;
    width: 600px;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -300px;
    overflow-y: auto;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border: none;
}

    .risk-card .card-body {
        font-size: 13px;
        padding-top: 0px;
    }

.risk-img {
    width: 100%;
}

.styled-scrollbars {
    color: var(--light-bg);
}

    .styled-scrollbars::-webkit-scrollbar {
        width: 8px; /* Mostly for vertical scrollbars */
    }

    .styled-scrollbars::-webkit-scrollbar-thumb { /* Foreground */
        background: #a1a8c1;
        border-radius: 5px;
        max-height: 100px;
    }

    .styled-scrollbars::-webkit-scrollbar-track { /* Background */
        background: #fff;
    }



::-webkit-scrollbar {
    width: 12px; /* Mostly for vertical scrollbars */
    height: 12px; /* Mostly for horizontal scrollbars */
}

::-webkit-scrollbar-thumb { /* Foreground */
    background: #ddd;
    border-radius: 5px;
    max-height: 100px;
}

::-webkit-scrollbar-track { /* Background */
    background: #fff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
/*#successmsg, #successmsgItems {
    visibility: hidden;*/ /* Hidden by default. Visible on click */
/*min-width: 250px;*/ /* Set a default minimum width */
/*margin-left: 30px;*/ /* Divide value of min-width by 2 */
/*background-color: var(--second-color);*/ /* Black background color */
/*color: #fff;*/ /* White text color */
/*text-align: center;*/ /* Centered text */
/*border: 2px solid #E2EFDA;*/
/*    border-left: 10px solid #d4edda;*/
/*border-radius: 5px;*/ /* Rounded borders */
/*padding: 8px;*/ /* Padding */
/*position: fixed;*/ /* Sit on top of the screen */
/*z-index: 10;*/ /* Add a z-index if needed */
/*right: 40%;*/ /* Center the snackbar */
/*top: 62px;*/ /* 30px from the bottom */
/*font-size: 0.8em;
    font-family: Roboto-light !important;
    letter-spacing: 1px;
}*/

/* Show the snackbar when clicking on a button (class added with JavaScript) */
/*#successmsg.show, #successmsgItems.show {
        visibility: visible;*/ /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
/*-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }*/


/* The snackbar - position it at the bottom and in the middle of the screen */
#successmsg, #successmsgItems, #stepcompleted, #submitmsg, #successmsgdoc {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    /*margin-left: 30px;*/ /* Divide value of min-width by 2 */
    background-color: var(--light-bg); /* Black background color */
    color: #000; /* White text color */
    text-align: center; /* Centered text */
    border: 2px solid var(--light-bg);
    border-left: 10px solid #d4edda;
    border-radius: 5px; /* Rounded borders */
    padding: 13px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    right: 2%; /* Center the snackbar */
    top: 100px; /* 30px from the bottom */
    font-family: Roboto-light !important;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #successmsg.show, #successmsgItems.show, #stepcompleted.show, #submitmsg.show, #successmsgdoc.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }






/* Animations to fade the snackbar in and out */
/*@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 62px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 62px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 62px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 62px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}*/


div.custom-control-right {
    padding-right: 24px;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 0;
}

    div.custom-control-right .custom-control-label::before,
    div.custom-control-right .custom-control-label::after {
        right: -1.5rem;
        left: initial;
    }

.required:after {
    color: red;
    content: "*";
    position: relative;
    margin-left: 3px;
}


.accordion-button {
    font-family: Roboto-medium;
    position: relative;
    display: flex;
    align-items: start;
    width: 100%;
    padding: 0.1rem .25rem;
    font-size: 0.85rem;
    color: var(--theme-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    /*overflow-anchor: none;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: #fff;
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

    .accordion-button:not(.collapsed)::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.3em;
        color: var(--theme-color);
        margin-top: 0px;
        margin-right: 10px;
        content: "\f077";
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");*/
        /*transform: rotate(-180deg);*/
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 5px;
    /*content: "";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    color: var(--theme-color);
    margin-top: -2px;
    margin-right: 10px;
    content: "\f078";
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");*/
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    /*border-color: #86b7fe;*/
    outline: 0;
    /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
}


.fa-suc {
    margin-right: 10px;
    color: var(--theme-color);
    font-size: 1.2rem;
}

.short-red {
    background-color: #ff0000 !important;
}


.dropdown-menu {
    min-width: 3rem;
}

.Mycollapsed {
    display: none;
}

.table-drill-plus {
    margin-right: 10px;
    margin-left: 10px;
}

.pad-10 {
    padding-left: 10px;
}

.print-icon {
    width: 15px;
    margin-right: 10px;
    margin-top: -4px;
}

.btn-grey {
    color: #fff;
    background-color: #808080;
    border-color: #808080
}

    .btn-grey:hover {
        color: #808080;
        background-color: #fff;
        border-color: #808080
    }





.card-landing {
    max-height: 260px;
}

.card-landing-table {
    max-height: 190px;
}

.card-landing-header {
    background-color: #fff;
    color: #404040;
    font-family: Roboto, 'Open Sans';
    font-size: 0.9em;
    height: 28px;
    text-align: left;
    padding-left: 15px;
}

.doc-show-icon {
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
}

.fa-sch {
    margin-right: 10px;
    color: forestgreen;
    /*color: #71d752;*/
}

.fa-alert {
    padding-right: 10px;
    color: darkorange;
    /*color: #ff922c;*/
}

.fa-danger {
    padding-right: 10px;
    /*color: var(--theme-color);*/
    color: red;
}

.fa-theme {
    padding-right: 10px;
    color: var(--theme-color);
}

.plan-content {
    font-size: 0.85em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.status-color-1 {
    font-size: 13px;
    background-color: #e6ebf5;
}

.status-color-2 {
    font-size: 13px;
    background-color: #fff5d6;
}

.status-color-3 {
    font-size: 13px;
    background-color: #d7eee7;
    /*background-color: #E2EFDA;*/
}

.status-color-4 {
    font-size: 13px;
    background-color: #dcdcdc;
}

.status-color-5 {
    font-size: 13px;
    background-color: #f3c1c0;
}

.status-font-color-1 {
    font-size: 13px;
    color: #e6ebf5;
}

.status-font-color-2 {
    font-size: 13px;
    color: #FFF3CD;
}

.status-font-color-3 {
    font-size: 13px;
    color: #d7eee7;
}

.status-font-color-4 {
    font-size: 13px;
    color: #b8b8b8;
}

.status-font-color-5 {
    font-size: 13px;
    color: #70ad47;
}

.status-font-color-6 {
    font-size: 13px;
    color: #d9b03a;
}

.status-font-color-7 {
    font-size: 13px;
    color: #cc433e;
}

.plan-legend {
    display: inline;
    float: right;
    margin-bottom: 5px;
}

    .plan-legend p {
        display: inline;
        font-size: 12px;
        margin-right: 15px;
    }

.table-legend {
    display: inline;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

    .table-legend p {
        display: inline;
        font-size: 12px;
        margin-right: 15px;
    }

.plan-view-icon {
    margin-right: 5px;
}

.btn-def-year {
    background: var(--theme-color);
    color: #fff;
    font-size: 0.8em;
    padding: 4px 10px 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
    max-height: 27px;
    max-width: 70px;
}

    .btn-def-year:hover {
        background: #F9F9F9;
        color: var(--theme-color);
        border-color: var(--theme-color);
    }



.edit-badge {
    max-height: 27px;
    margin-top: 0px;
    border-radius: 20px;
}

.edit-badge-text {
    font-size: 12px;
    font-weight: 300;
    padding: 5px;
}

.tbl-badge {
    max-height: 22px;
    margin-top: 0px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 300;
    padding: 6px 10px 4px 10px;
    color: var(--font-color);
    font-family: Roboto;
}

.tbl-badge-lg {
    max-height: 28px;
    margin-top: 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 15px 4px 15px;
    color: var(--font-color);
    font-family: Roboto;
    width: 50px;
}

.edit-badge-bg {
    background-color: #E2EFDA;
}

.modal-body-bg {
    background-color: var(--light-bg);
}





/*Status Bar*/

.history-tl-container {
    font-family: "Roboto",sans-serif;
    width: 100%;
    margin-left: auto;
    display: block;
    position: relative;
}

    .history-tl-container ul.tl {
        margin: 10px 0;
        padding: 0;
        display: inline-block;
    }

        .history-tl-container ul.tl li.active {
            list-style: none;
            margin: auto;
            margin-left: 60px;
            min-height: 80px;
            border-left: 5px solid var(--theme-light-color);
            padding: 0 0 20px 30px;
            position: relative;
        }

        .history-tl-container ul.tl li.notactive {
            list-style: none;
            margin: auto;
            margin-left: 60px;
            min-height: 80px;
            border-left: 5px solid var(--light-bg);
            padding: 0 0 20px 30px;
            position: relative;
        }



        .history-tl-container ul.tl li:last-child {
            border-left: 0px;
            left: 5px;
        }

        .history-tl-container ul.tl li.active::before {
            position: absolute;
            left: -19px;
            top: -4px;
            content: " ";
            border: 6px solid var(--theme-light-color);
            border-radius: 500%;
            background: var(--theme-color);
            height: 32px;
            width: 32px;
            transition: all 500ms ease-in-out;
        }

        .history-tl-container ul.tl li.notactive::before {
            position: absolute;
            left: -19px;
            top: -4px;
            content: " ";
            border: 6px solid var(--light-bg);
            border-radius: 500%;
            background: #d6d6d6;
            height: 32px;
            width: 32px;
            transition: all 500ms ease-in-out;
        }
/*            .history-tl-container ul.tl li:hover::before {
                background-color: var(--theme-color);
                transition: all 100ms ease-in-out;
            }*/

ul.tl li.active .item-title {
    font-size: 12px;
    font-family: Roboto-medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.tl li.notactive .item-title {
    font-size: 12px;
    font-family: Roboto-medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #9b9b9b;
}

ul.tl li .item-detail {
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

    ul.tl li .item-detail p {
        color: rgba(0,0,0,0.5);
        font-size: 11px;
        margin: 10px;
    }

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 80px;
    left: -88px;
    text-align: right;
    font-size: 11px;
}

.active .timestamp .icon {
    font-size: 30px;
    color: var(--theme-color);
    margin-right: 20px;
}

.notactive .timestamp .icon {
    font-size: 30px;
    color: transparent;
    margin-right: 20px;
}

.active .timestamp span {
    position: absolute;
    font-size: 11px;
    font-family: Roboto-medium;
    color: #fff;
    margin: 4px 2px 0px 2px;
}

.notactive .timestamp span {
    position: absolute;
    font-size: 11px;
    font-family: Roboto-medium;
    color: #fff;
    margin: 4px 2px 0px 2px;
}

.active .item-box {
    border: 2px solid var(--theme-light-color);
    border-radius: 10px;
    background: var(--second-light-color);
    padding: 5px 10px 5px 10px;
    min-width: 250px;
}

.notactive .item-box {
    border: 2px solid var(--light-bg);
    border-radius: 10px;
    background: var(--light-bg);
    padding: 5px 10px 5px 10px;
    min-width: 250px;
}

.status-card {
    position: absolute;
    width: 250px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-top: -6px;
    margin-bottom: 10px;
}

@media (max-width: 1300px) {

    .history-tl-container ul.tl li.active {
        margin-left: 50px;
    }

    .history-tl-container ul.tl li.notactive {
        margin-left: 50px;
    }

    .status-card {
        width: 170px;
    }
}

@media (max-width: 767px) {

    .history-tl-container {
        margin-left: 20px;
    }

        .history-tl-container ul.tl li.active {
            margin-left: 30px;
        }

        .history-tl-container ul.tl li.notactive {
            margin-left: 30px;
        }

    .status-card {
        width: 220px;
    }
}

.btn-status {
    padding: 5px 0px 0px 0px;
}

    .btn-status:focus, .btn-status:active {
        outline: none !important;
        box-shadow: none;
    }

.choose-file {
    width: 400px;
}

.choose-file-gen {
    width: 200px;
}

.doc-upload-card {
    /*    width: 610px;
    border: 1px solid var(--border-color);
    padding: 10px 10px 2px 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;*/
}

.btn-def-status-green {
    background: #5cb85c;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
    max-height: 27px;
}

    .btn-def-status-green:hover {
        background: #F9F9F9;
        color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-def-status-red {
    background: #d9534f;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
    max-height: 27px;
}

    .btn-def-status-red:hover {
        background: #F9F9F9;
        color: #d9534f;
        border-color: #d9534f;
    }

.steps-header {
    font-size: 1.2rem;
    font-family: Roboto-medium;
    padding: 15px 0px 0px 20px;
}

.my-card {
    border: none;
    border-top: 1px solid #e5e5e5;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px 0px;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
    /*box-shadow: 4px 5px 15px -3px rgba(0,0,0,0.1);*/
    /*background: #fafafa;*/
    /*box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);*/
    border-radius: 5px;
}

.my-card-header {
    height: 35px;
    padding: 8px 20px 2px 20px;
    font-family: Roboto-medium, 'Open Sans';
    font-size: 13px;
    /*        border-bottom: 1px solid var(--light-bg);*/
    background-color: #e6ebf5;
    color: #404040;
    border: 1px solid #ddd;
}



[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: var(--theme-light-color);
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    padding: 3px 10px 3px 10px;
    bottom: -2.6em;
    left: -25%;
    white-space: nowrap;
    /*    box-shadow: 1px 1px 3px var(--font-color);*/
    opacity: 0;
    /*    border: 1px solid var(--font-color);*/
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

.table-grid {
    width: 100%;
}

/*SyncFusion Customization*/

/*grid*/

.e-grid {
    border: none !important;
    width: 100%;
}

    .e-grid .e-toolbar {
        height: 50px !important;
        box-shadow: none !important;
        /*        border: none !important;*/
    }

.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
}

.e-grid .e-toolbar-items {
    background-color: #fff !important;
    line-height: 28px !important;
}

.e-grid .e-toolbar-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.e-grid .e-toolbar .e-tbar-btn {
    background-color: var(--btn-bg-color) !important;
    height: 28px !important;
    padding-left: 3px !important;
    margin-right: 5px !important;
    /*border: 1px solid #ccc;*/
    border-radius: 3px !important;
}

    .e-grid .e-toolbar .e-tbar-btn:hover {
        background-color: var(--btn-hover-color) !important;
        /*border: 1px solid var(--theme-color);*/
    }

.e-grid .e-toolbar .e-tbar-btn-text {
    padding: 1px 8px 0px 2px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
    color: var(--btn-font-color) !important;
}

.e-toolbar .e-tbar-btn-text, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    font-size: 12px;
    font-family: Roboto;
}

.e-grid .e-add {
    font-size: 11px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-print {
    font-size: 12px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-excelexport {
    font-size: 11px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-download {
    font-size: 12px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-check {
    font-size: 12px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-upload-1 {
    font-size: 12px !important;
    color: var(--btn-font-color) !important;
}

.e-grid .e-excelexport:before {
    content: "\e700";
}

.e-grid .e-print:before {
    content: "\ec20";
}



.e-grid .e-tbar-btn:hover .e-print, .e-grid .e-tbar-btn:hover .e-add, .e-grid .e-tbar-btn:hover .e-excelexport {
    color: var(--btn-font-color) !important;
}

.e-grid .e-headercell {
    background-color: var(--light-bg) !important;
}

.e-grid .e-headercelldiv {
    font-family: Roboto-medium !important;
    text-transform: none !important;
    font-size: 12px !important;
    color: var(--font-color) !important;
}

.e-grid .e-groupheadercell {
    background-color: #f9f9f9 !important;
}

.e-grid .e-grouptopleftcell {
    background-color: var(--light-bg) !important;
    border-top: 2px solid var(--light-bg) !important;
}

.e-grid .e-groupcaption, .e-indentcell, .e-recordplusexpand, .e-recordpluscollapse {
    background-color: #f9f9f9 !important;
    font-family: Roboto-medium !important;
}



.e-grid .e-rowcell {
    font-size: 12px !important;
    color: var(--font-color) !important;
    font-family: Roboto !important;
}

    .e-grid .e-rowcell.e-prewrap {
        white-space: pre !important;
    }

.e-grid .e-gridpager {
    /*background-color: var(--light-back-color) !important;*/
}

.e-grid .e-pagercontainer {
    /*background-color: var(--light-back-color) !important;*/
}

.e-grid .e-gridpager .e-numericitem {
}

.e-grid .e-gridpager .e-prevpagedisabled,
.e-grid .e-gridpager .e-prevpage,
.e-grid .e-gridpager .e-nextpage,
.e-grid .e-gridpager .e-nextpagedisabled,
.e-grid .e-gridpager .e-lastpagedisabled,
.e-grid .e-gridpager .e-lastpage,
.e-grid .e-gridpager .e-firstpage,
.e-grid .e-gridpager .e-firstpagedisabled {
}

.e-grid .e-gridpager .e-currentitem {
    background-color: #e4e4e4 !important;
    color: var(--font-color);
}

.e-grid .e-filtermenudiv.e-icons.e-icon-filter {
    color: var(--font-color) !important;
}

    .e-grid .e-filtermenudiv.e-icons.e-icon-filter::before {
        content: "\e7ee"
    }


.e-grid .e-icon-filter.e-filtered::before,
.e-grid-menu .e-icon-filter.e-filtered::before {
    color: var(--second-color) !important;
    font-size: 14px !important;
}



/*drop down list*/

.e-ddl * {
    font-size: 12px !important;
    opacity: 1 !important;
    color: var(--font-color) !important;
    font-family: Roboto !important;
    background: #fff;
}


.e-ddl.e-input-group.e-control-wrapper {
    height: 25px !important;
    /*border: none !important;*/
    border: 1px solid var(--border-color) !important;
    border-radius: 3px !important;
    margin-top: 3px;
}

    .e-ddl.e-input-group.e-control-wrapper:focus {
        /*border: 3px solid var(--theme-color) !important;*/
    }

    .e-ddl.e-input-group.e-control-wrapper .e-input {
        color: var(--font-color) !important;
        margin-top: 0px !important;
        padding: 2px 0px 0px 5px !important;
        -webkit-text-fill-color: var(--font-color);
        border-bottom: none !important;
    }

    .e-ddl.e-input-group .e-input-group-icon, .e-ddl.e-input-group.e-control-wrapper .e-input-group-icon:hover {
        padding: 0px 4px 2px 0px !important;
    }

/*Calendar view*/

.e-schedule .e-month-view .e-appointment {
    background: var(--theme-color)
}

.e-schedule .e-month-view .e-resource-cells {
    background: var(--theme-color);
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
    background: var(--theme-color);
    border: 1px solid #aaa;
}

.e-schedule .e-timeline-year-view .e-resource-cells {
    background: var(--theme-color);
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
    font-size: 11px;
}

.e-schedule .e-timeline-year-view .e-header-cells {
    font-size: 12px;
}

.e-schedule .e-month-view .e-event-table .e-appointment .e-subject {
    font-size: 12px;
}

.e-schedule .e-month-view .e-header-cells {
    font-size: 12px;
}

.e-schedule .e-month-view .e-date-header {
    font-size: 13px;
}

.e-schedule .e-work-cells {
    height: 50px !important;
}

.e-schedule .e-resource-cells {
    height: 50px !important;
}

.schedule-cell-dimension.e-schedule .e-appointment {
    width: 100%;
    text-align: center;
    /*border: none !important;*/
}


.app-css {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*Multiselect*/
.e-multiselect {
    font-size: 12px !important;
    color: var(--font-color) !important;
    /*padding-left: 3px;*/

    margin-top: 3px !important;
}

    .e-multiselect.e-input-group .e-multi-select-wrapper {
        height: 25px !important;
        border: 1px solid var(--border-color) !important;
        border-radius: 3px !important;
        margin-top: 0px;
        padding: 0px 3px 0px 5px !important;
    }


    .e-multiselect input:focus {
        box-shadow: none;
        outline: none !important;
        border: none !important;
        border-radius: 3px;
        padding-top: 0px;
    }

.e-control-wrapper {
    border: none !important;
}

.e-close-hooker {
    display: none !important;
}

.e-multi-select-wrapper .e-chips {
    margin-top: 3px;
}

.e-multiselect input.e-dropdownbase::placeholder {
    /*color: var(--font-color) !important;*/
    /*padding: 0px 0px 0px 3px !important;*/
    /*padding-top: 0px !important;*/
    /*height: 25px !important;*/
    /*line-height: 25px !important;*/
}



/*Progress Bar*/

#myProgress {
    position: relative;
    height: 18px;
    width: 10em;
    text-align: left;
    background-color: var(--light-bg);
}

.highcontrast .e-grid #myProgress {
    background-color: black;
}

#myBar {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: var(--second-color);
}

    #myBar.progressdisable {
        background-color: #df2222;
    }

#pbarlabel {
    position: relative;
    left: 5px;
    line-height: 18px;
    font-size: 10px;
    color: white;
    width: 30px;
}



/*! Excel-Filter layout */
/*    .e-excelfilter .e-checkboxlist {
        height: 150px;
        margin-top: 5px;
        min-height: 150px;
        overflow-y: auto;
    }


    .e-excelfilter .e-contextmenu-wrapper ul {
        padding-bottom: 2px;
        position: static;
    }

        .e-excelfilter .e-contextmenu-wrapper ul li,
        .e-excelfilter .e-contextmenu-container ul li {
            height: 35px;
            line-height: 35px;
        }

            .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
            .e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
                height: 35px;
                line-height: 35px;
                margin-right: 10px;
            }*/
/* End SyncFusion Customization*/
/* Start Survey Cards*/
.section-card {
    background: #e7e7e7;
    /*background: var(--theme-light-color);*/
    /*background: #d2e1ef;*/
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.section-card-body {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}

    .section-card-body p {
        margin-bottom: 0px;
    }

.question-card {
    /*    margin-right: 20px;
    margin-left: 20px;*/
    margin-bottom: 20px;
}

.question-card-head {
    background: #fafafa;
    padding: 10px 15px 10px 15px;
    margin-bottom: 0px;
    font-size: 12px;
    border-bottom: none;
}

    .question-card-head p {
        margin-bottom: 0px;
    }

.question-card-body {
    padding: 5px 10px 0px 10px;
    background: #fafafa;
}

.grid-question-txt textarea:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 .1rem var(--theme-color);
}

.grid-question-txt textarea {
    font-size: 12px;
    margin-bottom: 12px;
}

.answerradio input[type=radio] {
    display: block;
    margin: 10px 30px 5px 30px;
    min-width: 40px;
}

.answerradio label {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 11px;
}

.answerradio .radiocolor::before {
    background-color: var(--theme-color);
}


@media (max-width: 768px) {
    .answerradio input[type=radio] {
        display: block;
        margin: 10px 10px 10px 10px;
        min-width: 40px;
    }
}

.btn-survey {
    padding: 5px 0px 5px 10px;
}


    .btn-survey:focus, .btn-survey:active {
        outline: none !important;
        box-shadow: none;
    }

.survey-icon {
    margin-right: 10px;
    width: 15px;
}




/*End Survey Cards*/
.GenPageDisplay {
    font-size: 14px;
}



.upload {
    position: relative;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px dashed var(--border-color);
    padding-bottom: 0px;
    background: #fff;
}

    .upload .upload-files .body {
        text-align: center;
    }

        .upload .upload-files .body.hidden {
            display: none;
        }

        .upload .upload-files .body i {
            font-size: 40px;
            color: lightgray;
            margin-right: 10px;
            float: left;
            margin-top: -5px;
        }

        .upload .upload-files .body label {
            font-size: 12px;
            padding-top: 15px;
            line-height: 1.4;
            cursor: pointer;
        }

            .upload .upload-files .body label span, .upload .upload-files .body label a {
                color: var(--theme-color);
                font-family: Roboto-bold;
            }


/*@media (max-width: 400px) {
    .upload {
        width: 100%;
        height: 100%;
    }
}*/

.old-rev-msg {
    display: flex;
    height: 45px;
    width: 100%;
    margin: 0px 15px 20px 15px;
}

    .old-rev-msg p {
        font-size: 14px;
        color: red;
        margin-right: 5px;
    }

    .old-rev-msg a {
        font-size: 14px;
        color: blue;
        text-decoration: underline;
    }


.old-rev-msg-gen {
    display: flex;
    height: 45px;
}

    .old-rev-msg-gen p {
        font-size: 14px;
        color: red;
        margin-right: 5px;
    }

    .old-rev-msg-gen a {
        font-size: 14px;
        color: blue;
        text-decoration: underline;
    }

.form-group .myreadonly {
    border: 1px solid #dadada !important;
    color: #909090 !important;
    background-color: #fcfcfc;
    border-radius: 3px;
}

    .form-group .myreadonly:focus {
        border: 1px solid #dadada !important;
        color: #909090 !important;
        border-radius: 3px;
    }

.disable-edit {
    display: none;
}

.ensable-edit {
    display: initial;
}


.btn-camera {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.camera-icon {
    font-size: 60px;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 0px;
}

.welcome-bg {
    background-color: #f7f7f7;
    /*background-color: #F2F4F8;*/
}

.welcome-card {
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
    box-shadow: 4px 5px 15px -3px rgba(0,0,0,0.1);
}

    .welcome-card .card-header {
        height: 35px;
        padding: 12px 20px 0px 20px;
        font-family: Roboto-medium, 'Open Sans';
        font-size: 14px;
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        border: none;
    }

    .welcome-card .card-body {
        padding: 10px 20px 10px 20px;
    }

.welcome-txt {
    font-size: 24px;
    font-family: Roboto-medium;
    color: var(--font-color);
}

#noteboard .card {
    /*height: 570px;*/
}

#noteboard .card-body {
    overflow-y: auto;
    min-height: 48px;
}

#noteboard h5 {
    font-size: 14px;
    font-family: Roboto-medium;
}

#noteboard p {
    font-size: 12px;
    color: var(--font-color);
    margin-left: 10px;
}

.noteboard-icon {
    font-size: 10px;
    margin-right: 10px;
}

.noteboard-badge {
    /*height: 30px;*/
    margin-top: 0px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 100;
    padding: 8px 10px 8px 10px;
    color: var(--font-color);
    font-family: Roboto;
    background-color: #e6ebf5;
    white-space: normal;
}

.survey-note {
    font-size: 13px;
    margin-left: 20px;
}

.panel p {
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
    color: var(--font-color);
    text-decoration: underline;
    cursor: pointer;
    font-family: Roboto-medium;
}

.panel-content p {
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.panel-content {
    display: none;
}



/*Risk Cards*/

#riskcards {
    width: 100%;
}

    #riskcards .card {
        border: 1px solid var(--border-color);
        border-radius: 10px;
        width: 100%;
    }

    #riskcards .card-header {
        padding: 5px 0px 5px 0px;
        height: 30px;
        text-align: center !important;
    }

    #riskcards .card-title {
        font-size: 14px;
        font-family: Roboto-medium;
        margin-top: 0px;
        margin-bottom: 0px;
    }

/*    #riskcards .card-title {
        font-size: 14px;
        font-family: Roboto-medium;
        margin-top: -30px;
        background: white;
        padding-left: 10px;
        padding-bottom: 5px;
        margin-left: -30px;
    }*/

.risk-level {
    height: 38px !important;
    text-align: center !important;
    font-size: 20px !important;
    padding-right: 0px !important;
    padding-left: 10px !important;
    font-family: Roboto-medium;
}

.risk-info {
    color: var(--theme-color);
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 0px;
    margin-left: 10px;
}

    .risk-info:focus {
        color: var(--theme-color);
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .risk-info:hover {
        color: #808080;
    }


.risk-status-color-1 {
    background: #BCE659;
    color: #000;
}

.risk-status-color-2 {
    background: #FFFF00;
    color: #000;
}

.risk-status-color-3 {
    background: #FFC000;
    color: #000;
}

.risk-status-color-4 {
    background: #FF0000;
    color: #fff;
}


/*SWOT Cards*/

.swot-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: Roboto-medium;
}



#swot .card .swot-card-s {
    background: #abcee7;
}

#swot .card .swot-card-w {
    background: #c1ddf1;
}

#swot .card .swot-card-o {
    background: #a9dccb;
    /*background: #efdffc;*/
}

#swot .card .swot-card-t {
    background: #cfece3;
    /*background: #f6edfc;*/
}

#swot .card .card-header h1 {
    font-size: 34px;
    font-family: Roboto-bold;
    margin-bottom: 5px;
}

#swot .card .card-header h2 {
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 5px;
}

#swot .card .card-header h3 {
    font-size: 20px;
    font-family: Roboto-medium;
    margin-bottom: 0px;
}

.swot-card-cat {
    border: none;
    font-size: 16px;
    font-family: Roboto-bold;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.swot-card-item {
    padding-right: 0px;
}


    .swot-card-item .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        font-size: 12px;
        font-family: Roboto;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }

.swot-card-item-form .card {
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
    font-size: 12px;
    font-family: Roboto;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.swot-card-item .card .e-icons {
    font-size: 10px !important;
}

.swot-card-item-form .card:hover {
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
}

.btn-swot-del {
    font-weight: 500;
    padding: 2px 5px 0px 5px;
}

    .btn-swot-del i {
        color: var(--theme-color) !important;
    }

    .btn-swot-del:hover {
        color: var(--font-color);
    }

.swot-add {
    text-align: right;
}

.btn-swot-add {
    height: 35px;
    padding-right: 10px;
    padding-left: 13px;
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
    background: #fff;
    /*width: 100%;*/
    margin-bottom: 10px;
    font-size: 13px;
}

    .btn-swot-add i {
        color: #000 !important;
        font-size: 14px;
        margin-right: 5px;
    }

    .btn-swot-add:hover {
        background: #f2f2f2;
    }


.swot-rev {
    font-size: 14px;
    margin-top: 3px;
    border: none;
    height: 27px;
    width: 30px;
}

.swot-date {
    font-size: 14px;
    margin-top: 3px;
    border: none;
    height: 27px;
    width: 120px;
}


/*System Menu*/
/*System Menu Button */
#sysmenu .dropdown {
    position: static !important;
}



#sysmenu .dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 32px !important;
    width: 100% !important;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    left: 0px !important;
    position: absolute;
    padding-bottom: 50px;
}

#sysmenu .sysmenu-icon {
    font-size: 16px;
    color: #fff;
}

    #sysmenu .sysmenu-icon i {
        margin-right: 7px;
        font-size: 20px;
        vertical-align: middle !important;
    }



/*System Menu Top Menu */

#sidetopsys {
    width: 100%;
    height: 45px;
    margin-right: 30px;
}

    #sidetopsys p {
        font-size: 16px;
        color: var(--font-color);
        padding-bottom: 0px;
    }

    #sidetopsys button {
        padding: 10px 10px 0px 10px;
        box-shadow: none !important;
    }

        #sidetopsys button:hover {
            border-bottom: 4px solid var(--theme-light-color);
        }

    #sidetopsys .btn-sidetop-gen-active {
        border-bottom: 6px solid var(--theme-color);
    }

    #sidetopsys .btn-sidetop-sys-active {
        border-bottom: 4px solid var(--theme-color);
    }

    #sidetopsys .btn-sidetop-rep-active {
        border-bottom: 4px solid var(--theme-color);
    }

    #sidetopsys .btn-sidetop-adm-active {
        border-bottom: 4px solid var(--theme-color);
    }

@media (max-width: 768px) {
    .top-menu-divider {
        height: 20px;
    }
}

/*System Menu Card */

.sys-card .card {
    border: none;
}

.sys-card .card-title {
    font-size: 18px;
    font-family: Roboto-medium;
    color: var(--font-color);
}

.sys-card .card ul li {
    padding: 3px 10px 3px 0px !important;
    margin-left: 0px !important;
}

    .sys-card .card ul li:hover {
        background: #f2f2f2;
        cursor: pointer;
    }

    .sys-card .card ul li a {
        font-size: 14px !important;
        color: #404040 !important;
        border-radius: 10px !important;
    }

        .sys-card .card ul li a:hover {
            text-decoration: none;
        }

.sys-card .menu-icon i {
    font-size: 16px !important;
    color: var(--theme-color) !important;
    margin-right: 10px !important;
    padding-left: 15px;
    margin-top: 2px;
}

.menu-icon-close {
    color: var(--theme-color);
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin-right: 20px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .sys-card .card ul li a {
        font-size: 18px !important;
    }

    .menu-icon-close {
        margin-top: 10px;
    }
}

.form-control-plaintext-dropdown {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext-dragdrop-dropdown {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.form-control-plaintext-dragdrop {
    font-size: 12px;
    color: var(--font-color);
    height: 25px;
    /* border: none; */
    border: 1px solid var(--border-color);
    margin-top: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}
/*margin-top: -25px;*/
/*font-size: 20px;
        margin-right: 20px;
    }


    /*.menu-card {
        z-index: 100;
        width: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        height: 90%;
        overflow-y: auto;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        border: none;
    }

        .menu-card .card-body {
            font-size: 13px;
            padding-top: 0px;
        }

    .menu-icon {
        color: var(--theme-color);
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        margin-top: -5px;
        font-size: 20px;
    }


        .menu-icon:focus {
            color: var(--theme-color);
            background-color: #fff;
            border: none;
            box-shadow: none;
            outline: none;
        }

        .menu-icon:hover {
            color: #808080;
        }

*/



#nav-iso {
    position: fixed;
    top: 54px;
    left: 0;
    background: #f7f7f7;
    height: 32px;
    font-size: 12px;
    padding-top: 0px;
    font-family: Roboto-medium;
    z-index: 2;
}


    #nav-iso .nav-link-title {
        color: #000;
    }

    #nav-iso .nav-item {
        /*border-right: 1px solid #c9c9c9;*/
        height: 28px;
        padding: 0px 10px 5px 10px;
        background: #f7f7f7;
        cursor: pointer;
    }

        #nav-iso .nav-item a {
            color: #1d1d1d;
        }

        #nav-iso .nav-item.active {
            background: #cbeae1;
            /*background: #c7cee3;*/
            height: 30px;
        }

        #nav-iso .nav-item:hover {
            background: #E6EBF5;
            height: 30px;
        }

    #nav-iso button {
        font-size: 13px;
        color: #000;
        border: none;
    }

    #nav-iso .dropdown-item {
        font-size: 12px;
        color: #515151;
    }

.nav-iso-buy {
    color: #ff6b6b;
    font-size: 12px;
    padding-right: 20px;
    font-family: Roboto-medium, 'Open Sans';
}

.dropdown-menu {
    z-index: 10;
}


.checkbox-mandatory {
    margin-right: 45px;
}

.field-header-span {
    font-size: small;
    opacity: 0.7;
}


#spinnerContainer, #AjaxSpinnerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.spinner-border {
    width: 50px;
    height: 50px;
    border-width: 0.09rem;
    color: var(--theme-color);
}



/* 5 Whys */

#whys .radio {
    height: 28px;
    margin-right: 10px;
}

    #whys .radio input {
        width: auto;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        background: #f2f2f2;
        color: var(--font-color);
        font-size: 14px;
    }

        #whys .radio input:checked {
            background: var(--theme-color);
            color: #fff;
        }

        #whys .radio input:before {
            content: attr(label);
            display: inline-block;
            text-align: center;
            width: 100%;
        }


.why-isrc-label {
    font-size: 14px;
    margin-right: 10px;
}

.why2 {
    padding-left: 60px;
}

@media (max-width: 776px) {
    .why2 {
        padding-left: 0px;
    }
}

.why3 {
    padding-left: 120px;
}

@media (max-width: 776px) {
    .why3 {
        padding-left: 0px;
    }
}

.why4 {
    padding-left: 180px;
}

@media (max-width: 776px) {
    .why4 {
        padding-left: 0px;
    }
}

.why5 {
    padding-left: 240px;
}

@media (max-width: 776px) {
    .why5 {
        padding-left: 0px;
    }
}

#whys .input-group textarea {
    font-size: 14px;
}

    #whys .input-group textarea:focus {
        border: 3px solid var(--theme-color) !important;
        outline: none !important;
        box-shadow: none !important;
    }

#whys .myreadonly {
    border: 1px solid #dadada !important;
    color: #909090 !important;
    background-color: #f9f9f9;
    border-radius: 3px;
}

    #whys .myreadonly:focus {
        border: 1px solid #dadada !important;
        color: #909090 !important;
        border-radius: 3px;
    }

#whys .input-group span {
    color: #fff !important;
    background-color: var(--theme-color);
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
    border: 3px solid var(--theme-color);
}


.incard-title {
    font-family: Roboto-bold;
    text-decoration: underline;
    font-size: 14px;
}

.mobile-icon-color {
    color: #fff !important;
    padding-top: 5px;
    right: 10px !important;
}

.infomodal .modal-content {
    height: 90vh;
}

.infomodal .modal-body {
    overflow-y: auto;
}

.infomodal-buttons {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.PrintOrganizationLogo {
    height: 70px;
    padding: 10px;
    display: block;
    margin-left: auto;
}


/*checklist table-tree*/
#tree-table {
    font-size: 12px;
}

    #tree-table .details {
        white-space: pre-line;
    }

    #tree-table .details-header {
        font-family: Roboto-medium;
    }

.treegrid-indent {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.treegrid-expander {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: -17px;
    cursor: pointer;
}

#tree-table .btn-survey {
    padding: 5px 5px 5px 5px;
}


    #tree-table .btn-survey:focus, .btn-survey:active {
        outline: none !important;
        box-shadow: none;
    }

#tree-table .survey-icon {
    width: 15px;
}

#tree-table .btn-def {
    font-family: Roboto;
    background: var(--theme-color);
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 10px;
    padding: 2px 10px 0px 10px;
    height: 22px;
    vertical-align: middle;
    border-radius: 5px;
}

    #tree-table .btn-def:hover {
        background: #f9f9f9;
        color: var(--theme-color);
        border: 1px solid var(--border-color);
    }

    #tree-table .btn-def i {
        margin-right: 5px;
        vertical-align: middle;
    }



#tree-table .btn-def-save {
    font-family: Roboto;
    background: #5cb85c;
    color: #fff;
    /*border: 1px solid #ccc;*/
    font-size: 10px;
    padding: 2px 10px 0px 10px;
    border-radius: 5px;
    height: 22px;
}

    #tree-table .btn-def-save i {
        margin-right: 5px;
        vertical-align: middle !important
    }

    #tree-table .btn-def-save:hover {
        background: #F9F9F9;
        color: var(--theme-color);
        border: 1px solid var(--border-color);
    }


#tree-table .no-left-border {
    border-left: none;
}

#tree-table .no-right-border {
    border-right: none;
}

#tree-table .btn-tbl-icon {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    padding: 0px 0px 0px 0px;
}

    #tree-table .btn-tbl-icon i {
        color: #aaa !important;
    }

        #tree-table .btn-tbl-icon i:hover {
            color: var(--theme-color)
        }


#tree-table-stdClauses {
    font-size: 13px;
}

    #tree-table-stdClauses .details {
        white-space: pre-line;
    }

    #tree-table-stdClauses .details-header {
        font-family: Roboto-medium;
    }

/*hides the time in scedule view*/
.e-time {
    display: none
}

@media print {
    @page {
        size: landscape
    }
}



#myaccordion .card-header .title {
    font-size: 14px;
    font-family: Roboto-medium;
    color: #000;
}

#myaccordion .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

#myaccordion .card-header {
    cursor: pointer;
}

#myaccordion .card {
}

#myaccordion .card-body {
    /*border-bottom: 1px solid #dfdfdf;*/
}

#myaccordion .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}





.btn-not-del {
    font-weight: 500;
    padding: 2px 5px 0px 5px;
}

    .btn-not-del i {
        color: red !important;
    }

    .btn-not-del:hover {
        color: var(--font-color);
    }

.not-add {
    text-align: right;
    margin-right: 9px;
    margin-top: 5px;
}

.btn-not-add {
    height: 35px;
    padding-right: 10px;
    padding-left: 13px;
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
    background: #fff;
    /*width: 100%;*/
    /*    margin-bottom: 10px;*/
    font-size: 13px;
}

    .btn-not-add i {
        color: #000 !important;
        font-size: 20px;
        margin-right: 5px;
    }

    .btn-not-add:hover {
        background: #f2f2f2;
    }

.table-in-dropdown {
    border: none;
    background: transparent;
}

.gen-set-txt {
    font-size: 12px;
    margin-top: 6px;
}

#custtopmenu ul li {
    margin-right: 40px;
    /*font-size: 15px;*/
}

    #custtopmenu ul li a {
        color: #fff;
    }


.revision {
    float: right;
    color: #404040;
    font-size: 10px;
    right: 30px;
    margin-bottom: 10px;
}



.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .tile_count .tile_stats_count {
        border-bottom: 1px solid #D9DEE4;
        padding: 0 10px 0 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

@media (min-width: 992px) {
    footer {
        margin-left: 230px;
    }
}



.chart-grid-title {
    font-family: Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-anchor: middle;
    margin-bottom: 15px;
    margin-top: 10px;
}

.chart-table-grid {
    width: 100%;
    align-items: center;
    display: contents;
}

.col-form-label-textarea {
    align-self: center;
}

.chart-card {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
}

.grid-card {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    align-items: center;
}

.chart-card-pie {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.chart-card-pie-sm {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.chart-card-pie-lg {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.chart-card-count {
    background-color: #fff; /* Set your desired background color */
    margin-bottom: 20px;
    height: 100px;
    border: none;
    border-radius: 10px;
    padding-top: 10px;
}

.chart-title {
    font-size: 12px;
    color: red;
}

.dashboard-item {
    border-left: 2px solid #ADB2B5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.db-date {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 5px;
}

.db-date-title {
    margin-right: 10px;
    font-size: 14px;
}

.dashboard-icon {
    font-size: 16px; /* Adjust the icon size as needed */
    margin-bottom: 5px; /* Adjust the margin as needed */
}

.count {
    color: #73879C;
    font-family: Roboto, Arial, "Droid Sans", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 47px;
    font-weight: 600;
    font-size: 40px;
}


.count-danger {
    color: #28a745;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 47px;
    font-weight: 600;
    font-size: 40px;
    color: #cc433e
}




.count-success {
    color: #28a745;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 47px;
    font-weight: 600;
    font-size: 40px;
    color: #28a745
}

.quick-info-header {
    background-color: white;
    font-family: Roboto-medium, 'Open Sans';
    padding: 5px 5px;
}

.quick-info-header-content {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0px 10px 0px 5px;
}

.quick-info-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.48px;
    height: 22px;
}

.duration-text {
    font-size: 11px;
    letter-spacing: 0.33px;
    height: 14px;
}

.content-area {
    padding: 10px;
    width: auto;
}

.event-content {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.meeting-type-wrap,
.meeting-subject-wrap,
.notes-wrap {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.33px;
    height: 24px;
    padding: 5px;
}

.event-content div label {
    display: inline-block;
    min-width: 45px;
    color: #666;
}

.event-content div span {
    font-size: 11px;
    color: #151515;
    letter-spacing: 0.33px;
    line-height: 14px;
    padding-left: 8px;
}

.cell-footer.e-btn {
    background-color: #ffffff;
    border-color: #878787;
    color: #878787;
}

.cell-footer {
    padding-top: 10px;
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
    padding: 0px 10px 0px 20px
}


.e-quick-popup-wrapper .e-event-popup .e-popup-content {
    padding: 0px 10px 0px 20px
}

.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
    display: block;
}

.e-quick-popup-wrapper .e-popup-footer button:first-child {
    margin-right: 5px;
}

.custom-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-schedule-table {
    background-color: #fafafa;
    font-family: system-ui;
}

.small-input::-webkit-inner-spin-button,
.small-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.small-input {
    border: none;
    -moz-appearance: textfield;
    width: 60px;
    height: 40px;
    text-align: center;
}

    .small-input:focus {
        outline: none;
        border: 1px solid var(--border-color);
        border-radius: 2px;
    }

.table-condensed {
    font-size: 13px /* Adjust the width as needed */
}
