/*
 *
 *  * Copyright (C) 2015 by Estalea, Inc. All rights reserved.
 *  * This is proprietary software of Estalea, Inc.
 *
 */

/* icon bar */

.notificationIconHolder {
	position:relative;
	text-decoration:none;
	color:#777;
	font-size:19px;
}
.notificationIconHolder:hover {
	color:#333;
}
.notificationIconDisabled {
	color:#d0d0d0;
}
.notificationActive {
	color:#333;
}
.notificationIconHolder span {
	position: absolute;
	background-color:#FF613A;
	border-radius:20px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.35);
	font-size:10px !important;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	margin:0 auto;
	top:0px;
	left:9px;
	padding-left:4px;
	padding-right:4px;
	display:block;
	text-align:center;
	line-height:14px;
}
.notificationIconBar {
	float:right;
	padding-top:12px;
	position:relative;
}
.voffset {
	display:inline-block;
	padding-left:10px;
	border-left:1px solid #d0d0d0;
}
.noBorder > .voffset {
	border-left-width:0;
}


/* Notification pop up */

.notiPopup {
	border: 1px solid #bbb;
	margin-left: 0;
	width: 370px;
	margin-top: 10px;
	background: #fff;
	display: none;
	position:absolute;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	z-index:999999;
}
.notiPopEvtTitleLine {
	border-bottom: 1px solid #ddd;
}
.notiPopEvtTitle {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	padding-top: 8px;
	display: inline-block;
}
.notiPopEvtTitleLink {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 11px;
	padding-top: 8px;
	display: inline-block;
	float:right;
}
.notiPad { 
	display: table; padding: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
	width: 100%;
}
.notiLink {
	min-height:50px;
	width: inherit;
	text-decoration: none !important;
	position: relative;
	display:box;
	cursor: pointer; cursor: hand;
}
.notiX {
	display: none; 
	right: -355px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	width: 15px;
	height:15px;
	text-align: center;
	zopacity:1;
	z-index: 1999999;
	text-decoration: none;
	color:black;
	line-height:14px;
}
.notiLink:hover .notiX {
	display:inline-block;
}
.notiLink:hover .notiCampainName {
	display:inline-block;
}
.notiLink:hover .notiTime {
	display:none;
}
.notiLink:hover .notiPad {
	background:#f5f5f5 !important;
}
.notiX:hover {
	background: #bcbcbc; color: #fff; border-radius:4px
}
.notistUNSEEN {
	background: #fff !important;
}
.notistACKNOWLEDGED {
	background: #ffffff;
}
.notiLink  img {
	max-width: 80px;
	max-height: 40px;
	border: none;
}
.notiLink .notiLC {
	display:  table-cell;
	vertical-align: middle;
}
.notiLink .notiRC {
	display: table-cell;
	width:100%;
	vertical-align: middle;
	padding-left:10px;
}
.notiLink .notiLF {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weigth: bold;
	text-decoration: none;
	color: #000;
	display: inline-block;
	line-height: 20px;
}
.notiLink .notiLF2 {
	font-size: 13px !important;
	color: #666;
	line-height:20px;
}
.notiLink .notiLF3 {
	font-size: 11px;
	color: #666;
	line-height: 13px;
}
.notiLink .notiCampainName {
	padding-left: 10px !important;
	display: none;
}
.notiLink .notiRF {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555;
	display: inline-block;
	float: right;
	text-align:right;
}
.notiLink .notiSM  {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	display:block;
	text-decoration: none;
}
.notiBottom {
	background: transparent;
	color: white;
}
.notiBottom :hover {
	background: #f0f0f0;
}
.notiSee {
	display: block;
	margin:0 auto;
	vertical-align: middle;
	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	
	width: 368px;
	color: #025FA2;
	text-align: center;
	
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-radius: 0px 0px 4px 4px;
	
}
.notiEmpt {
	display: block; 
	width:100%; 
	text-align:center; 
	padding-top: 10px; 
	padding-bottom: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.notiPopContent {
	width:368px;
	max-height: 400px;
	overflow:hidden;
	overflow-y:auto;
	display:block;
}
