.fa-chaticons {
    font-size: 20px!important;
    vertical-align: middle;
}
.fa-whatsapp {
    color: #55CA5F;
}
.leftmenu .fa-whatsapp {
    color: inherit;
}
.fa-weixin {
    color: #A9CD5F;
}
.fa-qq {
    color: #000000;
}
.fa-facebook-square {
    color: #46629E;
}
.fa-twitter-square {
    color: #2A99E0;
}
.fa-instagram {
    color: #125688;
}
.fa-google-plus-square {
    color: #FF0000;
}
.fa-tumblr-square {
    color: #34465D;
}
.fa-snapchat {
    color: orange;
}
.fa-yahoo {
    color: #620973;
}
.fa-skype {
    color: #00AFF0;
}
.hangouts {
    color: #379958;
}
.fa-chaticons.disabled, .hangouts.disabled {
    color: #d3d3d3!important;
    pointer-events: initial;
}
img.fa-chaticons.disabled {
    -webkit-filter: sepia(1) grayscale(1) opacity(0.3);
    filter: sepia(1) grayscale(1) opacity(0.3);
    pointer-events: initial;
}