table.dataTable.display tbody tr.DTFC_NoData {
	background-color: transparent
}


tr.even td {
	background-color: #fff
}
tr.even:hover td {
	background-color: #b8ffdb;
}

tr.odd td {
	background-color:white;
}
tr.odd:hover td {
	background-color: #b8ffdb;
}

tr.selected td {
	background-color: #a6b4cd
}

thead th {
	background-color: white
}

tfoot th {
	background-color: white
}

tr.dt-rowReorder-moving td.dtfc-fixed-left,
tr.dt-rowReorder-moving td.dtfc-fixed-right {
	border-top: 2px solid #555 !important;
	border-bottom: 2px solid #555 !important
}

tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
	border-left: 2px solid #555 !important
}

tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
	border-right: 2px solid #555 !important
}
