.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 1023px) {
  .accessoPortlet {
    position: absolute;
    top: 0;
    right: -75px;
    margin-top: -97rem;
  }
}
.noBorderTop {
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  padding: 0px !important;
}

/*form styles*/
#msform {
  margin-left: 0;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
  z-index: 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*progressbar*/
#progressbar {
  margin: 0;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #646464;
  text-transform: uppercase;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  line-height: 20px;
  display: block;
  font-size: 50px;
  color: #999;
  background: linear-gradient(to bottom, #fff, #fff);
  background: -moz-linear-gradient(white, #fff);
  background: -webkit-linear-gradient(bottom white 0, #fff 100%);
  border-radius: 50%;
  margin: 0 auto 0 auto;
  padding: 20px;
  margin-left: 10px;
  text-align: center;
  border: 2px solid transparent;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -90%;
  top: 30px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#progressbar li.active {
  color: #c33;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  background: white;
  color: #c32626;
  border: 2px solid transparent;
  font-weight: bold;
}

#progressbar li.active:after {
  background: #ccc;
}

.spanSottotitolo {
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #c33;
  /*     margin-top:20px */
}

hr.linea-separatore {
  border-top: 4px solid #eee;
  margin: 10px 0;
}

hr.linea-separatore-slim {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.text-contratti {
  border: 1px solid #ccc;
  height: 300px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 98% !important;
  padding: 10px;
  background: white;
}

.text-adesione {
  border: 1px solid #ccc;
  height: auto;
  /* 	max-height:250px; */
  overflow-y: none;
  width: 98% !important;
  padding: 10px;
  background: white;
}

.text-consenso {
  height: auto;
  width: 98% !important;
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
}

#testo {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.label-consenso {
  display: inline !important;
  font-size: 12px !important;
}

.radio-consenso {
  margin-top: 0px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

@media (min-width: 980px) and (max-width: 1280px) {
  .spanFumetti {
    margin-left: -50px !important;
    width: 30% !important;
  }
}
@media (max-width: 1279px) {
  .spanCheck {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .spanFumetti {
    margin-left: -80px !important;
  }
}
@media (min-width: 980px) {
  .spanCuffie,
  .spanFumetti {
    /* 		margin-left: -80px !important; */
    width: 30% !important;
  }
  .spanCheck {
    margin-left: -140px !important;
  }
  .spanCheckKO {
    margin-left: -140px !important;
  }
  .add-on-prepend {
    padding-top: 6px !important;
    padding-bottom: 7px !important;
  }
  .icon-errore {
    position: absolute;
  }
  .captchaSemplice .alert-error {
    display: inline !important;
  }
  .spanDesc {
    padding-right: 10px;
  }
  .text-captcha {
    position: relative;
    top: 20px;
  }
  .row-label-radio {
    margin-left: 15px;
  }
  .borderSpid {
    padding: 20px;
    border: 1px solid #ccc;
    margin-left: 10px !important;
  }
}
.prepend-email {
  width: 90% !important;
}

.spanCuffie img {
  cursor: pointer;
  position: relative;
  width: 45px;
}

.spanCuffie,
.spanFumetti {
  /* 	text-align: center; */
  color: #3B76B3;
  font-weight: bold;
  font-size: 12px;
}

.spanFumetti ul li.li-info span:hover {
  text-decoration: underline;
}

.spanFumetti ul li.li-info span {
  cursor: pointer;
  text-transform: uppercase;
}

.spanCuffie:hover {
  text-decoration: underline;
}

.labelStep {
  font-weight: bold;
}

@media (max-width: 979px) {
  .spanCuffie {
    width: 80px !important;
    margin-bottom: 20px;
  }
  .spanRadio {
    width: 50% !important;
    float: left !important;
  }
  .text-contratti {
    overflow-x: scroll;
  }
  .add-on-prepend {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
  }
  .btnSubmitStep1,
  .btnSubmitStep2 {
    width: 100% !important;
  }
  .formFieldP {
    height: 20px !important;
  }
  .credForm .control-group {
    margin-bottom: 5px !important;
  }
  .btn-invio-cred,
  .btn-annulla-cred {
    line-height: 10px !important;
  }
  .text-contratti {
    width: 90% !important;
  }
  .text-adesione {
    width: 90% !important;
  }
  .text-consenso {
    width: 90% !important;
  }
  .imgPrenota {
    margin-top: 0 !important;
  }
  #progressbar li:before {
    padding: 10px;
    margin-left: 0px;
  }
  #progressbar li:after {
    top: 22px;
    left: -80%;
  }
  .labelStep {
    text-transform: none;
    font-size: 12px;
  }
  .labelStepFirma {
    margin-left: 10px;
  }
  .box-info {
    /* 		width: 96% !important */
  }
  .rowFirstStep .spanTitoliNumeri {
    top: 10px !important;
  }
  .rowFirstStep .spanTextStep {
    height: 70px !important;
  }
  .fileUpload div label {
    font-size: 11px;
  }
  .span-prima-col {
    margin-left: 10px !important;
  }
  .span-other-col {
    margin-left: 10px !important;
  }
  .btnSpid {
    width: 95% !important;
  }
}
.span-condizioni-error,
.spanErrorTitle {
  color: #990000;
}

.orderedListStep {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.orderedListStep > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.orderedListStep > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.fileUpload {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(255, 255, 255) !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgb(192, 192, 192) !important;
  border-top-right-radius: 0 !important;
  color: rgb(100, 104, 119) !important;
  height: 32px;
  margin-left: 0px !important;
  width: 85px !important;
  margin-top: 10px;
}

.fileUploadOlografo {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(255, 255, 255) !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgb(192, 192, 192) !important;
  border-top-right-radius: 0 !important;
  color: rgb(100, 104, 119) !important;
  height: 32px;
  margin-left: 0px !important;
  width: 85px !important;
  margin-top: 10px;
}

.fileUploadOlografo2 {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(255, 255, 255) !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgb(192, 192, 192) !important;
  border-top-right-radius: 0 !important;
  color: rgb(100, 104, 119) !important;
  height: 32px;
  margin-left: 0px !important;
  width: 85px !important;
  margin-top: 10px;
}

.fileUploadDigitale {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(255, 255, 255) !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgb(192, 192, 192) !important;
  border-top-right-radius: 0 !important;
  color: rgb(100, 104, 119) !important;
  height: 32px;
  margin-left: 0px !important;
  width: 85px !important;
  margin-top: 10px;
}

.fileUploadAss {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(255, 255, 255) !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgb(192, 192, 192) !important;
  border-top-right-radius: 0 !important;
  color: rgb(100, 104, 119) !important;
  height: 32px;
  margin-left: 0px !important;
  width: 85px !important;
  margin-top: 10px;
}

.fileUpload input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

.fileUploadOlografo input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

.fileUploadOlografo2 input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

.fileUploadDigitale input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

.fileUploadAss input.uploadAss {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

#uploadFile {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

#uploadFileRimborso {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

#uploadFileIdentita {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

#fileUploadRimborso {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

#fileUploadIdentita {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

#uploadFileAss {
  border: 1px solid rgb(192, 192, 192);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  height: 28.3px;
  width: 300px !important;
  margin-left: -25px;
  margin-top: 10px;
}

.aui .btn-primary,
.aui .btn-primary:hover,
.aui input[type=submit]:hover,
.aui input[type=submit] {
  background: #cc3333 !important;
  border-color: #cc3333 !important;
  color: white !important;
}

.fileUpload .control-group {
  margin-top: 0px !important;
}

.fileUploadOlografo .control-group {
  margin-top: 0px !important;
}

.fileUploadOlografo2 .control-group {
  margin-top: 0px !important;
}

.fileUploadDigitale .control-group {
  margin-top: 0px !important;
}

@media (max-width: 979px) {
  .fileUpload {
    width: 25% !important;
  }
  .fileUploadAss {
    width: 25% !important;
  }
  #uploadFile {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #uploadFileOlografo {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #uploadFileOlografo2 {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #uploadFileDigitale {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #fileUploadOlografo {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #fileUploadOlografo2 {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #fileUploadDigitale {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  #uploadFileAss {
    margin-left: 25% !important;
    width: 75% !important;
    margin-top: -56px;
  }
  .fileUpload div label {
    line-height: 9px;
  }
  .fileUploadOlografo div label {
    line-height: 9px;
  }
  .fileUploadOlografo2 div label {
    line-height: 9px;
  }
  .fileUploadDigitale div label {
    line-height: 9px;
  }
  .fileUpload.btn {
    padding: 11px 11px;
  }
  .fileUploadOlografo.btn {
    padding: 11px 11px;
  }
  .fileUploadOlografo2.btn {
    padding: 11px 11px;
  }
  .fileUploadDigitale.btn {
    padding: 11px 11px;
  }
  .fileUploadAss div label {
    line-height: 5px;
  }
  .rowImgFirma {
    text-align: center;
  }
  .rowImgFirma div {
    margin-top: 10px;
  }
  .spanNumeri {
    padding-top: 7px;
  }
  .inviaButton {
    height: 40px;
    width: 100% !important;
    position: relative;
    top: -20px;
    padding-top: 4px !important;
  }
  .inviaButtonAss {
    height: 40px;
    width: 93px !important;
    position: relative;
    top: -30px;
    padding-top: 4px !important;
  }
  .spanInfo {
    text-align: center;
  }
  .row-last {
    /* 		margin-top:50px */
  }
  .fileUpload .form-validator-stack.help-inline {
    margin-top: -26px;
    width: 340px;
    text-align: right;
  }
  .fileUploadOlografo .form-validator-stack.help-inline {
    margin-top: -26px;
    width: 340px;
    text-align: right;
  }
  .fileUploadOlografo2 .form-validator-stack.help-inline {
    margin-top: -26px;
    width: 340px;
    text-align: right;
  }
  .fileUploadDigitale .form-validator-stack.help-inline {
    margin-top: -26px;
    width: 340px;
    text-align: right;
  }
  .fileUploadAss .form-validator-stack.help-inline {
    margin-top: -26px;
    width: 340px;
    text-align: right;
  }
  .rowThirdStep .spanTextStep {
    height: 150px !important;
  }
  .rowSecondStep .spanTextStep {
    height: 230px !important;
  }
}
.fileUpload.btn {
  padding: 5px !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadOlografo.btn {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadOlografo2.btn {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadDigitale.btn {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUpload.btn:hover,
.fileUpload.btn:focus {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadOlografo.btn:hover,
.fileUploadOlografo.btn:focus {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadOlografo2.btn:hover,
.fileUploadOlografo2.btn:focus {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

.fileUploadDigitale.btn:hover,
.fileUploadDigitale.btn:focus {
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}

@media (min-width: 980px) {
  .inviaButton {
    margin-left: 10px !important;
  }
  .inviaButtonAss {
    margin-left: 10px !important;
  }
  .icon-errore-firma {
    position: absolute;
  }
  .btn-invio-cred {
    margin-right: 5px !important;
  }
  .labelWithMargin10 {
    margin-left: 10px;
  }
  .labelStepFirma {
    margin-left: 20px;
  }
}
.title-step {
  color: #c33 !important;
  text-align: center;
  padding-top: 15px !important;
  margin-bottom: -15px !important;
}

.title-step2 {
  color: #c33 !important;
  text-align: center;
  margin-top: 0 !important;
}

.spanTextStep {
  height: 130px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.spanTitoliNumeri {
  top: 50px;
  position: absolute;
}

.spanNumeri {
  height: 130px;
  background: #fff;
  box-shadow: 3px 7px 10px -1px #CCC !important;
}

.spanAllega {
  top: 10px;
}

.inviaButton {
  margin-top: 10px !important;
  height: 28.3px;
}

.inviaButtonAss {
  margin-top: 10px !important;
  height: 28.3px;
}

.fileUpload .control-group.error .control-label {
  color: white !important;
}

.fileUpload .form-validator-stack.help-inline {
  position: relative;
  margin-top: -50px;
  width: 300px;
  text-align: left;
}

.fileUploadOlografo .control-group.error .control-label {
  color: white !important;
}

.fileUploadOlografo2 .control-group.error .control-label {
  color: white !important;
}

.fileUploadOlografo .form-validator-stack.help-inline {
  position: relative;
  margin-top: -50px;
  width: 300px;
  text-align: left;
}

.fileUploadOlografo2 .form-validator-stack.help-inline {
  position: relative;
  margin-top: -50px;
  width: 300px;
  text-align: left;
}

.fileUploadDigitale .control-group.error .control-label {
  color: white !important;
}

.fileUploadDigitale .form-validator-stack.help-inline {
  position: relative;
  margin-top: -50px;
  width: 300px;
  text-align: left;
}

.fileUploadAss .control-group.error .control-label {
  color: white !important;
}

.fileUploadAss .form-validator-stack.help-inline {
  position: relative;
  margin-top: -50px;
  width: 300px;
  text-align: left;
}

.row-info-numeri {
  font-size: 14px;
}

.spanErrorFirma {
  border: 1px solid #990000;
  padding: 10px;
  font-size: 16px;
}

.icon-errore-firma {
  color: #990000;
  top: 50%;
  left: 25%;
}

.noteAssistenza {
  resize: none;
  height: 100px !important;
}

.span-condizioni-1,
.span-condizioni-2 {
  height: 50px;
}

.span-condizioni-1-error,
.span-condizioni-2-error {
  font-weight: bold;
}

.li-step-info {
  font-size: 17px;
}

.spanControlLabel .control-label {
  font-size: 17px !important;
}

.form-validator-stack.help-inline {
  color: #990000 !important;
}

.row-radio-profilo label.radio {
  font-weight: bold;
  font-size: 17px;
}

.asterisco {
  color: #990000;
  font-size: 20px;
}

.formField {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.control-group {
  margin-top: 10px !important;
}

.uppercase {
  text-transform: uppercase;
}

.icon-inform {
  color: #4A81B9;
}

.tooltipInfoEmail {
  cursor: pointer;
}

.aui .popover-content {
  color: #4A81B9 !important;
}

.formField {
  height: 35px !important;
}

.spanInfoLabel {
  color: #666666 !important;
  font-style: italic;
  font-weight: bold;
}

.spanInfoIcon {
  width: 35px !important;
  float: left !important;
}

.spanInfoLabelText {
  color: #4A81B9 !important;
  font-style: italic;
  font-weight: bold;
}

.span-alert-full {
  margin-left: 0 !important;
}

.row-radio-tipo-imp .input-radio-wrapper {
  margin-top: 0 !important;
}

.box-shadow {
  box-shadow: 5px 10px 10px -1px #CCC !important;
}

.box-info {
  box-shadow: 1px 3px 2px #ccc;
  padding: 10px;
  background: #f2f2f2;
}

.box-info-anag {
  height: auto;
  position: relative;
}

.row-button {
  position: absolute;
  bottom: 20px;
}

.spanError {
  border: 1px solid #990000;
  padding: 10px;
  font-size: 16px;
}

.icon-errore {
  color: #990000;
  top: 50%;
  left: 25%;
}

.contattaci {
  color: #4A81B9;
  cursor: pointer;
}

.row-linea {
  height: 30px !important;
}

.span-promozioni {
  margin-left: 0 !important;
}

.radio-si-no {
  margin-top: 0 !important;
  margin-left: 5px !important;
}

.verificaKO {
  color: #c33;
  padding-left: 10px;
  font-weight: bold;
}

.captchaSemplice .alert-error {
  width: 32% !important;
}

.captchaClass {
  margin-left: 0 !important;
}

.taglib-captcha {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.captchaSemplice .field {
  width: 75px !important;
  height: 40px !important;
  margin-bottom: 1em !important;
}

.captcha {
  height: 40px !important;
}

.taglib-captcha .control-group.input-text-wrapper {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.taglib-captcha .refresh {
  display: inline;
  vertical-align: top;
}

.taglib-captcha .control-group label {
  display: none;
}

.imgPrenota {
  display: inline;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.aui .control-group.success .control-label {
  color: inherit !important;
}

.spanTitoloBianco {
  background: #fff;
  box-shadow: 3px 7px 10px -1px #CCC;
  /* 	color: #c33; */
  text-align: center;
  margin-top: 0;
}

@media (max-width: 979px) {
  h4 {
    margin-top: 0 !important;
  }
  .spanTitoloBianco {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.radioEgov {
  margin-top: -1px !important;
  margin-right: 5px !important;
}

@media (min-width: 980px) {
  /* 	.spanTitoloTelemaco{ */
  /*     padding-left: 10px; */
  /*     padding-right: 10px; */
  /*     height: 625px; */
  /* 	} */
  /* 	.spanDescTelemaco{ */
  /* 		height: 625px; */
  /* 	} */
  /* 	.spanTitoloTelemaco img{ */
  /* 		margin-top:290px */
  /* 	} */
  /* 	.spanTitoloEgov{ */
  /*     padding-left: 10px; */
  /*     padding-right: 10px; */
  /*     height: 300px; */
  /* 	} */
  /* 	.spanDescEgov{ */
  /* 		height: 300px; */
  /* 	} */
  /* 	.spanTitoloEgov h3{ */
  /* 		margin-top:135px */
  /* 	} */
  /* 	.spanTitoloServiziImpresa{ */
  /* 	padding-top: 45px; */
  /*     padding-bottom: 45px; */
  /*     padding-left: 10px; */
  /*     padding-right: 10px; */
  /* 	} */
  .span-prima-col {
    text-align: center;
  }
  .span-other-col {
    text-align: center;
  }
  .row-rec-cred,
  .row-ass-ko,
  .row-ass-ok {
    width: 240px !important;
    margin-left: -40px !important;
  }
}
.spanDescButton {
  text-align: right;
  text-transform: uppercase;
}

.row-servizi-first {
  border-top: 1px solid #ccc !important;
  padding-top: 10px !important;
}

.row-servizi-last {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc !important;
}

.taglib-captcha .control-group .form-validator-stack.help-inline {
  display: none;
}

.row-tab-intest {
  background: #c33;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.row-tab {
  margin-top: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
}

.img-tab {
  width: 20px;
}

.span-prima-col {
  line-height: 17px;
  font-weight: bold;
}

.span-other-col .visible-phone img {
  float: right !important;
  margin-right: 20px !important;
}

.span-other-col .visible-phone {
  font-size: 13px;
}

@media (min-width: 980px) {
  .condizioniUso .control-group {
    float: left !important;
  }
}
.mm-slideout {
  z-index: auto;
}