
/* menu program */
a.command-button {
  color: #000;
  font-weight: bold;
}

.page-node-type-smachine #box-menu-program {
  border: 1px solid #cacaca;
  border-radius: 20px;
  margin: 20px;
  padding: 10px;
  background-color: #ebebeb;
  float: left;
  width: 184px;
}
  
  .page-node-type-smachine #box-menu-program .background-icons {
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid transparent;
    border-radius: 10px;
  }

  .bottom-box {
    width: 175px;
    height: 52px;
    float: left;
    margin: 3px;
    padding: 0px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
  }
  
  .bottom-box .background-icons {
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 5px 7px;
  }
  
  #box-menu-program .machine-label {
    font-size: 8pt;
    font-weight: bold;
    float: right;
    margin: auto;
    width: 90px;
    display: block;
    padding-top: 16px;
    border: none;
    background-color: transparent;
  }

  #box-menu-program .third-section.active {
  background-color: #a6a6a6ff;
}

.third-section.active a {
  pointer-events: none;
  cursor: not-allowed;
}

#prog0, #prog1, #prog2, #prog3, #prog4, #prog5, #prog6, #prog7  {
    background-color: #b0b0fa;
  }
  
  #prog0 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/auto.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }

   
  #prog1 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/breath.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  #prog2 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/people.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  #prog3 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/clean.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  #prog4 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/prevention.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  #prog5 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/disinfection.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  #prog6 .background-icons {
    background-image: url(https://www.sanification.it/machine/images/sterilization.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }