
/* PANEL LAYERS */
.leaflet-panel-layers .leaflet-panel-layers-list,
.leaflet-panel-layers-expanded .leaflet-panel-layers-toggle {
	display: block;
}
.leaflet-panel-layers-expanded .leaflet-panel-layers-list {
	display: block;
}
.leaflet-top.leaflet-right .leaflet-panel-layers {
	margin: 0;
}
.leaflet-panel-layers {
	/*background: rgba(255,255,255,0.6);;
	box-shadow: -2px 0 8px rgba(0,0,0,1);*/
	padding: 10px;
	width: 30px;
	min-width: 30px;
	overflow: hidden;
}
.leaflet-panel-layers-expanded {
	width: auto;
}
.leaflet-panel-layers-expanded:hover  {
	overflow-y: auto;
	overflow-x: hidden;
}
/*.leaflet-panel-layers-expanded:hover .leaflet-panel-layers-list {
	margin-right: 10px;
}
.leaflet-panel-layers-expanded:hover .leaflet-panel-layers-group {
	margin-right: -10px
}*/
.leaflet-panel-layers-separator {
	border-top:0px solid rgba(0,0,0,0.8);
	height: 8px;
	margin: 12px 4px 0 4px;
	clear: both;
}	
.leaflet-panel-layers-group {
	margin: 2px 0;
	padding: 2px 4px;
	border: 0px solid #fff;
	background: #000;opacity:.8;
	border-radius: 6px;
	box-shadow: 2px 2px 5px #000;
	
}
.leaflet-panel-layers-grouplabel {
	color: rgba(0,0,0,0.5);
	font-weight:bold;color:#fff;
}
.leaflet-panel-layers-base .leaflet-panel-layers-item,
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
	display: block;
	clear: both;
	float: none;
	line-height: 20px;
	height: 22px;
	white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;color:#fff;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
	margin-bottom: 4px;
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: auto;
	overflow: hidden;
	font-weight: normal;
	color:#000;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover {
	border: 1px solid #888;
	cursor: pointer;
}
.leaflet-panel-layers-icon {
	text-align: center;
	line-height: 22px;
	height: 22px;
	width: 22px;
	background: #fff;
	display: inline-block;
	margin-right: 4px;
}
.leaflet-panel-layers-overlays span {
	display: inline-block;
	width: auto;
	overflow: hidden;
}
.leaflet-panel-layers-overlays input {
	float: right;
	margin: 4px;
}


