

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: var(--table-selection-background);
}
table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a{
    color: white;
}
div.dataTables_scrollHead .dataTables_scrollHeadInner {
    border-left: 1px solid var(--panel-heading-background) !important;
}
.dataTables_wrapper .dataTables_scrollBody{
    border: 1px solid var(--panel-heading-background);
}
div.dataTables_wrapper div.dataTables_processing {
    border-radius: var(--main-border-radius);
}
.dataTables_wrapper .bottom {
    color: var(--panel-heading-color);
    background: var(--panel-heading-background);
    height: 3.45em;
    display: flex;
    border-bottom-left-radius: var(--table-border-radius);
    border-bottom-right-radius: var(--table-border-radius);
    font-size: 0.75em;
}
.dataTables_wrapper .bottom:empty {
    display: none;
}
.dataTables_wrapper .bottom .row{
    display: none;
}
.dataTables_wrapper .bottom .dataTables_length {
    width: 100px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    justify-content: center;
}
.dataTables_wrapper .bottom .dataTables_length label {
    margin: 0;
    font-size: unset;
}

.dataTables_wrapper .bottom .dataTables_length select{
    padding: 0px;
    height: unset;
    width: unset;
}


.dataTables_wrapper .bottom .dataTables_info
{
    padding-top: 0px;
    padding-right: 10px;
    float: right;
    line-height: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
    min-width: 75px;
    justify-content: center;
}
.dataTables_wrapper .bottom .dataTables_info .table_count_elem{
    overflow: hidden;
    margin-bottom: 1px;
}
.dataTables_wrapper .bottom .dataTables_info .table_count_elem .name{
    float: left;
    text-align: left;
    opacity: 0.7;
}
.dataTables_wrapper .bottom .dataTables_info .table_count_elem .value{
    display: flow-root;
    text-align: right;
    padding-left: 10px;
}

.dataTables_wrapper .bottom .dataTables_paginate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.dataTables_wrapper .bottom .dataTables_paginate>.pagination>li>a:hover,
.dataTables_wrapper .bottom .dataTables_paginate>.pagination>li>span:hover{
    border-radius: 15px;
}

.dataTables_wrapper .bottom .dataTables_paginate .pagination
{
    display: inherit;
}

.pagination>li>a, .pagination>li>span {
    padding: 4px 8px;
}

table.dataTable.order-column tbody>tr.selected>.sorting_1, table.dataTable.order-column tbody>tr>.selected, table.dataTable.display tbody>tr.selected>.sorting_1, table.dataTable.display tbody>tr>.selected{
    background: var(--table-selection-background);
}
table.dataTable.order-column tbody>tr.selected:hover>.sorting_1, table.dataTable.order-column tbody>tr>.selected, table.dataTable.display tbody>tr.selected:hover>.sorting_1, table.dataTable.display tbody>tr>.selected{
    background: var(--table-selection-background);
}
table.dataTable.hover tbody>tr.selected:hover, table.dataTable.hover tbody>tr>.selected:hover, table.dataTable.display tbody>tr.selected:hover, table.dataTable.display tbody>tr>.selected:hover{
    background: var(--table-selection-background);

}

