body {
     background: #f2f4f8;
     color: black;
}

 #map {
     height: 200px;
     width: 100%;
}

.main {
    color: #949494;
}
 .rotateRight {
     position: absolute;
     top: 40px;
     right: 8px
}
 .rotateLeft {
     position: absolute;
     top: 70px;
     right: 8px
}

 .zoomToExtent {
     position: absolute;
     top: 100px;
     right: 8px
}

.ol-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
}
.ol-tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.ol-tooltip-static {
    background-color: #222222e7;
    color: white;
    border: 1px solid white;
    font-family: sans-serif;
    font-weight: bold;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.ol-tooltip-static:before {
    border-top-color: #222222e7;
}

/* measureTooltip */

.ol-tooltip-customMeasure {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
  }
  .ol-tooltip-measure-customMeasure {
    opacity: 1;
    font-weight: bold;
  }
  .ol-tooltip-static-customMeasure {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
  }
  .ol-tooltip-measure-customMeasure:before,
  .ol-tooltip-static-customMeasure:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
  }
  .ol-tooltip-static-customMeasure:before {
    border-top-color: #ffcc33;
  }

.ol-zoom-in {
    position: absolute;
    left: 4px !important;
	background-color: #222222 !important;
	font-size: 40px !important;
	width: 40px !important;
	height: 40px !important;
	color: white !important;
}


.ol-zoom-out {
    position: absolute;
    left: 4px !important;
    top: 45px;
	background-color: #222222 !important;
	font-size: 40px !important;
	width: 40px !important;
	height: 40px !important;
	color: white !important;
}

#outputArea{
    position: absolute;
    z-index: 10;
    top: 802px;
    padding-left: 10px;
    padding-top: 5px;
    left: 20px;
    width: 320px;
    height: 30px;
    background-color: #222222;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px  !important;
    color: white;
    border-radius: 4px;
}

#outputProjectArea{
    position: absolute;
    z-index: 10;
    top: 802px;
    padding-left: 10px;
    padding-top: 5px;
    right: 40px;
    width: 360px;
    height: 30px;
    background-color: #222222;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px  !important;
    color: white;
    border-radius: 4px;
    visibility: hidden;
}

#submit{
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 760px;
    right: 40px;
    border: 2px solid #222222;
    border-radius: 5px;
    width: 160px;
    padding: 8px 10px 10px 10px;
    background-color: #222222;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
}

 #mini-dock {
    height: auto;
    max-height: 100%;
}

#uldk .uldk {
    width: 300px;
    height: auto;
    /* max-height: 500px;
    min-height: 500px; */
}

#uldk .menu-content {
    height: auto;
    min-height: 500px;
    max-height: 1000px;
}

#uldk #wyszukiwarkaUldk select,
input {
    margin-bottom: 5px;
}

#wyszukiwarkaUldk {
    width: 100%;
    height: 100%;
}


#type_box {
    display: flex;
    align-items: center;
    margin: 0px;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.uldk-input {
    margin-right: 10px;
}

input.teryt {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#clear {
    margin-right: 0;
    margin-left: auto;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    /* display:block; */
}

#terytbt {
    margin-left: 0;
    margin-right: auto;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    /* display:block; */
}

#searchContainer {
	margin: auto;
	width: 300px;
	position: absolute;
	top: 170px;
	left: 100px;
	z-index: 10;
	display: none;
}

#addressSearchContainer {
	margin: auto;
	width: 300px;
	position: absolute;
	top: 170px;
	left: 100px;
	z-index: 10;
	display: none;
}

.ol-control{
	cursor: pointer;
    background-color: transparent !important;

}

.customControl{
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 1.5px;
    box-sizing: border-box;
    border: none;
    background-color: #222222;
}

select {
    width: 100%;
}



input[type=text] {
    width: auto;
}

label {
    padding: 5px 0px 0px 5px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

.container {
    padding: 10px;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
	background-color: #222222;
}

.rounded-box {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: calc(100%);
}

.button-box {
    display: flex;
    flex-wrap: wrap;
}

.ol-popup {
    position: absolute;
    min-width: 280px;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

#loadingWMS-image {
    position: absolute;
    left: 34%;
    top: 10%;
    z-index: 100;
    width: 30px;
    filter: invert(1);
  }

  #loadingWMS {
    width: 100px;
    height: 85px;
    top: 19.5%;
    left: 45%;
    position: fixed;
    opacity: 1;
    background-color: #8c8c8c;
    z-index: 99;
    text-align: center;
    display: none;
    border-radius: 4px;
  }