﻿.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%
}
.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;
}

@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;
}
.form-control {
	border: 1px solid #b4b4b4;
	border-radius: 6px;
}
.form-page-bg {
	max-width: 1100px;
	border: 1px solid #dddddd;
	background-color: #fbfbfb;
}
.form-kv-bg {
	border: 0px solid #dddddd;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #0d2963;
}
main {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.ValidationErrors, .error {
	color: #fb5858;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: flex;
}
#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;
}
textarea {
	height: 100px!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: 100%!important;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
}
.marginGap {
	margin-bottom: 0px;
	padding: 0 8px 0 8px;
}
.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: -20px 0px 20px 0px;
}
.thankyou-text-title {
	/*font-size: 1.25em;*/
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}
.refnumber {
	color: #1e375c;
	font-size: 1.25em;
}
h1 {
	/*font-size: 2em;*/
	font-size: 1.8em;
	margin-bottom: 15px;
}
button.normal-btn {
	background: #022069!important;
	color: #fff!important;
}
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;
}
a {
	color: #a18d1a;
}
a:hover, a:focus {
	color: #726306;
}
#formDesc {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fdffd4;
}
/************* 2021 addition CSS Start **************/

img.logo-link {
	width: initial;
}
h2 {
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-size: 1em;
	color: #333;
}

@media (max-width: 1200px) {
main {
	margin: 0px;
}
.logo-link-area {
	padding: 0 10px;
}
}
/************* 2021 addition CSS End **************/

/*preload start*/
#loading {
	background-color: #042743;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 101;
	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: block !important;
	margin-right: 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: 0px;
}
/* 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;
}
/* guest */
/* .guest {
	height: 200px;
} */

.guest input[type="text"] {
	width: 200px;
}
span.parentTitle {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	color: #000;
	top: 5px;
}
.child-list {
	font-size: 1.4rem;
	font-weight: normal;
}
.guest label.col-sm-12.col-form-label {
	margin-bottom: 10px;
}
input#v_guest_2, input#v_guest_3, input#v_guest_4 {
	margin-top: 15px;
}
/* preview */
#confirmPreview, #confirmPage {
	display: none;
}
/* 20230111 start of enhancement */
.survey-table tr {
	border-bottom: 1px solid #eee;
}
.survey-table tr.survey-table-error {
	border-bottom: 0px solid #eee;
}
.survey-table-error .error {
	display: none;
	margin-top: 5px;
}
.text-container label.error {
	display: none;
}
.survey-special-rate .survey-td:nth-child(1) {
	display: block;/*height:56.5px;*/
	
}
.survey-table-container th {
	vertical-align: top;
	padding-bottom: 15px;
}
table.survey-table-container {
	margin-bottom: 15px;
}
table.survey-table-checkbox td {
	padding-bottom: 10px;
}
.number-width {
	width: 25px;
	vertical-align: top;
}
.form-group-style .col-lg-12, .form-group-style .col-md-12, .form-group-style .col-sm-12 {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.form-group-style .col-lg-8, .form-group-style .col-md-8, .form-group-style .col-sm-8 {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.error.col-sm-12.col-md-12.col-lg-12 {
	width: 100%;
	display: none;
}

.survey-description {
	font-size: 1.2rem;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.col-sm-12.col-md-8.col-lg-8.survey-join-item.mb-space-m {
	margin-bottom: 10px;
	margin-top: 10px;
}
/*
	.survey-special-rate .survey-td:nth-child(1) {
    display: block;
}*/
	
	
.del-errror-mb {
	margin-bottom: 0px!important;
}
.survey-td:nth-child(1) {
	width: 180px;
	padding: 10px 0px;
	text-align: left;
}
.survey-special-rate .survey-td {
	padding: 10px 6px;
	text-align: center;
}
.pd-10-modified {
	padding-top: 10px;
}
.del-errror-mb-5 {
	margin-bottom: 5px!important;
}
.survey-special-rate .survey-table-bg {
	text-align: center;
	padding: 10px;
	background: #eee;
	font-size: 0.8em;
	display: none;
}

@media all and (max-width: 991px) {
.pd-10-modified {
	padding-top: 0px;
}
}

@media all and (max-width: 767px) {
.survey-special-rate .survey-td:nth-child(1) {
	display: none!important;
	height: 47px;
}
}
.survey-table-bg {
	display: none;
}

@media all and (max-width: 374px) {
.survey-table {
	display: flex;
}
.survey-td:nth-child(1) {
	display: none!important;
}
.survey-td input {
	margin-left: 1em;
}
}

@media (max-width: 320px) {
.btn {
	padding: 10px 25px;
	font-size: 12px;
}
}
.survey-flex-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #eee;
}
.survey-header-row {
	width: 100%;
}
.survey-flexbox-title {
	width: 28%;
	display: flex;
	align-self: center;
	line-height: normal;
	padding: 10px;
}
.survey-flexbox-radio {
	width: 72%;
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
}
.survey-flexbox-01, .survey-flexbox-02, .survey-flexbox-03, .survey-flexbox-04, .survey-flexbox-05, .survey-flexbox-06 {
	width: 12%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	line-height: normal;
}

@media all and (max-width: 991px) {
.survey-flexbox-01, .survey-flexbox-02, .survey-flexbox-03, .survey-flexbox-04, .survey-flexbox-05, .survey-flexbox-06 {
	font-size: 0.8em;
	line-height: 1.5em;
}
}

@media all and (max-width: 767px) {
.survey-flexbox-title {
	width: 24%;
	padding: 5px;
}
.survey-flexbox-radio {
	width: 76%;
	padding: 5px;
}
}

@media all and (max-width: 550px) {
.survey-special-rate .survey-td {
	padding: 10px 2px;
}
.survey-flexbox-01, .survey-flexbox-02, .survey-flexbox-03, .survey-flexbox-04, .survey-flexbox-05, .survey-flexbox-06 {
	font-size: 0.6em;
	line-height: 1.2em;
}
.survey-flexbox-title {
	font-size: 0.8em!important;
	line-height: 1.5em;
}
.container-ch .survey-td {
	padding: 10px 1px;
	font-size: 0.7em;
}
}

@media all and (max-width: 414px) {
.survey-flexbox-title {
	width: 20%;
}
.survey-flexbox-radio {
	width: 80%;
}
}

@media all and (max-width: 374px) {
.no-title-table .survey-table-bg {
	display: none!important;
}
.keyvisual img {
	width: 250px!important;
}
.survey-flex-row {
	display: flex;
	flex-direction: column!important;
}
.survey-td {
	border-bottom: solid 1px #eee;
}
.survey-table-error {
	display: flex!important;
	text-align: center;
	padding: 0px;
}
.survey-table-bg {
	display: flex;
	text-align: center;
	padding: 3px;
	background: #eee;
	font-size: 0.8em;
	align-items: center;
	justify-content: center;
}
.survey-flexbox-title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
	background: #eee;
	/* text-align: center; */
	align-items: center;
	justify-content: center;
}
.survey-flexbox-radio {
	width: 100%;
}
.survey-header-row .survey-flexbox-title {
	display: none!important;
}
/*.survey-flexbox-01, .survey-flexbox-02, .survey-flexbox-03, .survey-flexbox-04,.survey-flexbox-05,.survey-flexbox-06 {
		width:16.6%;
	
	}*/
	
	
}
#fiveradios-container .survey-flexbox-06 {
	display: none!important;
}
#notitle-container .survey-flexbox-radio {
	width: 100%;
}

@media all and (max-width: 340px) {
.survey-flexbox-01, .survey-flexbox-02, .survey-flexbox-03, .survey-flexbox-04, .survey-flexbox-05, .survey-flexbox-06 {
	line-height: 1.2em;
}
 *:lang(zh-TW) .survey-flexbox-01, *:lang(zh-TW) .survey-flexbox-02, *:lang(zh-TW) .survey-flexbox-03, *:lang(zh-TW) .survey-flexbox-04, *:lang(zh-TW) .survey-flexbox-05, *:lang(zh-TW) .survey-flexbox-06, {
}
}
.survey-special-rate .survey-table {
	display: flex;
}

@media (max-width: 550px) {
.survey-td:nth-child(1) {
	font-size: 0.8em;
	min-width: 76px;
	max-width: 76.1px;
}
}

.memberInput {
	display: inline;
	width: 200px;
}

.memberSelect {
	display: inline;
	width: 70px;
}

.margin-desktop15 {
	margin-bottom:15px;
}



.margin-desktop {
	margin-bottom:45px;
}

@media (max-width: 992px) {
.margin-desktop {
	margin-bottom:35px;
}
	
	.margin-desktop15 {
	margin-bottom:35px;
}


		
	}

/* 20230111 end of enhancement */
