body {
	margin: 1em 2em;
}

@media print {
	body {
		font: inherit;
		background:white;
	}

	table {
		border: 1px solid #000;
		border-collapse: collapse;
		background:white;
	}
}

table.dataTable {
	margin-top: 0 !important;
}

.dt-buttons {
	margin-bottom: 10px;
}

.dt-buttons.btn-group {
	float: left;
	margin-right: 2%;
}

.dataTables_filter {
	float: left;
	margin-top: 4px;
	margin-right: 2%;
	text-align: left;
}

.dataTables_info {
	float: right;
}

.dataTables_length {
	float: right;
	margin-top: 4px;
	margin-left: 2%;
}


.dataTables_wrapper .dataTables_scrollBody {
	width: 100%;
}


.dt-buttons.btn-group {
	float: left;
	margin-right: 0;
	margin-top: 0;
}

.dt-buttons.btn-group>.btn:last-child:not(:first-child),
.dt-buttons.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dataTables_filter {
	float: left;
	margin-top: 0;
	height: 35px;
	margin-right: 0;
}

.dataTables_filter input[type="search"] {
	height: 38px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px solid;
	margin-left: -1px;
	padding-left: 38px;
	border-color: #6e6e6e;
}

.dt-buttons.btn-group {
	float: left;
	margin-right: 0;
	margin-top: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
	position: relative;
}

div.dataTables_wrapper div.dataTables_filter label:before {
	content: "\f002";
	font: normal normal normal 15px/1 FontAwesome;
	position: absolute;
	left: 0px;
	top: 0;
	opacity: 1;
	/* background: #4e7cb8; */
	height: 35px;
	width: 35px;
	color: #000;
	line-height: 35px;
	text-align: center;
}

.buttons-colvis:after {
	content: "\f0d7";
	font: normal normal normal 11px/1 FontAwesome;
	position: absolute;
	right: 2px;
	top: 10px;
	opacity: 0.3;
}

.buttons-colvis:hover:after {
	opacity: 1;
}

ul.dt-button-collection.dropdown-menu {
	padding: 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0d8";
	font-family: FontAwesome;
	opacity: 1;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0d7";
	font-family: FontAwesome;
	opacity: 1;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\f0dc";
	font-family: FontAwesome;
}

table.dataTable thead .sorting:hover:after {
	opacity: 1;
}

thead {
	background: #314977;
	color: white;
}

.dt-buttons {
	margin-bottom: 0px;
}

.fixedHeader-floating {
	overflow: hidden;
}

li.dt-button.buttons-columnVisibility a:before {
	content: "\f0c8";
	font-family: FontAwesome;
	position: relative;
	left: -10px;
	color: #ddd9d9;

}

li.dt-button.buttons-columnVisibility.active a:before {
	content: "\f14a";
	font-family: FontAwesome;
	position: relative;
	left: -10px;
	color: white;
}

.dataTables_length {
	float: none;
	margin-top: 0;
	margin-left: 0;
	display: inline-block;
	padding-right: 5px;

}

.dataTables_info {
	float: none;
	display: inline-block;
	padding-left: 5px;
	line-height: 30px;
	/*border-left: 1px solid #000;*/
}

div.dataTables_wrapper div.dataTables_length select {
	min-width: 30px;
	width: auto;
	display: inline-block;
	padding: 0;
	border: 0px solid white;
	box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 0;
}

div.dataTables_length label {
	margin-bottom: 0px;
}

.dataTables_scroll {
	/* width: 100%; */
	/* padding: 0 10px 10px; */
	border: 1px solid #314977;
	width: 100%;
	border-left: 0px solid #fff;
}

.dataTables_scrollHead,
.dataTables_scrollFoot {
	background: #314977;
	/* overflow-y: scroll !important; */
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
	margin-top: 0px !important;
}

.table-wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 5px;
}

.table-wrapper.clearfix.top {

	margin-bottom: 0;
	padding: 5px 0px;
	/* overflow-y: scroll;
	overflow-x: hidden; */
}

div.dataTables_wrapper .top div.dataTables_info {
	color: black;
	font-weight: normal;
	font-size: 14px;
}

td.highlight {
	background-color: whitesmoke !important;
}

.table tfoot {
	background: #334384;
	color: white;

}

.table thead tr th {
	vertical-align: middle;

}

.table tfoot tr th {
	text-align: right;
}

.table tbody td a {
	text-decoration: underline;
	font-weight: bold;
}

table.dataTable {
	margin-bottom: 0px !important;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
	top: 43%;
	right: 6px;
}

.dt-buttons.btn-group .btn.btn-default {
	background: white;
	color: black;
	border-color: #6e6e6e;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
	display: none;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
	top: 50%;
	margin-top: -10px;
}

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.dataTable.table-sm>thead>tr>th {
	padding-right: 20px;
	border-top-color: #314977;
}

.table-bordered {
	border: 1px solid #314977;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #618ebc;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #618ebc;
}

.dataTables_scrollHeadInner table {
	border-color: #314977;
}


table.DTFC_Cloned tr {
	background-color: #31497700;
	margin-bottom: 0;
}

.DTFC_ScrollWrapper {
	width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 88, 157, 0.06);
}
/* .DTFC_LeftFootWrapper{
	top: 18px!important;
} */
/* .DTFC_LeftBodyLiner .table-bordered{
	border-right: 1px solid #314a7700;
} */