.arcus-table .arcus-table-search-input {
	width: 100% !important;
}

.arcus-table .arcus-table-button-wrapper-center {
	display: block;
	margin: auto;
	text-align: center;
}

.arcus-table .input-daterange {
	width: auto !important;
}

.arcus-table .input-daterange input {
	text-align: left !important;
	background-color: white !important;
}

.arcus-table .input-daterange .input-group-addon {
	width: auto;
	min-width: 0px !important;
	padding: 0px;
	border: 0px;
	border-width: 1px 0;
}

.dataTables_wrapper [class*=' col-'], .dataTables_wrapper [class*='col-'] {
	margin: 0px;
	padding: 0px;
}

.dataTables_processing {
	z-index: 9999;
	width: 150px !important;
	padding: 0px !important;
	background: rgba(245, 245, 245, 0.8);
	top: 45% !important;
}

td.selected {
	background: #ddd;
}

.text-center {
	text-align: center;
}

.datatableCorrector {
	padding-left: 1% !important;
	padding-right: 1% !important;
}