
.tablepress {
	--text-color: #111;
	--head-text-color: var(--text-color);
	--head-bg-color: #d9edf7;
	--odd-text-color: var(--text-color);
	--odd-bg-color: #f9f9f9;
	--even-text-color: var(--text-color);
	--even-bg-color: #fff;
	--hover-text-color: var(--text-color);
	--hover-bg-color: #f3f3f3;
	--border-color: #ddd;
	--padding: .5rem;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin: 0 auto 1rem;
	table-layout: auto;
	width: 100%;
}

.tablepress>:not(caption)>*>* {
	background: none;
	border: none;
	box-sizing: initial;
	float: none !important;
	padding: var(--padding);
	text-align: left;
	vertical-align: top;
}

.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
	border-top: 1px solid var(--border-color);
}

.tablepress>:where(thead, tfoot)>*>th {
	background-color: var(--head-bg-color);
	color: var(--head-text-color);
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
}

.tablepress>:where(tbody)>tr>* {
	color: var(--text-color);
}

.tablepress>:where(tbody)>.odd>* {
	background-color: var(--odd-bg-color);
	color: var(--odd-text-color);
}

.tablepress>:where(tbody)>.even>* {
	background-color: var(--even-bg-color);
	color: var(--even-text-color);
}

.tablepress>.row-hover>tr:hover>* {
	background-color: var(--hover-bg-color);
	color: var(--hover-text-color);
}

.tablepress img {
	border: none;
	margin: 0;
	max-width: none;
	padding: 0;
}

.tablepress-table-description {
	clear: both;
	display: block;
}

.dataTables_wrapper {
	clear: both;
	margin-bottom: 1rem;
	position: relative;
}

.dataTables_wrapper .tablepress {
	clear: both;
	margin-bottom: 0;
}

.dataTables_wrapper:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto;
}

.dataTables_length {
	float: left;
	white-space: nowrap;
}

.dataTables_filter {
	float: right;
	white-space: nowrap;
}

.dataTables_filter label input {
	margin-left: .5em;
	margin-right: 0;
}

.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0;
}

.dataTables_paginate {
	float: right;
	margin: 4px 0 0;
}

.dataTables_paginate .paginate_button {
	color: #111;
	display: inline-block;
	margin: 0 5px;
	outline: none;
	position: relative;
	text-decoration: underline;
}

.dataTables_paginate .paginate_button:first-child {
	margin-left: 0;
}

.dataTables_paginate .paginate_button:last-child {
	margin-right: 0;
}

.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
	color: #d9edf7;
}

.dataTables_paginate .paginate_button:hover {
	cursor: pointer;
	text-decoration: none;
}

.dataTables_paginate .paginate_button:hover:after, .dataTables_paginate .paginate_button:hover:before {
	color: #049cdb;
}

.dataTables_paginate .paginate_button.disabled {
	color: #999;
	cursor: default;
	text-decoration: none;
}

.dataTables_paginate .paginate_button.disabled:after, .dataTables_paginate .paginate_button.disabled:before {
	color: #f9f9f9;
}

.dataTables_paginate .paginate_button.current {
	cursor: default;
	font-weight: 700;
	text-decoration: none;
}

.dataTables_paginate.paging_simple {
	padding: 0 15px;
}

.dataTables_paginate.paging_simple .paginate_button.next:after, .dataTables_paginate.paging_simple .paginate_button.previous:before {
	font-family: TablePress;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	bottom: 0;
	content: "";
	height: 14px;
	left: -14px;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: auto;
	text-shadow: .1em .1em #666;
	top: 0;
	width: 14px;
}

.dataTables_paginate.paging_simple .paginate_button.next:after {
	content: "";
	left: auto;
	text-align: right;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scroll .tablepress {
	width: 100% !important;
}

.dataTables_scrollHead table.tablepress {
	margin: 0;
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

.dataTables_scrollBody .tablepress thead th:after {
	content: "";
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
	height: 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}

.tablepress {
	--head-active-bg-color: #049cdb;
	--head-active-text-color: var(--head-text-color);
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
	cursor: pointer;
	outline: none;
	padding-right: 20px;
	position: relative;
}

.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
	font-family: TablePress;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	bottom: 0;
	height: 14px;
	left: auto;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 6px;
	top: 0;
}

.tablepress .sorting:after {
	content: "";
}

.tablepress .sorting_asc:after {
	content: "";
	padding: 0 0 2px;
}

.tablepress .sorting_desc:after {
	content: "";
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
	background-color: var(--head-active-bg-color);
	color: var(--head-active-text-color);
}
