#conversation_messages{
    width: 719px;
    position: absolute;
    right:0;
    top:48px;
    bottom:60px;
}

.recruiter_conversation #conversation_messages{
    top: 0!important;
    left:0;
    right:0;
    width: 100%;
}

.recruiter_conversation #conversation_messages.restricted {
    bottom:0!important;
}

.refs #conversation_messages
{
    top:80px;
}

#conversation_loader{
    width: 719px;
    position: absolute;
    right:0;
    top:0px;
    bottom:0px;
    left: auto!important;
}

.recruiter_conversation #conversation_loader
{
    width: 100%;
    right:0;
    top:0px;
    bottom:0px;
    left: 0;
}

#conversation_list_header{
    width: 280px;
    position: absolute;
    left:0;
    right: 0;
    height:48px;
    top:0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 12px;
}

#conversation_list{
    width: 280px;
    position: absolute;
    left:0;
    top:48px;
    bottom:0;
    border-right: 1px solid #e6e6e6;
    background-color: #ffffff;
}

#bottom{
    display: none;
}

#information{
    bottom: 0 !important;;
}

.conversation_item{
    padding: 20px 12px 20px 24px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.conversation_item *{
    cursor: pointer;
}

.conversation_item.active{
    background-color: #f5f5f5;
}

.conversation_item .users img{
    margin-left:-20px;
    position: relative;
    display: none;
}
.conversation_item .users img:first-child{
    margin-left:0px;
    z-index: 3;
    display: inline-block;
}
.conversation_item .users img:nth-child(2){
    z-index: 2;
    display: inline-block;
}
.conversation_item .users img:nth-child(3){
    z-index:1;
    display: inline-block;
}

.conversation_item .usernames{
    font-size:14px;
    color: #6e6e6e;
    font-weight: 400;
}

.no_overflow{
    overflow: visible!important;
    max-width: inherit!important;
}

.conversation_time{
    font-size: 12px;
    color: #a0a0a0;
    font-weight:300;
}

.conversation_item .message{
    padding-top: 12px;
    color: #a0a0a0;
    font-size:12px;
}

/*Message window*/

.conversation_message{
    display: inline-block;
    padding: 18px 24px 0 24px;
}
#messages {
    padding-bottom: 18px;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.conversation_message:after{
    content: "";
    clear: both;
}

.conversation_message.user_message{
    float: right;
    box-sizing:border-box;
}


.conversation_message .user_picture{
    float: left;
    margin-top: 18px;
}

.conversation_message .message_wrapper{
    float: right;
    margin-left:12px;
    margin-right:12px;
}

.conversation_message.user_message .user_picture{
    float: right;
}

.conversation_message.user_message .message_wrapper{
    float: left;
}


.conversation_message .conversation_message_text{
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 6px;
    max-width: 480px;
    text-align: left;
}

.conversation_message .resend-btn-container{
    overflow:hidden;
    max-height:0px;
    transition:150ms ease-in-out;
}

.conversation_message .resend-button{
    margin-bottom:10px;
    margin-left:10px;
    transition:150ms ease-in-out;
}
.conversation_message:hover .resend-btn-container{
    max-height: 75px;
}

.conversation_message .conversation_message_text .resend-button{
    background-color: #389edd;
    color: #ffffff;
}
.conversation_message .my_message  .conversation_message_text .resend-button{
    background-color: #ffffff;
    color: #389edd;
}



.conversation_message .conversation_message_text{
    background-color: white;
}
.conversation_message.user_message.my_message .conversation_message_text{
    background-color: #389edd;
    color: #ffffff;
}


.conversation_message .message_time{
    width:100%;
    color: #a0a0a0;
    font-size:12px;
}

.conversation_message.user_message{
    text-align: right;
}

/*Write*/
#conversation_write{
    position: absolute;
    bottom:0;
    max-height: 340px;
    min-height: 60px;
    width: 719px;
    right:0;
    background-color: #ffffff;
    border-top:1px solid #e6e6e6;
    padding: 0 24px 0 24px;
    box-sizing:border-box;
    z-index: 3;
}

.recruiter_conversation #conversation_write{
    left:0;
    right:0;
    width: 100%;
}

#conversation_write table{
    min-height: 60px;
    max-height: 340px;
}

#conversation_write table td{
    vertical-align: middle;
}

#conversation_write .textarea{
    margin: 12px 0 12px 0;
    outline:0;
    min-height: 21px!important;
    width: 100%;
    border: none;
    display: block;
    line-height: 1.5;
    vertical-align: text-bottom;
    font-size: 14px;
    color: #6e6e6e;
    cursor: text;
    box-sizing: border-box;
    max-height: 200px;
    height:21px;
    resize: none;
    overflow: auto!important;
    padding: 0!important;
    transition: none!important;
}

.attachment{
    height:30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    background-color: #e6e6e6;
    color: #6e6e6e;
    border-radius:15px;
    overflow: hidden;
    max-width: 150px;
    padding-left: 12px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    font-weight:400;
    position: relative;
}

.attachment:before{
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
    height:16px;
    border-radius: 50%;
    background-color: #a0a0a0;
    color: #e6e6e6;
}

#conversation_top{
    position: absolute;
    right:0;
    top:0;
    background-color: white;
    width: 719px;
    border-bottom:1px solid #e0e0e0;
    box-sizing: border-box;
    height: 48px;

}

#participants{
    float: right;
    font-weight:400;
    font-size: 14px;
    color: #6e6e6e;
    padding-left:24px;
    padding-right:24px;
    line-height: 47px;
}

#conversation_disabled{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 719px;
    background-color: rgba(255,255,255,0.8);
    z-index: 299;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message_files{
    padding-top: 18px;
    border-top:1px solid #f5f5f5;
}

.message_file{
    padding-bottom:12px;
    display: block;
}

.message_file:last-child{
    padding-bottom:0;
}

.message_file .icon{
vertical-align: middle;
margin-right: 6px;
}

.person_application{
    text-decoration: underline;
}
.person_application:hover{
    color:#389edd;
}

#conversation_top_application{
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    width: 719px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    height: 48px;
    background-color: #e6e6e6;
}

#conversation_top_application a{
    color:#389edd;
}
#conversation_top_application a:hover{
    text-decoration: underline;
}
#conversation_top_application #application{
    font-weight:400;
    font-size: 14px;
    color: #6e6e6e;
    padding-left:24px;
    padding-right:24px;
    line-height: 47px;
}
