/*
    Author     : Sara Bertolaso - PLASTIC JUMPER SRLS
	STILE RICEVUTE - FATTURE - PREVENTIVI - CONTRATTI
	STILE AGGIUNTIVO SOLO PER VERSIONE A VIDEO (NO GENERAZIONE PDF)
*/
.header, .header-space {
  display: block;
  height: 3.5cm;
}

.footer, .footer-space {
  display: block;
  height: 3.5cm;
}

.header, .footer {
  position: absolute;
  top: 0cm;
  width: 19cm;
  overflow: hidden;
}

.footer {
  bottom: 0;
  top: auto;
  margin: 0;
}

.footer, .header {
  display: table;
  vertical-align: middle;
}

@media print {
  .header, .footer {
    position: fixed;
  }
}
.paginazione {
  display: none;
}/*# sourceMappingURL=stile-fatt-ricevuta_nopdf.css.map */