﻿.engtext {
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

.fill-1 {
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	width: 350px;
}

.fill-2 {
	float: left;
	padding-left: 0px;
	padding-top: 15px;
}

.fill-3 {
	float: left;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 0px
}

.fill-4 {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
}

.fill-input {
	float: left;
	padding-top: 15px;
	width: 100%
}

.st0 {
	fill: #010101;
}

.st1 {
	fill: #222D65;
}

.st2 {
	fill: #FDD015;
}

.description-text {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px 10px 0px;
	font-size: 1.1em;
}

.description-table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.pageHeader {
	height: 100px;

}

div.pageTop {
	height: 55px;
}

.terms {
	cursor: pointer;
}

.mTnc_close {
	cursor: pointer;
	padding: 15px;
	padding-bottom: 0px;
}

.title-e {
	line-height: 1.2em;
	font-size: 0.9em;
}

.title-secondline {
	display: block;
}

.oneGift .col-sm-12.col-md-12.col-lg-12.col-form-label {
	display: none;
}

.oneGift [type=radio]:checked+img {
	outline: 0px solid #1373a7;
}


@media (max-width: 475px) {

	.title-secondline {
		display: inline;
	}

}


@media (max-width: 991px) {
	.fill-1 {
		float: left;
		text-align: left;
		padding-right: 10px;
		padding-top: 10px;
	}

	.fill-2 {
		float: left;
		padding-top: 0px;
	}

	.fill-3 {
		float: left;
		padding-right: 10px;
		padding-top: 0px;
	}

	.fill-input {
		float: left;
		padding-top: 5px;
		width: 100%
	}

	.description-text {
		font-size: 1em;
	}

}

@media (max-width: 768px) {
	.fill-1 {
		float: left;
		text-align: left;
		padding-right: 10px;
		padding-top: 10px;
		width: 280px
	}
}



a {
	color: #3b8f41;
	text-decoration: none;
}

a:hover {
	color: #d3c36e;
	text-decoration: none;
}

.backToSite {
	background-color: #48972e;
	color: #fff;
}

.backToSite:hover {
	background-color: #16776A;
	color: #fff;
}

.container-bg {
	padding: 15px 5px;
	background: #fff;
}

#formDiv {
	border: 1px solid #c5c5c5;
}

.bottom-container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.bottom-container>.row {
	margin-right: 0px;
	margin-left: 0px;
}

@media (max-width: 992px) {
	.bottom-container>.row>.col-md-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.title-line {
	width: 150px;
	border-width: 5px 0px 0px;
	border-color: #3b8f41;
}

.highlight-box {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.125em;
	padding: 10px;
	background: #6076b4;

}

.redemption-box {
	padding: 10px 10px;
	color: #333333;
	font-weight: bold;
	/* border: 2px solid #ccc; */
	background-color: #ececec;
	text-align: center;
	border-radius: 0px;
	line-height: normal;
	font-size: 1em;
	margin: 0 5px;
	letter-spacing: 0px;
	position: relative;
}

.form-bg {
	padding: 10px;
	margin: 10px;
}

.ValidationErrors,
.error {
	color: #fb5858;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

#captchaInputDiv {
	margin-top: 80px;
}

@media(min-width: 769px) {
	.input_label {
		margin-bottom: 25px;
	}

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 50px;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(163, 174, 239, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
	border-radius: 4px !important;
}

.btn_submit {
	cursor: pointer;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	width: 150px;
	/*   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  */
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	outline: none;
	text-decoration: none;
	line-height: normal;
	font-size: 1em;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	color: rgb(255, 255, 255);
	/*background-color: rgb(92, 117, 94);
    border-radius:3px;	
	margin: 0 auto;
	background: rgba(3, 34, 105, 0.8) none repeat scroll 0px 0px;
	*/
	/* border-radius: 5%; */

	/* background: -moz-linear-gradient( rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: -webkit-linear-gradient(rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: linear-gradient( rgba(114, 179, 243, 1), rgba(43, 84, 166, 1)); */
	background-color: #48972e;
	background-image: linear-gradient(#48972e, #256212);
	border-radius: 7px;
	border: 0px;
}

.btn_submit:hover {
	color: #ffffff;
	/*opacity:0.7;*/
	/* transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
	background: -moz-linear-gradient( rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: -webkit-linear-gradient(rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: linear-gradient( rgba(43, 84, 166, 1), rgba(114, 179, 243, 1)); */
	text-decoration: none;
	background-color: #16776A;
	background-size: cover;
}

.cheerbox {
	background-color: inherit !important;
	color: #fff;
	padding: 15px;
}

.cheerbox h2 {
	color: #fff;
}

.popContain ul {
	color: inherit;
}

.footerProjectList {
	display: none;
}

.btn {
	border-radius: 4px !important;
}


@media (min-width: 768px) and (max-width: 991px) {
	.keyvisual {
		margin-top: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) and (min-width: 300px) {
	.keyvisual {
		margin-top: 0px;
		width: 100%;
	}

	.keyvisual img {
		width: 100%;
	}
}

.reload-btn-pos {
	float: left;
	padding-left: 5px;
	padding-top: 15px;
}

#capImg {
	width: 250px;
}




@media (max-width: 550px) {
	.form-bg {
		padding: 0px;
		margin: 0px;
	}

	h2.title {
		font-size: 25px;
	}

	.hkjcLogo {
		margin: 18px 0px 0px 10px !important;
	}

	div.pageHeader {
		padding-right: 10px;
		height: 87px;
	}

	.description-text {
		float: left;
		width: 100%;
	}
}

@media (max-width: 320px) {
	.btn {
		padding: 4px 5px;
		font-size: 12px;
	}
}


.reload-btn-pos {
	float: left;
	padding-left: 5px;
	padding-top: 15px;
}

.reload-btn {
	font-size: 1.3em;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #fff;
	background: #4e6faf;
	width: 42px;
	height: 42px;
	padding: 8px;
	text-decoration: none !important;
	text-align: center;
	margin-bottom: 15px;
}

.reload-btn:hover {
	background: #1b4c93;
	text-decoration: none !important;
}



a {
	color: #449be2;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0025a9;
}

h2 {
	color: #3667ae;
}

.btn-primary {
	background-color: #4e6faf;
	color: #fff !important;
	border-radius: 5px !important;
	border: 0px;
}

.submit-btn-text {
	font-size: 1.4em !important;
	padding: 6px 12px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
	.footer .footer_copyright {
		float: none;
		margin: 30px 0 0px !important;
	}
}


@media (max-width: 768px) {
	.footer .footer_copyright {
		float: none;
		margin: 10px 0 0px !important;

	}
}

.btn.clickButton.blue-btn:hover {
	color: #fff;
	background: #1b4c93;
}


@media (min-width: 992px) {
	.container {
		width: 880px !important;
	}
}

.marginGap {
	margin-bottom: 20px;
}

.form-control {
	width: 274px;
}

.timeslot-display {
	/* display: initial!important; */
	display: inline-flex;
	margin-bottom: 10px;
}

@media (max-width: 620px) {
	.timeslot-display {

		display: block !important;
		margin-bottom: 10px;
	}
}

h2 {
	font-size: 1em;
	line-height: 22px;
	margin: 10px 0px 0px 0px;

}

.terms-onlyone {
	border: 1px solid #ccc;
	padding: 10px 10px 0px 10px;
	margin: -20px 15px 0px 15px;
	background: #f5f5f5;
}

/* HIDE RADIO */
[type=radio] {
	/* position: absolute;
    opacity: 100;
    width: 1px;
    height: 1px;
    top: 2px;
    left: 2px; */
}

/* IMAGE STYLES */
[type=radio]+img {
	cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
	outline: 4px solid #1373a7;
}

.thankyou-text-title {

	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
}

.refnumber {
	color: #1e375c;
	font-size: 1.25em;
}

h1 {
	font-size: 1.6em;
}

.h1-en {
	color: #1e375c;
	font-weight: 700;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Microsoft JhengHei", "Meiryo UI", "Meiryo", "arial", "open sans";
	/* font-size: 1.6em; */
	font-size: 1.4em;
	padding-left: 0px;
	float: center;
	line-height: 1.4em;
	margin-top: 10px;
	border-left: 0px solid #deb73d;
}

.bulebold {
	color: #3667ae;
	font-weight: bold;
}

button.normal-btn {
	background: #1373a7;
	color: #fff;

}


button.normal-btn:hover,
button.normal-btn:focus {
	color: #ffda2f !important;
}


.btn-normal-link {
	background: #1373a7 !important;
	color: #fff !important;

}


.btn-normal-link:hover,
.btn-normal-link:focus {
	color: #ffda2f !important;
}


.reload-btn {

	color: #fff;
	background: #1373a7 !important;

}

.reload-btn:hover {
	color: #ffda2f !important;
	background: #1373a7 !important;
	text-decoration: none !important;
}

p a {
	text-decoration: underline;
}

a {
	color: #a18d1a;
}

a:hover,
a:focus {
	color: #726306;
}

#formDesc {
	/*background:#1373a7;
	text-align:left;
	padding:0px;
	color:#fff;
	margin:20px 15px 0px 15px;*/
	color: #000;
	background: #fefef0;
	width: 100%;
	padding-bottom: 15px;
}

#formDesc img {
	width: 100%;
}

.formDescription-info {
	color: #000;
	margin: 10px 20px 10px 20px;
}

.formDescription-date {
	color: #3667ae;
	margin: 0px 20px 0px 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.giftimg {
	width: 100%;
	margin: 0 auto;
	margin-top: -15px;
}

.giftItems.col-lg-12 img {
	/*box-shadow: 0 0 3px 3px #ddd;*/
	border: 1px solid #ccc;

}

li {
	margin-bottom: 15px;
}

li a {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;


}

.redemp-info li {
	margin: 5px 0px 5px 0px;
}

.indent li {
	list-style-type: disc;
	margin-bottom: 0px;
}

@media (max-width: 991px) {

	div#giftListing {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {}

/*preload start*/
#loading {
	background-color: #042743;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}

.error {
	color: red;
	font-size: 14px;
	display: inherit;
	padding-top: 5px;
	padding-bottom: 10px;
}

.footerProjectList {
	display: none;
}

.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.object:nth-child(2n+0) {
	margin-right: 0px;

}

#object_one {
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
}

#object_two {
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
}

#object_three {
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
}

#object_four {
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes loading-center-absolute {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




@-webkit-keyframes object_one {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@keyframes object_one {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}


@-webkit-keyframes object_two {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@keyframes object_two {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}



@-webkit-keyframes object_three {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@keyframes object_three {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}



@-webkit-keyframes object_four {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

@keyframes object_four {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

/*preload end*/

/* Others */
.checkbox input[type=checkbox] {
	float: left;
	left: 0px;
	margin-right: 10px;
	top: 2px;
}

.checkbox label,
.radio label {
	padding-left: 0px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1;
	/* Firefox */
	font-size: 0.9em;
}

::-moz-placeholder {
	color: #999 !important;
	opacity: 1;
	font-size: 0.9em;
}

:-ms-input-placeholder {
	color: #999 !important;
	font-size: 0.9em;
}

::-webkit-input-placeholder {
	color: #999 !important;
	font-size: 0.9em;
}

/* Multiple line select */
.locationList {
	z-index: 100;
}

#select {
	line-height: 25px;
	height: 50px;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px !important;
	width: 100%;
}

#select.open {
	border-radius: 5px 5px 0 0;
}

#select .option {
	border: 1px solid #cccccc;
}

#select .option {
	background: #fff;
	display: none;
	padding-left: 5px;
	font-size: 13px;
	/*Tamaño de fuente pequeño para la segunda línea*/
	line-height: 20px;
	color: #333;
	border-top: none;
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px !important;
}

#select .option.shown:first-line {
	font-size: 13px;
	line-height: 20px;
}

#select .shown {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}

#select .option:hover {
	color: #fff !important;
	background: #1e90ff;
	/*background: linear-gradient(hsl(220, 100%, 70%), hsl(220, 100%, 50%));*/
}

#select .option.shown:last-child {
	border-radius: 0 0 5px 5px
}

input {
	margin-top: 10px;
}

/* transparent */
.transparent {
	z-index: -100;
	position: fixed;
	color: transparent;
	background: transparent !important;
	border: 0px !important;
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
	top: -200px;
}

/* giftItems */
.giftItems img {
	width: 100%;
}

#selected {
	font-size: 14px;
}

.option.shown {
	font-size: 14px;
}

/* preview */
#confirmButton,
#confirmPreview,
#confirmPage {
	display: none;
}

#fields,
#confirmPreview {
	padding: 15px;
}


/* RGP */
a.rgp-text {
	color: #000000 !important;
}

.no-gutter {
	padding-top: 15px;
}

.no-gutter ul {
	padding: 0px;
}

.no-gutter li {
	list-style: none;
}

.txt-right {
	padding-right: 30px;
	text-align: right;
}

.rgp-container ul li {
	color: #000000 !important;
	list-style: none;
	margin-bottom: 0px !important;
}

.hight-light-text {
	padding: 2px 4px;
	background-color: #fff3b2;
}

.hk-areacode {
	height: 38px;
	font-size: 15px;
	background-color: #eee;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px !important;
	width: 50px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hk-areacode span {
	position: relative;
	top: 5px;
}


.phone-field-bar {
	display: inline-flex
}


.phone-field-bar input {
	width: 217px !important;
}

#start {
	min-height: 400px;
	display: grid;
}

.number-width {
	width: 20px;
}