/*---------------------------------
	CONTENU
-----------------------------------*/
.modifMultiple-height table tbody tr {
	height: auto;
}
/* activation de la section */
label.invisible {
	display: none;
}
/* activation champ de recherche */
input.switch-toggle-round-flat:checked + label:after {
	margin-left: 16px;
}
input.switch-toggle-round-flat + label {
	width: 36px;
	height: 18px;
}
input.switch-toggle-round-flat + label:after {
	width: 11px;
}

/* boutons d'action supplémentaire (restreindre la recherche) */
form .hybridInput .inputActions {
	margin: 0;
}
form .hybridInput .inputActions button {
}

/*---------------------------------
	CHAMP RETOUR DE RECHERCHE AVANCEE
-----------------------------------*/
.results {
	height: 18px;
	line-height: 18px;
}
.results > * {
	margin: 0;
}
form .hybridInput .inputElements .results a {
	width: auto;
}
