
body{
    background-image: linear-gradient(rgb(209,229,253), rgb(255,255,255));
    background-repeat: no-repeat;
}

table.regole {
  border-collapse:separate;
  border-spacing: 0 1em;
}
.regole td label{
    font-size: 17px;
}
td:has(.chk_resi){
    vertical-align: top;
}
.chk_resi{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#lista_articoli{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}
.articolo{
    width: 98%;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #000;*/
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 4px;
    padding-top: 10px;
    height: 100px;
    /*-webkit-box-shadow: 1px 7px 7px 1px rgba(168,168,168,0.94);*/
    /*box-shadow: 1px 7px 7px 1px rgba(168,168,168,0.94);*/
    /*border-top: 1px solid #999;*/
}
.foto_articolo{
    margin-right: 10px;
    height: 90px;
    /*border: 1px solid #999;*/
}
.foto_articolo img{
    max-height: 100px;
}
.nome_articolo{
    font-size: 12px;
    font-weight: bold;
}
.info_articolo{
    display: flex;
    width: 100%;
    flex-direction: row;
    /*border: 1px solid #1bb240;*/
}
.nome_articolo{
    flex: 1;
}
.ctr_articolo{
    display: flex;
    flex-direction: row;
    flex: 0.3;
    justify-content: flex-end;
}
.box_qty{

}
.btn_qty{
    border: 1px solid #3C5A76;
    cursor: pointer;
    width: 92px;
}
.btn_qty button{
    border: 0px solid #fff;
    margin-right: 0px;
    margin-left: 0px;
    height: 30px;
    width: 30px;
}
.prezzo_unitario{
    margin-right: 10px;
}
.box_check_reso input[type=checkbox]{
    width: 26px !important;
    height: 26px !important;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_check_reso{

}
.box_check_reso label{
    margin-left: 10px;
}
.box_step2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
}
.box_step2 div{
    flex: 0.40;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
#btn_sped_io{
    background-color: #dddfe5;
}
#btn_sped_parama{
    background-color: #dff2ff;
}
.box_step2_txt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10px;
}
.box_step2_txt div{
    flex: 0.40;
    font-size: 12px;
}
.box_step3{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
}
#box_step3_row1{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
}
#box_step3_row1 div{
    display: flex;
    flex: 0.5;
    align-items: center;
    justify-content: center;
}
.box_step4{
    width: 100%;
}
.box_step4 form input{
    margin-bottom: 7px;
}

.button-31 {
  background-color: rgb(61,117,164);
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /*width: 100%;*/
    width: 260px;
}


.button-32 {
  background-color: rgb(209, 212, 224);
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #282828;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * *
              BEGIN SEMAFORI
 * * * * * * * * * * * * * * * * * * * * * * * * *  */
.semaforo{
    display: inline-block;
    height: 16px;
    width: 16px ;
    border-radius: 50%;
    border: 1px solid #65959a;
}
.big{
    height: 26px;
    width: 26px;
}
.Verde{
    background-color: #0acd0a;
}
.Azzurro{
    background-color: #7eb4dc;
}
.Giallo{
    background-color: #f5e55e;
}
.Rosso{
    background-color: #d84343;
}
.Grigio{
    background-color: #b7b5a0;
}
/*  * * * * * * * * * * * * * * * * * * * * * * * * *
                END SEMAFORI
 * * * * * * * * * * * * * * * * * * * * * * * * * */

