html {
	-webkit-text-size-adjust: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body[lang="zh"] [class="zh"] {
	
}
body[lang="zh"] [class="en"] {
	display: none;
}
body[lang="en"] [class="zh"] {
	display: none;
}
body[lang="en"] [class="en"] {
}

body[lang="zh"] [for="tnc_checkFinal"] [class="zh"] {
	display: inline;
}
body[lang="zh"] [for="tnc_checkFinal"] [class="en"] {
	display: none;
}
body[lang="en"] [for="tnc_checkFinal"] [class="zh"] {
	display: none;
}
body[lang="en"] [for="tnc_checkFinal"] [class="en"] {
	display: inline;
}

ol {
	padding-left: 20px;
    line-height: 1.5;
}
li span {
	display: inline;
}

.forum_logo_holder {
	display: none;
}

#root_container {
	background:#ffff00;
	/*position: fixed;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	width:100%;
}

.hideMobile {
	
}

.content_part {
	width: 100%;
	background-image:linear-gradient(0deg, #96d4df 0%, #7ab8c3 48%, #3b4c67 100%);
	/*background-image:*/
	
    background-image: inherit;
	background-color: #F2F2F2;
}

.content_part .bg_sky {
	display: none;
}

.content_part .menu {
	background: transparent linear-gradient(359deg, #4F647A 0%, #4E6379 29%, #45546C 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	
    top: 0;
    padding: 10px 0;
	
	min-height: 60px;
    box-sizing: border-box;
}

.content_body {
	/*
    display: flex;
	justify-content: space-between;
	*/
    align-items: baseline;
    width: 1024px;
	max-width: calc(100% - 20px);
	
	margin: 0 auto;
	padding: 0 10px 10px;
	
	font-size: 14px;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #252525;
}
.content_body.center {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	
	color: #187ABA;
	font-size: 24px;
	font-weight: bold;
}
.content_body.session {
	margin-top: 20px;
}

.content_body a {
	color: #187ABA;
}


.form_header {
	/* font-size: 18px; */
	line-height: 1.5;
	text-align: center;
}
.form_header span {
	/* text-decoration: underline; */
}

.form_header_line {
    width: 84px;
    height: 0px;
    border: 1px solid #187ABA;
    margin: 10px auto;
}

.form-group label {
	display: inherit;
}

.asterix, .required, p.required {
    color: #fc2653;
	margin-left: 4px;
	margin-right: 4px;
}

.form_row {
	display: flex;
    flex-wrap: wrap;
}
#awards-section.form_row,
#activities-section.form_row
{
	flex-direction: column;
}
.form-group {
	width: calc(50% - 15px - 15px);
	padding-left: 15px;
	padding-right: 15px;
}
.form-group.fill {
	width: calc(100% - 15px - 15px);
}

.form-group label {
	margin-bottom: 0.5rem;
	cursor: pointer;
}
.form-group label span {
	display: inline;
}
.form-group input[type="text"] {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	
	display: block;
	width: 100%;
	width: calc(100% - 15px - 15px);
	padding: 0.375rem 0.75rem;
	/* font-size: 1rem; */
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group select {
    display: block;
    width: 100%;
	width: calc(100% - 15px - 15px);
	height: auto;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding: 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    /* font-size: 1rem; */
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
	
    width: calc(50% - 15px - 15px);
    min-height: 1.5rem;
    padding-left: 1.5em;
	
	margin-top: 1em;
    margin-bottom: 1em;
	
    padding-left: 15px;
    padding-right: 15px;
}
.form-check label {
	display: block;
	cursor: pointer;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-label {
	display: inline-block;;
}
.form-check-label span {
    vertical-align: baseline;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-left: 0em;
	margin-right: 10px;
}

.radio_group {
    display: inline-flex;
    align-items: flex-start;
}
.radio_group label span {
    vertical-align: baseline;
}
.form-group input[type="radio"] {
    margin-right: 10px;
    /* vertical-align: baseline; */
}

.whole_row {
    width: calc(100% - 15px - 15px);
    width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.activity_item {
	display: none;
}
.activity_item.show {
	display: inherit;
}
.activity_item .radio_group > label > span {
	margin-bottom: 4px;
}

.activity_item .radio_group > input[type="radio"] {
	visibility: hidden;
	width: 0;
	margin: 0;
}

#ui-datepicker-div select {
	color: black;
}
.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545;
}

.dateOfGGTRegistration_item .form-select {
	margin-top: 0;
	margin-bottom: 10px;
	
	text-align: center;
}

.formTranscriptUpload {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.form-group .formTranscriptUploadLabel {
	display: inline-block;
}

.formAwardUpload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.activity_item_add_more_btn,
.na_award_item_add_more_btn,
.na_activity_item_add_more_btn 
{
	display: inline-block;
	
    background: #187ABA 0% 0% no-repeat padding-box;
    border-radius: 10px;
	
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	cursor: pointer;
}
.activity_item_add_more_btn.hide,
.na_award_item_add_more_btn.hide,
.na_activity_item_add_more_btn.hide
{
	display: none;
}

.input_textarea {
    /* resize: vertical; */
    resize: none;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    box-sizing: border-box;
	
	font-family: sans-serif;
}

.award_item {
	display: none;
	
    margin-bottom: 40px;
}
.award_item.show {
	display: inherit;
}

.na_activity_item {
	display: none;
	
    margin-bottom: 40px;
}
.na_activity_item.show {
	display: inherit;
}

.na_activity_item .form-select {
	display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.formMeansTestUpload {
    margin-bottom: 20px;
}
.formMeansTestUploadLabel {
    display: block !important;
}
.formMeansTestUploadLabel span {
	display: inline;
}

.tnc_ol li {
	margin-bottom: 10px;
}
.tnc_ol label {
	display: inline;
	cursor: pointer;
}
.tnc_ol span {
	vertical-align: baseline;
}

.submit_row {
	margin-top: 10px;
	margin-bottom: 20px;
}
.submit_row.center {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.submit_btn {
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	margin: 0 10px;
	cursor: pointer;
}
.save_btn {
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	margin: 0 10px;
	cursor: pointer;
}
.save_btn.hidden {
	display: none;
}

.printmode_row {
	display: none;
}
.print_btn {
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	
	margin: 0 10px;
	
	cursor: pointer;
}
.back_btn,
.edit_btn,
.delete_btn
{
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	
	margin: 0 10px;
	
	cursor: pointer;
}

.cancel_row {
	margin: 10px 0;
}
.cancel_btn {
	display: inline-block;
	background: #e91e63 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	
	margin: 0 10px;
	
	cursor: pointer;
}

.footer .sitemap {
	display: none;
}

.formMeansTestUpload .mtDocPreview {
	margin-top: 10px;
}


#f6TranscriptPreview.hide {
	display: none;
}

#f4TranscriptPreview > img,
#f5TranscriptPreview > img,
#f6TranscriptPreview > img
{
	max-width: 100%;
	/* max-height: 300px; */
}
#f4TranscriptPreview > embed,
#f5TranscriptPreview > embed,
#f6TranscriptPreview > embed
{
	max-width: 100%;
	max-height: 500px;
}

#lp4Other {
	display: inline-block;
	width: 300px;
}


#naAwardCert1Preview > img,
#naAwardCert2Preview > img,
#naAwardCert3Preview > img,
#naAwardCert4Preview > img,
#naAwardCert5Preview > img,
#naAwardCert6Preview > img,
#naAwardCert7Preview > img,
#naAwardCert8Preview > img,
#naAwardCert9Preview > img,
#naAwardCert10Preview > img
{
	max-width: 100%;
	/* max-height: 300px; */
}
#naAwardCert1Preview > embed,
#naAwardCert2Preview > embed,
#naAwardCert3Preview > embed,
#naAwardCert4Preview > embed,
#naAwardCert5Preview > embed,
#naAwardCert6Preview > embed,
#naAwardCert7Preview > embed,
#naAwardCert8Preview > embed,
#naAwardCert9Preview > embed,
#naAwardCert10Preview > embed
{
	max-width: 100%;
	max-height: 500px;
}


#mtDoc1Preview > img,
#mtDoc2Preview > img,
#mtDoc3Preview > img
{
	max-width: 100%;
	/* max-height: 300px; */
}
#mtDoc1Preview > embed,
#mtDoc2Preview > embed,
#mtDoc3Preview > embed
{
	max-width: 100%;
	max-height: 500px;
}

.rl_email_text {

}

label.formIlatsotLabel {
	display: inline-block;
}
label.formIlatsotLabel span {
	/* vertical-align: text-bottom; */
}
#ilatsot8aCheck[name="ilatsot8aCheck"] {
	width: 320px;
	display: inline-block;
	max-width: calc(100% - 15px - 15px);
}
.ilatsot6abc_span {
	/* vertical-align: text-bottom; */
}
.ilatsot6abc_span label.formIlatsotLabel {
	margin-bottom: 0rem;
}

.text_lightgray_italic {
	font-style: italic;
	color: #9e9e9e;
}

.activity_item_download_application_btn
{
	display: inline-block;
	
    background: #187ABA 0% 0% no-repeat padding-box;
    border-radius: 10px;
	
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	cursor: pointer;
}

/* lsaf */
.lsaf_function_bar {
	text-align: center;
	
	margin: 20px 10px;
}
.lsaf_export_xlsx_btn {
    display: inline-block;
    background: #187ABA 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    min-width: 140px;
    text-align: center;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
	
	user-select: none;
}
/* lsaf end */

/* print mode */
body.printmode .content_title {
	padding-top: 40px;
}
body.printmode .content_part {
    background-color: #FFFFFF;
}
body.printmode .ggt_header {
	display: none;
}
body.printmode .content_part .menu {
	display: none;
}
body.printmode .activity_item_add_more_btn,
body.printmode .na_award_item_add_more_btn,
body.printmode .na_activity_item_add_more_btn
{
	visibility: hidden;
}
body.printmode .submit_btn {
	visibility: hidden;
}
body.printmode .printmode_row {
	display: block;
}
body.printmode .footer {
	display: none;
}
body.printmode input[type="file"] {
	display: none;
}
body.printmode .submit_row {
	display: none;
}
body.printmode embed {
	display: none;
}
/* print mode end */

/* for list */
.list_part {
	display: block;
}
.list_part.hide {
	display: none;
}
.plain_text_list {

}
.plain_text_list > div {
	padding: 10px;
	line-height: 1.5;
}
.saf_item {
    padding: 10px;
    margin: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
	
	cursor: pointer;
}
.saf_item.save {
	background-color: aliceblue;
}


.text_status_submitted
, .text_status_save
, .text_status_waiting 
, .text_status_guest 
{
	vertical-align: text-bottom;
}
.text_status_submitted {
	color: #03a9f4;
}
.text_status_save {
	color: #ef6c00;
}
.text_status_waiting {
	color: #2e7d32;
}
.text_status_guest {
	color: #2e7d32;
}

.detail_part {
	display: none;
}
.detail_part.show {
	display: block;
}
.back_to_list_btn {
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	
	margin: 0 10px;
	
	cursor: pointer;
}
.save_as_btn {
	display: inline-block;
	background: #187ABA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	
	min-width: 140px;
	text-align: center;
	font-size: 18px;
	
	margin: 0 10px;
	
	cursor: pointer;
}
/* for list end */

@media only screen and (orientation: portrait) {
	#warning-message {
		display: none;
		position: fixed;
	}
}


@media only screen and (max-width: 820px) {
	ol {
		padding-left: 20px;
	}
	
	.hideMobile {
		display: none !important;
	}
	
	.whole_row {
		padding: 0;
	}
	
	.content_title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.form-group {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #dddddd80;
	}
	
	.form-check {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #dddddd80;
	}
	
	.form-group.fill {
		width: 100%;
	}
	
	label.formIlatsotLabel {
		margin-bottom: 0rem;
	}
	.form-group.fill.formIlatsot {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 440px) {
	#lp4Other {
		width: 100%;
	}
}