form.rapportcomptabilite_report1.posted_yes tr.oddeven:not(:hover) td
,form.rapportcomptabilite_report1.posted_yes #show_docs_posted
{
    background-color: #CEF6D8;
}

.rapportcomptabilite_blinkbutton{
    color: #f66464;
    animation: rapportcomptabilite_blinker_opacity 1s linear infinite;
}

#rapportcomptabilite_report2 .tr_pcgtype{
    background-color: #fff2cc !important;
    background: #fff2cc !important;
    font-weight: 600 !important;
}

#rapportcomptabilite_report2 .tr_total{
    background: #d9d9d9 !important;
    font-weight: 600 !important;
}

#rapportcomptabilite_report2 .tr_grossmargin{
    background: #d9d2e9 !important;
    font-weight: 600 !important;
}

#rapportcomptabilite_report2 .tr_profitloss{
    background: #d9ead3 !important;
    font-weight: 600 !important;
}

#rapportcomptabilite_report2 .tr_netcurrent{
    background: #7030a0 !important;
    font-weight: 600 !important;
    color: #fff;
}

#rapportcomptabilite_report2 .tr_nettotalasset{
    background: #38761d !important;
    font-weight: 600 !important;
    color: #fff;
}

#rapportcomptabilite_report2 .tr_currentasset{
    background: #c9daf8 !important;
    font-weight: 600 !important;
    color: #fff;
}

@keyframes rapportcomptabilite_blinker_opacity {  
    10% { opacity: 1; }
    20% { opacity: 0; }
    50% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 1; }
}

.tr_noresult.hidden{
    display: none;
}