body {
    background-color: #eee;
    color: #3c4858;
    font-weight: 300;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped thead {
    color: #252121 !important;
}

table.dataTable thead th, table.dataTable thead td {
    font-weight: 300 ;
}

table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ddd ;
}

.sorting_asc:before, 
.sorting_asc:after, 
.sorting_desc:before,
.sorting_desc:after {
    display: none !important;
}

.bg-color-primary {
    background-color: #252121;
}

.table thead tr th,
.table tr td {
    font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-left: 5px;
    padding-right: 5px;
}


.page-item .page-link {
    color: #252121;
    border-color: #252121 !important;
}

.page-item .page-link:hover {
    color: #fff !important;
    background-color: #252121 !important;
}

.page-item.active .page-link {
    border: 1px solid #252121 !important;
    background-color: #252121 !important;
}

.page-item.active .page-link:hover {
    color: #252121 !important;
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}