.fab {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    zoom: 0.75;
}

.fab-button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-size: 24px;
    position: fixed;
    bottom: 10px;
    right: 10px;

    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab-button:active, .fab-button:focus {
    outline: none;
    font-size: 28px;
}

.direct-chat > .card-body, .direct-chat-messages, .direct-chat-contacts {
    display: block;
    height: 450px;
    min-height: 300px;
}

.direct-chat > .card-header > .card-title > img {
    width: 32px;
    height: 32px;
}

.direct-chat > .card-header > .card-title {
    font-size: 24px;
    font-family: "Arial";
}

.direct-chat > .card-header > .card-tools > button {
    font-size: 24px;
}

.direct-chat > .card-header > .card-tools > .sms_quant {
    font-size: 18px;
    opacity: 0.75;
    display: none;
}

.sms_quant {
    font-size: 12px;
    display: none;
}

.direct-chat-msg > .direct-chat-text > .row > label > a {
    color: #d2d6de;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > .row > label > a:link {
    color: #d2d6de;
    font-weight: bold;
}
.direct-chat-msg > .direct-chat-text > .row > label > a :active{
    color: #b0b4bc;
    font-weight: bold;
    font-style: italic;
}

.direct-chat-msg > .direct-chat-text > .row > label > a:hover {
    color: #f4f8ff;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > .row > label > a :visited{
    color: #90929a;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > a {
    color: #007bff;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > a:link {
    color: #007bff;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > a:active {
    color: #0059dd;
    font-weight: bold;
}

.direct-chat-msg > .direct-chat-text > a :hover{
    color: #009dff;
    font-weight: bold;
    font-style: italic;
}
.direct-chat-msg > .direct-chat-text > a :visited{
    color: #0037bb;
    font-weight: bold;
}

