body, .form-control {
    font-size: 0.8rem;
}
.table td, .table th {
    vertical-align: middle;
}
.table th {
    padding: 0.35rem 0.75rem;
    vertical-align: middle;
}
.table td {
    padding: 0 0.75rem;
    vertical-align: middle;
}
table.table-striped.table-bordered td .btn{
    padding: 0rem .75rem;
}
table.table-striped.table-bordered td .form-control {
    padding: 0rem .75rem;
    height: calc(1.5rem + 2px);
}
table.table-striped.table-bordered td .select2-container--default .select2-selection--single {
    padding: .46875rem .75rem;
    height: calc(1.5rem + 2px);
}
table.table-striped.table-bordered td .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}
table.table-striped.table-bordered td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
}
.pace .pace-activity {
    background: #007bff !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
        white-space: nowrap;
        font-size: 0.7rem;
    }
    .main-sidebar, .main-sidebar::before {
        width: 220px;
    }
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        margin-left: 220px;
    }
}

tr.highlighted{
    border: 2pt solid black !important;
}

.highlight-success{
    border: 2pt solid #28a745;
}

.highlight-error{
    border: 2pt solid #dc3545;
}

.hidden{
    display: none;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.bold{
    font-weight: bold;
}

.number{
    text-align: right;
}

.no-wrap{
    white-space: nowrap;
}

.truncate-noti {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-item-noti {
    font-size: 12px;
}

.dropdown-menu-noti {
    overflow-y: auto;
    height: 200px;
}

.navbar-nav {
    flex-direction: initial;
}

.main-header .navbar-nav .nav-item {
    /*padding: 5px;*/
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-header {
    color: #000000;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show {
    right: 1px;
    top: 40px;
}

.select2{
    width: 100% !important;
}

.fixed-scrollbar{
    overflow-y:scroll;
    height:calc(100vh - 260px);
    display:block;
}

.width-auto{
    width: 100% !important;
    min-width: 150px !important;
}

.require-asterisk{
    color: red;
}

#search-form .toggle.btn{
    min-width: 63px!important;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

#spinner-div .spinner-border{
    margin-top: 289px;
}