html{
 	min-height: 100vh;
 	position: relative;
 	overflow-x: hidden;
}
body{
 	height: 100%;
}
#main{
  	height: 100%;
}
#main > .container{
  	margin-top:51px;
}
#map{
	height: 100vh;
	margin-bottom: -51px !important;
	margin: 0 -15px !important;
}

#style_map.panel{
    position: absolute;
    z-index: 10;
    padding: 5px;
    bottom: 20px;
    right: 20px;
}

#map_sidebar{
    margin-top: 51px;
}
#sidebar-content{
    margin-top: 51px;
}

#map .leaflet-top {
    top: 51px;
}


.sidebar {
    z-index: 1029;
}

.leaflet-bar.leaflet-control .active{
    color: #2074B6;
}

.leaflet-container.pointer{
    cursor: pointer;
}

.leaflet-container:active{
    cursor: grab;
}

.ui-widget-content{
  z-index: 1100;
}
#sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}