* {box-sizing: border-box;}
.tab{display: none; width: 100%; height: 50%;margin: 0px auto;}
.current{display: block;}

button {background-color: #044781; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; font-family:"Roboto",sans-serif; cursor: pointer; }

button:hover {opacity: 0.8; }

.previous {background-color: #bbbbbb; }

/* Make circles that indicate the steps of the form: */
.step {height: 30px; width: 30px; cursor: pointer; margin: 0 2px; color: #fff; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.8; padding: 5px}

.step.active {opacity: 1; background-color: #044781;}

.step.finish {background-color: #044781; }

.error {color: #f00; }


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/4);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
  }
  #progressbar li:nth-child(1):before {
    content: "\f007"; 
    font-family: FontAwesome;
    font-size: 24px;
  }
  #progressbar li:nth-child(2):before {
     content: "\f278";
     font-family: FontAwesome;
     font-size: 24px;
  }
  #progressbar li:nth-child(3):before {
    content: "\f015"; 
    font-family: FontAwesome;
    font-size: 24px;
  }
  #progressbar li:nth-child(4):before {
    content: "\f1e4"; 
    font-family: FontAwesome;
    font-size: 24px;
  }
  #progressbar li:before {
    content: "\f1e4";
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  
  #progressbar li {
    color: #bbbbbb;
  }
  #progressbar li:before, #progressbar li:after {
    background: #bbbbbb;
    color: #E0E0E0;
  /*   background-size: 200% 100%;
    background-image: linear-gradient(to right, #bbbbbb 50%, #5cb85c 50%);
    transition: background-position 1s; */
    
  }

  #progressbar li.active {
    color: #5cb85c;
  }
  #progressbar li.active:before, #progressbar li.active:after {
    background: #5cb85c; 
       /*  background-position: -100% 0; */
  }


/* Voucher MultiForm */

  #voucher-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #voucher-progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/6);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
  }
  #voucher-progressbar li:nth-child(1):before {
    content: "\f007"; 
    font-family: FontAwesome;
    font-size: 24px;
  }

  #voucher-progressbar li:nth-child(2):before {
    content: "\f0c0"; 
    font-family: FontAwesome;
    font-size: 24px;
  }

  #voucher-progressbar li:nth-child(3):before {
     content: "\f278";
     font-family: FontAwesome;
     font-size: 24px;
  }
  #voucher-progressbar li:nth-child(4):before {
    content: "\f015"; 
    font-family: FontAwesome;
    font-size: 24px;
  }
  #voucher-progressbar li:nth-child(5):before {
    content: "\f3fa"; 
    font-family: FontAwesome;
    font-size: 24px;
  }
  #voucher-progressbar li:nth-child(6):before {
    content: "\f1e4"; 
    font-family: FontAwesome;
    font-size: 24px;
  }

  #voucher-progressbar li:before {
    content: "\f1e4";
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }
  #voucher-progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  
  #voucher-progressbar li {
    color: #bbbbbb;
  }
  #voucher-progressbar li:before, #voucher-progressbar li:after {
    background: #bbbbbb;
    color: #E0E0E0;
  /*   background-size: 200% 100%;
    background-image: linear-gradient(to right, #bbbbbb 50%, #5cb85c 50%);
    transition: background-position 1s; */
    
  }

  #voucher-progressbar li.active {
    color: #5cb85c;
  }
  #voucher-progressbar li.active:before, #voucher-progressbar li.active:after {
    background: #5cb85c; 
       /*  background-position: -100% 0; */
  }
  

/* Attivazione MultiForm */
#fibermap-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
#fibermap-progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/6);
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}
#fibermap-progressbar li:nth-child(1):before {
  content: "\f007"; 
  font-family: FontAwesome;
  font-size: 24px;
}

#fibermap-progressbar li:nth-child(2):before {
  content: "\f278";
  font-family: FontAwesome;
  font-size: 24px;
}

#fibermap-progressbar li:nth-child(3):before {
   content: "\f015";
   font-family: FontAwesome;
   font-size: 24px;
}
#fibermap-progressbar li:nth-child(4):before {
  content: "\f796"; 
  font-family: FontAwesome;
  font-size: 24px;
}
#fibermap-progressbar li:nth-child(5):before {
  content: "\f098"; 
  font-family: FontAwesome;
  font-size: 24px;
}
#fibermap-progressbar li:nth-child(6):before {
  content: "\f1e4"; 
  font-family: FontAwesome;
  font-size: 24px;
}

#fibermap-progressbar li:before {
  content: "\f1e4";
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#fibermap-progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}

#fibermap-progressbar li {
  color: #bbbbbb;
}
#fibermap-progressbar li:before, #fibermap-progressbar li:after {
  background: #bbbbbb;
  color: #E0E0E0;
/*   background-size: 200% 100%;
  background-image: linear-gradient(to right, #bbbbbb 50%, #5cb85c 50%);
  transition: background-position 1s; */
  
}

#fibermap-progressbar li.active {
  color: #5cb85c;
}
#fibermap-progressbar li.active:before, #fibermap-progressbar li.active:after {
  background: #5cb85c; 
     /*  background-position: -100% 0; */
}


.funkyradio div {

  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
