.admin-chart {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.amcharts-export-menu-top-right {
    top: 10px;
    right: 0;
}

#pieChart {
    max-width: 1120px;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow);
    }

.amChartsButtonSelected {
    background-color: #CC0000;
    border: 1px solid #CC0000;
    color: #ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 1px;
}

.amChartsButton {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    border-radius: 5px;
    margin: 1px;
}

.ct-area {
    fill-opacity: .5;
}

.ct-label {
    color: #ffffff;
    opacity: 0.9;
    fill: #ffffff;
}

.ct-chart .ct-label {
    font-size: 1em;
}

.ct-chart svg {
    width: 100%;
    display: block;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut, .ct-series-a .ct-slice-pie {
    stroke: #209e91;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
    fill: #209e91;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut, .ct-series-b .ct-slice-pie {
    stroke: #90b900;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
    fill: #90b900;
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut, .ct-series-c .ct-slice-pie {
    stroke: #e85656;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
    fill: #e85656;
}

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut, .ct-series-d .ct-slice-pie {
    stroke: #dfb81c;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
    fill: #dfb81c;
}

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut, .ct-series-e .ct-slice-pie {
    stroke: #2dacd1;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
    fill: #2dacd1;
}

@media screen and (min-width: 992px) {
    .row.morris-up > div {
        margin-top: -434px;
    }
}

.area-morris-header {
    margin-top: 20px;
}

.stacked-bar .ct-bar {
    stroke-width: 30px;
}

.amChartsCompareList {
    border: 1px solid #CCCCCC;
}

.pie-chart-panel {
    padding: 0;
}

.chart-panel {
    height: 495px;
}

#filterChart {
    width: 96%;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.amcharts-graph-g1 .amcharts-graph-fill {
    filter: url(#blur);
}

.amcharts-graph-g2 .amcharts-graph-fill {
    filter: url(#blur);
}

.amcharts-cursor-fill {
    filter: url(#shadow);
}

.chartist h5 {
    font-weight: 400;
}
