
/*** BEGIN LAYER SWITCHER MAP ************************************/
.panel-inclam-layer-switcher {
	min-width: 300px;
}
.panel-inclam-layer-switcher .list-title {
	color: #fff;	
}

.panel-inclam-layer-switcher .custom-navbar-bg
{
	background: #343a40;

 	-webkit-box-shadow: 0 2px 5px 2px rgba(255,255,255,0.4);
	box-shadow: 0 2px 5px 2px rgba(255,255,255,0.4);	
}

.panel-inclam-layer-switcher .list-element{
 	padding:5px;
 	background: rgb(243, 243, 244);
 	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
	color: rgb(108, 117, 125);
}

.panel-inclam-layer-switcher .list-element-title{
	color: #ffffff !important;	
}

.panel-inclam-layer-switcher .list-title i:hover {
	cursor:pointer;
}
	

/* 
.custom-filter-selection {
	min-width: 200px;
	background-color: rgba(255,255,255,.9);
	color: #2f4050;
	text-align: center;
}
.custom-filter-selection .list-title{
	color: #fff;
}
 
.custom-filter-selection .menuToolBar{
	display:inline-block;
	text-align: left !important;
}
.custom-filter-selection .menuToolBar i:hover{
	cursor: pointer;
}
 */

.panel-inclam-layer-switcher .layerswitcher-opacity
{	position:relative;
	border: 1px solid #343a40;
	height: 3px;
	margin:5px 1em 10px 7px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
	background: linear-gradient(to right, rgba(52,58,64,0), rgba(52,58,64,0.6));
}

.panel-inclam-layer-switcher .layerswitcher-opacity .layerswitcher-opacity-cursor
{	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 100%;
	background: rgba(52,58,64,0.8);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}


.panel-inclam-layer-switcher .layerswitcher-opacity:hover
{	
		cursor:pointer;
}

.panel-inclam-layer-switcher .layerswitcher-opacity .layerswitcher-opacity-cursor:hover
{
	cursor:pointer;
}
