.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;
}
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;
}

.bg-magenta {
    background-color: #511B51 !important;
}

.bg-magenta,
.bg-magenta > a {
    color: #ffffff !important;
}

.bg-magenta.btn:hover {
    border-color: #6b236b;
    color: #ececec;
}

.bg-magenta.btn:not(:disabled):not(.disabled):active, .bg-magenta.btn:not(:disabled):not(.disabled).active, .bg-magenta.btn:active, .bg-magenta.btn.active {
    background-color: #6b236b !important;
    border-color: #541954;
    color: #ffffff;
}