@import url(colorBlue.css);
/*头部标题栏*/
.main .head {
  	position: relative;
}

.head .title img{
  	height: 70%;
  	padding: 10px 0;
}

/*右边tips*/
.Q-List-wrap.hright{
	float:left;
	margin-left:1em;
	font-size:16px;
	height:100%;
}

/*右边二维码的图片*/
.barcade-img {
	padding:0.7em;
	position: absolute;
	right:200px;
	z-index: 999;
	display:none;
}
/*按钮位置*/
.head .head-btn-container .close {
	background-image: url(../image/close3.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	text-indent: -9999px;
    padding: 0 20px;
}
/*关闭按钮是文字时*/
.head .head-btn-container .noimg{
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    text-indent: 0;
    border-radius: 6px;
}

.head .head-btn-container .leaveMsg{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}


/*sidebar隐藏*/
.menu-container {
  	float: right;
  	width: 25em;
  	border-left: 1px solid #dfdfdf;
  	height: 100%;
  	overflow:hidden;
}


/*聊天者名字*/
.me-name{
  	text-align: left;
  	padding-right: 20px;
}
/*发记录的时间*/
.lele-time{
  	margin-left: 30px;
  	padding: 5px 0 5px 58px;
}

/* 机器人 */
.message-title{
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding:10px 0;
}
.message-title a{
	color:#333;
}
.message-preview{
	font-size:14px;
	letter-spacing: 1px;
	color:#444;
}
#kmhighlighter{
	background: transparent!important;
}

/* 机器人模式下的队列列表 */
.queue {
   width: 350px;
}
.queue li{
	width: 48%;
	float:left;
	margin:3px;
	cursor: pointer;
}


/* weidian.jsp满意度评价  */
#sfa-window{
	border-radius:3px 3px 0 0;
}
.top_radius{
	display:none;
}
.sfa_tl, .sfa_tr{
	background:none;
}

.sfa-head span.main-title{
	color: #747476;
}
.timeout-tip,.sfa-head span.nav-title{
	color: #9f9f9f;
}
.timeout-tip{
	color: #747476;
}
.sfa-contern a.sfa-great{
	background:url("https://prod-cconline.life.ehuatai.com/webchat/jsp/standard/theme/module/img/great-icon.gif") #6692FF no-repeat 70px 9px;
	border: 1px solid #6692FF;
}
.sfa-contern a.sfa-bad,
.sfa-contern a.sfa-so,
.sfa-contern a.sfa-ok{
    color: #8e8e8e;
   	background: #ffffff;
    border: 1px solid #ececec;
}

.menu-container .side-nav .line_r{
	width:32%;
}
