.done{
    background-color: #48b648  !important;
    color: #fff;
}
.invalid-feedback{
    display: block !important;
}
.mobile-menu{
    display: none !important;
}
.toggle-sidebar{
    display: none;
}
.search-logo{
    max-height: 92px;
}
.col-centered{
    float: none !important;
    margin: 0 auto;
}
.centered {
    position: fixed !important; /* or absolute */
    top: 20%;
    overflow-y: auto;
    max-height: 500px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Loader css start */
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*Loader css end */

#example1_filter label{
    float: right;
}
@media only screen and (max-width: 600px) {
    .mobile-menu{
        display: block !important;
    }
    .toggle-sidebar{
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .margin-240px
    {
        margin-left: 240px;
    }

    .toggle-sidebar{
        display: block !important;
        margin-left: 250px;
    }
}
.label-default {
    background-color: #777;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
}
.main-model > .select2-container{
    display: none;
}

a {
    color: #f1ae57 !important;
}
.main-sidebar{
    background-color: #000000 !important;
}
.sidebar a{
    color: #ffffff !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color:#ffc107!important;
    color: #000000 !important;
}
.navbar-white{
        background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link,.navbar-nav .dropdown-item{
    color: #ffffff !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #1c334a00;
}
.page-item.active .page-link{
    background-color: #000000 !important;
    border-color: #000000 !important;
}
