.notification {
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.newmail {
	background-repeat:	no-repeat;
	display: inline-block;
    height: 14px;
	width: 16px;
    padding-left:25px;
	background-image: url("new-mail.png");
}

.notification .badge {
    position: absolute;
    top: 16px;
    right: -14px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
}
.notification .badge-zero {
    position: absolute;
    top: 16px;
    right: -14px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #dddddd;
    color: white;
}
.divider-inbox {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
}
.btn-message {
    color: #ffffff;
    background-color: #ef203e;
    border-color: #ef203e;
}
.btn-message:hover {
    color: #e5c5c9;
    background-color: #e29aa2;
    border-color: #221f1f;
}
.btn-message:active, .btn-message.active, .open>.btn-message.dropdown-toggle {
    color: #ef203e;
    background-color: #e5c5c9;
    border-color: #ef203e;
}
.message-subject {
    display: block;
    width: 100%;
    height: 35px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 1.42857;
    color: #ddd;
    font-weight: bold;
margin-left: 60px;
}
.message-description {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    color: #ddd;
    font-weight: normal;
    margin-left: 60px;
}
.unread-highlight {     
color: #ef203e;
font-weight: bold;
background-color: #f5dbd9 !important;
}
.unread-highlight a {
    color: #ef203e;
    text-decoration: underline;
}
.form-custom-actions {
    margin-bottom: 10px;
  /*  margin-top: -50px; */
}
.pull-right {
    float: left !important;
}