/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
.newActionBtn{
    margin: 10px;
    position:relative;
    width:100%;
    white-space: pre-line;
    height:75px;
}
.newActionBtn i{
    display:block;
    font-size: 12px;
}
#newActionButtonsDiv div{
    padding-left: 0px;
}
#validationGlyph{
    cursor:pointer;
}
.validationContentDiv{
    display:none;
}
#qstGlyph{
    cursor:pointer;
}
.qstContentDiv{
    display:none;
}
#rcsoGlyph{
    cursor:pointer;
}
.rcsoContentDiv{
    display:none;
}
#bsocGlyph{
    cursor:pointer;
}
.bsocContentDiv{
    display:none;
}
#btlGlyph{
    cursor:pointer;
}
.btlContentDiv{
    display:none;
}
#consdiagGlyph{
    cursor:pointer;
}
.consdiagContentDiv{
    display:none;
}
#recotGlyph{
    cursor:pointer;
}
.recotContentDiv{
    display:none;
}
#listemenageGlyph{
    cursor:pointer;
}
.listemenageContentDiv{
    display:none;
}
.paginate {
    border-width:0 !Important;
}
.statut-action-encours {
    color: #FFFFFF;
    background-color: #777777;
}
.statut-action-apayer {
    color: #FFFFFF;
    background-color: #99B88F;
}
.statut-action-facturee {
    color: #FFFFFF;
    background-color: #8A77B3;
}
.statut-action-payee {
    color: #FFFFFF;
    background-color: #AC9ECA;
}
