@charset "utf-8";

html,.map
{
  height: 100%;
}
/* Popup */

/* Ocultar la X para cerrar el popup */
.leaflet-popup-close-button
{
  visibility: hidden;
}
/* Color blanco con cierta transparencia */
.leaflet-bar .leaflet-control-zoom-out
{
  background-color: #FFFFFFD8;
}
.leaflet-bar .leaflet-control-zoom-in
{
  background-color: #FFFFFFD8;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar
{
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated
{
  will-change:auto !important;
}

.leaflet-control-measure
{
  border-radius: 5px;
}

.leaflet-control-mouseCoordinate
{
  border-radius: 5px;
}

.leaflet-control-scale-line
{
  border-radius: 3px;
}

.leaflet-container .leaflet-control-attribution
{
  background-color: #FFFFFFD8;
}

/* Estilo de los bordes para los elementos del mapa - Borde sombreado */

.bordes
{
  background-clip: padding-box;
  background-color: #FFFFFFD8;
  border: 2px solid #00000033;
  box-shadow: 0 1px 5px #00000066;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 2px 5px 1px;
  white-space: nowrap;
}
.btn-light:hover
{
  background: #FEFEFED8;
}
/* META LAYER --> CONTENEDOR GENERAL */
.div-elements-info
{
  background-color: #FFFFFFD8;
  border: 0;
  border-bottom-right-radius: .25rem;
  border-radius: 0;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  width: 345px;
  z-index: 12000;
}
/* INPUT TEXT */
/* LISTA DE ITEMS */
.div-list-searched-elements
{
  background-color: transparent;
  border-radius: 0;
  font-size: 85%;
  margin-bottom: 0;
  padding: 0;
}

.div-list-results
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  top:10px;
  width: 100%;
}
.div-list-results li span
{
  background-color: transparent;
  border-top: 1px solid #ddd;
  color: black;
  cursor:pointer;
  display: block;
  font-size: 15px;
  height: auto;
  margin-top: -1px;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
.div-list-results li span:hover
{
  background-color: #1C211F19;
}
/* COTENEDOR DE BOTONES DE NAVEGACIÓN */
.div-selection-btns.collapse.show
{
  border-bottom:solid #ddd;
  display: flex;
  flex-direction: column;
  font-size: 95%;
  padding: .2rem .9rem;
}
/* INFO PARCELS */
.div-selection-content
{
  font-size: 85%;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-list-summary
{
  background-color: transparent;
  border-bottom: solid #ddd;
  font-size: 80%;
  margin-bottom: 0;
}

/* RESUMEN DEL BUSCADOR */
.div-selection-summary
{
  background-color: transparent;
  border-bottom:solid #ddd;
  float: right;
  font-size: 95%;
  margin-bottom: 0;
}

/* OTHER */
.leaflet-control-mouseposition
{
  bottom: 57px;
  left: 36px;
}

.leaflet-control-layers
{
  background: #ffffff;
  font-size: 12px;
  line-height: 0.8;
  width: 160px;
}

.leaflet-top
{
  z-index: 8000;
}

.leaflet-bottom .myMargin
{
  margin-bottom: 5px;
}

.leaflet-bottom .myMarginMovil
{
  margin-bottom: 38px;
  margin-right: 3px;
}
.modal-login
{
  z-index: 20001;
}
/* Popup de color blanco para el plugin que mide las áreas */
.leaflet-measure-resultpopup
{
    background-color: #FFFFFFD8;
}

/* z-index para el panel de información adicional --> botón "más" de la leyenda */
.modal-area
{
  z-index: 20001;
}

.modal-phone
{
  opacity: 0.9;
  z-index: 20001;
}

/* Modo catastro */
.popupclassdir
{
  background-clip: padding-box;
  background-color: #FFFFFFD8;
  border: 2px solid #00000033;
  border-radius: 5px;
  box-shadow: 0 1px 5px #00000066;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 1px 1px 1px;
}
/* OTROS */
.popupclasssede
{
  background-clip: padding-box;
  background-color: #FFFFFFD8;
  border: 2px solid #00000033;
  border-radius: 5px;
  border-top-color: #00000000;
  border-top-style: none;
  border-top-width: 0;
  box-shadow: 0 1px 5px #00000066;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 1px 1px 1px;
  white-space: nowrap;
}
.flowImg
{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* Modal Content (image) */
.modal-content-flow
{
  display: block;
  margin: auto;
  max-width: 700px;
  width: 80%;
}
/* Add Animation */
.modal-content-flow
{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: zoom;
  animation-name: zoom;
}

@-webkit-keyframes zoom {
  from
  {
    -webkit-transform:scale(0);
    transform: scale(0);
  }
  to
  {
    -webkit-transform:scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closeFlowImg {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 35px;
  top: 15px;
  transition: 0.3s;
}

.closeFlowImg:hover,
.closeFlowImg:focus {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.clickable
{
  color: #007bff;
  cursor: pointer;
  font-weight: bolder;

}
.clickable:hover
{
  color: #0056b3;
  text-decoration: underline;
}

.clickable-red
{
  color: #ff0000;
  cursor: pointer;
  font-weight: bolder;

}
.clickable-red:hover
{
  color: '#ac0000';
  text-decoration: underline;
}
.clickable-normal
{
  cursor: pointer;
}
.clickable-normal:hover
{
  text-decoration: underline;
}
.btn-map-tool
{
  border: none;
  cursor: pointer;
  font-size: 17px;
  height: 35px;
  line-height: 0.5;
  padding: 6px 0;
  text-align: center;
  width: 50px;
}
.btn-dropdown-map-tool
{
  border: none;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 5px;
}
.modal-backdrop
{
  z-index: 20000;
}
.modal
{
  z-index: 20001;
}
.badge-pill
{
  color: white;
}
.badge-light
{
  color: black;
}
.legend-meta-group-title
{
  cursor: pointer;
  font-weight: bolder;
}
.legend-meta-group-title:hover
{
  color: #616b77;
  text-decoration: underline;
}
