table div.legenda-icon{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: medium;
  height: 15px;
  width: 15px;
}

#legenda-containers{
  max-width: 200px;
  width: 100%;
  top:-10em;
  left: 30px;
  position: relative;
}

.bt-legenda{
  width: 100%;
  background-color: RGB(44, 121, 59);
  color: white;
  margin-top: 10px;
  font-size: 14px;
}

.table-mapa-legenda{
  font-size: 13px;
}

.map {
  height: 70vh;
}

@media (max-width: 1500px) {
  .ol-popup {
    font-size: 10px;
  }
}

@media (min-width: 1501px) {
  .ol-popup {
    font-size: 12px;
  }
}

.ol-popup {
  position: absolute;
  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 #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 250px;
}
.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: "✖";
}

#folha-a4{
  flex-direction: row;
  padding: 0.5em;
  width: 1090px; 
  height: 750px; 
  display: flex;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;  
}

#area-mapa{
  border-style: solid;
  border-color: black;
  width: 70%; 
  height: 99%;
  flex-direction: column;
}

#area-dados{
  border-style: solid;
  border-color: black;
  width: 30%; 
  height: 99%;
  margin-left: 15px;
  border-color: rgb(100, 100, 100);
}

.map-impressao{
  width: 100%; 
  height: 95%;  
}

.escala{
  align-items: center;
}

.ol-scale-line { 
  position: relative;
  top: 8px;
  background: rgba(0, 0, 0, 0.0001) 
}

.ol-scale-line-inner {
  background-color: white;
  border: 3px solid black;
  font-size: 16px;
  border-top: none;
  color: black;
}

.legenda{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;  
  border-style: solid;
  border-left: none;
  border-right: none;
  padding-left: 15px;
  border-color: rgb(100, 100, 100);
}

#dados-propriedade{
  border-bottom: solid;
  padding-left: 15px;
  border-color: rgb(100, 100, 100);
}

.info-mapa{
  border-top: solid;
  border-color: rgb(100, 100, 100);
}

