/*---------------------------------------------------------------------------------------------------------------------
                                                    HOVER
---------------------------------------------------------------------------------------------------------------------*/
.mouse .item__main-table .cell.details:hover{
    cursor:pointer;
}

.mouse .item__main-table .row:hover{
    cursor:pointer;
}

/*---------------------------------------------------------------------------------------------------------------------
                                                    IE8
---------------------------------------------------------------------------------------------------------------------*/
.ie8 .item__main-table .linecount .container{
    background-image: url(../images/ie/icon-eye-statistics.png);
}

.ie8 .item.open .item__main-table .linecount .container{

}

/*---------------------------------------------------------------------------------------------------------------------
                                                    CHART
---------------------------------------------------------------------------------------------------------------------*/
.canvas-chart ul{
    color: #fff;
    height: 10em;
    width: 10em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -2em;
}

.canvas-chart ul li{
    height: 1.7em;
    font-size: 1.2em;
    padding: .4em 0;
    padding-left: 1.2em;
    position: relative;
    display: block;
    text-align: center;
}

.canvas-chart ul li span{
    background-color: #e497db;
    display: block;
    width: 1em;
    position: absolute;
    top: 0.2em;
    left: 0;
    height: 1em;
}