/* table.dataTable thead{ */
/* 	background: linear-gradient(to bottom, #efefef 3%, #f8f8f8 24%, #f6f6f6 96%, #d8d8d8) !important; */
							  
/* } */
/* th { */
/* 	background: linear-gradient(to bottom, #efefef 3%, #f8f8f8 24%, #f6f6f6 96%, #d8d8d8 100%); W3C */
/* 	font-weight: normal; */
/* 	border-left: 1px solid #dddddd; */
/* 	padding: 8px; */
/* } */

/*tr.odd td.sorting_1 {
    background-color: #C4FFC4 !important;
}*/
tr.odd:hover td, tr.even:hover td {
    background-color: #EDF8FD !important;
}
tr.odd:hover td.sorting_1, tr.even:hover td.sorting_1{
	background-color: #CAEDFD !important;
}

.dataTables_wrapper{
	margin-top: 15px;
}

/* table.dataTable thead th, table.dataTable thead td { */
/*     border-bottom: 0; */
/* } */

/* .dataTables_length select{ */
/* 	width:60px; */
/* } */

/* #example_paginate{ */
/* 	margin-top: 5px; */
/* 	border-radius: 4px; */
/*   	background: linear-gradient(to bottom, #efefef 3%, #f8f8f8 24%, #f6f6f6 96%, #d8d8d8 100%); */
/* } */

/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover{ */
/* 	background: linear-gradient(to bottom, #CAEDFD 3%, #6FBFE3 86%, #6FBFE3) !important; */
/* 	border-color: #6FBFE3 !important; */
/* 	border-radius: 8px; */
/* } */