div.mainmenu.pilotage::before {
    content: "\f3fd";
}
div.mainmenu.pilotage span::before {
    content: none;
}
.pilotage_greencolor{
    color:#88CC2E;
    font-weight: bold;
}
.pilotage_redcolor{
    color: #ef5858;
    font-weight: bold;
}
.pilotage_yellowcolor{
    color: #ceb103;
    font-weight: bold;
}
.pilotage_colorgreen{
    color:#008855;
    font-weight: bold;
}

.pilotage_padding_left {
    padding-left: 25px !important;
}

.compta_engagement.periods_open .fa-chevron-down{
    transform: rotate(180deg);
}

.boxtable .compta_engagement{
    color: #a5a0a0;
    cursor: pointer;
}

.pilotage_sub_rows_to_show_hide{
    display: none;
}

.hidden {
    display: none !important;
}

.nowrapfordate {
    white-space: nowrap;
    display: inline-block;
}