/* codeDESIGN - custom_code_charts.css */
@charset "utf-8";

/* CUSTOM CODE CHARTS */
.custom_code_charts [class^="col-"],
.custom_code_charts [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_charts {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.custom_code_charts_wrapper { 
	margin: 0px 0px 0px 0px;
	position: relative;
}
div.custom_code_charts_wrapper div.custom_code_chart_x_axis, 
div.custom_code_charts_wrapper div.custom_code_chart_y_axis {
	display: none;
}
div.custom_code_charts_wrapper div.custom_code_chart_x_axis { 
	text-align: center; 
}
div.custom_code_charts_wrapper div.custom_code_chart_y_axis {
	/*
	text-align: center; 
	writing-mode: vertical-lr; 
	text-orientation: sideways-right; 
	float: left; 
	*/
	position: absolute;
    top: 50%;
    left: -16px;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
	margin: 20px 0px 0px 0px;
}



/* CUSTOM CODE CHARTS - TOOLTIPS */