@charset "utf-8";

.hide { display:none; }
.center { text-align:center; }

.tlc_sub { min-height:134px; }
.tlc_subcon { max-height:320px; }

td.yellow_bg {text-align: left;}
.forbidden_word td.yellow_bg i{
	padding: 2px 6px;
	text-align: left;
	background: #ffb90f;
	color: #fff;
	border-radius: 100px;
	margin-right: 10px;
}
.submit_successed .btn_box{position:relative; top:130px; text-align:center;}
.sample_tit { min-height: 27px; }

tr.file, td.file, li.file { position:relative; text-align: right; }
.file_input { height:100%; width:100%; opacity:0; filter:alpha(opacity=0); z-index:1003; display:inline-block; top:0; left:0; position:absolute;}
tr.file i.unupload, td.file i.unupload, li.file i.unupload{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../images/upload_greyscale.png') no-repeat 0 center;
}
tr.file i.upload, td.file i.upload, li.file i.upload{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../images/upload.png') no-repeat 0 center;
}

.part_name {text-align: left; border-bottom: 1px solid #ccc; }
.part_name h6 { display: inline-block; font: bold 30px/36px yh; margin-bottom: 14px; margin-left: 20px; }

.backlog_wrap  td i.edit:before{background-position: 0px center;}
.backlog_wrap  td i.delay:before{background-position: -80px center;}
.backlog_wrap  td i.setup:before{background-position: -95px center;}
.backlog_wrap  td i.reedit:before{background-position: 0px center;}

/*首页名称确认小方块*/
b.i_tit{display:inline-block;width:18px;height:18px;overflow:hidden;background:url(../images/sprite_yn.png) no-repeat; float:left;margin-top:5px;margin-right:1px;}
b.i_tit{background-position:-70px -144px;}

.name_confirm_con { height:auto; min-height:140px; }

.ncc_sel {margin-top: 10px;}
.ncc_sel input.ncc_text {background-position: right;}
.zoneOrgan {width: 435px;}

.wrap { overflow:hidden; }

.yellow_box a { cursor: pointer; }
.yellow_box a.red { position:relative; color:red; }
.yellow_box a.green { position:relative; color:green; }
