/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/*.map_wrap{
  padding:0;
  right:0;
  height:100%;
  position: relative;
}*/
#map-canvas{
   width: 100%; 
   height:100vh;
}*/
.z1{
	z-index:9999 !important;
}
.z2{
	z-index:1 !important;
}

.leaflet-popup-content {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
  border-left: 5px solid #262FAE !important;
  min-width:350px;
}
.leaflet-sidebar {
  z-index: 1020;
}
.leaflet-sidebar .close {
  right: 0px;
  top: 5px;
  background: transparent;
}

.popup_title
{
	font-size:18px;
	color:#000;
	margin-bottom:20px;	
}
.txt_wrap
{
margin-bottom:20px;	
}
.button_wrap
{
	margin-bottom:20px;
	text-align:center;
}
.button_map
{
	width:auto;
	height:auto;
	cursor:pointer;
	border: 1px solid #262FAE !important;
	padding:10px 30px;
	color: #262FAE;
	text-transform: uppercase;
}

.overlay
{
	z-index:5000 !important;
}
.footer-bar
{
	z-index:10000;
}

