/*******************style 1 date partir****************************/
.block-content-wrap p:last-of-type, .block-content-wrap ul:last-of-type {
    margin-bottom: 0;
}
.block-content-wrap ul li {
list-style: none;
    position: relative;
}
@media (max-width: 767px){
    .class-energy {
        clear: both;
        padding: 0px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flow-root !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .block-content-wrap ul li{
        width: calc(100% - 291px );
        display: inline-block;
    }
}
.class-energy {
    clear: both;
    padding: 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.class-energy-indicator:nth-child(1) {
    background-color: #33a357;
}
.class-energy-indicator:nth-child(1) .indicator-energy, .class-energy-indicator:nth-child(2) .indicator-energy, .class-energy-indicator:nth-child(3) .indicator-energy, .class-energy-indicator:nth-child(4) .indicator-energy, .class-energy-indicator:nth-child(5) .indicator-energy, .class-energy-indicator:nth-child(6) .indicator-energy {
    left: 0;
}
.class-energy-indicator:nth-child(1) .indicator-energy:before, .class-energy-indicator:nth-child(2) .indicator-energy:before, .class-energy-indicator:nth-child(3) .indicator-energy:before, .class-energy-indicator:nth-child(4) .indicator-energy:before, .class-energy-indicator:nth-child(5) .indicator-energy:before, .class-energy-indicator:nth-child(6) .indicator-energy:before {
    right: auto;
    left: 0;
    border-right: 10px solid transparent;
}
.indicator-energy:before {
    bottom: -10px;
    content: "";
    border-top: 10px solid #999;
    position: absolute;
}
.indicator-energy {
    font-size: 13px;
    line-height: 30px;
    top: -48px;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
    position: absolute;
}
.class-energy-indicator span {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
}

.class-energy-indicator:nth-child(2) {
    background-color: #79b752;
}
.class-energy-indicator:nth-child(3) {
    background-color: #c3d545;
}
.class-energy-indicator:nth-child(4) {
    background-color: #fff12c;
}
.class-energy-indicator:nth-child(5) {
    background-color: #edb731;
}
.class-energy-indicator:nth-child(6) {
    background-color: #d66f2c;
}
.class-energy-indicator:nth-child(7) {
    background-color: #cc232a;
}
.class-energy-indicator:nth-child(8) {
    background-color: #cc232a;
}
.class-energy-indicator:nth-child(9) {
    background-color: #cc232a;
}
.class-energy-indicator:nth-child(10) {
    background-color: #edb731;
}
.class-energy-indicator:nth-child(11) {
    background-color: #fff12c;
}
.class-energy-indicator:nth-child(12) {
    background-color: #cc232a;
}
.class-energy-indicator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
/**********************style 2***************************************/

#chart{
    text-align: center;
    position: relative;
}
#chart strong{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 999;
    font-size: 28px;
}
.red-month{background-color:#cc0000;display: inline-block;height: 15px;width: 15px}
.orange-month{background-color: #ff8000;display: inline-block;height: 15px;width: 15px}
.green-month{background-color: #009900;display: inline-block;height: 15px;width: 15px}

.monthArc {
    fill: white;
    /*stroke: #AAAAAA;*/
}

.monthText {
    fill: #fff;
    font-size: 13px;
}