/* Start of Notifications */
.header-notification
{
	position: relative;
        display: inline-block;
        width: 40px;
    	height: 40px;
    	/*background-color: #C0C0C0;*/
    	border-radius: 50%;
    	text-align: center;
    	line-height: 40px;
    	color: white;
   	font-size: 20px;
	cursor: pointer;
}
.main-notification-holder
{
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 250px;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	right:3px;
	top:50px;
	overflow-y: auto;
	max-height: 850px;
	min-height: 800px;
	width: 450px;
}
.notification-item
{
	min-height: 60px;
	/*border: 1px solid beige;*/
	text-align: left;
	padding-right: 5px;
	
}
.notification-title
{

	line-height: 1.5;
	float: left;
	width: 80%;
}
.notification-body
{
	font-size: 12px;
	line-height: 2;
}
.notification_icon_div
{
	width: 15%;
	float: left; 
	padding-top: 15px;
	align-content: center;
	justify-content: center;
	display: flex;
}

.notification_icon
{
	width: 16px;
	display: flex;
	position: relative;
}

.notification-header
{
  font-weight: bold;
  font-size: 15px;
}
.notification-message
{
  font-size: 14px;
}
.notification-time-ago
{
  color: black;
  opacity: 40%;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
}

.notification-remove
{
  float: left;
  width: 5%;
}
.notification-close-icon
{
	width: 10px;
	display: flex;
	position: relative;
	top: 15px;
}
.notification-highlights
{
	color: #D43825;
}
.notification-bottom
{
	width: 100%;
	height: 15px;
}
.notification-holder-title
{
	height:30px;
}
/* End of Notifications */
#notification_badge {
    display: flex !important;
    width: 23px !important;
    height: 23px !important;
    font-size: .6em !important;
    font-weight: 699 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    top: -6px !important;
    left: 18px !important;
    right: unset !important;
    border-radius: 50rem !important;
    padding: 13px !important;
}
