.boutonExploitation {
    font-size: 12px;
    color: #00426F;
    background-image: url("../img/boutonsNavigation/bg_lien_button.gif");
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    border-color: #D0D0D0;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    text-align: center;
    margin: 5px auto;
    width:180px;
}

.boutonExploitation.griser, .boutonExploitation.griser:hover {
    color: #ccc;
    background: #ebebe4;
    border: 1px solid #ccc;
    cursor: default;
}

.boutonExploitation:hover {
    border-top-color: #666;
    border-left-color: #666;
    border-bottom-color: #fff;
    border-right-color: #fff;
    color: #787878;
}

.intituleExploitation, .ajoutExplCjt, .ajoutExplLeader{
    height:16px;
    padding-top : 4px;
    padding-bottom : 4px;
    margin-top:3px;
    margin-bottom:3px;
}

.ajoutExplLeader, .ajoutExplCjt {
    text-align: center;
     min-width: 190px;
}

.ajoutExplLeader .icon-pencil, .ajoutExplCjt .icon-pencil {
    display: inline-block;
    cursor: pointer;
}

.explMSA{
    display: table-cell;
    vertical-align: top;
}

.inputSiretExpl {
    width: 80px;
    margin: 0px 5px 0px 5px;
    cursor:default;
    text-align: center;
}

.icon-delete {
    background: url("../img/supprimer.svg") no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.rowsExp {
    display: table;
    width: 100%;
    text-align: left;  
}

.encadreNoir {
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.paddingEncadre {
    padding-top: 10px;
}

.rowsGaucheExp {
    display: table-cell;
    width: 50%;
}

.rowsDroiteExp {
   display: table-cell;
   width: 50%;
}

.labelExp {
    padding: 2px 20px 2px 2px;
    display: table-cell;
    width: 60%;
    min-width: 350px;
}

.champExp {   
    display: table-cell; 
    width: 40%;
}

.inputCodePopinMsaExp {
   display: inline-block;
   width: 100px;
   margin: 0px 0px 15px 0px;
}

.labelCodePopinMsaExp {
  display: inline-block;
  width: 50px;
}

#inputpopinMshrMsiw {
    float: none;
}

.sautDeLigneExpl{
    padding-bottom: 20px
}

.erreur-cachee {
    display: none;
}

.erreur-visible {
    display: block;
    color: red;
}

