.notifications-menu{
	position: absolute !important;
	right: 15px;
	top: 10px;
	z-index: 99;
}

#modal-offer .close{
	display:none;
}

.notifications-menu>a{
	border-radius: 50px;
}

.notifications-menu>a>span.label{
	position: absolute;
	top: 5px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}

#ver-notificaciones{
	background: #e4e4e4;
	padding: 10px 14px;
}

#ver-notificaciones:hover, #ver-notificaciones:active{
	background: #F2D400;
	color: #fff;
}

#ver-notificaciones:hover>span.label{
	color: #fff !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
	right: 0px;
	left: auto;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>div>li>a {
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #f4f4f4;
}