

/* Media Print */
@media print {
    div#container-info-concession p#info-concession{
        font-size: 16px!important;
    }

    div.file-title{
        font-weight: 500;
        font-size: 28px!important;
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    div.feuille-info-vehicule-title{
        font-size: 28px!important;
        font-weight: 500;
        margin-top: -14px;
        margin-bottom: 4px;
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    div.feuille-info-vehicule-niv{
        font-size: 20px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }

    div.info-vehicule-niv{
        font-weight: 400;
        font-size: 24px!important;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }


    div.panel-body table.table-left-16 td>label{
        font-weight: 500;
    }

    table#tbl-info-client{
        position: relative;
        top: -16px;
    }

    table#tbl-info-historique tbody tr,
    table#tbl-info-historique tbody tr td{
        background-color: white!important;
    }

    div#feuille-offre-valeur-evaluation p:last-of-type{
        position: relative;
    }

    .no-display-print{
        display: none;
    }

    .display-print {
        display:inline;
    }
}