﻿.field-validation-error {
    color: darkred;
    font-size: 12px;
}
#ajaxLoading{
    display:none;
    position: fixed;
    z-index: 99999999999999;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../Images/AjaxLoader.gif');
    background-repeat: no-repeat;
    background-position:50% 50%;
}
.chatbar{
   position: fixed;  
   
    transform: translateZ(0);    
    bottom: 0;
    z-index: 99999999;
    direction: ltr;
   
}
.conversation{
    height:400px;
    width:200px;
   
}
.chatdiv label{
    font-weight:bold;
}
.chatdiv{
    margin-left:2%;
    background-color: #36bae2;
    width:250px;
    cursor: pointer;
    padding:5px 0 0 20px;
    font-weight:bold;
    float:left;
}