﻿#weatherWidget .currentDesc {
    color: #ffffff !important;
}

.traffic-chart {
    min-height: 335px;
}

#flotPie1 {
    height: 150px;
}

    #flotPie1 td {
        padding: 3px;
    }

    #flotPie1 table {
        top: 20px !important;
        right: -10px !important;
    }

.chart-container {
    display: table;
    min-width: 270px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#flotLine5 {
    height: 105px;
}

#flotBarChart {
    height: 150px;
}

#cellPaiChart {
    height: 160px;
}
/*Start Loading Bars*/
.lds-loadingBars {
    display: inline-block;
    position: relative;
    width: 104px;
    height: 80px;
}

    .lds-loadingBars div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #134997;
        animation: lds-loadingBars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-loadingBars div:nth-child(1) {
            left: 8px;
            animation-delay: -0.32s;
        }

        .lds-loadingBars div:nth-child(2) {
            left: 32px;
            animation-delay: -0.24s;
        }

        .lds-loadingBars div:nth-child(3) {
            left: 56px;
            animation-delay: -0.12s;
        }

        .lds-loadingBars div:nth-child(4) {
            left: 80px;
            animation-delay: 0;
        }

@keyframes lds-loadingBars {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/*End Loading Bars*/
