.chat-conversations-button-icon {
    font-size: 20px;
}

.btn .label.chat-conversation-notification {
    position: absolute;
    top: -2px;
    right: -2px;
    text-align: center;
    font-size: 9px;
    line-height: .9;
}

.chat-conversation-unread-count {
    position: absolute;
    top: -6px;
    right: -10px;
    text-align: center;
    font-size: 9px;
    line-height: .9;
}

.chat-contact-list-item:hover {
    background-color: #00a65a;
}

.chat-contact-list-anchor {
    color: #d9edf7;
    display: block;
    margin: 10px;
}
.chat-contact-list-item:hover .chat-contact-list-anchor {
    color: black;
}
.chat-contact-list-item:hover .contacts-list-date {
    color: black;
}

.contacts-list > li {
    padding: 0;
}