﻿
#btnWhoOnline {
    position: fixed;
    left: 25px;
    top: 10px !important;
    z-index: 9;
    font-size: 14px;
}
    #btnWhoOnline button {
        background: #4c9ce1;
        color: #fff;
        padding: 3px 10px;
        border: 0;
        direction: ltr;
    }
        #btnWhoOnline button span {
            background: #eb0000;
            border-radius: 25px;
            padding: 3px 6px;
            font-size: 11px;
            font-weight: 800;
        }

/*.btn-toogle {
    position: absolute;
    right: -100px;
    top: -20px
}*/


.leftnav {
    position: fixed;
    height: 100%;
    width: 225px;
    top: 0;
    left: -245px;
    opacity: 1;
    color: #fff;
    background-color: #242526;
    display: block;
    padding: 10px 9px;
    padding-bottom: 6px;
    font-size: 16px;
    border: 1px solid #858585;
    z-index: 999999999999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    padding: 5px 5px 0 10px !important;
}


    .leftnav > .closen {
        position: absolute;
        left: 87%;
        background-color: red;
        color: #fff;
        padding: 1px 10px;
        font-size: 16px;
        top:0;
    }




    #lstOnline {
    float: none;
    list-style: none;
    margin: 0px !important;
    padding-left: 5px;
    font-size: 98%;
    direction: ltr;
}

    #lstOnline li {
        margin-bottom: 10px !important;
        max-width: 200px;
    }


        #lstOnline a {
            background-image: none !important;
            color: #fff !important;
            margin-left: 0px;
            margin-right: 0px;
            display: flex;
            border: 1px solid #3f3b49;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
            text-decoration: none;
            align-items: center;
            justify-content: start;
            border-radius: 10px;
        }

        #lstOnline>a>div {
            background-color: #3f3b49 !important;
        }

        #lstOnline a .uactivexx:before {
            position: absolute;
            top: 10px;
            right: -10px;
            width: 0;
            height: 0;
            content: '';
            border: 5px solid transparent;
            border-left-color: #62a8ea;
            background: green;
        }

        #lstOnline a img {
            float: left;
            border-radius: 50%;
            overflow: hidden;
            margin-left: 10px;
            width: 30px;
            margin: 5px;
        }



        #lstOnline a span {
            line-height: 40px;
            float: left;
        }

        #lstOnline a:hover {
            background-color: #3f3b49 !important;
            padding-left: 20px;
        }


        #lstOnline a .nactive {
            position: absolute;
            left: 33px;
            background: rgb(66, 183, 42);
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            width: 10px;
            margin-left: 4px;
            margin-top: 16px;
        }









.chats {
    padding: 0 0
}

.chat-avatar {
    float: right
}

    .chat-avatar .avatar {
        width: 30px -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    }

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden
}

    .chat-body:first-child {
        margin-top: 0
    }

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 10px 10px 0;
    clear: both;
    color: #fff;
    background-color: #62a8ea;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    width: 95%;
}

    .chat-content:before {
        position: absolute;
        top: 10px;
        right: -10px;
        width: 0;
        height: 0;
        content: '';
        border: 5px solid transparent;
        border-left-color: #62a8ea
    }

    .chat-content > p:last-child {
        margin-bottom: 0
    }

    .chat-content + .chat-content:before {
        border-color: transparent
    }

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
}

.chat-left .chat-avatar {
    float: left
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef
}

    .chat-left .chat-content:before {
        right: auto;
        left: -10px;
        border-right-color: #dfe9ef;
        border-left-color: transparent
    }

    .chat-left .chat-content + .chat-content:before {
        border-color: transparent
    }

.chat-left .chat-time {
    color: #a3afb7
}



.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.chat-avatar .avatar {
    width: 30px;
}

.chat-box .panel {
    margin-bottom: 0;
    border: 1px solid #959595;
}

.chat-box .panel-heading {
    padding: 5px 5px;
    background-color: #4c9ce1;
    color: #fff;
}

.chat-box .panel-body {
    padding: 7px;
    overflow: scroll;
    min-height: 178px;
    height: 340px
}
    .chat-box .panel-body p {
        margin: 0;
    }


.chat-box .panel-footer {
    padding: 10px 10px;
    background-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

.chat-box {
    width: auto;
    background-color: #fff;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 0; */
    float: left;
    /* left: 30px; */
    direction: ltr;
    /* display: none; */
    display: flex;
    max-width: 300px;
    flex-direction: row;
    margin-left: 10px;
}



    

#chatB {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}