#oep-notification span:hover {
    background: rgb(232,232,232) none repeat scroll 0 0;
    border: 1px solid rgb(232,232,232);
    
}

#oep-notification span {
    border: 2px solid #5594e0;
    border-radius: 100%;
    box-sizing: border-box;
    color: red;
    display: block;
    float: left;
    font-size: 5px;
    font-weight: bold;
    height: 23px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 23px;
}


#oep-notification .show {
    color: red;
    font-size: 13px;
    font-weight: bold;
}
#oep-notification .show:hover{
 	color: red;
    font-size: 13px;
    font-weight: bold;
}
#oep-notification .none {
   color: white;
    font-size: 13px;
    font-weight: bold;
}


/**--------------------show notification--------------------**/
.user-notifications{
	width: 400px;
	height: auto;
	max-height: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8deea;
}

.user-notifications.popup {
	 float: left;
	 width: 90% !important;
	 border-bottom: none;
}

.user-notification {
	width: 100%;
	font-size: 13px;
}

.user-notification.sender-avatar {
	float: left;
	width: 12.5%;
}

.user-notification.notification {
	float: left;
	margin-left: 1%;
	width: 85.5%;
}

.user-notification.notification .sender {
	
}

.user-notification.notification .body-container {
	
}

.user-notification.notification .sender-date {
	
}

.clear-both {
	clear: both;
}

.user-thumbnail img{
	border: 1px solid #e8e9e9;
    padding: 1px;
}