@page {
    size: A4;
    margin: 10mm;
}

@media print {
    * { box-sizing: border-box; -moz-box-sizing: border-box; }
    html, body { width: 210mm; height: 297mm; }

    /* Yes */
    .yes-print { display: block; }
    .yes-print-tr { display: table-row; }
    .yes-print-td { display: table-cell; }
    .yes-print-table { display: table; }
    /* No */
    .no-print { display: none !important; }

    .form-control { border: 0; padding:0; overflow:visible; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
  
    body { font-size: 10pt; margin: 0; padding: 0; }
    .sign-contract-title { font-size: 14pt; }

    /* Import */
    ul.radiosquares [type="radio"] ~ em { display: none; }
    ul.radiosquares em.is_checked {
        display: flex; align-items: center; justify-content: center; width: 80px; height: 44px;
        font-style: normal; font-weight: 500; font-size: 17pt; border: 0.25pt solid black;
    }
    .row-calc-budget-wrapper { display: table; width: 100%; }
    .row-calc-budget { display: table-row; }
    .row-calc-budget .col-7 { display: table-cell; vertical-align: top;   }
    .row-calc-budget .col-5 { display: table-cell; vertical-align: top;  }


} /* @media print */
