#walkchat{margin-top:-4px;}
#walkchat .body_box{padding:0 !important}
#walkchat .direct-chat-messages{height:360px;background: #eee;}
#walkchat .direct-chat-img{height:32px;width:32px;cursor:pointer;border-radius: 50%;box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);}
#walkchat .direct-chat-img:hover{-moz-opacity:0.8;-ms-opacity:0.8;filter:alpha(opacity=80);-khtml-opacity:0.8;-o-opacity:0.8;-webkit-opacity:0.8;opacity:0.8;}
#walkchat .direct-chat-text{margin: 0 0 0 40px;border-radius: 0;}
#walkchat .right .direct-chat-text{margin-right: 41px;margin-left:0;}
#walkchat .right .direct-chat-text:after,#walkchat .right .direct-chat-text:before{right:auto;left: calc(100% + 1px);border-right-color:transparent;}
#walkchat .direct-chat-text b.is_emojis{
	font-size: 20px;
    line-height: 0;
    vertical-align: middle;
}
#walkchat .direct-chat-text #say_user{font-family: sans-serif;color: #222;letter-spacing:1px;}
#walkchat .mc_no_mess{text-align:center;line-height: 100px;font-size: 20px;}
#walkchat .slimScrollBar{background:#ccc;}
#walkchat .direct-chat-msg:last-child{margin-bottom:0;}
#walkchat .overlay{display:none;}
#mc_message_form .input-group-addon{width:33px;padding:0px 2px 0px}
#mc_message_form .input-group-addon img{width:30px;vertical-align: middle;}

.content_item .ft_walkchat, .content_item .ft_walkchat *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none !important
}

#walkchat{
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	position: relative;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #03a9f4;
}

#walkchat .box-header{
	display: block;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	color: #fff;
	background: #03a9f4;
}
#walkchat .box-header h3{
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 18px;
	color: #fff;
}
#walkchat .walkchat_sett_btn{
    float: right;
    padding: 3px 5px;
    margin-top: -8px;
    line-height: 14px;
}
#walkchat .walkchat_sett_btn img{padding: 5px;border-radius: 2px;cursor:pointer}
#walkchat .walkchat_sett_btn img:hover{background: rgba(0, 0, 0, 0.29);}
#walkchat .box-body{
	border-radius: 0 0 3px 3px;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
#walkchat #mc_walkchat_box{
	-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    padding: 10px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
	height: 360px;
}
#walkchat .direct-chat-msg{display: block;margin-bottom: 10px;position: relative;}
#walkchat .direct-chat-msg .walkchat_popup_box{
    background: #fff;
    width: 160px;
    position: absolute;
    bottom: 42px;
    left: 0;
    box-shadow: 1px 1px 3px #00000040;
}
#walkchat .direct-chat-msg .walkchat_popup_box:before, #walkchat .direct-chat-msg .walkchat_popup_box:after{
	position: absolute;
    right: 100%;
    bottom: -15px;
    border: solid transparent;
    border-top-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
#walkchat .direct-chat-msg .walkchat_popup_box:before{
	border-width: 7px;
    left: 10px;
    border-top-color: rgba(0, 0, 0, 0.2);
}
#walkchat .direct-chat-msg .walkchat_popup_box:after{
	border-width: 6px;
    left: 10px;
    border-top-color: #fff;
    margin-bottom: 3px;
}
#walkchat .direct-chat-msg.right  .walkchat_popup_box:after{right: 12px;left:auto}
#walkchat .direct-chat-msg.right  .walkchat_popup_box:before{right: 10px;left:auto}
#walkchat .direct-chat-msg.right .walkchat_popup_box{left: auto;right:0}
#walkchat .direct-chat-msg .walkchat_popup_box .walkchat_popup_head{
    overflow: hidden;
    background: #444;
    color: #ececec;
    padding: 6px 8px;
    white-space: nowrap;
}
#walkchat .direct-chat-msg .walkchat_popup_box .walkchat_popup_head > div{
    float: right;
    padding: 6px 8px;
    margin: -6px -8px -6px 0;
    background: #e60909;
	cursor: pointer
}
#walkchat .direct-chat-msg .walkchat_popup_box .walkchat_popup_item{
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dashed #eee;
	display: block;
    text-decoration: none;
	cursor: pointer
}
#walkchat .direct-chat-msg .walkchat_popup_box .walkchat_popup_item:last-child{border:none}
#walkchat .direct-chat-msg.wc_item_tc img{border: 1px dashed red;padding: 1px;width: 36px;height: 36px}
#walkchat .direct-chat-msg.wc_item_tc .direct-chat-text{margin: 0 0 0 45px;}
#walkchat .direct-chat-msg.right.wc_item_tc .direct-chat-text{margin:0 46px 0 0}
#walkchat .direct-chat-msg img{vertical-align: middle;float: left;max-width: 100%;}
#walkchat .direct-chat-text{
	display: block;
	position: relative;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #fff;
	color: #777;
	border-radius: 2px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}
#walkchat .right .direct-chat-text{box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);}
#walkchat .direct-chat-text b[onclick]{
	color: #2780c7;
    border-bottom: 1px dotted #2780c7;
    cursor: pointer;
}
#walkchat .direct-chat-text:after,#walkchat .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none
}

#walkchat .direct-chat-text:after {
    border-width: 5px;
    margin-top: -7px;
    border-right-color: #fff;
}

#walkchat .direct-chat-text:before {
    border-width: 6px;
    margin-top: -7px;
    border-right-color: rgba(0, 0, 0, 0.2);
}

#walkchat .right .direct-chat-text:after {
    border-left-color: #fff;
}

#walkchat .right .direct-chat-text:before {
    border-left-color: rgba(0, 0, 0, 0.2);
}

#walkchat .right .direct-chat-img {
    float: right
}
.direct-chat-msg:after,.direct-chat-msg:before {
    content: " ";
    display: table
}
#walkchat .box-footer{
	border-top: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
}
#walkchat .box-footer .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
#walkchat .box-footer .input-group .input-group-addon{
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 0;
	border-color: #d2d6de;
	border-right: 0;
	background-color: #fff;
	width: 33px;
	padding: 0px 1px 0px;
	display: table-cell;
}
#walkchat .box-footer .input-group input{
	margin: 0;
	height: 34px;
	padding: 6px 12px;
	padding-right: 30px;
	font-size: 14px;
	color: #555;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	float: left;
	display: table-cell;
	min-height: 30px;
	width: 100%;
	line-height: 20px;
	border: 1px solid #d2d6de;
	border-right: 0;
}
#walkchat .box-footer .input-group .input-group-btn{
	display: table-cell;
	width: 1%;
    vertical-align: middle;
	position: relative;
    font-size: 0;
    white-space: nowrap;
}
#walkchat .box-footer .input-group .input-group-btn button{
	margin: 0;
	font: inherit;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	position: relative;
	margin-left: -1px;
	background-color: #03a9f4;
	border: 1px solid #03a9f4;
	cursor:pointer;
}
#walkchat .box-footer .input-group .input-group-btn button .mc_for_tel{display:none;line-height: 20px;}
#walkchat .box-footer .input-group .input-group-btn button .mc_for_tel img{vertical-align:middle}
#walkchat .box-footer .input-group .input-group-btn .emoji_picker{
	position: absolute;
	left: -30px;
	top: 3px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	z-index: 2;
	cursor: pointer
}
#walkchat .box-footer .input-group .input-group-btn .emoji_picker img{vertical-align: middle}
#walkchat .box-footer .input-group .input-group-btn .emoji_picker .lsx-emojipicker-appender *{
	white-space: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal;
}
#walkchat .box-footer .input-group .input-group-btn .emoji_picker .lsx-emojipicker-appender {
    margin: -20px -15px 0 0;
}
#walkchat .box-footer .input-group .input-group-btn button[disabled]{}
#walkchat .overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 8;
    background: rgba(255,255,255,.7);
    border-radius: 3px;
	display:none
}
#walkchat .overlay img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
}

@media screen and (max-width: 375px) {
	#walkchat .box-footer .input-group .input-group-btn button .mc_for_tel{display:block;width: 16px;}
	#walkchat .box-footer .input-group .input-group-btn button .mc_for_pk{display:none}
}
@media screen and (max-width: 414px) {
	#walkchat .box-footer .input-group .input-group-addon{display:none}
}