﻿.containerRapport {    
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
}

.containerRow {   
}

.columnTitle {
    width: 130px;
    font-size: 13px;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 8px;
}

.columnTitleLegend {   
    width: 130px;
    font-size: 13px;
    vertical-align: top;
    padding-top: 8px;  
}

.columnContainerGraphe {    
}   

.columnGraphe {
    height: 100px;
}

.tickLabel {
    font-size: 80%
}

.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 0;
}

.flot-base {
    position:relative !important;
}

#logindisplay {
    padding-top: 8px;
    font-size: 13px;
}

.logo {
    height: auto;
}

.reportrange {
    font-size: 0.9rem;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 20px;
    width: 330px
}

