.dataTables_wrapper {
	padding: 0;
	margin: 0 0 0 0;
	border: none;
	/*background-color: #fff;*/
}

/**** Tableau en lui meme ****/

.dataTable {
	clear: both;
	margin: 0 0 0 0;
	width: 100%;
}

.dataTables_processing{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	padding-top: 100px;
	font-weight: 100;
	color: #0062a1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url('../img/utils/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dataTables_processing:before{
	content: '';
	display: inline-block;
	background-image: none;
	height: 100%;
	width: 5px;
	vertical-align: middle;
}

/*.dataTable tr td {
	vertical-align: top;
	background-color: #fff;
}
*/
/*.dataTable tr th {
	background-color: #fff;
}*/

.dataTable th.sorting,
.dataTable th.sorting_desc,
.dataTable th.sorting_asc{cursor: pointer;}

.dataTable th span {
	display: block;
	float: right;
	margin-top: 2px;
	width: 6px;
	height: 10px;
	background-image:  url('../img/utils/sorting.png');
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
	.dataTable th span {display: none;}
}

.dataTable th.sorting span {background-position: right;}
.dataTable th.sorting_asc span {background-position: left;}
.dataTable th.sorting_desc span {background-position: center;}

.dataTable tr td:first-child,
.dataTable tr th:first-child {border-left: none !important;}
.dataTable tr td:last-child,
.dataTable tr th:last-child {border-right: none !important;}

/**** Pagination **/
.dataTables_paginate {
	margin: 15px 0 0 0;
}

.dataTables_paginate a {
	display: inline-block;
	font-family: 'Roboto Condensed', Verdana, Arial, sans-serif;
	min-width: 20px;
	padding: 5px 3px 5px 3px;
	margin-left: 1px;
	border-bottom: #9ca4ba solid 3px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #9ca4ba;
	cursor: pointer;
}

	.dataTables_paginate a:hover {
		color: #0062a1;
		border-bottom: #0062a1 solid 3px;
	}

.dataTables_paginate a.paginate_active {
	color: #0062a1;
	border-bottom: #0062a1 solid 3px;
}


/** recherche dans le tableau **/

.dataTables_filter {
	position: relative;
	float: right;
	margin-right: 0;
	top: -5px;
}

@media screen and (max-width: 768px){
	.dataTables_filter  {
		display: none;
	}
	.dataTables_length {
		padding-bottom: 10px;
	}
}

.dataTables_filter label {
	visibility: hidden;
}

.dataTables_filter label input {
	visibility:  visible;
	width: 150px;
	padding: 8px 40px 8px 10px;
	border: none;
	border-bottom: #828f99 solid 1px;
	background-color: transparent;
	background-image: url('../img/pictos/filtre.png');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
	.dataTables_filter label input:focus{
		border: none;
		border-bottom: #9ca4ba solid 1px;
		background-color: transparent;
	}

.dataTables_info{
	display: none;
}

/** longeur du tableau **/

.dataTables_length {
	float: left;
	width: 200px;
	margin-left: 0;
}

.dataTables_length select {
	height: 25px;
	width: 55px;
	padding: 2px 5px ;
	margin: 0 5px;
}
.dataTables_length select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
