.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;
}
.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;
}

