#monitor2_header {
    text-align: center;
}
.header-btn {
	width: 200px;
	height: 100px;
	border-radius: 10px;
	background-color: #ebebeb;
	font-size: 48px;
    margin: 50px 15px 0px;
}
.header-btn:active,
.header-btn:focus {
    outline: none!important;
}
.header-btn.active {
    outline:0!important;
	background-color: #373756;
	color: #ffffff;
}
.consum-area {
    height: 916px;
    border-radius: 30px;
    background-color: #ebebeb;
    margin-bottom: 70px;
}
.independent-area {
	height: 712px;
	border-radius: 30px;
	background-color: #ffffff;
    margin-bottom: 100px!important;
}
.graph-area {
    width: 2550px;
    height: 830px;
    float: left;
}
.solar-area {
	width: 835px;
	height: 998px;
	border-radius: 30px;
    display: inline-block;
    float: initial;
    margin-left: 55px;
    padding: 0 50px;
	background-color: #ffffff;
}
#independent-area-label,
#solar-area-label {
	font-size: 60px;
    margin-top: 50px;
    line-height: 0.9;
    letter-spacing: -1.5px;
    text-align: left;
	color: #404040;
}
#independent-area-label > p {
	margin-bottom: 0px;
}
#independent-area-kwh {
	font-size: 144px;
	line-height: 1.4;
	letter-spacing: -3.6px;
    margin-top: 74px;
    text-align: right;
    height: 202px;
    padding-top: 31px!important;
}
#independent-area-kwh > span {
	width: 865px;
	font-size: 233px;
	line-height: 0.54;
	letter-spacing: -5.8px;
	text-align: right;
	color: #404040;
    margin-right: 27px;
}
#independent-area-top {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}
#geothermy-area-color {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #ff4b1a;
    display: inline-block;
    margin-left: 21px;
}
#geothermy-area-label,
#solar-label {
	font-size: 60px;
    margin-top: 50px;
    line-height: 0.9;
    letter-spacing: -1.5px;
    text-align: left;
	color: #404040;
}
#geothermy-area-label > p,
#solar-label > p,
#bipv-area-label > p,
#layer-area-label > p,
#south-area-label > p {
	margin-bottom: 0px;
    float: left;
}
#solar-label > p {
    margin-left: 54px;
}
#geothermy-area-kwh,
#solar-kwh {
	font-size: 48px;
	letter-spacing: -3.6px;
    margin-top: 40px;
    text-align:right;
}
#geothermy-area-kwh > span,
#solar-kwh > span {
	width: 274px;
	height: 83px;
	font-size: 105px;
    margin-right: 10px;
	line-height: 1.2;
	letter-spacing: -2.6px;
	text-align: right;
	color: #404040;
}
#geothermy-area-kwh {
    padding-right: 50px!important;
}
#solar-area-label {
    margin-bottom: 64px;
}
.sl-progress-label {
    width: 100%;
}
.sl-pg-lb {
    font-size: 36px;
    line-height: 40px;
    color: #808080;
    float: left;
    text-align: center;
    margin-bottom: 17px;
}
#solar-progress-div {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    margin-bottom: 50px;
}
.solar-progressbar {
    line-height: 60px;
    font-size: 24px;
}
.solar-progressbar span {
    font-size: 36px;
}
.bg-bipv {
    background-color: #37e3c1;
    color: #000000;
}
.bg-layer {
    background-color: #ffdb49;
    color: #000000;
}
.bg-south {
    background-color: #373756;
}
.bg-geo {
    background-color: #ff4b1a;
}
.sol-row {
    padding: 77px 0px;
    border-top: 1px solid #cccccc;
}
#bipv-area-label,
#layer-area-label,
#south-area-label {
    font-size: 72px;
    line-height: 0.96;
    text-align: left;
    color: #404040;
	letter-spacing: -1.8px;
}
#bipv-area-label > .bg-bipv,
#layer-area-label > .bg-layer,
#south-area-label > .bg-south {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 19px;
    margin-bottom: 11px;
}
.solar-area-kwh {
    font-size: 48px;
    line-height: 0.96;
    letter-spacing: -1.2px;
    text-align: right;
    /*added by joy*/
    margin-left: auto;
    width: inherit;
    float: right;
}
.solar-area-kwh > span {
	font-size: 72px;
    line-height: 0.96;
	letter-spacing: -1.8px;
    font-weight: normal;
    margin-right: 11px;
	color: #404040;
}
/*Chart style*/
.c3-line {
    stroke-width: 8px;
}
.c3-grid line {
    stroke: #dcdcdc!important;
    stroke-width: 4px;
}
.c3 path, .c3 line {
    fill: none;
     stroke: none; 
}
#line-graph-year .domain {
    stroke: #a6a6a6;
}
.c3-axis-x, .c3-axis-y2 {
    font-size: 36px;
}
.c3-axis-x {
    fill: #a6a6a6;
}
.c3-tooltip-container {
    display: block!important;
}
#line-graph-day > svg {
}
.chartTip,
.chartTip2,
.chartTip3 {
    display: block;
    width: 340px;
    height: 165px;
    cursor: default;
    background-color: #ffffff;
    border-radius: 30px;
    color: #404040;
    text-align: right;
    padding: 30px;
    position: absolute;
    white-space: nowrap;
    z-index: 2147483647;
    font-size: 48px; 
}
.chartTip_bf,
.chartTip_bf2,
.chartTip_bf3 {
    display: inline-block;
    width: 11px;
    border-top: 40px solid #ffffff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
}
.chartData_title {
    font-size: 36px;
    color: #a6a6a6;
    text-align: left;
}
.chart_color {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 19px;
    background-color:#373756;
}
.chart_color2 {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 19px;
    background-color:#ffdb49;
}
.chart_color3 {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 19px;
    background-color:#37e3c1;
}
.chart_kwh {
    display: inline-block;
    font-size: 36px;
    margin-left: 4px;
}
#line-graph-day .c3-axis-x .tick:nth-child(4n-2) {
    fill: #404040;
}
#line-graph-year .c3-axis-y2 .tick:nth-child(2) {
    transform: translate(13px,629px);
}
#line-graph-year .c3-axis-y2 .tick:nth-child(3) {
    transform: translate(13px,487px);
}
#line-graph-year .c3-axis-y2 .tick:nth-child(4) {
    transform: translate(13px,344px);
}
#line-graph-year .c3-axis-y2 .tick:nth-child(5) {
    transform: translate(13px,201px);
}
#line-graph-year .c3-axis-y2 .tick:nth-child(6) {
    transform: translate(13px,59px);
}
#line-graph-year g.c3-axis-x .tick:nth-child(2) {
    transform: translate(1044px,13px);
}
#line-graph-year g.c3-axis-x .tick:nth-child(3) {
    transform: translate(1375px,13px);
}