/* PANEL LAYERS */
.leaflet-panel-layers .leaflet-panel-layers-list {
	display: block;
	width: auto;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
	display: block;
	width: auto;

}
.leaflet-top.leaflet-right .leaflet-panel-layers:not(.compact) {
	/*margin: 0;*/
	/*margin: 5px 15px 10px 10px;*/
	border-radius: 10px;
}
.leaflet-panel-layers {
	/*width: 30px;*/
	/*min-width: 30px;*/
	width: 100%;
	/*border-radius: 10px;*/
	padding: 4px;
	background: rgba(255,255,255,0.5);
	box-shadow: -2px 0 8px rgba(0,0,0,0.3);
	height: 100%;
}
.leaflet-panel-layers.expanded {
	/*padding: 4px;*/
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
	/*height: calc(100vh - 160px); */
	/*NUEVO*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
	/*display: block;
	margin: 5px;
	width: auto;
	height: auto;*/
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-title > span,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-selector,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-grouplabel {
	display: none;
}

.leaflet-panel-layers-title > span{
	padding-right: 40px;
}

.leaflet-panel-layers-separator {
	clear: both;
	height: 8px;
	margin: 12px 4px 0 4px;
	border-top:1px solid rgba(0,0,0,0.3);
}

.leaflet-panel-layers-item .leaflet-panel-layers-title {
	display: block;
	white-space: nowrap;
	float: none;
	cursor: pointer;
	padding-left: 2px;
}
.leaflet-panel-layers-title .leaflet-panel-layers-selector {
	float: right;
}

.leaflet-panel-layers-group {
	position: relative;
	width: auto;
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 2px 4px;
	margin-bottom: 4px;
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.6);
	border-radius: 3px;
}
.leaflet-panel-layers-icon {
	text-align: center;
	float: left;
	line-height: 20px;
	display: inline-block;
	height: 25px;/*20px;*/
	width: 10px;/*20px;*/
	/*background: #fff;*/
	margin:auto;
	padding: auto;
	padding-right: 20px;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) {
	height: auto;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
	height: 25px;
	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;
	text-align: left;
	margin: auto;
	padding: auto;
	-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-item {
	display: block;
	height: auto;
	clear: both;
	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;
	min-height: 25px;
}

.leaflet-panel-layers-overlays{
	padding-bottom: 10px;
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: auto;
	display: block;
	margin-bottom: 4px;
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover {
	border: 1px solid #888;
	cursor: pointer;
}

.leaflet-panel-layers-base .leaflet-panel-layers-selector {
	float: left;
	margin-right: 3px;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-selector {
	float: right;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-overlays input {
	display: block;
}
.leaflet-control-layers-selector {
	float: left;
}


/* theming style */


.leaflet-panel-layers-selector {
	position: relative;
	top: 1px;
	margin-top: 2px;
}

.leaflet-panel-layers-margin {
	height: 25px;
}

.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
	min-width: 12px;/*20px;*/
	/*font-size: 16px;*/
	text-align: center;
	background: none;
}

.leaflet-panel-layers-item span {
	display: block;
	background: #fff;
	text-align: left;
}
.panel-thumb {
	height: 50px;
	width: 100%;
	cursor: pointer;
    outline: 2px solid gray;
	margin-bottom: 5px;
}

#icon-title {
	/*font-family: 'Roboto', sans-serif;*/
	padding-right: 10px;
}


