/*Hoja de estilos para las gráficas del sistema*/

.chartCanvas {
	width: 100%; 
	border: solid 1px #AAA; 
	margin-bottom: 1rem;
}

#sensChart {
	/*background-color: white;
	background-image: url('../../../vendor/dist/img/bg-sens-1.png');
	background-size: 80% 80%;*/
	background-color: white;
    background-image: url(../../../vendor/dist/img/bg-sens-1.png);
    background-size: 95% 93%;
    background-repeat: no-repeat;
    background-position-x: right;
}