.red {
    color: red;
}

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

.logotip {
    width: 170px;

}

.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: 50px;
}


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

.salary_calendar1 {
    margin-right: 20px;
}

.list_calendar {
    margin-right: 20px;
}

.salary_calendar2 {
    margin-right: 20px;
}

.profit_calendar1 {
    margin-right: 20px;
}

.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;
}

@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;
    }

    #salary_filter {
        margin-bottom: 10px;
    }

    #list_header {
        display: block;
    }

}

@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;
    }

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

@media (max-width: 335px) {

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

}

@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;
    }
}

/*.dataTables_wrapper{*/
/*    max-height: 500px;*/
/*    min-height: 400px;*/
/*}*/

/*.datatable-header {*/
/*    max-height: 10vh;*/
/*    min-height: 10vh;*/
/*}*/

/*.dataTable-scroll {*/
/*    max-height: 80vh;*/
/*    min-height: 80vh;*/
/*}*/

/*.dataTables_scroll {*/
/*    max-height: 80vh;*/
/*    min-height: 80vh;*/
/*}*/

/*.datatable-footer {*/
/*    max-height: 10vh;*/
/*    min-height: 10vh;*/
/*}*/


.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;
}

.navbar {
    padding-left: 0;
    padding-right: 1.25rem;
}

.navbar-brand {
    text-align: center;
    margin-right: 30px;
}

.cardHeightStyle {
    justify-content: center;
    margin-left: 20px;
    width: 100%;
    margin-right: 20px;
    margin-top: 79px;
}
.borderBottom{
    border-top: 1px solid #b2abab;
    padding: 16px;
}

#list_user_create {
    margin-right: 7px;
}

#list_modal {
    margin-right: 7px;
}


.table-lol td {
    padding: 0.35rem 1.25rem;
}

.table-archive td {
    padding: 0.35rem 1.25rem;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #a6c9e7;
}

.salary-name {
    color: #302d28;
}

#get_ls_numberE {
    margin-left: 4px;
}

.hideBTN {
    display: none;
}

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

.icon-file-download {
    margin-right: 10px;
}

.download_tutorial {
    color: white;
    display: flex;
    align-items: center;
}

.download_tutorial:hover {
    color: white;
}

.id-check .uniform-checker span {
    color: #fcf6ff;
    border-radius: 0.125rem;
    transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
    border: 0.125rem solid #fcf6ff;
}

.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;
}
