
.dataTables_wrapper label{
	position: relative;
	font-weight: 400;
}

.dataTables_wrapper select{
	width: auto;
	display: inline-block;
}


/* search filter */

.dataTables_filter{
	margin-bottom: 30px;
}

.dataTables_filter .fa{
	position: absolute;
	left: 11px;
	top: 11px;
	color: #666;
}

.dataTables_filter input{
	border-radius: 50px;
	padding-left: 30px !important;
	max-width: 220px;
}


/* data table */

.table-responsive {
	margin-bottom: 30px;
	clear: both;
}

.table th:active {
	outline: none;
}

.table form {
	margin-bottom: 0;
}

.table .btn {
	padding: 0px 4px;
}


.sorting,
.sorting_asc,
.sorting_desc,
.sorting_asc_disabled,
.sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after{
	content: "";
	float: right;
	display: block;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-left-width: 4px;
	border-right-width: 4px;
	clear: right;
	margin-left: 4px;
	margin-right: -2px;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
	margin-top: 2px;
	border-top-width: 0;
	border-bottom-color: #ddd;
}

.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after{
	border-bottom-width: 0;
	border-top-color: #ddd;
	margin-top: 2px;
}


.sorting_asc:before{
	border-bottom-color: #999;
}

.sorting_desc:after{
	border-top-color: #999;
}


/* table pagination */

.dataTables_paginate{
	white-space: nowrap;
}

/* table info */

.dataTables_info{
	margin-bottom: 30px;
	font-size: 12px;
	color: #666;
}


/* table pagination */

.dataTables_paginate{
	margin-bottom: 30px;
}


/* colVis */

.ColVis{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.ColVis_collectionBackground{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
}

.ColVis_catcher{
	position: absolute;
}

.ColVis_collection label{
	display: block;
	margin-bottom: 0;
}

.ColVis_collection label:hover{
	background-color: #f2f2f2;
}

.ColVis_collection label span{
	padding-left: 10px;
}













