#STATS_SECTIONS_LIST{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0px;
    text-align: center;
    max-height: 100px;
    margin-top: 5px;
}

.STATS_SECTION_BOX{
    margin: 3px !IMPORTANT;
    border: 1px #E7E7E7 solid;
    padding: 2px;
    float: left;
    width: 240px;
}

.STATS_SECTION_BOX .span2, .STATS_SECTION_BOX .span10{
    min-height: 21px !IMPORTANT;    
}

#STATS_DATA_TYPE_FILTERS_SELECTED{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0px;
    text-align: center;
    max-height: 100px;
    margin-top: 5px;
}

.STATS_FILTER_BOX{
    margin: 3px !IMPORTANT;
    border: 1px #E7E7E7 solid;
    padding: 2px;
    float: left;
    width: 240px;
}

.STATS_FILTER_BOX .span2, .STATS_FILTER_BOX .span10{
    min-height: 21px !IMPORTANT;    
}

.statFixIco{
    position: relative;
    top: 7px !IMPORTANT;
    left: -1px;
}

/* Domyślne style dla wykresów - modyfikacje */

/* obrót podpisów pod osia x o 90 stopni*/
.flot-x-axis div.flot-tick-label { 
    /* Rotate Axis Labels */
    transform: translateX(50%) rotate(80deg); /* CSS3 */
    transform-origin: 0 0;

    -ms-transform: translateX(50%) rotate(80deg); /* IE */
    -ms-transform-origin: 0 0;

    -moz-transform: translateX(50%) rotate(80deg); /* Firefox */
    -moz-transform-origin: 0 0;

    -webkit-transform: translateX(50%) rotate(80deg); /* Safari and Chrome */
    -webkit-transform-origin: 0 0;

    -o-transform: translateX(50%) rotate(80deg); /* Opera */
    -o-transform-origin: 0 0;
}

/*wysykosć trzymacza liniowych wykresów*/
.statChartContainer{
    min-height: 250px;
    margin-bottom: 40px;
}

/* Ładniejsze oznaczeinia w legendzie*/

.legendColorBox{
    padding-top: 2px !IMPORTANT;
    margin-top: 0px !IMPORTANT;
    vertical-align: middle !IMPORTANT;
}

.legendColorBox > div{
    border-style:   none !IMPORTANT;
    border-width: 0px !IMPORTANT;
    background-color: transparent !IMPORTANT;
}

.legendColorBox div > div{
    border-style:   solid !IMPORTANT;
    border-width: 2px !IMPORTANT;
    overflow: hidden !IMPORTANT;
    border-radius: 50% 50% 50% 50% !IMPORTANT;
    height: 4px !IMPORTANT;
    width: 4px !IMPORTANT;
}

.legendContainer{
    margin: 10px;
    min-height: 50px;
}

#flotTip{
    font-size: 10px;
    z-index: 10000000;
}
#flotTip h4{
    padding: 0;
    margin: 0;
    display: inline;
    font-weight: bold;
    color: red;
    font-size: 12px;
}

.tickLabel {
    font-size: 10px;
}

.flot-x-axis{
    left: 8px !IMPORTANT;
}

.flot-y-axis{
    left: 8px !IMPORTANT;
}

.nameShortcut{
    position: relative;
    top: -2px;
}

#STATS_DATA_TYPE_ASSIGNED_USERS_SELECTED{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0px;
    text-align: center;
    max-height: 100px;
    margin-top: 5px;
}

.STATS_ASSIGNED_USER_BOX{
    margin: 3px !IMPORTANT;
    border: 1px #E7E7E7 solid;
    padding: 2px;
    float: left;
    width: 240px;
}

.STATS_ASSIGNED_USER_BOX .span2, .STATS_ASSIGNED_USER_BOX .span10{
    min-height: 21px !IMPORTANT;    
}