/* PANEL LAYERS */
.leaflet-panel-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 2px;
	/*width:44px;*/
	min-width: 2.8rem;
	min-height: 2.8rem;
}

.leaflet-panel-layers-toggle {
	background-image: url(/assets/IMAGES/GUI/BUTTONS/layers-2x.png);
	width: 2.8rem;
	height: 2.8rem;
}

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

.leaflet-panel-layers .leaflet-panel-layers-list,
.leaflet-panel-layers.expanded .leaflet-panel-layers-toggle {
	display: none;
}

.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
	position: relative;
	display: block;
	height: auto;
	padding-right: 5px;
	min-height: 500px;
	max-height: 700px;
	min-width: 200px;
	overflow-y: auto;

}

.leaflet-panel-layers.expanded {
	width: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 6px 10px 6px 6px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: none;
	margin-top: 38px;
	/*margin-top:38px;*/
	/*margin-right: 40px;*/
}

.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-separator {
	clear: both;
}

.leaflet-panel-layers-item .leaflet-panel-layers-title {
	display: inline;
	float: none;
	cursor: pointer;
	margin-right: 5px;
}

.leaflet-panel-layers-item .leaflet-panel-layers-title .leaflet-panel-layers-span {
	display: inline;
	float: none;
}


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

.leaflet-panel-layers-group {
	position: relative;
	/*width: 100%;*/
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 0 10px;
}

.leaflet-panel-layers-icon {
	min-height: 20px;
	text-align: top;
	float: left;
	/*border:1px solid rgba(0,255,0,1);*/
}

.leaflet-panel-layers-group.collapsible:not(.expanded) {
	min-height: 20px;
	/*min-width:210px;*/
	/*border:1px solid rgba(0,0,0,0.3);*/
}

.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
	min-height: 20px;
	/*min-width:210px;*/
	overflow: hidden;
	line-height: 24px;
}

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

.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-grouplabel {
	min-height: 20px;
	line-height: 24px;
	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;
	margin: 3px 0;
	/*border:1px solid rgba(255,0,0,0.3);*/
}

.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;
	padding-bottom: 5px;

}

.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;
	/*min-width:210px;*/
	/*width: 100%;*/
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item title {
	margin-right: 5px;
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item div {
	display: inline-bloc;
}

.leaflet-panel-layers-base .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;
	/*min-width:210px;*/
	/*width: 100%;*/
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 2px;

	/*white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: auto;
	min-width:200px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;	
	padding-top:5px;
	padding-left:5px;
	margin-bottom:2px;*/
}

.leaflet-panel-layers-base .leaflet-panel-layers-selector {
	float: left;
	margin-top: 14px;
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-selector,
.leaflet-panel-layers-overlays .leaflet-panel-layers-extend {
	float: right;
}

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

.leaflet-control-layers-selector {
	float: left;
}


/* theming style */
.leaflet-panel-layers {
	/*background: rgba(255,255,255,0.9);*/
	/*margin:5px;*/
	background-image: url(/assets/IMAGES/GUI/BUTTONS/layers-2x.png);
	/*background-origin: center;*/
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	/*padding:4px;*/
}

.leaflet-panel-layers.expanded {
	padding: 4px;
}

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

/*********************************************************************************************
*
*				ATDx LIM
*
**********************************************************************************************/

.leaflet-panel-layers-list .control_title,
.leaflet-panel-layers-separator .control_title {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 5px;
	margin-bottom: 10px;
	width: 100%;
	color: white;
	background-color: rgb(75, 75, 140);
}


.leaflet-panel-layers-extend {
	width: 14px;
	height: 14px;
	background-image: url("/assets/IMAGES/GUI/BUTTONS/b_full_extend.png");
	background-origin: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	margin: 2px;

}



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

.leaflet-panel-layers-item {
	min-height: 20px;
}

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

.leaflet-panel-layers-icon {
	line-height: 16px;
	display: inline-block;
	height: 16px;
	width: 26px;
	background: #fff;
	margin: 2px;

}

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

.leaflet-panel-layers-group {
	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-overlays .leaflet-panel-layers-item {
	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;
}