//	=================
//    	Imports
//	=================

@import '../../../assets/base/color_variables';   	// Color Variables
@import '../../../assets/base/fonticons';   			// Fonticons Variables
@import '../../../assets/base/urls';   				// URLS Variables
@import '../../../assets/base/utilities_variables';  // Utilities Variables

.column-chart {
	position: $pos-rel;
	min-width: 100px;
	min-height: 100px;
	padding: $p-0;
	margin: $m-0;
	.chart-column {
		list-style: none;
		border: $b-width-1 $solid $white;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-align-self: flex-end;
		align-self: flex-end;
		background: $color_313;
		color: $white;
		box-sizing: border-box;
	}
	[data-cp-size] {
		list-style: none;
		border: $b-width-1 $solid $white;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-align-self: flex-end;
		align-self: flex-end;
		background: $color_313;
		color: $white;
		box-sizing: border-box;
	}
	.plot-container {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: $pos-abs;
		text-align: $align-center;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding: $p-0;
		margin: $m-0;
		min-height: 100px;
		[data-cp-size="0"] {
			height: 0%;
		}
		[data-cp-size="1"] {
			height: 1%;
		}
		[data-cp-size="2"] {
			height: 2%;
		}
		[data-cp-size="3"] {
			height: 3%;
		}
		[data-cp-size="4"] {
			height: 4%;
		}
		[data-cp-size="5"] {
			height: 5%;
		}
		[data-cp-size="6"] {
			height: 6%;
		}
		[data-cp-size="7"] {
			height: 7%;
		}
		[data-cp-size="8"] {
			height: 8%;
		}
		[data-cp-size="9"] {
			height: 9%;
		}
		[data-cp-size="10"] {
			height: 10%;
		}
		[data-cp-size="11"] {
			height: 11%;
		}
		[data-cp-size="12"] {
			height: 12%;
		}
		[data-cp-size="13"] {
			height: 13%;
		}
		[data-cp-size="14"] {
			height: 14%;
		}
		[data-cp-size="15"] {
			height: 15%;
		}
		[data-cp-size="16"] {
			height: 16%;
		}
		[data-cp-size="17"] {
			height: 17%;
		}
		[data-cp-size="18"] {
			height: 18%;
		}
		[data-cp-size="19"] {
			height: 19%;
		}
		[data-cp-size="20"] {
			height: 20%;
		}
		[data-cp-size="21"] {
			height: 21%;
		}
		[data-cp-size="22"] {
			height: 22%;
		}
		[data-cp-size="23"] {
			height: 23%;
		}
		[data-cp-size="24"] {
			height: 24%;
		}
		[data-cp-size="25"] {
			height: 25%;
		}
		[data-cp-size="26"] {
			height: 26%;
		}
		[data-cp-size="27"] {
			height: 27%;
		}
		[data-cp-size="28"] {
			height: 28%;
		}
		[data-cp-size="29"] {
			height: 29%;
		}
		[data-cp-size="30"] {
			height: 30%;
		}
		[data-cp-size="31"] {
			height: 31%;
		}
		[data-cp-size="32"] {
			height: 32%;
		}
		[data-cp-size="33"] {
			height: 33%;
		}
		[data-cp-size="34"] {
			height: 34%;
		}
		[data-cp-size="35"] {
			height: 35%;
		}
		[data-cp-size="36"] {
			height: 36%;
		}
		[data-cp-size="37"] {
			height: 37%;
		}
		[data-cp-size="38"] {
			height: 38%;
		}
		[data-cp-size="39"] {
			height: 39%;
		}
		[data-cp-size="40"] {
			height: 40%;
		}
		[data-cp-size="41"] {
			height: 41%;
		}
		[data-cp-size="42"] {
			height: 42%;
		}
		[data-cp-size="43"] {
			height: 43%;
		}
		[data-cp-size="44"] {
			height: 44%;
		}
		[data-cp-size="45"] {
			height: 45%;
		}
		[data-cp-size="46"] {
			height: 46%;
		}
		[data-cp-size="47"] {
			height: 47%;
		}
		[data-cp-size="48"] {
			height: 48%;
		}
		[data-cp-size="49"] {
			height: 49%;
		}
		[data-cp-size="50"] {
			height: 50%;
		}
		[data-cp-size="51"] {
			height: 51%;
		}
		[data-cp-size="52"] {
			height: 52%;
		}
		[data-cp-size="53"] {
			height: 53%;
		}
		[data-cp-size="54"] {
			height: 54%;
		}
		[data-cp-size="55"] {
			height: 55%;
		}
		[data-cp-size="56"] {
			height: 56%;
		}
		[data-cp-size="57"] {
			height: 57%;
		}
		[data-cp-size="58"] {
			height: 58%;
		}
		[data-cp-size="59"] {
			height: 59%;
		}
		[data-cp-size="60"] {
			height: 60%;
		}
		[data-cp-size="61"] {
			height: 61%;
		}
		[data-cp-size="62"] {
			height: 62%;
		}
		[data-cp-size="63"] {
			height: 63%;
		}
		[data-cp-size="64"] {
			height: 64%;
		}
		[data-cp-size="65"] {
			height: 65%;
		}
		[data-cp-size="66"] {
			height: 66%;
		}
		[data-cp-size="67"] {
			height: 67%;
		}
		[data-cp-size="68"] {
			height: 68%;
		}
		[data-cp-size="69"] {
			height: 69%;
		}
		[data-cp-size="70"] {
			height: 70%;
		}
		[data-cp-size="71"] {
			height: 71%;
		}
		[data-cp-size="72"] {
			height: 72%;
		}
		[data-cp-size="73"] {
			height: 73%;
		}
		[data-cp-size="74"] {
			height: 74%;
		}
		[data-cp-size="75"] {
			height: 75%;
		}
		[data-cp-size="76"] {
			height: 76%;
		}
		[data-cp-size="77"] {
			height: 77%;
		}
		[data-cp-size="78"] {
			height: 78%;
		}
		[data-cp-size="79"] {
			height: 79%;
		}
		[data-cp-size="80"] {
			height: 80%;
		}
		[data-cp-size="81"] {
			height: 81%;
		}
		[data-cp-size="82"] {
			height: 82%;
		}
		[data-cp-size="83"] {
			height: 83%;
		}
		[data-cp-size="84"] {
			height: 84%;
		}
		[data-cp-size="85"] {
			height: 85%;
		}
		[data-cp-size="86"] {
			height: 86%;
		}
		[data-cp-size="87"] {
			height: 87%;
		}
		[data-cp-size="88"] {
			height: 88%;
		}
		[data-cp-size="89"] {
			height: 89%;
		}
		[data-cp-size="90"] {
			height: 90%;
		}
		[data-cp-size="91"] {
			height: 91%;
		}
		[data-cp-size="92"] {
			height: 92%;
		}
		[data-cp-size="93"] {
			height: 93%;
		}
		[data-cp-size="94"] {
			height: 94%;
		}
		[data-cp-size="95"] {
			height: 95%;
		}
		[data-cp-size="96"] {
			height: 96%;
		}
		[data-cp-size="97"] {
			height: 97%;
		}
		[data-cp-size="98"] {
			height: 98%;
		}
		[data-cp-size="99"] {
			height: 99%;
		}
		[data-cp-size="100"] {
			height: 100%;
		}
	}
}
.bar-chart {
	position: $pos-rel;
	min-width: 100px;
	min-height: 100px;
	padding: $p-0;
	margin: $m-0;
	clear: both;
	.chart-row {
		list-style: none;
		border: $b-width-1 $solid $white;
		background: $color_313;
		color: $white;
		box-sizing: border-box;
		min-height: 8px;
	}
	[data-cp-size] {
		list-style: none;
		border: $b-width-1 $solid $white;
		background: $color_313;
		color: $white;
		box-sizing: border-box;
		min-height: 8px;
	}
	.plot-container {
		flex-direction: row;
		padding: $p-0;
		margin: $m-0;
		width: 100%;
		[data-cp-size="0"] {
			width: 0%;
		}
		[data-cp-size="1"] {
			width: 1%;
		}
		[data-cp-size="2"] {
			width: 2%;
		}
		[data-cp-size="3"] {
			width: 3%;
		}
		[data-cp-size="4"] {
			width: 4%;
		}
		[data-cp-size="5"] {
			width: 5%;
		}
		[data-cp-size="6"] {
			width: 6%;
		}
		[data-cp-size="7"] {
			width: 7%;
		}
		[data-cp-size="8"] {
			width: 8%;
		}
		[data-cp-size="9"] {
			width: 9%;
		}
		[data-cp-size="10"] {
			width: 10%;
		}
		[data-cp-size="11"] {
			width: 11%;
		}
		[data-cp-size="12"] {
			width: 12%;
		}
		[data-cp-size="13"] {
			width: 13%;
		}
		[data-cp-size="14"] {
			width: 14%;
		}
		[data-cp-size="15"] {
			width: 15%;
		}
		[data-cp-size="16"] {
			width: 16%;
		}
		[data-cp-size="17"] {
			width: 17%;
		}
		[data-cp-size="18"] {
			width: 18%;
		}
		[data-cp-size="19"] {
			width: 19%;
		}
		[data-cp-size="20"] {
			width: 20%;
		}
		[data-cp-size="21"] {
			width: 21%;
		}
		[data-cp-size="22"] {
			width: 22%;
		}
		[data-cp-size="23"] {
			width: 23%;
		}
		[data-cp-size="24"] {
			width: 24%;
		}
		[data-cp-size="25"] {
			width: 25%;
		}
		[data-cp-size="26"] {
			width: 26%;
		}
		[data-cp-size="27"] {
			width: 27%;
		}
		[data-cp-size="28"] {
			width: 28%;
		}
		[data-cp-size="29"] {
			width: 29%;
		}
		[data-cp-size="30"] {
			width: 30%;
		}
		[data-cp-size="31"] {
			width: 31%;
		}
		[data-cp-size="32"] {
			width: 32%;
		}
		[data-cp-size="33"] {
			width: 33%;
		}
		[data-cp-size="34"] {
			width: 34%;
		}
		[data-cp-size="35"] {
			width: 35%;
		}
		[data-cp-size="36"] {
			width: 36%;
		}
		[data-cp-size="37"] {
			width: 37%;
		}
		[data-cp-size="38"] {
			width: 38%;
		}
		[data-cp-size="39"] {
			width: 39%;
		}
		[data-cp-size="40"] {
			width: 40%;
		}
		[data-cp-size="41"] {
			width: 41%;
		}
		[data-cp-size="42"] {
			width: 42%;
		}
		[data-cp-size="43"] {
			width: 43%;
		}
		[data-cp-size="44"] {
			width: 44%;
		}
		[data-cp-size="45"] {
			width: 45%;
		}
		[data-cp-size="46"] {
			width: 46%;
		}
		[data-cp-size="47"] {
			width: 47%;
		}
		[data-cp-size="48"] {
			width: 48%;
		}
		[data-cp-size="49"] {
			width: 49%;
		}
		[data-cp-size="50"] {
			width: 50%;
		}
		[data-cp-size="51"] {
			width: 51%;
		}
		[data-cp-size="52"] {
			width: 52%;
		}
		[data-cp-size="53"] {
			width: 53%;
		}
		[data-cp-size="54"] {
			width: 54%;
		}
		[data-cp-size="55"] {
			width: 55%;
		}
		[data-cp-size="56"] {
			width: 56%;
		}
		[data-cp-size="57"] {
			width: 57%;
		}
		[data-cp-size="58"] {
			width: 58%;
		}
		[data-cp-size="59"] {
			width: 59%;
		}
		[data-cp-size="60"] {
			width: 60%;
		}
		[data-cp-size="61"] {
			width: 61%;
		}
		[data-cp-size="62"] {
			width: 62%;
		}
		[data-cp-size="63"] {
			width: 63%;
		}
		[data-cp-size="64"] {
			width: 64%;
		}
		[data-cp-size="65"] {
			width: 65%;
		}
		[data-cp-size="66"] {
			width: 66%;
		}
		[data-cp-size="67"] {
			width: 67%;
		}
		[data-cp-size="68"] {
			width: 68%;
		}
		[data-cp-size="69"] {
			width: 69%;
		}
		[data-cp-size="70"] {
			width: 70%;
		}
		[data-cp-size="71"] {
			width: 71%;
		}
		[data-cp-size="72"] {
			width: 72%;
		}
		[data-cp-size="73"] {
			width: 73%;
		}
		[data-cp-size="74"] {
			width: 74%;
		}
		[data-cp-size="75"] {
			width: 75%;
		}
		[data-cp-size="76"] {
			width: 76%;
		}
		[data-cp-size="77"] {
			width: 77%;
		}
		[data-cp-size="78"] {
			width: 78%;
		}
		[data-cp-size="79"] {
			width: 79%;
		}
		[data-cp-size="80"] {
			width: 80%;
		}
		[data-cp-size="81"] {
			width: 81%;
		}
		[data-cp-size="82"] {
			width: 82%;
		}
		[data-cp-size="83"] {
			width: 83%;
		}
		[data-cp-size="84"] {
			width: 84%;
		}
		[data-cp-size="85"] {
			width: 85%;
		}
		[data-cp-size="86"] {
			width: 86%;
		}
		[data-cp-size="87"] {
			width: 87%;
		}
		[data-cp-size="88"] {
			width: 88%;
		}
		[data-cp-size="89"] {
			width: 89%;
		}
		[data-cp-size="90"] {
			width: 90%;
		}
		[data-cp-size="91"] {
			width: 91%;
		}
		[data-cp-size="92"] {
			width: 92%;
		}
		[data-cp-size="93"] {
			width: 93%;
		}
		[data-cp-size="94"] {
			width: 94%;
		}
		[data-cp-size="95"] {
			width: 95%;
		}
		[data-cp-size="96"] {
			width: 96%;
		}
		[data-cp-size="97"] {
			width: 97%;
		}
		[data-cp-size="98"] {
			width: 98%;
		}
		[data-cp-size="99"] {
			width: 99%;
		}
		[data-cp-size="100"] {
			width: 100%;
		}
	}
}
.scatter-plot {
	position: $pos-rel;
	min-width: 100px;
	min-height: 100px;
	padding: $p-0;
	margin: $m-0;
	.plot-container {
		position: $pos-abs;
		top: 12px;
		left: 0;
		right: 12px;
		bottom: 0;
		margin: $m-0;
		padding: $p-0;
		[data-cp-x="0"] {
			left: 0%;
		}
		[data-cp-x="1"] {
			left: 1%;
		}
		[data-cp-x="2"] {
			left: 2%;
		}
		[data-cp-x="3"] {
			left: 3%;
		}
		[data-cp-x="4"] {
			left: 4%;
		}
		[data-cp-x="5"] {
			left: 5%;
		}
		[data-cp-x="6"] {
			left: 6%;
		}
		[data-cp-x="7"] {
			left: 7%;
		}
		[data-cp-x="8"] {
			left: 8%;
		}
		[data-cp-x="9"] {
			left: 9%;
		}
		[data-cp-x="10"] {
			left: 10%;
		}
		[data-cp-x="11"] {
			left: 11%;
		}
		[data-cp-x="12"] {
			left: 12%;
		}
		[data-cp-x="13"] {
			left: 13%;
		}
		[data-cp-x="14"] {
			left: 14%;
		}
		[data-cp-x="15"] {
			left: 15%;
		}
		[data-cp-x="16"] {
			left: 16%;
		}
		[data-cp-x="17"] {
			left: 17%;
		}
		[data-cp-x="18"] {
			left: 18%;
		}
		[data-cp-x="19"] {
			left: 19%;
		}
		[data-cp-x="20"] {
			left: 20%;
		}
		[data-cp-x="21"] {
			left: 21%;
		}
		[data-cp-x="22"] {
			left: 22%;
		}
		[data-cp-x="23"] {
			left: 23%;
		}
		[data-cp-x="24"] {
			left: 24%;
		}
		[data-cp-x="25"] {
			left: 25%;
		}
		[data-cp-x="26"] {
			left: 26%;
		}
		[data-cp-x="27"] {
			left: 27%;
		}
		[data-cp-x="28"] {
			left: 28%;
		}
		[data-cp-x="29"] {
			left: 29%;
		}
		[data-cp-x="30"] {
			left: 30%;
		}
		[data-cp-x="31"] {
			left: 31%;
		}
		[data-cp-x="32"] {
			left: 32%;
		}
		[data-cp-x="33"] {
			left: 33%;
		}
		[data-cp-x="34"] {
			left: 34%;
		}
		[data-cp-x="35"] {
			left: 35%;
		}
		[data-cp-x="36"] {
			left: 36%;
		}
		[data-cp-x="37"] {
			left: 37%;
		}
		[data-cp-x="38"] {
			left: 38%;
		}
		[data-cp-x="39"] {
			left: 39%;
		}
		[data-cp-x="40"] {
			left: 40%;
		}
		[data-cp-x="41"] {
			left: 41%;
		}
		[data-cp-x="42"] {
			left: 42%;
		}
		[data-cp-x="43"] {
			left: 43%;
		}
		[data-cp-x="44"] {
			left: 44%;
		}
		[data-cp-x="45"] {
			left: 45%;
		}
		[data-cp-x="46"] {
			left: 46%;
		}
		[data-cp-x="47"] {
			left: 47%;
		}
		[data-cp-x="48"] {
			left: 48%;
		}
		[data-cp-x="49"] {
			left: 49%;
		}
		[data-cp-x="50"] {
			left: 50%;
		}
		[data-cp-x="51"] {
			left: 51%;
		}
		[data-cp-x="52"] {
			left: 52%;
		}
		[data-cp-x="53"] {
			left: 53%;
		}
		[data-cp-x="54"] {
			left: 54%;
		}
		[data-cp-x="55"] {
			left: 55%;
		}
		[data-cp-x="56"] {
			left: 56%;
		}
		[data-cp-x="57"] {
			left: 57%;
		}
		[data-cp-x="58"] {
			left: 58%;
		}
		[data-cp-x="59"] {
			left: 59%;
		}
		[data-cp-x="60"] {
			left: 60%;
		}
		[data-cp-x="61"] {
			left: 61%;
		}
		[data-cp-x="62"] {
			left: 62%;
		}
		[data-cp-x="63"] {
			left: 63%;
		}
		[data-cp-x="64"] {
			left: 64%;
		}
		[data-cp-x="65"] {
			left: 65%;
		}
		[data-cp-x="66"] {
			left: 66%;
		}
		[data-cp-x="67"] {
			left: 67%;
		}
		[data-cp-x="68"] {
			left: 68%;
		}
		[data-cp-x="69"] {
			left: 69%;
		}
		[data-cp-x="70"] {
			left: 70%;
		}
		[data-cp-x="71"] {
			left: 71%;
		}
		[data-cp-x="72"] {
			left: 72%;
		}
		[data-cp-x="73"] {
			left: 73%;
		}
		[data-cp-x="74"] {
			left: 74%;
		}
		[data-cp-x="75"] {
			left: 75%;
		}
		[data-cp-x="76"] {
			left: 76%;
		}
		[data-cp-x="77"] {
			left: 77%;
		}
		[data-cp-x="78"] {
			left: 78%;
		}
		[data-cp-x="79"] {
			left: 79%;
		}
		[data-cp-x="80"] {
			left: 80%;
		}
		[data-cp-x="81"] {
			left: 81%;
		}
		[data-cp-x="82"] {
			left: 82%;
		}
		[data-cp-x="83"] {
			left: 83%;
		}
		[data-cp-x="84"] {
			left: 84%;
		}
		[data-cp-x="85"] {
			left: 85%;
		}
		[data-cp-x="86"] {
			left: 86%;
		}
		[data-cp-x="87"] {
			left: 87%;
		}
		[data-cp-x="88"] {
			left: 88%;
		}
		[data-cp-x="89"] {
			left: 89%;
		}
		[data-cp-x="90"] {
			left: 90%;
		}
		[data-cp-x="91"] {
			left: 91%;
		}
		[data-cp-x="92"] {
			left: 92%;
		}
		[data-cp-x="93"] {
			left: 93%;
		}
		[data-cp-x="94"] {
			left: 94%;
		}
		[data-cp-x="95"] {
			left: 95%;
		}
		[data-cp-x="96"] {
			left: 96%;
		}
		[data-cp-x="97"] {
			left: 97%;
		}
		[data-cp-x="98"] {
			left: 98%;
		}
		[data-cp-x="99"] {
			left: 99%;
		}
		[data-cp-x="100"] {
			left: 100%;
		}
		[data-cp-y="0"] {
			bottom: 0%;
		}
		[data-cp-y="1"] {
			bottom: 1%;
		}
		[data-cp-y="2"] {
			bottom: 2%;
		}
		[data-cp-y="3"] {
			bottom: 3%;
		}
		[data-cp-y="4"] {
			bottom: 4%;
		}
		[data-cp-y="5"] {
			bottom: 5%;
		}
		[data-cp-y="6"] {
			bottom: 6%;
		}
		[data-cp-y="7"] {
			bottom: 7%;
		}
		[data-cp-y="8"] {
			bottom: 8%;
		}
		[data-cp-y="9"] {
			bottom: 9%;
		}
		[data-cp-y="10"] {
			bottom: 10%;
		}
		[data-cp-y="11"] {
			bottom: 11%;
		}
		[data-cp-y="12"] {
			bottom: 12%;
		}
		[data-cp-y="13"] {
			bottom: 13%;
		}
		[data-cp-y="14"] {
			bottom: 14%;
		}
		[data-cp-y="15"] {
			bottom: 15%;
		}
		[data-cp-y="16"] {
			bottom: 16%;
		}
		[data-cp-y="17"] {
			bottom: 17%;
		}
		[data-cp-y="18"] {
			bottom: 18%;
		}
		[data-cp-y="19"] {
			bottom: 19%;
		}
		[data-cp-y="20"] {
			bottom: 20%;
		}
		[data-cp-y="21"] {
			bottom: 21%;
		}
		[data-cp-y="22"] {
			bottom: 22%;
		}
		[data-cp-y="23"] {
			bottom: 23%;
		}
		[data-cp-y="24"] {
			bottom: 24%;
		}
		[data-cp-y="25"] {
			bottom: 25%;
		}
		[data-cp-y="26"] {
			bottom: 26%;
		}
		[data-cp-y="27"] {
			bottom: 27%;
		}
		[data-cp-y="28"] {
			bottom: 28%;
		}
		[data-cp-y="29"] {
			bottom: 29%;
		}
		[data-cp-y="30"] {
			bottom: 30%;
		}
		[data-cp-y="31"] {
			bottom: 31%;
		}
		[data-cp-y="32"] {
			bottom: 32%;
		}
		[data-cp-y="33"] {
			bottom: 33%;
		}
		[data-cp-y="34"] {
			bottom: 34%;
		}
		[data-cp-y="35"] {
			bottom: 35%;
		}
		[data-cp-y="36"] {
			bottom: 36%;
		}
		[data-cp-y="37"] {
			bottom: 37%;
		}
		[data-cp-y="38"] {
			bottom: 38%;
		}
		[data-cp-y="39"] {
			bottom: 39%;
		}
		[data-cp-y="40"] {
			bottom: 40%;
		}
		[data-cp-y="41"] {
			bottom: 41%;
		}
		[data-cp-y="42"] {
			bottom: 42%;
		}
		[data-cp-y="43"] {
			bottom: 43%;
		}
		[data-cp-y="44"] {
			bottom: 44%;
		}
		[data-cp-y="45"] {
			bottom: 45%;
		}
		[data-cp-y="46"] {
			bottom: 46%;
		}
		[data-cp-y="47"] {
			bottom: 47%;
		}
		[data-cp-y="48"] {
			bottom: 48%;
		}
		[data-cp-y="49"] {
			bottom: 49%;
		}
		[data-cp-y="50"] {
			bottom: 50%;
		}
		[data-cp-y="51"] {
			bottom: 51%;
		}
		[data-cp-y="52"] {
			bottom: 52%;
		}
		[data-cp-y="53"] {
			bottom: 53%;
		}
		[data-cp-y="54"] {
			bottom: 54%;
		}
		[data-cp-y="55"] {
			bottom: 55%;
		}
		[data-cp-y="56"] {
			bottom: 56%;
		}
		[data-cp-y="57"] {
			bottom: 57%;
		}
		[data-cp-y="58"] {
			bottom: 58%;
		}
		[data-cp-y="59"] {
			bottom: 59%;
		}
		[data-cp-y="60"] {
			bottom: 60%;
		}
		[data-cp-y="61"] {
			bottom: 61%;
		}
		[data-cp-y="62"] {
			bottom: 62%;
		}
		[data-cp-y="63"] {
			bottom: 63%;
		}
		[data-cp-y="64"] {
			bottom: 64%;
		}
		[data-cp-y="65"] {
			bottom: 65%;
		}
		[data-cp-y="66"] {
			bottom: 66%;
		}
		[data-cp-y="67"] {
			bottom: 67%;
		}
		[data-cp-y="68"] {
			bottom: 68%;
		}
		[data-cp-y="69"] {
			bottom: 69%;
		}
		[data-cp-y="70"] {
			bottom: 70%;
		}
		[data-cp-y="71"] {
			bottom: 71%;
		}
		[data-cp-y="72"] {
			bottom: 72%;
		}
		[data-cp-y="73"] {
			bottom: 73%;
		}
		[data-cp-y="74"] {
			bottom: 74%;
		}
		[data-cp-y="75"] {
			bottom: 75%;
		}
		[data-cp-y="76"] {
			bottom: 76%;
		}
		[data-cp-y="77"] {
			bottom: 77%;
		}
		[data-cp-y="78"] {
			bottom: 78%;
		}
		[data-cp-y="79"] {
			bottom: 79%;
		}
		[data-cp-y="80"] {
			bottom: 80%;
		}
		[data-cp-y="81"] {
			bottom: 81%;
		}
		[data-cp-y="82"] {
			bottom: 82%;
		}
		[data-cp-y="83"] {
			bottom: 83%;
		}
		[data-cp-y="84"] {
			bottom: 84%;
		}
		[data-cp-y="85"] {
			bottom: 85%;
		}
		[data-cp-y="86"] {
			bottom: 86%;
		}
		[data-cp-y="87"] {
			bottom: 87%;
		}
		[data-cp-y="88"] {
			bottom: 88%;
		}
		[data-cp-y="89"] {
			bottom: 89%;
		}
		[data-cp-y="90"] {
			bottom: 90%;
		}
		[data-cp-y="91"] {
			bottom: 91%;
		}
		[data-cp-y="92"] {
			bottom: 92%;
		}
		[data-cp-y="93"] {
			bottom: 93%;
		}
		[data-cp-y="94"] {
			bottom: 94%;
		}
		[data-cp-y="95"] {
			bottom: 95%;
		}
		[data-cp-y="96"] {
			bottom: 96%;
		}
		[data-cp-y="97"] {
			bottom: 97%;
		}
		[data-cp-y="98"] {
			bottom: 98%;
		}
		[data-cp-y="99"] {
			bottom: 99%;
		}
		[data-cp-y="100"] {
			bottom: 100%;
		}
	}
	.chart-dot {
		position: $pos-abs;
		position: $pos-abs;
		height: 0;
		width: 0;
		list-style: none;
		list-style: none;
		overflow: hidden;
		overflow: hidden;
		border: $b-width-6 $solid $color_313;
		border: $b-width-6 $solid $color_313;
		border-radius: 100%;
		border-radius: 100%;
	}
	[data-cp-x] {
		position: $pos-abs;
		height: 0;
		width: 0;
		list-style: none;
		overflow: hidden;
		border: $b-width-6 $solid $color_313;
		border-radius: 100%;
	}
	[data-cp-y] {
		position: $pos-abs;
		height: 0;
		width: 0;
		list-style: none;
		overflow: hidden;
		border: $b-width-6 $solid $color_313;
		border-radius: 100%;
	}
}
.plot-container {
	>* {
		>* {
			list-style: none;
			border: $b-width-1 $solid $white;
		}
	}
}
.column-chart.stacked {
	>* {
		>* {
			height: 100%;
			-webkit-transform: scaleY(-1);
			-moz-transform: scaleY(-1);
			-o-transform: scaleY(-1);
			-ms-transform: scaleY(-1);
			transform: scaleY(-1);
			-webkit-flex-grow: 1;
			flex-grow: 1;
			-webkit-align-self: flex-end;
			align-self: flex-end;
		}
	}
	.group-by-number {
		[data-cp-size] {
			-webkit-transform: scaleY(-1);
			-moz-transform: scaleY(-1);
			-o-transform: scaleY(-1);
			-ms-transform: scaleY(-1);
			transform: scaleY(-1);
		}
	}
}
.bar-chart.stacked {
	>* {
		>* {
			display: flex;
		}
	}
	.group-by-number {
		[data-cp-size] {
			display: inline-block;
		}
	}
}
