
.ctl-dashboard-menu-button-anchor{
    position: relative;
}

.ctl-dashboard-menu-badge-status,
.ctl-dashboard-menu-badge-notification{
    position: absolute;    
}

.ctl-dashboard-menu-badge-notification{
    top: 8px;
    right: 8px;   
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;      
    
    line-height: 20px;
    padding: 0px 10px;
    font-size: 9px;
}

.ctl-dashboard-menu-badge-status{
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

.ctl-dashboard-menu-badge-status.red-bg{
    background-color: #dc3545;    
}

.ctl-dashboard-menu-badge-status.orange-bg{
    background-color: #f9c039;    
}

.ctl-dashboard-menu-badge-status.green-bg{
    background-color: #81d742;    
}