#map {
  width:99%;
  min-height: 50vh;
}
@media (min-width: 768px) {
    #map {
      width:99%;
      min-height: 80vh;
    }
}
#postcode-label {
  display: flex;
  margin-bottom: 15px;
  line-height:25px;
}
#postcode-label input{
  width: 100%;
  padding: 5px 8px;
  margin-left:0px;
}
#map-search-container {
 /* position: absolute;
  top: 20px;
  left: 30px;*/
  height: calc(80vh - 40px);
  z-index: 1;
  background: #000;
  padding: 10px 20px 0;
  /*overflow: hidden;*/
}

@media (min-width: 768px) {
    #map-search-container{
        position: absolute;
        top: 20px;
        left: 30px;
        height: calc(80vh - 40px);
        width: 40vw;
        z-index: 1;
        background: #000;
        padding: 10px 20px 0;
        /*overflow: hidden;*/
    }
}
@media (min-width: 1200px) {
    #map-search-container{
        position: absolute;
        top: 20px;
        left: 30px;
        height: calc(80vh - 40px);
        width: 33vw;
        z-index: 1;
        background: #000;
        padding: 10px 20px 0;
        /*overflow: hidden;*/
    }
}
.listaPunktow{
    max-height: calc(80vh - 125px);
    padding-right: 15px;
    scrollbar-width: thin;
}
.listaPunktow div{
  color: #fff;
  border: 1px solid #333;
  margin:10px 0px;
  padding: 10px;
}
#map-result {
  margin: 30px 0;
}
.map-legend {
  margin-top:15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
.map-legend .ico-container {
 /* width: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  text-align: center;*/
  cursor: pointer;
  color: #fff;
  background-image:url(/media/kptgzrqj/on.png);
  background-repeat:no-repeat;
  background-position: 15px center;
    padding-left: 61px;
}
.map-legend .ico-container.off {
  /*filter: grayscale(1);
  opacity: 0.3;*/
  background-image:url(/media/u2zfzfne/off.png);
}
.map-legend img {
  margin: 0 auto 8px;
  width: initial;
  max-width: 40px;
}



.map-list-items {
  /*display: flex;
  flex-wrap: wrap;*/
  max-height: calc(80vh - 225px);
padding-right: 15px;
scrollbar-width: thin;
    overflow: auto;
}

.map-list-items .amt-desc img {
  margin-right: 10px;
}

a.a-red-link {
  color: #ed1c24 !important; font-weight:bold !important;
  margin-top:6px;
  display:block;
}

.ps_placowka.xxxxx:before {
  border-top:1px solid silver;
  position:absolute;
  content:"";
  left:0;
  top:0;
  right:10px;
  height:1px;
}
.ps_placowka {
  color: #fff;
  margin-top:15px;
  padding:15px;
  box-sizing: border-box;
  border: 1px solid #333;
}
}
.map-woj-info *
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;

  line-height:20px;
  padding:5px;

}

.map-wojs {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  background: #fff;
  padding: 0;
  opacity: .9;
  left: 20px;
  box-shadow: 0 0 10px #00000059;
}
.map-wojs a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
}
.map-wojs a:active {
  text-decoration:underline;
}


.map-wojs ul,
.map-wojs li,
.map-wojs a {
  padding: 0;
  margin:0;
}
.map-wojs a {
  padding:2px 10px;
  color:#000;
  display: block;

  border-bottom: 1px solid rgba(0,0,0,.3);

}

.anwil-map .map-area {
  box-sizing: border-box;
  width:100%;
  height:600px;
  max-height:90vh;
  border:1px solid #ddd;
}
.anwil-map .anwil-map-tooltip {
  line-height:1.3;
}
.amt-h1 {
  font-weight:bold;
  display:block;
 /* margin-top:5px;
  margin-bottom:5px;*/
}
.amt-h2 {
  display:block;
  font-size: 14px;
}
.amt-desc {
  display:block;
  text-align: right;
/*  margin-top:8px;
  padding-top:8px;
  padding-bottom:8px;*/
}
.mapcontainer{
    position: relative;
}



.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
}

.gm-style .gm-style-iw-c{
    border-radius: 4px!important;
}
.gm-ui-hover-effect{
    width:30px !important;
}
.toltipHead{
    position: absolute;
    top: 15px;
    font-weight: 500;
}
.gm-style-iw{
    min-width:200px!important;
}