img.notation_stars_5 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 27px;
}

img.notation_stars_4 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 54px;
}

img.notation_stars_3 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 81px;
}

img.notation_stars_2 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 107px;
}

img.notation_stars_1 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 133px;
}

img.notation_stars_0 {
    width: 140px;
    height: 25px;
    background: url(../images/stars.jpg) 0px 158px;
}

.new_mess {
    background-color :#ECFFB3;
    /*border-top-style: solid;
    border-top-color: #ff0000;
    border-top-width : 2px;
    margin-top:10px;
    padding-top:5px;*/
}
.new_mess2 {
    background-color :#A9DD90;
    /*border-top-style: solid;
    border-top-color: #ff0000;
    border-top-width : 2px;
    margin-top:10px;
    padding-top:5px;*/
}

table#table_fiche_paie tr:nth-child(even) {
    background-color: transparent!important;
} 
td.bl {
    border-right:0;
}
td.br {
    border-left:0;
}
td.nb {
    border-left:0  ;
    border-right:0 ;
}

.payslip-box {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 24px;
    padding: 14px 0 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    background: #fff;
}

.payslip-model-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
    min-height: 145px;
    margin-bottom: 14px;
}

.payslip-employer,
.payslip-title,
.payslip-employee {
    font-size: 15px;
    line-height: 1.25;
}

.payslip-employer strong,
.payslip-employee strong {
    display: block;
    font-size: 18px;
}

.payslip-employer span,
.payslip-employee span {
    display: block;
}

.payslip-title {
    text-align: center;
}

.payslip-title h4 {
    margin: 0 0 8px;
    color: #000;
    font-size: 27px;
    line-height: 1.1;
    text-transform: uppercase;
}

.payslip-employee {
    min-height: 105px;
    padding: 24px 18px;
    background: #d7e4fb;
    border-radius: 18px;
}

#table_fiche_paie,
#table_fiche_paie_2,
.payslip-summary-grid {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #111;
    font-size: 14px;
}

#table_fiche_paie th,
#table_fiche_paie_2 th,
.payslip-summary-grid th {
    padding: 8px 6px;
    color: #fff;
    background: #0806a8;
    border: 1px solid #111;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#table_fiche_paie td,
#table_fiche_paie_2 td,
.payslip-summary-grid td {
    padding: 3px 8px;
    color: #111;
    background: #fff;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    border-top: 0;
    border-bottom: 0;
    vertical-align: top;
}

#table_fiche_paie td:first-child {
    width: 42%;
}

#table_fiche_paie .number-cell,
#table_fiche_paie .wage-rate,
#table_fiche_paie .amount-employee,
#table_fiche_paie .employer-base,
#table_fiche_paie .employer-use,
#table_fiche_paie .employer-amount,
#table_fiche_paie_2 .employer-amount,
.payslip-summary-grid td {
    text-align: right;
    white-space: nowrap;
}

#table_fiche_paie tfoot td {
    padding-top: 8px;
    font-weight: bold;
}

.payslip-summary-grid {
    margin-top: 18px;
    font-size: 13px;
}

.payslip-summary-grid td:first-child {
    text-align: left;
}

.payslip-net-paid {
    min-height: 46px;
    padding: 14px 16px 8px;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

#table_fiche_paie_2 {
    margin-top: 12px;
}

#simul_fichepaye_place .table-wrapper {
    margin-top: 18px;
}

@media (max-width: 760px) {
    .payslip-model-header {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .payslip-title {
        order: -1;
        text-align: left;
    }

    .payslip-title h4 {
        font-size: 22px;
    }

    #simul_fichepaye_place {
        overflow-x: auto;
    }

    #table_fiche_paie,
    #table_fiche_paie_2,
    .payslip-summary-grid {
        min-width: 980px;
    }
}

