@charset "UTF-8";

@font-face {
	font-family: "The SansPlain";
	src: url('../fonts/the-sans/TheSansC4s-5_Plain.otf');
	unicode-range: U+000-5ff, U+1-1fff, U+2000-2300;
}

@font-face {
	font-family: "Open Sans Condensed";
	src: url('../fonts/open-sans-condensed/OpenSansCondensed-Light.ttf');
	unicode-range: U+000-5ff, U+1-1fff, U+2000-2300;
}

@font-face {
	font-family: "NotoSansCJKtc";
	src: url('../fonts/NotoSansCJKtc/NotoSansCJKtc-Regular.otf');
}

form.application-form {
	color: #575757;
	font-size: 16px;
}

form.application-form ol, form.application-form ul {
	padding-left: 1em;
}

form.application-form .no-label {
	margin-top: 29px;
}

form.application-form .form-group .input-group.date .form-control[readonly] {
	background-color: transparent;
}

form.application-form .required:before {
	content: "* ";
}

form.application-form .panel .panel-body > .row {
	margin-top: 8px;
}

form.application-form .panel .panel-body .text-row {
	margin-bottom: 16px;
}

form.application-form .panel .panel-body .text-row:not(:first-child) {
	margin-top: 8px;
}

form.application-form .specify {
	display: none;
}

.captcha-container {
	margin: 32px 0;
}

.captcha-container.hide {
	display: none;
}

.captcha-container a {
	color: #4497d0;
	text-decoration: none;
}

.captcha-container h5 {
	font-size: 20px;
	font-weight: bold;
	color: #575757;
}

.captcha-container .form-group label {
	font-weight: bold;
}

section.container {
	margin-bottom: 36px;
}

.btn-action-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-action-container .btn-link {
	background: none !important;
	border: none;
	padding: 0 !important;
	font-family: arial, sans-serif;
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

.btn-action-container .btn-right {
	margin-left: auto !important;
}

.btn-action {
	background-image: linear-gradient(#E02322, #BF2625);
	color: #fff;
	min-width: 110px;
}

.btn-action:disabled {
	background-image: linear-gradient(rgba(226, 226, 226, 0.767), rgba(165, 160, 160, 0.767));
	color: rgba(255, 255, 255, 0.897);
	cursor: default;
}

.otp-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.otp-overlay .loading-message {
	margin-top: 100px;
	text-align: center;
}

.otp-overlay .loading-overlay-image {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 150px;
	max-height: 150px;
	margin: auto;
	z-index: 3;
	background: url('../images/otp-verify.gif') no-repeat center center;
	background-size: 100%;
}

.otp-overlay .success-overlay-image {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 150px;
	max-height: 150px;
	margin: auto;
	z-index: 3;
	background: url('../images/otp-success.png') no-repeat center center;
	background-size: 100%;
}

@media (min-width: 768px) {
	.captcha-container {
		margin-top: 64px;
	}
	.captcha-container .panel-body {
		padding: 20px;
	}
	.captcha-container .captcha-image-container {
		margin: 5px 0;
	}
}

.identityCard-checkDigit {
	position: absolute;
	bottom: 0;
	right: 0;
}

.time-session-modal .modal.in {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: auto;
	margin-right: auto;
}

.overlay-modal .modal-dialog {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
}

.overlay-modal .modal.in {
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.overlay-modal .modal-body {
	display: block;
	justify-content: center;
}

.overlay-modal .modal-content {
	min-width: 0px;
	width: 100%;
	max-height: 100%;
	margin: 20% 0;
}

.overlay-modal #overlayErrorMsg2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.overlay-modal #pdfDisplayer {
	display: block;
	margin: 15px;
	height: 250px;
	width: auto;
	overflow-y: auto;
	overflow-x: auto;
	border-style: solid;
	border-color: #a8a8a8;
	transform-origin: center center;
}

.overlay-modal .overlay-reminder {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.overlay-modal .overlay-reminder a {
	text-decoration: none;
	color: #3b70e2;
}

.overlay-modal .overlay-reminder a:hover {
	text-decoration: underline;
}

.overlay-modal .overlay-reminder a:active {
	color: black;
}

.overlay-modal .overlay-reminder .declaration-checkbox-wrapper {
	display: flex;
}

.overlay-modal .overlay-reminder .kfs-overlay-hyperlink {
	text-decoration: underline;
	color: #4e5afa;
}

.overlay-modal .overlay-reminder .kfs-overlay-hyperlink:hover {
	color: #0004f8;
	cursor: pointer;
}

.overlay-modal .overlay-reminder #entryOverlayCheckbox {
	margin-left: 0;
	align-self: flex-start;
	cursor: pointer;
}

.overlay-modal #overlayErrorMsg1 {
	margin: 5px 0 0 45px;
}

.overlay-modal .btn-for-confirm:disabled {
	background-color: rgba(231, 227, 227, 0.767);
	color: rgba(129, 126, 126, 0.897);
	cursor: default;
}

.checkbox-label {
	cursor: pointer;
}

.overlay-error-message {
	color: #ff3c3c;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: small;
}

.preview-inner-additionalInfo .pdf-viewer-error-msg {
	color: #ff3c3c;
	margin-left: 0;
	margin-bottom: 5px;
	display: none;
}

.agree-all-checkbox {
	min-width: 11px;
	min-height: 11px;
}

.preview-inner-additionalInfo {
	display: block;
	justify-content: center;
}

.preview-inner-additionalInfo .additional-displayer {
	height: 400px;
	width: 100%;
	overflow-y: scroll;
	border-color: #d2d1d1;
	border-width: 1px;
	border-style: groove;
	margin-top: 0;
}

.additional-information .reminder span {
	display: block;
}

.additional-information .checkbox-container * {
	display: inline;
}

@media (max-width: 628px) {
	.overlay-error-message {
		font-size: 11px;
	}
	.overlay-modal .overlay-reminder .overlay-fullTnc {
		font-size: 11px;
	}
	.overlay-modal .overlay-reminder .checkbox-label {
		font-size: 11px;
	}
	.overlay-modal .modal-content {
		max-height: 100%;
	}
}

@media (max-width: 414px) {
	.pdfCanvas {
		width: 250%;
	}
}

@media (min-width: 415px) {
	.pdfCanvas {
		width: 100%;
	}
}