﻿.flot-x1-axis .flot-tick-label.tickLabel {
    position:absolute;
    -webkit-transform: translate(-5px, 2px) rotate(-30deg);
    -moz-transform: translate(-5px, 2px) rotate(-30deg);
    -o-transform: translate(-5px, 2px) rotate(-30deg);
    -ms-transform: translate(-5px, 2px) rotate(-30deg);
    font-size: 10px;
    margin-top: 8px;
}

.flot-y1-axis .flot-tick-label {
    color: #464775;
    font-size: 12px;
}

.flot-y2-axis .flot-tick-label {
    color: #C4314B;
    font-size: 12px;        
}


.yaxisLabel,
.y2axisLabel {
    color: #5C5B5B;
    font-size: 12px;
    font-weight: bold;
}

.legend-cell {
    padding-left: 16px;
    padding-right: 16px;
}

.legendLabel {
    height: 15px !important;
    font-size: 14px;
    color: #737373;
    text-align:center;
    white-space: nowrap;        
}

.legend-table {
    width: 100%;
    overflow-x: auto;
}

    .legend-table::-webkit-scrollbar {
        height: 8px;
        background-color: #DFDEDE;
    }

    .legend-table::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #BDBDBD;
    }

    .legend-table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #EDEBE9;
    }


