.authentication {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
}

.waves-effect {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
    color: #fff;
}

.waves-effect:hover {
    /* background: #88270b; */
    /* background: #0A2558; */
    background: #005cbf;
    color: #fff;
}

.sidebar {
    /* background: #88270b !important; */
    /* background: #0A2558 !important; */
    background-color: #005cbf !important;
    color: #fff;
}

.navbar-brand span {
    color: #fff;
}

.theme-blush .table.theme-color thead td,
.theme-blush .table.theme-color thead th {
    /* background: #88270b !important; */
    /* background: #0A2558 !important; */
    background-color: #005cbf !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;

}


table tr th, td {
      white-space: nowrap;
    }

.dataTables_wrapper .dataTables_length select {
    width: 80px !important
}

.dropdown-toggle {
    display: none !important;
}

.view_button {
    /* background-color: #cf7406 !important;
    border-color: #cf7406 !important; */
    /* background-color: #0A2558 !important; */

    /* border-color: #0A2558 !important; */
    background-color: #ee2558 !important;
    border-color: #ee2558 !important;


}

.remove_department_button {
    /* background-color: #88270b !important;
    border-color: #88270b !important; */

}

.right_icon_toggle_btn {
    /* background-color: #88270b !important; */
    /* background-color: #0A2558 !important; */
    background-color: #005cbf !important;
}

.btn {
    color: #fff !important;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.overlay .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
}

.logo_bg_css {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer_css {
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: -999;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    width: -webkit-fill-available;
}

@media screen and (max-width:768px) {
    .ls-closed.right_icon_toggle section.content {
        margin-bottom: 159px;
    }

    .footer_css {
        font-size: 15px;
    }

    .sidebar.open {
        z-index: 9999;
    }

    .body_scroll {
        margin-bottom: 150px !important;
    }
}

#frm1 .select2-container .select2-selection--single {
    height: 38px !important;
    width: 500px ;
}

#search_button {
    margin: 0 10px;
}

#frm1 .select2-selection__rendered {
    line-height: 35px !important;
}

#search_button {
    height: 38px !important;
}

#frm1 .bootstrap-select {
    border: none !important
}

.dataTables_length {
    visibility: hidden !important;
}





@media screen and (max-width:599px) {
        #frm1 .select2-container .select2-selection--single {
        width: 100% !important;
    }
}

.sidebar .menu .list .ml-menu li a:before {
    color: #fff !important;
}

.sidebar .menu .list .ml-menu li a .active {
    color: #01b4fa !important;
}

#leftsidebar .menu ul li a.active {
    color: #6de5e5;
}

.dropify-wrapper .dropify-message span.file-icon{
    font-size: 20px!important;
}
