.notices{
	display:none;
	margin-left: 10px;
	position:relative;
	text-align:left;
}
.notices .notices-icon{
	display:inline-block;
	position: relative;
	background: url(/images/icons/bell.svg) no-repeat;
	background-size: contain;
	/* padding-left: 22px; */
	width: 18px;
	height: 18px;
	color: #fff;
	bottom: -3px;
	cursor: pointer;
}
.notices .notices-icon .not-viewed-count{
	position: absolute;
	top: -9px;
	left: 6px;
	padding: 0 5px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	border-radius: 10px;
	background-color: #f6465d;
}
.notices .messages{
	display:none;
	position:absolute;
	right:0;
	top: 20px;
	min-width: 264px;
	background-color: #131722;
	padding: 10px;
	border:1px solid #50555d;
	max-height:300px;
	overflow-y:auto;
	z-index:2;
}
.notices .messages .message{
	margin-bottom:10px;
}
.notices .messages .date-create{
	font-size:13px;
	color:#888;
}