/* CSS Document */
.datatable-header{
	width: 100%;
}
.dataTables_length{
	margin-top: 5px;
	float: right;
	display: inline-block;
}
.dataTables_filter{
	float: left;
	display: inline-block;
}
.dt-center{
	text-align: center;
}
.dt-left{
	float: left;
	display: inline-block;
}
.dt-right{
	float: right;
	display: inline-block;
	padding-left: 5px;
}
thead>tr>th{
	cursor: pointer;
}
.column_chooser{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

table tr td a.hover_action { display:none !important;}
table tr:hover td a.hover_action { display:inline-block !important;}

table.table-responsive th,table.table-responsive td { white-space: nowrap; }

.table tr td:first-child{
	min-width: 100px !important;
}
/*table tr th:first-child{
	width: 100px !important;
}*/