
.clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.percentLineContainer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}

.percentage {
	position: absolute;
	left: 5px;
}

.greyLine {
	width: 100%;
	height: 4px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #ED;
	margin-top: 6px;
}

.percentLine {
	height: 4px;
	border-bottom: 1px solid #C4D1BA;
	position: relative;
	top: -4px;
}

.donutHeading {
	width: 100px;
	margin: 0 0 10px 0;
}

.donutChartContainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.donutChartContainer:after {
	clear: both;
	content: ' ';
	display: table;
}

.chartColumn {
	width: 50%;
	float: left;
}

.chartColumn.donutColumn {
	min-height: 300px;
}

.donutColumn .highcharts-title {
	font-size: 14px !important;
}

.donutColumn .highcharts-container {
	position: unset !important;
}

.donutChartCustomLegend {
	padding-left: 20px;
}

.donutChartLegendItem {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.donutLegendPercent {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 5px #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donutLegendTitle {
	position: absolute;
	left: 60px;
	top: 20px;
}

.donutLegendValue {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 15px;
	padding: 5px 10px;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #01AAAD;
	cursor: pointer;
}

.donutLegendTextLink {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 5px 10px;
    color: #FE9900;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    border: 1px solid #FE9900;
    cursor: pointer;
}

/*Legend table start*/
.legendTableInner{
	padding: 0 10%;
}
.legendTableOuter, .legendTableInner {
	width: 100%;
}
.legendTableInner td.legCol1{
	width: 5%;
	text-align: left;
}
.legendTableInner td.legCol2{
	width: 40%;
	text-align: left;
}
.legendTableInner td.legCol3{
	width: 5%;
	text-align: right;
}
.legendTableInner td.legCol4{
	width: 20%;
	text-align: right;
}
.legendTableInner td.legCol5{
	width: 30%;
	text-align: right;
}
.legend-arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

.legend-arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #000;
}

/*Legend table end*/