/* ---- Notification ------ */

#notifications .notification-badge {
	background-color: #ff4141;
	padding: 3px 2px;
	width: 20px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color:  white;
}

#notifications .dropdown-content {
	min-width: 300px;
	display: none;
	position: absolute;
	right: 0;
	min-width: 300px;
	box-shadow: 10px 4px 15px 0px rgba(0,0,0,0.2);
	z-index: 999;
	background-color: transparent;
	border-radius: 4px;
	text-align: left;
	padding-top: 4px;
	margin-top: 32px;
}

#notifications .dropdown-notification-menu div.msg {
	color: #525252 !important;
	padding: 10px;
	text-decoration: none;
	display: block;
	font-size: inherit;
	letter-spacing: normal;
}

#notifications .dropdown-notification-menu div.msg.unread {
	background-color: #eee;
}

#notifications .dropdown-notification-menu div.msg:hover {
	background-color: #ddd;
}

#notifications .dropdown-notification-menu span.msg-time {
	color: #1b6164;
}

#notifications .dropdown-notification-menu span.msg-title a {
	text-decoration: underline;
	padding:0px;
	display:inline;
}

#notifications .dropdown-notification-menu span.msg-title {
	display: block;
	margin-bottom: 5px;
}

#notifications .dropdown-notification-menu span.notification-menu-header {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: center;
	color: #222;
	font-weight: bold;
	letter-spacing: 1px;
}

#notifications .dropdown-notification-menu a.see-all {
	padding: 10px;
	display: block;
	text-align: center;
}

#notifications .dropdown-notification-menu a {
	color: #3f6ad8 !important;
}

#notifications .dropdown-content .dropdown-notification-menu {
	background-color: #f9f9f9;
	margin-left:15px;
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 334px;
}

#notifications .dropdown-notification-content {
	height: 250px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

#notifications .dropdown-content .arrow-up {
	width: 5px;
    height: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    float: left;
    margin-right: 7px;
    margin-left: 15px;
    margin-top: 1px;
}


/* ---- Others ------ */

.dropdown-notification-display {
    position: relative;
    display: inline-block;
}
.show-notification{
	display: block !important;
}

.login-wrap .fa {
    font-size: 28px !important;
}
.fa-cog{
	color: #3f6ad8;
}
.fa-bell{
	color: #f7b924;
}
