@import url("../common.css");
.label_box>span{margin-right: 8px;margin-bottom: 5px;}
#table_tasks{border: 1px solid #ccc;}
#table_tasks .tr_1 {background: #ccc;}
#table_tasks .tr_1:hover {background: #ccc !important;}
#table_tasks .tr_3 label{margin: 0;}
#table_tasks tbody .tr_3:hover{background: #000;}
#table_tasks tr{border-bottom: 1px solid #ccc;}
#table_tasks tr:hover{background: #fff!important;}
#table_tasks .tr_3 label .icon-checkbox{margin: 0;}
#table_tasks tr td {text-align: center;}
#table_tasks tr td:nth-of-type(1){text-align: left;	width: 50px;}
#table_tasks tr td{line-height: 32px;padding: 0 5px;}
.form_box{border: 1px solid #ccc;}
.form_box_item{padding: 15px;}
.form_box_top{display: flex;justify-content: space-between;align-items: center;}
.form_box_top .btn_group button{background: none;outline: none;}
.set-form{display: flex;}
.set-form .set_label{
  width:190px;
  height:34px;
  background:rgba(255,255,255,1);
  border-radius:2px;
  padding: 0 10px;
  line-height: 34px;
  border:1px solid rgba(229,229,229,1);
}
.set-form li{ margin-top: 16px;box-sizing: border-box;}
.set-form>li.current{ border: 1px solid #3B82FF;}
.form_box_item_left>span{margin-left: 20px;}
.form_box_item_right>ul>li{margin-left: 10px;}
#table_merge{border: 1px solid #ccc;}
#table_merge .tr_1 {background: #ccc;}
#table_merge th{width: 50px;padding: 0;text-align: center;}
#table_merge tr{border-bottom: 1px solid #ccc;}
#table_merge .tr_1:hover {background: #ccc !important;}
#table_merge tr:hover{background: #fff!important;}
#table_merge .clsas_list li{display: flex;align-items: center;height: 20px;}
.icon_c{width: 12px;height: 12px;background: url(../../images/icon_c.png) no-repeat;background-size: contain;margin-right: 8px;}
#table_merge .remove_btn{color: #007DDB;cursor: pointer;}
.icon_add{
	width: 16px;
	height: 16px;
	background: url(../../images/icon_add.png) no-repeat;
	background-size: contain;margin-right: 5px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #3b82ff;
}
.layui-form-radio>i {
    margin-right: 8px;
    font-size: 15px;
}
/* 上传 */
.select_group{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.select_group>div{width: 50%;text-align: right;padding: 0 20px;}
.select_group>div>span{margin-right: 8px;}
.red_must{color: red;font-style: normal;}
#uploading{
	width: 90px;
	height: 90px;
	background: none;
	color: #E5E5E5;
	border:1px solid rgba(229,229,229,1);
	text-align: center;
	border-radius: 3px;
	margin-left: 50px;
}
.icon_file{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../../images/icon_file.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
}
/* 学生异动申请*/
.report_title{
	color: #757575;
	font-size: 16px;
	margin: 16px 0;
	border-left: 3px solid #3B82FF;
	padding-left: 5px;
}
.student_info{
	overflow: hidden;
}
.student_info>li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.student_info>li>div{
	width: 33.333%;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.student_info>li>div>span{
	color: #757575;
	margin-right: 8px;
}
.select_group_tow{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	margin-bottom: 16px;
}
.select_group_tow>div{
	width: 33.333%;
	display: flex;
	align-items: center;
}
.select_group_tow>div>span{width: 62px;}
#uploading_file{
	width: 90px;
	height: 90px;
	background: none;
	color: #E5E5E5;
	border:1px solid rgba(229,229,229,1);
	text-align: center;
	border-radius: 3px;
	margin-left: 60px;
}
/* 上传报告 */
#uploading_report{
	width: 90px;
	height: 90px;
	background: none;
	color: #E5E5E5;
	border:1px solid rgba(229,229,229,1);
	text-align: center;
	border-radius: 3px;
	margin-left: 60px;
}
.select_group_c{
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}
.select_group_c>span{
	margin-right: 8px;
}
.mb_box{
	width: 289px;
	height: 34px;
	border-radius:2px;
	border:1px solid rgba(229,229,229,1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 15px;
}
.icon_wjyl{
	width: 13px;
	height: 13px;
	background: url(../../images/icon_wjyl.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
form {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
}
body {
	background: white!important;
}

.dialog-look {
	width: 352px;
	height: 100%;
	overflow: hidden;
	padding: 30px 40px 30px 40px;
}
.qz-row {
	width: 272px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}

.qz-form-line {
	width: 100%;
	height: 32px;
	margin-bottom: 16px;
}
.qz-form-item {
	height: 100%;
	width: 272px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qz-form-item .label{
	width: 72px;
	text-align: right;
	float: left;
	margin-right: 10px;
	word-break: normal;

}
.qz-form-item .label_pro{
	width: 72px;
	text-align: right;
	float: left;
	margin-right: 0px;
	word-break: normal;

}
.qz-form-item .content{
	width: 190px;
	float: left;
	word-break: normal;
	font-size: 12px;

}
.content .content-left {
	width: 24px;
	height: 100%;
	float: left;
	color: #F5212D;
}
.content .content-right {
	height: 100%;
	width: 166px;
	float: right;
	color: #757575;
}
.qz-row input{
	width: 100%;
}
.qz-row select{
	width: 100%;
}
.qz-footer {
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	text-align: right;
}
.qz-footer button{
	margin-left: 6px;
}
.input-select-button {
	width: 68px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background: white;
	color: #3B82FF;
	border: 1px solid #e5e5e5;
	border-left: none;
	float: right;

}
.textarea-button {
	width: 70px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	background: white;
	color: #3B82FF;
	border: 1px solid #e5e5e5;
}
.color_red{
	color:#F5212D;
	font-style: normal;
	font-size: 12px;
	margin-right: -5px;
}
.color_red_pro{
	color:#F5212D;
	font-style: normal;
	font-size: 12px;
	width: 10px;
	text-align: left;
}
.search-form-content {
	width: 100%;
	padding: 15px 15px 0px 4px;
	min-height: 32px;
	float: left;

}
.search-line {
	width:248px;
	height: 32px;
	line-height: 32px;
	margin-left: 26px;
	margin-bottom: 16px;
	float:left;
}
.search-line-label {
	float:left;
	width: 48px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-align: right;
}
.search-line-input {
	width: 190px;
	margin-left: 10px;
	float:left;

}
.search-line-button {
	width:248px;
	height: 32px;
	line-height: 32px;
	margin-left: 26px;
	margin-bottom: 16px;
	float:right;
}
.qz-border {border: 1px solid rgba(229,229,229,1);}
.label-i {margin-right: 0 !important;}
.label-i + i {width: 10px;float: left;}
