
.language-img {
    max-width: 36px;
    height: auto;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }

   .level1 {
   	margin-left: 15px !important;
    font-style: italic;
   }

    .level2 {
   	margin-left: 25px !important;
    font-style: italic;
   }

   .orderDiv {
      width: 60px !important;
   }

   .imageProductContainer {
      width: 200px;
      height: 100%;
      max-height: 200px;
      overflow: hidden;
   }
   
   .imageProductCategory {
      width: 50px;
      height: 50px;
      overflow: hidden;
      margin-left: 20px;
   }

   .imageProduct {
      height: 100%;
   }

   .companyPanel {
    padding: 10px 10px;
   }

   .productList {
    border: 1px solid grey;
    margin: 0px 20px;
   }

   .stato_convenzione_1 {
    background-color: yellow;
   }

   .stato_convenzione_2 {
    background-color: blue;
   }

   .stato_convenzione_3 {
    background-color: green;
   }

   .stato_convenzione_4 {
    background-color: red;
   }

   .stato_convenzione_5 {
    background-color: #ffc107;
   }

   .stato_convenzione_6 {
    background-color: black;
   }

   .stato_convenzione_7 {
    background-color: darkgray;
   }

   .stato_text {
    color: white;
    padding: 10px 30px;
   }

   .stato_convenzione_1.stato_text {
    color: black;
   }

   .stato_convenzione_5.stato_text {
    color: black;
   }

   .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

   .stato_beneficiario_-1 {
    background-color: yellow;
   }

   .stato_beneficiario_0 {
    background-color: red;
   }

   .stato_beneficiario_1 {
    background-color: green;
   }

   .stato_beneficiario_-1.stato_text {
    color: black;
   }

   .stato_ordine_1 {
    background-color: yellow;
   }

   .stato_ordine_2 {
    background-color: blue;
   }

   .stato_ordine_3 {
    background-color: green;
   }

   .stato_ordine_4 {
    background-color: red;
   }

   .stato_ordine_5 {
    background-color: #ffc107;
   }

   .stato_ordine_6 {
    background-color: black;
   }

   .stato_ordine_7 {
    background-color: darkgray;
   }

   .stato_ordine_1.stato_text {
    color: black;
   }

   .stato_ordine_5.stato_text {
    color: black;
   }

   .select2-container {
    min-width:200px;
    }

    .stato_assistenza_1 {
    background-color: yellow;
   }

   .stato_assistenza_2 {
    background-color: blue;
    color: #ffffff;
   }

   .stato_assistenza_3 {
    background-color: red;
   }

   .stato_assistenza_4 {
    background-color: green;
   }

   .stato_assistenza_5 {
    background-color: orange;
   }

   .chat{
    background-color: lightgrey;
   }

   .white{
    background-color: #ffffff;
    float: left;
   }

   .light-yellow{
    background-color: rgb(220, 248, 198);
    float: right;
   }

   .message{
    border: 1px solid grey;
    padding: 10px;
    margin: 15px 0px;
    width: 80%;
    
   }

   .videoProduct {    
    height: 200px;
    width: 200px;
   }