.chart{ background: white; }
	.chart .header{ background: rgba(74, 114, 245); padding: 1rem; border-radius: 15px; color: white; margin-bottom: 1rem; }
	.chart .header h3{ padding: 0; margin: 0 !important; font-size: 17px; font-weight: bold; }
	.chart .header h5{ padding: 0; margin: 0 !important; font-size: 15px; font-weight: 500; }
	.chart canvas{ width: 100% !important; height: auto !important; }
	.chart .calman{ padding: 0; margin-top: 1rem; text-align: center; display: block; color: black; font-size: 14px; }
		.chart .calman a{ color: black; }

	.chart .table_c{ position:relative; }
		.chart .table_c .table_gamma{ padding: 0%; position: absolute; left: 15%; top: 5%; width: auto; margin: 0; }
			.chart .table_c .table_gamma table{ background: white; font-size: 11px; }
			.chart .table_c .table_gamma table .legend_lum{ background: yellow; border: 2px yellow solid; width: 10px; height: 10px; padding: 0px 6px; color: yellow; }
			.chart .table_c .table_gamma table .legend_sdr_hdr{ background: black; border: 2px black solid; width: 10px; height: 10px; padding: 0px 6px; color: black; }

		.chart .table_c .table_gamut{ padding: 0%; position: absolute; right: 0; top: 0; width: auto; margin: 0; }
			.chart .table_c .table_gamut table { background: white; font-size: 11px; }
			.chart .table_c .table_gamut .legend_misura_gamut{ background: black; border: 2px black solid; width: 10px; height: 10px; padding: 0px 6px; color: black; }
			.chart .table_c .table_gamut .legend_rec{ background: white; border: 2px #ddd solid; width: 10px; height: 10px; padding: 0px 6px; color: white; }
			.chart .table_c .table_gamut .legend_dci{ background: yellow; border: 2px yellow solid; width: 10px; height: 10px; padding: 0px 6px; color: yellow; }
			.legend_adobe{ background: #5794FF; border: 2px #5794FF solid; width: 10px; height: 10px; padding: 0px 6px; color: #5794FF; }
			.legend_bt{ background: #8F00FF; border: 2px #8F00FF solid; width: 10px; height: 10px; padding: 0px 6px; color: #8F00FF; }

.overlapping-container{	margin-left: 0px !important; }

	.overlapping-button-container input[type=button]{ background: rgba(74, 114, 245); border-radius: 6px; }
	.overlapping-button-container { margin-top: 1rem !important; }