html{
 	min-height: 100vh;
 	position: relative;
 	overflow-x: hidden;
}
body{
 	height: 100%;
}
#main{
  	height: 100%;
}

#logo{
  display: block;
  z-index: 1;
  border-radius: 5px;
  padding: 0 10px;
  margin: 10px -5px;
  height: 90px;
  transition: .3s ease all;
}
#logo:hover{
  background: rgba(0, 0, 0, 0.1)
}
#logo img{
  height: 100%;
}

ul.applications{
  position: absolute;
  bottom: 40px;
  margin: 0;
  padding: 0;
  color: black;
}
ul.applications li{
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 12pt;
  overflow: hidden;
  transition: all 80ms;
}
ul.applications li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
#map{
	height: 100vh;
	margin-bottom: -51px !important;
	margin: 0 -15px !important;
}

.sidebar-tabs>li.active, .sidebar-tabs>ul>li.active,
#map_sidebar .sidebar-header{
  color: #333;
  background: rgba(217,217,217,1);
  background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(194,192,194,1) 42%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(42%, rgba(194,192,194,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(194,192,194,1) 42%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(194,192,194,1) 42%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(194,192,194,1) 42%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(194,192,194,1) 42%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ededed', GradientType=0 );
}

.btn-primary {
  color: #fff;
  background-color: #969b9e;
  border-color: #74797d;
  transition: background .3s ease;
}
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #89929a;
    border-color: #74797d;
}
primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover{
    color: #fff;
    background-color: #74797d;
    border-color: #74797d;
}

a {
   color: #063e6f;
}

#map .leaflet-left {
    left: 45px;
}


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

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

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

.ui-widget-content{
  z-index: 10000;
}
