div.demo-content{box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);color:#8d9090;}
#notification-header {
	background: ;
	padding: ;
	text-align:right;
	margin-top: 30px;
}


button#notification-icon {
	background: transparent;
	border: 0;
	position:relative;
	cursor:pointer;
}
#notification-count{ 
	position: absolute;
	left: -5px;
	top: -5px;
	font-size: 0.9em;		
	color: #de5050;
	font-weight:bold;
}

#message-count{ 
	position: absolute;
	left: -5px;
	top: -5px;
	font-size: 0.9em;		
	color: #de5050;
	font-weight:bold;
}

#form-header {
	font-size:1.5em;
}
#frmNotification {
	padding:0px 5px;
}
.form-row{
	padding-bottom:10px;
}
#btn-send {
	background: #258bdc;
	color: #FFF;
	padding: 10px 40px;
	border: 0px;
}
div.demo-content input[type='text'],textarea{
	width: 100%;
	padding: 10px 5px;
}
#notification-latest{
	color: ;
	position: ;
	right: 0px;
	background: #a8e0d9;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);		
	width: 100%;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	
}

#message-latest{
	color: ;
	position: ;
	right: 0px;
	background: #a8e0d9;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);		
	width: 100%;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	
}

.notification-item {
	padding:10px;
	border-bottom: #024d43 1px solid;
	cursor:pointer;
}
.notification-subject {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-comment {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style:italic;
}

.avatarnotes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: ;
    background-color: ;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
	margin-top: -7px;
	
}

.ajax-loader {
    display: block;
    text-align: center;
}

.ajax-loader img {
    width: 50px;
    vertical-align: middle;
}

.textfield {

  border: 0.5px solid gray;
  border-radius: 20px;


}

@media screen and (max-width: 815px) {

#notification-count{ 

left: 6px;
top: 0px;

	}
	
#message-count{ 

left: 0px;
top: 3px;

	}



}
