.chat-box {
    display: none;
    position: fixed;
    bottom: 2px;
    z-index: 1000;
    right: 65px;
}

.chat-box-open{
	display:block;
}

.panel.panel-default.chat-box-panel {
    margin-bottom: 0px;
   
    width: 320px;
}
.pnl-head-close.chat-button {
    position: absolute;
    right: 15px;
    color: #222;
    cursor: pointer;
}

.chat-person-image{
	height:50px;
	width:50px;
	object-fit:cover;
	border-radius:60px;
}

.chat-box-panel .panel-body table tr td{
	border:0px !important;
}
.chat-person-name{
	font-weight:bold;
	font-size:14px;
}

.chat-box-persons-table tr:hover td{
	background:#d7e0e7;
	cursor:pointer;
	
}

.panel.panel-default.chat-box-panel .panel-heading {
    background: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #3b3e47;
}

.ui-dialog .ui-dialog-titlebar {
    background: #3b3e47;
    color: #98d1e5;
    font-weight: 600;
    font-size: 12px;
    border: 0px;
    border-radius: 0px;
}

.ui-widget.ui-widget-content{
	border:0px;
	box-shadow: 1px 1px 10px #5D5D5D;
	border-radius: 5px 5px 0px 0px;
}
.ui-dialog .ui-dialog-titlebar {
    background: white;
    color: #3b3e47;
    font-weight: ;
    font-size: 12px;
    border: 0px;
    border-radius: 15px;
    font-weight: bold;
  
    padding-bottom: 10px;
    padding-top: 10px;
  border-radius: 5px 5px 0px 0px;
    box-shadow: 1px 1px 13px #ABABAB;
}

.chat-box-panel.panel .panel-body {
    border-radius: 0px 0px 0px 0px;
    background: white;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    background: none;
    overflow: auto;
}

.chat_history {
    border: 0px !important;
    margin-top: 10px;
}


.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: table;
    background: unset;
    border: 0px;
	
}

.ui-button-icon.ui-icon.ui-icon-closethick {
    background-image: url("../img/icon-close.png") !important;
    background-position: center !important;
    background-size: cover !important;
    opacity: 1;
}

.new-chat-dialog {
    position: fixed;
    bottom: -13px;
    background: #fff;
    right: 390px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #222;
    width: 330px;
}

.chat-dialog-header {
    background: white;
    padding: 13px 10px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 1px 10px #B4B4B4;
}
.close-dialog.ti-close {
    color: #2c7abd;
    float: right;
    font-size: 18px;
	cursor:pointer;
}
.chat_message {
    float: left;
    width: 86%;
    height: 34px !important;
}