    body, html {
      height: 100%;
      width: 100%;
      padding: 0;
      margin: 0;  
      background-color: white;
    }
   
    .leaflet-control-layers .leaflet-control-layers-toggle {
      width: 190px;
      height: 40px;
      background-image: url("./Images/logoarpav.png");
      background-size: 190px 40px;
      }
    
    #pulsanti {
      position: absolute;
      top: 10px; 
      left: 50px;
      z-index: 314159;
      background: white;
    }

    #map {
      width: 100%;
      height: 100%;
    }

    .myToolTip {
      font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
      font-style: bold;
      font-size: 12px;
      color: black;
      position: absolute;
      padding-top: 0px;
      padding-right: 1px;
      padding-bottom: 0px;
      padding-left: 1px;
      border: solid 1px black;
      background: white;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 1px solid white;
      border-radius: 4px; 
      box-shadow: 0 1px 3px rgba(0,0,0,0.4);
      z-index: 314155;
    }
    
    .leaflet-tooltip {
    	padding: 2px;
      background: rgb(255, 255, 255);
      font-weight: bold;
    	border: 1px solid #000000;
    	color: #000000;
    }    
    .leaflet-tooltip-left:before {
      right: 0;
      margin-right: -12px;
      border-left-color: transparent;
    }
    .leaflet-tooltip-top:before {
      right: 0;
      margin-top: -10px;
      border-top-color: transparent; 
    }
    .leaflet-tooltip-bottom:before {
      right: 0;
      margin-bottom: -10px;
      border-bottom-color: transparent; 
    }
    .leaflet-tooltip-right:before {
      left: 0;
      margin-left: -12px;
      border-right-color: transparent;
    }

    .elenco {
      background-color: white;
      border: 1px solid white;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.4);
      padding: 3px;
      position: absolute;
      top: 70px; 
      left: 50px;
      height:80%;
      overflow: auto;
      font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-size: 12px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      z-index: 314154;
      width: 480px;
    }

    .navbar {
      height: 30px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      z-index: 314153;
    }

    .pointer {cursor: pointer;}

    .scrollable-menu {
        height: auto;
        max-height: 300px;
        overflow-x: hidden;
    }


	.leaflet-tooltip_red {	
    background: red;
	}
