.chart-container {
	margin-bottom: 15px;
}

/*******************************************************************/
/* Line chart */

#chart-line-fc {
	background-color: #ffffff;
}

.chart-line {
	padding: 20px 20px 20px 20px;
	position: relative;
	background-color: #ffffff;
}

.chart-icon-download-container {
	width: 25px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
}

#userChartContainer .chart-icon-download-container {
	position: unset;
	margin: 20px 0 10px;
}

#drilldown-info {
	border: none;
	background: url(../images/charting/info.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-bottom: 10px;
}

#png-download, #activities-as-png-download, #defects-as-png-download {
	border: none;
	background: url(../images/charting/export-img.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-bottom: 10px;
    margin-left: 14px;
    margin-top: 26px;
}

#csv-download, #activities-as-csv-download, #defects-as-csv-download {
	border: none;
	border-radius: 4px;
	background: url(../images/charting/export-csv.svg) no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-bottom: 10px;
}

.defect-chart-line {
	padding-top: 20px;
	padding-bottom: 20px;
}
.chart-top-bar {
	height: 55px;
	background-color: #ffffff;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 3px;
}

.chart-line-column-graph {
	height: 210px;
	overflow: hidden;
}

.chart-line-dashboard {
	height: 210px;
	overflow: hidden;
	width: 79%;
}

.chart-bar2d {
	height: 135px;
	overflow: hidden;
	width: 80%;
}

#drilldown-icon{
	background: url(../images/drilldown/drilldown.svg) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}

.chart-burndown {
	height: 210px;
	overflow: hidden;
	width: 81%;
}

.chart-line-dashboard {
	height: 210px;
	overflow: hidden;
	/*width: 79%;*/
}

.chart-bar2d {
	height: 135px;
	overflow: hidden;
	width: 80%;
}

#drilldown-icon{
	background: url(../images/drilldown/drilldown.svg) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}

.chart-burndown {
	height: 210px;
	overflow: hidden;
	width: 81%;
}

.chart-line-column-legend {
	width: 210px;
	background-color: #fff;
}

.chart-line-column-legend-compact {
	width: 210px;
}

.chart-line-compact .chart-bar2d,
.chart-line-compact .chart-line-column-graph {
	width: 100% !important;
}

.chart-line-compact .chart-bar-column-box,
.chart-line-compact .chart-line-column-legend,
.chart-line-compact .chart-line-column-legend-compact {
	display: none;
}

/*******************************************************************/
/* Legend */

.chart-legend {
	padding: 5px 5px 5px 15px;
}

.chart-legend-compact {
	padding: 5px 0 5px 15px;
}

.chart-legend-title {
	font-size: 14px;
	color: #707070;
	height: 26px;
}

.chart-legend-title-compact {
	height: 25px;
}

.chart-legend-item {
	margin-bottom: 4px;
	height: auto;
}

.chart-legend-name {
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 1px;
	padding-top: 3px;
	white-space: nowrap;
}

.chart-legend-name .text-ppp {
	font-size: 14px;
	font-weight: 700;
}
  
.chart-legend-name-compact-ppp-fix {
	padding: 1px 0;
}

.chart-legend-name-compact {
	padding: 0;
}

.chart-legend-name > a {
	color: #333 !important;
	font-weight: 700;
}

.chart-legend-icon {
	background: #f2f2f2;
	border-radius: 11px;
	height: 20px;
	width: 20px;
}

.chart-legend-description {
	color: #707070;
	font-size: 13px;
	font-weight: 400;
	margin-top: 4px;
	padding-bottom: 3px;
	white-space: nowrap;
	line-height: 140%;
}

.chart-legend-column-icon {
	width: 32px;
}

/*******************************************************************/
/* ToolTip */

.highcharts-label > span {
	background: #fff;
	border: 1px solid #aecade;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	padding: 5px 8px;
}

g.highcharts-label.highcharts-tooltip {
	display: none;
}

/*******************************************************************/
/* Bars */

.chart-bar {
  background: #f2f2f2;
  height: 24px;
  overflow: hidden;
  width: 125px;
}

.chart-bar-lg {
	width: 250px;
}

.chart-bar-percent {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
  x: 21px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	width: 50px;
}

.chart-bar-percent-compact {
	font-size: 14px;
	line-height: 140%;
  x: 22px;
}

.colum.chart-bar-percent {
	padding-right: 10px;
}

.chart-bar-custom {
  float: left;
  height: 24px;
}

.chart-bar-transparent {
	background: #cacaca;
	border-radius: 4px;
	float: left;
	height: 20px;
}

.chart-minibar {
	background: #f2f2f2;
	border: 2px #376789 solid;
	border-radius: 3px;
	height: 11px;
	overflow: hidden;
	width: 75px;
}

.chart-minibar-custom {
	float: left;
	height: 11px;
}

.chart-minibar-percent {
	color: #303030;
	font-weight: 600;
	text-align: right;
}

.chart-minibar-percent-compact {
	font-size: 12px;
}

.chart-minibar-column-percent {
	width: 45px;
}

.chart-minibar-column-graph {
	width: 75px;
}

.chart-bar-column-circle {
	width: 175px;
}

.chart-bar-circle {
	margin-top: 20px;
	margin-left: 40px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #fff;
	text-align: center;
}

.qpane .chart-bar-circle {
	background: #eaf1f7;
}

.chart-bar-circle-title {
	padding-top: 18px;
	font-size: 26px;
	color: #303030;
}

.chart-bar-circle-description {
	font-size: 14px;
	margin-top: 8px;
	color: #707070;
}

.chart-bar-column-box {
	width: 164px;
	height: 175px;
	margin: 0 15px 288px 0;
	padding: 20px 0 29px;
	border-radius: 4px;
	background-color: #ffffff;
}

.chart-bar-box {
	width: 164px;
	height: 122px;
	display: flex;
	flex-direction: column;
	justify-content: "center" !important;
	align-items: center;
	padding-top: 70px;
}

.chart-bar-box-title {
	font-size: 32px;
	color: #333333;
}

.chart-bar-box-description {
	font-size: 18px;
	color: #a3a3a3;
}

/*******************************************************************/
/* Pie */

.chart-pie {
	height: 260px;
}

.chart-pie-footer-stage1 {
	display: none;
	text-align: center;
	color: #333;
}

.chart-pie-footer-stage2 {
	display: none;
}

.chart-pie-footer-percent {
	font-size: 16px;
	margin-bottom: 8px;
}

.chart-pie-footer-bar {
	width: 305px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.chart-pie-compact {
	height: fit-content;
}

.chart-pie-compact .chart-pie-footer-stage1 {
	display: block;
	margin: 20px 0;
}

.chart-pie-compact .chart-pie-footer-stage2 {
	display: none;
	margin: 20px 0;
}

.chart-pie-compact .chart-pie-column-percent {
	display: none;
}

.chart-pie-tiny {
	height: fit-content;
}

.chart-pie-tiny > .table {
	height: 225px;
}

.chart-pie-tiny .chart-pie-column-graph {
	display: none;
}

.chart-pie-tiny .chart-pie-footer-stage1 {
	display: none;
}

.chart-pie-tiny .chart-pie-footer-stage2 {
	display: block;
}

.chart-pie-column-graph {
	height: 200px;
	width: 250px;
}

.chart-pie-status {
	min-width: 200px;
	height: 190px;
}

.chart-pie-status-small {
    min-width: 140px;
    height: 187px;
}

.chart-pie-column-legend {
	width: 260px;
}

.chart-pie-column-legend-compact {
	margin-right: 20px !important;
	background: #fff;
}

#statusChartContainer .chart-pie-column-legend-compact {
	width: 215px;
}

#statusChartContainer .chart-pie-column-legend-compact-customstatus {
	width: 332px;
}

#statusChartContainer .chart-pie-column-legend-compact-normalstatus-legend-three {
    width: 208px;
}

#statusChartContainer .chart-pie-column-legend-compact-customstatus-legend-three {
    width: 356px;
}

#statusChartContainer .chart-pie-column-legend-compact-normalstatus-small {
    width: 272px;
}

#statusChartContainer .chart-pie-column-legend-compact-customstatus-small {
    width: 420px;
}

.chart_leg_compact_padding {
	padding: 9px 0 0 0px !important;
}

.chart-legend-compact-padd-custom-sm{
    padding: 10px 0 0 5px;
}

.chart-pie-compact #statusChartContainer {
	margin-right: 0;
}

#statusChartContainer .chart-pie-column-legend-compact {
	width: 165px;
}

.chart-pie-compact #statusChartContainer {
	margin-right: 0;
}

.chart-pie-column-percent {
	width: 50%;
	background-color: #fff;
	border-radius: 4px;
}

.chart-pie-percent {
	padding-left: 20px;
	text-align: center;
}

.chart-pie-percent-title {
	font-size: 40px;
	color: #333333;
}

.chart-pie-percent-description {
	font-size: 25px;
	color: #333333;
}

.chart-pie-percent-note {
	margin-top: 1em;
	font-size: 14px;
	margin-top: 1em;
	font-size: 14px;
}

#userChartContainer .chart-icon-download-container .link-tooltip #png-download,
#csv-download.margin_todo_dwnld,
#statusChartContainer .chart-icon-download-container .link-tooltip #png-download {
	margin-left: 0px;
	margin-top: 0px;
}

/* Highcharts overrides */

#statusChart text,
#activityChart text,
#defectChart text,
#burndownChart text,
#userChart text {
	font-size: 12px !important;
	font-weight: 400 !important;
}

.chart-pie #statusChart .highcharts-background,
#activityChart .highcharts-background,
#defectChart .highcharts-background,
#burndownChart .highcharts-background {
	fill: transparent;
}

#burndownChart text{
	font-family: Arial, Helvetica, sans-serif !important;
}

#userChart .highcharts-background {
	fill: #d2e2ed;
}

#defectChart .highcharts-xaxis-labels span,
#userChart .highcharts-xaxis-labels span {
	color: #202020 !important;
}

#defectChart .highcharts-axis-line,
#defectChart .highcharts-tick,
#defectChart .highcharts-plot-line,
#defectChart .highcharts-yaxis-grid > .highcharts-grid-line,
#burndownChart .highcharts-axis-line,
#burndownChart .highcharts-tick,
#burndownChart .highcharts-plot-line,
#burndownChart .highcharts-yaxis-grid > .highcharts-grid-line,
#activityChart .highcharts-axis-line,
#activityChart .highcharts-tick,
#activityChart .highcharts-plot-line,
#activityChart .highcharts-yaxis-grid > .highcharts-grid-line,
#userChart .highcharts-axis-line,
#userChart .highcharts-tick,
#userChart .highcharts-plot-line,
#userChart .highcharts-yaxis-grid > .highcharts-grid-line {
	stroke: #aecade;
}

#defectChart .highcharts-xaxis-grid > .highcharts-grid-line,
#burndownChart .highcharts-xaxis-grid > .highcharts-grid-line,
#activityChart .highcharts-xaxis-grid > .highcharts-grid-line,
#userChart .highcharts-xaxis-grid > .highcharts-grid-line {
	stroke: #eaf1f7;
}

.highcharts-pie-series path {
	stroke: #aecade;
}

.highcharts-label-box.highcharts-tooltip-box:not(.highcharts-shadow) {
	fill: #fff;
	stroke: #aecade;
}

.highcharts-label span {
	color: #fff !important;
}

.highcharts-label.highcharts-tooltip span {
	font-size: 14px !important;
}

.highcharts-text-outline {
	stroke: transparent !important;
}

.highcharts-data-label > text {
	fill: #000 !important;
	stroke: transparent !important;
}

@media screen and (max-width: 1400px) {
	.chart-legend, .chart-legend-compact {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1200px) {
	.chart-bar2d {
		overflow: hidden;
		width: 72%;
	}

	.chart-legend, .chart-legend-compact {
		padding-left: 0px;
	}
}

#activityChart text {
	font-family: Arial, Helvetica, sans-serif !important;
}