/* DataTables 1.10.9, Responsive 1.0.7, Select 1.0.1 */
/* https://datatables.net/download/#bs/dt-1.10.9/r-1.0.7/sl-1.0.1 */
table.dataTable thead>tr>th.sorting:before {
	content: none;
}
table.dataTable thead .sorting:after {
	opacity: 0.2 !important;
	content: "\e150" !important;
	font-family: 'Glyphicons Halflings' !important;
	font-size: 16px !important;
    font-weight: bold !important;
}
table.dataTable thead .sorting_asc:after {
    content: "\e155" !important;
	opacity: 0.5 !important;
}
table.dataTable thead .sorting_desc:after {
	content: "\e156" !important;
	opacity: 0.5 !important;
}
