﻿/* ==========================================================================
   MODERN APP SHELL
   Source: Renamed from general_v2020.css
   Usage: Standard layout for all Modern Clients (Sidebar + Header)
   ========================================================================== */

/*	--------------------------------------------- 
					General Resets
	--------------------------------------------- */
html {
    min-height: 100vh;
    background-color: #f8f8f8;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    overflow-x: hidden;
}

button {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.progress-bar {
    color: #000;
    background-color: #6cb33f;
}

.popover {
    max-width: 450px;
}

.dropdown-menu {
    min-width: 220px;
}

table.table th {
    font-size: 16px;
    color: #264677;
}

table.table td {
    text-align: center;
    color: #264677;
}

    table.table td h2,
    table.table td h3,
    table.table td h4,
    table.table td h5 {
        color: #264677;
    }

/* disable ul list-style */
ul.sidebar-list,
ul.quick-links,
ul.progress-bar-list,
ul.card-legend-list,
ul.card-text-unit-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


/*	--------------------------------------------- 
			Colors:
				navy 		- #264677
				sky 		- #6081c1
				darkgreen	- #427d3d
				green		- #6cb33f
				royal 		- #e57825
				spruce		- #c3b49b
				cedar		- #80665c
				sapphire 	- #264677
				maya 		- #b4d9e2
				honey 		- #ffbd35
				goldenrod	- #dea63b
				gauntlet	- #a6a3a6
				grey 		- #d6d6d6
				lightgrey 	- #e6e7e9
				sage 		- #bcd6a7
				forest 		- #006838
	--------------------------------------------- */
.tc-navy, .c-navy {
    color: #264677 !important;
}

.c-sky {
    color: #6081c1 !important;
}

.c-darkgreen {
    color: #427d3d !important;
}

.c-green {
    color: #6cb33f !important;
}

.c-royal {
    color: #e57825 !important;
}

.c-spruce {
    color: #c3b49b !important;
}

.c-cedar {
    color: #80665c !important;
}

.c-sapphire {
    color: #264677 !important;
}

.c-maya {
    color: #b4d9e2 !important;
}

.c-honey {
    color: #ffbd35 !important;
}

.c-goldenrod {
    color: #dea63b !important;
}

.c-gauntlet {
    color: #a6a3a6 !important;
}

.c-grey {
    color: #d6d6d6 !important;
}

.c-lightgrey {
    color: #e6e7e9 !important;
}

.c-sage {
    color: #bcd6a7 !important;
}

.c-forest {
    color: #006838 !important;
}

.c-white {
    color: #ffffff !important;
}

.bc-navy {
    background-color: #264677 !important;
    color: #fff !important;
}

.bc-sky {
    background-color: #6081c1 !important;
}

.bc-darkgreen {
    background-color: #427d3d !important;
}

.bc-green {
    background-color: #6cb33f !important;
}

.bc-royal {
    background-color: #e57825 !important;
}

.bc-spruce {
    background-color: #c3b49b !important;
}

.bc-cedar {
    background-color: #80665c !important;
}

.bc-sapphire {
    background-color: #264677 !important;
}

.bc-maya {
    background-color: #b4d9e2 !important;
}

.bc-honey {
    background-color: #ffbd35 !important;
}

.bc-goldenrod {
    background-color: #dea63b !important;
}

.bc-gauntlet {
    background-color: #a6a3a6 !important;
}

.bc-grey {
    background-color: #d6d6d6 !important;
}

.bc-lightgrey {
    background-color: #e6e7e9 !important;
}

.bc-sage {
    background-color: #bcd6a7 !important;
}

.bc-forest {
    background-color: #006838 !important;
}

.rtl.d-red {
    background-color: #e6243b;
}

.rtl.d-royal {
    background-color: #e57825;
}

.rtl.d-yellow {
    background-color: #ffbd36;
}

.rtl.d-green {
    background-color: #6cb33f;
}

.tc-navy .card-cbox-row:first-child:after, .c-navy .card-cbox-row:first-child:after {
    background-color: #264677 !important;
}

.c-sky .card-cbox-row:first-child:after {
    background-color: #6081c1 !important;
}

.c-green .card-cbox-row:first-child:after {
    background-color: #6cb33f !important;
}

.c-darkgreen .card-cbox-row:first-child:after {
    background-color: #427d3d !important;
}

.c-royal .card-cbox-row:first-child:after {
    background-color: #e57825 !important;
}

.c-spruce .card-cbox-row:first-child:after {
    background-color: #c3b49b !important;
}

.c-cedar .card-cbox-row:first-child:after {
    background-color: #80665c !important;
}

.c-sapphire .card-cbox-row:first-child:after {
    background-color: #264677 !important;
}

.c-maya .card-cbox-row:first-child:after {
    background-color: #b4d9e2 !important;
}

.c-honey .card-cbox-row:first-child:after {
    background-color: #ffbd35 !important;
}

.c-goldenrod .card-cbox-row:first-child:after {
    background-color: #dea63b !important;
}

.c-gauntlet .card-cbox-row:first-child:after {
    background-color: #a6a3a6 !important;
}

.c-grey .card-cbox-row:first-child:after {
    background-color: #d6d6d6 !important;
}

.c-lightgrey .card-cbox-row:first-child:after {
    background-color: #e6e7e9 !important;
}

.c-sage .card-cbox-row:first-child:after {
    background-color: #bcd6a7 !important;
}

.c-forest .card-cbox-row:first-child:after {
    background-color: #006838 !important;
}

.header-top [class*="bc-"] img {
    filter: brightness(0) invert(1) !important;
}

.header-top .bc-navy img {
    filter: none !important;
}


/*	--------------------------------------------- 
					Sidebar
	--------------------------------------------- */
.sidebar {
    position: fixed;
    display: block;
    left: -300px;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    max-width: 300px;
    width: 300px;
    background-color: #313e4e;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .sidebar .sidebar-logo {
        position: relative;
        display: block;
        text-align: center;
        background-color: #111e2e;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(17,30,46,0.5);
        -moz-box-shadow: 0px 0px 5px 2px rgba(17,30,46,0.5);
        box-shadow: 0px 0px 5px 2px rgba(17,30,46,0.5);
    }

        .sidebar .sidebar-logo img {
            position: relative;
            display: block;
            max-width: 40px;
            width: 100%;
            margin: 0 auto;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .sidebar .sidebar-list {
    }

        .sidebar .sidebar-list .sidebar-list-item {
        }

            .sidebar .sidebar-list .sidebar-list-item * {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .sidebar .sidebar-list .sidebar-list-item a:hover {
                background-color: #4a5664;
            }

            .sidebar .sidebar-list .sidebar-list-item a.active {
                background-color: #6698C8;
                color: #fff;
            }

            .sidebar .sidebar-list .sidebar-list-item a {
                position: relative;
                display: block;
                padding: 15px;
                font-size: 14px;
                color: #b7bbc1;
                line-height: 1.3;
                text-decoration: none;
            }

                .sidebar .sidebar-list .sidebar-list-item a.active img {
                    mix-blend-mode: color-dodge;
                }

                .sidebar .sidebar-list .sidebar-list-item a img {
                    width: 19px;
                    margin: auto 3px;
                    transform: translateY(-2px);
                    mix-blend-mode: unset;
                }

                .sidebar .sidebar-list .sidebar-list-item a i {
                    width: 25px;
                    text-align: center;
                }

                .sidebar .sidebar-list .sidebar-list-item a span {
                    position: absolute;
                    left: 40px;
                    right: 15px;
                }

        .sidebar .sidebar-list .sidebar-subsection {
        }

            .sidebar .sidebar-list .sidebar-subsection h4 {
                position: relative;
                display: block;
                padding: 15px;
                font-size: 12px;
                font-weight: 600;
                color: rgba(183, 187, 193, .7);
                text-transform: uppercase;
                margin-top: 15px;
                margin-bottom: 0;
            }

/*	--------------------------------------------- 
					MainContainer
	--------------------------------------------- */
.main-container {
    position: relative;
    display: block;
    margin-left: 0;
}

/*	--------------------------------------------- 
					Header
	--------------------------------------------- */
header.header {
    position: fixed;
    display: block;
    z-index: 5;
    background-color: #fefeff;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 0;
    box-shadow: 0 2px 2px 0 rgba(60,75,100,.14), 0 3px 1px -2px rgba(60,75,100,.12), 0 1px 5px 0 rgba(60,75,100,.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    header.header .header-main {
        position: relative;
        display: block;
    }

    header.header .sidebar-toggler {
        position: absolute;
        display: block;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        padding: 15px;
        outline: none;
    }

        header.header .sidebar-toggler:hover span {
            background-color: #4c4c5b;
        }

        header.header .sidebar-toggler span {
            position: relative;
            display: block;
            height: 2px;
            width: 18px;
            border-radius: 2px;
            background-color: #7f7f8a;
            margin: 0 auto;
        }

            header.header .sidebar-toggler span:not(:last-child) {
                margin-bottom: 4px;
            }

    header.header .header-row {
        position: relative;
        display: block;
    }

    header.header .header-col {
        position: relative;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        header.header .header-col .navbar-toggle {
            margin: 0;
            border-color: #264677;
        }

            header.header .header-col .navbar-toggle .icon-bar {
                background-color: #264677;
            }

        header.header .header-col.left {
            float: left;
        }

.header-minify header.header .header-col.left {
    padding: 0;
}

header.header .header-col.right {
    float: right;
}

.header-minify header.header .header-col.right {
    height: 0;
    padding: 0;
}

header.header h1.page-title {
    font-size: 30px;
    color: #202124;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

    header.header h1.page-title img {
        max-width: 35px;
        margin-right: 5px;
        transform: translateY(-5%);
    }

header.header ul.quick-links {
    position: relative;
    display: table;
    min-height: 36px;
    width: 100%;
}

    header.header ul.quick-links > li {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        color: #606060;
        float: none;
    }

        header.header ul.quick-links > li.divider:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            height: 100%;
            width: 1.2px;
            background-color: #606060;
        }

        header.header ul.quick-links > li > button:hover,
        header.header ul.quick-links > li > a:hover {
            color: #1264a3;
        }

        header.header ul.quick-links > li > button,
        header.header ul.quick-links > li > a {
            position: relative;
            display: block;
            color: #606060;
            padding: 0;
            outline: none;
            text-decoration: none;
            vertical-align: middle;
            background-color: transparent;
        }

            header.header ul.quick-links > li > a img {
                vertical-align: text-bottom;
                max-width: 18px;
                height: auto;
                margin-right: 2px;
            }

    header.header ul.quick-links .open > .dropdown-menu {
        overflow: hidden;
    }

    header.header ul.quick-links .dropdown-menu a {
        font-size: 16px;
        line-height: 1.6;
    }

        header.header ul.quick-links .dropdown-menu a img {
            width: 25px;
            margin-left: -5px;
            margin-right: 5px;
        }

header.header .header-main + .header-sub {
    border-top: 1px solid #d8dbe0;
}

header.header .header-sub {
}

    header.header .header-sub .breadcrumb {
        background-color: transparent;
        margin-bottom: 0;
    }

        header.header .header-sub .breadcrumb li {
            position: relative;
            padding: 0 15px;
        }

            header.header .header-sub .breadcrumb li.active {
                color: #afafaf;
            }

        header.header .header-sub .breadcrumb > li + li:before {
            content: '/\00a0';
            position: absolute;
            display: block;
            top: 50%;
            right: 100%;
            transform: translate(50%, -50%);
            padding: 0;
            color: #606060;
        }

        header.header .header-sub .breadcrumb li a:hover {
            color: #1264a3;
        }

        header.header .header-sub .breadcrumb li a {
            color: #606060;
        }

.navbar {
    margin-bottom: 0px !important;
}

body.menu-active header.header {
    margin-left: 300px;
}

/* New Header & menu */
/*.n-row > .right > .main-content { margin-left: 100px; }*/
/*.main-container > .n-row { flex-wrap: nowrap; }*/
.header-top {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

    .header-top .header-top-col {
        padding: 10px;
    }

    .header-top h1.page-title {
        font-size: 24px;
        color: #202124;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-top .sub-title {
        margin-top: 5px;
    }

.col-auto.left {
    width: 100px;
}

.col-auto.right {
    width: calc(100% - 100px);
    background: #f8f8f8;
}

.left .header .header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    width: 100px;
    padding-top: 30px; /*justify-content: center; align-items: center;*/
    position: fixed;
    top: 77px;
    left: 0;
    background: #ebebeb;
    z-index: 1;
}

    .left .header .header-row .header-col {
        width: 100%;
    }

.left .header ul.quick-links > li {
    float: none;
}

    .left .header ul.quick-links > li > a {
        padding: 8px;
        font-size: 12px;
        line-height: 16px;
    }

        .left .header ul.quick-links > li > a img {
            display: block;
            margin: 5px auto 10px;
            width: 25px;
        }

.left .header .navbar-collapse.collapse {
    text-align: center;
    padding: 0;
}

.header-title .header-img {
    float: left;
    margin-right: 5px;
}

    .header-title .header-img img {
        max-width: 60px;
    }

.header-title .main-title {
    display: table;
}

.top-title {
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(60 75 100 / 14%), 0 3px 1px -2px rgb(60 75 100 / 12%), 0 1px 5px 0 rgb(60 75 100 / 20%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
}

.left .navbar-nav > li {
    position: relative;
}

    .left .navbar-nav > li.open > a {
        background: #f5f5f5;
    }

    .left .navbar-nav > li > .dropdown-menu img {
        width: 25px;
        margin-right: 15px;
    }

    .left .navbar-nav > li > .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .left .navbar-nav > li > .dropdown-menu a:hover,
        .left .navbar-nav > li > .dropdown-menu a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

.left .dropdown-menu .divider {
    background-color: #cecece;
}


@media (min-width: 768px) {
    .left .navbar-nav > li > .dropdown-menu {
        left: 100px;
        top: 77px;
        box-shadow: none;
        border: none;
        background: #ebebeb;
        height: 100vh;
        position: fixed;
        padding-top: 30px;
    }

        .left .navbar-nav > li > .dropdown-menu .drop-menu-inner {
            list-style: none;
            padding: 0;
            position: relative;
        }

    ul.quick-links {
        float: none;
    }
}

@media (min-width: 992px) {
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
    }
}

@media (max-width: 991px) {
    header.header {
        position: relative;
    }

        header.header h1.page-title {
            display: inline-block;
            font-size: 26px;
        }

        header.header .header-col.left,
        header.header .header-col.right {
            float: none;
            overflow: hidden;
        }

        header.header .header-col.right {
            padding: 0;
        }

        header.header .header-col .navbar-toggle {
            display: unset;
        }

        header.header .header-col .navbar-collapse.collapse {
            display: none !important;
            border-top: 1px solid #ebebeb;
        }

        header.header .header-col .navbar-collapse.in {
            display: block !important;
            overflow-y: auto;
        }

        header.header ul.quick-links {
            display: block;
            margin-right: -15px;
            margin-left: -15px;
            width: auto;
            float: none;
            margin-top: 8px;
            margin-bottom: 8px;
        }

            header.header ul.quick-links > li {
                display: block;
                padding-left: 0;
                padding-right: 0;
            }

                header.header ul.quick-links > li > button,
                header.header ul.quick-links > li > a {
                    font-size: 16px;
                    padding: 5px 10px;
                    background-color: transparent;
                }

            header.header ul.quick-links .dropdown-menu a {
                font-size: 14px;
            }

    .dropdown-menu .divider {
        margin: 9px 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .left .header .header-row {
        width: 90px;
    }

    .left .navbar-nav > li > .dropdown-menu {
        left: 90px;
    }
    /*.n-row > .right > .main-content { margin-left: 90px; }*/
    /*.top-title { left: 90px; width: calc(100% - 90px); }*/

    .header-top h1.page-title {
        font-size: 22px;
    }

    .left .header ul.quick-links > li > a {
        padding: 5px;
    }

        .left .header ul.quick-links > li > a img, .left .navbar-nav > li > .dropdown-menu img {
            width: 25px;
        }
}

@media (max-width: 767px) {
    .main-container {
        overflow-x: hidden;
    }

    .header-top .header-top-col {
        padding: 10px 0 0 0;
    }

    .n-row > .right > .main-content {
        margin: 0;
    }

    .top-title {
        left: 0;
        width: 100%;
    }

    .right .sec-logo {
        display: none;
    }

    .right .navbar-toggle {
        border-color: #fff;
        float: none;
        position: absolute;
        top: 10px;
        right: 15px;
        margin-right: 0;
    }

        .right .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .col-auto.left {
        width: auto;
    }

    .col-auto.right {
        width: 100%;
    }

    .left .header .header-row {
        height: auto;
        width: 100vw;
        margin-top: 68px;
        top: 0;
        padding-top: 0;
    }

        .left .header .header-row .header-col {
            width: 100%;
            padding: 0 15px;
        }

    .left .header .navbar-collapse.collapse {
        text-align: left;
        padding: 0 15px;
    }

    .left .header ul.quick-links {
        margin-top: 0;
    }

        .left .header ul.quick-links > li > a {
            padding: 5px 15px;
            font-size: 16px;
        }

            .left .header ul.quick-links > li > a img {
                width: 25px;
                display: inline-block;
                margin: 0 15px 0 0;
            }

    .left .navbar-nav > li > .dropdown-menu {
        overflow: scroll;
        position: relative;
        left: 0;
    }

        .left .navbar-nav > li > .dropdown-menu > .drop-menu-inner {
            overflow: scroll;
        }

        .left .navbar-nav > li > .dropdown-menu > ul {
            list-style: none;
            padding: 0;
        }

        .left .navbar-nav > li > .dropdown-menu img {
            width: 25px;
        }

        .left .navbar-nav > li > .dropdown-menu a {
            padding: 5px 10px 5px 30px;
        }

    .header-title .header-img img {
        max-width: 35px;
    }
}

@media (max-width: 767px) and (max-height: 375px) {
    .left .navbar-nav > li > .dropdown-menu {
        height: 130px;
        overflow: scroll;
    }
}

@media (max-width: 480px) {
    header.header h1.page-title {
        font-size: 22px;
        display: block;
        padding-left: 0;
        padding-right: 60px;
        min-height: 30px;
    }

    header.header .header-col .navbar-toggle {
        position: absolute;
        top: 8px;
        right: 0;
    }
}


/*	--------------------------------------------- 
					MainContent
	--------------------------------------------- */
.main-content {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #f8f8f8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .main-content .content {
        padding: 15px;
        max-width: 1380px;
        margin: 0 auto;
    }

.row-eq-height {
    display: flex;
}

    .row-eq-height .card {
        height: 100%;
    }

.fade {
    opacity: 1;
}

.mt-1 {
    margin-top: 10px;
}

.ml-auto-0 {
    margin: 0 0 0 auto !important;
}

.mr-auto-0 {
    margin: 0 auto 0 0 !important;
}

.img-ori {
    max-width: 100% !important;
}

.wd-100 {
    width: 100px;
}

.wd-200 {
    width: 200px;
}

.wd-300 {
    width: 300px;
}

.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

@media(min-width: 1200px) {
    .col-lg-2-5 {
        width: 20%;
    }

    .text-left {
        text-align: left !important;
    }

    .text-small {
        font-size: 10px !important;
    }
}

.mat-form-field {
    width: 155 !important;
}