@font-face {
  font-family: gotham;
  src: url(Gotham-Book.otf);
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    
      
  }
  /* ... the rest of the rules ... */
}

h1 {
    text-align: center;
}

span {
    display: flex;
    align-items: start;
}

.logo {
    width: 250px;
}

body {
    font-family: gotham;
    font-size: 10px;
    
    
}


.page_container {
    padding-top: 40px;
    width: 210mm;
    height: 275mm;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1cm;
    
}

.page {
    
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 1cm;
    padding-right: 1cm;
    
}

table {
    width: 100%;
    border: 2px solid black;
    border-collapse: collapse;
    margin-bottom: 8px;
    
}

td {
    border: 1px solid lightgray;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    
}

.column {
    align-items: baseline;
    display: flex; 
    flex-direction: column;
}

.column_spaced {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


span {
    display: flex;

    
    text-align: left;
}

.titolo {   
    padding: 3px;
    padding-left: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: lightgray;
    -webkit-print-color-adjust:exact;
    display: flex;
    
    padding-right: 16px;
    align-items: center;
}

.frontespizio1 {
    height: 1cm;
    width: 15%;
}

.frontespizio3 {
    width: 15%;
}

.frontespizio4 {
    width: 20%;
}


.anagrafica1 {
    height: 1.5cm;
    width: 20%;
}
.anagrafica3 {
    height: 1cm;

}


.testo_piccolo {
    font-size: 8px;
}

.bold {
    font-weight: bold;
}

.border_left {
    border-right: 0px;
}

.border_right {
    border-left: 0px;
}

.border_right_black {
    border-right: 1px solid black;
}

.border_bottom_black {
    border-bottom:  1px solid black;
}

.border_left_black {
    border-left: 1px solid black;
}

.border_top_black {
    border-top: 1px solid black;
}

.sfondo_grigio {
    background-color: lightgray !important;
    -webkit-print-color-adjust:exact;
    font-weight: bold;
    border: 1px solid black;
    
}

.heightToWrite {
    height: 1cm;

}
.heightx2 {
    height: 1.9cm;
}

.heightToWritex3 {
    height: 2.5cm;
}

.heightToWritex4 {
    height: 4cm;
}

.note {
    height: 1.5cm;
}

.cardio_note {
    height: 2.4cm;
}

.altro1 {
    height: 4.5cm;
    
}

.altro2 {
    height: 4cm;
}

.altro {
    margin-bottom: 20px;
}
.footer {
    text-align: center;
    font-size: 8pt;
}

.respiratoria .sfondo_grigio {
    width: 110px;
}


.anestesiologica .sfondo_grigio {
    width: 110px;
}

.ee_value {
    text-align: center;
}
.strumentali1 {
    width: 80px;
}

.strumentali2 {
    width: 120px;
}

.intraop1 {
    width: 150px;
}

.intraop2 {
    width: 250px;
}

.anestesia {
    font-size: 10px;
}
.plessi3 {
    
    width: 180px;
}


.bilancio {
    max-width: 700px;
    
}


.quadrati {
    font-size: 9px;
    width: 100%;
}

.quadrati1 {
    width: 150px;
    
}

.orario {
    font-size: 8px;
    min-width: 3mm;
    padding: 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-align: center;
}


.pressioni {
    text-align: right;
    font-size: 8px;
}


.note_intraop {
    height: 2cm;
}

.border_bottom_increased {
    border-bottom: 3px solid black;
}

.checkbox_container {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}


.farmaco_td div {
    height: 16px;
    width: 130px;
}

.farmaco_td div input {
    width: 10px;
}

.postop_firma {
    margin-top: 50px;
}

.terapia1 {
    width: 120px;
}

.terapia2{
    width: 200px;
}

.legenda {
    display: flex;
    align-items: center;
    font-size: 8px;
    margin-left: 8px;
}

.symbol {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.presidio_table td {
    font-size: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.anestesia_note {
    height: 3.5cm;
}

.intraop4 {
    width: 150px;
}

.horizontal { 
    display: flex;
    align-items: center;
    flex-direction: row;
}

.alr_farmaci {
    display: flex;
    flex-wrap: wrap;
}

.alr_farmaci div {
    width: 190px;
    
}


.stato_cartella_row {
    height: 1.2cm;
}

.chirurgica1, .chirurgica2{
    width: 50px;
}

.stato_cartella_note {
    height: 2cm;
}

.fisiologica1 {
    width: 100px;
    height: 1cm;
}

.firma_container {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.firma {
    margin-top: 8px;
    font-size: 12px;
    font-weight: normal;
}

.bilancio { width: 60px; padding: 8px; }

.bilancio_nome {
    width: 10px;
}


.anagrafica2, .frontespizio2 {
    position: relative;
}


.pesi {
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
} 

.pesi span {
    margin-bottom: 10px;
}

.etichetta {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 6px;
    
}

.Approfondimenti td .checkbox_container input {
    width: 14px;   
}
.anestesia td .checkbox_container input {
    width: 14px;
}
.border_bold {
    border-left: 2px solid gray;   
}
.plain {
    display: flex;
    flex-direction: horizontal;
}
.revisione {
    text-align: right;
    margin-right: 40px;
}
.testo_minuscolo {
    font-size: 6px;
}

.testo_minuscolo div {      
    width: 15%;
}

.cardio3 div {
    width: 100px;
}

.cardiovascolare input {
    width: 14px;
}


.intraOpePresidi {
    display: flex;
    margin-top: 1.5cm;
    gap: 16px;
    margin-left: -16px;
}

.intraOpPage2 {
    width: 100%;
}

.presidi {
    font-size: 8px;
    
}

.presidi td .checkbox_container input {
    width: 14px;
}



.consenso2 {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    column-gap: 15px;
}



.firma_paziente {
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px dashed gray;
    margin: 8px;
}
.firma_non_paziente {
    margin-top: 12px;
    
    display:flex;
    flex-direction: column;
}

.consenso_page {
    font-size: 12px;
}

ol {
    font-size: 9px;
    margin-bottom: 0px;
}

.consenso_sino {
     margin-top: 8px;
    margin-bottom: 8px;
    
}

.center {
    display: flex;
    justify-content: center;
}

.frontespizio_ok {
    width: 5%;
    
}

.frontespizio_prevalutazione {
    width: 20%;
    height: 1cm;
}

.frontespizio_inattesadi {
    width: 40%;
}

.frontespizio_idoneo {
    height: 1cm;
    width: 100%;
}

.frontespizio_idoneo span {
    
    height: 100%;
}

/*
.idoneita {

    display: flex;
    align-items: center;
}

.idoneita div span {

    height: 35px;
    display: flex;
    align-items: center;
}
*/

.consenso_page table {
    border: 0px;
}

.consenso_page td {
    border: 0px;
}

.consenso_page span {
    text-align: justify;
}

.noBottomMargin ol {
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: red;
}


.consenso_page3 span{
    font-size: 11px;
    margin-top: 5px;
    
}

.trasferimento {
    display: flex;
 
}

.consenso_globale {
    display: flex;
    margin-top: 16px;
    gap: 40px;
}

.riquadro {
    border: 1px dashed gray;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 9px;
}@font-face {
  font-family: gotham;
  src: url(Gotham-Book.otf);
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    
      
  }
  /* ... the rest of the rules ... */
}

h1 {
    text-align: center;
}

span {
    display: flex;
    align-items: start;
}

.logo {
    width: 250px;
}

body {
    font-family: gotham;
    font-size: 10px;
    
    
}


.page_container {
    padding-top: 40px;
    width: 210mm;
    height: 275mm;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1cm;
    
}

.page {
    
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 1cm;
    padding-right: 1cm;
    
}

table {
    width: 100%;
    border: 2px solid black;
    border-collapse: collapse;
    margin-bottom: 8px;
    
}

td {
    border: 1px solid lightgray;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    
}

.column {
    align-items: baseline;
    display: flex; 
    flex-direction: column;
}

.column_spaced {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


span {
    display: flex;

    
    text-align: left;
}

.titolo {   
    padding: 3px;
    padding-left: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: lightgray;
    -webkit-print-color-adjust:exact;
    display: flex;
    
    padding-right: 16px;
    align-items: center;
}

.frontespizio1 {
    height: 1cm;
    width: 15%;
}

.frontespizio3 {
    width: 15%;
}

.frontespizio4 {
    width: 20%;
}


.anagrafica1 {
    height: 1.5cm;
    width: 20%;
}
.anagrafica3 {
    height: 1cm;

}


.testo_piccolo {
    font-size: 8px;
}

.bold {
    font-weight: bold;
}

.border_left {
    border-right: 0px;
}

.border_right {
    border-left: 0px;
}

.border_right_black {
    border-right: 1px solid black;
}

.border_bottom_black {
    border-bottom:  1px solid black;
}

.border_left_black {
    border-left: 1px solid black;
}

.border_top_black {
    border-top: 1px solid black;
}

.sfondo_grigio {
    background-color: lightgray !important;
    -webkit-print-color-adjust:exact;
    font-weight: bold;
    border: 1px solid black;
    
}

.heightToWrite {
    height: 1cm;

}

.heightToWritex3 {
    height: 2.5cm;
}

.heightToWritex4 {
    height: 4cm;
}

.note {
    height: 1.5cm;
}

.cardio_note {
    height: 2.4cm;
}


.altro2 {
    height: 4cm;
}

.altro {
    margin-bottom: 20px;
}
.footer {
    text-align: center;
    font-size: 8pt;
}

.respiratoria .sfondo_grigio {
    width: 110px;
}


.anestesiologica .sfondo_grigio {
    width: 110px;
}

.ematochimici1, .ematochimici2, .ematochimici3 {
    width: 80px;
}

.strumentali1 {
    width: 80px;
}

.strumentali2 {
    width: 120px;
}

.intraop1, .intraop3 {
    width: 120px;
}

.intraop2 {
    width: 250px;
}

.anestesia {
    font-size: 10px;
}
.plessi3 {
    
    width: 180px;
}


.bilancio {
    max-width: 700px;
    
}


.quadrati {
    font-size: 9px;
    width: 100%;
}

.quadrati1 {
    width: 150px;
    
}

.orario {
    font-size: 8px;
    min-width: 3mm;
    padding: 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-align: center;
}


.pressioni {
    text-align: right;
    font-size: 8px;
}


.note_intraop {
    height: 2cm;
}

.border_bottom_increased {
    border-bottom: 3px solid black;
}

.checkbox_container {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}


.farmaco_td div {
    height: 16px;
    width: 130px;
}

.farmaco_td div input {
    width: 10px;
}

.postop_firma {
    margin-top: 50px;
}

.terapia1 {
    width: 120px;
}

.terapia2{
    width: 200px;
}

.legenda {
    display: flex;
    align-items: center;
    font-size: 8px;
    margin-left: 8px;
}

.symbol {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.presidio_table td {
    font-size: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.anestesia_note {
    height: 4.5cm;
}

.intraop4 {
    width: 150px;
}

.horizontal { 
    display: flex;
    align-items: center;
    flex-direction: row;
}

.alr_farmaci {
    display: flex;
    flex-wrap: wrap;
}

.alr_farmaci div {
    width: 190px;
    
}


.stato_cartella_row {
    height: 1.1cm;
}

.chirurgica1, .chirurgica2{
    width: 50px;
}

.stato_cartella_note {
    height: 2cm;
}

.fisiologica1 {
    width: 100px;
    height: 1cm;
}

.firma_container {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.firma {
    margin-top: 8px;
    font-size: 12px;
    font-weight: normal;
}

.bilancio { width: 60px; padding: 8px; }

.bilancio_nome {
    width: 10px;
}


.anagrafica2, .frontespizio2 {
    position: relative;
}


.pesi {
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
} 

.pesi span {
    margin-bottom: 10px;
}

.etichetta {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 6px;
    
}

.Approfondimenti td .checkbox_container input {
    width: 14px;   
}
.anestesia td .checkbox_container input {
    width: 14px;
}
.border_bold {
    border-left: 2px solid gray;   
}
.plain {
    display: flex;
    flex-direction: horizontal;
}
.revisione {
    text-align: right;
    margin-right: 40px;
}
.testo_minuscolo {
    font-size: 6px;
}

.testo_minuscolo div {      
    width: 15%;
}

.cardio3 div {
    width: 100px;
}

.cardiovascolare input {
    width: 14px;
}

.intrOpPage1_note {
    height: 11cm;
}

.intraOpePresidi {
    display: flex;
    margin-top: 1.5cm;
    gap: 16px;
    margin-left: -16px;
}

.intraOpPage2 {
    width: 100%;
}

.presidi {
    font-size: 8px;
    
}

.presidi td .checkbox_container input {
    width: 14px;
}


.consenso2 {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    column-gap: 15px;
}



.firma_paziente {
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px dashed gray;
    margin: 8px;
}
.firma_non_paziente {
    margin-top: 12px;
    
    display:flex;
    flex-direction: column;
}

.consenso_page {
    font-size: 12px;
}

ol {
    font-size: 9px;
    margin-bottom: 0px;
}

.consenso_sino {
     margin-top: 8px;
    margin-bottom: 8px;
    
}

.center {
    display: flex;
    justify-content: center;
}

.frontespizio_ok {
    width: 5%;
    
}

.frontespizio_prevalutazione {
    width: 20%;
    height: 1cm;
}

.frontespizio_inattesadi {
    width: 40%;
}

.frontespizio_idoneo {
    height: 1cm;
    width: 100%;
}

.frontespizio_idoneo span {
    
    height: 100%;
}

/*
.idoneita {

    display: flex;
    align-items: center;
}

.idoneita div span {

    height: 35px;
    display: flex;
    align-items: center;
}
*/

.consenso_page table {
    border: 0px;
}

.consenso_page td {
    border: 0px;
}

.consenso_page span {
    text-align: justify;
}

.noBottomMargin ol {
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: red;
}


.consenso_page3 span{
    font-size: 11px;
    margin-top: 5px;
    
}

.trasferimento {
    display: flex;
 
}

.consenso_globale {
    display: flex;
    margin-top: 16px;
    gap: 40px;
}

.riquadro {
    border: 1px dashed gray;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 9px;
}

.consenso_altro {
    margin-top: 16px;
}

.nonflex {
    display: inline;
}

.scritta_sopra {

    height: 1cm;
}


.span_spazio_ee {
    width: 80px;
}

.fontpiupiccolo {
    font-size: 6pt;
    margin-bottom: 5px;
}


.consenso_altro {
    margin-top: 16px;
}

.nonflex {
    display: inline;
}

.scritta_sopra {

    height: 1cm;
}

.um {
    font-weight: 400;
    font-size: 4pt;
}

.span_spazio_ee {
    width: 80px;
}

.fontpiupiccolo {
    font-size: 6pt;
    margin-bottom: 5px;
}

.cormack img {
    width: 50px;
}

.cormack_container {
    display: flex;
}

.single_cormack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-right: 5px;
}

.fremantle img {
    width: 200px;
}

.fremantle div {
    display: flex;
}


.fremantle span {
    font-size: 6pt;
}

.presidi_e_bilancio {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.bilancio {
    width: 50%;
    margin-top: -8px;
}

.asa div {
    
    gap: 5px;
}

.ee_nome {
    width: 60px;
    font-size: 5pt;
}

.span_spazio_ee {
    max-width: 80px;
    
}

.bilancio_row {
    height: 12px;
}

.intraop_anestesista {
    width: 300px;
}

.ee_nome {
    width: 40px;
}

.negativo_il_restante {
    font-size: 5pt;
}

.stop_bang {
    display: flex;
    flex-wrap: wrap;
    
}

.stop_bang div {
    width: 110px;
    
}


.print_foglioSospensione {
    font-size: 9pt;
}
.print_foglioSospensione_header {
    display: flex;
    margin-bottom: 16px;
    
}

.print_foglioSospensione table {
    margin-top: 16px;
}

.print_foglioSospensione td, .print_foglioSospensione th {
    padding: 20px;
    border: 1px solid black;
}

.print_foglioSospensione tr:nth-child(even){
    background-color: lightgray;

}


.dichiaro {
    line-height: 25px;
    margin-bottom: -12px;
}


.auto_size_text { font-size: 1.8vw; }

.noacapo {white-space: nowrap;}


.anestesia_sicura {
  font-size: 8pt;
}

.hiv {
    display: flex;
    flex-direction: column;
    
}

.hiv span {
    
    flex-direction: column;
}

.consenso_sino {
    
    display: flex;
    justify-content: left;
    
    align-items: center;
}

.spaced {
    display: flex;
    justify-content: space-between;
}

.tipi_tubi {
    display: flex;
    justify-content: space-between;
}

.consenso_heightToWrite {
    margin-top: 14px;
}

.print_light_anamnesi {
    border: 1px solid black;
    height: 200px;
}