@charset "UTF-8";
/* CSS Document */


#map {
height: 450px;
 }

.checkBoxStyle{
	background-color: antiquewhite;
	display: block;
	height: auto;
}

.leaflet-panel-layers-icon {
	text-align: center;
	float: left;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) {
	height: auto;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
	height: auto;
	overflow: hidden;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-item {
	display: none;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-grouplabel {
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.leaflet-panel-layers-icon {
	line-height: 21px;
	display: inline-block;
	height: 20px;
	width: 35px;
	background: #fff;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
	min-width: 20px;
	font-size: 16px;
	text-align: center;
	background: none;
}

/*media queries */
	  
 /*screen is less than 600 pixels wide 
  @media (max-width: 600px) {
	  .leaflet-panel-layers-group.collapsible {collapsibleGroups: true;}
	
  }*/