/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2016, 10:38:45 AM
    Author     : pmereghetti
*/

/*.container{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:scroll;        
}*/

#map-wrapper {
    width: 50%;
    height: 50%;
    position: fixed;
    /*border: 1px solid black;*/
}

#map {
    /*width: 100%;*/
    height: 450px;   
    margin-top: 1rem;
}



.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    background: #fff;
    color: #000;
}

#button-wrapper {    
    position: fixed;
    bottom: 10px;
    width: 100%;
    height: 1.5%;
}

#menu-wrapper {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 275px;
    min-height: 355px;
    border: 1px solid #d7191c;
    background-color: rgba(255, 255, 255, 1.0);   
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

#descrizione {
    position: relative;
    left: 10px;
    font-size: smaller;
    width: 250px;
}

/* #infoBox-wrapper  {
    position: absolute;
    top: 300px;
    left: 50px;
    width: 25%;
    height: 100px;
    border: 1px solid gray;
    background-color: rgba(255, 255, 255, 0.9);
} */

#legendBox {
	width: 25%;
	height: 100%;
	top: 2%;
	margin: 0 auto;
	position: relative;	
        border: 1px solid gray ;
        background-color: aliceblue ;
}

/*.inner {
	width: 50%;
	height: 50%;
	top: 2%;
	margin: 0 auto;
	position: relative;	
}*/

.keys {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    top: 100px;
}


#infoBox {
	padding: 6px 8px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
	background: white;
	/* background: rgba(255, 255, 250, 1.0); */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	/* border-radius: 2px; */
    right: 20px;
    /* max-height: 450px; */
    overflow: auto;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid;
}

@media screen and (max-width: 736px) {
    #infoBox-Desktop {         
        visibility: hidden;
        display: none;
    }
}

/* @media screen and (max-width: 736px) {
    #infoBox {
        visibility: hidden;
        display: none;
    }
} */


/* #infoBox h3 {
	margin: 0 0 5px;
	color: rgb(10, 10, 10);
    font-variant: small-caps;
} */

#senzaSedeBox {
	padding: 6px 8px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;	
	background: rgba(255, 255, 250, 1.0);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
    right: 20px;
    max-height: 384px;
    overflow: auto;
}

.item_senzaSede {  
  /*font-size: 0.8em;*/
  float: left;
  background-color: #fff;
  color: #212f35;
  /*padding-left: 5px;*/
  padding: 5px;
  /*margin-left: 5px;*/
  margin: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  /*display: table-cell;*/
}

.item_senzaSede:hover {
    box-shadow: 0px 0px 5px 2px rgb(196, 196, 196);
}




.styled-select {
   /* background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0; */
   background-color: #fff;
   height: 29px;
   overflow: hidden;
   width: 240px;   
   font-family: 'Raleway';
   font-size: 1.1em;
}