﻿/*MAIN*/
.logout {
    float: right;
}

.chats li img {
    float: left;
    margin: 0 15px 0 0;
}

.chats li p {
    font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

.chats li {
    padding: 10px;
    overflow: auto;
}

.chats li:hover {
    background: #eee;
    cursor: pointer;
}

.chats li a {
    color: #0ca3cc;
    text-decoration: none;
}

.chats li a:hover {
    color: #9a9696;
    text-decoration: none;
}


.online-btn, .online-content {
    position: fixed !important;
    background: #2F4683;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    /* box-shadow: 0 0 20px 0px #aeaeae; */
    right: 3.4%;
    bottom: 20px;
    z-index: 99999;
    display: none;
}

.online-btn span {
    padding-left: 15px;
}


.online-btn {
    cursor: pointer;
    display: inline-block;
    width: 270px;
    font-family: arial;
    font-size: 14px;
}

.online-btn img, .online-content .oc-header img {
    position: relative;
    margin-right: 5px;
    left: 10px !important;
}

.online-content .oc-header {
    margin: 5px 10px;
    font-family: Arial;
}

.online-content .oc-body {
    border-radius: 5px;
    background: #ffffff;
    width: 270px;
    height: 290px;
    margin: 20px 0 0 10px;
}

.online-content .oc-body iframe {
    border-radius: 5px;
}

.oc-operator {
    font-size: 14px;
}

.online-content {
    width: 270px;
    height: 350px;
}

@media (min-width: 100px) and (max-width: 540px) {
    .online-content {
        width: 90% !important;
    }

    .oc-body {
        width: 94% !important;
    }
}
