html, body {
  height: 100%;
  width: 100%;
}
#map {
  width: 100%;
  height: calc(100% - 51px);
  z-index : 1;
}
.uk-navbar-brand, .uk-navbar-toggle {
  height: 50px;
  margin: 15px;
}
.uk-navbar-center {
  max-width: 75%;
  padding-top: 5px;
}
.uk-dropdown, uk-dropdown-search {
  width: 100%;
}
.new-marker-popup {
  text-align: center;
  cursor: pointer;
}

.autocomplete {
  position: relative;
  display: block;
  z-index:2;
  width: 100%;
  background-color: white;
  margin-top: 10px;
}

.autocomplete li {
  margin: 10px;
}
