#indirizzo_estero_cont,
#dom_indirizzo_estero_cont {
  display: none;
}

form section {
  padding: 1rem;
}

form section:nth-child(even) {
  background-color: #f0f0f0;
}

form .custom-file-label:after {
  content: "Sfoglia";
}

.form-group {
  margin-bottom: 0;
}


.modal-dialog {
  max-width: 50vw !important;
}

.modal-dialog iframe {
  min-height: 70vh !important;
  width: 100%;
}

@media screen and (max-width: 731px) {
  .modal-dialog {
    max-width: 80vw !important;
  }
}


/********
 * SHOW *
 ********/
body.show {
  font-size: 0.9rem;
}

body.show table thead th {
  text-align: center;
  text-transform: uppercase;
}

body.show table thead .small th {
  padding: 0.25rem 0.75rem;
}