.table {
    background-color: #fff;
}

.table thead th {
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    color: #666;
    border: 1px solid #D1D4D3;
    padding: 1rem;
}

.table tbody th,
.table tbody td {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 24px;
    color: #666;
    border: 1px solid #D1D4D3;
    padding: 1rem;
    vertical-align: middle;
}

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

.table tbody tr:hover {
    background-color: #EEF2F4;
}

.dataTables_wrapper {
    background-color: #fff;
}

table.dataTable {
    font-size: 18px;
    margin-bottom: 0.5rem;
    border-collapse: collapse !important;
}

.data-tables-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.data-tables-bottom .bottom-left,
.data-tables-bottom .bottom-right {
    max-width: 50%;
}

.data-tables-bottom .bottom-right {
    padding-right: 1rem;
}

.data-tables-bottom .bottom-left {
    padding-left: 1rem;
}

.dataTables_info,
.dataTables_length {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 0.75rem;
    display: inline-block;
}

.dataTables_info {
    margin-right: 1rem;
}

.dataTables_length {
    margin-top: 0.55rem;
}

.dataTables_length select {
    min-width: 0 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    height: calc(0.7rem + 1.125rem + 2px);
    padding: 0.275rem 1.9rem 0.275rem 0.7rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.3;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0.465rem;
}

.dataTables_paginate .page-item.next {

}

.dataTables_paginate .page-item.next .page-link,
.dataTables_paginate .page-item.previous .page-link {
    font-size: 1px;
    color: transparent;
}

.dataTables_paginate .page-item.next .page-link:before,
.dataTables_paginate .page-item.previous .page-link:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    color: #666;
}

.dataTables_paginate .page-item.previous .page-link:before {
    content: "\f104";
}

.dataTables_paginate .page-item.next .page-link:hover:before,
.dataTables_paginate .page-item.previous .page-link:hover:before {
    color: #0046AD;
}

.table .custom-control {
    margin-bottom: 0;
}

.table .btn {
    padding: 0.4375rem .5rem 0.5375rem;
    letter-spacing: 0;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {

}
