@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
		div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate
		{
		text-align: left !important;
	}
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
		div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate
		{
		text-align: left !important;
	}
}

table.dataTable tbody tr.selected>* {
     box-shadow: inset 0 0 0 9999px #d3d3d3 !important;
     color: black !important;
}

.dropdown-item {
	color: #676767 !important;
}