/* bootstrap override */
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: absolute;
}

body {
	font-family: 'Noto Sans HK', sans-serif;
}

/* https://stackoverflow.com/a/45762747 */
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-main {
	flex-grow: 1;
}

.skip-link {
	color: #ffffff;
}

.site-header {
	background-color: #232323;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.site-branding {
	display: inline-block;
}

.site-branding .custom-logo {
	width: auto;
	height: 40px;
}

.language-switcher {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
}

.language-switcher .btn-language {
	color: #ffffff;
}

.branding-banner {
	text-align: center;
}

.introduction-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

.content-wrapper {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.form-main .btn-default:focus {
	box-shadow: none;
}

.form-main .btn-default:not(:disabled):hover {
	opacity: 0.9;
}

.form-group > label {
	font-weight: 700;
}

.tnc {
	font-size: 13px;
	font-family: arial,'microsoft jhenghei',sans-serif;
}

.site-footer {
	padding: 20px 30px;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.site-footer a {
	color: #ffffff;
	font-weight: 300;
}

.gj-datepicker-md {
	color: #495057;
}

.gj-datepicker-md [role=right-icon] {
	top: 50%;
	right: 10px;
	margin-top: -12px;
}

.gj-datepicker-md, .gj-dropdown-md [role=presenter] {
	font-family: inherit;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
	background-color: #FF9900;
}

.modal-content {
	color: #212529;
}

@media (min-width: 992px) {
	.site-header {
		text-align: left;
	}

	.site-branding .custom-logo {
		height: auto;
		max-height: 60px;
	}
}
