s@CHARSET "UTF-8";
/*!
 * 项目自定义的CSS，包括特殊页面样式
 */
/********************公共 start********************/
.form-unit {
	font-size: 18px;
	font-style: normal;
}

.ui-jqgrid tr.jqgrow td {
	white-space: normal;
	text-overflow: inherit;
	word-wrap: break-word;
}
.main-content>div.box.box-main {
	padding-top: 0;
}
.main-content>div.box.box-main>div.box-header {
	padding-top: 1.5rem;
}
.box-header>.box-body>form.form-inline>div.form-group {
	 margin-bottom: 2px;
 }
.box-header>.box-body>form.form-inline>div>div.form-group {
	margin-bottom: 2px;
}
.radio-label {
	margin: 0 20px 0 5px;
	font-weight: normal;
}
.radio-label-width-50 {
	display: block; 
	font-weight: normal;
	width: 50px; 
	text-align: left;
}
/********************公共 end********************/

/********************复试地点 start********************/
.fsdd-container {
	margin: 0;
}

.fsdd-container .box {
	border-radius: 10px;
	box-shadow: -1px 9px 10px rgba(217, 228, 236, 1);
	animation-duration: .5s;
	animation-name: fadeIn;
}

.fsdd-container .box-body {
	padding: 5px 20px 20px 20px;
}

.fsdd-container .jsxx-item {
	float: left;
	margin: 4px 8px;
	padding: 4px 8px;
	border-radius: 6px;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	border: 1px solid #e8e8e8;
}

.fsdd-container .jsxx-item.jsxx-selected {
	background-color: #007bbb;
	color: #fff;
	border: 1px solid #007bbb;
}
/********************复试地点 end********************/

/********************角色管理-用户授权 start********************/
.detail_layer ul, ol, li, dl, dd, dt {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail_layer.select_peo {
	padding: 5px;
}

.select_peo_con {
	background-color: #FFF;
	height: 360px;
	padding: 0 15px;
	position: relative;
}

.detail_layer .left, .detail_layer .center, .detail_layer .right {
	float: left;
	line-height: 30px;
	height: 360px;
}

.detail_layer .left {
	width: 45%;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
}

.detail_layer .left .areas_list, .detail_layer .left .areas_people {
	overflow-y: auto;
	float: left;
	line-height: 30px;
	position: relative;
	height: 360px;
	width: 100%;
}

.detail_layer .left .areas_list ul.yiji {
	padding: 0 10px;
	background: 5px 0 url('../images/lianxi_bg.jpg') repeat-y;
}

.detail_layer .left .areas_list .areas_list_one>a {
	background: 1px 50% url('../images/add_03.jpg') no-repeat;
	padding-left: 60px;
	cursor: pointer;
	display: inline-block;
}

.detail_layer .left .areas_list .areas_list_one>a>dl>a {
	background: 1px 50% url('../images/add_03.jpg') no-repeat;
	padding-left: 60px;
	cursor: pointer;
}

.detail_layer .left .areas_list .areas_list_one:nth-child(1)>a {
	background: 1px 0 url('../images/listone2.jpg') no-repeat;
	padding-top: 10px;
}

.detail_layer .left .areas_list .areas_list_one:nth-child(1).on>a {
	background: 1px 0 url('../images/listone.jpg') no-repeat;
}

.detail_layer .left .areas_list .areas_list_one.on>a {
	background: 1px 50% url('../images/jian_03.jpg') no-repeat;
}

.detail_layer .left .areas_list .areas_list_one dl {
	display: none;
	padding-left: 31px;
	background: 25px 0 url('../images/lianxi_bg.jpg') repeat-y;
}

.detail_layer .left .areas_list dl dd a {
	background: 1px 50% url('../images/add_03.jpg') no-repeat;
	display: inline-block;
	padding-left: 60px;
	cursor: pointer;
}

.detail_layer .left .areas_list dl dd a.on {
	background: 1px 50% url('../images/jian_03.jpg') no-repeat;
}

.detail_layer .areas_list .areas_list_two {
	height: auto;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 28px;
	background: 15px 0 url('../images/lianxi_bg.jpg') repeat-y;
	transition: all 0.3s;
}

.detail_layer .areas_list .areas_list_two li {
	background: 1px 50% url('../images/lx_list_03.jpg') no-repeat;
	padding: 0 0 0 55px;
}

.detail_layer .areas_list .areas_list_two li span {
	display: inline-block;
	width: 100%;
	/*background: 100% 50% url('../images/duigou2.jpg') no-repeat;*/
	cursor: pointer;
}

.detail_layer .areas_list .areas_list_two li span.hover {
	background: 100% 50% url('../images/duigou.jpg') no-repeat;
}

.detail_layer .left .areas_list {
	width: 100%;
}

.detail_layer .center {
	margin: 0 2.5%;
	width: 5%;
	text-align: center;
	padding-top: 14%;
	position: relative;
	box-sizing: border-box;
}

.detail_layer .center a {
	padding: 10% 0;
	float: left;
	width: 100%;
}

.detail_layer .center img {
	width: 90%;
}

.detail_layer .right {
	width: 44%;
	border: 1px solid #c8c8c8;
}

.detail_layer .right ul {
	height: 350px;
	overflow-y: auto;
	padding: 5px 20px;
}

.detail_layer .right ul li {
	padding: 2px 30px;
	background: 0% 50% url('../images/rentou.jpg') no-repeat;
}

.detail_layer .right ul li.on {
	background-color: #32abfb;
	color: #FFF;
}

.detail_layer .title {
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 20px;
}

.close_btn {
	cursor: pointer;
	margin-left: 10%;
}

.bot_btn {
	padding-top: 7px;
	text-align: center;
}

.bot_btn a.a_con {
	background: #359dce;
	color: #FFF;
	font-size: 14px;
	width: 80px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	display: inline-block;
}

.fade_layer {
	background: #000;
	opacity: 0.3;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
/********************角色管理-用户授权 end********************/
.control-checkbox-contrainer {
	margin: 0 20px;
}

.control-checkbox-contrainer:first-child {
	margin-left: 0;
}

.control-checkbox-contrainer .icheckbox_minimal-blue {
	margin: 0 5px 0 0;
}

.box-main>.box-header>.box-body {
	float: none;
	padding-bottom: 0;
}

.box-main>.box-header .box-tools {
	float: left;
	width: 100%;
}

/********************现场确认-照片审核 start********************/
#table-zpsh-container {
	width: 100%;
}

#table-zpsh-container .table-pagination-arrow {
	position: fixed;
	display: block;
	width: 70px;
	height: 520px;
	font-size: 40px;
	color: #ccc;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-ms-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#table-zpsh-container .table-pagination-arrow-left {
	float: right;
}

#table-zpsh-container .table-pagination-arrow-right {
	float: left;
}

#table-zpsh-container .table-pagination-arrow .img-switch-btn {
	position: absolute;
	display: block;
	top: 50%;
	margin: -40px 0 0 15px;
	width: 40px;
	height: 72px;
	background: url(../images/arrows.png) no-repeat 0 0;
}

#table-zpsh-container .table-pagination-arrow-left .img-switch-btn {
	background-position: 0 -87px;
}

#table-zpsh-container .table-pagination-arrow:hover {
	background: #e6e6e6;
}

#table-zpsh-container .table-pagination-arrow-left:hover .img-switch-btn
	{
	background-position: -46px -87px;
}

#table-zpsh-container .table-pagination-arrow-right:hover .img-switch-btn
	{
	background-position: -46px 0;
}

#table-zpsh {
	width: 100%;
}

#table-zpsh tr {
	vertical-align: top;
}

#table-zpsh tr td {
	text-align: center;
	padding-bottom: 20px;
	float: left;
	width: 14.28%;
}

img.personPhoto {
	width: 152px;
	height: 202px;
	border: 1px solid #dedede;
}

img.personPhoto.photoNoBorder {
	border: 0;
}

#table-zpsh img {
	cursor: pointer;
}

.zpsh-box {
	margin-bottom: 0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.zpsh-box>.box-body {
	padding: 10px 20px;
}

.zpsh-box .form-group>label:first-child {
	display: block;
}

.zpsh-batchShjg, .zpsh-shjg, .zpsh-btgyy {
	margin-right: 20px;
	padding: 3px 0;
	font-weight: normal;
}

.zpsh-shjg.zpsh-shjg-btg {
	color: red;
}

.zpsh-btgyy {
	display: block;
}

.zpsh-batchShjg>div, .zpsh-shjg>div, .zpsh-btgyy>div {
	margin-right: 5px;
	margin-top: -4px;
}

.zpsh-result {
	padding: 3px 0;
	height: 20px;
}

.zpsh-result-batch.zpsh-result-batchShbtg, .zpsh-result.zpsh-result-shbtg
	{
	color: red;
}

#table-zpsh .father {
	position: relative;
	width: 152px;
	margin: 0 auto;
}

#table-zpsh .father .zpsh-status {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 78px;
	height: 26px;
}

#table-zpsh .father .zpsh-status.status-yes {
	background: url(../images/yes.png) left top no-repeat;
}

#table-zpsh .father .zpsh-status.status-no {
	background: url(../images/no.png) left top no-repeat;
}
/********************现场确认-照片审核 end********************/

/********************现场确认-材料审核 start********************/
.mask-layer-imgbox {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dedede;
}

.mask-layer-imgbox>p {
	position: absolute;
	cursor: move;
	transform-origin: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	cursor: move;
	left: 0;
	top: 0;
}

.mask-layer-imgboxp>p>img {
	display: inline-block;
	vertical-align: middle;
	cursor: move;
}

.mask-layer-container-operate {
	margin-top: 5px;
}

.btn-default-styles {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background: #8C85E6;
	color: #fff;
	border: solid 1px #8C85E6;
	border-radius: 4px;
}

.btn-default-styles:focus {
	outline: none;
}

.btn-default-styles:hover {
	background: #8078e3;
	animation: anniu 1s infinite;
}

.btn-default-styles:active {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2) inset;
}
/********************现场确认-材料审核 end********************/

/********************页面布局 start********************/
form.form-vertical {
	
}

form.form-vertical .form-group>.control-label {
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 0 !important;
}

form.form-vertical .form-group>.control-inline {
	width: 100% !important;
}
/********************页面布局 end********************/

/********************照片导入 start********************/
.warning_area p {
	padding: 10px;
	margin-bottom: 20px;
}

.A-title {
	position: relative;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	padding-left: 14px;
	margin-bottom: 15px;
}

.A-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 16px;
	border-radius: 4px;
	background: #00ADED;
}

.form-group-A {
	margin-bottom: 10px;
}

.form-group-A dl {
	margin-bottom: 10px;
}

.form-group-A dl::after {
	content: "";
	display: block;
	clear: both;
}

.form-group-A dl dt {
	float: left;
	font-weight: normal;
	color: #9291A4;
	line-height: 26px;
}

.form-group-A dl dd {
	margin-left: 48px;
}

.form-file {
	margin: 10px 0;
}

.btn-file {
	border-color: #e8e8e8;
	border-radius: 0 4px 4px 0;
	margin-left: -10px;
	padding: 2px 10px;
	margin-right: 10px;
}

.marginleft20 {
	margin-left: 20px;
}

.text-warning {
	color: #FA9B00;
}

.bg-danger {
	background-color: #FFECEC;
}
/********************照片导入 end********************/

/********************报名管理：考生准考管理 start********************/
#batchSetForm .radio-group {
	margin-right: 20px;
	padding: 3px 0;
	font-weight: normal;
	text-align: left;
}

/********************报名管理：考生准考管理 end********************/

/********************报名管理硕士 准考管理 考试时间设置 start********************/
.warning_area p {
	padding: 10px;
	margin-bottom: 20px;
}

.A-title {
	position: relative;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	padding-left: 14px;
	margin-bottom: 15px;
}

.A-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 16px;
	border-radius: 4px;
	background: #00ADED;
}

.form-group-A {
	margin-bottom: 10px;
}

.form-group-A dl {
	margin-bottom: 10px;
}

.form-group-A dl::after {
	content: "";
	display: block;
	clear: both;
}

.form-group-A dl dt {
	float: left;
	font-weight: normal;
	color: #9291A4;
	line-height: 26px;
}

.form-group-A dl dd {
	margin-left: 48px;
}

.form-file {
	margin: 10px 0;
}

.btn-file {
	border-color: #e8e8e8;
	border-radius: 0 4px 4px 0;
	margin-left: -10px;
	padding: 2px 10px;
	margin-right: 10px;
}

.marginleft20 {
	margin-left: 20px;
}

.text-warning {
	color: #FA9B00;
}

.bg-danger {
	background-color: #FFECEC;
}
/********************报名管理硕士 准考管理 考试时间设置 end********************/
html[role~=form] input.input-label-like {
	background-color: #fff !important;
}

.checkbox-header, .ui-th-column .cbox, .ui-jqgrid .ui-jqgrid-btable .cbox
	{
	height: 18px !important;
	width: 18px !important;
	vertical-align: middle !important;
	max-width: none;
	margin-left: -3px;
}
/********************只读标签 start********************/
.control-inline-text-border-b {
	border-bottom: 1px solid #dfdfdf;
}

.control-inline-text {
	padding-top: 4px;
	font-weight: normal;
}

/********************只读标签 end********************/

/********************博士网报 start********************/
table.bswb-info-table {
	width: 80%;
	margin: 0 auto;
}

table.bswb-info-table thead {
	font-weight: normal;
}

table.bswb-info-table th, table.bswb-info-table td {
	text-align: center;
	border: 1px solid #dfdfdf;
	padding: 8px 0;
}

table.bswb-info-table th {
	font-weight: normal;
	padding: 8px 0;
	background-color: #f5f8ff;
}

table.bswb-info-table td {
	
}

.audit-btn {
	border-radius: 5px;
}

.audit-btn.audit-btn-pass:focus {
	background-color: #2F97DF;
	border-color: #2F97DF;
}

.audit-btn.audit-btn-pass:hover {
	background-color: #367fa9;
	border-color: #367fa9;
}

.audit-btn.audit-btn-back {
	background-color: #f71b00;
	border-color: #f71b00;
}

.audit-btn.audit-btn-back:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.audit-btn.audit-btn-return {
	background-color: #ccc;
	border-color: #dedede;
	color: #333;
}

.audit-btn.audit-btn-return:hover {
	background-color: #d2d6de;
	border-color: #d2d6de;
}

.form-title-info {
	margin-left: 20px;
}

.form-title-info.error {
	color: #dd4b39;
}

.form-title-info.warning {
	color: #f39c12;
}

.form-title-info.info {
	color: #00a65a;
}
/********************博士网报 end********************/

/********************监考排考 start********************/
table.jkls-table {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	border: solid #add9c0;
	border-width: 1px 0px 0px 1px;
}

table.jkls-table:last-child {
	margin-bottom: 0;
}

table.jkls-table td {
	border: solid #add9c0;
	border-width: 0px 1px 1px 0px;
	padding: 3px 0px;
}

table.jkls-table td.jkls-table-label {
	background-color: #def0fa;
}

table.jkls-table td.jkls-table-value {
	text-align: left;
	padding-left: 10px;
}

.jkryxx {
	padding: 1px 0;
	font-weight: normal;
	text-align: left;
}

.jkryxx.jkry-xm {
	text-align: left;
	width: 80px;
}

.jkryxx.jkry-xb {
	width: 60px;
}

.jkryxx.jkry-nl {
	width: 60px;
}

.jkryxx.jkry-cc {
	width: 60px;
}

.jkryxx.jkry-xq {
	width: 120px;
}

.jkryxx.jkry-zjk {
	width: 20px;
	color: red;
}
.jkryxx.jkry-error {
    color: red;
}
.form-inline.form-row .form-group{
	margin-bottom: 0;
}
/********************监考排考 end********************/
/********************校内调剂院系初审--考试科目信息 start********************/
#cjInfo .control-label, #cjInfo .control-inline {
	padding-left: 0;
}
#cjInfo .row {
	margin-right: 0;
    margin-left: -0;
}    
#cjInfo .form-group {
	margin-bottom: 2px;
}
#tjcs-kskmxx-table {
	width: 420px;
	margin: 0 auto;
	border-collapse: collapse;
}

#tjcs-kskmxx-table, #tjcs-kskmxx-table th, #tjcs-kskmxx-table td {
	border: 1px solid #dedede;
}

#tjcs-kskmxx-table thead tr {
	height: 40px;
}

#tjcs-kskmxx-table thead th {
	text-align: center;
}

#tjcs-kskmxx-table tbody tr {
	height: 30px;
}

#tjcs-kskmxx-table .tjcs-kskmxx-kmmc {
	padding-left: 20px;
}

#tjcs-kskmxx-table .tjcs-kskmxx-kmmc>span {
	display: inline-block;
	width: 80px;
	text-align: right;
}

#tjcs-kskmxx-table .tjcs-kskmxx-kmmc>label {
	margin-bottom: 0;
	font-weight: normal;
	padding-left: 10px;
}

#tjcs-kskmxx-table .tjcs-kskmxx-text-center {
	text-align: center;
}

/********************考试情况录入 end********************/