body {
	font-family: "Noto Sans TC", sans-serif;
}

.main-background-color {
	background-color: #c49a6c;
	color: #fff;
}

.regular-background-color {
	background-color: #fff7dc;
	color: #c49a6c;
}

.compulsory {
	margin-left: 4px;
	font-size: 0.5rem;
	color: red;
}

.error-input {
	border: 1px solid red!important;
}

.logo-section .logo-title {
	text-align: right;
	line-height: 94px;
}

.logo-section .logo-title p {
	margin-bottom: 0;
	line-height: normal;
}

.logo-section .logo-title p > span {
	color: red;
}

.logo-section h1, .logo-section h2 {
	display: none;
}

nav.navbar {
	padding: 0 !important;
}

.clean-navbar .navbar-nav .nav-link {
	text-align: center;
}

.navbar-bg {
	background: url("../images/menuBG.png");
}

.competition-section .aerobics-column-outer,
.competition-section .rope-column-outer,
.competition-section .selfie-column-outer {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.competition-section .aerobics-column {
	background-color: #fff7dc;
	height: 100%;
	border-radius: 40px;
}

.competition-section .rope-column {
	background-color: #ffefe9;
	height: 100%;
	border-radius: 40px;
}

.competition-section .selfie-column {
	background-color: #faf0ff;
	height: 100%;
	border-radius: 40px;
}

#aerobics-button,
#rope-button {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.summary-section,
.schedule-banner-section,
.schedule-section,
.prize-section,
.login-banner-section,
.register-banner-section {
	padding-top: 20px;
	padding-bottom: 15px;
}

.schedule-banner,
.login-banner,
.register-banner {
	display: block;
	overflow: hidden;
	text-align: center;
}

.schedule-banner:before,
.login-banner:before,
.register-banner:before,
.schedule-banner:after,
.login-banner:after,
.register-banner:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 50%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c49a6c;
}
.schedule-banner:before,
.login-banner:before,
.register-banner:before {
	right: 0.5em;
	margin-left: -50%;
}
.schedule-banner:after,
.login-banner:after,
.register-banner:after {
	left: 0.5em;
	margin-right: -50%;
}

.schedule-banner img,
.login-banner img,
.register-banner img {
	vertical-align: middle;
}

.prize-section {
	background-color: #fff7dc;
}

.enquiry-section {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.enquiry-section .logo {
	padding: 0;
}

.enquiry-section .enquiry-contact {
	line-height: 78px;
}

.enquiry-section .enquiry-contact span {
	white-space: nowrap;
}

.enquiry-section .enquiry-contact span:last-child {
	padding-left: 10px;
}

.page-footer {
	padding-top: 0;
	font-size: 0.8rem;
}

.page-footer ul li:before,
.page-footer ul li:after {
	content: none;
}

.page-footer .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}

.page-footer ul li a {
	border-right: 1px solid #fff;
}

.page-footer ul li:last-child a {
	border-right: none;
}

.page-footer.footer-color {
	background-color: #c49a6c;
}

.page-footer .footer-menu {
	border-bottom: 1px solid #fff;
}

.page-footer a {
	color: #fff;
}

.page-footer a:hover {
	color: #fff;
}

.page-footer .footer-copyright {
	background-color: #c49a6c;
	margin-top: 0;
	border: none;
}

.page-footer .footer-copyright p {
	color: #fff;
}

.login-box,
.register-box,
.submission-box {
	background-color: #fff7dc;
	border: none;
}

.login-box form,
.register-box form {
	padding-top: 30px;
}

.login-box .form-group {
	margin: 0;
}

.login-box .form-group label,
.login-box .form-group input {
	padding: 1rem;
}

.login-box .form-control,
.register-box .form-control {
	width: 75%;
	display: inline;
	border: none;
}

.login-box hr,
.register-box hr,
.submission-box hr {
	border-top: 1px solid #c49a6c;
	margin-top: 15px;
	margin-bottom: 0;
}

.login-box .nav a,
.register-box .nav a {
	color: #333;
}

.register-box .table td,
.submission-box .table td {
	padding: 1rem;
	border-top: none;
	vertical-align: middle;
}

.register-box .table td .form-control {
	width: 100%;
}

.login-box .login-button,
.register-box .register-button,
.login-box .forgetPassword-button,
.submission-box .submission-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.login-box .login-button:hover,
.register-box .register-button:hover,
.login-box .forgetPassword-button:hover,
.submission-box .submission-button:hover {
	cursor: pointer;
}

/* .submission-box {
	padding: 0.75rem;
} */

.submission-box .table thead th {
	border-bottom: none;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0.3rem;
}

.submission-box .table thead tr {
	background: #c49a6c;
}

.submission-box .table th {
	border-top: none;
}

.submission-box input[type="radio"] {
	height: auto;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.qq-gallery .qq-upload-button {
	width: auto;
	background: #c49a6c;
	border: 1px solid #c49a6c;
}

.qq-gallery .qq-total-progress-bar-container {
	width: auto;
}

.g-recaptcha {
	min-height: 78px;
	padding: 0 1rem;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

a[disabled] {
	pointer-events: none;
	opacity: 0.7;
}

form .conditions {
	font-size: 0.8rem;
	padding: 1rem;
}

.submission-button[hidden], .form-submit-button[hidden] {
	display: none !important;
}

.page-footer ul li {
    padding-bottom: 0.5rem;
}

.choose-competition-section h3#ui-id-1, .choose-competition-section div#ui-id-2 a.join-aerobics {
	outline: none !important;
	background: #FFB334 !important;
	color: #FFFFFF !important;
}
.choose-competition-section h3#ui-id-3, .choose-competition-section div#ui-id-4 a.join-rope {
	outline: none !important;
	background: #EC7361 !important;
	color: #FFFFFF !important;
}
.choose-competition-section h3#ui-id-5, .choose-competition-section div#ui-id-6 a.join-selfie {
	outline: none !important;
	background: #B86CB0 !important;
	color: #FFFFFF !important;
}

.vote-choose-title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.vote-choose-title span {
	/*color: #ff0000;*/
}

.vote-img {
	height: 18px;
}

.vote-block {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #c49a6c;
	border-right: 1px solid #c49a6c;
}

.image-container {
	min-height: 230px;
	min-width: 230px;
}

.vote-list-section .table td {
	padding: 0 0 0 .75rem;
	border-top: none;
}

.vote-selected {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 2px solid #ff0000;
	padding-bottom: 2px;
}

span.fas.fa-check {
	color: #ff0000;
}

.vote-hover:hover {
	cursor: pointer;
	color: #ff0000;
}

.vote-block.col-lg-4 {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.vote-block.col-lg-4 p {
	margin-bottom: 10px;
}

.result-score {
	color: #ff0000;
	font-size: 1.25rem;
}

@media only screen and (max-width: 1200px) {
	.enquiry-section .enquiry-contact {
		line-height: 72px;
	}
	.vote-block {
		padding-top: 15px;
		border-left: none;
		border-right: none;
		border-top: 1px solid #c49a6c;
		border-bottom: 1px solid #c49a6c;
	}
}

@media only screen and (max-width: 991px) {
	.enquiry-section {
		flex-direction: column;
		align-items: center;
	}
	.enquiry-section .logo img {
		display: inline-block !important;
    }
    .navbar button{
		border-right: none;
    }
    .navbar .nav-item{
		padding-right: 0 !important;
    }
    .competition-section .col-12 {
        padding: 0 15px;
    }
	/* .container.logo-section {
        position: absolute;
    }
	
    .navbar-collapse.collapse {
        height: auto !important;
    } */

}

@media only screen and (max-width: 767px) {
    .register-box .table td, .submission-box .table td {
        padding: 1rem;
    }
    .register-box .table td:first-child, .submission-box .table td:first-child {
        width: 40%;
    }
    .login-box .form-group label, .login-box .form-group input {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    #source-container img, #source-container video {
        max-width: 100%;
    }
    .vote.conditions {
        padding-top: 3rem !important;
    }
	#aerobics-button,
	#rope-button {
		position: relative;
		left: auto;
		transform: none;
    }
}
