﻿body{
    overflow:hidden;
}

.graphique {
    width: 100%;
    position: relative;
}

#legendContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #legendContainer table {
        width: 100%;
    }


.legendColorBox {
    width: 14px !important;
}

.legendLabel {
    padding-left: 4px;
    padding-right: 15px;
    width: 100px;
}

#divSelect {
    position: absolute;
    top: 5px;
    right: 0;
}

#selectTroncons, #divDateProfil {
    width: 200px;
    margin-right: 10px;
    float: left;
}

#divRive {
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
}


    #divRive > label {
        margin-right: 10px;
    }

    #divRive > input {
        margin-right: 5px;
    }

.labelToolTip {
    min-width: 180px;
    display: inline-block;
}

/*
.valueLabels {
    font-size: 70%;
    color: black;
}

div.valueLabelLight {
    opacity: 0.5;
    // background-color: white;
    border: none;
    padding-left: 2px;
    position: absolute;
}

div.valueLabel {
    position: absolute;
    border: none;
    padding-left: 2px;
}	*/