table.dataTable .dt-link:not(.dataTables_empty) {
  cursor: pointer;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
table.table-hover tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cursor-move {
  cursor: move;
}
/*# sourceMappingURL=datatable-wrapper.css.map */