
/*
.badge-notification .badge {
    display: table-cell;
    min-width: 19px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3C9949;
    border-radius: 10px;
	position: relative;
	top: -5px;
    right: 15px;
     top: -45px;
    left: -10px; 
	z-index: 1000;
}
.badge-notification .badge:empty {
	background: none !important;
}
*/
/*#nav-spacer {
    height: 41px;
}*/