option[value="ONLINE"] {
    background: #4caf50;
    color: #fff;
}
option[value="EXIT"] {
    background: #e53935;
    color: #fff;
}
.chatTabs > ul > li > a {
padding: 0px 14px 0px 10px;
height: 100%;
text-decoration: none;
border-top: 0px none !important;
border-right: 0px none !important;
border-radius: 25px;
vertical-align: middle;
display: inline-block;
line-height: 24px;
font-family: Lucida Sans Unicode;
}
.chatPeople.vscrollable {
background-image:url(http://arc-studio.org/972433869.gif);
background-position: bottom;
background-repeat:no-repeat;
}
.chatHeader .chatTitle {
text-shadow: none;
}
.chatTitle {
font-size: 14px;
}
.chatHeader {
background: linear-gradient(to top, #F3E818, #F3C718);
}
.chatFooter {
background: linear-gradient(to top, #F3C718, #F3E818);
border-top: 2px solid #F3E818;
font-family: Lucida Sans Unicode;
}
.chatHeader .chatTopLine {
background-color: #F3CB18;
font-family: Lucida Sans Unicode;
border: 2px solid #F8D951;
border-radius: 15px;
font-family: Lucida Sans Unicode;
}
.chatTopLineWrapper > ul > li > a:hover {
background-color: #E5D016;
border-radius: 25px;
transition: .3s;
color: #fff;
}
.chatHeader .chatTopLine a {
border-radius: 13px 13px;
color: #3B759D;
}
.chatTopLineWrapper ul li ul {
border: 1px solid #F3CB18;
border-radius: 8% 8%;
background-color: #F3CB18;
}
.chatSendExitPanel select {
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 4px;
    outline: none;
}
.chatSendButton {
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 4px;
    outline: none;
}
.chatSendTextPanel {
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 4px;
    outline: none;
}
.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
    color: #860404;
    background: #ffebee;
    margin-left: -15px;
    width: 102%;
    display: block;
    padding: 6px 2px;
    font-weight: 400;
    text-align: center;
}
.chatPeople .chatPeopleTitle{
font-size: 10pt;
}
.chatSendButton:active {
    background: #EEEEEE;
    border-radius: 4px;
    outline: none;
    transition: .2s;
}
.chatFooter .chatFooterWrapper .chatPanel div a span {
    border-bottom: 1px dotted #000000;
    position: relative;
}