.site-footer {
	font-size: 12px;
	font-weight: 200;
	color: #eee;
	background: #3d3d3d;
	padding: 5px 0 5px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}
table.dataTable>tbody>tr.child span.dtr-data {
	float: right;
}

table.dataTable.align-middle tbody td.select-checkbox:before {
	top: auto !important;
	margin-top: -6px !important;
}
table.dataTable.align-middle tbody td.select-checkbox:after {
	top: auto !important;
	margin-top: -16px !important;
}
/*
table.dataTable>tbody>tr.child span.dtr-title {
	width: 50%;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after {
	top: 50% !important;
}
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before {
	top: 50% !important;
}
*/

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color: #f1f0fe !important;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
	color: #000000 !important;
}

/*
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before {
	top: 1.2rem !important;
}
table.dataTable td.select-checkbox:before {
	margin-top: 0 !important;
}
table.dataTable td.select-checkbox:after {
	margin-top: -3px !important;
}
*/
table.dataTable th.select-checkbox {
	text-align: center;
}

.bp-gradient {
	background-image: linear-gradient(to right, #3829C4 0%, #2962C4 30%, #6A9BF4 100%)
}
