/* PHEV Watchdog net, daniel santos @ 2017
   maps stylesheet */

/* Maps */

	form {
		margin: 0.5em 0.5em 0.5em 0.5em;
	}
    
    label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		margin: 0;
	}
  
	.map-box {				
			border-radius: 20px;
			padding: 10px;
			border: solid 7px #66ffff;
			margin: 0px auto;
	}		  
	
	.map-box span {
		padding: 10px;
		color: #fff;
		font-weight: 700;
	}
  
    .leaflet-control-layers-toggle {
        color: #fff;
        background-image: url(/images/ic_layers.png);
    }
    
    .leaflet-retina .leaflet-control-layers-toggle {
        color: #fff;
        background-image: url(/images/ic_layers2x.png);
    }
    
    .leaflet-control-layers-expanded { 
        color: #fff;
        background: #008080;         
    }  

    div.leaflet-marker-circle-1 {        
        background-color: rgba(0, 128, 128, 0.5);
        border-color: transparent;
        border-radius: 40px;
        border-style: solid;
        border-width: 1px;
        width:5px;
        height:5px;
    }
    
    div.leaflet-marker-circle-2 {        
        background-color: rgba(102, 255, 255, 0.5);
        border-color: transparent;
        border-radius: 40px;
        border-style: solid;
        border-width: 1px;
        width:5px;
        height:5px;
    }
	
	.leaflet-popup-tip,
	.leaflet-popup-content-wrapper {
		color: #ffffff;
		background: #33A0A0;
		font-weight: 7000;		
	}
        
    /* fixes bug with multiple heatmaps */
    .leaflet-zoom-hide { 
        position: absolute !important; 
    }
        