* {
	-webkit-print-color-adjust: exact;
}

.testtt {
	
}

.graph_fit_container {
	width: 100%;
	margin: auto;
	height: 250px;
	background: red;
	-webkit-print-color-adjust: exact;
}

.wrapper_graph_fit {
	width: 200px;
	position: relative;
	margin: auto;
	display: none;
}

.graph_fit {
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%)
}

.graph_fit img {
	vertical-align: top !important;
}

.test img {
	clip: rect(10px, 290px, 190px, 10px);
}

.circle_outer_graph_fit_img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.circle_outer_graph_fit {
	width: 200px;
	height: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	border: 3px #71A7C7 solid;
	position: absolute;
	margin-left: auto;
	top: 0;
	right: 0;
}

.no-print, .no-print * {
	display: block;
}

.print, .print * {
	display: none;
}

.gauge_graph_fit {
	width: 200px;
	display: block;
	position: absolute;
	bottom: 0;
	background: none;
	opacity: 1;
}

.gauge_graph_fit img {
	height: 100%;
	width: 100%;
	display: block;
}

.circle_inner_graph_fit {
	width: 200px;
	height: 98%;
	display: block;
	border-radius: 50%;
	background: none;
	z-index: 1;
	position: absolute;
	margin-left: auto;
	top: 0;
	right: 0;
}

.gauge_graph_fit_img {
	width: 194px !important;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 50% 0);
}

.marker_line_graph_fit_left {
	width: 140px;
	position: absolute;
	display: block;
	/* 	background: url("../img/export_sncf/graph_line.png");; */
	top: 0;
	right: 50%;
}

.marker_line_graph_fit_left img {
	vertical-align: top !important;
}

.marker_line_graph_fit_right {
	width: 140px;
	height: 3px;
	position: absolute;
	/* 	background: url("../img/export_sncf/graph_line.png");; */
	display: block;
	top: 0;
	left: 50%;
	vertical-align: top !important;
}

.marker_line_graph_fit_right img {
	vertical-align: top !important;
}

.indicator_graph_fit {
	width: 100px;
	height: 50px;
	position: absolute;
	display: block;
	top: 0;
	left: 250px;
	line-height: 0px;
}

.company_indicator_block_graph_fit {
	width: 170px;
	height: 50px;
	position: absolute;
	display: block;
	top: 0;
	left: -40px;
	transform: translate(-50%, -50%);
}

.company_indicator_block_graph_fit img {
	width: 100px;
	max-width: 100px;
}

.company_indicator_graph_fit {
	max-width: 100px;
}

.hexagon {
	position: relative;
	display: inline-block;
	width: 205px;
	height: 100px;
	overflow: hidden;
	color: #fff;
	-webkit-mask-image: url('http://i40.tinypic.com/kajqg.jpg');
	text-align: center;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.hexagon .content {
	height: 186px;
	width: 186px;
	margin: auto;
	margin-top: 16px;
}

.hexagon a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}