.kf-chart {
	font-family: "Neo Sans W02", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	position: relative;
}

/* - - - - - - - - - - - - CHART EXTRAS - - - - - - - - - - - - */

.chart-extras {
	position: absolute;
	z-index: 9;
	top: 4px;
	right: 0;
}

.kf-chart .title {
	font-family: "Neo Sans W02 Medium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 16px;
	border-top: 1px solid #B3B3B3;
	margin-top: 36px;
	padding: 6px 94px 7px 0;
	border-bottom: 1px solid #B3B3B3;
}
.kf-chart .note {
	font-size: 13px;
	color: #767C81;
	margin: 12px 0 32px;
}
.kf-chart .note p {
	margin-bottom: .8em;
}
.am-chart-wrapper {
	background: #EBECEC;
	padding: 24px 24px 22px;
	border-bottom: 1px solid #B3B3B3;
}
.balloon-extra,
.chart-balloon--label,
.custom-legend,
.chart-extras {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.chart-balloon--label {
	display: block;
	padding: 6px 8px;
	background: #fff;
}
.custom-legend {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.custom-legend {
	font-size: 12px;
	padding: 0 8px 16px 24px;
	line-height: 1.25;
}
a.graph-toggle {
	display: inline-block;
	margin: 0 15px 10px 0;
	padding: 6px 42px 6px 10px;
	border: 1px solid transparent !important;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-weight: normal;
}
.graph-toggle b {
	display: block;
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: 0;
	width: 29px;
	border-left: 1px solid #fff;
	background: url(../img/tag-on.png) no-repeat center;
}
a.graph-toggle.off {
	border-color: #B6B6B6 !important;
	color: #353F45 !important;
	background: none !important;
}
.graph-toggle.off b {
	border-color: #B6B6B6;
	background-image: url(../img/chart-tag-off.png);
}

/* - - - - - - - - - - - - SAVE IMAGE / SHARE WIDGET - - - - - - - - - - - - */

.save-image {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	float: left;
	margin-left: 10px;
	width: 38px;
	height: 28px;
	border-radius: 3px;
	background: #353F45 url(../img/icon-save-chart.png) no-repeat center;
	position: relative;
}
.save-image a {
	display: block;
	width: 90px;
	padding: 9px 0;
	text-decoration: none;
	color: #353F45;
	font-weight: bold;
	position: relative;
}

.share-widget {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	float: left;
	width: 38px;
	height: 28px;
	border-radius: 3px;
	background: #353F45 url(../img/icon-share.png) no-repeat center 8px;
	position: relative;
}
.share-widget > div,
.save-image > div {
	position: absolute;
	top: -9999em;
	left: -9999em;
	width: 90px;
	margin-left: -45px;
	background: url(../img/bg-transparent.png);
	background: rgba(0, 0, 0, 0);
	
}
.share-widget:hover > div,
.save-image:hover > div,
.share-widget.hover > div,
.save-image.hover > div {
	top: 100%;
	left: 50%;
}
.share-widget__dialog,
.save-image__dialog {
	background: #fff;
	border-radius: 5px;
	width: 90px;
	float: left;
	margin-top: 12px;
	position: relative;
}

/*
.share-widget__dialog:before,
.save-image__dialog:before {
	content: "\25c6";
	font-family: sans-serif;
	font-size: 28px;
	color: #fff;
	text-shadow: 0 -2px 4px rgba(0, 0, 0, .15);
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	margin-bottom: -13px;
}
.share-widget__dialog:after,
.save-image__dialog:after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background: rgba(255, 0, 0, .5);
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
}
*/
.share-widget__dialog:before,
.save-image__dialog:before {
	content: "";
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
}
.share-widget__dialog:after,
.save-image__dialog:after {
	content: "";
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: -1px;
	margin-left: -7px;
}
.share-widget__title {
	font-weight: bold;
	padding: 9px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.share-widget ul {
	/* height: 90px; */
	display: block !important;
	margin: 0 !important;
}
.share-widget li {
	width: 50%;
	float: left;
	background: none !important;
	padding: 0 !important;
}
.share-widget a {
	text-decoration: none;
	color: #353F45;
	display: block;
	height: 45px;
	text-indent: -9999em;
	cursor: pointer;
	border: none;
}
.save-image a {
	border: none;
}
.share-widget a:hover,
.save-image a:hover {
	background: none !important;
	color: #353F45 !important;
}
.share-widget span {
	display: block;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.js-share--twitter span {
	background-image: url(../img/icon-share-twitter.png);
}
.js-share--facebook span {
	background-image: url(../img/icon-share-facebook.png);
}
.js-share--google span {
	background-image: url(../img/icon-share-google.png);
}
.js-share--linkedin span {
	background-image: url(../img/icon-share-linkedin.png);
}
.js-share--twitter,
.js-share--facebook {
	border-bottom: 1px solid #ccc !important;
}
.js-share--twitter,
.js-share--google {
	border-right: 1px solid #ccc !important;
}
.share-widget:hover .share-widget__dialog,
.save-image:hover .save-image__dialog,
.share-widget.hover .share-widget__dialog,
.save-image.hover .save-image__dialog {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}