/* Éste código contiene todo el CSS relacionado con el tooltip del mapa
principal del visor GNSS que aparece cuando pulsas en cada mountpoint */



/*  -------------------------------  */
/*  - -       Div Tooltip       - -  */
/*  -------------------------------  */
.Tooltip {
	/*width: 200px;*/
	/*box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.2);*/
	margin: 1px;
	font-size: 11px;
	border-style: solid;
	border-color: #AE2C00;
	border-width: 2px;
    background: #FFF;
}
				
/* -------------------------------------------------------------- */
				
				
/*  -------------------------------  */
/*  - -    Div Estacion name    - -  */
/*  -------------------------------  */
.estacion_name {
	font-family: "Bree Serif", Helvetica, Serif;
	font-size: 12px;
    font-weight: bolder;
	color:#AE2C00;
	text-align: center;
	margin: 0 auto;
	padding: 2px;
    background: #F4CDB0;
}
				
/* -------------------------------------------------------------- */
				
				
/*  -------------------------------  */
/*  - -      ID Mount Point     - -  */
/*  -------------------------------  */
.ID_mount{
	text-align: center;
	background: #AE2C00;
	font-family: "Bree Serif", Helvetica, Serif;
	font-size: 18px;
	color:#FFF;
	margin: 0 auto;
}

.ID_mount a {color:white}

.fa-share-alt{margin: 2px 20px 2px 0; font-size:20px; }
				
/* -------------------------------------------------------------- */
				
			
/*  -------------------------------  */
/*  - -    Estado de emision    - -  */
/*  -------------------------------  */
.estado{ font-weight: bold;}

.verde_1,.verde_2,.verde_3,.verde_4,.verde_5,.verde_6,.verde_7,.verde_8,.verde_9,.verde_10,.verde_11,.verde_12,.verde_13,.verde_14,.verde_15,.verde_16 {
	color: green;
}
.rojo_1,.rojo_2,.rojo_3,.rojo_4,.rojo_5,.rojo_6,.rojo_7,.rojo_8,.rojo_9,.rojo_10,.rojo_11,.rojo_12,.rojo_13,.rojo_14,.rojo_15,.rojo_16 {
	color: red;
}
				
/* -------------------------------------------------------------- */
				
			
/*  -------------------------------  */
/*  - -         iconos          - -  */
/*  -------------------------------  */
.icon {	
	color: #AE2C00;
	font-size:15px; 
	text-align: center;
	margin: 0 auto;
}
			
/* -------------------------------------------------------------- */


/*  -------------------------------  */
/*  - -      GPS Y GLONASS      - -  */
/*  -------------------------------  */
.gps-glo { font-size:10px; font-weight: bold; }
				
.gps-glo ul {
	padding-left: 40px;
	margin: 0px;
}
				
/* -------------------------------------------------------------- */
				
				
/*  -------------------------------  */
/*  - -    Parpadeo de texto    - -  */
/*  -------------------------------  */
.blink_me {
    font-size: 13px;
    
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } }

@-webkit-keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } }

@keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } }

/* -------------------------------------------------------------- */


/*  -------------------------------  */
/*  - -      Tabla - Celda      - -  */
/*  -------------------------------  */
table {font-size: 12px;}

td { padding: 0px 3px 0px 3px; }
				
/* -------------------------------------------------------------- */
				
				
/*  -------------------------------  */
/*  - -      Tabla - Fila       - -  */
/*  -------------------------------  */
tr { color:#093024; font-family: Helvetica, Serif; }

/* -------------------------------------------------------------- */
