.chat-window .panel{margin-bottom:0px;}
.chat-window .panel.panel-default{ border:none; border-radius:5px 5px 0 0;}
.chat-window{bottom:0;position:fixed;margin-right:0; right:10px; width:300px;}
.chat-window > div > .panel{border-radius:5px 5px 0 0;}
.chat-window .icon_minim{padding:2px 10px;}
.chat-window .msg_container_base{background:#e5e5e5;margin:0;padding:0 10px 10px;height:250px;overflow-x:hidden;}
.chat-window .panel-heading.chat-window-header{background:#4560B1;color:#fff;padding:10px 0;position:relative;overflow:hidden;}
.chat-window .panel-heading.chat-window-header .col-xs-4{ text-align:right;}
.chat-window .panel-heading.chat-window-header a{color:#fff; text-align:right; cursor:pointer;}
.chat-window .panel-heading.chat-window-header h3 span{float:left;margin-right:10px;margin-top:-1px; font-size:20px; color:#ffc028; text-shadow:1px 1px 2px #322e80;}
.chat-window .panel-heading.chat-window-header h3{font-weight:500;font-size:16px;line-height:20px;}
.chat-window .panel-heading.chat-window-header h3 a{ display:block; font-size:13px; text-transform:capitalize; color:#ccc9ff; font-weight:400; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:4px 0 0;}
.chat-window .panel-heading.chat-window-header h3 a:hover{ color:#fff;}
.chat-window .msg_container{padding:10px;overflow:hidden;display:flex;}
.chat-window #btn-chat{background:#ffb028;color:#261800;font-weight:600;border:solid 1px #ffb028;font-size:16px;z-index:9999;}
.chat-window #btn-input{padding:3px 10px;box-sizing:content-box;font-size:14px; border:none; border-radius:5px;}
.chat-window .input-group{box-shadow:2px 2px 3px #bbb; width:100%; border:none;}
.chat-window .panel-footer{background:#ddd;}
.chat-window .chat-window-header .col-xs-3{ padding:0 10px 0 0; text-align: right}
.chat-window .live-chat{ clear:both; padding:15px 5px;}
.chat-window .live-chat > span{ background:white;padding:8px;border-radius:2px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);width:87%; float:left; box-sizing:border-box;}
.chat-window .live-chat > span p{overflow-wrap: break-word; font-size:13px; line-height:18px; color:#151515; font-weight:400; margin:0; padding-bottom:6px;}
.chat-window .live-chat > span time{ font-size:13px; color:#757575;}
.chat-window .live-chat > img{ float:left; width:13%; height:auto; padding:0; margin:0;}
#chat_popup {display: none}
#message_link {display: none}
#message_text {display: none}
.load_more_messages {
    cursor: pointer;
    width: 90%;
    margin: 5px auto;
    padding: 5px;
    color: #222;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    text-align: center;
}
