@import "globals.css";

.flot-chart {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-chart-scrollx {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 270px;
    font-size: 14px;
    line-height: 1.2em;
}


.flot-chart-long {
    width: 4000px;
    height: 200px;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-x-axis .flot-tick-label {
    color: #ffffff;
    white-space: nowrap;
    transform: translate(-9px, 0) rotate(-60deg);
    text-indent: -100%;
    transform-origin: top right;
    text-align: right !important;

}

.flot-y-axis .flot-tick-label {
    color: #ffffff;
}

#newssidebar.toggled {
    right: 0;
}

#newssidebar {
    padding: 20px 0 5px;
    width: 280px;
    right: -300px;
    box-shadow: 0 0 20px rgba(14,18,21,.38);
}

#news_from_oikian p {
    margin: 0;

}

.mini-charts-item:before {
    width: 180px;
}

.easy-pie .non-percent1 {
    position: absolute;
    font-weight: 300;
    width: 100%;
    line-height: 100%;
    left: 4px;
    color: #fff;
}

.easy-pie.main-pie .non-percent1 {
    margin-top: 60px;
    font-size: 50px;
    text-align: center;
}

.easy-pie:not(.main-pie) .non-percent1 {
    font-size: 24px;
    margin-top: 40px;
}

.easy-pie .non-percent2 {
    position: absolute;
    font-weight: 300;
    width: 100%;
    line-height: 100%;
    left: 4px;
    color: #fff;
}

.easy-pie.main-pie .non-percent2 {
    margin-top: 100px;
    font-size: 50px;
    text-align: center;
}

.easy-pie:not(.main-pie) .non-percent2 {
    font-size: 24px;
    margin-top: 70px;
}

#div-user-location-snapshot-map {
    height: 50px;
    width: 97%;
    margin: 0 auto;
}

#div-user-first-start-snapshot-map {
    height: 50px;
    width: 97%;
    margin: 0 auto;
}



