.text-indigo {
    color: indigo !important;
}

.dataTables_processing {
    z-index: 1 !important;
}

.dataTables_filter {
    margin-top: -28px;
}

.select2-container--default .select2-selection--single {
    color: #444;
    height: 2rem !important;
    padding-top: .1rem;
    border: 1px solid rgb(196, 195, 195);
}

.fixed-pd{
    padding: 5px 0px 5px 8px !important;
}
.select2 {
    width: 100% !important;
}

.cursor-pt {
    cursor: pointer;
}

.text-nowrap {
    white-space: nowrap;
}

.scrollme {
    overflow-x: auto;
}

.dataTables_processing {
    z-index: 1 !important;
}

#page-container>#page-header .content-header {
    max-width: 100vW !important;
}

.nav-main-link.nav-main-link-submenu {
    content: "" !important;
}

.nav-main-submenu .nav-main-link:hover{
    color: #5268cc !important; 
    background-color: transparent;
}

.nav-main-submenu .nav-main-link.active {
    color: #4657a3 !important; 
    background-color: transparent;
}

.nav-main-link.active {
    background-color: transparent;
}

.nav-main-link.active .nav-main-link-icon {
    color: #4657a3; /* #2a807f */
}

/* hide submenu toggle */
.nav-main-link.nav-main-link-submenu:after {
    /* content: "";
    opacity: 0;
    transform: translateY(-.625rem); */
}

.sidebar-mini.sidebar-o #sidebar:not(:hover) .nav-main-link-submenu {
    background: #ffffff;
}

.nav-main-link .nav-main-link-icon {
    color: gray;
}

.content-header {
    height: 3.4rem; /* header height */
}

.dt-buttons{
    display: none;
}

.datepicker {
    font-size: 0.65rem;
    color: rgb(5, 2, 187)
}

.sorting input {
    display: inline-flex;
}



.inline-flex-left {
    display: inline-flex;
    float: left;
}


.dataTables_length{
    float: inline-start;
    margin-bottom: 4px;
}


.bl-icons {
    cursor: pointer;
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {

    .bl-icons {
        display: block !important;
    }

}

/* Small devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .bl-icons {
        display: block !important;
    }
}

/* Medium devices (desktops) */
@media (min-width: 768px) and (max-width: 992px) {

    .bl-icons {
        display: block !important;
    }
}

/* Large devices (large desktops) */
@media (min-width: 992.1px) and (max-width: 1199.98px) {
    .bl-icons {
        display: none !important;
    }
}

/* XLarge devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1999.98px) {
    .bl-icons {
        display: none !important;
    }
}

/* XX large devices (extra large desktops) */
@media (min-width: 2000px) {
    .bl-icons {
        display: none !important;
    }
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {
    .top6-info {
        font-size: 0.7rem;
    }
}

/* Small devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .top6-info {
        font-size: 0.7rem;
    }
}

/* Medium devices (desktops) */
@media (min-width: 768px) and (max-width: 992px) {
    .top6-info {
        font-size: 0.7rem;
    }
}

/* Large devices (large desktops) */
@media (min-width: 992.1px) and (max-width: 1199.98px) {
    .top6-info {
        font-size: 0.7rem;
    }
}

/* XLarge devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1999.98px) {
    .top6-info {
        font-size: 0.9rem;
    }
}

/* XX large devices (extra large desktops) */
@media (min-width: 2000px) {
    .top6-info {
        font-size: 1rem;
    }
}