.chart svg text {
	pointer-events: none;
}


/* Chart labels are hidden by default and only fade in for the hovered
   slice/row (its corresponding label gets .active from chartsHover.js).
   Kept out of the .desactive rule below so dim-on-hover doesn't fight
   hide-by-default for non-matching labels. */
svg .ct-label {
	opacity: 0;
}


.table tr.active,
svg g.ct-series path.active,
svg g.ct-series line.active,
svg g:not(.ct-series) text.active  {
	opacity: 1;
}


table tr.desactive,
svg g.ct-series path.desactive,
svg g.ct-series line.desactive {
	opacity: 0.3;
}
