/*
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: 800px;   
}

@media (max-width: 576px) {
    #map {
        height: 400px; 
    }
}

#filtri {
    /*background-color: aliceblue;*/
    margin-bottom: 10px;
    /*margin-left: 0px;*/
    margin-top: 5px;
}



#hideshow {
    border-style: solid;
    background-color: greenyellow;
    border-color: greenyellow;
}

.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;
}

#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;
    /*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: 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: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  /*display: table-cell;*/
}


#tagButton {
    /*position: relative;*/
    /*top: 0px;*/
    /*left: 10px;*/
    border-style: solid;
    background-color: gold;
    border-color: gold;
    /*font-size: smaller;*/
}

#resetButton {
    /*position: relative;*/
    /*top: 0px;*/
    /*left: 10px;*/    
    border-style: solid;
    background-color: greenyellow;
    border-color: greenyellow;
    /*font-size: smaller;*/
}


/*.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: 14px;
}

.semi-square {
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}*/

select {
  /* styling */
  background-color: white;
  /*border: thin solid blue;*/
  /*border-radius: 4px;*/
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  width: 260px;

  color: #000;
  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.styled-select {
   /* background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0; */
   /*height: 40px;*/
   overflow: hidden;
   border: solid 2px #000;
   /*width: 240px;*/
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}


/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.orange   { background-color: #f1af47; }
.green   { background-color: #85c775; }
.blue    { background-color: #71c7d6; }
.yellow  { background-color: #f5ee6a; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

@media (max-width: 576px) {
   
    .info {
        padding: 6px 8px;
        font-size: 0.7rem;
        background: white;
        background: rgba(255,255,255,1.0);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
    }
    .info h4 {
        margin: 0 0 5px;
        color: #777;
        font-size: 0.7rem;
    } 
}