  label {
  }
  
  .ui-tooltip, .arrow:after {
    background: #2e4556;
  }
  .ui-tooltip {
    padding: 6px 12px;
    color: white;
    border-radius: 4px;
    font: 12px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
  
  #map-fullscreen{

  }
  
  .container-ui{
      position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    width: 550px;
    background-color: #fafafa;
    padding: 0px 0px 0px 0px;
    transition:.5s;
    box-shadow: 2px 0px 5px 5px rgb(0 0 0 / 20%);
  }
  
  .container-ui-inner{
	height: auto;
    overflow-y: scroll;
    background-color:#ffffff;
  }
  
  #ui-toggle{
  position:absolute;
  top:45%;
  left:-30px;
  width:100px;
  transition:.2s;
  z-index:-1;
  box-shadow: -2px 2px 8px 4px rgb(0 0 0 / 12%)
  }
  
  #ui-toggle:hover{
  left:-35px;
  width:200px;
  }
  #ui-toggle:hover a.btn-ui-toggle-report{
  display:block;
  }
  
	#ui-toggle a{
	font-size: 26px;
    line-height: 1.4;
    color: #333;
    display: block;
    background-color: #fff;
    padding: 3px 10px 5px 10px;
    border-radius: 6px 0px 0px 6px;
    xwidth:100px;
	}
	
		#ui-toggle a span{
	
    font-size: 15px;
    
    }
	
	.section-how-to{
	    padding: 0px 20px;
    	border-top: 1px solid #dfdfdf;
    	margin: 30px 10px 0px 10px;
	}
	
	#container-site-list{
	padding:0px 10px;
	}
	#main-content-wrapper .open{
	xwidth:100px;
	
	}
	#main-content-wrapper .closed{
	xwidth:100px;
	
	}
	
	#map-legend{
	    padding-top: 5px;
    z-index: 9;
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.1);
    }
    
    mapboxgl-ctrl-geocoder {
  width: 100%;
  }
  .section-how-to h2{
  color:#333;
  }
  .section-how-to ul li{
  margin-bottom:10px;
  }
  
  .section-how-to ul li strong{
  color:#333;
  }
  
  .section-how-to ul li p{
  margin:0px;
  }
  
  .section-how-to ul li p a{
  color:#004ca6;
  text-decoration:underline;
  font-size:15px;
  line-height:1.4;
  }
  .section-how-to-index{
  	padding: 0px 20px;
	border-top: 1px solid #dfdfdf;
	margin: 30px 10px 0px 10px;
  }
  
  .section-how-to-index h2{
 	font-size: 26px;
	line-height: 1.4;
	color: #333;
	margin: 20px 0px 10px 0px;
  }
  
  .section-how-to-index h3{
  font-size:18px;
  line-height:1.4;
  color:#333;
  margin:0px 0px 10px 0px;
  }
  
  .section-how-to-index p{
  font-size:13px;
  line-height:1.4;
  margin:0px 0px 10px 0px;
  }
  
  .section-how-to-index ul{
  list-style:none;
  margin-bottom:20px;
  }
  .section-how-to-index ul li{
  
  }
  
  .section-how-to-index ul li a{
  color:#545454;
  text-decoration:underline;
  font-size:13px;
  }
  


.no-border{
border:none !important;
}


/* Navigation V2 */

 #nav-icon3{
width: 40px;
height: 50px;
position: absolute;
right: 0px;
top: 5px;
margin: 0px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
cursor: pointer;
padding: 0px 10px;
border-radius: 4px;
background-color: transparent;
}

#nav-icon3 span{
  display: block;
position: absolute;
height: 2px;
width: 20px;
background: #344555;
border-radius: 0px;
opacity: 1;
left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 16px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 23px;
}


#nav-icon3 span:nth-child(4) {
  top: 30px;
}



#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


#tabs-nav{
height:58px;
}

.tabs-container ul li a.btn-expand-nav{ 
border: none;
margin: 10px 10px 10px 0px;
padding: 10px 50px 10px 10px;
font-size: 16px;
}
 
.tabs-container ul li a.btn-expand-nav:hover{

}

.tabs-container ul {
  margin-left: 0px;
}

.tabs-container ul li {
  list-style: none;
  display: inline;
  float: right;
  margin-bottom: 0px;
	position: relative;
}

 .tabs-container ul li a {
  margin: 10px 10px 10px 0px;
color: #344555;
box-shadow: 2px 2px 3px rgb(0 0 0 / 0%);
font-size: 16px;
padding: 10px 10px 10px 10px;
display: inline-block;
text-align: center;
border-radius: 4px;
-webkit-transition: 0.2s;
transition: .2s;
cursor: pointer;
border: none;
}

.tabs-container ul li a:hover {
	color: #333;
	cursor: pointer;
	box-shadow: inherit;
	border-radius: 6px;
	background-color: #eee;
}

.tabs-container ul li a.btn-location-nav{
margin: 14px 0px 0px 0px;
font-size: 15px;
padding: 4px 10px 4px 10px;
color: #000;
box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
background-color: #fff;
}

.tabs-container ul li a.btn-location-nav:hover{
color:#de5221;
border-radius:4px;
}

.tabs-container ul li a.btn-location-nav:hover .arrow{
color:#de5221;
}

.btn-location-nav .arrow{
	font-size: 12px;
border-left: 1px solid #e3e3e3;
padding-left: 6px;
margin-left: 6px;
color: #6f6f6f;
}

