#notifications{
	position: absolute;
	top: 35px;
	right: 28px;
	z-index: 101;
}
.notification a{
	color: #000000;
}.notification.new a{
	color: #37a000;
}
.notification.new{
	background-color: #E6F7FF;
}
.notification.new:hover{
	background-color: #daf3ff;
}
.notification-body{
	width: 300px;
	height: auto;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}
.notification-header{
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 600;
	border-bottom: solid 1px #dcdcdc;
}
.notification-area{
	position: relative;
	height: auto;
	max-height: 352px;
	overflow-y: auto;
	overflow-x: hidden;
}
.notification-area::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.notification-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.notification-area::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 2px;
}

/* Handle on hover */
.notification-area::-webkit-scrollbar-thumb:hover {
  background: #c7c7c7;
}
.notification{
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 500;
}.notification:hover{
	background-color: #fbfbfb;
}
.notification-title{
	margin-right: 10px;
	font-size: 15px;
}
.notification-new{
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	width:8px;
	height:8px;
	background-color: #37a000;
	border-radius: 100%;
}.notification-new-bell{
	position: absolute;
    width: 17px;
    top: 2px;
    right: 0px;
    font-size: 11px;
	font-weight: 600;
	color: #fff;
	background-color: #f10000;
	border-radius: 100%;
}
.notification-time{
	font-size: 13px;
	font-weight: 400;
	color: #b1b1b1;
}
