/**
 * Leaflet Panel Layers v1.2.4 - 2018-10-08
 *
 * Copyright 2018 Stefano Cudini
 * stefano.cudini@gmail.com
 * http://labs.easyblog.it/
 *
 * Licensed under the MIT license.
 *
 * Demos:
 * http://labs.easyblog.it/maps/leaflet-panel-layers/
 *
 * Source:
 * git@github.com:stefanocudini/leaflet-panel-layers.git
 *
 */
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

.leaflet-panel-layers .leaflet-panel-layers-list {
	display: block
}

.leaflet-top.leaflet-right .leaflet-panel-layers:not(.compact) {
	margin: 0
}

.leaflet-panel-layers {
	width: 30px;
	min-width: 30px
}

.leaflet-panel-layers.expanded {
	width: auto;
	overflow-x: hidden;
	overflow-y: auto
}

.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
	display: block;
}

.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-grouplabel,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-selector,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-title>span {
	display: none
}

.leaflet-panel-layers-separator {
	clear: both
}

.leaflet-panel-layers-item .leaflet-panel-layers-title {
	display: block;
	white-space: nowrap;
	float: none;
	cursor: pointer;
	font-weight: bold; /*Agregado Tati*/
	font-size: 14px; /*Agregado Tati*/
/*	font-family: "Mystery Quest", cursive;*/
	font-family: 'Poppins', sans-serif;
	/*font-family: Futura, "Trebuchet MS", Arial, sans-serif; Agregado Tati*/
	/*src: url(../webfonts/fa-solid-900.woff2) format("woff2");*/
	/*font-family: Futura;
	src: url(../webfonts/FuturaLightBT.ttf) format("ttf");*/
}

.leaflet-panel-layers-title .leaflet-panel-layers-selector {
	float: right
}

.leaflet-panel-layers-group {
	position: relative;
	width: auto;
	height: auto;
	clear: both;
	overflow: hidden;
    font-weight: bold; /*Agregado Tati*/
    font-size: 16px; /*Agregado Tati*/ 
    font-family: 'Poppins', sans-serif;
    /*font-family:Futura, "Trebuchet MS", Arial, sans-serif; /*Agregado Tati*/
/*    src: url(../webfonts/fa-solid-900.woff2) format("woff2");*/
   /*font-family: Futura;
   src: url(../webfonts/FuturaLightBT.ttf) format("ttf");*/

}

.leaflet-panel-layers-icon {
	text-align: center;
	width: 50px;
	height: 50px;
	float: left;
}

.leaflet-panel-layers-group.collapsible:not(.expanded) {
	height: 20px
}

.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
	height: 20px;
	overflow: hidden
}

.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-item {
	display: none
}

.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
	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-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;
	
}

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

.leaflet-panel-layers-base .leaflet-panel-layers-selector {
	float: left
}

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

.leaflet-panel-layers {
	padding: 6px;
	background: rgba(255, 255, 255, .5);
	box-shadow: -2px 0 8px rgba(0, 0, 0, .3)
}

.leaflet-panel-layers.expanded {
	padding: 10px
}

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

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

.leaflet-panel-layers-item {
	min-height: 25px;
	position: center;
}

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

.leaflet-panel-layers-icon {
	line-height: 20px;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: -4.2px; /*agregado Iván*/
	background: #fff;
	position: center;
}

.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
	min-width: 22px; /*tat*/
	font-size: 16px;
	text-align: center;
	background: 0 0;

}

.leaflet-panel-layers-group {
	padding: 2px 4px;
	margin-bottom: 4px;
	border: 1px solid rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .6);
	border-radius: 3px

}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
	margin-bottom: 4px;
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 5px/*tat*/

}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover {
	border: 3px solid #888;/*tat*/
	cursor: pointer

}