
/*
 * Namespace: DTS (DataTables Scroller)
 */

div.DTS tbody th,
div.DTS tbody td {
	white-space: nowrap;
}

div.DTS tbody tr.even {
	background-color: white;
}

div.DTS div.DTS_Loading {
	position: absolute;
	top: 25%;
	left: 0;
	width: 80%;
	height: 60px;
	/*margin-top: -20px;
	margin-left: -100px;*/
	z-index: 99;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}

div.DTS div.dataTables_scrollHead,
div.DTS div.dataTables_scrollFoot {
	background-color: white;
}

div.DTS div.dataTables_scrollBody {
	z-index: 2;
}

/*
div.DTS div.dataTables_scroll {
	background: url('../images/loading-background.png') repeat 0 0;
}
*/
