/* Set the size of the div element that contains the map */
#map {
  height: 800px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.menu-lpv-map {
  position: absolute !important;
  right: 0px;
  background: white;
  top: 0px;
  min-width: 200px;
  max-width: 213px;
  /*min-width: 210px;*/
  @media only screen and (max-width: 768px) {
  margin-top: 50px;
  }
}

.menu-rigth {
  z-index: 1001;
  border-radius: 3px;
  padding: 0 10px !important;
}

.search-rims-lpv-map label {
  font-size: 12px;
}

#logo_ui img {
  float: left;
  height: 50px;
  margin: 6px 0;
  @media only screen and (max-width: 768px) {
    height: 40px;
  }
}

.menu-link-lpv {
  z-index: 1003;
  top: 10px;
  right: 15px;
  position: absolute !important;
  background: #ffffff;
  width: 37px;
  height: 37px !important;
  padding: 5px !important;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px
}


a.menu-ico-lpv-map {
  font-size: 20px;
  padding: 0 0 0 10px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  float: right;
}

a.menu-ico-lpv-map:hover,
a.menu-ico-lpv-map:active,
a.menu-ico-lpv-map:focus {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  color: #014287;
}

.menu-ico-lpv-map .nav-icon {
  font-size: 30px;
}

.position-relative {
  position: relative;
}

.collapse-lpv-map-menu {
  margin: 0 0 10px 0;
  border: 2px solid #005960;
  border-radius: 3px;
  padding: 5px;
}

#checkboxesDiv img {
  width: 15px;
  float: right;
}

#checkboxesDiv input[type="checkbox"] {
  margin: 5px 0 0;
}

#checkboxesDiv label {
  padding: 5px 0 0 0;
  font-size: 12px;
}

#legend_icons_div {
  margin-top: 10px;
}

#legend_icons_div>div {
  padding: 0;
}

.search-rims-lpv-map {
  margin-bottom: 20px;
}

.search-rims-lpv-map select {
  width: calc(100% - 100px);
}

.export-xlsx-lpv {
  margin-top: 20px;
}

.export-xlsx-lpv a {
  padding: 5px 10px;
  font-size: 16px !important;
}

#title_ui {
  background-color: white;
  text-align: center;
  padding: 10px 0;
  color: #0d4e8f;
  font-size: 14px;
}

#latlng {
  margin-bottom: 10px;
  height: 30px;
}


#checkboxesDiv input {
  min-width: 10px;
}

#latlng {
  width: 100%;
  min-width: auto !important;
}



#legend_icons_div {
  display: flex;
  flex-direction: column;
}

.legend_item {
  display: block;
}

.legend_item img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.legend_item span {
  width: auto;
  font-size: 14px;
}

#select-mult-lpv {
  width: 100% !important;
}
.m-t10{
  margin-top: 10px;
}