label{ 
    text-align:left; 
    color:#000 ;
}

#info-back{
	top:61;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:calc(100% - 61px);
	margin:auto;
	position:absolute;
	opacity:0.5;
	z-index:1;
	
	background-color:#000;  
}

#info-load{
	top:61;
	right:0;
	bottom:0;
	left:0;
	width:88px;
	height:88px;
	margin:auto;
	position:absolute;
	z-index:3;
	
	background-color:#f5f7fa;
	border:1px solid #e1e1eb; 
	
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

#info-load-z1{
	width:100%;
	height:100%;
	position:absolute;
	
	background-image:URL("../img/loading-z1.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}

#info-load-z2{
	width:100%;
	height:100%;
	position:absolute;
	
	background-image:URL("../img/loading-z2.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}

#info-load-z3{
	width:100%;
	height:100%;
	position:absolute;
	
	background-image:URL("../img/loading-z3.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}

#info-text{
    width:calc(100% - 60px);
    max-width:280px;
    max-height:calc(100% - 121px);
    padding:10px;
    margin:20px;
    position:absolute;
    overflow:auto;
    z-index:90;
    
    background-color:#fff;
    
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}

#info-text::-webkit-scrollbar{
	width:2px;
}

#info-text::-webkit-scrollbar-track{
	background:#fff;
}

#info-text::-webkit-scrollbar-thumb{
	background:#888;
}

#info-text::-webkit-scrollbar-thumb:hover{
	background:#333;
}

#location-close{
    top:10;
    right:10;
    width:15px;
    height:15px;
    position:absolute;
    
    cursor:pointer;
    background-color:#666;
    
    -webkit-mask-image:url(../img/close.svg);
    mask-image:url(../img/close.svg);
    -webkit-mask-size:cover;
    mask-size:cover;
}

#location-minimap{
    width:150px;
    height:150px;
    margin-top:40px;
    position:relative;
    z-index:0;
}

#location-border{
    width:152px;
    height:152px;
    margin:-151px 0 20px 0;
    position:relative;
    z-index:1;
    
    background-color:#fff;
    
    -webkit-mask-image:url(../img/border.svg);
    mask-image:url(../img/border.svg);
    -webkit-mask-size:cover;
    mask-size:cover;
}

#location-titulo{
    font-size:20px;
    font-weight:bold;
}

#location-tipo{
    font-size:14px;
    color:#666;
}

#location-descricao{
    margin-top:15px;
    color:#666;
}

#err-blc{
	width:85%;
	max-width:650px;
	margin:auto;
	padding:25px;
	position:absolute;
	top:76;
	left:0;
	right:0;
	z-index:100;
	opacity:0.9;
	
	background-color:#ff4444;
	color:#fff;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
}

#map{
	height:100%;
   	width:100%;
	z-index:0;
}

.leaflet-control-layers-list::-webkit-scrollbar{
	width:2px;
}

.leaflet-control-layers-list::-webkit-scrollbar-track{
	background:#fff;
}

.leaflet-control-layers-list::-webkit-scrollbar-thumb{
	background:#888;
}

.leaflet-control-layers-list::-webkit-scrollbar-thumb:hover{
	background:#333;
}

.txt-msg{
	text-align:left;
	color:#fff;
}

.visualizer{
	height:calc(100% - 60px);
	width:100%;
	margin-top:-1px;
	position:relative;
	overflow:hidden;
}

.info-nome{
    margin-top:10px;
    
    font-size:12px;
    color:#666;
}

.info-valor{
    color:#333;
}

.info-spacer{
    width:80%;
    height:1px;
    margin:20px 0;
    
    background-color:#ddd;
}