/* main page */

/* accordion */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.ui-dialog{
	width: 800px !important;
}

/* leaflet */
.info {
    padding: 6px 8px;
	  font-size: 14px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

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

.information {
    background-color: #e3f1fa; 
    padding: 5px 10px; 
    display:none; 
    float: right;
    width: 20%;
}

.legend_class{
	display: inline-block;
}