
.chat-plugin{
    z-index:99;
    position:fixed;
    bottom:0;
    right:0;
    width:300px;
}
.chat-plugin-startbar{
    background:#2485CC;
    cursor:pointer;
    color:#fff;
    font-weight:600;
    border-radius:5px 5px 0 0;
    padding:5px 15px;
}
.chat-plugin-lobby{
    position:absolute;
    top:32px;
    bottom:0px;
    width:100%;
    /*border:1px solid #ccc;*/
    border-top:none;
    border-bottom:none;
    background:#FEFCFC;
    box-shadow:0 1px 4px rgba(0, 0, 0, .3);
}
.chat-plugin-lobby .chat-plugin-lobby-frame{
    width:100%;
    height:100%;
    position:relative;
}
.chat-plugin-lobby iframe{
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:100%;
    border:none;
}

.chat-plugin-room{
    background:#fff;
    height:479px;
}
.chat-plugin-room-dialog{
    position:relative;
    width:100%;
    height:100%;
    box-shadow:0 1px 4px rgba(0, 0, 0, .3);
}
.chat-plugin-room-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-y:hidden;
    padding:5px 15px;
    /*font-weight:600;*/
    height:70px;
    background:#2485CC;
    border-radius:5px 5px 0 0;
    color:#fff;
    padding-left:70px;
    border:1px solid #2485CC;
    font-size: 16px;
    padding-top: 8px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:110px;
}
.chat-plugin-room-closer {
    position: absolute;
    top: 11px;
    right: 12px;
    font-size:16px;
    cursor:pointer;
    color:#fff;
}
.chat-plugin-room-minimize {
    position: absolute;
    top: 12px;
    right: 36px;
    font-size:16px;
    cursor:pointer;
    color:#fff;
}
.chat-plugin-room-full {
    position: absolute;
    top: 14px;
    right: 60px;
    font-size:13px;
    cursor:pointer;
    color:#fff;
}
.chat-plugin-room-content{
    position:absolute;
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    border: 0;
    border-top:none;
}



.chat-plugin-room.minimize{
    height:30px!important;
    cursor:pointer;
}
.chat-plugin-room.minimize .chat-plugin-room-content{
    display:none;
}
.chat-plugin-room.minimize .chat-plugin-room-header{
    padding-left:10px;
    padding-top: 5px;
}
.chat-plugin-room.minimize .chat-plugin-room-header .chat-display-image{
    display:none;
}
.chat-plugin-room.minimize .chat-plugin-room-minimize:before{
    content: "\f067"!important;
    top:7px;
}
.chat-plugin-room.minimize .chat-plugin-room-minimize{
    top:8px;
    display:none;
}
.chat-plugin-room.minimize .chat-plugin-room-closer{
    top:7px;
}


.chat-plugin-badge-count
{
    padding:5px 7px;
    border-radius:20px;
    background:#ed4242;
    color:#fff;
    font-weight:600;
    font-size:11px;
    display:none;
}
.chat-plugin-badge{
    position:absolute;
    right:8px;
    top:8px;
}
.chat-plugin-room-overflow{
    padding:10px;
    border-radius:5px;
    background:#fff;
    border:1px solid #aaa;
    z-index:2001;
    position:fixed;
    bottom:0;
    right:0;
    font-size:20px;
    cursor:pointer;
    display:none;
}
.chat-display-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    left: 10px;
    top: 3px;
    z-index: 2;
    border: 2px solid #2485CC;
}
.link-chat-create-activity {
    overflow-x:hidden;
    overflow-y:hidden;
}
.link-chat-create-activity .create-activity-frame{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 20000;
}
.chat-plugin-room-header {
    overflow-x: hidden;
}
.chat-plugin-badge {
    position: relative;
    z-index: 1030;
    cursor: pointer;
    top: auto !important;
    right: auto !important;
    float: right;
    padding-top: 3px;
    margin-right: -10px;
}

.chat-active .chat-plugin-badge{
    display: none;
}

#chat-toggle .left-bar-heading {
    border-top: inherit;
    border-radius: 5px 5px 0 0;
    background: #2485CC;
    border: none;
    color: #fff;
}

    #chat-toggle {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 200;
    width: 250px;
    display: block;
}

.chat-active #chat-toggle {
    display: none;
}

#chat-toggle .fa-comments {
    color: #A2D351;
}

.chat-active .container-right-sidebar {
    display: block;
}

.link-chat-business-chat-share-list{
    padding: 10px 0;
    height: calc(100vh - 310px);
    overflow-y: auto;
}

.link-chat-business-chat-share .modal-body{
    padding:0;
}

.link-chat-business-chat-share .modal-footer{
    margin:0;
}

.chat-room-list{
    padding:15px 5px;
    cursor:pointer;
    display:block;
    overflow-x:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position:relative;
    padding-right:15px;
}
.chat-room-list:hover{
    background:#eee;
}
.chat-room-list .chat-room-list-image{
    margin-top:-7px;
    width:30px;
    height:30px;
    border-radius:50%;
    margin-right:10px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    float:left;
    margin-left:10px;
}
.chat-room-list .chat-room-list-checkbox{
    float:right;
    margin-top:-1px;
}

.link-chat-business-chat-share .active{
    background:#fff;
}

.link-chat-business-chat-share .link-chat-business-chat-share-textarea{
    height:60px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-bottom:10px;
    text-align:left;
}