/**
* 2010-2016 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2016 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

#start_customer_chat_window, #online_customer_chat_window{
	position: fixed;
	bottom: 0px;
	right: 10px;
	width: 250px;
	height: 350px;
	z-index: 10000;
	border: 1px solid;
	background-color: #FFF;
	display: none;
	font-weight: bold;
}
#start_customer_chat_window_close{ 
	background-color: white;
    border: 1px solid;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    margin-left: 130px;
    padding: 4px 5px;
}
#online_customer_chat_window_close{
	background-color: white;
    border: 1px solid;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    padding: 3px 4px;
}
#chat_window_header{
	width: 100%;
	float: left;
	padding: 10px 0px 10px 5px;
	color: black !important;
	border-bottom: 1px solid black;
background-color: #326398;
}
.date_view{
	color: #BCBCBC !important;
	font-size: 11px;
}
.style_cls{
	margin-top: 5px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #bbb;
	word-break: break-all;
}
.align_left{
	text-align: left;
}
.align_right{
	text-align: right;
}
.image_div{
	width: 14%;
	float: left;
	margin-left: 5px;
}
.chat_text_div{
	color: #000;
	font-weight: 300;
	width: 81%;
	float: left;
}


#chat_area{
	width: 100%;
	height: 225px;
    overflow-y: scroll;
}
#msg_area{
	padding:5px !important; 
	width: 100%;
	position: absolute;
	bottom: 0;
}
.comment_icon_i{
	background-color: #cccccc;
    border-radius: 50%;
    color: #fff;
    padding: 8px 10px;
}
.comment_icon_i:before, .comment_icon_i:after {
	padding-top: 5px;
}
#comment_icon{
	display: inline-block;
}
#seller_info{
	border-bottom: 1px solid #bbb;
    float: left;
    padding: 5px;
    width: 98%;
}
#seller_name{
	color: rgb(84, 124, 192);
	margin: 0px !important;
}
.chat_name{
	font-weight: 800 !important;
	color: rgb(84, 124, 192);
	margin: 0px !important;
}
#seller_name_div{
	display: inline-block;
	background-color: #ffffff;
}
.seller_status_color{
	padding-left: 2px;
	color: #777777;
}
#fill_details_div{
	width: 100%;
	float: left;
	padding: 5px;
}
.input_cls{
	height: 35px !important;
}
.input_cls, #customer_msg{
	margin-top: 4px;
	margin-bottom: 4px;
}
#start_customer_submit{
	padding: 8px 80px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
	border: 1px groove #999999;
	background-color: rgb(66, 173, 83);
}
#start_customer_submit:hover{
	color: #444;
}
#return_msg{
	padding: 2px 5px;
}
#mp_chat_name_seller{
	width: 80%;
	float: left;
	word-wrap: break-word;
	color: white;
}
#online_customer_chat_window_close_span{
	width: 20%;
	float: left;
}
#online_customer_chat_window_hide, #online_customer_chat_window_show{
	background-color: white;
    border: 1px solid;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    padding: 3px 4px;
}
pre.cust_msg{
	margin: 0 0 9px !important;
	padding: 0px !important;
	border: 0px !important;
	font-size: 100% !important;
	font: inherit !important;
	display: block;
	color: inherit !important;
	background-color: inherit !important;
}