/* Media queries para el cuadro de mandos */

@media (min-width: 900px) {
	.dashboard-w100 .contenedor-canvas{
		height: 330px;
	}
	.dashboard-w50 .contenedor-canvas{
		height: 245px;
	}
}

@media (min-width: 1400px) {
	.dashboard-w100 .contenedor-canvas{
		height: 375px;
	}
}
/* @media (min-width: 1500px) { */
/* 	.dashboard-w100 .contenedor-canvas{ */
/* 		height: 375px; */
/* 	} */
/* } */
@media (min-width: 1600px) {
	.dashboard-w50 .contenedor-canvas{
		height: 300px;
	}
}
@media (min-width: 1800px) {
	.cntGraficoTiempos {
		margin-top: 0;
	}
	.dashboard-w50-fhd {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.dashboard-w50-fhd .contenedor-canvas{
		height: 220px;
	}
/* 	.dashboard-w50 .contenedor-canvas{ */
/* 		height: 300px; */
/* 	} */
/* 	#cntGraficoTiempos.margin-top-trick { */
/* 	   margin-top: 0; */
/* 	} */
	#tblTiemposHistoricosEspera span.tiempo, 
	#tblTiemposHistoricosAtencion span.tiempo{
		font-size: 22px;
	}
	#tblTiemposHistoricosEspera, 
	#tblTiemposHistoricosAtencion {
		font-size: 140%;
	}
}