﻿.modal-xxl {
    width: 95%
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.sidebar-wrapper {
    position: relative;
    background: #1565c0;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1565C0;
    color: #fff;
    position: sticky;
    top: 90px;
    overflow: auto;
    transition: all .5s ease;
}

    #sidebar a,
    #sidebar a:hover,
    #sidebar a:focus {
        color: inherit;
    }

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px;
        background: #1565C0;
    }

.list-unstyled components {
    margin-top: -4%;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
    border-bottom: 1px solid #0e4584;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 7px;
    font-size: 12px;
    display: block;
    border-left: 8px solid #1565c0;
}

    #sidebar ul li a:hover {
        color: #ffffff;
        background: #03A9F4;
        border-left: 8px solid #71d3ff;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #03A9F4;
    border-left: 8px solid #71d3ff;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before,
#sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar ul.CTAs {
    padding: 20px;
    /*margin: 62px 0;*/
    margin-top: -4%;
}

    #sidebar ul.CTAs a {
        text-align: center;
        font-size: 12px !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
        background: #0d3f79 !important;
        border: 0;
    }

#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article, #sidebar a.article:hover {
    background: #03a9f4 !important;
    color: #fff !important;
}

.sidebar-header img {
    margin-bottom: 5%;
}

#sidebarCollapse {
    margin: 0 !important;
    padding: 0;
    margin-top: 0;
    /* position: absolute; */
    z-index: 10;
    /* left: 10px; */
    /* top: 10px; */
    background: #0d3f79;
}

    #sidebarCollapse .glyphicon {
        font-size: 15px;
    }

svg {
    height: 75px;
}
/*#divActChart svg{
    height:100px;
}*/
#sidebarCollapse span {
    vertical-align: super;
}

.navbar-nav {
    padding: 0;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    background: #eee;
}

    #content p a {
        color: white;
    }


.mainContent {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 0;
    min-height: 700px;
    margin-left: -5px;
    width: 101%;
}

.div-back {
    margin-top: 15px;
}

    .div-back a {
        background: #ddd;
        padding: 6px 20px;
        border-radius: 15px 0 0 15px;
        box-shadow: inset -2px -4px 10px #9b9b9b;
        transition-duration: .4s;
        color: #0d3f79 !important;
        font-weight: 500;
    }

        .div-back a:hover {
            background: #ddd;
            padding: 6px 20px;
            border-radius: 15px 0 0 15px;
            box-shadow: inset 6px 1px 10px #9b9b9b;
            transition-duration: .4s;
            color: #0d3f79 !important;
            font-weight: 500;
        }

#content .navbar-default {
    height: auto;
}

.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    padding-top: 14px;
}

.tab-content {
    padding: 0 20px 10px 20px;
    border-top: 5px solid #1565c0;
}

#content .navbar-default .navbar-nav > li {
    width: 23.3%;
    background: #fff;
    height: 85px;
    margin: 25px 8px;
    box-shadow: 0px 0px 10px #ddd;
}

    #content .navbar-default .navbar-nav > li > a {
        font-size: 19px;
        font-weight: 400;
        padding: 10px;
        line-height: 30px;
        text-transform: capitalize;
        color: #ffffff;
        letter-spacing: 0px;
        margin: 18px;
        background: #004cb7;
        border-radius: 100%;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        box-shadow: 0px 0px 10px #a9a9a9;
    }

        #content .navbar-default .navbar-nav > li > a i {
            line-height: 30px;
        }

#content .navbar-header {
    margin-left: 0px !important;
    padding: 0 10px;
}

.line {
    border: 1px solid #ccc;
    margin: 15px 0;
}

.tab-content .input-group {
    margin-bottom: 8px;
}
/*.sidebar-header h3 {
            display: inline-block;
            text-align: right;
            float: right;
            margin: 40px 0 40px 10px;
        }*/

.sidebar-header span.single_feature_icon {
    z-index: 100;
    position: relative;
}

.single_feature_icon i {
    font-size: 30px;
    vertical-align: middle;
    color: #353535;
}


.single_feature_icon:before {
    position: absolute;
    top: 65%;
    left: 45%;
    bottom: 0;
    right: 0;
    content: '';
    background: /*#fdb142*/ #FFD54F;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 63%;
    z-index: -1;
    width: 90px;
    height: 90px;
}

.single_feature_icon:after {
    position: absolute;
    top: -52px;
    left: -20px;
    bottom: 0;
    right: 0;
    content: '';
    border: 2px dotted #b3b3b3;
    border-bottom: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 90px;
    height: 90px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}


/*[Note: css for all elibrary page]*/
.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-search__field {
    height: 37px !important;
}

.select2-selection__arrow {
    height: 31px !important;
}

.f-bold {
    font-weight: 700 !important;
}

.fa-download {
    color: green;
}

.div-back {
    margin-bottom: 10px;
}

.break-text {
    word-break: break-word;
    white-space: pre-wrap;
    -moz-white-space: pre-wrap;
}

.mt-20 {
    margin-top: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.na-states {
    display: inline-block;
    margin: 5px;
    padding: 2px;
    width: 240px;
}

.appl-activity-wrapper {
    margin-bottom: 20px;
}

.appl-activity-child {
    width: 100%;
}

.appl-activity-left {
    width: 65%;
    display: Inline-block;
}

.appl-activity-right {
    width: 30%;
    display: Inline-block;
}

.activity-icon {
    color: green;
}

#divDetails h4 {
    background-color: #dedede;
    padding: 4px 0px !important;
}

.gazette-notification-wrapper {
    width: 33%;
    display: Inline-block;
    margin-left: 15px;
    padding: 10px 5px;
    border: 1px solid silver;
}

.gazette-notification-heading {
    color: #FF9800;
    font-size: 18px;
    text-align: center;
}

.ht-rule-n-noti {
    max-height: 350px;
    overflow-y: auto;
}

#divGazettedNotification {
    padding: 5px;
}

.gazette-child {
    border-bottom: 1px solid silver;
    padding: 5px;
}

.contrib-level1 {
    display: inline-block;
    margin: 10px;
    padding: 6px;
    width: 30%;
    border-left: 2px solid green;
    cursor: pointer;
}

/*Compliance Calendar*/

ul.calTable {
    margin: 0;
    padding: 0;
}

    ul.calTable li {
        list-style: none;
        background: #fbfbfb;
        width: 46%;
        border: 1px solid #efefef;
        margin: 10px 15px 0;
        display: inline-block;
        height: auto;
        position: relative;
        padding-left: 15px;
    }

        ul.calTable li:first-child {
            margin: 30px 15px 0;
        }
        /*ul.calTable li:before{content:'';position: absolute;height: 1px;border-top: 1px dashed #b7b7b7;width: 25px;left: -33px;top: 10px;}
ul.calTable li:after{content:'';position: absolute;width: 0;height: 0;border-top: 5px solid transparent;border-left: 5px solid #c1c0c0;border-bottom: 5px solid transparent;top: 6px;left: -12px;}*/
        ul.calTable li h3 {
            position: absolute;
            top: -18px;
            padding: 7px 12px;
            color: #ffffff;
            border-radius: 5px;
            left: 20px;
            font-size: 11px;
            letter-spacing: 2px;
        }

.date-group {
    display: inline-block;
    width: 100%;
    position: relative;
}

.commonPanel .modal-header.noBorder {
    border: 0;
    padding-bottom: 0;
}

.alertPanel .owl-nav {
    display: none;
}

.year-group {
    position: relative;
    overflow: auto;
    width: 95%;
    left: 60px;
}
/*.date-group:before{content:'';position: absolute;height: 300px;border-left: 1px dashed #b7b7b7;width: 1px;left: 90px;top: 50px;}*/
.commonPanel .tab-pane h3.y-g {
    position: absolute;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #efad4d;
    width: 20px;
    word-break: break-all;
    line-height: 38px;
    text-align: center;
    left: 30px;
    top: 70px;
}

    .commonPanel .tab-pane h3.y-g span {
        font-weight: 100;
        color: #cecaca;
    }

.year-group h5.date-range {
    font-family: 'Fira Sans', sans-serif;
    left: 0;
    position: relative;
    top: 10px;
    font-weight: 100;
    width: 98%;
}

    .year-group h5.date-range span {
        background: #3379b7;
        padding: 7px;
        font-size: 13px;
        color: #ffffff;
        border-radius: 7px;
    }

.actTxt {
    margin-top: 30px;
}

.holiday-level1 {
    display: inline-block;
    margin: 15px;
    padding: 6px;
    width: 30%;
    cursor: pointer;
    box-shadow: 2px 2px #d2d2d2;
}

.heading {
    background-color: #dedede;
    padding: 4px !important;
}

.leave-state {
    display: inline-block;
    margin: 15px;
    padding: 6px;
    width: 30%;
    cursor: pointer;
    box-shadow: 2px 2px green;
}

.select2-container {
    /*float: right;*/
}

.select2-container--default .select2-selection--multiple {
    height: 40px;
    text-align: right;
    margin-right: -1px;
    /*float: right;*/
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #9e9e9e 1px;
    height: 40px;
}

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table {
    width: 100% !important;
}

/*search-bar*/
#searchbar {
}

.searchbar .searchwrapper {
    width: 100%;
    margin: 10px 0;
}

.searchbar .searchbox {
    background-color: #caf0ff;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #77b7ff;
}

    .searchbar .searchbox [class*="col-"] {
        padding: 0px;
    }

    .searchbar .searchbox .col-md-5, .searchbar .searchbox .col-md-3 {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .searchbar .searchbox .form-control {
        border-color: transparent;
        border-right: solid 1px rgba(0,0,0,0.10);
    }

    .searchbar .searchbox select.form-control {
        border-right: solid 1px transparent;
    }

    .searchbar .searchbox .form-control:focus {
        outline: 0;
    }

    .searchbar .searchbox .btn {
        border-radius: 10px;
        padding: 0 18px;
    }

    .searchbar .searchbox img {
        object-fit: contain;
        width: 25px;
        height: 25px;
    }

    .searchbar .searchbox .chosen-single,
    .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
    .searchbar .searchbox .chosen-container-single .chosen-single {
        padding: 0 28px;
        width: 100% !important;
        margin: 0;
        border: solid 1px #c4cad0 !important;
        height: 40px;
        width: 230px !important;
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 23px;
        background: none;
    }

    .searchbar .searchbox .chosen-single,
    .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
    .searchbar .searchbox .chosen-container-single .chosen-single {
        font-size: 15px;
    }

    .searchbar .searchbox .chosen-single,
    .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
    .searchbar .searchbox .chosen-container-single .chosen-single {
        border: none !important;
        background: #fff !important;
    }

    .searchbar .searchbox .chosen-container-multi .chosen-choices {
        background: none;
    }

        .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field {
            float: none;
        }

            .searchbar .searchbox .chosen-single,
            .searchbar .searchbox .chosen-container-single .chosen-single,
            .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                padding-right: 50px;
            }

                .searchbar .searchbox .chosen-single span {
                    display: block;
                    padding: 0;
                    margin: 0;
                    line-height: 40px;
                }

    .searchbar .searchbox .chosen-container-single .chosen-single {
        background: none !important;
        box-shadow: none !important;
    }

    .searchbar .searchbox .chosen-container-active .chosen-single,
    .searchbar .searchbox .chosen-container-active .chosen-choices {
        box-shadow: none;
    }

    .searchbar .searchbox .chosen-single,
    .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        color: #334e6f !important;
    }

    .searchbar .searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
    .searchbar .main_wrapper .select-tags:after {
        color: #fff !important;
    }

    .searchbar .searchbox .chosen-container {
        text-align: left;
    }

    .searchbar .searchbox .chosen-drop {
        margin: 5px 0 0 0;
        background: #fff;
        width: 220px !important;
        border-radius: 5px;
        border: none;
        overflow: hidden;
        box-shadow: 20px 20px 50px rgba(58, 87, 135, 0.1);
    }

        .searchbar .searchbox .chosen-drop ul.chosen-results {
            padding: 0;
            margin: 0;
            text-align: left;
        }

            .searchbar .searchbox .chosen-drop ul.chosen-results li:before {
                display: none;
            }

            .searchbar .searchbox .chosen-drop ul.chosen-results li {
                padding: 6px 30px 7px 30px;
                line-height: 22px;
                font-size: 14px;
                color: #334e6f;
                background: none !important;
            }

                .searchbar .searchbox .chosen-drop ul.chosen-results li:first-child {
                    padding-top: 25px;
                }

                .searchbar .searchbox .chosen-drop ul.chosen-results li:last-child {
                    padding-bottom: 23px;
                }

    .searchbar .searchbox .chosen-choices {
        padding: 0;
        margin: 0;
        border: none;
    }

        .searchbar .searchbox .chosen-choices li {
            width: 100%;
            display: block;
        }

            .searchbar .searchbox .chosen-choices li.search-choice {
                display: none;
            }

            .searchbar .searchbox .chosen-choices li:before,
            .searchbar .searchbox .chosen-choices li:after {
                display: none;
            }

    .searchbar .searchbox .chosen-single > div {
        display: none;
    }

    .searchbar .searchbox .chosen-single {
        position: relative;
    }

        .searchbar .searchbox .chosen-single:after {
            content: "\f107";
            right: 28px;
            top: 50%;
            width: auto;
            height: auto;
            background: none;
            font-family: 'FontAwesome';
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            color: #999999;
            display: block;
            pointer-events: none;
            position: absolute;
            font-size: 28px;
            line-height: 22px;
        }

.searchbar .form-control {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 15px;
    border-radius: 15px;
    position: absolute;
    left: -20px;
}

.searchbar .serachcontainbox ul li {
    font-size: 13px;
}

.searchbar .serachcontainbox .select2-container .select2-search--inline .select2-search__field {
    margin-top: -1px !important;
}

/*.searchbar .serachcontainbox .select2-container {
    display: contents !important;
}*/

.searchbar .searchbox .serachcontainbox .select2-container {
    width: 100% !important;
}

.searchbar .serachcontainbox .select2-container--default .select2-selection--multiple {
    border-radius: 4px 0 0 4px !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.searchbar .searchbox .dropdown .fa-balance-scale {
    font-size: 20px;
    font-weight: 600;
}

.searchbar .serachcontainbox .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #1565c0 1px !important;
}

.searchbar .serachcontainbox .fa-book {
    font-size: 25px;
    color: #ff5402;
}

.searchbar .searchbox .btn-default:hover {
    background: #fff !important;
}

.searchbar .searchbox .dropdown ul {
    border-radius: 10px !important;
}

.searchbar .searchbox .dropdown-menu > li > a:hover {
    color: #0d5bb3;
    background: #caf0ff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: .25rem !important;
}

/*search-bar*/
/*hamburger icon*/
.menuextend {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/* burger */
.burger {
    display: flex;
    flex-direction: column;
    width: 39px;
    height: 33px;
    cursor: pointer;
    padding: 6px 0px 6px 8px;
}

.burger__line {
    display: block;
    border-radius: 4px;
    height: 4px;
    width: 70%;
    background-color: #464646;
    transition: all ease 0.5s;
    background: #fff;
}

.burger__line--top {
    transform-origin: center center;
}

.burger__line--center {
    margin: auto 0;
}

.burger__line--bottom {
    transform-origin: center center;
}

.burger.active .burger__line--top {
    transform: translate(0, 15px) rotate(45deg);
}

.burger.active .burger__line--center {
    opacity: 0;
}

.burger.active .burger__line--bottom {
    transform: translate(0, -15px) rotate(-45deg);
}
