﻿/* ap default css style */
#appBanner {
	height: 36px;
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
}

#appTitle {
	background-image: url("/img/svg/轉學考入學報到系統.svg");
	width: 256px;
}

#appSubject {
	height: 36px;
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #5b99de;
	float: left;
}
/* end */

#uPrintFrame h1,
#uPrintFrame h2 {
	font-size: 38px;
	margin: 0 0 20px;
	text-align: center;
	font-family: Microsoft JhengHei,"LiHei Pro";
	font-weight: bold;
}

#uPrintFrame h2 {
	font-size: 28px;
}

#uPrintFrame table th,
#uPrintFrame table td {
	vertical-align:middle;
	font-size:20px;
}

#uPrintFrame.agree table th,
#uPrintFrame.agree table td {
	height:60px;
}

#uPrintFrame.abandon table th,
#uPrintFrame.abandon table td {
	height:60px;
}

#uPrintFrame.agree .statement-content {
	padding: 16px;
	font-size: 24px;
	line-height:2;
	height:100px;
}
#uPrintFrame.agree .statement-sign-place {
	text-align:right;
	margin:0 4px;
	text-decoration:underline;
}

#uPrintFrame.agree .statement-deaprtment-place {
	text-align:center;
	margin:0 4px;
	text-decoration:underline;
}

#uPrintFrame.abandon .statement-content {
	padding: 16px;
	font-size: 24px;
	line-height:2;
	height:100px;
}

#uPrintFrame.abandon .statement-space-place {
	margin:0 4px;
}

#uPrintFrame.abandon .statement-deaprtment-place {
	text-align:center;
	margin:0 4px;
	text-decoration:underline;
}

#uPrintFrame.abandon .statement-sign-place {
	text-align:right;
	margin:30px 4px 0;
}
#uPrintFrame #uPrintNote {
	font-family: Microsoft JhengHei,"LiHei Pro";
}


#uShowList td .fa {
	font-size:22px;
}

#uShowList td {
	vertical-align:middle;
}

#uShowList td .user-login-on {
	color: #288BFA;
	cursor: pointer;
	margin-top: 2px;
	font-size: 24px;
}

#uShowList td .user-login-off {
	cursor:pointer;
	margin-top: 2px;
	font-size: 24px;
}

.enroll-wanna-state-clear {
	color:#fe852f;
}

.enroll-wanna-state-clear:hover {
	color:#d40d0d;
}
.enrollwanna-state-ture-on {
	color: #60d519;
}
.enrollwanna-state-ture-on:hover {
	color: #60d519;
	cursor: default;
}
.enrollwanna-state-false-on {
	color: #ff0000;
}
.enrollwanna-state-false-on:hover {
	color: #ff0000;
	cursor: default;
}
.enrollwanna-state-off {
	color: #c8c8c8;
}
.enrollwanna-state-off:hover {
	color: #f6ac14;
}