@charset "UTF-8";

/* DataTables Customization Start */

.dataTables_paginate ul.pagination {
	justify-content: center !important;
}

.dataTables_info {
	padding-top: 0.5rem !important;
}

.dataTables_length label {
	margin-bottom: 0;
}

/* DataTables Customization End */

/* Select2 Height Adjust */

.select2-container .select2-selection--single {
	height: 38px !important;
	border-color: rgb(206, 212, 218);
}

.select2-container .select2-selection--single .select2-selection__arrow {
	top: 5px;
	right: 0.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 4px;
	padding-left: 1rem;
}

/* Other */
.form-control:disabled {
	cursor: not-allowed !important;
}

button:disabled {
	cursor: not-allowed !important;
}