td.td_mail_groupe {
    background-color: #d7e2ea !important;
    font-weight: bold !important;

	border-top: 1px solid #bcbcbc !important;
	border-bottom: 2px solid #c7c7c7 !important;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e2ea+0,c9dbe8+100 */
	background: #d7e2ea; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7e2ea 0%, #c9dbe8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7e2ea 0%,#c9dbe8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7e2ea 0%,#c9dbe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2ea', endColorstr='#c9dbe8',GradientType=0 ); /* IE6-9 */

}

td.td_mail_groupe button {
	border:1px solid #728492;
}

body.DTTT_Print {
	background:#fff;
}

body.DTTT_Print .debug_container {
	display:none;
}

@media print {
	::-webkit-scrollbar {
		display:none;
	}
	 ::-webkit-scrollbar-thumb {
		 display:none;
	}
}

body.DTTT_Print a {
	color:#000;
}

body.DTTT_Print #wrapper > section {
	background:#fff;
}

body.DTTT_Print .main-content {
	width:1120px !important;
	border-left:none;
	background:#fff;
}

body.DTTT_Print .main-section > nav + .main-content {
	border-right:none;
}

body.DTTT_Print .main-section {
	border-left:none;
}

body.DTTT_Print table.datatable .actionsCol {
	display:none;
}

body.DTTT_Print table.datatable tfoot {
	display:none;
}

.reset_button {
	float:right;
	margin:3px 20px;
}

.reset_button_highlight a {
	color:#f00 !important;
	text-decoration:underline !important;
}

.groupeCol {
	position: relative;
}

.groupeCol select{
	visibility: visible;
}
.dataTable tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

#dataTableBuilder_wrapper  #dataTableBuilder_processing {
	z-index: 10001;
}

.searched_highlight {
    padding: 10px 10px 10px 35px !important;
    margin: 0px 0 10px 0 !important;
	font-weight: bold;
}

table.datatable > tbody > tr > td.prix_0Col,
table.datatable > tbody > tr > td.prix_1Col,
table.datatable > tbody > tr > td.prix_2Col,
table.datatable > tbody > tr > td.prix_3Col,
table.datatable > tbody > tr > td.prix_4Col,
table.datatable > tbody > tr > td.prix_5Col,
table.datatable > tbody > tr > td.prix_6Col,
table.datatable > tbody > tr > td.prix_7Col
{
	padding:8px 0;
}

table.dataTable tfoot th.no_filter {
	padding: 0 !important;
}

table.dataTable tfoot th.no_filter input {
	display:none;
}
