.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 5em;
    padding: .5em;
    background: #F4C63D;
    color: #453D3F;
    font-family: Oxygen,Helvetica,Arial,sans-serif;
    font-weight: 700;
    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: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
.chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
    pointer-events: none; }

/*# sourceMappingURL=chartist-plugin-tooltip.css.map */

.ct-chart {
    position: relative;
}
.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}
.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
}

.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 12px;
}
.ct-legend li.inactive:before {
    background: transparent;
}

.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}
.ct-legend.ct-legend-inside li{
    display: block;
    margin: 0;
}

.ct-legend .ct-series-a:before {
    border: 7px solid #00bcd4 !important;
}
.ct-legend .ct-series-b:before {
    border: 7px solid #f44336;
}
.ct-legend .ct-series-c:before {
    border: 7px solid #f1b92c;
}
.ct-legend .ct-series-d:before {
    border: 7px solid #9c27b0;
}
.ct-legend .ct-series-e:before {
    border: 7px solid #4caf50;
}
.ct-legend .ct-series-f:before {
    border: 7px solid #9C9B99;
}
.ct-legend .ct-series-g:before {
    border: 7px solid #a748ca;
}
.ct-legend .ct-series-h:before {
    border: 7px solid #dd4b39;
}
.ct-legend .ct-series-i:before {
    border: 7px solid #35465c;
}
.ct-legend .ct-series-j:before {
    border: 7px solid #e52d27;
}
.ct-legend .ct-series-k:before {
    border: 7px solid #55acee;
}
.ct-legend .ct-series-l:before {
    border: 7px solid #cc2127;
}
.ct-legend .ct-series-m:before {
    border: 7px solid #1769ff;
}
.ct-legend .ct-series-n:before {
    border: 7px solid #6188e2;
}