/*data tables*/
div.dataTables_wrapper div.dataTables_filter{
	float: right;
	line-height: 50px;
	padding: 0;
	margin: 0;
	margin-right: 0;
}
div.dataTables_wrapper div.dt-buttons{
	float: left;
	margin-top: 10px;
	margin-right: 0;
}
div.dataTables_wrapper div.dataTables_length{
	float: left;
	line-height: 50px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
}
div.dataTables_wrapper div.dataTables_info{
	float: left;
	line-height: 50px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 10px;
	float: right;
}
div.dataTables_wrapper table.dataTable thead tr th,
div.dataTables_wrapper table.dataTable thead tr td{
	text-align: center;
	background-color: transparent;
	color: #fff;
}

div.dataTables_wrapper table.dataTable thead.bg-header {
   border: 1px solid #aed0ea;
   /*background: #2191c0 url('../images/ui-bg_gloss-wave_75_2191c0_500x100.png') 50% 50% repeat-x;*/
/*   background: #2191c0 url('ui-bg_glass_45_005EDA_1x400.png') 50% 50% repeat-x;*/
   /*background: #0078ae url('../images/ui-bg_highlight-soft_45_0b3991_1x100.png') 50% 50% repeat-x;*/
   color: #FFF;
   font-weight: bold;
}

table.dataTable>tbody>tr.selected>*,
table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(98, 131, 182, 0.95);
}
/*table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95)
}*/


/*
div.dataTables_wrapper div.dataTables_filter{
	float:right;
}
div.dataTables_wrapper div.dataTables_length{
	float: left;
	padding-top: 5px;
	/*padding-top: 0.85em;*/
/*	margin-right: 15px;
}
div.dataTables_wrapper div.dataTables_scroll{
	margin-bottom: 15px ;
}
div.dataTables_wrapper div.dataTables_info{
	float: left;
	padding-top: 5px;
}
div.dataTables_wrapper div.dataTables_paginate{
	float:right;
}
table.dataTable thead.bg-header {
   border: 1px solid #aed0ea;
   /*background: #2191c0 url('../images/ui-bg_gloss-wave_45_0b3991_500x100.png') 50% 50% repeat-x;*/
/*   background: #0078ae url('../images/ui-bg_highlight-soft_45_0b3991_1x100.png') 50% 50% repeat-x;
   color: #FFF;
   font-weight: bold;
}

table.dataTable thead tr th,
table.dataTable thead tr td{
	text-align: center !important;
	background-color: transparent;
	color: #fff;
}
*/
