.chartWrapper {
    width:100%;
    margin:40px 0;
    position:relative;
}
.piechart-wrapper .chartWrapper {
  margin:0;
}
.chartCanvas {
    width:75%;
    float:left;
    overflow:hidden;
    border-right:0;
}
.chartCanvas.fullWidth {
	width:100%;
	float:none;
	border-right:0;
}
.chartLegend {
    margin-left:0;
    padding:20px;
    box-sizing: border-box;
    width:25%;
}
.chartLegend.right {
    float:right;
}
.chartLegend.bottom {
	float:none;
	width:100%;
	clear:both;
    border-top:0;
    padding: 15px 50px;
}
.chartLegendItem {
    font-size: 13px;
    margin-bottom: -2px;
}
.chartLegendItem.floated {
	float: left;
    margin-right: 10px;
}
.chartLegendItem.hiddenLine {
	color:#3d3f49;
}
.chartLegendColorIcon {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:2px;
    margin-right:5px;
}
.chartControl {
	display:none;
}
.chartDateFilter {
	text-align:right;
	margin-bottom:20px;
	padding-right:20px;
	clear:both;
}
.chartDateFilter input {
	width:100px;
	display:inline-block;
	margin-left:10px;
}
.chartDateFilter label {
	display:inline-block;
	line-height:38px;
	margin-left:10px;
}