/* Customizations to Cleanslate */
#busy-indicator {
	display: none;
}

.dataTables_wrapper table tbody tr.even:hover
{
	background-color: #ECFFB3;
}
.dataTables_wrapper table tbody tr.even:hover td.sorting_1
{
	background-color: #DDFF75;
}
.dataTables_wrapper table tbody tr.odd:hover
{
	background-color: #E6FF99;
}
.dataTables_wrapper table tbody tr.odd:hover td.sorting_1
{
	background-color: #D6FF5C;
}

th a.asc:before
{
	content: url('../../img/cleanslate/sort_asc_small.png');
	width: 19px;
	white-space: nowrap;
	vertical-align: baseline;
	margin-right: 3px;
}
th a.desc:before
{
	content: url('../../img/cleanslate/sort_desc_small.png');
	width: 19px;
	white-space: nowrap;
	vertical-align: baseline;
	margin-right: 3px;
}
