body {
  background-color: #dadada69;
}

body>.grid {
  height: 100%;
}

.image {
  margin-top: -100px;
}


.column {
  max-width: 450px;
}

.uclm-boton {
  background-color: #af0000 !important;
  color: white !important;

}

.ui.menu {
  background-color: #b40134 !important;
}

.dropdown.user-menu {
  color: white !important;
}


img.app_icon {

  width: 120px !important;
  height: 25px !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  --bs-white-rgb: 255, 255, 255;

  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

#map {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  z-index: -1;
}

#map-add-button {
  position: absolute;
  left: 400px;
  top: 12px;
  z-index: 999;
}

.sidebar {
  width: 600px !important;
  background-color: white !important;
  overflow-y: scroll;
}

.sidebar h1,
.sidebar h4,
.sidebar p {
  margin: 10px !important;
}

#table_aemet {
  padding: 15px !important;
}


.leaflet-top.leaflet-left {
  top: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.image-20 {
  margin: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .app-main-wrapper.pusher{
    height: calc(100vh - 120px)!important;
  }

  .footer-class{
   position: absolute;
   width: 100%;
   text-align: center;
 }

}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.leaflet-popup-content{
  width: 950px!important;
}

.td-title{
  text-align: center!important;
  font-weight: bold!important;
  background: #d6d6d6!important;
}

.td-subtitle {
  background: #d6d6d64f!important;
}

.bt-edit-pop{
  height: 100%!important;

}

.bt-edit-pop .icon{
  font-size: 14px!important;
}


@media (max-width: 992px) {

  .footer-class{
    bottom: 0!important;
    position: unset!important;
  }

  .app-main-wrapper {

    height: auto!important;
  }



}



.bt-edit-pop .icon{
  font-size: 14px!important;
}
.leaflet-control-layers-expanded{
	top:100px;
}

.info.legend{
  border-radius: 14px;
  background: #ffffff9e;
  padding: 10px;
}


#modalMensaje{

  position: fixed!important;
  left: 50%!important;
  top: 50%!important;
  transform: translate(-50%, -50%)!important;
  width: 400px!important;
  height: auto!important;
  z-index: 1000!important;

}

#map-container{
  height: calc(100vh - 200px) !important;
  overflow-y: auto;
  flex: 1;
  position: relative;
  width: 100%;
  z-index: 0;
}

.text-center{ text-align:center!important; }

.footer-class{
  background: #f2efe9d6;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.footer-class p.mt-10{
  font-size: 12px!important;
}

.footer-class img{
  width: 300px!important;
  height: auto!important;
}
@media (max-height: 600px) {

  .footer-class p.mt-10{
    font-size: 10px!important;
  }

  #map-container {
    height: calc(100vh - 100px)!important;
  }
}


.input-date{
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.input-date input[type=date]{
 border: 1px solid transparent; 
 border-radius: 4px; 
 /*padding: 6px; */
 width: 100%; 
 
 font-size: 14px;
}







.info.legend{
  display: flex!important;
  justify-content: center;
}
.info.legend .col1, .info.legend .col2{
  padding: 10px;
}

.input-boton{
  font-size: unset!important;
  display: flex!important;
  justify-content: center!important;
  box-shadow: none !important;
}

.leaflet-draw-draw-polygon,.leaflet-draw-draw-rectangle,.leaflet-draw-edit-edit, .leaflet-draw-edit-remove, .leaflet-draw-toolbar {
  padding: 6px!important;
    border: 0px!important;
    background-color: white!important;
}

.input-date input{
      padding-top: 4px!important;
}