body { margin:0; padding:0; font-family: 'Ubuntu', sans-serif; color: rgb(109, 110, 112); overflow-x: hidden; }
#map { position:absolute; top:0; bottom:0; width:100%; }
#switch {
  position: absolute;
  bottom: 20px;
  right: 1px;
  width: 100px;
  height: 70px;
  background: #fff;
  border: 1px solid rgb(50,50,50);
}
.button {
  cursor: pointer;
  padding: 17px;
  border-radius: 15px;
  white-space: nowrap;
  line-height: 4em;
  background: #2bb461;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.button:hover {
  background: #1e9d50;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  #switch {
    bottom: 3px;
  }
  .mapboxgl-ctrl-bottom-right {
    bottom: 65px;
  }
  .button {
    border-radius: 3px;
    padding: 3px;
    line-height: 2em;
    text-transform: none;
  }
}
.search {
  position: absolute;
  top: 9px;
  left: 9px;
  max-height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.result {
  list-style-type: none;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.result:hover { cursor: default; }
.result li { border: 1px solid rgba(0,0,0,0); }
.result li:hover {
   background-color: rgba(210, 210, 210, 0.5);
   border: 1px solid gray;
   border-radius: 3px;
}
.adresas {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border: 1px solid rgba(150, 150, 150);
  border-radius: 3px;
  display: none;
  z-index: 10;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .adresas {
    font-size: small;
  }
}
.searchSwitcher {
  background-color: #2bb461;
  color: white;
  padding: 6px 10px 7px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}
#search_type {
  background-color: #2bb461;
  color: white;
  padding: 6px;
  border-radius: 4px;
  position: absolute;
  left: 1px;
  top: 50px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}
.switch_item {
  padding: 5px;
  border-radius: 4px;
}
.switch_item:hover {
  background-color: white;
  color: #2bb461;
}
input { height: 2em; width: 15em; }
#info {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: yellow;
  font-size: 13px;
  display: none;
}
#info_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border: 1px solid gray;
  border-radius: 3px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 640px) {
  #info_cont {
    font-size: smaller;
  }
}
#info_cont table {
  border-collapse: collapse;
  white-space: nowrap;
}
#info_cont table td {
  border: 1px solid gray;
  padding: 5px;
}
#info_cont table th {
  font-weight: bold;
  border: 1px solid gray;
  padding: 5px;
}
.material-icons.s_icon {
  vertical-align: bottom;
  font-size: initial;
}
.isvezimo_problema {
  background: #f9cfcf;
}
