.table {
    background-color: #fff;
    color: var(--ui-color-primary-grey);
}

.tl-fixed {
    table-layout: fixed;
}

.table thead th,
.table thead td {
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--ui-color-primary-grey);
    border: 1px solid var(--ui-color-secondary-grey-light);
    padding: 1rem;
}

.table tbody th,
.table tbody td {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: var(--ui-color-primary-grey);
    border: 1px solid var(--ui-color-secondary-grey-light);
    padding: 1rem;
    vertical-align: middle;
}

.table tfoot th,
.table tfoot td {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: var(--ui-color-primary-grey);
    border: 1px solid var(--ui-color-secondary-grey-light);
    padding: 1rem;
    vertical-align: middle;
}

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

.table tbody tr:hover {
    background-color: var(--ui-color-secondary-blue-light-extra);
}

.dataTables_wrapper {
    background-color: #fff;
    margin-bottom: 1rem;
}

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-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: var(--ui-color-primary-grey);
}

.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: var(--ui-color-primary-blue);
}

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

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

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 {

}

.table-info {
    width: auto;
    margin-bottom: 1rem;
}

.table-info tbody th,
.table-info thead th,
.table-info tfoot th,
.table-info tbody td,
.table-info thead td,
.table-info tfoot td{
    font-size: 1.125rem;
    border: 0;
    padding: 0.5rem 1rem 0.5rem 0 ;
}

.table-info tr {
    background-color: transparent !important
}
