*{
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	background: #EFF4F5;
}
.sobot_demo_title {
	position: absolute;
	font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f5f5f5;
    text-align: center;
}
.body_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
	box-sizing: border-box;
}
.left_pannel , .right_pannel {
	float: left;
	width: 50%;
	height: 100%;
}
.right_pannel {
	background-color: #fff;
	padding: 20px 20px 50px 20px;
	box-sizing: border-box;
}

.zc-j-textarea {
	width: 100%;
    height: 100%;
    line-height: 16px;
    font-size: 14px;
    padding: 4px 7px;
    color: #3D4966;
    border: 1px solid #e1e6f5;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow-y: scroll;
    word-break: break-all;
}
.zc-j-scrollbar::-webkit-scrollbar {
	background-color: #F5F7FA;
	width: 8px;
	height: 8px;
}
.zc-j-scrollbar::-webkit-scrollbar-thumb {
	width: 8px;
	height: 8px;
	background-color: #D8DFF0;
	border-radius: 3px;
}
.sobot_demo {
	overflow-y: scroll;
}
.sobot_demo .clear:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}
.sobot_demo .active_title {
	background-color: #EFF4F5;
	border: 1px solid #EFF4F5;
	outline: none;
	height: 35px;
    line-height: 35px;
    font-weight: bold;
	font-size: 14px;
	color: #3d4966;
	padding: 0;
	box-sizing: border-box;
}
.sobot_demo .active_title div {
	background-color: #e6eff9;
	text-align: center;
	width: auto;
    display: inline-block;
    padding: 0 10px;
}
.sobot_demo .active_body {
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #fff;
}
.active_body.sobot_demo_history a{
	margin-right: 10px;
}
.sobot_demo .event {
	margin-bottom: 10px;
}

.sobot_demo .event_item {
	float: left;
	width: 50%;
	min-width: 400px;
	display: flex;
	padding-top: 10px;
}
.sobot_demo .event.max-label .item_name {
	width: 140px;
}
.sobot_demo .event_item select {
	float: left;
    height: 28px;
    line-height: 28px;
    width: 80px;
}
.sobot_demo .event_item .item_name,.sobot_demo .event_item .client_input {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 28px;
}
.sobot_demo .event_item .item_name {
	color: #333;
	display: block;
    width: 100px;
    text-align: right;
}
.sobot_demo .event_item .client_input {
	color: #3D4966;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #e1e6f5;
    box-sizing: border-box;
	outline: none;
	flex: 1;
}
.sobot_demo .event_item_btn {
	width: 100%;
	height: 28px;
}
.sobot_demo .event_item_tips {
	color: #A6AEC2;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	display: block;
}
.client_btn{
	display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    background-color: #0DAEAF;
    color: #fff;
    padding: 0 10px;
    height: 28px;
    border-radius: 4px;
    outline: none;
    margin-right: 5px;
}
.client_btn.disabled {
	color: #D8D8D8;
    cursor: not-allowed;
    background-color: #EFF3FA;
    border-color: #EFF3FA;
}
