.lst { width: 100%; }
input[type=checkbox], input[type=radio] { margin-top: unset; }
label { margin-bottom: 0; }
li.active { background: unset; }
.errdiv { display: inherit; margin: unset; float: unset; margin-left: 5px; width: unset; }
h1 { padding: 5px; }
.txt-center { text-align: center; }
#Registration .std, #Registration .stdn, #Registration .numbr, #Registration .txt { font-size: 12px; border: solid 1px rgba(185, 193, 199, 0.5); }
#Registration .std { width: 16%; }
#Registration .stdn { width: 62%; }
#Registration input.numbr { width: 80%; }
#Registration .txt { width: 100%; }
#Registration .container { padding-left: unset !important; }

/* Tab Start*/
#progressbar { padding-left: 4%; overflow: hidden; counter-reset: step; }
#progressbar li { list-style-type: none; color: #54666f; text-transform: uppercase; font-size: 9px; font-weight: bold; width: 19.33%; float: left; position: relative; letter-spacing: 1px; text-align: center; }
#progressbar li:before { content: counter(step); counter-increment: step; width: 24px; height: 24px; line-height: 26px; display: block; font-size: 12px; color: #333; background: white; border: solid 1px; border-color: black; border-radius: 25px; margin: 0 auto 10px auto; }
#progressbar li:after { content: ''; width: 100%; height: 2px; background: black; position: absolute; left: -50%; top: 9px; z-index: -1; }
#progressbar li:first-child:after { content: none; }
#progressbar li.active:before, #progressbar li.active:after { background: #b72a1a; color: white; }
/* Tab End*/
@media (min-width: 1200px) {
	.container { width: unset; }
}

@media (max-width: 768px) {
	#Registration .numbr { width: 74% !important; }
	.hour, .min, .naTime { padding: unset; }
	.hour { padding-left: 15px; }
	.minute { padding-left: 4px; }
	.naTime { padding-left: 4px; padding-right: 15px; }
	.std { width: 22%; }
	.stdn { width: 53%; }
}

/* Biodata Choice Panel */
#ajBiodataChoicePanel { padding: 10px 0 20px; }
#ajBiodataChoicePanel h2 { font-size: 20px; font-weight: bold; color: #800000; margin-bottom: 18px; }
.biodata-choice-single { max-width: 420px; margin: 0 auto; }
.biodata-choice-card { border: 1px solid #ccc; border-radius: 6px; padding: 15px; text-align: center; margin-bottom: 14px; background: #fff; }
.manual-fill-link { text-align: center; font-size: 12px; color: #666; margin: 0; padding-top: 10px; }
.manual-fill-link a { color: #800000; text-decoration: none; }
.manual-fill-link a:hover { text-decoration: underline; }
.biodata-choice-card .fa { font-size: 34px; color: #800000; }
.biodata-choice-card h3 { font-size: 18px; font-weight: bold; color: #333; margin: 8px 0 6px; }
.biodata-choice-card p { font-size: 12px; color: #666; margin-bottom: 14px; }
#ajUploadArea { margin-top: 12px; border-top: 1px solid #eee; padding-top: 12px; }
#ajBiodataFile { width: 100%; margin-bottom: 8px; font-size: 12px; }
#ajUploadStatus { font-size: 12px; color: #555; min-height: 18px; margin-bottom: 6px; }
#ajUploadProgress { height: 6px; background: #e0e0e0; border-radius: 3px; margin-bottom: 8px; overflow: hidden; }
#ajUploadProgressBar { height: 100%; width: 0; background: #800000; border-radius: 3px; transition: width linear; }
#ajUploadStatus.upload-error { color: #c0392b; }

@media only screen and (max-width: 360px) {
	.btn { padding: 4px 8px; font-size: 12px; }
	.modal-body { padding: 4px; }
	.modal-dialog { margin: 5px; }
}
.reg-intro { margin-bottom: 1rem; }
.reg-limit { font-size: .85em; color: #6c757d; }
.reg-actions { margin-top: 1.25rem; text-align: center; }
.reg-actions .defaultHide { display: none; }
.reg-cta-primary { display: block; width: 100%; padding: .85rem 1rem; font-size: 1.05rem; font-weight: 600; }
.reg-cta-price { font-weight: 400; }
.reg-cta-secondary { display: inline-block; margin-top: .9rem; padding: .5rem; color: #6c757d; text-decoration: underline; font-size: .95rem; }
.reg-profile-link { margin-top: 1.5rem; font-size: .9rem; text-align: center; }