#chart {
    padding:10px 20px 10px 10px;
    height: 300px;
    width: 97%;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.widgetcont
{ /*text-align:left; height:250px;*/
    overflow-y: scroll;
    white-space: nowrap;
    overflow-x: hidden;
}

    .widgetcont::-webkit-scrollbar
    {
        width: 7px;
    }

    .widgetcont::-webkit-scrollbar-thumb
    {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #d4e1e6;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

#chart.pointer-on-bars .dxc-series rect {
    cursor: pointer;
}

.button-container {
    text-align: center;
    height: 40px;
    position: absolute;
    top: 7px;
    left: 0px;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 126px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
}