.containerCustom {
    width: 100%;
    max-width: 1080px;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400;
}

.dataTables_scroll {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #000;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000 !important;
}

.mustardColor {
    color: #F9C001;
}

.blueColor {
    color: #0000EE;
}

@media (min-width:768px) {

    table.dataTable thead th,
    table.dataTable thead td {
        width: 230px !important;
        padding: 10px 10px;
    }

    table.dataTable thead th:nth-child(4),
    table.dataTable thead td:nth-child(4) {
        width: 80px !important;
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        height: 100px;
        word-break: break-word;
    }

}
