.ct-label {
	font-family: 'Roboto', sans-serif;
	font-size: 7pt;
	font-weight: 700;
	color: #444;
	fill: rgba(0, 0, 0, 1);
}
.ct-chart {
	position: relative;
}
.ct-legend {
	position: relative;
	z-index: 10;
	list-style: none;
	padding: 0 0 0 15px;
}
.ct-legend li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 3px;
	cursor: pointer;
}
.ct-legend li:before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	content: '';
	border: 3px solid transparent;
	border-radius: 2px;
}
.ct-legend li.inactive:before {
	background: transparent;
}
.ct-legend.ct-legend-inside {
	position: absolute;
	top: 0;
	right: 0;
}
.ct-legend .ct-series-0:before {
	background-color: #a9cc00;
	border-color: #a9cc00;
}
.ct-legend .ct-series-1:before {
	background-color: #1f78b4;
	border-color: #1f78b4;
}
.ct-legend .ct-series-2:before {
	background-color: #b2df8a;
	border-color: #b2df8a;
}
.ct-legend .ct-series-3:before {
	background-color: #33a02c;
	border-color: #33a02c;
}
.ct-legend .ct-series-4:before {
	background-color: #fb9a99;
	border-color: #fb9a99;
}
.ct-legend .ct-series-5:before {
	background-color: #e31a1c;
	border-color: #e31a1c;
}
.ct-legend .ct-series-6:before {
	background-color: #fdbf6f;
	border-color: #fdbf6f;
}
.ct-legend .ct-series-7:before {
	background-color: #ff7f00;
	border-color: #ff7f00;
}
.ct-legend .ct-series-8:before {
	background-color: #cab2d6;
	border-color: #cab2d6;
}
.ct-legend .ct-series-9:before {
	background-color: #6a3d9a;
	border-color: #6a3d9a;
}
.ct-legend .ct-series-10:before {
	background-color: #ffff99;
	border-color: #ffff99;
}
.ct-legend .ct-series-11:before {
	background-color: #b15928;
	border-color: #b15928;
}
.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 5em;
    padding: .5em;
    background: #F3E5C9;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
	left: 50%;
    width: 0;
    height: 0;
	margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #F3E5C9;
}
.chartist-tooltip.tooltip-show {
    opacity: 1;
}
.Sales-Monthly-Distribution, .Sales-Performance, .Expenses-Monthly-Distribution, .Expenses-Composition, .Profit-Loss {
	min-height: 220px;
}
.Sales-Performance .ct-series-a .ct-line {
	stroke: #553285;
	stroke-width: 2px;
}
.Sales-Performance .legends .ct-series-0:before {
	background-color: #553285;
	border-color: #553285;
}
.Expenses-Composition .ct-series-a .ct-slice-pie {
	fill: #9FB03E;
}
.Expenses-Composition .ct-series-b .ct-slice-pie {
	fill: #72918B;
}
.Expenses-Composition .legends .ct-series-0:before {
	background-color: #9FB03E;
	border-color: #9FB03E;
}
.Expenses-Composition .legends .ct-series-1:before {
	background-color: #72918B;
	border-color: #72918B;
}
.Profit-Loss .ct-series-a .ct-bar {
	stroke: #F9722E;
}
.Profit-Loss .ct-series-b .ct-bar {
	stroke: #C9313D;
}
.Profit-Loss .ct-series-a .ct-line {
	stroke: #B5FF00;
	stroke-width: 2px;
}
.Profit-Loss .legends .ct-series-0:before {
	background-color: #F9722E;
	border-color: #F9722E;
}
.Profit-Loss .legends .ct-series-1:before {
	background-color: #C9313D;
	border-color: #C9313D;
}
.Profit-Loss .legends .ct-series-2:before {
	background-color: #B5FF00;
	border-color: #B5FF00;
}
.Profit-Loss {
	position: relative;
	min-height: 220px;
}
.Profit-Loss > .row > * {
	position: absolute;
	top: 0;
	left: 10;
	width: 100%;
	height: 100%;
}
.Profit-Loss > .row > .legends {
	position: relative;
	display: block;
	margin-top: 220px;
	height: 100%;
}
@media screen and (min-width: 320px) {
	.ct-chart-bar .ct-bar {
		stroke-width: 6px;
	}
	.Profit-Loss .ct-series-a .ct-bar {
		stroke-width: 6px;
	}
	.Profit-Loss .ct-series-b .ct-bar {
		stroke-width: 6px;
	}
}
@media screen and (min-width: 450px) {
	.ct-chart-bar .ct-bar {
		stroke-width: 8px;
	}
	.Profit-Loss .ct-series-a .ct-bar {
		stroke-width: 15px;
	}
	.Profit-Loss .ct-series-b .ct-bar {
		stroke-width: 15px;
	}
}
@media screen and (min-width: 768px) {
	.Profit-Loss .ct-series-a .ct-bar {
		stroke-width: 30px;
	}
	.Profit-Loss .ct-series-b .ct-bar {
		stroke-width: 30px;
	}
}
