﻿/*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: #034c7d;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 0 20px 0px #aeaeae;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: none;
}

.online-btn {
    cursor: pointer;
    display: inline-block;
    width: 83px;
}

    .online-btn img, .online-content .oc-header img {
        position: relative;
        margin-right: 5px;
    }

.online-content .oc-header {
    margin: 5px 10px;
}

.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: 18px;
}

.online-content {
    width: 270px;
    height: 350px;
}

@media (min-width: 100px) and (max-width: 768px) {
    
}