body
{
    font-family: 'Montserrat', sans-serif;
}

.multistep
{
   font-size: 18px;
}

.multistep em
{
  text-decoration: none;
  font-style: unset;
  font-size: 12px;
  font-weight: 100;
}

.formregistrati h3
{
  color: #858ea0;
  text-align: center;
  font-size: 17px;
  font-weight: inherit;
  margin-top: 100px;
  margin-bottom: 25px;
}

.formregistrati p, .link-secondary, .formregistrati a:link
{
    color: #858ea0;
    text-align: center;
    line-height: 18px;
}

.formregistrati.div a
{
    text-decoration: none!important;
}

.link-secondary, .terminiecondizioni
{
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
}

.namefield, .passwordfield
{
    width: 344px;
    height: 60px;
    margin: 0 auto;
    border: solid 1px #1cacb5;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    color: #1cacb5;
}

.notop
{
  margin-top: 0 !important;
}

.subcontainer
{
    width: 700px;
}

.subcontainer input
{
    width: 100%;
    border: solid 1px #1cacb5;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    color: #1cacb5;
}

.singlefield
{
    width: 340px !important;
}

.btnspace
{
    width: 340px;
    margin: 0 auto;
}

.bluebtn { width: 340px; height: 50px; background-color: #1cacb5; color: white;
    line-height: 50px; border: none; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 30px auto 0;
}
.bluebtnbianco {width: 100%; height: 50px; background-color: #fff; color: #1cacb5;
    line-height: 50px; border: solid 1px #1cacb5; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 12px auto 0;
}
.yellowbtn { width: 340px; height: 50px; background-color: #eda438; color: white;
    line-height: 50px; border: none; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 30px auto 0;
}
.yellowbtnbianco {width: 340px; height: 50px; background-color: #fff; color: #eda438;
    line-height: 50px; border: solid 1px #eda438; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 30px auto 0;
}
.redbtn { width: 340px; height: 50px; background-color: #e54149; color: white;
    line-height: 50px; border: none; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 30px auto 0;
}
.greybtn { width: 340px; height: 50px; background-color: #858ea0; color: white;
    line-height: 50px; border: none; border-radius: 10px; text-transform: uppercase; text-decoration: none; font-size: 20px;
    margin: 30px auto 0;
}


a:hover
{
    text-decoration: none!important;
}
.col-sm-6.text-center, .col-sm-12.text-center
{
    margin-top: 40px;
}

.subcontainer .secmargin,
.bluebtn.secmargin
{
    margin-top: 82px;
}












/*MULTISTEP*/


.contentselection h2
{
  color: black;
}

.clear
{
  clear: both;
}

.bullet
{
    font-size: 35px;
    height: 65px;
    width: 65px;
    text-decoration: none;
    list-style: none;
    border-radius: 40px;
    padding-top: 5px;
    color: #fff;
    margin: 0 auto;
}

.contentselection label
{
  display: inline-block;
  margin-bottom: .5rem;
  /*margin-top: 17px;*/
  vertical-align: middle;
}

.divider
{
    padding-top: 20px;
    letter-spacing: 10px;
    font-size: 12px;
}

.col-sm-12.text-center.topselectionbar,
.col-sm-12.text-center.clear.contentselection
{
      margin: 0 auto;
      width: 700px;
}

.contentselection input,
.contentselection .form-select
{
  width: 100%;
}

.topselection
{
  float: left;
  width: 14.28%;
}

.bullet
{
    box-shadow: 4px 4px 7px 0 #898989;
}

.bullet.active
{
    box-shadow: 0 0;
}

.bullet.giallo {background-color: #eda438;}
.bullet.blu {background-color: #1cacb5}
.bullet.rosso {background-color: #e54149}
.bullet.grigio {background-color: #858ea0}

.divider.giallo.topselection {color: #eda438;}
.divider.blu.topselection {color: #1cacb5;}
.divider.rosso.topselection {color: #e54149;}


.bullet.blu.active { background-color: #fff; color: #1cacb5; border: solid 1px; }
.bullet.rosso.active { background-color: #fff; color: #e54149; border: solid 1px;}
.bullet.grigio.active { background-color: #fff; color: #858ea0; border: solid 1px;}

.divider.topselection.battivo { font-size: 16px;}

.attivogiallo input, .attivogiallo .form-select { height: 56px!important; border-radius: 10px; border: solid 1px; color: #eda438; text-align: center; background-color: #fff;}
.attivoblu input, .attivoblu .form-select { height: 56px!important; border-radius: 10px; border: solid 1px; color: #1cacb5; text-align: center; background-color: #fff;}
.attivorosso input, .attivorosso .form-select { height: 56px!important; border-radius: 10px; border: solid 1px; color: #e54149; text-align: center; background-color: #fff;}
.attivogrigio input, .attivogrigio .form-select { height: 56px!important; border-radius: 10px; border: solid 1px; color: #858ea0; text-align: center; background-color: #fff;}

.attivogiallo {color: #eda438;}
.attivoblu {color: #1cacb5;}
.attivorosso {color: #e54149;}
.attivogrigio {color: #858ea0;}

.attivogiallo .editorboxx { border: solid 1px #eda438; padding: 5px; border-radius: 12px;}

.attivoblu h2, .attivorosso h2, .attivogrigio h2
{
    color: #000;
    padding-top: 40px;
}

#file
{
  display:none;
}

.cursorhand
{
    cursor: pointer;
    width: 100%;
}

.ui-formSlide
{
  display: block;
  position: relative;
  padding: 0;
  font-size: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  height: 100%;
}

.ui-formSlide li[data-step]
{
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  display: none;
  white-space: normal;
}

.ui-formSlide li[data-step] .ui-step-content
{
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  -moz-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  -ms-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  -o-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) all;
}

.ui-formSlide li[data-step] .ui-step-content.in
{
  opacity: 1;
}

.ui-formSlide li[data-step].active
{
  display: inline-block;
}

.ui-scalable
{
  transform-origin: 0 0;
}

.card
{
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.table
{
  display: table;
  width: 100%;
}

.table.table-full
{
  height: 100%;
}

.table .table-row
{
  display: table-row;
}

.table .table-cell
{
  display: table-cell;
}

.v-align-top
{
  vertical-align: top;
}

.v-align-middle
{
  vertical-align: middle;
}

.v-align-bottom
{
  vertical-align: bottom;
}

.wrapper
{
  width: 50%;
  height: 100%;
  margin: auto;
  position: relative;
}

.buttons
{
  padding-top: 20px;
  text-align: center;
}

.tox-statusbar__branding
{
    display:none;
}

.tox-notification__body
{
    display:none;
}

.tox-notifications-container
{
    display:none;
}

.Editor-container .btn i
{
  color: #9e9e9e!important;
}

.boxquadrato p
{
    margin: 0 auto 0;
    line-height: 18px;
}

.boxquadrato
{
    width: 210px;
    border: solid 1px #eda438;
    margin: 0 auto;
    height: 210px;
    border-radius: 10px;
    /*padding-top: 33px;*/
}

.boximguno p
{
  line-height: 23px;
  padding-top: 8px;
}

.boximgdue .boxquadrato
{
  padding-top: 75px;
}

.boximgdue .boxquadrato
{
  margin-left: 10px;
  color: #000;
}

.boximguno .boxquadrato {
  margin-right: 10px;
}

.boximguno .boxquadrato:hover
{
  background-color: orange;
  color: white;
  cursor: pointer;
}

.caricafotoblu{ border: solid 1px #1cacb5; width: 100%; border-radius: 10px; padding-top: 52px; padding-bottom: 52px;}
.caricafotoblu:hover{ background-color: #1cacb5; width: 100%; border-radius: 10px; padding-top: 52px; padding-bottom: 52px; color: #fff; cursor: pointer;}

.caricafotogrigio{ border: solid 1px #858ea0; width: 100%; border-radius: 10px; padding-top: 52px; padding-bottom: 52px;}
.caricafotogrigio:hover{ background-color: #858ea0; width: 100%; border-radius: 10px; padding-top: 52px; padding-bottom: 52px; color: #fff; cursor: pointer;}

.benefit a {
    padding: 20px;
}

.benefit
{
    margin-top: 30px;
}

.floatElementLeft{
  float: left !important;
  margin-left: 50px;
}

.floatElementRight{
  float: right !important;
  margin-right: 50px;
}








