table.dataTable tbody td.selected,
table.dataTable tbody th.selected,
table.dataTable tbody tr.selected {
	color: #fff;
}
table.dataTable tbody td.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody tr.selected a {
	color: #a2d4ed;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
	background-color: #3b7ddd;
}
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected {
	background-color: #3a7ad8;
}
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover {
	background-color: #3979d5;
}
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected {
	background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
	background-color: #3876d1;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
	background-color: #3877d3;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
	background-color: #3978d4;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
	background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
	background-color: #3a7cda;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
	background-color: #3b7ddc;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
	background-color: #3876d1;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
	background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
	background-color: #3673cb;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
	background-color: #3774cc;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
	background-color: #3775cf;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
	background-color: #3673cb;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
	position: relative;
}
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
	box-sizing: border-box;
	display: block;
	height: 12px;
	left: 50%;
	position: absolute;
	top: 1.2em;
	width: 12px;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
	border: 1px solid #000;
	border-radius: 3px;
	content: " ";
	margin-left: -6px;
	margin-top: -6px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
	content: "✔";
	margin-left: -4px;
	margin-top: -11px;
	text-align: center;
	text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9,
		-1px 1px #b0bed9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
	margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
	div.dataTables_wrapper span.select-info,
	div.dataTables_wrapper span.select-item {
		display: block;
		margin-left: 0;
	}
}

[data-bs-theme="dark"] table.dataTable tbody td.selected,
[data-bs-theme="dark"] table.dataTable tbody th.selected,
[data-bs-theme="dark"] table.dataTable tbody tr.selected {
	color: #222e3c;
}
[data-bs-theme="dark"] table.dataTable tbody td.selected a,
[data-bs-theme="dark"] table.dataTable tbody th.selected a,
[data-bs-theme="dark"] table.dataTable tbody tr.selected a {
	color: #a2d4ed;
}
[data-bs-theme="dark"] table.dataTable tbody > tr.selected,
[data-bs-theme="dark"] table.dataTable tbody > tr > .selected {
	background-color: #3b7ddd;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd.selected,
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd > .selected,
[data-bs-theme="dark"] table.dataTable.stripe tbody > tr.odd.selected,
[data-bs-theme="dark"] table.dataTable.stripe tbody > tr.odd > .selected {
	background-color: #4080de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected:hover,
[data-bs-theme="dark"] table.dataTable.display tbody > tr > .selected:hover,
[data-bs-theme="dark"] table.dataTable.hover tbody > tr.selected:hover,
[data-bs-theme="dark"] table.dataTable.hover tbody > tr > .selected:hover {
	background-color: #4282de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected > .sorting_1,
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected > .sorting_2,
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected > .sorting_3,
[data-bs-theme="dark"] table.dataTable.display tbody > tr > .selected,
[data-bs-theme="dark"] table.dataTable.order-column tbody > tr.selected > .sorting_1,
[data-bs-theme="dark"] table.dataTable.order-column tbody > tr.selected > .sorting_2,
[data-bs-theme="dark"] table.dataTable.order-column tbody > tr.selected > .sorting_3,
[data-bs-theme="dark"] table.dataTable.order-column tbody > tr > .selected {
	background-color: #3f80de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd.selected > .sorting_1,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
	background-color: #4684df;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd.selected > .sorting_2,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
	background-color: #4483df;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd.selected > .sorting_3,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
	background-color: #4382de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.even.selected > .sorting_1,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
	background-color: #3f80de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.even.selected > .sorting_2,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
	background-color: #3d7fdd;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.even.selected > .sorting_3,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
	background-color: #3c7edd;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.odd > .selected,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.odd > .selected {
	background-color: #4684df;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.even > .selected,
[data-bs-theme="dark"] table.dataTable.order-column.stripe tbody > tr.even > .selected {
	background-color: #3f80de;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected:hover > .sorting_1,
[data-bs-theme="dark"] table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
	background-color: #4b88e0;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected:hover > .sorting_2,
[data-bs-theme="dark"] table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
	background-color: #4a87e0;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr.selected:hover > .sorting_3,
[data-bs-theme="dark"] table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
	background-color: #4785df;
}
[data-bs-theme="dark"] table.dataTable.display tbody > tr:hover > .selected,
[data-bs-theme="dark"] table.dataTable.display tbody > tr > .selected:hover,
[data-bs-theme="dark"] table.dataTable.order-column.hover tbody > tr:hover > .selected,
[data-bs-theme="dark"] table.dataTable.order-column.hover tbody > tr > .selected:hover {
	background-color: #4b88e0;
}
[data-bs-theme="dark"] table.dataTable tbody td.select-checkbox,
[data-bs-theme="dark"] table.dataTable tbody th.select-checkbox {
	position: relative;
}
[data-bs-theme="dark"] table.dataTable tbody td.select-checkbox:after,
[data-bs-theme="dark"] table.dataTable tbody td.select-checkbox:before,
[data-bs-theme="dark"] table.dataTable tbody th.select-checkbox:after,
[data-bs-theme="dark"] table.dataTable tbody th.select-checkbox:before {
	box-sizing: border-box;
	display: block;
	height: 12px;
	left: 50%;
	position: absolute;
	top: 1.2em;
	width: 12px;
}
[data-bs-theme="dark"] table.dataTable tbody td.select-checkbox:before,
[data-bs-theme="dark"] table.dataTable tbody th.select-checkbox:before {
	border: 1px solid #000;
	border-radius: 3px;
	content: " ";
	margin-left: -6px;
	margin-top: -6px;
}
[data-bs-theme="dark"] table.dataTable tr.selected td.select-checkbox:after,
[data-bs-theme="dark"] table.dataTable tr.selected th.select-checkbox:after {
	content: "✔";
	margin-left: -4px;
	margin-top: -11px;
	text-align: center;
	text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
	margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
	div.dataTables_wrapper span.select-info, 
	div.dataTables_wrapper span.select-item {
	    display: block;
	    margin-left: 0;
	}
}
