#nav{
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
#nav li {
	float: left;
	description: 11px;
	font-weight:bold;
}
.notificationBell a {
    color: #fff;
    font-size: 13px;
    transform: rotate(-10deg);
}
#notification_li{
	margin-right: 0;
    margin-top: 0;
    position: relative;
}
#notificationContainer {
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: -136px;
    overflow: visible;
    position: absolute;
    right: -665%;
    top: 40px;
    width: 280px;
    z-index: 1;  
}
#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	left: 20%;
}
#notificationTitle{
	background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 280px;
    z-index: 1000;
}
#notificationsBody{
	color: #9e9e9e;
	min-height:279px;
	height: 60px;
	overflow: hidden;
}
#notificationsBody:hover{
	overflow-y: scroll;
}
#notificationsBody li{
	border-bottom:1px solid #eee;
	cursor: pointer;	
}
#notificationsBody .content{
	height: 50px;
}
#notificationFooter{
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 11px;
	border-top: 2px solid #dddddd;
	cursor: pointer;
}
#notificationFooter a{
	color: #00acc1 !important;
}
#notification_count{
	background: #eb3d4d none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    height: 15px;
    left: 0;
    line-height: 2;
    margin-left: 15px;
    margin-top: -1px;
    padding: 0 6px;
    position: absolute;
    width: auto;
	z-index: 4;
}
.notificationBell{
	background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    height: 30px;
    line-height: 25px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
	transition: 0.5s;
}
.notificationBell:hover{
	background-color: rgba(0, 0, 0, 0.3);
}
#notificationsBody .icon{
	align-items: center;
    display: flex;
    height: 100%;
    float: right;
    width: 25px;
    padding: 0px !important;
}
#notificationsBody .description{
	align-items: center;
    display: flex;
    height: 100%;
    padding-right: 10px;
    /*width: 200px;*/
    font-size: 10px !important;
}
#notificationsBody .description p{
	font-size: 13px !important;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0 !important;
}
#notificationsBody .date{
	text-align: left;
	height: 20px;
    width: 240px;
    font-size: 9px !important;
}
#notificationsBody ul{
	float: left;
	padding: 0;
	width: 100%;
}
#notificationsBody li {
    clear: both;
    list-style-type: none;
    min-height: 70px;
    padding-bottom: 15px;
}
#notificationsBody .fa-bell{
	color: white;
}
#notificationContainer > #notificationsBody .content .icon .bg-info{
	background-color: #4caf50 !important;
}
#notificationContainer > #notificationsBody .content .icon .bg-danger{
	background-color: #ef5350 !important;
}
#notificationContainer > #notificationsBody .content .icon .bg-warning{
	background-color: #ffc107 !important;
}
#notificationContainer > #notificationsBody > ul > li.bg-primary{
	background-color: #f1f8fe !important;
	color : #333333 !important;
}
.navbar > .container .navbar-brand.pull-left.flaticon-envelope{
	padding-left: 10px;
    padding-right: 10px;
}
.navbar > .container .navbar-brand.pull-left.flaticon-envelope::before{
    color: #fff;
}
.listStyle{
    padding-right: 10px;
}