#PRELOAD_AREA
{
    background-image: url( "../images/bell.svg" );
    background-image: url( "../images/bellClicked.svg" );
    width: 0px;
    height: 0px;
    display: inline;
}

#Notification_ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	float: right;
	position: relative;
	padding-right: 5px;
}

#Notification_ul li
{
	float: right;
	margin-right: 20px;
	font-weight: bold;
}

#Notification_li { position: relative; }

#NotificationContainer
{
	background-color: #34495E;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 60px;
	margin-left: -245px;
	width: 400px;
	z-index: -1;
	display: none;
}

#NotificationContainer:before
{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid #34495E;
	border-color: transparent transparent #34495E;
	margin-top: -20px;
	margin-left: 245px;	
}

#NotificationTitle
{
	z-index: 1000;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 1.0em !important;
	background-color: #ffffff;
	width: 398px;
	border-bottom: 1px solid #dddddd;
}

#AllNotifications
{
	min-height: 300px;
}

#NotificationFooter
{
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 0.9em !important;
	border-top: 1px solid #dddddd;
}

#NotificationSeeAll
{
	color: #e1e4e7;
	height: 100%;
}

#NotificationFooter:hover { background-color: #1ABC9C; }

#NotificationCount
{
	padding: 3px 7px 3px 7px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 15px;
	border-radius: 9px;
	position: absolute;
	margin-top: -11px;
	font-size: 0.8em;
}

#Bell
{
	width: 20px;
	height: 20px;
	background-image: url( "../images/bell.svg" );
	cursor: pointer;
	background-size: contain;
}

#Bell:hover { background-image: url( "../images/bellClicked.svg" ) !important; }

.bellClicked { background-image: url( "../images/bellClicked.svg" ) !important; }

#NavSellAllNotifications { display: none; }

.notificationRule
{
	border-color: white;
	margin: 0 !important;
}

.notificationInfo
{
	color: white;
	padding: 5px;
	font-size: 0.8em;
}

.notificationInfoInversed
{
	color: #34495E !important;
}

.notifications { padding: 5px; }

.notificationBody:hover
{
	background-color: #F5F5F5;
	cursor: pointer;
}

.notificationBody:hover .notificationInfo { color: #34495E !important; }

#NoNotification
{
	color: white;
	font-size: 1.5em;
	text-align: center;
	height: 300px;
	padding: 120px;
}

.notificationProfileThumbnail
{
	width: 60px;
	height: 60px;
}

@media (max-width: 767px)
{
	#NavSellAllNotifications { display: block; }
	
	#Notification_ul { display: none; }
}