/* - Visor de Imágenes Satelitales de GOES-16 hecho por David Pérez para IDEAM - 2019 - */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}
.screenLoad{
  height: 100%;
  width: 100%;  
  background-color: white;
  position: absolute;   
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.79;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.screenLoad span h1{
  color: #00374A;
  text-transform: uppercase;
}
.tituloMensajeBienvenida{
  color: #1D4B66;
}
.tituloMensajeBienvenida2{ 
  font-size: 16px;
  color: #1D4B66;
  font-style: italic;
}
.copy{

  font-style: italic;
}
hr{
  background-color: #1D4B66;
  height: 1px;
  width: 80px;
}
.contenedor{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.conteInfo{
  height: 98%;  
  padding: 5px 10px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  
  
}
.tituloVisor{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tituloVisor h3{
  color: #1D4B66;
  margin-left: 25px;
}
.mensajeBienvenida{
  margin-bottom: 10px;
}

.conteMapa{
  height: 100% !important;
  width: 100% !important; 
 }
#map {
  background-color: white;
  height: 98%;
  z-index: 0;
}
.conteMapa .barra {
  background-color: black;
  width: 100%;
}
.conteMapa .barra img{
  width: 100%;
  height: 20px;
  
}
.infoCapa{
  margin: 5px 0px;
  border: 1px solid #1D4B66;
  padding: 5px;
}
.tituloCapa{
  color :#1D4B66;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
#capas select {
  width: 325px;
  border: 1px solid #00374A;
  background: #00374A;       
  color: white;
  background-image: url(../img/button_down.jpg);
  background-repeat: no-repeat;
  background-position: right;
  font-size: 15px;
  padding: 10px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 3px;
}

.fila{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  text-align: center;
  margin: 5px 0px;
}
.fila a{
  width: 100%;
  
}
.fecha{
  display: flex;
  flex-direction: column;
}
.date{
  color: #1D4B66;
  font-weight: bold;
  font-size: 17px;
}
.timeStamp{
  color: #1D4B66;
  font-weight: bold;
  font-size: 17px;
}
.leaflet-right .leaflet-control{
  border: 1px solid white;
}
.leaflet-right .leaflet-control a{
  color: white;
}
.leaflet-bar a.leaflet-disabled{
    
   
}
.leaflet-right .leaflet-control a{
   background-color: #1D4B66 !important;
}
.slide{
  margin-top: 5px;
  padding: 5px;
}
.ui-slider-horizontal .ui-slider-range-min{
  background-color: #1e3746 !important;
}
.leaflet-bar a, .leaflet-bar a:link{
  color: white !important;
}
.leaflet-bar a, .leaflet-bar a:hover{
  background-color: white !important;
  color: #1e3746 !important;
}
.leaflet-bottom{
  background-color: #1e3746 !important;
}
.latLong{
  width: 100%;
  color: white;
  background-color: #1D4B66 !important;
  padding: 5px;
}
.tileCargado{
}