.content {
	position: relative;
	margin-top: 20px;
}

.content-title {
	height: 30px;
	border-bottom: 1px solid #eceaea;
}

.content-title-word {
	position: absolute;
	top: 70px;
	left: 13px;
	background: #fff;
}

.lablefont {
	font-size: 15px;
}

.lablecolor {
	color: #a59e9e;
}


.title {
	position: relative;
	margin-bottom: 50px;
}

.title-word {
	position: absolute;
	top: 13px;
	background: #fff;
}

.content-title {
	height: 30px;
	border-bottom: 1px solid #d4d1d1;
}


.warn-text {
	color: red;
	font-size: 12px;
}

.major-content {
	position: absolute;
	top: 1165px;
	left: 390px;
}

.major {
	margin-left: 20px;
}

.major li {
	list-style-type: none;
	cursor: pointer
}

.notice {
	margin-top: 30px;
}

.notice li {
	list-style-type: none;
}

.img-container {
	max-width: 100%;
}

.foot-text {
	margin-top: 50px;
	margin-bottom: 100px;
}

.nav-wrapper{
    position: relative;
	margin-left:50px;
}


.form-head a {
	color:#969696;
	padding: 10px;
	cursor: pointer;
	text-decoration:none;
}

.form-head a:hover {
    border-bottom: 2px solid #667fa0;
}
.form-head .active {
    color: #667fa0;
    border-bottom: 2px solid #667fa0;
}
.nowarp{
	display: flex;
	flex-wrap: nowrap;
	 justify-content:space-around;
}
.content-title-word2 {
    position: absolute;
    top: 13px;
    left: 13px;
    background: #fff;
}
.exam-alert{
	
	padding: 15px;
	margin-top:50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 1;
}
.exam-warning{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.exam-info{
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.exam-info-block{
	padding: 15px;
    margin-bottom: 20px; 
}
.exam-info-title{
	font-size:18px;   
}
.exam-info-detail-title{
	display:block;
	text-align:center;
	font-weight:bold
}
.exam-info-detail-info{
	display:block;
	margin-left:20px
}
.exam-info-detail-info-title{
	font-weight:bold
}
.exam-room-block{
	margin-top:80px;
}
.exam-room-title{
	display:block;
	text-align: center;
	font-weight:bold;
	font-size:15px;
}
.exam-room-info{
	display:block;
	padding:0 0 15px 50px;
	font-size:14px;
}
.exam-room-button{
	display:block;
	margin:0 auto
}

.application-modal{
	width:800px;
}
.application-proccess-alert{
	padding: 15px;
	margin-top:10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 1;
}
.application-proccess-info{
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.application-proccess-detail-primary{
	font-size: 20px;
	display:block;
	font-weight: 550;

}
.application-proccess-detail-secondary{
	font-size: 16px;
	display:block;
	padding-bottom:20px;
	color: #7F8081;
}
.application-proccess-detail-secondary-label{
	font-weight:550;
}

.application-current-process{
	color:blue;
}
.application-current-process-icon{
	color: red;
	margin-left: 5px;
}
.application-proccess-icon{
	color:green;
	margin-left:5px;
}
.application-proccess-detail-info{
	font-size:14px;
}

.refresh-button{
	display:block;
	margin:0 auto;
	float:right;
}
.refresh-button-icon{
	margin-right:10px
}
.sport a{
	color:red;
	text-decoration: underline;
}
.sport a:focus{
	color:red;
	text-decoration: underline;

}
.table-vcenter{
	vertical-align: middle !important; 
}