@charset "UTF-8";
@font-face {
  font-family: maps-icons;
  src: url("maps.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.smap-canvas {
  position: absolute;
  z-index: 10;
}
.smap-canvas div img {
  cursor: pointer;
}
.smap-canvas.hide-markers svg ~ div img {
  display: none;
}

.estate-map-card {
  padding: 0 !important;
  border-radius: 0;
}
.estate-map-card .close {
  background: rgba(0, 0, 0, 0.5);
  right: -5px;
  top: -5px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.estate-map-card .close:after {
  font-size: 14px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: "x";
  color: #fff;
  text-align: center;
}

.card-body {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  min-width: 350px;
  padding: 20px;
}
.card-body table {
  min-width: 200px;
}
.card-body table td, .card-body table th {
  padding: 3px 0 !important;
}
.card-body table th {
  padding-right: 1em !important;
}
.card-body p {
  /*padding: 20px;*/
}

.map-canvas {
  height: 100%;
  width: 100%;
}
.map-canvas .ol-control {
  font-size: 15px;
  background: none;
}
.map-canvas .ol-control.ol-attribution button {
  display: none;
}
.map-canvas .ol-control button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 6px;
  text-align: center;
  /*line-height: 24px;*/
  background: #fff;
  color: #6b7580;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  outline: 0;
  font-family: mapy;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  height: auto;
  width: auto;
  line-height: 1em;
  font-family: maps-icons;
}
.map-canvas .ol-control button:before {
  line-height: 1em;
}
.map-canvas .ol-control button.ol-zoom-in {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  min-width: 30px;
}
.map-canvas .ol-control button.ol-zoom-out {
  font-size: 0;
  content: "";
  margin-left: -1px;
  min-width: 30px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}
.map-canvas .ol-control button.ol-zoom-out:before {
  font-size: 16px;
  content: "-";
}
.map-canvas .ol-control button.geolocate:before {
  content: "q";
}
.map-canvas .ol-control button.fullscreen:before {
  content: "W";
}
.map-canvas .ol-control.layer-switcher {
  top: 17px;
  right: 17px;
  z-index: 1;
}
.map-canvas .ol-control.layer-switcher button {
  background: #fff;
  width: auto;
  height: auto;
  content: "Změnit vrstvu";
}
.map-canvas .ol-control.layer-switcher button:before {
  content: "m";
}
.map-canvas .ol-control.layer-switcher.shown button {
  display: none;
}
.map-canvas .ol-control.layer-switcher ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style-type: none;
}
.map-canvas .ol-control.layer-switcher ul span {
  display: block;
  min-height: 2.2em;
}
.map-canvas .ol-control.layer-switcher ul .layer {
  width: 100px;
  border: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 25px;
}
.map-canvas .ol-control.layer-switcher ul .layer input {
  top: -20px;
  left: 0;
}
.map-canvas .ol-control.layer-switcher ul .layer label {
  padding: 0;
  display: block;
}
.map-canvas #fullscreen-control {
  position: absolute;
  left: auto;
  right: 130px;
  top: 17px;
}
.map-canvas #geolocation-control {
  position: absolute;
  left: auto;
  right: 94px;
  top: 17px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.map-panorama {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 1;
  top: 0;
  opacity: 0;
}
.map-panorama.show {
  display: block;
  z-index: 11;
  opacity: 1;
}

/*# sourceMappingURL=maps.css.map */
