body {
    font-size: 14px;
}

a.logo {
    text-decoration: none;
}

.btn {
    border-radius: .25rem;
}

.form-control, select.form-control {
    font-size: 0.875rem;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    pointer-events: none;
    background-color: #eee;
    opacity: 1;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 #888 transparent transparent!important;
    border-style: solid;
    border-width: 2px 2px 0 0!important;
    content: '';
    display: inline-block;
    height: 8px!important;
    left: 2px!important;
    margin-left: inherit!important;
    margin-top: inherit!important;
    position: relative;
    top: 12px!important;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 8px!important;
    transform: rotate(135deg);
}

label.form-label {
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.select2-container {
    height: 35px;
    width: 100%;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.navbar-top-links > li > a {
    text-decoration: none;
}

.navbar-static-top {
    z-index: 999;
}

.navbar-top-links {
    height: 60px;
}

.nav > li {
    display: block;
    position: relative;
    width: 100%;
}

.nav > li > a {
    position: relative;
    display: block;
    text-decoration: none;
}

.sidebar .mm-active > a > span >.fa.arrow:before {
    content: "\f107";
}
/*
#side-menu > li > a:hover {
    background: rgb(224 239 249);
} */


.white-box {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
}

.white-box .box-title {
    border-bottom: solid 1px #ebebeb;
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: inherit;
    padding-bottom: 5px;
}

.white-box .box-title i {
    font-size: 14px;
    margin-right: 10px;
}

.white-box .box-title span {
    color: #0093dd;
    float: right;
}

.featured_table .featured_tabs a.nav-item.active {
    background-color: #d9f3ed;
    border-color: #dcf3ed #dcf3ed #d9f3ed;
}

.data_table {
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgba(239, 239, 239, 0.3);
}

tr.yellowb > *  {background-color:#ffffa1  !important;}

table.dataTable {
    border: 1px solid #f1f2f7;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.dt-buttons .btn-secondary {
    color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3;
}

.dt-buttons .btn-secondary:hover {
    background-color: #4ac3fb;
}

/* table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
    white-space: nowrap;
} */

.table-bordered, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #e4e7ea;
}

/*  PAGINATION  */
.page-link {
    color: #333;
}

.page-link:hover {
    color: #00c292;
}

.active > .page-link, .page-link.active {
    color: #fff;
    background-color: #00c292;
    border-color: #00c292;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-check label {
    line-height: 0.75rem;
    margin: 0;
}

select.form-select {
    border-color: #b1b1b1;
    font-size: 0.875rem;
}

.drop-title {
    background: rgb(224 239 249);
    width: 180px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.drop-title i {
    font-size: 1.125rem;
}

.drop-title:hover {
    background-color: #eafcff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.mailbox {
    width: auto!important;
}

.collapse.show {
    display: block;
}

/*  END PAGINATION  */

table.table.dataTable > tbody > tr {
    background-color: #f7fafc;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    box-shadow: inset 0 0 0 9999px rgb(247 250 252);
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media (min-width: 960px) {
    .container-fluid {
        padding-left: 2.50rem;
        padding-right: 2.50rem;
        padding-bottom: 1.875rem;
    }
    .bg-title {
        margin-left: -2.50rem;
        margin-right: -2.50rem;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .container-fluid {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }
    .bg-title {
        margin-left: -3.125rem;
        margin-right: -3.125rem;
    }
}
