.switch-state  {
	cursor: pointer;
}

.dataTable thead th:last-child, .dataTable tfoot th:last-child, .dataTable tbody td:last-child {
	text-align: right;
}

.dataTable .dataTables_empty {
	text-align: center !important
}

.datepicker > div { display: inherit; }

.datepicker {
	z-index: 1000 !important;
	width: inherit;
}

.dataTable .ui-sortable tr {
	cursor: move;
}