@charset "UTF-8";
.multi-step {
  margin: 1em 0;
}

.multi-step-list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.multi-step-list .multi-step-item:first-child {
  margin-left: 0;
}
.multi-step-list .multi-step-item:last-child {
  margin-right: 0;
}

.pdr_infos .orari 
{

font-size: 0.7em;
line-height: 0.8em;

}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #EEDC00;
}

#is_nor:checked + .slider {
  background-color: grey;
}

input:focus + .slider {
  box-shadow: 0 0 1px #EEDC00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 27px;
}

.slider.round:before {
  border-radius: 50%;
}


#normal_address.only_button {

        width: 100% !important;
      border-radius: 5px !important;
       box-sizing: border-box !important;
              }

.riepilogo_ordine li {


background: white;
    padding: 1em;
    border-radius: 5px;
    border: 2px dashed lightgrey;
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-right: 1em;


}

.shadow_box.abbonamento span.big

{
  font-size: 2.5em !important;

}

.multi-step-item {
  position: relative;
  width: 100%;
  margin: 0 0.3333333333em;
  z-index: 2;
  border-radius: 0.2em;
}

.tariffe_descriptor {


    padding: 1em;
    font-weight: bold;
    box-sizing: border-box;
    width: 98%;
    margin: auto;
    border-radius: 4050px;
    
    color: #444;
    text-align: center;
   
    font-size: 0.9em;
    background-color: rgb(238, 220, 0);
}


.abbonamento li.small {

  font-size: 0.9em;
    line-height: 1.5em;
}

.multi-step-item .item-title,
.multi-step-item .item-subtitle {
  position: relative;
  margin: 0;
  z-index: 2;
}





#main .order_results {

  text-align: center;
    line-height: 1.3em;
    margin-bottom: 20px;

}




.multi-step-item .item-title {
  color: #0047BB;
  font-weight: 600;
  margin: 0;
}


.lista_ordini li {

float: left;
margin-right: 10px;

}


.multi-step-item.active:hover {
  cursor: pointer;
}
.multi-step-item.current .item-title, .multi-step-item.current .item-subtitle {
  color: #fff;
}
.multi-step-item.active.current:hover .item-title, .multi-step-item.active.current:hover .item-subtitle {
  color: #0047BB;
}
.multi-step-item.error:after {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: .5em;
  content: "!";
  color: #d50000;
}

.item-wrap {
  padding: 1em;
  position: relative;
  min-height: 30px;
}
.item-wrap:before, .item-wrap:after {
  position: absolute;
  left: 0;
  content: ' ';
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: #eee;
}
.item-wrap:before {
  top: 0;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  border-radius: .2em .2em 0 0;
}
.item-wrap:after {
  bottom: 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 0 0 .2em .2em;
}

.current .item-wrap:before,
.current .item-wrap:after {
  background-color: #0047BB;
}

.active:hover .item-wrap:before,
.active:hover .item-wrap:after {
  background-color: #d8f1ff;
}

.multi-step-item.error .item-title,
.multi-step-item.error .item-subtitle {
  padding-right: 2em;
}

.multi-step-item:first-child .item-wrap,
.multi-step-item:last-child .item-wrap {
  /* width: 100%; */
  border-radius: 0.2em;
}
.multi-step-item:first-child .item-wrap:before, .multi-step-item:first-child .item-wrap:after,
.multi-step-item:last-child .item-wrap:before,
.multi-step-item:last-child .item-wrap:after {
  width: 50%;
}

.multi-step-item:first-child .item-wrap {
  background: linear-gradient(to right, #eee 95%, transparent 5%);
}
.multi-step-item:first-child .item-wrap:before, .multi-step-item:first-child .item-wrap:after {
  left: 50%;
}

.active.multi-step-item:first-child:hover .item-wrap {
  background: linear-gradient(to right, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:first-child .item-wrap {
  background: linear-gradient(to right, #0047BB 95%, transparent 5%);
}

.multi-step-item:last-child .item-wrap {
  background: linear-gradient(to left, #eee 95%, transparent 5%);
}
.multi-step-item:last-child .item-wrap:before, .multi-step-item:last-child .item-wrap:after {
  right: 50%;
}

.active.multi-step-item:last-child:hover .item-wrap {
  background: linear-gradient(to left, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:last-child .item-wrap {
  background: linear-gradient(to left, #0047BB 95%, transparent 5%);
}

.checked .multi-step-item.completed:after {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: .5em;
  content: "✓";
  color: #54b948;
}

.numbered .multi-step-item {
  counter-increment: step-counter;
}
.numbered .multi-step-item .item-wrap {
  padding-left: 5em;
}
.numbered .multi-step-item:before {
  content: counter(step-counter);
  position: absolute;
  top: 50%;
  left: .75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 1.65em;
  padding: 0.5em 1em;
  z-index: 2;
  font-size: .85em;
  background-color: #999;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 0.2em;
}

#prezzo_assicurazione {

  font-weight: bold;
    font-size: 1.5em;

}

.item-wrap .badge {
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.error .item-wrap .badge {
  right: 2em;
}
.error .item-wrap .badge ~ .item-title,
.error .item-wrap .badge ~ .item-subtitle {
  padding-right: 3em;
}

.multi-step-loading {
  opacity: .75;
}

.current.multi-step-loading:before {
  border-color: #fff;
  border-top-color: transparent;
  opacity: 1;
}

.mit_dest {

  font-weight: bold;
  
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;

    border-top: 1px dashed;
    
    border-bottom: 1px dashed;
    line-height: 2em;

}

.busy-css {
  z-index: 3;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: 0.25em solid #333;
  border-top-color: transparent;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}










/*


// elementi aggiunti

*/

.full_width {

width: 95% !important;

}

.border_highlight {


border-color: orange;

}

#main .dato_pacco.add_pacco_container, 
#main .dato_pacco.remove_pacco_container {

width: 5%; 
float: left; 
position: relative; 
top: 22px;

}

.imposta_dati_mittente {

    font-size: 10px;
    line-height: 10px;
    background-color: orange;
    color: white;
    font-weight: bold;
    padding: 2px;
    border-radius: 5px;

}

.mini {

width: 22% !important;

}



#main .one_half .full_width input[type=text],
#main .one_half .full_width input[type=email]
 {

width: 100% !important;
box-sizing: border-box;


}

.loader {

  width: 100%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}


.butn_green.disabled.butn {

  background: grey;
  box-shadow: none;
}

.invisible {

  display: none;

}

.visible {

  display: block;

}

#main p {

  line-height: 1em;
}

#main .one_third {

box-sizing: border-box;
width: 31%;
padding: 15px;
background-color: orange;
border-radius: 5px;
margin-right: 1%;
margin-left: 1%;
border: 2px solid white;
position: relative;
margin-top: 25px;
}

#main .one_third p {

  color: white;
}

#main .one_third .small

{

font-size: 0.7em;
color: #fff;
margin-top: 5px;
    line-height: 1.4em;

}

#main .dato_pacco input[type=text]
 {
  width: 100%;

  margin-bottom: 5px;
}
#main .dato_pacco_l input[type=text] {

width: 94.5%;
box-sizing: border-box;
margin-bottom: 5px;

}


.dato_pacco {

  width: 22%;
  float: left;
  position: relative;
  margin-right: 15px;
  height: 40px;
  margin-bottom: 15px;

}

.dato_pacco_l {

  width: 100%;
  box-sizing: border-box;
  float: left;
 
  margin-right: 10px;
  margin-bottom: 15px;

}

.dato_pacco label, .dato_pacco_l label {

padding-left: 10px;
font-size: 10px;
margin-bottom: 0px;

}

#main label {

display: block;
    margin-bottom: 0px;
    font-size: 0.9em;
    color: #333;
    padding-left: 3px;

}

#main label i

{
  color: #0047BB;
  font-size: 0.9em;
}

#main .dato_mittente label i, 
#main .dato_destinatario label i {

  color: #999;
  font-size: 0.7em;
}



.step_confirm {

  cursor: pointer;
  outline: none;
}

#main  input.error, #main select.error {

  border: 5px solid orangered !important;
}

#main input[type="text"]:disabled,
#main select:disabled {
  background: #dddddd;
}

.step_confirm.disabled {

  cursor: not-allowed;
}

.autocomplete {

  display: none;
position: absolute;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    width: 90%;
    max-height: 200px;
    top: 70px;
    border: 2px solid lightgrey;
    min-height: 50px;
    z-index: 10000;
    overflow: auto;
}

.autocomplete a

{

    color: #fff;
    font-size: 14px;
    background: #EEDC00;
    padding: 1px 5px 1px;
    border-radius: 3px;


}

.slide form

{

min-height: 400px;

}

.autocomplete li

{

margin-bottom: 2px;
height: auto;


}

.hai_selezionato {
text-align: center;

}

.small.hai_selezionato {

font-size: 1em;


}


.pdr_select {


position: fixed;
    top: 50px;
    width: 400px;
    border: 5px solid lightgrey;
    z-index: 99999;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 19px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 19px -3px rgba(0,0,0,0.75);
box-shadow: 2px 2px 19px -3px rgba(0,0,0,0.75);


}

#map_1, #map_2 {

  width: 100%;
  height: 330px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.gm-style .gm-style-iw-c .helper {
    top: 5px !important;
    left: 5px !important;
    width: 80%;
}

.gm-style .gm-style-iw-c .open_helper_container {
   
    position: absolute;
    left: 10px;
    top: 5px;
    width: 90%;
}

#insurance_block {
color: white;

}

#insurance_banner

{

width: 100%;
    padding: 7px 10px 7px;
    color: white;
    font-size: 0.7em;
    height: 30px;
    display: block;
    box-sizing: border-box;
    border-radius: 0px;
    border: 0px solid white;
    border-top: 1px dashed white;
    left: 0px;
    position: absolute;

}

#ldv_banner

{

    width: 100%;
    padding: 7px 10px 7px;
    color: white;
    font-size: 0.7em;
    height: 30px;
    display: block;
    box-sizing: border-box;
    border-radius: 00px;
     border: 0px solid white;
    border-top: 1px dashed white;
    left: 0px;
    position: absolute;

}

#insurance_banner.danger {
 background-color: #ed3e3e;

}

#ldv_banner.danger {

background-color: #e64533;

}

#insurance_banner.safe, #ldv_banner.safe {
 background-color: #1bb580;

}


.gm-style .gm-style-iw-c .presso {

padding-top: 10px;
    line-height: 1em;
}

.totale_ivato_top, .totale_ivato_pop {

  font-weight: bold;
}

form {
  
  color: #555;
}

.one_half {

float: left;
width: 47%;
margin-right: 1%;
position: relative;


}

.dato_pacco, .dato_pacco_l {

margin-bottom: 20px;
margin-top: 10px;


}

.tariffa.one_half {

  width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}



form {
 
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #F9F9F9;
  border-radius: 8px;
  margin-top: 10px;
}

.open_pdr, #normal_address {

    width: 100%;
    height: 50px;
    background: #0047BB;
    color: white;
    display: block;
    text-align: center;
    padding-top: 6px;
    border: 3px solid #555;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 110%;
    /* text-align: center; */
    height: 45px;
    margin-bottom: 20px;
    
}

#normal_address {

  background-color: #EEDC00 ;
}

.open_pdr.one_half_nomargin,
#normal_address.one_half_nomargin {
border-radius: 0px;
float: left;
width: 50%;
margin: 0px;
margin-bottom: 20px;
position: relative;
border: 1px solid white;
}

.open_pdr.left_switch {
  width: 50%;
  -webkit-border-top-left-radius: 5px !important;
-webkit-border-bottom-left-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-bottomleft: 5px !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}

#normal_address.right_switch {
  width: 50%;
-webkit-border-top-right-radius: 5px !important;
-webkit-border-bottom-right-radius: 5px !important;
-moz-border-radius-topright: 5px !important;
-moz-border-radius-bottomright: 5px !important;
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}

.dati_destinatario .butn_green {

width: 45.7%;
box-sizing: border-box;
float: left;
font-size: 16px;
height: 50px;
line-height: 16px;

}


 h4 .tipo_spedi {

color: #0047BB ;
}



#main input[type="text"],
#main input[type="password"],
#main input[type="date"],
#main input[type="datetime"],
#main input[type="email"],
#main  input[type="number"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="time"],
#main input[type="url"],
#main textarea,
#main select {
  background: rgba(255, 255, 255, 0.1);
  
  border-radius: 3px;
  border-color: rgba(0, 50, 50, 0.2);
  font-size: 13px !important;
  box-sizing: border-box;
  /* height: 35px; */
  height: calc(2.25rem + 2px);
   font-size: 15px !important;
   font-weight: bold;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-top: 5px;
  margin-bottom: 30px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}



#main input:focus {

  
border: #0047BB;

}

#main_helper {

  position: absolute;
    top: 10px;
  width: 100%;

}

.close_helper {

float: right;

}

#main_helper .helper {
  width: 85%;
    padding: 1.5em;
  border: 2px solid lightgrey;
  -webkit-box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);
-moz-box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);
box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);

}

#main_helper .helper .number {


height: 20px;
width: 20px;
line-height: 20px;

}

.tariffa
{
  margin-bottom: 10px;
}

#main select {
  height: auto;
border-radius: 3px;
  }

  .tariffa_highlight {

/*
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradientBG 10s ease infinite;
          animation: gradientBG 10s ease infinite;
*/
background: #c2e59c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #64b3f4, #c2e59c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #64b3f4, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

  .lista_ordini a.details {


  }

  .the-datepicker__main a.the-datepicker__button {


  }



    .the-datepicker__main .the-datepicker__day--unavailable  a.the-datepicker__button {
 

color: lightgrey !important;

  }

  .the-datepicker__main  a.the-datepicker__button {

color: #0047BB !important;
font-weight: bold;

  }



 #main .the-datepicker__main select {

    padding: 0px !important;
  }

  #main ul.riepilogo_ordine li
  {

    float: left; 
    width: 48%;
    min-height: 200px;
  }

  .shadow_box.abbonamento {



  }

  .shadow_box.abbonamento:hover {

    background-color: white;
    border: 5px solid white;
  }

  .shadow_box.abbonamento img {

height: 150px;

  }

  @-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


  .tariffa_highlight h3,
    .tariffa_highlight h4,
      .tariffa_highlight li,
        .tariffa_highlight .big.top_fee {

        color: white !important; 

      }




input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #0047BB;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 2px solid lightgrey;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.8em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed lightgrey;
  width: 100%;
  font-weight: bold;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #0047BB;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

 #int_checkbox .one_half, 
 #pon_checkbox .one_half,
 #naz_checkbox .one_half

  {
                        text-align: center;
                        font-size: 0.9em;
                        color: rgb(51, 51, 51);
                        border: 4px dashed lightgrey;
                        border-radius: 10px;
                        box-sizing: border-box;
                        padding: 10px;
                        width: 49%;
                        min-height: 150px;
                        line-height: 19px;
                    }

.sped_type_helper {

position: absolute;
    top: 2px;
    right: 2px;


}

.subhead_spedisci {

text-align: center;


}

#main .one_half input[type=text],
#main .one_half input[type=email] {

width: 100% !important;
margin-bottom: 10px !important;
box-sizing: border-box;

}

.helper {
  position: absolute;
  z-index: 100000;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgrey;
    -webkit-box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);
-moz-box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);
box-shadow: 4px 4px 22px -3px rgba(0,0,0,0.84);
}

.pacco {

  width: 100%;
  height: 110px;
  margin-bottom: 0px;
}

.remove_pacco .number {

background-color: red;

}

@media screen and (min-width: 480px) {
  form {
   
  }
}




@media only screen and (max-width: 786px) {


.pdr_select {

width: 90%;
top: 50px;

}


.shadow_box.abbonamento h3 {
  font-size: 3em !important;
  font-weight: bold;
}

#vcf, 
.vcf {
  display: block;
}

.intest_img {

margin: auto;
display: block;
width: 33%;
height: auto;
  
}

.subhead_sconto {

font-size: 0.7em;
  
}

#main_helper {

 top: 10px;


}



.subhead_spedisci {

text-align: center;
font-size: 0.9em;
padding-top: 2px;
margin-bottom: 20px !important;

}



.promo_shipping {
  font-size: 0.8em !important;

}

#main p.item-title {

font-size: 0.8em;

}

form {
 

  padding: 5px 5px;
}

#main {
  
    margin-top: 0px !important;
  }

  #main h1 {

    font-size: 2em !important;

  }



.tariffa.one_half.full_mobile {

  width: 100%;
    margin-right: 1%;
    margin-left: 1%;
}

  #main ul.riepilogo_ordine li
  {

    float: left; 
    width: 100%;
  }


    .multi-step-item {
    margin: 0 0.3333333333em;
  }

.dato_pacco.full_mobile, .dato_pacco_l.full_mobile {
  width: 100%;
  margin-right: 0px;

}



.dato_pacco {
  margin-right: 5px !important;
}

#main .dato_pacco input[type=text]
 {
  height: 40px !important;
}

#main .dato_pacco_l input[type=text] {
height: 40px !important;
}



  .multi-step-item .item-subtitle {
    display: none;
  }


}