#panel_portlet_sensors_environmental_indicators_items{
	padding: 10px;
	margin: 0px;
	height: 400px;
	max-height: 400px;
}

#panel_portlet_sensors_airquality_items {
    padding: 0px;
    margin: 0px;
    height: 130px;
    max-height: 130px;
}

#panel_portlet_sensors_airquality_particles_items {
    padding: 0px;
    margin: 0px;
    height: 130px;
    max-height: 130px;
}

#panel_portlet_sensors_airquality_gas_items {
    padding: 0px;
    margin: 0px;
    height: 130px;
    max-height: 130px;
}

@media only screen and (orientation: portrait) and (min-width: 350px) and (max-width: 575px) {
	#panel_portlet_sensors_airquality_gas_items {
	    padding: 0px;
	    margin: 0px;
	    height: 60px;
	    max-height: 130px;
	}
}


#modal_info_weather .modal-dialog {
    max-width: 80%;
}

@media only screen and (orientation: portrait) and (min-width: 350px) and (max-width: 575px) {
	#modal_info_weather .modal-dialog {
	    max-width: 100%;
	}
}

.p-description-indicator {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 90%;
    font-weight: bold;
}

.p-description-value {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60%;
}

/* Buena (azul): 56, 162, 206. */
/* Razonablemente buena (verde): 50, 161, 94. */
/* Regular (amarillo): 241, 229, 73. */
/* Desfavorable (rojo): 200, 52, 65. */
/* Muy desfavorable (granate): 110, 22, 29. */
/* Extremadamente desfavorable (morado): 162, 91, 164. */

.bg-white {
    background: #fff !important;
    border: 1px solid #848484 !important;
}

.bg-buena {
    background: #38A2CE !important;
    border: 1px solid #fff !important;
}

.bg-razonablemente-buena {
    background: #32A15E !important;
    border: 1px solid #fff !important;
}

.bg-regular {
    background: #F1E549 !important;
    border: 1px solid #fff !important;
}

.bg-desfavorable {
    background: #C83441 !important;
    border: 1px solid #fff !important;
}

.bg-muy-desfavorable {
    background: #6E161D !important;
    border: 1px solid #fff !important;
}

.bg-extremadamente-desfavorable {
    background: #A25BA4 !important;
    border: 1px solid #fff !important;
}