/* Mapa Servicio Meteorológico Nacional
// ---------------------------------------------------------------------------------------
// Autor				: Berón Miguel Angel - SMN
// Creado				: 02/01/2019
// Ultima Modificación 	: 
// ---------------------------------------------------------------------------------------
/* css to customize Leaflet default styles  */
.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
	background: #111111;
	color: #FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	font-family:Arial, Helvetica, sans-serif;
}

article {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.class-tooltip{
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666666;
	background-color:#000000;
	color:#FFFFFF;
	opacity: 0.84;
	filter: alpha(opacity=84);
	font-size: 12px;
}

.leaflet-tooltip-left.class-tooltip::before {
  border-left-color: cyan;
}
.leaflet-tooltip-right.class-tooltip::before {
  border-right-color: cyan;
}

.leaflet-tooltip-top.class-tooltip::before {
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666666;
	background-color:#000000;
	color:#FFFFFF;
	opacity: 0.84;
	filter: alpha(opacity=84);
	font-size: 12px;
}

@media only screen and (max-width: 576px){
    #mobile-alerta{
    margin-top: 22em;
    position: relative;
    }
}
                
@media only screen and (max-width: 768px){
    .tab_li_forecast_day {
        float: none !important;
        padding: 0 0 0 0 !important;
    }

    #mobile-alerta{
    	margin-top: 3em;
    }
}

/*--padding para el maker provisorio--*/
span.fa.fa-map-marker {
    padding-top: 8px;
}

.mapa-pron {
	width: 100%;
	text-align: center !important;
};


/* Smartphones (landscape) ———– */
@media only screen
and (min-width : 321px) {
  .mapa-pron {
	max-width: 320px !important;
	width: 100%;
   };
}

@media only screen
and (min-width : 360px) {
  .mapa-pron {
	max-width: 360px !important;
	width: 100%;
   };
}


@media only screen
and (min-device-width : 361px)
and (max-device-width : 420px) {
  .mapa-pron {
	max-width: 410px !important;
	width: 100%;
   };	
}

@media only screen
and (min-device-width : 480px)
and (max-device-width : 640px) {
  .mapa-pron {
	max-width: 640px !important;
	width: 100%;
   };	
}

/* Smartphones (portrait) ———– */
@media only screen
and (max-width : 320px) {
   .mapa-pron {
	max-width: 320px !important;
	width: 100%;
   };
}


/* iPads (portrait and landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
	.mapa-pron {
		max-width: 1024px !important;
		width: 100%;
    };
}

/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
   .mapa-pron {
		max-width: 1024px !important;
		width: 100%;
    };
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
   .mapa-pron {
		max-width: 1024px !important;
		width: 100%;
    };
}

/* Desktops and laptops ———– */
@media only screen
and (min-width : 480px)
and (max-width : 550px) {
/* Styles */
	.mapa-pron {
		max-width: 480px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 550px)
and (max-width : 605px) {
/* Styles */
	.mapa-pron {
		max-width: 550px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 605px)
and (max-width : 639px) {
/* Styles */
	.mapa-pron {
		max-width: 600px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 640px)
and (max-width : 767px) {
/* Styles */
	.mapa-pron {
		max-width: 640px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
	.mapa-pron {
		max-width: 1024px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 1000px) {
/* Styles */
    .mapa-pron {
		max-width: 1024px !important;
		width: 100%;
    };
}

@media only screen
and (min-width : 1224px) {
/* Styles */
    .mapa-pron {
		max-width: 1224px !important;
		width: 100%;
    };
}

/* Large screens ———– */
@media only screen
and (min-width : 1824px) {
/* Styles */
    .mapa-pron {
		max-width: 1824px !important;
		width: 100%;
    };
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #848484 !important;
}

li.active {
    background: #848484 !important;
}


/*referencias*/

.box-red{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	background: #DB5461;
	float: left;
}

.box-orange{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	background: #F4953D;
	float: left;
}

.box-yellow{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	background: #FFD357;
	float: left;
}

.box-green{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	background: #35C795;
	float: left;
}

.box-violet{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	background: #8B86C4;
	float: left;
}

.border-icons{
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px	
	/*height: 140px;*/
}



 p.title-alert{
	font-size: 21px !important;
	margin-left: 45px;
}

p.desc-alert{
	font-size: 19px;
	font-weight: 400;
}



.disabled{
	background: #f3f3f3;
}

.imagen_cuadro_alerta{
	width: 35%;
	vertical-align:middle !important;



}

.imagen_cuadro_alerta1{
	width: 60%;
	vertical-align:middle !important;
}

.imagen_cuadro_advertencia{
	width: 50%;
	margin-bottom: 10px;
}

.texto_cuadro
{
	font-size: 14px;
}

.legend {
	padding: 8px;
	top:190;
	line-height: 18px;
	color: #555;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666666;
	background-color:#000000;
	color:#FFFFFF;
	opacity: 0.84;
	filter: alpha(opacity=84);
	font-size: 10px;
  }
  
  .legend i {
	width: 17px;
	height: 17px;
	float: left;
	color: #000;
	margin-right: 8px;
	padding-top: 8px;
	z-index: 100;
	opacity: 100;
	filter: alpha(opacity=100);
  }
  
  span.fa.fa-map-marker {
	  padding-top: 8px;
  }
  
  .leaflet-marker-icon {width:30px !important;}
  .itemOla {
	width:15px !important;
	height:15px !important;
	display:inline-block;
	border-radius:100px;
	background:#fff;
	line-height:25px;
	vertical-align: middle;
  }
  .ola0 {
	  background:#fff;
  }
  .ola1 {
	background:lightgreen;
  }
  .ola2 {
	background:yellow;
  }
  .ola3 {
	background:orange;
  }
  .ola4 {
	background:red;
  }
  #referenciasMapa {
	  position: absolute;
	  z-index: 999;
	  background: rgba(0,0,0,0.5);
	  border-radius: 3px;
	  padding: 10px;
	  color: #fff;
	  margin-top: 49px;
	  right: 62px;
	  padding-top: 15px;
	  padding-bottom: 20px;
  }
  .panel-texto{
	  color: #111;
	  padding: 10px;
  }
  .btn{
   text-transform: none;   
  }
  .negro{
	display:block;
	padding:10px;
  }
  .blanco{
	display:block;
	padding:10px;
	color:#fff
  }



/*Acordeon de preguntas frecuentes 


.panel {
	line-height: 3px;
    padding: 0px !important;
    margin: 0px !important;
    background: #efefef !important;
    box-shadow: 0 1px 1px rgb(156, 156, 156) !important;
}*/


