/* Pour les libellés, il faut aussi ajouter ces classes: Normal padding webdevclass-riche */
.LB{
	display: inline-block;
	width: 100px;
}

/* Permet de redéfinir le même style que Webdev sur les champs autocomplete */
.SA{
	background-color: #F9F9F9;
	border-width: 0;
	color: rgb(97, 97, 97);
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 23px;
}

.ProductionStockee{
	text-decoration: underline;
}

/**
 * CORRECTION 
 * Supprime la marge entre les onglets et le premier champ d'un onglet
 * Dans td.WDOC, il y a une table par onglet
 * On utilise pas mal de first-child pour être sur de toucher seulement le premier champ de l'onglet
 */
td.WDOC>table>tbody>tr:first-child>td:first-child>div.clearfix:first-child>div.clearfix:first-child {
	margin-top: 5px;
	/*border: 1px yellow solid; POUR DEBUGGER AU CAS OU LA REGLE S'APPLIQUE SUR DES ELEMENTS NON SOUHAITES */
}

/**
 * LOGO en css pour être en arrière plan
 */
#M1{  
  background-image: url(/EQUIACTS_WEB/logo_monochrome.min.png);
  background-repeat: no-repeat;
  background-position-x: 80%;  
}

.PopupAide{
  font-family: "Open Sans";
  font-size  : 1em;
  color      : #666666;
}

.PopupAide h1{
  padding-left    : 1em;
  margin-bottom   : 1em;
  font-size       : 1.2em;
  color           : #414141;
  background-color: #f9f9f9;
  border-bottom   : 1px solid #EEE;
}

.PopupAide h2{
  padding-left: 1em;
  font-weight : bold;
}

.PopupAide p{
  margin-left : 1em;
  margin-right: 1em;  
}