.notification-portlet{
	height: 0px;
	overflow: hidden;
}
	.p-notify-info a{
		padding: 0px !important;
	}
	.p-notify-info a:hover{
		color: blue !important;
	}
	.wrap-notification{
		position: absolute;
	    right: 60px;
	    top: 0px;
	}
	.p-notification{
		position: fixed;
		top: 30px;
		bottom: 0px;
		right: -400px;
		visibility: hidden;
		z-index: -1;
		opacity: 0;
		transition: visibility 0.2s ease, opacity 0.2s ease, right 0.2s ease;
		-moz-transition: visibility 0.2s ease, opacity 0.2s ease, right 0.2s ease;
		-webkit-transition: visibility 0.2s ease, opacity 0.2s ease, right 0.2s ease;
		padding-top: 36px;
		border-right: 1px solid #e0e0e0;
    	box-shadow: -1px 4px 10px 0px rgba(0,0,0,0.6);
		font-family: arial;
	}
	.p-notification.show{
		right: 0px;
		visibility: visible;
		opacity: 1;
		z-index: 280;
	}
	
	.p-notification .p-arrow{
		width:100%;
		height:20px;
		overflow: hidden;
		margin-bottom: -1px;
	}
	.p-notification .p-arrow div{
		width: 23px;
		height: 23px;
		background: #ffffff;/*BACKGROUND*/
		transform: rotate(45deg);
		-ms-transform:rotate(45deg); 
		-moz-transform:rotate(45deg); 
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		box-shadow: -1px -1px 10px 0px rgba(0,0,0,0.6);
		margin: 8px 6px 0px;
		float: right;
		border: 1px solid #888;
	}
	.p-notification .p-notify{
	    background: #fff;
	    width: 340px;
	    height: 100%;
	}
	.p-notification .p-notify .p-notify-header{
	    width: 100%;
	    height: 36px;
	    line-height: 36px;
	    color: #fff;
	    font-weight: bold;
	    background: #0798db;
	    position: absolute;
	    top: 0px;
	}
			.p-notification .p-notify .p-notify-header .p-notify-name{
				width: 100px;
				height: 100%;
				display: inline;
				float: left;
				padding-left: 10px;
				font-size: 14px;
			}
			.p-notification .p-notify .p-notify-header .p-notify-config, 
			.p-notification .p-notify .p-notify-header .p-notify-markallread{
				width: 36px;
				height: 100%;
				display: inline;
				float: right;
				border-left: 1px solid #0798db;
				opacity: 0.6;
				cursor: pointer;
			}
			.p-notification .p-notify .p-notify-header .p-notify-config{
				background: #007ab3 url(../images/set.png) no-repeat center center;
			}
			.p-notification .p-notify .p-notify-header .p-notify-markallread{
				background: #007ab3 url(../images/check.png) no-repeat center center;
				border-left: 0px solid #ADA6A6;
			}
			.p-notification .p-notify .p-notify-header .p-notify-config:hover, .p-notification .p-notify .p-notify-header .p-notify-markallread:hover{
				opacity: 1;
				
				cursor: pointer;
			}
	.p-notification .p-notify .p-notify-content{
		position: relative;
		height: 100%;
		overflow: hidden;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item{
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		position: relative;
		padding: 5px 5px 5px 60px;
		min-height: 60px;
	    box-sizing: border-box;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item.p-unread{
		background-color: #e2f5ff;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item.p-mustprocess{
		background-color: #fffcdf;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item:hover{
		background: #FAFAFA;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item:hover .p-notify-text .p-notify-del,
	.p-notification .p-notify .p-notify-content .p-notify-item:hover .p-notify-text .p-notify-mark{
		visibility: visible;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-icon{
	    width: 50px;
	    height: 50px;
	    border: 2px solid #ccc;
	    overflow: hidden;
	    border-radius: 50%;
	    position: absolute;
	    left: 3px;
	    top: 5px;
	    background: #fff;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-icon img{
	    width: 100% !important;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-text-header{
		width: 100%;
		margin-bottom: 5px;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-text-header .p-username{
		color: #333;
		font-weight: bold;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-text-header .p-time{
		float: right;
		color: #222;
		font-size: 11px;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-title{
		overflow: hidden;
		color: #267298;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 3px;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-info{
		overflow: hidden;
		color: #555;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-info a{
	    font-size: 12px !important;
	    color: #8e4403 !important;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-info pre{
		white-space: initial;
		font-family: Arial,Helvetica,Verdana,sans-serif;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-time{
		padding: 4px 20px 2px 0px;
		text-align: right;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-del{
		width: 13px;
		height: 13px;
		background-image: url(../images/icoDel.png);
		position: absolute;
		right: 5px;
		bottom: 5px;
		cursor: pointer;
		visibility: hidden;
	}
	
	
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-mark{
		width: 13px;
		height: 13px;
		background-image: url(../images/icoCheck.png);
		position: absolute;
		right: 5px;
		bottom: 20px;
		cursor: pointer;
		visibility: hidden;
	}
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-del:hover,
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-mark:hover{
		background-position: 0 -13px;
	}
	
	.p-notification .p-notify .p-notify-content .p-notify-item .p-notify-text .p-notify-new{
		width: 20px;
		height: 13px;
		position: absolute;
		right: 20px;
		top: 0px;
		line-height: 13px;
		cursor: pointer;
		background: #14B814;
		border-radius: 3px;
		color: #fff;
		font-weight: bold;
		padding: 1px 4px;
		font-size: 10px;
	}

.p-notification .p-notify .p-notify-content .p-no-message{
	width: 100%;
	height: 170px;
	margin-top: 75px;
	background: #fff url(../images/no-message.png) no-repeat center center;
}
.p-notification .p-notify .p-notify-content .p-no-message .p-no-message-text{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	opacity: 0.5;
	height: 100%;
	line-height: 310px;
}

/*Icon Notification*/
.nav-notify{
	position: relative;
	width: 24px;
	margin: 0 auto;
}
.nav-notify .iconNotify{
	position: relative;
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	margin-top: 15px;
	background-image: url(../images/bell.png);
	-moz-transition:transform 0.1s ease-out;
    -webkit-transition:transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}
.nav-notify .iconNotifyActive{
	background-position: 0px -24px;
}
.nav-notify .iconNotify:hover{
	background-position: 0 -24px;
	transform: rotate(15deg);
	-ms-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
}
.nav-notify .numberNotify{
	position: absolute;
	right: -3px;
	top: -7px;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 2px;
	background: red;
	color: #fff;
}

.nav-notify{
	display: block !important;
}
