﻿@media(max-width:1400px) {
    body .charts {
        right: 70px;
        padding-right: 0;
        height: 40px;
    }

    body .chart-field {
        width: 35px;
    }

    body .chart {
        min-width: 180px;
    }

    body .charts .chart-value {
        font-size: 12px;
    }

    body .charts .chart-label {
        font-size: 12px;
    }
}

.charts {
    width: 100%;
    padding-bottom: 5px;
    direction: rtl;
    position: fixed;
    height: 65px;
    overflow: hidden;   
    bottom: 40px;
    padding-right: 10px;
    z-index: 101;
}

.chart {
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 220px;
}

.chart-field {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 60px;
}

.legend-field {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.chart-label {
    color: #89898C;
}

.chart-total .chart-value {
    color: #118dcf;
}

.chart-item .chart-value {
    color: #717171;
}

.charts .chart-value {
    direction: ltr;
}
.calculator-inner .pie-chart {
    width: 250px;
}
.calculator-inner .pie-chart ul,
.calculator-inner ul.line-legend,
.home .pie-chart ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.home .pie-chart ul {
    position: absolute;
    right: -100%;
    top: 3px;
    font-size: .7em;
}

    .home .pie-chart ul li {
        line-height: 35px;
        width:160px;
        white-space: nowrap;
        overflow:hidden !important;
        text-overflow: ellipsis;
    }
    .calculator-inner .pie-chart ul li {
        line-height: 25px;
    }
    
.calculator-inner .pie-chart span,
.calculator-inner .calc-chart .line-legend span,
.home .pie-chart span {
    background-color: #F7464A;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
}

body .chart-tooltip {
    display: none;
}