/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2018, 6:26:16 PM
    Author     : Wassi
*/

.chat_box{
    height:400px;
    overflow-y:auto;
    position:relative;
    border: 1px solid #eee !important;
}
.users_list{
    padding: 20px;
    height:400px;
    overflow-y:auto;
    position:relative;
    border: 1px solid #eee !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.chat-content{
    text-align: right;
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #6610f2;
    border-radius: 4px;
}
.chat-avatar{
    float: right;
}
.chat-app-window {
    /*height: calc(100% - 132px);*/
    padding: 20px;
    /*overflow-y: scroll;*/
    text-align: center;
    /*height: calc(100% - 112px);*/
    background-color: #fff;
}
.badge {
    color: #FFFFFF;
    font-weight: 400;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.chats {
    padding: 0;
}
.chats .chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}
.chats .chat-body .chat-content p {
    margin: 0;
}
.chats .time {
    color: #BABFC7;
    font-size: 12px;
    text-align: center;
    margin: 40px 0;
}
.chats .chat-left .chat-avatar {
    float: left;
}
.chats .chat-left .chat-content {
    text-align: left;
    float: left;
    margin: 0 0 10px 20px;
    color: #6B6F82;
    background-color: #FFF9F3;
}
.chats .chat-body .chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-left-color: #6610f2;
}
.chats .chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #FFF9F3;
    border-left-color: transparent;
}
.media{
    padding: 0.5rem 0rem !important;
    border-bottom: 1px solid #E4E7ED !important;
}
.conversation_header{
    padding: 0.5rem 0.5rem;
    background: rgba(40, 44, 42, 0.05);
    color: #74777b;
}
.chats .chat-body .chat-content p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*text-align: justify;*/
    /*-ms-word-break: break-all;*/
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /*    word-break: break-all;*/
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.media-list a:hover{
    background-color: rgba(40, 44, 42, 0.05);
}
.media-list .active{
    background-color: #F1F1F3 !important;
}
.pr-1, .px-1{
    padding-left: 0.5rem !important;
    padding-top: 0.1rem !important;
}
.ins-usr{
    margin-top : 10px !important;
}
.media-list .ins-link a:hover{
    background-color: rgba(40, 44, 42, 0.05);
}
