.chart-legend li{
    list-style: none;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend{
    height:250px;
    overflow:auto;
}
.btn-group .dropdown-menu{
    height: auto;
    max-height: 400px;
    overflow: auto;
    width: auto;
    max-width: 300px;
}
.opacity-3{
    opacity: 0.3;
}
.opacity-2{
    opacity: 0.2;
}
.opacity-1{
    opacity: 0.1;
}
span.imagecount {
    top: -38px;
    right: 3px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 3px;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    padding: 3px 3px 4px 3px;
}
.sidebar-collapse .main-sidebar:hover .nav-sidebar.nav-child-indent .nav-treeview
{
    padding-left:1rem;
}
