
  #mapdiv{
    background-color: rgb(188, 211, 255);
  }
  #layerspanel{
    background-color: #a0a0a0;
    opacity: 0.8;
  }
  #handle{
    background-color: #3d3d3d42;
    opacity: 0.8;
  }
  .layersettingstbl{
    tbody tr:nth-child(odd) {
        background-color: #f4f2f3;
      }
      
      tbody tr:nth-child(even) {
        background-color: #a0a0a0;
      }
  }
  .settingspaneltext{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
  }
  #childrentable{
    font-family: 'Courier New', Courier, monospace;
    tbody tr:nth-child(odd) {
      background-color: #f4f2f3;
    }
    
    tbody tr:nth-child(even) {
      background-color: #bebebe;
    }
  }
  #attributespanel{
    height: auto;
    width: 400px;   
    background-color: #f7f7f7;
    /*overflow: auto;
    max-width: 260;
    max-height: 250;*/
  }
  #buttonsdiv{
    width: 35;
    height: 80;
    transform: translate(0px, 0px);
    opacity: 0.8;
  }
  #attributestable{
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    width: 100%;
    tbody tr:nth-child(odd) {
        background-color: #d1cfd0;
      }
      tbody tr:nth-child(even) {
        background-color: #ececec;
      }
  }
  #attributesheadertable{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    >thead{
      background-color: rgba(18, 77, 185, 0.839);
      color: white;
    }
  }
  

  #attributeclosercell{
    background-color: #f7f7f7;
    width: 10%;
  }
  #province_lbl{
    font-family: 'Times New Roman';
    fill:rgb(10, 10, 10);
    stroke: white;
    stroke-width: 0.003;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .tdnumbervalue{
    text-align: right;
  }
  .tdstringvalue{
    text-align: center;
  }
  #floatinglabel{
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  /*#nome della copertura - gestione delle proprietà della copertura*/
  #CUR-PSAP{
    stroke: rgba(255, 72, 0, 0.596);
    fill: rgba(255, 94, 0, 0.699); 
    
    --pointsize: 12;
    --pointstroke: 2;
    --childrenscaling: 0.9;
  }
  :root{
    --highlightcolor:rgba(94, 107, 248, 0.771);
    --propertyvalues_Soluzione: A,C,Automatica,M,U,Manuale;
    --propertyvalues_Ente: 1,C,Arma dei Carabinieri,2,U,Polizia di Stato,3,U,Vigili del Fuoco,4,U,Emergenza Sanitaria,5,U,Altro,6,U,CED Interforze,7,C,Centro Unico Risposta,8,U,Guardia Costiera;
    --uploadbtnlabel:Upload;
    
  }
  #whatever_children{
    stroke: rgb(255, 81, 0);
    fill: rgb(255, 255, 0); 
  }
