﻿body {
    font-family: Arial !important;
}

/*Core UI Override Start*/
.c-main {
    padding-top: 1rem !important;
}

.c-footer {
    font-size: 0.775rem !important;
}

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link,
.c-sidebar .c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
    color: #fff !important;
}

@media (hover:hover),(-ms-high-contrast:none) {
    .c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover {
        background: #828b9a !important;
    }
}
/*Core UI Override End*/

.bg-img {
    background-image: url("../images/bg-pattern.png");
}

.login-brand-img {
    width: 12rem;
    margin-bottom: 1rem;
}

.home-logo {
    width: 8rem;
}

.border-flat {
    border-radius: 0 !important;
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e55353;
}

.home-tile .dropdown-toggle::after {
    display: none !important;
}

.card .box {
    text-align: center;
    height: 8rem;
}

.card-tile .text-value-lg {
    font-size: 18px;
}

/*Landing page start*/
.landclick {
    cursor: pointer;
}

.landnavbg {
    background-color: #3c4b64;
    position: absolute;
    z-index: 999;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0.95 !important;
    top: 50%;
    width: 300px;
    right: 2px;
    height: auto;
    transform: translateY(-50%) scale(0.2);
    transition: all 0.3s ease-in-out;
    padding: 8px;
    max-height: 180px;
    overflow-y: auto;
    font-weight: 300;
    text-align: left;
}

    .landnavbg::-webkit-scrollbar {
        width: 6px;
    }

    .landnavbg::-webkit-scrollbar-track {
        background: transparent;
    }

    .landnavbg::-webkit-scrollbar-thumb {
        background: #2982cc;
        border-radius: 3px;
    }


.landclick:hover .landnavbg {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.landnavbg ul {
    margin: 0;
    padding: 0 0 0 10px;
    display: block;
    width: 50%;
    float: left;
}

.landnavbg em {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #003352;
    margin: 5px 0;
    clear: both;
}

.landnavbg ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .landnavbg ul li a {
        font-size: 95%;
        font-weight: 400 !important;
        color: #fff;
        display: block;
        line-height: 16px;
        margin: 6px 0;
        position: relative;
        padding-left: 10px;
    }

    .landnavbg ul li:hover a {
        color: #26CCFF;
    }

    .landnavbg ul li a:after {
        content: "\f111";
        position: absolute;
        left: -2px;
        top: 0;
        font-family: 'FontAwesome';
        font-size: 0.5rem;
    }

.landing li#user .usersdrop {
    border-bottom: 3px solid #00C3FF;
}

/*Landing page end*/
.tile-link, .tile-link:hover, .tile-link:active {
    color: #768192 !important;
    font-weight: normal !important;
}

.widget-card-header span {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 4px;
}

    .widget-card-header span > a {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .widget-card-header span > a.pdf {
            background-image: url(../images/pdf.svg);
            background-color: #E56353;
        }

        .widget-card-header span > a.excel {
            background-image: url(../images/Excel.svg);
            background-color: #2E7D32;
        }

        .widget-card-header span > a.edit {
            background-image: url(../images/edit.svg);
            background-color: var(--sub-color);
        }

.widget-card-header .content-commands {
    display: inline-block;
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.tile-icon-round {
    border-radius: 50rem;
}

.row-tile-config {
    border-top: 1px dashed #d8dbe0;
    padding-top: 0.1rem;
    margin-top: 0.2rem;
}


.expanded-footer a {
    color: #3c4b64 !important;
    padding-left: 12px;
    font-size: .775rem;
}

    .expanded-footer a:hover {
        color: #f9b115 !important;
        text-decoration: none !important;
    }


.collapsed-footer a {
    color: #fff !important;
}

    .collapsed-footer a:hover {
        color: #f9b115 !important;
        text-decoration: none !important;
    }

.expanded-footer a:after {
    content: "\f111";
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 0.5rem;
}

.search-box .keyword {
    font-size: 14px;
    display: block !important;
    opacity: .87;
    margin: 0 !important;
    padding: 0 !important;
}

.search-box .info {
    opacity: .54;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}


.home-search .e-input-group {
    border-bottom: 2px solid #fff !important;
    color: #fff;
}

input[id="searchInputHome"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}

input[id="searchInputHome"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}

input[id="searchInputHome"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}

input[id="searchInputHome"]:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

.c-avatar-img {
    width: 32px !important;
    height: 32px !important;
}

.breadcrumb-item a {
    color: #7a73b7 !important;
}

.filters {
    padding: 5px 20px 15px;
    width: 350px;
    background-color: #fff;
    position: fixed;
    right: -350px;
    top: 55px;
    bottom: 0;
    /*    z-index: 9999;*/
    border: 1px solid #EFECEC;
    overflow-y: auto;
    overflow-y: visible;
    transition: all 0.2s ease;
}

    .filters.open {
        right: 0;
        z-index: 9999;
    }

    .filters > span {
        background-color: #46546c;
        padding: 4px 0 0 0;
        cursor: pointer;
        position: absolute;
        left: -26px;
        top: 15px;
        display: block;
        width: 28px;
        height: 30px;
        border-left: 1px solid #EBEBEB;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
        border-right: 1px solid #fff;
        text-align: center;
        color: white;
    }

        .filters > span > i {
            display: inline-block;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
        }

    .filters > h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 25px 5px;
        padding: 0;
        color: #000;
        display: inline-block;
    }

    .filters > ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .filters > ul > li {
            padding: 0;
            position: relative;
            display: inline-block;
            margin: 0 8px 5px;
        }

            .filters > ul > li > input {
                border: 1px solid #FFF;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                margin: 0;
                display: none;
            }

                .filters > ul > li > input + label:before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    margin-left: -8px;
                    margin-top: -8px;
                    top: 50%;
                    color: #fff;
                    display: none;
                    z-index: 9;
                    width: 16px;
                    height: 12px;
                    background: url(../images/theamcheck.svg) no-repeat center center;
                }

                .filters > ul > li > input:checked + label:before {
                    display: block;
                }

            .filters > ul > li > label {
                font-weight: normal;
                width: 40px;
                height: 40px;
                position: relative;
            }

                .filters > ul > li > label:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 8px;
                }

            .filters > ul > li.T1 > label {
                background-color: #00405d;
            }

                .filters > ul > li.T1 > label:after {
                    background-color: #02a388;
                }

            .filters > ul > li.T2 > label {
                background-color: #2A3356;
            }

                .filters > ul > li.T2 > label:after {
                    background-color: #F44336;
                }

            .filters > ul > li.T3 > label {
                background-color: #222831;
            }

                .filters > ul > li.T3 > label:after {
                    background-color: #B63147;
                }

            .filters > ul > li.T4 > label {
                background-color: #4A304D;
            }

                .filters > ul > li.T4 > label:after {
                    background-color: #9850d4;
                }

            .filters > ul > li.T5 > label {
                background-color: #06466d;
            }

                .filters > ul > li.T5 > label:after {
                    background-color: #00c3ff;
                }

            .filters > ul > li.T6 > label {
                background-color: #0139b0;
            }

                .filters > ul > li.T6 > label:after {
                    background-color: #ff7613;
                }

.filter-section {
    font-size: 12px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

    .filter-section a {
        font-family: Arial, Helvetica, sans-serif;
        color: #a79797;
    }

        .filter-section a.active {
            color: #337ab7 !important;
            font-weight: bold;
            text-decoration: underline !important;
        }

.filter-applied {
    background: red !important;
}

.filters .filter-toolbar {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
}

    .filters .filter-toolbar h3 {
        color: #3c4b64;
        font-weight: normal;
        font-size: 18px;
        margin: 2px !important;
        padding-bottom: 6px;
    }

.pretty {
    display: block !important;
    margin-bottom: 10px !important;
}

.filter-section h6 {
    font-size: 0.8rem !important;
    font-weight: 600;
}

.filters .filterwrapper {
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px 15px 10px;
    height: 80vh;
}

    .filters .filterwrapper a {
        cursor: pointer;
    }

.more-filter a {
    color: #d46464;
}

.filters .filter-letter-toolbar {
    margin-bottom: 10px;
}

.filters .filter-letter-link {
    margin-right: 0.2rem;
    color: #3c4b64;
    font-weight: 600;
}

.filters .filterwrapper::-webkit-scrollbar {
    width: 6px;
}

.filters .filterwrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filters .filterwrapper::-webkit-scrollbar-thumb {
    background: #999b9e;
}

.exports {
    padding: 5px 20px 15px;
    width: 350px;
    background-color: #fff;
    position: fixed;
    right: -350px;
    top: 55px;
    bottom: 0;
    /*    z-index: 9990;*/
    border: 1px solid #EFECEC;
    overflow-y: auto;
    overflow-y: visible;
    transition: all 0.2s ease;
}

    .exports.open {
        right: 0;
    }

    .exports > span {
        background-color: #46546c;
        padding: 4px 0 0 0;
        cursor: pointer;
        position: absolute;
        left: -26px;
        display: block;
        width: 28px;
        height: 30px;
        border-left: 1px solid #EBEBEB;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
        border-right: 1px solid #fff;
        text-align: center;
        color: white;
    }

        .exports > span > i {
            display: inline-block;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
        }

    .exports > h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 25px 5px;
        padding: 0;
        color: #000;
        display: inline-block;
    }

    .exports > ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .exports > ul > li {
            padding: 0;
            position: relative;
            display: inline-block;
            margin: 0 8px 5px;
        }

            .exports > ul > li > input {
                border: 1px solid #FFF;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                margin: 0;
                display: none;
            }

                .exports > ul > li > input + label:before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    margin-left: -8px;
                    margin-top: -8px;
                    top: 50%;
                    color: #fff;
                    display: none;
                    z-index: 9;
                    width: 16px;
                    height: 12px;
                    background: url(../images/theamcheck.svg) no-repeat center center;
                }

                .exports > ul > li > input:checked + label:before {
                    display: block;
                }

            .exports > ul > li > label {
                font-weight: normal;
                width: 40px;
                height: 40px;
                position: relative;
            }

                .exports > ul > li > label:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 8px;
                }

            .exports > ul > li.T1 > label {
                background-color: #00405d;
            }

                .exports > ul > li.T1 > label:after {
                    background-color: #02a388;
                }

            .exports > ul > li.T2 > label {
                background-color: #2A3356;
            }

                .exports > ul > li.T2 > label:after {
                    background-color: #F44336;
                }

            .exports > ul > li.T3 > label {
                background-color: #222831;
            }

                .exports > ul > li.T3 > label:after {
                    background-color: #B63147;
                }

            .exports > ul > li.T4 > label {
                background-color: #4A304D;
            }

                .exports > ul > li.T4 > label:after {
                    background-color: #9850d4;
                }

            .exports > ul > li.T5 > label {
                background-color: #06466d;
            }

                .exports > ul > li.T5 > label:after {
                    background-color: #00c3ff;
                }

            .exports > ul > li.T6 > label {
                background-color: #0139b0;
            }

                .exports > ul > li.T6 > label:after {
                    background-color: #ff7613;
                }

    .exports .pdf-toolbar {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 6px;
    }

        .exports .pdf-toolbar h3 {
            color: #3c4b64;
            font-weight: normal;
            font-size: 18px;
            margin: 2px !important;
            padding-bottom: 6px;
        }

.top-filters {
    top: 15px;
}

.top-exports {
    top: 45px;
}

.expanded-footer {
    height: 125px;
    overflow-y: auto;
}

    .expanded-footer::-webkit-scrollbar {
        width: 6px;
    }

    .expanded-footer::-webkit-scrollbar-track {
        background: transparent;
    }

    .expanded-footer::-webkit-scrollbar-thumb {
        background: #3b4659;
    }

.table-saved-filter th, td {
    padding: 0.25rem !important;
}

.table-saved-filter small {
    font-size: 85% !important;
}

.search-box-group-header {
    text-align: center;
    color: #2eb85c;
    font-family: Arial;
}

.search-box-footer {
    padding: 2px;
    text-align: center;
    background: #46546c;
    color: #fff;
    cursor: pointer;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    border-bottom: 1px solid #f3eded;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        font-size: 14px !important;
    }

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top-width: 4px !important;
}

.jconfirm-type-dark {
    padding: 0.55rem !important;
}

/*Search Start*/
.modal-search .card {
    border: none !important;
    margin-bottom: 0 !important;
}

    .modal-search .card .card-body {
        padding: 0 !important;
    }

.modal-search .Rfound, .sr {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

    .modal-search .Rfound > i {
        color: #ff371c;
        display: inline-block;
        font-style: normal;
    }

.modal-search .sr > h3 {
    display: block;
    font-size: 18px;
    color: #1476c9;
    margin: 0;
    padding: 0;
}

.modal-search .sr > a {
    font-size: 15px;
    display: block;
    line-height: 18px;
    color: #10c458;
}

.modal-search .sr > p {
    display: block;
    margin: 0;
}

    .modal-search .sr > p > a {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        padding: 0 3px 0 18px;
        margin-right: 3px;
        color: #808080;
        position: relative;
        cursor: default;
    }

        .modal-search .sr > p > a > em {
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/resultsprite.png) no-repeat;
        }

        .modal-search .sr > p > a[rel="doc"] > em {
            background-position: 0 0;
        }

        .modal-search .sr > p > a[rel="pen"] > em {
            background-position: 0 -16px;
        }

.search-pagination {
    margin-top: 10px;
}

    .search-pagination .page-item.active .page-link {
        background-color: #3e4a5e !important;
        border-color: #343e51 !important;
    }

.search-query {
    background: #fbfbc8;
}

    .search-query:focus { /* You can also use .element.text:focus here */
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
/*Search End*/
.e-panel-content-container {
    display: none !important;
}

.page-panels {
    height: 100% !important;
}

.e-panel-cell {
    height: auto !important;
}

.e-panel-container-fixed {
    height: calc(100% - 0px) !important;
    overflow: hidden;
    width: 100%;
}

.e-panel-container-scrollable {
    height: calc(100% - 0px) !important;
    overflow-y: auto;
    width: 100%;
}

.biz-page-title {
    font-family: 'Blinker', sans-serif !important;
    font-size: 1.1rem;
    color: #3c4b64;
}

.c-sidebar-nav-dropdown-items li {
    border-left: 5px solid #ccc;
}

.e-dashboardlayout.e-control .e-panel.e-panel-transition {
    transition: top .5s, left .5s;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: 0 0px 0px 0 transparent !important;
    border: 0px !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container-transparent {
    height: 100%;
    width: 100%;
    background-color: transparent !important;
    background: transparent !important;
}

    .e-dashboardlayout.e-control .e-panel .e-panel-container-transparent .card.widget-card {
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0px 0px 0 transparent !important;
        border: 0px !important;
    }

.biz-full-logo {
    max-height: 46px !important;
    max-width: 118px !important;
}

.biz-small-logo {
    max-height: 46px !important;
    max-width: 46px !important;
}

.jconfirm .jconfirm-box.jconfirm-red{
	border-top: solid 7px #465164 !important;
}
.jconfirm-buttons .btn-red{
	background-color: #465164 !important;
}