/*
 * Table styles
 */
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border: none;
	border-bottom: 1px #dedede solid;
	/*
	 * Header and footer styles
	 */
	/*
	 * Body styles
	 */
}






.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}


.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #2C2A2B !important;
	border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #2C2A2B !important;
	border: 1px solid #2C2A2B;
	background-color: white;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #2C2A2B !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #2C2A2B;
	background-color: #2C2A2B;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2C2A2B;
	color: white !important;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;

}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333333;
}
.dataTables_wrapper .dataTables_paginate span {
	color:#2C2A2B;
}


.dataTables_wrapper .dataTables_scroll {
	clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

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

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}

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


.dataTables_wrapper .dataTables_length {
	float: right;
	text-align: right;
	margin-right: 20px;
	position: relative;
	padding-right: 80px;
}
.dataTables_wrapper .dataTables_length select {
	width: 68px;
	position: absolute;
	right: 0;
	padding: 0;
	padding-top: 2px;
	height: 40px;
	padding-left: 10px;
	background-position: 30px 14px;
	border: 1px solid #2C2A2B;
}
.dataTables_wrapper .dataTables_length select:focus-visible {
    outline: 2px solid #2C2A2B;
    outline-offset: 3px;
    border-radius: 3px;
    transform: scale(0.80);
}
.dataTables_wrapper  label {
	font-size: 1rem;
	line-height: 44px;
}



.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
	margin-left: 30px;
}

.dataTables_wrapper .dataTables_filter label {
	font-size: 1rem;
	line-height: 44px;
	position: relative;
}

.dataTables_filter:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 10px;
}


.dataTables_filter input {
	border: medium none;
	height: 40px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: 80%;
	float: right;
	padding-left: 10px;
	padding-right: 0;
	border:1px solid #2C2A2B;
}
.dataTables_filter input:focus-visible {
    outline: 2px solid #2C2A2B;
    outline-offset: 3px;
    border-radius: 3px;
    transform: scale(0.80);
}

.dataTables_wrapper .dataTables_filter input::placeholder {
	color: #2c2b2a;
	font-weight: normal;
	font-size: 15px;
	font-family: 'aeonik';
}
.dataTables_filter input::-webkit-search-cancel-button{
	position:relative;
	right:10px;
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	border-radius:10px;
	background: url('/_assets/48d3acb73453c7d7db5124f118ab61da/Images/close.svg') no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
}



div.table-wrapper {
	clear: both;
}
.tx-bgmfondstables .fondoffensive td {
	vertical-align: top;
}
@media screen and (min-width: 840px) {
	table.fondoffensive th {
		width: auto !important;
	}
	.dataTables_filter {
		width: 290px;
	}
	.dataTables_filter input {
		width:82%;
	}
}


@media screen and (max-width: 840px) {
	.dataTables_wrapper .dataTables_filter {
		margin-left: 10px;
		width: 280px;
	}
	.dataTables_filter input {
		width:80%;
	}
	.dataTables_wrapper .dataTables_length {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
		margin-bottom: 10px;
	}

	.tx-bgmfondstables table tr th:first-child,
	.tx-bgmfondstables table tr td:first-child {
		/* white-space: nowrap; */
		min-width: 300px;
	}
}
@media screen and (max-width: 640px) {
	.dataTables_length {
		display: none;
	}
	.dataTables_filter input {
		padding-left: 6px;
		padding-right: 0;
	}
}
@media screen and (min-width: 640px) and (max-width: 839px) {
	.dataTables_wrapper .dataTables_filter {
		margin-left: 30px;
		width: 320px;
	}
	.dataTables_filter input {
		width:80%;
	}
}
#pageWrapper #pageMain .dataTables_paginate {
    padding-bottom: 1em;
}
#pageWrapper #pageMain .dataTables_paginate a.paginate_button:focus-visible {
    outline: 2px solid #2C2A2B;
    outline-offset: 2px;
    border-radius: 3px;
    margin-inline: 4px;
}

@media print, screen and (min-width: 40em) {
	table tr th:first-child, table tr td:first-child {
		padding-left: 1.7647058824rem;
	}
}
