.icons {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.qtip-content {
  font-size: 14px;
  font-family: 'LatoWebLight', Arial, Sans-Serif;
}

/*.section0,
.section1,
.section2,
.section3 {
  float: left;
  width: 24.4%;
}

.section0 {
  margin-right: 0.4%;
}

.section1, .section2 {
  margin-left: 0.4%;
  margin-right: 0.4%;
}

.section3 {
  margin-left: 0.4%;
}
*/

.section0,
.section1,
.section2,
.section3 {
  float: left;
  /*width: calc(25% - 30px);*/
  width: 223px;
}

.section0 {
  margin-right: 15px;
}

.section1, .section2 {
  margin-left: 15px;
  margin-right: 15px;
}

.section3 {
  margin-left: 15px;
}
.section0 h2,
.section1 h2,
.section2 h2,
.section3 h2 {
  margin-left: 0px;
  text-align: center;
}
.section1 h2,
.section2 h2,
.section3 h2 {
  margin-bottom: 40px;
}


[class*="hide-"] {
  display: none;
}

.form {
  overflow: hidden;
  width: 1000px;
}

.field-div {
  overflow-y: hidden;
}

.right {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 2%;
}

.left {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 1%;
}

.right > * {
  width: 99%;
  box-sizing: border-box;
}

.select-profilo-div {
  margin: 0 auto;
  width: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

.select-profilo-div label,
.select-profilo-div select {
  float: left;
  display: inline-block;
  margin: 3px;
}

*:disabled.error {
  border: 2px inset;
}

input.error, select.error {
  /*border: 2px solid #EF6C00 !important;*/
  border: 1px solid #dc4e4e !important;
  color: black !important;
}

#risultato {
  overflow: hidden;
  float: right;
  /*width: calc(25% - 30px);*/
  width: 223px;
  margin-top: 1%;
  margin-left: 15px;
  margin-left: 18px;
}

#notify {
  min-height: 30px;
}

#notify>p {
  text-align: center;
}

#notify>.errors {
  color: red;
}

#notify>.alert {
  color: #FF9A00;
}

#prezzo, #prezzo tr, #prezzo tD {
  font-weight: normal;
  font-size: 16px;
}

.textright {
  text-align: right;
}
#risultato b{
  width: 45%;
}
#risultato i {
  font-size: 20px;
}

button, select, input {
  background-color: #eee;
  border: 1px solid #EDEDED;
  /*border: 1px solid rgb(169, 169, 169);*/
  border-radius: 5px;
  height: 32px;
  /*line-height: 25px;*/
}
button{
  cursor: pointer;
  transition: all .2s ease-out;
}
button:hover{
  background-color: #ccc;
  border: 1px solid #CBCBCB;
}

/*select2 color*/
span.select2-selection.select2-selection--multiple, .select2-results__options{
  background-color: #eee;
  border: 1px solid #EDEDED;
}
.select2-selection.select2-selection--multiple{
  height: 74px;
}
.select2.select2-container.select2-container--default.select2-container--below{
  height: 76px;
}

/*----- media query for mobile -----*/
/*
  - Chrome
  - Safari
  - Firefox
  - Internet Explorer 11

  - 1366 x 768
  - 1024 x 768
  - 640 x 360
*/

@media screen and (max-width: 1023px){
  .form{
    width: 100%;
  }
  .section0, .section1, .section2, .section3, #risultato{
    width: 100%;
    margin-left: 0px;
    margin-right: : 0px;
  }
}
@media screen and (min-width: 1024px){

}