div.pop_add{
	/*width: 800px;
    padding-bottom: 25px;*/
	border-radius: 4px;	
	/*border: 1px solid #dddddd;*/
	background: #FFFFFF;
}
div.pop_add .title{
	background:#f9f9f9;
	height:43px;
	line-height: 43px;
	border-radius: 4px 4px 0;
	padding: 0 20px;
}
div.pop_add .title span{
	font-size: 16px;
	font-weight: bold;
	color:#484848;
}
div.pop_add .title a{
	cursor: pointer;
}
div.pop_add .title a:hover{
	color:#aaaaaa;
}
div.pop_add .pop_con .hint{
	color:#fd983e;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e4e4e4;
}
div.pop_add .pop_con .hint i{
	font-size: 20px;
	vertical-align: sub;
}
div.pop_add .pop_area{
	padding: 20px;
}
div.pop_add .pop_area .c-select{
	width:670px;
}
div.pop_add .pop_area .c-select .form-item{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
div.pop_add .pop_area .c-select .form-item input{
	width: 575px;
}
div.pop_add .pop_area .c-select .right-arrows{
	width: 55px;
	text-align: center;
    margin-top: 17%;
    cursor: pointer;
}
div.pop_add .pop_area .c-select .right-arrows i{
	font-size: 40px;
	color:#82bbfd;
}
div.pop_add .pop_area .c-select .select-user{
	width:145px;
	padding: 15px;
	border: 1px solid #DDDDDD;
	color:#666666;
	height: 188px;
	overflow: auto;
}
div.pop_add .pop_area .c-select .left-user .select-user i{
	display: none;
}
div.pop_add .pop_area .c-select .right-user .select-user i{
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}
div.pop_add .pop_area .c-select .right-user .selected-area{
	width:179px;
	padding: 10px 15px 30px 10px;
	border: 1px solid #DDDDDD;
	color:#666666;
	height: 188px;
	overflow: auto;
}
div.pop_add .pop_area .c-select .select-user p{
	margin-bottom:5px;
	cursor: pointer;
}
div.pop_add .pop_area .c-select .left-user .select-user p input[type="checkbox"]{
	margin-right: 5px;
    margin-top: 4px;
	float: left;
}
div.pop_add .pop_area .c-select .title_m{
	text-align: center;
	color:#484848;
	margin-bottom:10px;
}

div.c-tree{
	overflow: auto;
	width: 200px;
	height:310px;
	border: 1px solid #dddddd;
	padding: 10px 15px 0px 10px;
}
div.hint_one{
	font-size: 16px;
	color:#666666;
	padding: 20px;
	text-indent:30px;
}
div.pop_export{
	/*width: 510px;*/
}
div.pop_grade .message .form-item{
	margin-bottom: 1px;
}
div.pop_grade .message .form-item span{
    height: 31px;
    display: inline-block;
    line-height: 32px;
}

.blue-class .layui-layer-btn{
	text-align: center;
	padding: 0 15px 25px;
	padding-top: 0px !important;
}
.blue-class .layui-layer-btn .layui-layer-btn0{
	background: #528fea;
	border: 1px solid #528FEA;
}
.blue-class .layui-layer-btn .layui-layer-btn1{
	background: #a6b8cd;
    color: #FFF;
    border: 1px solid #a6b8cd;
}
.blue-class .layui-layer-btn .layui-layer-btn2{
	    color: #307ce4;
	    cursor: pointer;
        border: none;
}

div.pop_preview input[type="checkbox"]{
	vertical-align: -2px;
}
div.pop_preview .table td{
	white-space:nowrap;
}
/*异常情况pop*/
.abnormal-pop-top {
	width: 748px;
	color: #666666;
	margin: 0 auto 20px auto;
}
#abnormal-pop-first .txtR, #abnormal-pop-next .txtR{
	text-align: right;
}
#abnormal-pop-first .label, #abnormal-pop-next .label {
	border-top: 1px solid #DDDDDD;
	color: #fd983e;
	padding: 25px 20px;
}
#abnormal-pop-first .label p,#abnormal-pop-next .label p {
	position: relative;
	width: 621px;
	margin-left: 61px;
	line-height: 24px;
}
#abnormal-pop-first .label p:before,#abnormal-pop-next .label p:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/icon-tips.png") no-repeat;
	position: absolute;
	left: -30px;
	top: 0;
}
#abnormal-pop-second .txtR, #abnormal-pop-next .txtR{
	text-align: right;
}
#abnormal-pop-second .label, #abnormal-pop-next .label {
	border-top: 1px solid #DDDDDD;
	color: #fd983e;
	padding: 25px 20px;
}
#abnormal-pop-second .label p,#abnormal-pop-next .label p {
	position: relative;
	width: 621px;
	margin-left: 61px;
	line-height: 24px;
}
#abnormal-pop-second .label p:before,#abnormal-pop-next .label p:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/icon-tips.png") no-repeat;
	position: absolute;
	left: -30px;
	top: 0;
}
/*添加考场*/
#add-pop .notes {
	text-align: center;
	color: #666666;
	margin-top: 20px;
}
/*修改考场*/
#modify-pop div.form-item label {
	width: 75px;
	text-align: left;
}