#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsFooter a{color:#333333;text-decoration:none}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsFooter a:hover{color:#006699;text-decoration:none}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer {
	color: #333;
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	position: absolute;
	top: 25px;
	margin-left: -190px;
	width: 400px;
	z-index: 9999;
	display: none;
	font-size: 12px;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody{
	max-height: 400px;
	overflow-y: auto;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .no-notifications-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
	padding: 20px 0px;
	/* background-color: #F1F1FF; */
    font-weight: 500;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .no-notifications-container .no-notifications{
	background-image: url(../images/no-notification-img.svg);
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
}

.theme-Purplemine2 #notificationsContainer {
        margin-left: 125px;
}

#top-menu > ul > li.notificationsLinkParent,
#top-menu > ul > li.notification_countParent
{
	float: right;
	position: relative;
	right: 5px;
}

#top-menu > ul > li.notificationsLinkParent #notificationsLink {
	background-image: url(../images/icons8-notification.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0px 0px;
    font-size: 0px;
    position: relative;
    top: -2px;
}

#top-menu > ul > li.notification_countParent #notification_count {
	background-image: url(../images/unread-notification-dot.svg);
	display: inline-block;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 0px 0px;
    font-size: 0px;
    position: absolute;
    top: -2px;
	right: -22px;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsTitle {
	z-index: 1000;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	width: 384px;
	border-bottom: 1px solid #dddddd;
}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsFooter {
	background-color: #F1F1FF;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	border-top: 1px solid #dddddd;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container {
	padding: 10px 15px;
	background-color: #FCFCFF
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .notification-container {
	padding: 10px 15px;
	background-color: #F0F0FF
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .notification-container a .notification-title {
	font-weight: bold;
    color: #3E5B76;
    font-size: 12px;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody div.notification-container > div.notification-content {
	color: #333;
	display: block;
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
	padding-left: 10px;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .notification-container:hover {
	background-color: #FFFFFF;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container:hover {
	background-color: #FFFFFF;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container.new {
	background-color: #F0F0FF;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container.new:hover {
	background-color: #FFFFFF;
}

#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a {
	color: #333;
	text-decoration: none;
	margin-right: 0;
	font-weight: normal;
	white-space: normal;
}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container .notification-date,
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody .notification-container .notification-date {
	color: #333;
	font-style: italic;
	font-size: 10px;
}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container .notification-title {
	font-weight: bold;
	color: #3E5B76;
	font-size: 12px;
}
#top-menu > ul > li.notificationsLinkParent #notificationsContainer #notificationsBody a .notification-container .notification-content {
	color: #333;
	display:block;
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
	padding-left: 10px;
}

.controller-app_notifications.action-index #content > .main-notification-container .notification a.view-notification {
	float: right;
}

.controller-app_notifications.action-index #content > .main-notification-container .notification {
	margin: 2px;
	padding: 7px;
}
.controller-app_notifications.action-index #content > .main-notification-container .notification.new {
	background-color: #F0F0FF;
}

.controller-app_notifications.action-index #content > .main-notification-container .no-notifications-container > .no-notifications{
	background-image: url(../images/no-notification-img.svg);
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}
.controller-app_notifications.action-index #content > .main-notification-container .no-notifications-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
	margin: 50px 0px;
	font-size: 15px;
    font-weight: 500;
}

.controller-app_notifications.action-index #content > div.main-notification-container > div.notification > p > img {
	width: 100%;
	height: 100%;
}

.controller-app_notifications.action-index #content > ul.pages{
	list-style: none;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    padding: 10px;
}

.push-notification {
    background-color: #333;
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 15px 15px 15px 30px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 7px center;
    vertical-align: middle;
    box-shadow: 4px 4px 4px #000;
    -webkit-box-shadow: 4px 4px 4px #000;
    -moz-box-shadow: 4px 4px 4px #000;    	
}

.push-notification a.push-notification-link {
	color: #fff;
	text-decoration: none;
}
	
.push-notification a.push-notification-link:hover {
	color: #c61a1a;
	text-decoration: underline;
} 

#notification-notes{
	width: 330px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}

#notification-notes p img {
    display: none;
}
#notification-notes p{
	margin-bottom: 0px;
}
#notification-notes p:empty {
    display: none; 
}
