.sidebarOptions{
    padding: 20px 5px 20px 20px;
    /*width: 100%;*/
    cursor: pointer;
    border-bottom: 1px solid #EFEFEF;
}

.sidebarOptions.selected, .sidebarOptions:hover{
    background-color: #D2FAFF;
}


/*iQM Delta*/
.bgLegend{
    background-position: 0 20px;
    background-image:url(../../../src/assets/images/reports/baselegend.png);
    background-repeat: no-repeat;
    height:86px;
}

.bgLegend div{
    margin-left:25px;
    font-size:11px;
}
.bgLegend .points{margin:0px;}
.bgLegend .high{
    margin-top:10px;
}
.bgLegend .mean{
    margin-top:14px;
}
.bgLegend .low{
    margin-top:10px;
}


.legendtable{
    margin-top:15px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:10px;
    background-color:#88bc44;
    color:#fff;
}

.imagechart{
    max-height:375px;
    
}

.icon{
    color: #707070;
    /*padding: 18px 0;*/
}