/* Pre- chat windown CSS */

body {
    overflow: hidden;
}

div#liveAgentChatPop {
    width: 250px;
    height: 280px;
    left: 0%;
    bottom: 0%;
    z-index: 10;
    background-color: white
}

.chat_button {
    border: 1px solid #d2d9dc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    font-family: helvetica;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #e9b8b2;
    cursor: default;
    behavior: url(../pie/PIE.htc);
}

.chat_button_active {
    border: 1px solid #CC0000;
    background-color: #CC0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    font-family: helvetica;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    behavior: url(../pie/PIE.htc);
}

.chatTable {
    font-size: 12px;
    height: 220px;
    padding-top: 45px;
    padding-right: 20px;
    padding-left: 15px;
}

.livImage {
    position: absolute;
    left: 0px
}

.chatLineOne {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica;
    color: #333;
    text-align: center;
}

.chatLineOther {
    font-weight: normal;
    font-size: 14px;
    font-family: Helvetica;
    color: #333;
}

.inputStyle {
    height: 36px;
    border-color: #D2D9DC;
    border-width: 1px;
    border-style: solid;
    width: 205px;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    behavior: url(../pie/PIE.htc);

}

.livStyle {
    text-align: center !important;
}

.botLink {
    text-align: center !important;
    padding-bottom: 0px;
    color: #0044ff !important;
    font-size: 14px !important;
    font-family: Helvetica !important;
    font-weight: normal !important;
    cursor: pointer;
}

.liveAgentEndButton {
    z-index: 2;
    cursor: pointer;
    right: 5px;
    position: absolute;
    top: 5px;
}

div#liveAgentChatPop {
    width: auto;
}

#liveAgentChatPop .chatTable {
    padding-top: 15px !important;
}

#liveAgentChatPop #chatBlock {
    min-width: 255px !important;
    text-align: -moz-center;
    text-align: center;
}

table.chatTable td.chatTitiel {
    text-align: center;
}

div#chatBlock form {
    width: 255px;
    text-align: center;
    display: inline-block;
}

/* Custom Chat UI CSS */

.bg-funky {
    background: #FF1744;
}

.heading {
    color: #fff;
    margin-left: 32%;
    font-weight: 600;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 88%;
}

.received_withd_msg p {
    background: #e4e8fb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 10px;
    margin: 3px 0 0;
}

.received_withd_msg {
    width: 70%;
}

.mesgs {
    float: left;
    padding: 2%;
}

.sent_msg p {
    background: #3F51B5 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 1% 2% 1% 2%;
    width: auto;
}

.outgoing_msg {
    overflow: hidden;
    margin: 10% 0 10%;
}

.sent_msg {
    float: right;
    width: 80%;
    text-align: right;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    background: #fff;
}

.msg_history {
    max-height: 516px;
    overflow-y: auto;
}

.credit {
    margin-bottom: 20px;
    margin-top: 20px;
}

.credit a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: dotted 1px;
}

.send-form {
    display: unset;
    width: 82%;
    margin: 1%;
}

.send-btn {
    float: right;
    background: unset;
    border: unset;
}

.chat-buttons {
    display: inline-block;
}

.chat-texts {
    display: inline-block;
}