/* ------------------------ WORDPRESS MENU-PANEL ----------------------- */
#adminmenu li.wp-menu-separator {
    height: 1px!important;
    padding: 0;
    margin: 4px 0 4px!important;
    cursor: inherit;
	background: #555!important;
}
#adminmenu span.update-plugins{
	border-radius: 10%;
	background-color: #730000;
}
#adminmenu .menu-counter{
	border-radius: 10%;
	background-color: #730000;
}
#wpadminbar #wp-admin-bar-asenha-hide-admin-notices{
	border-right: 1px solid #555;
    border-left: 1px solid #555;}
#wpadminbar .asenha-admin-notices-counter {
    box-sizing: border-box;
    margin: 0px 0 0px 6px;
    padding: 2px 4px 2px 4px;
    min-width: 18px;
    height: 18px !important;
    border-radius: 10%;
    background-color: #2272ae;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    position: relative;
    display: inline-block;
}