#mainContent #colSx, #mainContent #colWizard {
  float: left;
  padding: 0 15px;
}

#mainContent #colSx {
  width: calc(37% - 30px);
}

#mainContent #colWizard {
  width: calc(63% - 30px);
}

@media screen and (max-width: 1023px) {
  #mainContent #colSx {
    width: calc(100% - 30px);
  }
  #mainContent #colWizard {
    width: calc(100% - 30px);
  }
  #mainContent .separator {
    height: 1rem;
    width: 100%;
    border-bottom: 1px dashed #ababab;
    display: block;
    position: relative;
    overflow: auto;
    margin-bottom: 1rem;
  }
}
#mainContent #form, #mainContent #successo {
  display: none;
}

#mainContent #colSx table tr td:nth-child(1) {
  width: 30%;
}

#colWizard {
  font-size: 11pt;
}

#colWizard ol, #colWizard ul {
  margin-left: 1rem;
}

#colWizard ol li {
  line-height: 1.45rem !important;
}

#conferma,
[type=submit] {
  padding: 0.5rem 2rem;
  background: rgba(39, 84, 146, 0.7);
  color: #fff;
  border: 1px solid rgb(39, 84, 146);
}

#form.mobile {
  font-size: 18px;
}
#form.mobile .field {
  align-items: start !important;
  justify-content: start !important;
  flex-direction: column;
  gap: 0;
}
#form.mobile .field label {
  width: auto;
  flex-basis: auto;
}

#signContainer {
  margin-top: 1rem;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#signContainer #signBox {
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
}

.field {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.field label {
  width: 11rem;
  flex-basis: 11rem;
  text-align: right;
  white-space: nowrap;
  margin: 0;
  flex-shrink: 0;
}
.field input, .field select {
  line-height: 1.5rem !important;
}

#wizard {
  width: 100%;
  margin-bottom: 1rem;
}

#wizard #barProgres {
  background: rgba(39, 84, 146, 0.7);
  width: 100%;
  height: 2rem;
  border-radius: 1rem;
}

#wizard #barProgres .step {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  float: left;
  background: #ababab;
  color: #ffffff;
  text-align: center;
  font-size: 15pt;
  line-height: 2rem;
  margin-right: calc(50% - 3rem);
}

#wizard #barProgres .step:last-child {
  margin-right: 0 !important;
}

#wizard #barProgres .step.active {
  background: #275492;
  color: #ffffff;
}

#wizard #barProgres .step.done {
  background: #1ca312;
  color: #ffffff;
}

#successMsg {
  text-align: center;
}

/*# sourceMappingURL=visita.css.map */
