#listOrderTable_filter { top: 80px; right: 0; position: absolute; }
div.dataTables_filter input { margin-top: 15px; }
th.sorting { color: 0088F2; cursor: pointer; }
th.sorting_asc, th.sorting_desc { color: #f9113c; cursor: pointer;  }
#listOrderTable_length { width: 15%; margin-top: 30px; display: inline-table; }
#listOrderTable_length select{ margin-top: 15px }
#listOrderTable_paginate { float: right; margin-top: 45px; display: inline-table; }

#gridSearch {
	display: inline-block; float: right;
    width: 40%;
    padding: 10px;
	margin-top: 14px;
    margin-bottom: 14px;
    color: #444444;
    font-size: 13px;
    line-height: 15px;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
#listePartTable_filter { text-align: right; line-height: 38px; }

.dataTables_length { display:inline-block; }
.dataTables_info { display:none !important; }
.dataTables_paginate {
	display: inline-table;
    float: right;
    margin: 0;
}
.dataTables_paginate a { cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	margin: 2px;
	background-color: #F2F2F2;
	border: none;
	color: #231F20;
	text-decoration: none !important;
}
.dataTables_paginate a:hover {
	background: #000;
	border: none;
	color: #ffffff;	
}
.dataTables_paginate a.current {
	background: #646464;
	border: none;
	color: #ffffff;	
}
.dataTables_paginate a.previous, .dataTables_paginate a.next  {
	background: transparent; border: none; opacity: 0.6;
	font-weight: bolder; width: 50px;
}
.dataTables_paginate a.previous:hover, .dataTables_paginate a.next:hover {
	background: transparent; opacity: 1; transform: scale(1.1,1.1);
}

.datatable tr th, .datatable tr td {
    background: none !important; padding: 1rem 0rem !important;
} 
/*.datatable tr:nth-child(even) th, .datatable tr:nth-child(even) td {
    padding: 1rem 0rem !important;
}*/


@media only screen and (max-width: 700px) { 

	#listOrderTable_length {
		width: 100%;
		margin-top: 10px;
		display: block;
	}
	#listOrderTable_paginate {
		float: none;
		margin-top: 10px;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	.dataTables_paginate a {
    	padding: 0.5rem 1.2rem;
	}
	.dataTables_paginate a.previous, .dataTables_paginate a.next { width: auto !important; }
}