.errors, .required {
  color: #f00;
}
.errors ul {
  padding: 0 10px;
}

/*DataTables*/
.paginate_button.active {
    font-weight: bold;
}
.paginate_button.active a {
    color: #000;
}

/*Datepicker*/
.daterangepicker {
	z-index: 9999;
}

.ui-sortable-handle { 
	cursor: move;
}

.pointer {
	cursor: pointer;
}