.chat {
    position: fixed;
    width: 200px;
    bottom: 0;
    padding: 2px;
    margin: 0 2px 0 0; 
    right: 0;
    float: right;
    color: #fff;
    border: 1px solid #E1E1E1;
}
.link-chat{
    cursor: pointer;
    background: #F1F1F1;
    display: block;
    padding: 2px;
    color: #919191;
    margin-bottom: 2px;
    border: 1px solid #E1E1E1;
}
.pessoas-chat{
    background: #F1F1F1;
    color: #919191;
    display: block;
}
.avatar-chat{
    width: 20px;
    margin: 2px 2px;
}
.item-pessoa-chat{
   margin: 1px 0;
   display: block;
   cursor: pointer;

}
.nome-chat{
    margin-left: 5px;
}

.status-chat{
    display: block;
    font-size: 7pt;
}

.chat-status-online{
    border: 1px solid #00B200;
    border-radius: 3px;
}

.chat-status-offline{
    border: 1px solid #B22D00;
    border-radius: 3px;
}

/* Conversas no chat */ 
.conversa-chat{
    position: fixed;
    bottom: 0;
    width: 320px;
    padding: 2px;
    margin: 0 2px 0 0; 
    float: right;
    border: 1px solid #E1E1E1;
    background: #F1F1F1;   
}

.item-titulo-conversa{
    cursor: pointer;
    display: block;
    padding: 2px;
    color: #919191;
    margin-bottom: 2px;
    border: 1px solid #E1E1E1;
}

.item-conteudo-conversa{
    height: 200px;
    background: #FFF;
    color: #000;
    height: 250px;
    overflow: auto;
    
}

.linha-conversa{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E1E1E1;
    padding: 5px 3px;
}

.avatar-chat-conversa-up{
    margin: 4px;
    width: 30px;
    bottom: 0;
}

.texto-conversa-chat-up{
    width: 80%;
    float:right;
    font-size: 8pt;
    color: #919191;
}

.avatar-chat-conversa-down{
    margin: 4px;
    width: 30px;
    float:right;
}

.texto-conversa-chat-down{
    width: 80%;
    float:left;
    font-size: 8pt;
    color: #919191;
    text-align: right;
}

.texto-chat{
    width: 100%;
    color: #919191;
    font-size: 8pt;
    resize: none;
}

.conversa-chat-1{
    right: 210px;
    bottom: 0px;
}


@media only screen and (max-width: 680px) {
    .conversa-chat-1{
        right: 0px;
        bottom: 30px;
    }
    .chat {
        width: 99%;
    }
    .conversa-chat{
        width: 99%;
    }
}

.conversa-chat-2{
    right: 450px;
}

.conversa-chat-3{
    right: 690px;
}
.avatar{
    width: 30px !important;
    height: 30px !important;
    margin: 2px 2px !important;
}

.chats{
    height: 250px !important;
}
