.main{
	width:100%;
	margin:0 auto;
	padding-bottom:60px;
}

.running{
	background-color:#fff;
	border:1px solid #C6C6C6;
	margin-top:20px;
}

.running h2{
	border-left:none;
	border-right:none;
	border-top:none;
}

/* 实时运行状态 结束 */
.content .column_wrap{
	min-height:430px;
	padding-left:20px;
	background-color:#fff;
}

.column h2{
	line-height: 26px;
	font-size: 100%;
}

.column h2 em{
	padding-left:10px;
	display:inline-block;
	line-height:19px;
	*line-height:15px;
	*margin-top:5px;
	border-left:5px solid #0459AE;
}

.prompt{
	padding:10px;
}

.prompt a{
	color:#c94949;
}

/* 系统运行状态结束 */

/* 表格样式 开始 */
.table{
	margin:15px 0;
	text-align:center;
}

.table thead tr{
	border-bottom:1px solid #E2E2E2;
}

.table th{
	background-color:#fff;
}

.table tr{
	height:40px;
	border-bottom:2px solid #fff;
}

.table tr:nth-child(1n){
	background-color:#F7F7F7;
}

.table tr:nth-child(2n){
	background-color:#F2F2F2;
}

.table tr td input{
	margin-right:5px;
	padding:2px 5px;
	cursor:pointer;
}

.table a{
	display:inline-block;
	margin-left:5px;
	color:#c94949;
	padding:3px 5px;
}

.table a:hover{
	border-radius:3px;
	background-color:#1662AE;
	color:#fff;
	text-decoration:none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-0-transition: 1s;
	transition: 1s;
}

/* 表格样式 结束 */
.add_btn{
	margin-top:-33px;
	text-align:right;
	margin-right:10px;
}

.add_btn a{
	display:block;
	padding-right:22px;
	margin:10px 0;
	color:#C90303;
	/*background:url(../images/top_icon.png) right -77px no-repeat;  2017-04-20  DEL  没有该文件   */
}
/* 新增属性样式结束 */

.select{
	margin:10px 0;
	padding-left:10px;
	color:#1c1c1c;
}

.selected_list{
	padding:10px 10px 0 10px;
	border-radius:5px;
	border:1px solid #E2E2E2;
	background-color:#EEEEEE;
}

.selected_list p{
	margin-bottom:10px;
}

.selected_list p>.disabled{
	cursor:not-allowed;
	color:#BDBDBD;
}

.config_global{
	margin-top:20px;
}

.config_global h3{
	font-size:14px;
	color:#555;
	padding:5px 10px;
	border-bottom:1px solid #E5E5E5;
}

.config_global table{
	padding:10px;
	margin:10px 0;
}

.config_global table tr{
	height:24px;
}

.configuration .button{
	margin-bottom:10px;
}

.cg_form{
	padding:0 10px;
}

.cg_form p{
	margin:10px 0;
	color:#565656;
}

.table_2 tr,
.table_2 td,
.table_2 th{
	text-align:center;
	border:1px solid #cecece;
}

.table_2 th{
	color:#808080;
	background-color:#EEEEEE;
}

.config_global .table_3 tr{
	height:30px;
}

.config_global .table_4{
	margin-left:22px;
}

.text{
	padding:10px 10px 0;
}

.config_global p>a{
	color:#C94949;
	font-weight:bold;
}

/* IM系统配置结束 */
.search{
	text-align:center;
	margin:20px 0;
}

.search .s_area{
	width:330px;
	height:30px;
	background-color:#fff;
	border:1px solid #b6b6b6;
	border-radius:0;
}

.search .s_button{
	margin-left:-3px;
	width:70px;
	height:38px;
	color:#fff;
	font-size:14px;
	background-color:#04509D;
	border:none;
	outline:0 none;
}

.table_4{
	text-align:left;
}

.table_4 th{
	background-color:#eee;
}

.table_4 th,.table_4 td{
	height:32px;
	padding-left:15px;
	border:1px solid #eee;
}

.save{
	margin:10px 0;
}

.add_property table{
	margin:0 auto;
}

.add_property table tr{
	height:32px;
}

.add_property table em{
	padding:0 3px;
	color:red;
}

.table_5{
	text-align:left;
}

.add_property .table_6{
	margin-top:15px;
}

.add_property .table_6 p{
	line-height:26px;
}

.add_property .table_6 strong{
	color:#115AA9;
	padding:0 5px;
}



.logviewer{
	margin:15px 10px;
}

.logviewer .log_tit{
	position:relative;
	bottom:-1px;
	z-index:1;
}

.logviewer .log_tit li{
	float:left;
	margin-left:5px;
	border:1px solid #ccc;
	background-color:#EEEEEE;
}

.log_tit li a{
	display:inline-block;
	width:45px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#000;
}

.log_tit li.cur,
.log_tit li:hover{
	background-color:#fff;
	border-bottom:1px solid #fff;
}

.log_info table{
	border:1px solid #ccc;
}

.log_info table td{
	padding:0 10px;
	height:40px;
}

p.oper{
	text-align:left;
	padding-left:4px;
}



/* 进程日志 结束 */




