@media (min-width: 450px) {
	.dataTable td, .dataTable th {
		border-color:#a8f6dc;
	}
}
.dataTable tr:nth-child(2n) {
	background-color: #f3f3f3;
}
.dataTable tr:not(.editRow):hover, .dataTable tr:focus {
	background-color: #f3ffdf;
}
.dataTable .editRow {
	background: #f7fff2 !important;
}
.slidingSection:not(.customSlidingSection) {
	border-color:limegreen;
	background: #f7fff2;
}
.dataTable thead th {
	background-color: limegreen !important;
	color: #fff;
}
.dataTable thead th a {
	color: #fff;
}
.dataTable .totalRow {
	border-top-color:#25b32e;
	background-color: #a8f6a9 !important;
}
.dataTable:not(.tablesorter) tbody tr td[data-tdheader=ROW_NUM],
.dataTable:not(.tablesorter) tfoot tr td[data-tdheader=ROW_NUM],
.dataTable.tablesorter tbody tr td:nth-child(1),
.dataTable.tablesorter tfoot tr td:nth-child(1) {
	color:#126618;
}
.dataTable .totalRow {
	color: #126618;
}
.pageNumbersTable a {
	background-color: forestgreen;
	color: #ffffff;
}
.pageNumbersTable a:hover {
	background-color: limegreen;
}
.dataTable td::before {
	color: green;
}
.slidingSection:not(.customSlidingSection) .sectionHeader,.slidingSection:not(.customSlidingSection) .topBar-icon {
	color: grey;
}
