.nav-main li.active{
    background-color: rgba(0,0,0,.2);
}
.datepicker{
    padding: 0.375rem 0.75rem;
}

.select2-selection.select2-selection--single{
    background: #ebeef2;
}

table.extra-small th, table.extra-small td{
    font-size: 10px !important;
    padding: 5px 5px !important;
}
table.extra-small td i{
    font-size: 10px !important;
}
table.extra-small td a, table.extra-small td button {
    font-size: 10px;
    padding: 1px 6px;
}
table.extra-small select{
    font-size: 10px;
    padding: 3px 23px 3px 3px;
}
table.extra-small input{
    font-size: 10px;
    padding: 3px;
}
table.extra-small th{
    text-transform: inherit;
}
table.extra-small span{
    background: white;
}
/*.simplebar-content{*/
/*    background: #1f2937;*/
/*}*/
table.table td, table.table th{
    vertical-align: top;
}
.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}

.circle {
    background-color: #ccc;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    color: #65a30d;
    background-color: #cee9f0;
}

.initials {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 10px;
}
.form-control.datepicker{
    padding: 6px;
}

.btn-success {
    background-color: #019558;
}
.btn-success:hover, .btn-success:active{
    background-color: #047446;
}
.btn-success:focus{
    background-color: #047446;
    box-shadow: 0 0 0 0.25rem rgba(3, 120, 72, .5);
}
.btn-primary:hover {
    background-color: #035634;
    border-color: #016039;
}

.my-ul-search-results {
    z-index: 10;
    top: 77px;
    left: 0;
    box-shadow: 0 1rem 3rem rgb(204 204 204 / 40%);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.my-ul-search-results li{
    padding: 10px;
}
.my-ul-search-results li:hover{
    background-color: #0b6c50;
}
.my-ul-search-results li:hover a{
    color: white;
}

.my-ul-search-results li{
    border-bottom: 1px solid #ccc;
}

.my-ul-search-results li:last-child{
    border-bottom: none;
}

.position-absolute{
    position: absolute;
}

.active-input{
    outline: 1px solid #0b6c50;
}
