/*Estilo del HTML*/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

/*Estilo de mapa*/

#map {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow-y: hidden;

}

/* //////Calendario para graficos///// */
#ui-datepicker-div{
    z-index: 14 !important;
}

.fechaTabla{
    width: 110px !important;
}
/* ////////////////////CARGANDO///////////////////////// */

.display-loading.open {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /* margin: 0 auto; */
    position: relative;
    /*top: 47%;*/
}
.box-loading {
    position: relative;
    width: 30px;
    height: 30px;
    color: black;

}
.box-loading > div {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 45px;
    font-size: 6px;
    /* font-weight: bold; */
    /* text-align: center; */
    color: black;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*///////////////////////////////////////////////CSS DE LEYENDAS////////////////////////////////*/

.leyendaviento{
  font-size: 10px;
  width: 100%;
}

.columnalv{
   width: 50%;
   display: inline-block;
   vertical-align: middle;
}

.filalv{
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}

.colorlv{
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  border-radius: 100%;
}

.metereo_veloc{
margin: 10px;
}

.textolv{
  display:inline-block;
  vertical-align: middle;
}

/*Boton Mostrar/Ocultar leyenda*/

#boton_mostrar_ocultar_leyenda {
  position: absolute;
  background: #175199;
  color: #ffffff;
  text-align: center;
  bottom: 40px;
  right: 10px;
  width: 145px;
  height: 20px;
  border: none;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  z-index: 99;
  margin-bottom: 180px;
}


/*Estilo del contenedor de la info de leyendas*/

#contenedor_leyenda {
  position: absolute;
  text-align: center;
  top: 20px;
  left: -1%;
  width: 100%;
  height: auto;
  background: rgba(250, 250, 250, 0.9);
  color: #000000;
  opacity: 0.95;
  border: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: default;
  z-index: 10;
  padding: 5px;
}


/*Estilo de fila de psudotabla de leyenda*/

.leyenda_fila {
  text-align: left;
}


/*Estilo general de los estilos de las leyendas*/

.icono_leyenda {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  left: 1px;
}


/*Estilo de las descripciones de las leyendas*/

.p_leyenda {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin: 0px;
  text-align: left;
  z-index: 2;
}


/*////////////////////////////////////////CSS DE VENTANAS////////////////////////////////*/


/*Estilo del contenedor de hora, fecha y botón uppdate*/

#hora {
  position: absolute;
  background: rgba(250, 250, 250, 0.9);
  text-align: left;
  font-size: 14px;
  top: 10px;
  right: 10px;
  width: 220px;
  height: auto;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
  padding: 5px 15px 5px 5px;
}

.actualizar_boton {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../img/icon/actualiza.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px solid darkgrey;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  cursor: pointer;
}

.actualizar_boton:hover {
  background-color: #2b4552;
  background-image: url("../img/icon/actualiza_hover.png");
  border: 0px solid darkgrey;
}

.setRefreshTime {
  color: #175199;
  font-weight: bold;
  width: auto;
  margin: 0px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

#selectRefresh {
  width: 60px;
}

.p_muestra_fecha {
  color: #175199;
  font-weight: bold;
  margin: 0px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.div_muestra_fecha {
  margin: 0px;
  height: 25px;
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}

.p_muestra_hora {
  color: #175199;
  font-weight: bold;
  margin: 0px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.div_muestra_hora {
  margin: 0px;
  height: 25px;
  width: 55px;
  display: inline-block;
  vertical-align: middle;
}


/*barra de division para secciones en ventanas*/

/* .p_divicion {
  display: block;
  background-color: #ff6c1c;
  width: 100%;
  height: 4px;
} */

.p_divicion {
  width: 100%;
  height: 2px;
  background-image: url("../img/texturas/degrade.png");
  background-size: cover;
  /*display: block;
  background-color: #ff6c1c;
  width: 100%;
  height: 4px;*/
}

/*Estilo general de los contenedores de las ventanas*/
.p_divicionAyuda{
  /* width: 100%; */
  height: 2px;
  background-image: url("../img/texturas/degrade.png");
  background-size: cover;
  /*display: block;
  background-color: #ff6c1c;
  width: 100%;
  height: 4px;*/
  margin: 0px 20px;
}

.p_divicionGrafica{
  /* width: 100%; */
  height: 2px;
  background-image: url("../img/texturas/degrade.png");
  background-size: cover;
  /*display: block;
  background-color: #ff6c1c;
  width: 100%;
  height: 4px;*/
  margin: 0px 20px;
}

.contenedor_ventana {
  position: absolute;
  background: #fafafa;
  border: none;
  border-radius: 15px;
  opacity: 0.95;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.contenedor_ayuda{
    margin: 0px;
  margin-top: 60px;
  text-align: center;
  width: 400px;
  height: 245px;
  position: relative;
  background: #fafafa;
  z-index: 13;
  float: right;
  /* padding: 10px; */
  /* display: none; */
}

.contenedor_ayudaGrafica{
  margin: 0px;
  margin-top: 60px;
  text-align: center;
  width: 420px;
  height: 170px;
  position: relative;
  background: #fafafa;
  z-index: 12;
  float: right;
  /* min-width: 300px; */
}


.titulo_informacion{
  text-align: center;
  background-color: #175199;
  border-radius: 3px;
  color: white;
  font-size: 18px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
}

/**CSS DE MENU**/

.mover_menu {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 10px;
  background-color: rgba(250, 250, 250, 0.9);
  border-radius: 5px;
  cursor: pointer;
}


/*css de iconos del menu*/

.icono_subMenu {
  padding: 2px;
  position: absolute;
  background: #FAFAFA;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  z-index: 11;
}


/*Estilos del botón que oculta el menu*/

.icono_ocultar_menu {
  background-color: #175199;
  top: 4px;
  left: 4px;
  z-index: 11;
}

.icono_ocultar_menu:hover {
  background-color: rgb(144, 144, 144);
}


/*contenedor que tiene los botones y se puede ocultar por js*/




/*estilo de todos los botones del "menu"*/

.boton_menu {
  color: black;
  width: 32px;
  height: 30px;
  top: 5px;
  margin-right: 0px;
  cursor: pointer;
  z-index: 90;
  background-color: transparent;
  border-radius: 20px;
  border: none;
  padding: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}


/*Estilo del botón del  icono del menu*/

.icono_boton_menu {
  width: 70%;
  height: auto;
  vertical-align: middle;
}


/*estilo de la ventana de información*/

.ventana_informacion {
  width: 700px;
  height: 150px;
  top: calc(50% - 75px);
  left: calc(50% - 350px);
  padding: 20px;
}


/*bienvenida*/

.boton_bienvenida
  {
  vertical-align: middle;
  /* background-image: url("../img/icon/icono_inforacion.png"); */
	/* background-size: 25px; */
	background-repeat: no-repeat;
	background-position: center;
  width: 32px
}

.boton_bienvenida:hover{
  background-image: url("../img/icon/icono_inforacion_hover.png");
  background-color: #a5a5af;
}

.boton_ver{
  /* background-image: url("../img/icon/icono_ojo.png"); */
/* background-size: 25px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}
.boton_ver_click{
background-color: #a5a5af;
}

.boton_ver:hover{
  /* background-image: url("../img/icon/icono_ojo_hover.png"); */
  background-color: #a5a5af;

}

.boton_restablecerzoom{
/* background-image: url("../img/icon/icono_restablecerzoom.png"); */
/* background-size: 25px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_restablecerzoom:hover{
  background-image: url("../img/icon/icono_restablecerzoom_hover.png");
  background-color: #a5a5af;
}

.boton_hora{
  /* background-image: url("../img/icon/icono_relog.png");
background-size: 23px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_hora:hover{
  /* background-image: url("../img/icon/icono_relog_hover.png"); */
  background-color: #a5a5af;
}

.boton_satelite{
/* background-image: url("../img/icon/icono_satelite.png"); */
/* background-size: 25px;  */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_satelite:hover{
  /* background-image: url("../img/icon/icono_satelite_hover.png"); */
  background-color: #a5a5af;
}

.boton_mapa{
  /* background-image: url("../img/icon/icono_mapa.png");
background-size: 25px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_mapa:hover{
  background-image: url("../img/icon/icono_mapa_hover.png");
  background-color: #a5a5af;
}

.boton_pantallacompleta{
  /* background-image: url("../img/icon/icono_pantallacompleta.png"); */
/* background-size: 23px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_pantallacompleta:hover{
  background-image: url("../img/icon/icono_pantallacompleta_hover.png");
  background-color: #a5a5af;
}

.boton_pantallanormal{
  /* background-image: url("../img/icon/icono_pantallanormal.png");
background-size: 23px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_pantallanormal:hover{
  background-image: url("../img/icon/icono_pantallanormal_hover.png");
  background-color: #a5a5af;
}

.boton_cerrar_todo{
  /* background-image: url("../img/icon/icono_cerrar_todo.png"); */
/* background-size: 25px; */
background-repeat: no-repeat;
background-position: center;
width: 32px
}

.boton_cerrar_todo:hover{
  /* background-image: url("../img/icon/icono_cerrar_todo_hover.png"); */
  background-color: #a5a5af;
}

/*estilo del texto para la bienvenida*/

.p_bienvenida {
  color: #175199;
  display: block;
  text-align: center;
  font-size: 28px;
  margin: 10px;
}

.p_info_bienvenido {
  font-size: 10px;
  color: #175199;
}


/*Estilo de las ventanas que se generan de forma dinamica*/

.ventana_Popup {
  text-align: center;
  font-size: 15px;
  height: auto;
  top: 110px;
  display: none;
  padding: 10px;
  padding-right: 26px;
}
.tituloDato{
  /* width: 40% !important; */
  /* border: 1px solid red; */
  text-align: left;
  /* display: block; */
  float: left;
  width: 125px;
  margin: 1px;
}

.infoDato{
  display: inline-block;
  margin: 0px 0px;
  text-align: left;
  float: left;
  width: 170px;
}


/* .tableModal TR:nth-child(even) {
	background:#ddd;
} */


/*Estilo de imagen del boton cerrar ventana "x"*/

.icono_cerrar_ventana {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 999;
  cursor: pointer;
  top: 5px;
  right: 5px
}

.icono_ayuda{
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 37px;
}

.icono_notificacion_estacion{
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 999;
  cursor: pointer;
  top: 10px;
  left: 10px;
  background-image: url("../img/icon/icono_inforacion_estacion.png");
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 100%;
  background-position: center;
}

.icono_notificacion_estacion:hover{
  background-color: #2b4552;
  background-image: url("../img/icon/icono_inforacion_estacion_hover.png");
}

.tooltip_notificacion{
  position: absolute;
  display: block;
  background-color: #f2f2f2;
  border-radius: 15px;
  left: -10px;
  padding: 10px;
  bottom: 35px;
  max-width: 500px;
  min-width: 200px;
  width: auto;
  box-shadow: 3px 2px 4px #a5a1a1;
}

.esquina_tooltip{
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 17px;
}

/*Titulo de ventana*/

.info_cabecera {
  color: #2b4552;
}

.info_cabecera .info_nombre {
  font-size: 20px;
}

.info_cabecera .info_region {
  font-size: 15px;
}


/*Menu de ventana*/

.info_menu {
  margin: 4px;
  padding-bottom: 11px;
  width: 100%;
  color: #2b4552;
  display: block;

}
.ventana_graf{
    min-width: 480px;
    min-height: 360px;
}

.info_menu div {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  margin-left: 5px;
  text-align: left;
}

.info_menu a {
  text-decoration: none;
  color: #2b4552;
}

.info_menu button {
  text-decoration: none;
  color: #2b4552;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}

.info_menu i {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}


/*Subventana (seccion donde se desplegaran datos y tablas)*/

/*.subventana_graf{
  width: auto;
}*/

.info_cuerpo {
  margin: 0px;
  padding: 0px;
  height: auto;
}

.info_niveles{
    display: block;
    /* padding-top: 20px; */
}

.info_niveles_graficas {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 250px;
  text-align: left;
}

.botongraf {
  font-size: 12px;
  background-color: #0c446c;
  border: 0px;
  border-radius: 5px;
  color: #ffffff;
  width: 30px;
  height: 25px;
  padding: 3px;
  margin-left: 4px;
  cursor: pointer;
}

.botongraf:hover{
background-color: #666666;

}

.info_graficas {
  max-height: auto;
  width: auto;
  overflow-y: auto;
}

.icono_verGrafica{
  width: 100%;
  height: 100%;
}

.info_graficas div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.grafcontainer{
  width: 210px;
  display: inline-block;
}

/* .highcharts-container {
  position: inherit !important;
}

.highcharts-tooltip {
  z-index: 9998;
}

.highcharts-tooltip>span {
  background: white;
  border: 1px solid silver;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  padding: 5px;
} */

.ttgrph{
  background: white;
  border: 1px solid silver;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  padding: 5px;
}

/* .highcharts-range-selector{
  width: 110px !important;
  display: none;
} */


.info_hora_consulta {
  font-size: 10px;
  text-align: left;
  height: 40px;
}

.info_hora_consulta p {
  margin: 0px;
  padding: 0px;
}


/*CSS DE TABLA DE ULTIMOS DATOS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.info_ultimos_datos {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding: 0px 5px;
}

.info_registros_datos {
  /*background-color: blue;*/
  display: inline-block;
  /* height: calc(100% - 90px); */
  height: auto;
  /* max-height: 250px; */
  overflow-y: auto;
}

.info_ultimos_datos .info_registros_datos table {
  border-collapse: collapse;
}

.info_ultimos_datos .info_registros_datos caption, thead {
  color: #2b4552;
}

.info_ultimos_datos .info_registros_datos thead th {
  border-top: 2px solid #175199;
  border-bottom: 1px solid #7a8791;
  text-align: left;
}

.info_ultimos_datos .info_registros_datos td {
  border-bottom: 1px solid #7a8791;
  padding: 0px;
}

.info_ultimos_datos .info_registros_datos span.boxLegend {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 .2em;
  border-radius: 100%;
}

.info_metereologia_datos {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.titulo_metereologia {
  font-size: 10px;
  color: #2b4552;
  border-bottom: 2px solid #175199;
}

.metereo_datos {
  padding: 10px;
  padding-right: 0px;
}

.metereo_direccion {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-image: url("../img/veleta/cardinales.png");
  background-repeat: none;
  background-size: 90px;
}

.flecha_veleta {
  width: 90px;
  height: 90px;
  background-image: url("../img/veleta/compas.png");
  background-repeat: none;
  background-size: 90px;
}

.metereo_velocidad {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 100px);
  font-size: 20px;
  color: #2b4552;
  margin-left: 10px;
}


/*CSS DE TABLA DE CONCENTRACION HORIARIA~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.info_consentracion_horaria {
  max-height: 300px;
}

.info_consentracion_horaria .marco {
  height: 204px;
  width: calc(100% + 16px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.info_consentracion_horaria table {
  border-collapse: collapse;
}

.info_consentracion_horaria thead th {
  border-bottom: 2px solid #7a8791;
  text-align: left;
}

.info_consentracion_horaria td {
    border-bottom: 1px solid #7a8791;
    padding: 0px;
    text-align: left;
}
 em {
   /* font-weight: bold; */
   font-style: normal;
}
/*////////////////////////////////////////CSS DE FILTRO////////////////////////////////*/

#contenedor_sub_menu {
  display: -webkit-flex;
  /* display: flex; */
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  text-align: center;
  font-size: 13px;
  color: #175199;
  top: 40px;
  left: 0px;
  padding: 0px;
  width: 200px;
  height: auto;
  border-radius: 5px;
  cursor: default;
  z-index: 4;
  display: block;
  padding: 5px;
  /* display: none; */
}

#contenedor_resumen {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  text-align: center;
  font-size: 13px;
  color: #175199;
  top: 40px;
  left: 0px;
  padding: 0px;
  width: 342px;
  height: auto;
  border-radius: 5px;
  cursor: default;
  z-index: 4;
  display: none;
  padding: 5px;
}

.submenu_fila {
  display: block;
  padding: 2px;
  width: 100%;
}

.submenu_columna1 {
  display: inline-block;
  vertical-align: middle;
}

.submenu_columna2 {
  display: inline-block;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
}

.submenu_columna3 {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  width: 60%;
}

.sub_boton {
  width: 25px;
  height: 25px;
  margin: 0px;
  top: 0px;
  background-color: inherit;
  background-image: url("./iconos/off.png");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.titulo_submenu {
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.boton_lista_sub_menu {
  width: 100%;
}

/*////////////////////////////////////////CSS DE GRAFICO////////////////////////////////*/
/* .highcharts-contextmenu{
right: 10px !important;
top: 47px !important;
} */


/*////////////////////////////////////////CSS DE MAPA////////////////////////////////*/

.leaflet-marker-icon {
  border-radius: 100%;
  left: -16px;
  top: -16px;
  /*background-image: url("../img/mark/flecha_no.png");*/
  /*background-repeat: no-repeat;*/
}

.myTooltip {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  left: -0px !important;
  bottom: -5px !important;
  margin: 0px !important;
}

.leaflet-popup-content-wrapper {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}

.leaflet-popup-tip-container {
  display: none;
}

.leaflet-popup-content {
  margin: 0px 0px !important;
  padding: 0px 0px !important;
  line-height: 1.4;
}

.leaflet-tooltip-left.myTooltip::before {
  border-left-color: transparent;
  box-shadow: none;
}

.leaflet-tooltip-right.myTooltip::before {
  border-right-color: transparent;
  box-shadow: none;
}

.leaflet-tooltip-right{
  left: 30px;
  top: 10px;
}

.leaflet-tooltip-left{
  top: 10px;
}

.myTooltip2 {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  left: 14px !important;
  bottom: -10px !important;
  margin: 0px !important;
}

.leaflet-tooltip-right::before {
  /* left: 10; */
  /* margin-left: -12px; */
  border-right-color: #fff;
  /* display: none; */
}

.loader {
  position: fixed;
  left: -26px;
  top: 130px;
  width: 100px;
  height: 30px;
  z-index: 9999;
  background: url('../img/gif/loader.gif') 0% 50% no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-size: 50px 50px;
  opacity: .9;
}

.informacion_datos{
  /* border: 1px solid green; */
  width: 50%;
  /* display: inline-block; */
  float: left;
  padding-left: 30px;
}


 .table-striped  tr:nth-child(even) {
    background-color: #eee;
    width: 100%;
}

.table-striped tr:nth-child(odd) {
    background-color: #fff;
    width: 100%;
}

.foto_estacion{
  padding-left: 40px;
}

/* table {
margin: auto;
width: 590px;
text-align: left;
background: white;
border: 1px solid silver;
}

tr:nth-child(2n+1) {
background-color: red;
color:white
} */

.info_estacion a:target{
  margin: 3px 3px;
  padding: 6px;
  background-color: #175199;
  color: white;
}


.info_general{
  color: #2b4552;
  width:auto;
  height: 100%;
  margin-bottom: 20px;
}
  .image{
    width: auto;
    height: 100%;
    padding: 0% 30%;
  }
.image img{
  position: absolute;
  width: 47%;
  height: 100%;
  /* max-width: 220px; */
  max-height: 220px;
  /* margin-right: 10px; */

}
  .infoestacion{
    position: absolute;
    padding: 0 2%;
    text-align: left;
    margin-left: 1%;
    margin-top: 2%;
  }
.p_bienvenida p{
  color: #175199;
}

.boton_cerrar_resumen {
    background-color: #2b4552;
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: -10px;
    height: 28px;
    width: 28px;
}

.boton_abrir_resumen{
background-color: #2b4552;
position: absolute;
border-radius: 100%;
left: 500px;
top: -11px;
height: 28px;
width: 28px;
}

#tabla_resumen_estaciones{
  height: auto;
  float: left
  /* : 0px;     */
  /* width: 1000px !important; */
}

#subventanaresumen{
    overflow-x: auto;
}
.tabla_foot_oculto{
  height: 500px;
  top:100px;
  width: 500px;
  transition: margin-left .5s;
  left: -500px;
  /* overflow-x: auto; */
}

.dataTable thead tr{
  text-align: left;
}
.infoestacion .table{
  color:#2b4552;
  font-size: 14px;
}
.tabla_concentracion{
  height: 220px;
  overflow-y: auto;
}
.btn_link{
    border:none;
    background-color: #2F42DC; /* Green
      /* background-image: url("../img/texturas/degrade.png"); */
      /* background-size: cover; */
    color: white;
    padding: 5px 30px;
    font-size: 13px;
    width: 100px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn_link:hover {
    background-color: #2F42DC; /* Green */
    color: white;
}
.datosEstacion th{
  padding:5px;
}
.dataTables_scrollBody{
  position: relative;
  overflow: auto;
  max-height: 427px!important;
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .loader {
    left: calc(100% - 60px);
    top: 40px;
  }
  #hora {
      font-size: 12px;
      /* left: 45px; */
      width: 200px;
      padding: 0px;
  }

  .div_muestra_fecha {
    width: 65px;
  }

  .div_muestra_hora {
    width: 45px;
  }

  /* .leyenda_fila {
    display: block;
} */

.actualizar_boton {
  width: 25px;
height: 25px;
margin-left: -5px;
}



  .boton_menu {
    width: 25px;
    height: 25px;
    top: 0px;
    margin-bottom: 5px;
  }

  .titulo_submenu {
    font-size: 12px;
}

.boton_lista_sub_menu {
    font-size: 10px;
}
.submenu_fila {
    padding: 0px;
}
.circulo_filtro {
    width: 10px !important;
    height: 10px !important;
}
.submenu_columna3 {
    font-size: 10px;
}
}



@media only screen and (max-width: 700px) {
  .ventana_informacion {
    height: auto;
      width: 80%;
      padding: 5px;
      left: 50px;
  }
}

@media only screen and (max-width: 600px){
  .ventana_informacion {
      top: 90px;
  }

  .ventana_Popup {
    font-size: 12px;
    width: calc(100% - 70px);
    padding: 5px;
    height: auto;
    top: 41px;
    left: 25px;
  }
  .ventana_graf{
    top: 30px !important;
    left: 50px !important;
  }
  .info_cabecera .info_nombre {
      font-size: 15px;
  }

  .info_cabecera .info_region {
      font-size: 10px;
  }

  .info_menu button {
      font-size: 12px;
  }

  .info_cuerpo {
      margin: 0px;
      padding: 0px;
      height: auto;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .tooltip_notificacion {
  min-height: 23px;
      bottom: 32px;
      max-width: 250px;
        /*overflow-x: auto;
        -webkit-overflow-scrolling: touch;*/
  }

  .esquina_tooltip{
    bottom: -5px;
  }

}

@media only screen and (max-width: 550px) {
  .ventana_Popup {
  height: calc(100% - 70px);
  }
  .info_cuerpo {
    height: calc(100% - 60px);
  }
  .ventana_graf{
    height: auto;
  }

  .contenido_informacion{
    margin-top: -450px;
  }

  .informacion_datos{
    width: 100%;
    padding-left: 0px;
  }

 }

/* CSS Viento*/

.fecha_direccion_velocidad{
    font-size: 10px;
    color: #2b4552;
}




@media only screen and (max-height: 530px) {


  #boton_mostrar_ocultar_leyenda {
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 45px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .icono_leyenda {
    width: 10px;
    height: 10px;
  }

  #contenedor_leyenda {
    top: 0px;
    left: 25px;
    width: 270px;
    height: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
  }



}

@media only screen and (max-width: 440px) {

  .foto_estacion{
    width: 120px;
  }


  #hora {
      position: absolute;
      background: rgba(250, 250, 250, 0.9);
      text-align: left;
      font-size: 12px;
      top: 0px;
      left: 80px;
      width: 210px;
      /* height: auto; */
      border: none;
      border-radius: 2px;
      cursor: pointer;
      z-index: 99;
      padding: 2px 5px;
  }
  .table-striped tr:nth-child(odd) {
      background-color: #fff;
      width: 80%;
  }

  .table-striped  tr:nth-child(even) {
     background-color: #eee;
     width: 80%;
 }
  .contenedor_ayuda{
    width: 80%;
    margin-top: 60px;
    height: 270px;
  }

  .contenedor_ayudaGrafica{
    width: 90%;
    margin-top: 120px;
    height: auto;
  }
.p_info_ayuda3Grafica{
  margin-top: 10PX;
}

.p_info_ayuda3Grafica{
  display: inline-block;
}


  .div_muestra_fecha {
    width: 65px;
  }

  .div_muestra_hora {
    width: 45px;
  }

  #boton_mostrar_ocultar_leyenda {
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 45px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.icono_leyenda {
    width: 10px;
    height: 10px;
  }

  #contenedor_leyenda {
    top: 0px;
    left: 25px;
    width: 270px;
    height: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
  }



.actualizar_boton {
  width: 25px;
  height: 25px;
  margin-left: -5px;
}

#contenedor_menu {
    top: 0px;
    left: 0px;
    width: 40px;
    height: auto;
    padding-top: 30px;
    padding-left: 0px;

}

.mover_menu {
    /* top: 130px; */
    left: 0px;
  }

  .boton_menu {
    width: 25px;
    height: 25px;
    top: 0px;
    margin-bottom: 5px;
  }
  #contenedor_sub_menu {
      text-align: left;
      font-size: 10px;
      top: 0px;
      left: 40px;
      padding: 0px;
      width: 110px;
      border-radius: 2px;
      padding: 2px;
      display: block;
  }
  .titulo_submenu {
    font-size: 12px;
}

.boton_lista_sub_menu {
    font-size: 10px;
}
.submenu_fila {
    padding: 0px;
}
.circulo_filtro {
    width: 10px !important;
    height: 10px !important;
}
.submenu_columna3 {
    font-size: 10px;
}

.ventana_informacion {
    width: 80%;
    padding: 5px;
    left: 50px;
    top: 55px;
}

.ventana_Popup {
  font-size: 12px;
  padding: 5px;
  height: 450px;
}

.info_cabecera .info_nombre {
    font-size: 15px;
}

.info_cabecera .info_region {
    font-size: 10px;
}

.info_menu button {
    font-size: 12px;
}

.info_cuerpo {
    margin: 0px;
    padding: 0px;
    height: calc(100% - 70px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.tooltip_notificacion {
min-height: 23px;
    bottom: 32px;
    max-width: 250px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
}
#imageestacion{
  width: 100%;
  margin-top: 50%;
  display: inline-block;
}

#tabla_footer{
  height: 300px;
  top: 100px;
  width: 300px;
  transition: margin-left .5s;
  left: -465px;
}

#cerrar {
  background-color: #2b4552;
  position: absolute;
  border-radius: 100%;
  left: 280px;
  top: -10px;
  height: 28px;
  width: 28px;
}
#abrir{
  background-color: #2b4552;
  position: absolute;
  border-radius: 100%;
  left: 469px;
  top: -11px;
  height: 28px;
  width: 28px;
}
.dataTable{
  width: 300px;
}
.dataTables_scroll{
  width: 300px;
}
.image{
  float:right;
  width: auto;
  height: 100%;
  padding: 0% 30%;
}
.image img{
  position: absolute;
  width: 77% !important;
  max-height: 220px !important;
  margin-left: -27px !important;

}
.datosEstacion th{
  padding:0px !important;
  padding-left: 2px !important;
}

.info_menu{
  padding-bottom: 0px !important;
}
.infoestacion{
  position: absolute !important;
  padding: 0% 8% !important;
  text-align: left !important;
}

.info_estacion a:target{
  margin: 0 !important;
  padding: 3px !important;
}


.contenido_informacion{
  /* border: 1px solid black; */
  margin-top: -380px;
}
.informacion_datos{
  width: 100%;
}
}


@media only screen and (max-width: 400px) {

.contenedor_ayuda{
    height: 400px;
}


}


@media only screen and (max-width: 300px) {

.contenedor_ayuda{
    height: 500px;
}


}
