﻿/*======================================
    CHAT BOX STYLES
======================================= */

.hr-clas {
    border-top: 1px solid #A12EB3;
}

.chat-box-main {
    max-height:300px;
    min-height:300px;
    overflow:auto;
}
.chat-box-div {

} 
.chat-box-head {
    padding: 10px 15px;
    border-bottom: 2px solid #FD9B9B;
    background-color: #D61F1F;
    color: #fff;
    text-align: center;

}

.chat-box-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #C5C5C5;
    font-size:12px;
}
.chat-box-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #C5C5C5;
    border-width: 15px;
    margin-left: -15px;
}

.chat-box-name-left {
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    color:#049E64;
}
    .chat-box-name-left img {
        max-width:40px;
        border: 2px solid #049E64;
    }

    .chat-box-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #C5C5C5;
    font-size:12px;
}
.chat-box-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #C5C5C5;
    border-width: 15px;
    margin-left: -15px;
}

.chat-box-name-right {
    color: #354EA0;
    margin-top: 30px;
    margin-right: 60px;
    text-align:right;
}

.chat-box-name-right img {
        max-width:40px;
        border: 2px solid #354EA0;
    }
.chat-box-footer {
    padding: 10px 5px;
}
/*======================================
    CHAT BOX ONLINE STYLES
======================================= */


.hr-clas-low {
    border-top: 1px solid #C5C5C5;
}

.chat-box-online {
     max-height:554px;
    overflow:auto;
}
.chat-box-online-div {
    border:2px solid #03DB2F;
    border-bottom:2px solid #03DB2F;
} 

.chat-box-online-head {
    padding: 10px 15px;
border-bottom: 2px solid #03DB2F;
background-color: #03DB2F;
color: #fff;
text-align: center;

}

.chat-box-online-left {
    margin-left: 10px;
    text-align:left;
    color:#049E64;
}
    .chat-box-online-left img {
        max-width:30px;
        border:1px solid #049E64;
        margin-bottom:10px;
    }
    .chat-box-online-right {
    margin-right: 10px;
   text-align:right;
    color:#354EA0;
}
    .chat-box-online-right img {
       max-width:30px;
        border:1px solid #354EA0;
        margin-bottom:10px;
        
    }

    /*======================================
  NEW  CHAT  STYLES
======================================= */

.chat-box-new {
     max-height:554px;
    min-height:554px;
    overflow:auto;
}
.chat-box-new-div {
    border:2px solid #ff6a00;
    border-bottom:2px solid #ff6a00;
} 

.chat-box-new-head {
    padding: 10px 15px;
border-bottom: 2px solid #ff6a00;
background-color: red;
color: #fff;
text-align: center;

}
#chat-box-container{
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 0;
    z-index: 999999;
}
#chat-box-container input{
    height: 50px;
    border-radius: 0;
    border:1px solid #E3E3E3;
    box-shadow: none;
    background: #fff;
text-align: right}

#chat-box-container .form-control:focus {
    border-color: #ccc;

    box-shadow: none;
}
#chat-loader{
    width: 100%;
    display: block;
    background: url("../img/loader.gif");
    height: 50px;
    position: absolute;
    z-index: 555;
    top: 0px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    background-color: #FFF;

    display: none;
    opacity:.6;
}

#new_chat_loader{

    width: 100%;
    background: url("../img/loader.gif");
    height: 350px;
    position: absolute;
    z-index: 555;
    top: 49px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    background-color: #FFF;
    opacity: 1;
    right: 0px;
    padding-top: 195px;

   display: none;

}
#chat-open-btn {
    display: block;
    height: 50px;
    width: 100%;
    background: #B70E0E;
    position: absolute;
    cursor: pointer;
    transition: all 1s;
    border-radius: 32px;
    border-right: 8px solid #555;
    border-left: 8px solid #555;
    top: -60px;
    opacity: .9;
}
#chat-open-btn span{
    display: block;
/* margin: 0 auto; */
    text-align: center;
    color: #D1D1D1;
    font-size: 18px;
    padding-top: 13px;
}
#chat-open-btn span i{
    color:  #fc0;
}
.chat-open {
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 1.35s ease;
    -moz-transition: height 1.35s ease;
    -o-transition: height 1.35s ease;
    transition: height 1.35s ease;
    background-color: #fff;
    width: 92%;
    margin: -10px auto 0 auto;
    border-left: 4px solid #555;
    border-right: 4px solid #555;

 }
.chat-open.in {
    height: 390px; /*Set the height here*/

}
#typingStatus{
    color: #C0C0C0;
    padding-top: 5px;
    padding-right: 3px;
    font-weight: normal;
    font-family: arial;
    text-align: right;
    text-decoration: underline;
}
