#chatModalWebkul .modal-dialog {
  width: 300px;
}
#close-chat {
  float: right;
  width: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 18px;
  height: 21px;
}
#close-chat:hover{
  background-color: #F00;
}
.seller-name{
  float: left;
  font-size: 14px;
  height: 21px;
  line-height: 22px;
  overflow: hidden;
  width: 140px;
}
.chat-loader {
  position: absolute;
  left: 40%;
  margin-top: 30px;
  bottom:5px;
  margin: auto;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid blue;
  border-right: 8px solid green;
  border-bottom: 8px solid red;
  border-left: 8px solid pink;
  width: 20px;
  height: 20px;
  -webkit-animation: chat-spin 2s linear infinite;
  animation: chat-spin 2s linear infinite;
}

@-webkit-keyframes chat-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes chat-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#chat-loader-fill {
  min-height:50px;
}
.chat-content-text {
  overflow-x: hidden !important;
  text-overflow: ellipsis !important;
}
.emoticon_notifier {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 8px;
  left: 214px;
  position: absolute;
  top: 209px;
  display: none;
}
.chat_emoticons_list {
  background-color: #FFF;
  border: 1px solid #cccccc;
  color: #F8C701;
  /* height: 189px; */
  padding: 5px;
  position: absolute;
  bottom: 11px;
  width: 96%;
  display: none;
}
.chat_emoticon {
  background-color: #f8c701;
border-radius: 50%;
color: #fff;
cursor: pointer;
float: left;
height: 30px;
width: 30px;
margin-bottom: 5px;
margin-left: 3px;
margin-right: 3px;
padding: 6px;
text-align: center;
vertical-align: middle;
}
.chat_emoticon:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;

}
.chat_emoticons {
  margin-top: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 45px;
  padding-top: 15px;
  text-align: center;
  width: 14%;
}
.chat_entry_textarea {
  display: block;
  float: left;
  width: 80%;
}
.chat_entry_block {
  display: block;
  width: 100%;
}
.login div a{
    text-decoration: none;
    font-size: 16px;
}
.close{
    /*background: url("../../image/MPchat/sprite.png") repeat scroll 158px 654px transparent;
    cursor: pointer;
    display: none;
    left: 64%;
    overflow: hidden;
    padding: 16px;
    position: fixed;
    top: 34%;
    z-index: 999;
    background-image:url("../../image/MPchat/sprite.png");
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:158px;
    background-position-y:654px;
    background-color:transparent;*/
}
.chat-box{
	background: none repeat scroll 0 0 #FBFBFB;
    bottom: 0;
    box-shadow: 1px 0px 8px -1px;
    min-width: 240px;
    position: fixed;
    right: 20px;
    z-index: 100;
}
.chat-heading{
	background: none repeat scroll 0 0 #84B5D4;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    height: 40px;

}
.chat-on{
    background: url("../../image/MPchat/chat-btn.png") repeat scroll -1px 455px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 8px;
    background-image:url("../../image/MPchat/chat-btn.png");
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0;
    background-position-y:450px;
    background-color:transparent;
}
.chat-off{
    background: url("../../image/MPchat/chat-btn.png") repeat scroll -1px -140px transparent;
    cursor: pointer;
    padding: 8px;
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0;
    background-position-y:-144px;
    background-color:transparent;
}
.chat-circle{
	background: url("../../image/MPchat/chat-signal.png") repeat scroll 0 -50px rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 10%;
}
/* .chat-circle-disable{
    background: url("../../image/MPchat/chat-signal.png") repeat scroll -17px 2px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 10%;
} */
.chat-hidden{
	display: none;
	padding: 5px;
  position: relative;
}
.chat-content{
	font-size: 13px;
  height: 200px;
  line-height: 19px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  width: 250px;
  margin-bottom: 10px;
}
.chat-content-loader{
    display: none;
    height: 16px;
    left: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    top: 56px;
    width: 20px;
}
.chat-loader{
    background: url("../../image/loading.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    opacity: 0.8;
    padding: 17px;
    background-image:url("../../image/loading.gif");
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-color:transparent;
}
.chat-content-text{
    min-height: 24px;
    width: 100%;
    position: relative;
    margin-top: 7px;
}
.customer_box {
  display: block;
  float: right;
  text-align: right;
}
.customer_notifier {
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 8px;
  display: inline-block;
  float: right;
  right: 10px;
  position: absolute;
  top: 14px;
}
.seller-box {
  display: block;
  float: left;
  text-align: left;
}
.seller_notifier {
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 9px;
  display: inline-block;
  float: left;
  left: 10px;
  position: absolute;
  top: 12px;
}
.chat-content-text.seller_chat_box {
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 1px 1px #e1e1e1;
  padding: 5px;
  width: 80%;
  float: left;
}
.chat-content-text.customer_chat_box {
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 1px 1px #e1e1e1;
  padding: 5px;
  width: 80%;
  float: right;
}
.chat-content-text-span{
    padding: 5px;
}
.chat-content-user{
	color: #0000FF;
  font-weight: bold;
  min-width: 47px;
  padding: 2px;
}
.chat-content-admin{
	color: #008000;

    font-weight: bold;
    margin-right: 6px;
    min-width: 47px;
    padding: 2px;

}
.chat-datetime{
  font-size: 10px;
  font-style: italic;
}
.chat-text{
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ACACAC;
    height: 45px;
    margin-bottom: 0;
    margin-top: 4px;
    overflow: hidden;
    padding: 5px;
    resize: none;
    width: 100%;
}
.chat-text:focus{
    background: none repeat scroll 0 0 #EDFFFF;
}
#chat,#chat_large,#colse_chat{
    float: right;
    height: 21px;
    overflow: hidden;
    width: 20px;
}
#chat:hover,#chat_large:hover,#colse_chat:hover{
    background: none repeat scroll 0 0 #4C7D9C;
}
.chat-large{
    background: url("../../image/MPchat/chat-btn.png") no-repeat scroll -1px -318px transparent;
    cursor: pointer;
    padding: 8px;
    background-image:url("../../image/MPchat/chat-btn.png");
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-position-x:0;
    background-position-y:-321px;
    background-color:transparent;
}
.chat-small{
    background: url("../../image/MPchat/chat-btn.png") repeat scroll -1px -580px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 9px;
    background-image:url("../../image/MPchat/chat-btn.png");
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-position-x:0;
    background-position-y:-587px;
    background-color:transparent;
}
.chat-close{
    background: url("../../image/MPchat/chat-btn.png") no-repeat scroll -1px -364px transparent;
    cursor: pointer;
    padding: 8px;
    background-image:url("../../image/MPchat/chat-btn.png");
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-position-x:-1px;
    background-position-y:-367px;
    background-color:transparent;

}
.chat-content::-webkit-scrollbar-track, #user_slider::-webkit-scrollbar-track,
.chat-content::-moz-scrollbar-track, #user_slider::-moz-scrollbar-track,
.chat-content::-o-scrollbar-track,#user_slider::-o-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chat-content::-webkit-scrollbar,#user_slider::-webkit-scrollbar{
    width: 12px;
}
.chat-content::-webkit-scrollbar-track,#user_slider::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
.chat-content::-webkit-scrollbar-thumb ,#user_slider::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.chat-content::-webkit-scrollbar-thumb:hover,#user_slider::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.chat_hidden_large{
    height: 300px;
    width: 365px;
}

#user_slider{
  background: none repeat scroll 0 0 #ffffff;
  height: 100%;
  left: -245px;
  position: fixed;
  top: 0;
  width: 235px;
  z-index: 100;
  border: 3px solid;
  overflow-x: hidden;
  overflow-y: auto;
}
#user_opener{
  background: none repeat scroll 0 0 #FEFEFE;
    border: 3px solid;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    height: 38px;
    left: -6px;
    overflow: hidden;
    position: fixed;
    top: 96px;
    width: 50px;
     z-index: 100;
     text-align: center;
}
.opener{
 display: block;
height: 100%;
padding: 6px;
width: 100%;
}
.status-switcher {
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.user{
  cursor: pointer;
  height: 38px;
  margin-left: 1%;
  padding: 8px;
  text-align: center;
  width: 98%;
  line-height: 20px;
}
.user:hover{
  background-color: #EEE;
}
.user_img{
  display: block;
  float: left;
  height: 100%;
  width: 15%;
}
.user_name{
  float: left;
  font-size: 18px;
}
.user_name:hover{
  color:#257CB2;
}
.hoverme{
  background: none repeat scroll 0 0 #6394B3;
}
.moresign{
  float: right;
  margin-left: 4px;
  position: relative;
}
