.red {
    color: red;
}

.reportTables td {
    border: 1px solid #ddd
}

.logo-title {
    font-size: 18px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 5px;
}

#navbar-mobile {
    padding-left: 0;
}

.page-header {
    margin-top: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-logo {
    margin: auto;
    margin-top: 100px;
    position: fixed;
    bottom: 45px;
    left: 77px;
}


#list_header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.salary_calendar1 {
    margin-right: 20px;
}

.list_calendar {
    margin-right: 20px;
}

.salary_calendar2 {
    margin-right: 20px;
}

.profit_calendar1 {
    margin-right: 20px;
}

.row-btn {
    align-items: end;
}

.hide{
    display: none;
}

.profit_calendar2 {
    margin-right: 20px;
}

.profit_calendar3 {
    margin-right: 20px;
}

.special_profit_calendar1 {
    margin-right: 20px;
}

.special_profit_calendar2 {
    margin-right: 20px;
}

.special_profit_calendar3 {
    margin-right: 20px;
}

.dispatcher_calendar1 {
    margin-right: 20px;
}

.dispatcher_calendar2 {
    margin-right: 20px;
}

.dispatcher_calendar3 {
    margin-right: 20px;
}

.header-elements-inline{
    flex-wrap: wrap;
}

@media (max-width: 1295px) {
    #dispatcher_header {
        display: block;
    }

    #dispatcher_header_title {
        margin-bottom: 10px;
    }

    .dispatcher_calendar1 {
        margin-bottom: 10px;
    }

    .dispatcher_calendar2 {
        margin-bottom: 10px;
    }

    .dispatcher_calendar3 {
        margin-bottom: 10px;
    }

    #statistic_dispatcher_filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 1275px) {
    #special_profit_header {
        display: block;
    }

    #special_profit_header_title {
        margin-bottom: 10px;
    }

    .special_profit_calendar1 {
        margin-bottom: 10px;
    }

    .special_profit_calendar2 {
        margin-bottom: 10px;
    }

    .special_profit_calendar3 {
        margin-bottom: 10px;
    }

    #statistic_special_filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 1255px) {
    #profit_header {
        display: block;
    }

    #profit_header_title {
        margin-bottom: 10px;
    }

    .profit_calendar1 {
        margin-bottom: 10px;
    }

    .profit_calendar2 {
        margin-bottom: 10px;
    }

    .profit_calendar3 {
        margin-bottom: 10px;
    }

    #statistic_filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 910px) {
    #salary_header {
        display: block;
    }

    #salary_header_title {
        margin-bottom: 10px;
    }

}

@media (max-width: 865px) {
    .salary_calendar1 {
        margin-bottom: 10px;
    }

    .salary_calendar1 {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {

    .sidebar-logo {
        position: absolute;
    }

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

    .dataTables_filter {
        text-align: left;
    }
}

@media (max-width: 494px) {
    #list_header {
        display: block;
    }

    #list_header_title {
        margin-bottom: 10px;
    }

    .list_calendar {
        margin-bottom: 10px;
    }

    #list_user_create {
        margin-bottom: 10px;
    }
}

@media (max-width: 335px) {

    .page-header {
        margin-top: 100px;
    }

    .page-content {
        margin-top: 45px;
    }

}

@media (max-width: 328px) {
    .dataTables_filter > label:after {
        display: none;
    }

    .page-header {
        margin-top: 120px;
    }

}


@media (max-height: 790px) {
    .sidebar-logo {
        width: 100px;
    }
}

@media (max-height: 730px) {
    .sidebar-logo {
        opacity: 0;
    }
}




.table-blueO {
    background-color: rgba(41, 81, 109, 0.11);
}

.table-redO {
    background-color: rgba(170, 87, 57, 0.11);
}

.table-greenO {
    background-color: rgba(48, 156, 112, 0.11);
}

.table-yellowO {
    background-color: rgba(170, 121, 57, 0.11);
}

.table-blue {
    background-color: #29516d;
    color: white;
    text-transform: capitalize;
}

.table-red {
    background-color: #aa5739;
    color: white;
    text-transform: capitalize;
}

.table-green {
    background-color: #309c70;
    color: white;
    text-transform: capitalize;
}

.table-yellow {
    background-color: #aa7939;
    color: white;
    text-transform: capitalize;
}

.boldText {
    font-weight: bold;
}

.cardHeightStyle {
    justify-content: center;
    margin-left: 20px;
    width: 100%;
    margin-right: 20px;
    margin-top: 79px;
}

.borderBottom {
    border-top: 1px solid #b2abab;
    padding: 16px;
}

.datatablesStats td {
    border: 2px solid #ddd;
}

.forgot {
    text-align: right;
    font-size: 12px;
    color: grey;
}

.powered {
    font-size: 10px;
    text-align: center;
    color: grey;
}

.altek {
    width: 50px;
    margin-left: 10px;
}

.modal-body-log {
    height: 60vh;
    margin-top: 15px;
    overflow-y: scroll;
    margin-bottom: 15px;
    margin-right: 15px;
}


.datepicker .datepicker-days tr td.cw + td.active ~ td  ,
.datepicker .datepicker-days tr td.active {
    color: #ffffff !important;
    background: #0a6ebd !important;
    border-radius: 0;
}

.datepicker .datepicker-days tr:hover td.cw ~ td {
    color: #000;
    background: #e5e2e3;
    border-radius: 0;
}

