@media print {
  a[href]:after {
    content: none !important;
  }

  html, body {
    margin-top: 0;
    padding-top: 0;
  }

  #print-page-header { display: block !important; margin-bottom: 0; padding-bottom: 0; }
  #print-page-header img { margin-bottom: -50px; max-width: 150px; max-height: 150px; width: 200px; }
  #print-page-footer { display: block !important; margin-top: 30px;  width: 100%; position: absolute; bottom: 0; margin-bottom: 5px; text-align: right; }
  #print-page-footer span {  width: 100%; float:right; margin-left: 20px; border-top: 1px solid black; }

  .show-print { display: block; }
  .hide-print { display: block; }

  .site-menubar { display: none; }
  .page { margin-left: 0 !important; margin-top: 50px !important; }
  .page-header { padding-left: 0 !important; }
  .page-content { padding-left: 0 !important; }

  .btn-doqmenti { display: none; }
}
@page {
  @top-center {
    content: element('print-page-header');
  }
  @bottom-center {
    content: element('print-page-footer');
  }

  size: A4;
  width: 210mm;
  height: 297mm;
  margin: 10mm 10mm 10mm 10mm;
  mso-header-margin: 0mm;
  mso-footer-margin: 0mm;
  mso-paper-source: 0;
}
