﻿

/* 12-1-2020 */


.table th , .table td , .table  {
    font-size:13px
  }
  

.form-group.key {
    margin: 0 !important;
}
.form-group.key label{margin: 0;}

.form-control { 
    height: auto; 
}

.card-header h5 {
    margin: 3px 0; 
}

.card-header .btn-lg {
    padding: 2px;  
    border-radius: .3rem;
}
    



.task-board-List .card-header a h5 { 
    height: auto;
}
/*Theme All
*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: inherit
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 5px;
    margin: 0 2px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #d6d6d6
    }

*, *:focus, *:hover {
    outline: none
}




.login-content {
    background-image: url(../images/login-bg.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    left: 0;
    min-height: auto;
    height: 100vh;
    width: 56%;
    background-position: 61% center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden
}

    .login-content:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31,50,88,0.65);
        z-index: 0
    }

    .login-content .content-wrap {
        position: relative;
        z-index: 1;
        width: 750px;
        margin: 6% 10% 0 auto;
        height: 100%
    }

        .login-content .content-wrap h2 {
            font-weight: bold;
            line-height: 53px;
            margin-top: 42px;
            margin-bottom: 0
        }

        .login-content .content-wrap p.content {
            font-size: 15px;
            line-height: 30px;
            width: 600px;
            margin: auto
        }

    .login-content ul.logos li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0px 28px;
        position: relative
    }

        .login-content ul.logos li:last-child {
            padding: 0px 28px 0 0
        }

        .login-content ul.logos li:not(:last-child):after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2px;
            height: 44px;
            background: #fff
        }

    .login-content .row.footer {
        line-height: 45px;
        padding: 0 !important;
        padding-top: 20px;
        position: static;
        background-color: transparent;
        text-align: center;
        font-family: inherit;
    }

        .login-content .row.footer p {
            font-size: 14px;
            direction: ltr;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            text-align: left
        }

        .login-content .row.footer ul.footer-links {
            padding: 0;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto
        }

            .login-content .row.footer ul.footer-links li {
                display: inline-block;
                color: #fff;
                font-size: 13px
            }

                .login-content .row.footer ul.footer-links li:first-child:after {
                    content: "|";
                    vertical-align: top;
                    padding: 0 5px
                }

                .login-content .row.footer ul.footer-links li a {
                    color: inherit;
                    line-height: 45px;
                    vertical-align: super
                }

                    .login-content .row.footer ul.footer-links li a:hover {
                        text-decoration: none;
                        color: #45ae54
                    }

    .login-content .row.header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }

    .login-content .row.description {
        height: 80vh
    }

    .login-content footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        direction: rtl !important;
    }

.login-form {
    width: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: auto;
    background-color: #fff;
    position: relative
}

    .login-form:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: #45ae54
    }

    .login-form::after {
        content: "";
        position: absolute;
        left: 2px;
        top: calc(50% - 72px);
        height: 145px;
        width: 22px;
        background-image: url("../images/Union 1.svg");
        background-repeat: no-repeat
    }

    .login-form .form-wrap {
        width: 468px;
        margin: 0 auto;
        padding-top: 6%;
        min-width: 320px;
        min-height: 100%;
        height: 100vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .login-form .form-wrap ul.langs {
            margin-top: 40px
        }

            .login-form .form-wrap ul.langs li {
                display: inline-block;
                font-size: 16px;
                color: #8b8d8f
            }

                .login-form .form-wrap ul.langs li:first-child:after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 17px;
                    margin: 0 18px;
                    background-color: #c8cdd2;
                    position: relative;
                    top: 4px
                }

                .login-form .form-wrap ul.langs li a {
                    color: inherit
                }

                    .login-form .form-wrap ul.langs li a:hover {
                        text-decoration: none;
                        color: #26984d
                    }

                .login-form .form-wrap ul.langs li.active {
                    color: #26984d
                }

        .login-form .form-wrap h1 {
            color: #275e9d;
            font-weight: bold;
            line-height: 55px;
            margin-top: 45px;
            margin-bottom: 20px
        }

        .login-form .form-wrap .form-container {
            padding: 20px 0
        }

            .login-form .form-wrap .form-container .form-group label span {
                color: #fb2b2b
            }

            .login-form .form-wrap .form-container label {
                color: #464749;
                line-height: 24px;
                font-size: 14px;
                margin-bottom: 1rem
            }

            .login-form .form-wrap .form-container .form-group input.form-control {
                background: #ebeef2;
                border: none;
                border-radius: 0;
                border-right: 4px solid #45ae54;
                height: calc(1.5em + 0.75rem + 6px);
                line-height: 3;
                /* margin-bottom: 1.5rem */
            }

            .login-form .form-wrap .form-container  .form-group {
                margin-bottom: 2rem;
            }

            .login-form .form-wrap .form-container label.custom-control-label {
                padding-right: 26px;
                cursor: pointer
            }

            .login-form .form-wrap .form-container .custom-checkbox .custom-control-label::before {
                border-radius: 0;
                border: none;
                background-color: #ebeef2;
                position: absolute;
                right: 0;
                left: auto
            }

            .login-form .form-wrap .form-container .custom-control-input:focus ~ .custom-control-label::before {
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .login-form .form-wrap .form-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
                background-color: #45ae54;
                right: 0;
                left: auto
            }

            .login-form .form-wrap .form-container .login-btn {
                font-size: 16px;
                line-height: 30px;
                width: 243px;
                padding: 0.563rem 0.75rem;
                -webkit-box-shadow: 0px 7px 17px -3px #45ae54;
                box-shadow: 0px 7px 17px -3px #45ae54
            }

            .login-form .form-wrap .form-container a.forget {
                -webkit-box-flex: 1;
                -ms-flex: auto;
                flex: auto;
                text-align: left;
                padding-top: 14px;
                font-size: 14px;
                font-weight: bold
            }

            .login-form .form-wrap .form-container button.btn.btn-primary.login-lg-btn {
                width: 100%;
                position: relative;
                font-size: 16px;
                line-height: 30px;
                padding: 0.875rem 0.75rem;
                -webkit-box-shadow: 0px 7px 17px -3px #1d4d8b;
                box-shadow: 0px 7px 17px -3px #1d4d8b
            }

            .login-form .form-wrap .form-container span.btn-icon {
                position: absolute;
                right: 0;
                height: 48px;
                padding: 6px 23px;
                top: 5px
            }


/*.login-content footer {
    height: 18px;
    background: #45ae54;
    margin: 0 -30px;
}*/


.login-content footer .logos {
    margin: 24px auto;
    width: 485px;
}

.login-content .row.footer p {
    line-height: 47px;
}

.footer {
    position: fixed;
}

body.dashboard {
    overflow: hidden
}

section.side-nav {
    background: #1a4e91;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a4e91), to(#0b356b));
    background: linear-gradient(180deg, #1a4e91 0%, #0b356b 100%);
    height: 100vh;
    /* width: 300px;*/
    position: fixed !important;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999
}

    section.side-nav .nav-wrapper {
        height: 100%;
        overflow: auto
    }

    section.side-nav:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: #45ae54;
        z-index: 9
    }

.lang-ltr section.side-nav:before {
    left: auto;
    right: 0;
}


section.side-nav #slide-toggle {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 145px;
    width: 22px;
    background: none;
    border: none;
    background-image: url("../images/Union 1.svg");
    background-repeat: no-repeat;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    z-index: 999999;
}

.lang-ltr section.side-nav #slide-toggle {
    position: absolute;
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.lang-ltr .app-search .form-control, .lang-ltr .app-search .form-control:focus { 
    margin-right: 0px !important;  
    margin-left: 16px !important; 
}

section.side-nav #slide-toggle:focus {
    outline: none
}

section.side-nav #slide-toggle.reversed {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: -19px
}

section.side-nav .nav-logo {
    text-align: center;
    padding-top: 20px
}

section.side-nav .user-card {
    padding: 0 15px;
    margin-top: 60px
}

    section.side-nav .user-card .main-data img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        border-radius: 50%;
        position: relative;
        top: -8px
    }

    section.side-nav .user-card .main-data .title {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-right: 20px
    }

        section.side-nav .user-card .main-data .title h6 {
            color: #fff;
            line-height: 17px
        }

        section.side-nav .user-card .main-data .title p {
            color: #45ae54;
            font-size: 13px;
            line-height: 15px
        }

    section.side-nav .user-card hr {
        border-top: 1px solid rgba(255,255,255,0.18);
        margin: 0
    }

    section.side-nav .user-card .sub-data .data-box {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 50%;
        padding-top: 10px;
        color: #ffffffd9;
        position: relative
    }

        section.side-nav .user-card .sub-data .data-box:last-child {
            padding-right: 30px
        }

            section.side-nav .user-card .sub-data .data-box:last-child:after {
                content: "";
                position: absolute;
                right: 0;
                top: 15px;
                height: 49px;
                width: 1px;
                background: rgba(255,255,255,0.18)
            }

        section.side-nav .user-card .sub-data .data-box h6 {
            font-weight: bold;
            line-height: 22px
        }

        section.side-nav .user-card .sub-data .data-box p {
            font-size: 13px
        }

            section.side-nav .user-card .sub-data .data-box p span {
                color: #57d87d;
                font-size: 23px;
                font-weight: bold;
                line-height: 13px;
                margin-left: 10px;
                vertical-align: middle
            }

section.side-nav #MainMenu {
    margin-top: 40px
}

    section.side-nav #MainMenu .list-group .list-group-item {
        background: none;
        border: none;
        border-radius: 0;
        color: #b9d0ec;
        font-size: 15px;
        line-height: 17px;
        padding: 18px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.18)
    }

        section.side-nav #MainMenu .list-group .list-group-item:hover {
            text-decoration: none
        }

        section.side-nav #MainMenu .list-group .list-group-item i, section.side-nav #MainMenu .list-group .list-group-item .pre-item-icon {
            font-size: 19px;
            line-height: 15px;
            margin: 0 20px
        }

        section.side-nav #MainMenu .list-group .list-group-item .expand-icon {
            position: absolute;
            left: 20px;
            top: 20px
        }

    section.side-nav #MainMenu .list-group > .list-group-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.02)
    }

    section.side-nav #MainMenu .list-group .list-group-item.active {
        color: #ffffff !important;
        background-color: #45ae54 !important
    }

    section.side-nav #MainMenu .list-group .list-group-item.child-item {
        padding-right: 45px;
        font-size: 14px;
        line-height: 16px;
        color: #73a9e9
    }

        section.side-nav #MainMenu .list-group .list-group-item.child-item i {
            font-size: 14px;
            line-height: 15px;
            margin: 0 10px
        }

section.side-nav .nav-footer {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    line-height: 21px;
    margin: 40px 15px 20px;
    padding-bottom: 8px;
    direction: ltr;
    border-bottom: 1px solid rgba(255,255,255,0.18)
}

section.side-nav .logos {
    padding: 0;
    text-align: center
}

    section.side-nav .logos li {
        display: inline-block;
        padding: 0 10px;
        position: relative
    }

        section.side-nav .logos li:after {
            position: absolute;
            top: 6px;
            left: 0;
            width: 1px;
            height: 28px;
            background-color: rgba(255,255,255,0.9);
            content: ""
        }

        section.side-nav .logos li:nth-child(1) img {
            width: 78px
        }

        section.side-nav .logos li:nth-child(2) img {
            width: 48px
        }

        section.side-nav .logos li:nth-child(3) img {
            width: 53px
        }

        section.side-nav .logos li:nth-child(3):after {
            display: none
        }

span.nofication-count {
    background-color: #db5757;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 18px
}

section.side-nav.closed {
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
}

.main-container {
    margin-right: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    width: calc(100vw - 300px);
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto
}

    .main-container.full-container {
        margin-right: 0;
        width: 100vw
    }



#wrapper {
    position: relative;
}

.topbar-left {
    text-align: center
}

    .topbar-left .logo .logo-sm {
        display: none;
    }

.topbar .topbar-left {
    height: auto;
}

.left.side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding-left: 3px;
}

.lang-ltr .left.side-menu {
    padding-right: 3px;
    padding-left: 0;
}



section.side-nav .logos li {
    padding: 0 7px;
}

ul#side-menu {
    z-index: 9999;
    position: relative;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left.side-menu::-webkit-scrollbar, .nav-wrapper::-webkit-scrollbar {
    display: none;
}

.left.side-menu, .nav-wrapper {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.enlarged .left.side-menu, .enlarged section.side-nav .nav-wrapper {
    overflow: visible;
}

.enlarged .topbar-left .logo .logo-sm {
    display: block;
}

.enlarged .topbar-left .logo .logo-light {
    display: none;
    opacity: 0;
}

.enlarged .topbar-left {
    text-align: center;
    min-height: 94px;
    padding-top: 33px;
}

.enlarged #wrapper .left.side-menu {
    z-index: 999;
}

section.side-nav:before {
    width: 3px;
    background-color: #45ae54;
}

ul#webSocialList {
    z-index: 9999999;
}



.navbar-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}


.enlarged section.side-nav #slide-toggle {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: -19px;
}

.enlarged .lang-ltr section.side-nav #slide-toggle {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    left: auto;
    right: -19px;
}

.enlarged .navbar-footer {
    display: none
}

#sidebar-menu a {
    cursor: pointer !important
}





/* Light Apperance*/

.light-appearance .light-logo {
    display: none
}

.light-appearance .dark-logo {
    display: inline-block
}


.light-appearance .side-menu {
    background: #ffffff;
    border-left: 1px solid #e7e7e7;
}

.light-appearance .topbar .topbar-left {
    background-color: #ffffff;
    border-left: 1px solid #e7e7e7;
}

.light-appearance .logo .logo-sm img {
    width: 44px;
}

.light-appearance #sidebar-menu > ul > li > a,
.light-appearance #sidebar-menu .submenu li a {
    color: #4d4d4d;
}

.light-appearance.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #ffffff;
    background-color: #065653;
}

.light-appearance.enlarged #wrapper #sidebar-menu ul ul {
    background-color: #f4f4f4;
}

.light-appearance #sidebar-menu .submenu li a:hover {
    background-color: #f7f7f7;
    color: #005f53 !important;
}

.light-appearance.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a {
    background-color: #01413e;
}

.light-appearance #sidebar-menu .menu-title {
    color: #aeaeae;
}

.light-appearance #sidebar-menu > ul > li > a.mm-active {
    background-color: #3f494e;
}

.light-appearance #sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
    color: #000000;
    /* background-color: #607d8b; */
}


.light-appearance .side-menu {
    background: #ffffff;
    border-left: 1px solid #e7e7e7;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.13);
}

.light-appearance.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a {
    color: #009688;
    background-color: #fff;
}



.light-appearance section.side-nav:before {
    width: 3px;
    background-color: #607D8B;
}



 


body.dark-theme {
    background: #f5f5f5 !important
}

.dark-theme .btn-primary {
    border: 1px solid #306cb9;
    background-color: #1D4D8B;
}

    .dark-theme .btn-primary:hover {
        background-color: #4885D4;
        border-color: #4885D4;
    }

.dark-theme #sidebar-menu > ul > li > a {
    color: #b9d0ec;
}

.dark-theme #sidebar-menu .submenu li a {
    color: #73a9e9;
}

.dark-theme .metismenu ul li, .dark-theme #sidebar-menu > ul > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

    .dark-theme #sidebar-menu > ul > li > a.mm-active {
        color: #ffffff !important;
        background-color: #45ae54 !important;
    }

.dark-theme #sidebar-menu .submenu li.mm-active > a {
    background-color: #053169;
    color: #fff !important;
}

.dark-theme #sidebar-menu > ul > li > a:active, .dark-theme #sidebar-menu > ul > li > a:focus {
    color: #b9d0ec;
    background-color: transparent;
}

.dark-theme .task-cards .card, .dark-theme .dashboard-page .dashboard-card {
    background-color: #fcfcfc;
    border: 1px solid #a5dcd9 !important;
    -webkit-box-shadow: 0 0 15px 0 #dbdde8;
    box-shadow: 0 0 15px 0 #dbdde8;
    border-radius: 6px;
    margin: 10px 0;
}

.dark-theme .card, .dark-theme .card.pricing-box {
    border: none;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 2px 3px 0px #536b7f !important;
}

.dark-theme .topbar .navbar-custom {
    background-color: whitesmoke;
    box-shadow: none;
    border-bottom: 1px solid #d3d3db;
}


.dark-theme .app-search .form-control, .dark-theme .app-search .form-control:focus {
    background: #ffffff;
}


.dark-theme body , .dark-theme .table { 
    color:#666666
}




/* Light Apperance-blue*/

.light-appearance-blue section.side-nav:before {
    width: 3px;
    background-color: #007e76;
}


.light-appearance-blue .light-logo {
    display: none
}

.light-appearance-blue .dark-logo {
    display: inline-block
}


.light-appearance-blue .side-menu {
    background: #ffffff;
    border-left: 1px solid #e7e7e7;
}

.light-appearance-blue .topbar .topbar-left {
    background-color: #ffffff;
    border-left: 1px solid #e7e7e7;
}

.light-appearance-blue .logo .logo-sm img {
    width: 44px;
}

.light-appearance-blue #sidebar-menu > ul > li > a,
.light-appearance-blue #sidebar-menu .submenu li a {
    color: #4d4d4d;
}

.light-appearance-blue.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #ffffff;
    background-color: #065653;
}

.light-appearance-blue.enlarged #wrapper #sidebar-menu ul ul {
    background-color: #f4f4f4;
}

.light-appearance-blue #sidebar-menu .submenu li a:hover {
    background-color: #f7f7f7;
    color: #263b5e !important;
}

.light-appearance-blue.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a {
    background-color: #f6fffe;
    color: #007e76 !important
}
.light-appearance-blue.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li:hover > a i { 
    color: #007e76 !important
}
.light-appearance-blue #sidebar-menu .menu-title {
    color: #aeaeae;
}

.light-appearance-blue #sidebar-menu > ul > li > a.mm-active {
    /* background-color: #022c2a; */
    background-color: #4caf50;
    background-image: -webkit-gradient(linear,left top,right top,from(#017567),color-stop(#098a78),color-stop(#159f89),color-stop(#20b59a),to(#2ccbab)) !important;
    background-image: -webkit-linear-gradient(left,#017567,#098a78,#159f89,#20b59a,#2ccbab) !important;
    background-image: -o-linear-gradient(left,#017567,#098a78,#159f89,#20b59a,#2ccbab) !important;
    background-image: linear-gradient(to right,#017567,#098a78,#159f89,#20b59a,#2ccbab) !important;
}

.light-appearance-blue #sidebar-menu > ul > li > a:hover, 
 #sidebar-menu > ul > li > a:active {
    color: #000000;
    background-color: #f7f7f7;
} 

  #sidebar-menu > ul > li > a:focus {
    color: #000000;
    background-color: #12648f;
}



.light-appearance-blue .side-menu {
    background: #ffffff;
    border-left: 1px solid #e7e7e7;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.13);
}

.light-appearance-blue.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a {
    color: #009688;
    background-color: #fff;
}

.light-appearance-blue .topbar .navbar-custom {
    box-sizing: content-box;
}

.light-appearance-blue #sidebar-menu > ul > li > a.mm-active {
    /* background-color: #022c2a; */
    background-color: #007e76;
    background-image: none !important;
}
.light-appearance-blue .task-cards .card, .light-appearance-blue .dashboard-page .dashboard-card {
    background-color: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #007e76 !important;
    -webkit-box-shadow: 0 0 15px 0 #dbdde8;
    box-shadow: 0 2px 3px 0px #c4c4c4;
    border-radius: 8px;
    margin: 10px 0;
}
.dark-theme .changeColor {
    border: 3px solid #053169
}

    .dark-theme .changeColor:hover {
        border: 3px solid #084faa
    }

.light-appearance #sidebar-menu .submenu li.mm-active > a {
    background-color: #f4f4f4;
}


.light-appearance-blue .changeColor {
    border: 3px solid #5c93c5;
}

    .light-appearance-blue .changeColor:hover {
        border: 3px solid #1978c2;
    }


.light-appearance .changeColor {
    border: 3px solid #3f494e;
}
    .light-appearance .changeColor:hover {
        border: 3px solid #616d72;
    }

.light-appearance #sidebar-menu .submenu li.mm-active > a {
    background-color: #f4f4f4;
}


 
.light-appearance-blue #sidebar-menu .submenu li.mm-active > a {
    background-color: #f1f9ff;
}


/* hide */


.light-appearance-blue .light-theme-hide, .light-appearance .light-theme-hide {
    display: none
}

.light-appearance-blue .d-none.light-theme-show, .light-appearance .d-none.light-theme-show {
    display: inherit !important
}



.light-appearance-blue section.side-nav .nav-footer, .light-appearance section.side-nav .nav-footer {
    color: #403e3e
}


.light-appearance-blue section.side-nav #slide-toggle {
    background-image: url(../images/Union-blue.svg);
}


.light-appearance section.side-nav #slide-toggle {
    background-image: url(../images/Union-grey.svg);
}

.light-appearance .btn-primary {
    background-color: #3f494e;
    border: 1px solid #607d8b;
}

    .light-appearance .btn-primary:hover,
    .light-appearance .btn-primary:focus,
    .light-appearance .btn-primary:active,
    .light-appearance .btn-primary.active,
    .light-appearance .btn-primary.focus,
    .light-appearance .btn-primary:active,
    .light-appearance .btn-primary:focus,
    .light-appearance .btn-primary:hover,
    .light-appearance .open > .dropdown-toggle.btn-primary,
    .light-appearance .btn-outline-primary.active,
    .light-appearance .btn-outline-primary:active,
    .light-appearance .show > .btn-outline-primary.dropdown-toggle,
    .light-appearance .btn-outline-primary:hover,
    .light-appearance .btn-primary.active,
    .light-appearance .btn-primary:active,
    .light-appearance .show > .btn-primary.dropdown-toggle,
    .light-appearance .btn-primary:not(:disabled):not(.disabled).active,
    .light-appearance .btn-primary:not(:disabled):not(.disabled):active,
    .light-appearance .show > .btn-primary.dropdown-toggle,
    .light-appearance .btn-outline-primary:not([disabled]):not(.disabled).active,
    .light-appearance .btn-outline-primary:not([disabled]):not(.disabled):active,
    .light-appearance .show > .btn-outline-primary.dropdown-toggle {
        background-color: #607d8b;
        border: 1px solid #607d8b;
    }


    .dark-theme .card .card {
        border-radius: .25rem;
        box-shadow: 0 0 5px 0 #dbdde8 !important;
    }

    @media (max-width: 768px){
        #wrapper .navbar-custom { 
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
        }
        




    @media (max-width: 480px){
        .side-menu {
           z-index: 99999 !important;
           }
  
        .login-form .form-wrap .form-container .d-flex{
            display:block !important
        }
        .login-form .form-wrap .form-container .d-flex a , .login-form .form-wrap .form-container .d-flex button{
            display:block !important;
            text-align:center;
            margin-bottom:10px;
            width:100%
        }
        }
        



        .lang-ltr ul#webSocialList {
    
            left: 31px;
            right: auto;
            padding-left: 0;
        }

        .lang-ltr ul#webSocialList.active {
            left: 94px;
            right: auto;
            padding-left: 0;
        }


        
    .lang-ltr    .login-form:before  ,   .lang-ltr   .login-form::after{
        display:none !important
      }
      
        .lang-ltr    .login-content:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 5px;
          background-color: #45ae54;
          opacity:1;
          z-index:9
      }
      
       
      
      .lang-ltr .login-content > div:before {
              content: "";
              position: absolute; 
              top: calc(50% - 72px);
              height: 145px;
              width: 22px;
              background-image: url("../images/Union 1.svg"); 
              left: 0px; 
              background-repeat: no-repeat;
              z-index: 99;
          }
      
        .lang-ltr  .login-form .form-wrap .form-container a.forget { 
          text-align: right; 
      }
      
        /* .lang-ltr .text-left {
          text-align: right!important;
      } */
      
    .login-content footer .logos { 
        width: 500px;
        
    }
           
    .lang-ltr .login-content footer .logos {  
        margin-left: auto;
        margin-right: 10px;
    }  
    .lang-rtl .login-content footer .logos {   
        margin-right: auto;
        margin-left: 10px;
    }

    .lang-rtl  .breadcrumb > li + li:before { 
        content: "\f104" !important; 
    }
 
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.alert.bordered {
    border: 1px solid;
}

.alert.warning {
    color: #464749;
    background-color: #FFEDBC;
    border-color: #EEC992;
    padding: 8px;
}


.alert h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.alert h6  span{ 
    font-weight: normal;
}

.alert>img {
    margin-top: 0px;
    margin-left: 16px;
}

.alert p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
 

.card-footer h4 .badge.badge-primary {
    background-color: #4d6875; 
}

.mt-4, .my-4 {
    margin-top: 1.2rem !important;
}

/* table-controls */
div.table-controls a {
    display: inline-block !important;
    background-color: transparent !important;
    color: #3f5c69  !important;
    border: 1px #3f5c69 solid !important;
}

div.table-controls a.btn-danger{ 
    color: #c90505  !important; 
} 
div.table-controls input.form-control {
    display: inline-block;
    width: 46px;
    /* min-width: auto; */
    padding: 4px 3px;
}

.lang-rtl div.table-controls a , .lang-rtl div.table-controls  .control-holder {
    float: left;
    margin-right: 5px !important;
    width: auto;
    padding: 2px 10px !important;
}
.lang-ltr div.table-controls a , .lang-ltr div.table-controls  .control-holder {
    float: right;
    margin-left: 5px !important;
    width: auto;
    padding: 2px 10px !important;
}

div.table-controls  .control-holder{
    margin-top: 1px !important;
    padding: 2px 5px !important;
    background-color: #f5f5f5;
    border-radius: 8px;
}



.p-field-checkbox label {
    margin-bottom: 0;
}



.dark-theme .btn-primary {
    border: 1px solid #306cb9;
    background-color: #caefff;
    color: #113e79;
}

    .dark-theme .btn-primary:hover {
        background-color: #daf2fd;
        border-color: #73a3e1;
        color: #0060df;
    }



.ProBar.task-cards {
    margin: 0px 0 15px 0;
}

    .ProBar.task-cards .card {
        background-color: #fcfcfc;
        border: 1px solid #dce5e4;
        border-radius: 5px;
        margin: 0px 0;
        height: 100%
    }


    .ProBar.task-cards .card .card-header {
        background-color: #ffffff;
        text-align: center;
        font-weight: bold;
        color: #37728f;
    }
    
    .ProBar.task-cards .card .card-footer i {
        font-size: 19px;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .ProBar.task-cards .card small {
        font-size: 14px;
    }





.ProBar.task-cards .card {
    min-height: inherit
}

    .ProBar.task-cards .card .vertical-info i {
        display: block !important;
        font-size: 25px !important;
        width: auto;
        margin-bottom: 16px;
    }

.vertical-info {
    background-color: #eee;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    min-height: 167px;
}

    .vertical-info p {
        font-size: 11px;
        white-space: nowrap;
        margin-top: 19px;
    }


.c3 svg {
    font-family: inherit !important;
}

text.c3-chart-arcs-title {
    font-size: 24px;
}

.lang-rtl text.c3-chart-arcs-title {
    direction: rtl;
}
 
.yellow {
    color: #ffbd23;
}

.yellow-bg {
    background-color: #ffbd23;
    color: #ffffff;
}
.bg-dark-grey-pj{
    background-color: #354558;
    color: #ffffff;
}

table.table.data-p2c-table.scaleTable th {
    padding: 10px 12px;
    font-size: 12px;
}

.card-info-bar .kpi-val-holder {
    right: 7px; 
}

.kpi-val-holder.right-kpi-val {
    left: 7px;
    right: auto; 
}

.kpi-val-holder.right-kpi-val small.badge  {
    color: #fff;
    min-width: 60px;
} 

.kpi-val-holder.right-kpi-val small  { 
    font-size: 12px !important;
}
.card-info-bar .kpi-val-holder .kpisValue {
    font-size: 14px;
    border-radius: 4px;
    padding-top: 7px;
}
.input-group .input-group-prepend { 
    z-index: 1;
}


/* Balance Cards */ 

.balance-cards .card-header .btn.btn-primary{

    border: 1px solid rgba(255,255,255,1);
   background-color: rgba(255,255,255,0.8);
   color: #3b4b58;
}
.balance-cards .card-header .btn.btn-primary:hover , .balance-cards .card-header .btn.btn-primary:focus{

    border: 1px solid rgba(255,255,255,1);
   background-color: rgba(255,255,255,1);
   color: #3b4b58;
}
.balance-cards .card-header  h5 { 
    color:#fff 
    
    }


.card.financial   {
    background-color:rgba(250,98,28,0.2); 
    
    }
.card.financial > .card-header {
    background-color:#fa621c;
    color:#fff 
    
    }
    


    
.card.customer   {
    background-color:rgba(29,132,150,0.2); 
    
    }
.card.customer  > .card-header {
    background-color: rgb(29,132,150);
    color:#fff 
    
    }
     

        
.card.InternalPS   {
    background-color:rgba(0,176,240,0.2); 
    
    }
.card.InternalPS >  .card-header {
    background-color: rgb(0,176,240);
    color:#fff 
    
    }
    

    .card.LearningGrowth   {
        background-color:rgba(91,155,213,0.2); 
        
        }
    .card.LearningGrowth   > .card-header {
        background-color: rgb(91,155,213);
        color:#fff 
        
        }


        table.v-align-middle th {
            vertical-align: middle;
        }
        

        .ProBar h3 { min-height: 31px; }


        img{
            position: relative;
            z-index: 0;
        }     
        img:before {
            content: " ";
            display: block;
            position: absolute;
            top: -10px;
            /* left: 0; */
            height: calc(100% + 10px);
            width: 100%;
            background-color: rgb(230, 230, 230);
            border: 2px dotted rgb(200, 200, 200);
            border-radius: 5px;
            min-width: 28px;
        }
  
  img:after {
      font-family: 'Font Awesome 5 Free' !important;
      content: "\f03e";
      display: block;
      font-size: 21px;
      font-style: normal;
      position: absolute;
      top: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: normal;
    }

    .lang-ltr   section.side-nav .logos li:after { 
        right: 0;
        left:auto; 
    }

    span.p-button.p-fileupload-choose.p-component.p-button-text-icon-left {
        max-width: 400px;
    }

    body .p-datatable .p-datatable-thead>tr>th, body .p-datatable .p-datatable-thead>tr>th .p-sortable-column-icon { 
        font-size: 13px !important;
    }

    .task-board-List th.p-sortable-column {
        white-space: nowrap;
    }

    .enlarged section.side-nav #slide-toggle { 
        z-index: 999;
    }

    
.topbar-left a.logo {
    min-height: 110px;
    display: inline-block;
}

.topbar-left a.logo  img { 
    min-width: 100px;
    min-height: 74px; 
}
.enlarged  .topbar-left a.logo  img { 
    min-width: 44px;
    min-height: 50px; 
}
.logo-box img { 
    min-width: 50px;
    min-height: 35px;
}

.enlarged .topbar-left a.logo {
    min-height:auto; 
}

.page-title-box {
    padding: 15px 10px;
}
.input-group>.form-control:focus {
    z-index: 0;
}

form {
    margin-bottom: 0;
}

ul.nav.nav-tabs + .card {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0;
}
.row.the-way .card { 
    min-height: 80%;
}

.vue-map-container { 
    max-width: 100% !important;
}

body .p-rating .p-rating-icon {
    font-size: 15px !important; 
}

.mini-stat-icon i { 
    width: 50px;
    height: 50px;
    line-height: 50px; 
}
.card-body.KPIScards .card {
    margin-top: 9px;
    margin-bottom: 9px;
}
.tab-content>.tab-pane { 
    height: 0px !important;
    overflow: hidden;
    display: block;
    padding: 0 !important;
}
.tab-content>.active {
    display: block;
    height: auto !important;
    overflow: visible;
    padding: 15px !important;
}

.lang-ltr .login-content .content-wrap {
    position: relative;
    z-index: 1;
    width: 88%;
    margin: 6% 6% 0 auto;
    height: 100%;
}



.row.footer {
    line-height: 45px !important;
}

.lang-ltr .row.footer p {
    max-width: 550px;
    line-height: 24px !important;
}


tbody.p-datatable-tbody {
    font-size: 13px;
}

small.small-hint {
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 10px;
}
.small-hint i.fa.fa-info-circle {
    margin-left: 5px;
    margin-right: 5px;
}
.table-md-font .form-control {
    height: auto;
    padding: 3px;
}
.table-md-font, .table-md-font .form-control {
    font-size: 12px;
}
.table-inputs .form-control {
    margin-top: -9px;
    margin-bottom: -9px;
}

.table-center td , .table-center td .form-control , 
.table-center th { 
    text-align: center !important;
    vertical-align: middle;
}

.bg-red {
    background-color: #dc3545  !important;
    color: #fff;
}

.bg-orange { 
    background-color: #fd7e14 !important;
color: #fff;
}
.bg-green {
    background-color: #28a745 !important;
    color: #fff;
}
 
.oneThree{
    width: 33%;
}

.label-top{
    margin-top: 29px ;
}

.settings-inputs select, .settings-inputs .form-control{
    min-width: 100px;
}

body .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
    direction: ltr;
}

.text-bold{
    font-weight: bold !important;
}



.table-cal td , .table-cal th  {
    padding:8px 10px !important
 }
 
 
 .table-cal td {
     width: 25%;
 }
 
 .table-cal input.p-inputtext.p-component {
     width: 70px;
     font-size: 12px;
 }
 

.table-cal .p-timepicker {
    min-width: 158px;
}

.table-cal td.disable-cell input[type="text"] {
    opacity: .5;
    pointer-events: none;
}


.table-cal .p-checkbox-box.p-component {
    border: 1px solid #007ad9 !important;
}

.table-cal .disable-row td .p-checkbox-box.p-component   {
    opacity: .5;
    pointer-events: none;
    border: 1px solid #FF5722 !important;
}




/*plan*/

.lang-rtl .plan-report-table table td.text-right {
    text-align: right !important;
}

.lang-ltr .plan-report-table table .text-right {
    text-align: left !important;
}

.plan-report-table table td, .plan-report-table table th {
    padding: 8px 9px !important;
}
a.text-dark {
    color: #0063b2 !important;
}

.plan-report-table .card-header {
    background-color: #f9f9f9 !important;
    padding: 0 !important;
}

.plan-report-table .main-row td, .plan-report-table .main-row th {
    padding: 15px !important
}
.dark-theme .card  .plan-report-table .card { 
    box-shadow: none !important;
}

.task-board-List .plan-report-table .card-header a, .task-board-List .plan-report-table .card-header a h5 {
    line-height: normal;
    height: auto;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}


.card-header.plan-report-header {
    background-color: #edf9ff;
    text-align: center;
    font-weight: bold;
    color: #37728f;
}


.mini-plans-cards .card {
    margin-bottom: 3px;
    text-align: center !important;
    box-shadow: none; 
    border: 1px solid #d4e7f0;
}

    .mini-plans-cards .card .card-header {
        background-color: #edf9ff;
        text-align: center;
        font-weight: bold;
        color: #37728f;
    }


    .lang-rtl .text-center.pb-2.measure {
        direction: rtl;
    }


/* 
    a[data-toggle="collapse"]:after {
        content: "0";
        position: absolute;
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        content: "\F143"; 
        top: 0px;
        font-size: 20px;
    }

    .lang-rtl   a[data-toggle="collapse"]:after { 
        left: 18px; 
    } */

      
    .login-logo {
        display: none;
    }
  
    @media(max-width:1200px) {
        .login-form .form-wrap ul.langs li.active {
            display: none;
         }
         .login-form .form-wrap ul.langs li:first-child:after {
            width: 0px !important;
            margin: 0 !important;
        }
        .login-form .form-wrap h1 {
            display: none;
        }
        .login-logo {
            margin: auto;
            display: inline-block;
            margin-bottom: -113px;
            margin-top: 20px;
        }
        .login-form .form-wrap .form-container .form-group {
            margin-bottom: 1rem;
        }
    }
   .m-for-table-icon {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .font-bold {
        font-weight: bold;
    }
    
    /*Theme update*/



    .light-appearance #sidebar-menu > ul > li > a {
        background-color: #f7f7f7;
        border-bottom: 1px solid #fff;
    }
    
        .light-appearance #sidebar-menu > ul > li > a:hover {
            background-color: #f1f1f1;
        }
    
        .light-appearance #sidebar-menu > ul > li > a.mm-active {
            background-color: #607d8b;
        }
    
    .light-appearance #sidebar-menu > ul > li.mm-active > a {
        background-color: #3f494e;
        color: #fff
    }
    
    #sidebar-menu > ul > li > a { 
        border-bottom: 1px solid #dfdfdf;
        box-sizing: border-box;
    }
    .light-appearance-blue  ul.submenu.mm-collapse  { 
        background-color: #f4f4f4;
    }

    .light-appearance-blue 
    #sidebar-menu .submenu li a {
     color: #4d4d4d;
     border-bottom: 1px solid #fff !important;
 }

 .card-view a.subject {
    font-size: 12px;
    padding-top: 5px !important;
    display: block;
}


/* ComplianceManagement */
#gauge-container {
    width: 200px;
    height: 130px;
    margin-top: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    direction: ltr;
    position: relative;
    z-index: 1;
}

#gauge-container .runPercentage {
    /* height: 270px; */
    padding-top: 10px;
}

        #percentage-display {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
    margin-top: 12px;
}
/* IEPM */

    /* .navbar-footer {
        display: none !important;
    }

    .login-content * {
        display: none;
    }

    .login-content {
        background-image: url(../images/login-bg.jpg);  
        background-position: center center;
    }

    .login-content:after { 
        background-color: rgb(31 50 88 / 0.0); 
    } */


   .lang-ltr .px-2 {
        padding-right: 0 !important;
        padding-left: .5rem !important;
    }  

    .card:empty {
        display: none;
    }