.azt-table thead tr th.azt-sortable {
  cursor: pointer;
  position: relative;
}
.azt-table thead tr th.azt-sortable::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.azt-table thead tr th.azt-sortable.azt-sort-asc::after {
  content: '↓';
}
.azt-table thead tr th.azt-sortable.azt-sort-desc::after {
  content: '↑';
}
.az-svg svg {
  display: inline;
}
.azt-map-marker {
  cursor: pointer;
}
.azt-map-marker .azt-icon {
  position: relative;
  width: 25px;
}
.azt-map-marker .azt-marker {
  max-width: 100%;
}
.azt-active > .azt-map-marker img {
  filter: drop-shadow(2px 4px 10px #000000);
}
.infobox-wrapper {
  pointer-events: none;
}
.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: all;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.azt-location {
  margin-bottom: 40px !important;
  pointer-events: all;
  position: relative;
}
.azt-location::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f7f8fa transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: -6px;
}
body.azh-customize .azt-map-wrapper {
  position: relative;
}
body.azh-customize .azt-map-wrapper > .azt-location {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body:not(.azh-customize) .az-template {
  display: none;
}
body:not(.azh-customize) .azt-map-wrapper > .azt-location {
  display: none;
}
body:not(.azh-customize) .azt-map-details {
  /*display: none;*/
}
body:not(.azh-customize) .azt-map-list > div .azt-read-more {
  display: none;
}
body:not(.azh-customize) .azt-map-list > .azt-active .azt-read-more {
  display: block;
}
.azt-map-list > div {
  cursor: pointer;
}
.azt-map-list > .azt-active {
  background-color: whitesmoke;
}
.azt-locate {
  cursor: pointer;
}
[data-working_hours="open_closed"] span.azt-open,
[data-working_hours="open_closed"] span.azt-closed {
  position: relative;
  padding-left: 14px;
}
[data-working_hours="open_closed"] span.azt-open::before,
[data-working_hours="open_closed"] span.azt-closed::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: green;
  border-radius: 50%;
}
[data-working_hours="open_closed"] span.azt-closed::before {
  background-color: red;
}
[data-working_hours="full_table"] > div {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
[data-working_hours="full_table"] > div:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
[data-working_hours="full_table"] > div .azt-day-name {
  font-weight: bold;
  margin-right: 10px;
}
body:not(.azh-customize) [data-working_hours="full_table"] > div .azt-closed {
  display: none;
}
body:not(.azh-customize) [data-working_hours="full_table"] > div .azt-open {
  display: none;
}
body:not(.azh-customize) [data-working_hours="full_table"] > div.azt-open .azt-open {
  display: inline;
}
body:not(.azh-customize) [data-working_hours="full_table"] > div.azt-closed .azt-closed {
  display: inline;
}
body:not(.azh-customize) [data-working_hours="open_closed"] .azt-closed {
  display: none;
}
body:not(.azh-customize) [data-working_hours="open_closed"] .azt-open {
  display: none;
}
body:not(.azh-customize) [data-working_hours="open_closed"].azt-open .azt-open {
  display: inline;
}
body:not(.azh-customize) [data-working_hours="open_closed"].azt-closed .azt-closed {
  display: inline;
}
.azt-mobile-panel {
  display: none;
}
body.azh-customize .azt-mobile-panel {
  display: block;
}
@media (max-width: 600px) {
  body:not(.azh-customize) .azt-filters-list-details-map {
    position: relative;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azh-row > div {
    position: static;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-mobile-panel {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-map-filters {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-map-list {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    max-height: none !important;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-map-details {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-map-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-map-wrapper .azt-map {
    height: 100% !important;
  }
  body:not(.azh-customize) .azt-filters-list-details-map .azt-open-filters,
  body:not(.azh-customize) .azt-filters-list-details-map .azt-open-list,
  body:not(.azh-customize) .azt-filters-list-details-map .azt-open-map {
    opacity: 0.5;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="filters"] .azt-open-filters {
    opacity: 1;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="filters"] .azt-map-filters {
    display: block;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="list"] .azt-open-list {
    opacity: 1;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="list"] .azt-map-list {
    display: block;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="details"] .azt-map-details {
    display: block;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="map"] .azt-open-map {
    opacity: 1;
  }
  body:not(.azh-customize) .azt-filters-list-details-map[data-mobile-state="map"] .azt-map-wrapper {
    display: block;
  }
}
[data-month-selector] .azt-current-month,
[data-month-selector] .azt-minus-month,
[data-month-selector] .azt-plus-month {
  user-select: none;
  cursor: pointer;
}
/*# sourceMappingURL=templates.css.map */