.page-item.disabled .page-link {
    font-weight: 800;
}
.sortable_table th, .sortable_table td{
    min-width: 140px;
}
@media screen and (min-width: 768px) {
    /* Desktop */
    .desktop_row{
        display: flex;
    }
    .mobile_row{
        display: none;
    }
    .desktop-header{
        display: inline-block !important;
    }
    .mobile-header{
        display: none !important;
    }
    .logout:active {
        color: #212121;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    /* Mobile */
    .desktop_row{
        display: none;
    }
    .mobile_row{
        display: flex;
    }
    .desktop-header{
        display: none !important;
    }
    .mobile-header{
        display: inline-block !important;
    }
    .timesheet_table td {
        min-width: 140px;
    }
}


.nav-tabs .nav-link.active {
    background: #731416;
    color: #fff;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
