<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td.dt-control {
	background:url("../images/details_open.png") no-repeat center center;
	cursor:pointer
}
tr.dt-hasChild td.dt-control {
	background:url("../images/details_close.png") no-repeat center center
}
.dataTables_length,.dataTables_filter{
	margin:1rem 0 3rem;
}
table.dataTable th.dt-left,table.dataTable td.dt-left {
	text-align:left
}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
	text-align:center
}
table.dataTable th.dt-right,table.dataTable td.dt-right {
	text-align:right
}
table.dataTable th.dt-justify,table.dataTable td.dt-justify {
	text-align:justify
}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
	white-space:nowrap
}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
	text-align:left
}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
	text-align:center
}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
	text-align:right
}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {
	text-align:justify
}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
	white-space:nowrap
}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
	text-align:left
}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
	text-align:center
}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
	text-align:right
}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
	text-align:justify
}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
	white-space:nowrap
}
/*! Bootstrap 5 integration for DataTables * * ÂŠ2020 SpryMedia Ltd,all rights reserved. * License:MIT datatables.net/license/mit */table.dataTable {
	clear:both;
	margin-top:6px !important;
	margin-bottom:6px !important;
	max-width:none !important;
	border-collapse:separate !important;
	border-spacing:0
}
table.dataTable td,table.dataTable th {
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
	text-align:center
}
table.dataTable.nowrap th,table.dataTable.nowrap td {
	white-space:nowrap
}
div.dataTables_wrapper div.dataTables_length label {
	text-align: left;
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: uppercase;
}
div.dataTables_wrapper div.dataTables_length select {
	width:auto;
	display:inline-block;
	height: calc(2.7rem + 2px);
	margin: 0 .5rem;
}
div.dataTables_wrapper div.dataTables_filter {
	text-align:right
}
div.dataTables_wrapper div.dataTables_filter label {
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	font-size: 1.5rem;
	text-transform:uppercase;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left:.5em;
	display:inline-block;
	width:auto
}
div.dataTables_wrapper div.dataTables_info {
	padding-top:.85em;
	font-size:1.4rem;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin:0;
	white-space:nowrap;
	text-align:right
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin:2px 0;
	white-space:nowrap;
	justify-content:flex-end;
	font-size:1.4rem;
}
div.dataTables_wrapper div.dataTables_processing {
	position:absolute;
	top:50%;
	left:50%;
	width:200px;
	margin-left:-100px;
	margin-top:-26px;
	text-align:center;
	padding:1em 0
}
table.dataTable&gt;thead&gt;tr&gt;th:active,table.dataTable&gt;thead&gt;tr&gt;td:active {
	outline:none
}
table.dataTable&gt;thead&gt;tr&gt;th:not(.sorting_disabled),table.dataTable&gt;thead&gt;tr&gt;td:not(.sorting_disabled) {
	padding-right:30px
}
table.dataTable&gt;thead .sorting,table.dataTable&gt;thead .sorting_asc,table.dataTable&gt;thead .sorting_desc,table.dataTable&gt;thead .sorting_asc_disabled,table.dataTable&gt;thead .sorting_desc_disabled {
	cursor:pointer;
	position:relative
}
table.dataTable&gt;thead .sorting:before,table.dataTable&gt;thead .sorting:after,table.dataTable&gt;thead .sorting_asc:before,table.dataTable&gt;thead .sorting_asc:after,table.dataTable&gt;thead .sorting_desc:before,table.dataTable&gt;thead .sorting_desc:after,table.dataTable&gt;thead .sorting_asc_disabled:before,table.dataTable&gt;thead .sorting_asc_disabled:after,table.dataTable&gt;thead .sorting_desc_disabled:before,table.dataTable&gt;thead .sorting_desc_disabled:after {
	position:absolute;
	bottom:1.4em;
	display:block;
	opacity:.3
}
table.dataTable&gt;thead .sorting:before,table.dataTable&gt;thead .sorting_asc:before,table.dataTable&gt;thead .sorting_desc:before,table.dataTable&gt;thead .sorting_asc_disabled:before,table.dataTable&gt;thead .sorting_desc_disabled:before {
	right:1em;
	content:"â"
}
table.dataTable&gt;thead .sorting:after,table.dataTable&gt;thead .sorting_asc:after,table.dataTable&gt;thead .sorting_desc:after,table.dataTable&gt;thead .sorting_asc_disabled:after,table.dataTable&gt;thead .sorting_desc_disabled:after {
	right:.5em;
	content:"â"
}
table.dataTable&gt;thead .sorting_asc:before,table.dataTable&gt;thead .sorting_desc:after {
	opacity:1
}
table.dataTable&gt;thead .sorting_asc_disabled:before,table.dataTable&gt;thead .sorting_desc_disabled:after {
	opacity:0
}
div.dataTables_scrollHead table.dataTable {
	margin-bottom:0 !important
}
div.dataTables_scrollBody&gt;table {
	border-top:none;
	margin-top:0 !important;
	margin-bottom:0 !important
}
div.dataTables_scrollBody&gt;table&gt;thead .sorting:before,div.dataTables_scrollBody&gt;table&gt;thead .sorting_asc:before,div.dataTables_scrollBody&gt;table&gt;thead .sorting_desc:before,div.dataTables_scrollBody&gt;table&gt;thead .sorting:after,div.dataTables_scrollBody&gt;table&gt;thead .sorting_asc:after,div.dataTables_scrollBody&gt;table&gt;thead .sorting_desc:after {
	display:none
}
div.dataTables_scrollBody&gt;table&gt;tbody tr:first-child th,div.dataTables_scrollBody&gt;table&gt;tbody tr:first-child td {
	border-top:none
}
div.dataTables_scrollFoot&gt;.dataTables_scrollFootInner {
	box-sizing:content-box
}
div.dataTables_scrollFoot&gt;.dataTables_scrollFootInner&gt;table {
	margin-top:0 !important;
	border-top:none
}
@media screen and (max-width:767px) {
	div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate {
		text-align:center
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content:center !important
	}
}
table.dataTable.table-sm&gt;thead&gt;tr&gt;th:not(.sorting_disabled) {
	padding-right:20px
}
table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before {
	top:5px;
	right:.85em
}
table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after {
	top:5px
}
table.table-bordered.dataTable {
	border-right-width:0
}
table.table-bordered.dataTable thead tr:first-child th,table.table-bordered.dataTable thead tr:first-child td {
	border-top-width:1px
}
table.table-bordered.dataTable th,table.table-bordered.dataTable td {
	border-left-width:0
}
table.table-bordered.dataTable th:first-child,table.table-bordered.dataTable th:first-child,table.table-bordered.dataTable td:first-child,table.table-bordered.dataTable td:first-child {
	border-left-width:1px
}
table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child {
	border-right-width:1px
}
table.table-bordered.dataTable th,table.table-bordered.dataTable td {
	border-bottom-width:1px
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width:0
}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row {
	margin:0
}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^=col-]:first-child {
	padding-left:0
}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^=col-]:last-child {
	padding-right:0
}
table.dataTable.table-striped&gt;tbody&gt;tr:nth-of-type(2n+1) {
	--bs-table-accent-bg:transparent
}
table.dataTable.table-striped&gt;tbody&gt;tr.odd {
	--bs-table-accent-bg: var(--bs-table-striped-bg)
}</pre></body></html>