
/****** Correction de paddings trops importants dans les arborescences en tableau ******/
#tab_sortable_1 #tab_contenu thead td ,
#tab_sortable_2 #tab_contenu thead td ,
#tab_sortable_3 #tab_contenu thead td ,
#tab_sortable_4 #tab_contenu thead td ,
#tab_sortable_5 #tab_contenu thead td ,
#tab_sortable_6 #tab_contenu thead td ,
#tab_sortable_7 #tab_contenu thead td ,
#tab_sortable_8 #tab_contenu thead td ,
#tab_sortable_9 #tab_contenu thead td ,
#tab_sortable_10 #tab_contenu thead td {
	padding:.5em 0em !important;
}
#tab_sortable_1 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_2 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_3 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_4 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_5 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_6 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_7 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_8 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_9 tbody tr:not(.ligne_effet) > td ,
#tab_sortable_10 tbody tr:not(.ligne_effet) > td {
	padding:0;
}
/***************************************************************************************/


/****** Styles pour l'affichage de la complexité du mot de passe ******/
.pwd_very_low, 
.pwd_low,
.pwd_average, 
.pwd_high,
.pwd_very_high{
	text-align:center;
	font-weight:bold;
}
.pwd_very_low, 
.pwd_low{
	color:red;
}
.pwd_average{
	color:orange;
} 
.pwd_high,
.pwd_very_high{
	color:#00A651;
}

progress.verifPasswordMeterPrg{width:100%;clear:both;}

progress[value="1"].verifPasswordMeterPrg,progress[value="2"].verifPasswordMeterPrg{background-color:red;}
progress[value="3"].verifPasswordMeterPrg{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg,progress[value="5"].verifPasswordMeterPrg{background-color:#00A651;}

progress[value="1"].verifPasswordMeterPrg::-webkit-progress-value,progress[value="2"].verifPasswordMeterPrg::-webkit-progress-value{background-color:red;}
progress[value="3"].verifPasswordMeterPrg::-webkit-progress-value{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg::-webkit-progress-value,progress[value="5"].verifPasswordMeterPrg::-webkit-progress-value{background-color:#00A651;}

progress[value="1"].verifPasswordMeterPrg::-moz-progress-bar,progress[value="2"].verifPasswordMeterPrg::-moz-progress-bar{background-color:red;}
progress[value="3"].verifPasswordMeterPrg::-moz-progress-bar{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg::-moz-progress-bar,progress[value="5"].verifPasswordMeterPrg::-moz-progress-bar{background-color:#00A651;}

@-moz-document url-prefix() {
	progress.verifPasswordMeterPrg{background-color:transparent !important;}	
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     progress.verifPasswordMeterPrg{background-color:transparent !important;}
}


/**********************************************************************/

/****** Styles l'affichage des messages d'erreur de validation ******/
span.field_error, div.field_error{
	color:red;
	font-weight:bold;
}
/********************************************************************/

.fctl-title {
	background-color: #00a4cd; 
	font-size: 20px; 
	color: #FFF; 
	border: 0; 
	margin: 0 -20px 20px; 
	border-radius: 0px; 
	z-index: 10; 
	padding: 5px 15px;
}