html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 15px;
	background: url("../images/review-bg.jpg") right center no-repeat fixed;
	background-size: cover;
	color: #FFF;
}

a {
	color: #69abcb;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	outline: 0;
}

a:hover, a:focus {
	color: #336699;
	text-decoration: none;
	outline: 0;
}

a:focus {
	color: #69abcb;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
}

p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
}

hr {
	width: 100%;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.3);
}

button:focus {
	outline: none !important; /* Remove blue border when focus in chrome */
}

.bg-primary {
	background-color: #69abcb;
}

.bg-dark {
	background-color: #222222;
	color: white;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 12px 0;
}

.form-control {
	padding: 8px;
}

select.form-control {
	height: 36px;
}

textarea.form-control {
    resize: none;
}

.no-padding {
	padding: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Modal 
---------------------------------------------------*/
.modal-content {
	background-color: #FFF;
	color: #333;
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-content h2 {
	margin: 16px 0;
}

.modal-content .text-faded {
	color: #555;
	margin-bottom: 12px;
}

.modal-open .modal {
	padding-right: 0 !important;
}

.close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.close-modal:hover {
	opacity: .3;
}

.close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* Animation
/*-------------------------------------------------*/
.slideanim { visibility: hidden; }

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	visibility: visible;			
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

/* Button Style
/*-------------------------------------------------*/
.btn-choice {
	font-size: 15px;
	line-height: 1.5;
	background: #eee;
	border-color: #aaa;
	color: #444;
}

.btn-choice:hover {
	background: #FFF;
}

.btn-choice:focus, .btn-choice:focus:hover {
	background: #fff;
	color: #444;
	border-color: #aaa;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-choice.active, .btn-choice.active:focus, .btn-choice.active:hover {
	font-weight: 700;
	background: #fccf00;
	color: #444;
	border-color: #aaa;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-choice.active.focus{
	background: #fccf00;
	color: #444;
	border-color: #aaa;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.submit-btn {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	background: #fccf00;
	border-color: #fccf00;
	color: #336699;
	padding: 12px 48px;
}

.submit-btn:hover {
	color: #FFF;
	background: #fccf00;
	border-color: #fccf00;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.submit-btn:focus, .submit-btn:focus:hover {
	background: #fccf00;
	color: #FFF;
	border-color: #fccf00;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.submit-btn.active, .submit-btn.active:focus, .submit-btn.active:hover {
	background: #fccf00;
	color: #336699;
	border-color: #fccf00;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Custom Checkbox Radio Button 
---------------------------------------------------*/
.radio-wrapper {
	margin-right: 12px;
	float: left;
}

.radio-wrapper input[type=radio] {
	margin: 0;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
	font-size: 140%;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFF;
    color: #25b25a;
	line-height: 0.95;
}

.radio-custom-label {
	margin-top: 0;
	margin-bottom: 8px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom + .radio-custom-label:before {
	width: 26px;
	height: 26px;
}

.radio-custom:checked + .radio-custom-label:before {
    font-size: 110%;
	content: "\f111";
    font-family: 'FontAwesome';
    color: #25b25a;
	line-height: 1.1;
}

/* Form elements
---------------------------------------------------*/
.form-control:focus {
	border-color: #fccf00;
}	

.form-group {
	width: 70%;
	margin-bottom: 20px;
}

.form-group .title {
	font-size: 15px;
	font-weight: 400;
}

.form-group .title .supp {
	font-size: 12px;
	font-weight: 300;
	margin-left: 8px;
}
.alert {
	padding: 4px 8px;
	margin: 8px 0;
}

.alert-danger {
	font-size: 13px;
	color: #f2dede;
	background-color: #a94442;
	border-color: #a94442;
}

.alert-danger .glyphicon {
	margin-right: 4px;
}

.form-group.error input[type=text],
.form-group.error textarea {
	border: 2px solid #a94442;
}

.alert-warning {
	font-size: 14px;
	padding: 8px 12px;
}

.alert-warning span.glyphicon {
	margin-right: 12px;
}

.alert-warning a:link, .alert-warning a:visited {
	font-weight: 500;
	color: #8a6d3b !important;
}
/* Review Form
/*-------------------------------------------------*/
header {
	color: #336699;
	padding-top: 24px;
}

header .ct-logo img {
	float: left;
}

header .title {
	font-size: 28px;
	font-weight: 400;
	line-height: 60px;
	float: left;
	margin: 0 0 0 24px;
}

header .lang {
	padding-top: 20px;
	text-align: right;
}

header a:link, header a:visited {
	color: #336699;
	margin: 0 6px;
}

.tnc a:link, .tnc a:visited {
	color: #336699;
	text-decoration: underline;
}

#intro a:link, #intro a:visited {
	color: #eee;
	text-decoration: underline;
}

header a:hover,
#intro a:hover,
.tnc a:hover {
	color: #eee;
}

#intro {
	padding-top: 24px;
}

#intro h2 {
	margin: 0 0 16px 0;
}

#intro p {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 12px;
}

#intro p:last-child {
	margin-bottom: 0;
}

.review-form {
	background: url("../images/review-form-bg.gif")\9;
	background-color: rgba(55, 82, 110, 0.8);
	color: #FFF;
	padding: 30px;
}

#interview-review-p2, #interview-review-p3 {
	padding-top: 16px;
}

.review-form .form-section {
	font-size: 24px;
}

.review-form .form-section.form-p1 {
	margin-bottom: 16px;
}

.review-form .form-collapse:after,
.review-form .form-collapse[aria-expanded=true]:after,
.review-form .form-collapse[aria-expanded=false]:after {
    font-family: 'Glyphicons Halflings';
	font-size: 18px;
    color: #FFF;
	margin-left: 12px;
}

.review-form .form-collapse[aria-expanded=true]:after {
    content: "\e113";
}

.review-form .form-collapse:after,
.review-form .form-collapse[aria-expanded=false]:after {
	content: "\e114";
}

.review-form .form-collapse:link, 
.review-form .form-collapse:visited {
	color: #FFF;
}

.review-form .form-limit {
	font-size: 13px;
	font-weight: 300;
	padding-top: 2px;
	float: right;
}

.review-form label {
	font-weight: 300;
	display: block;
}

.review-form select.form-control {
	width: 25%;
}

.chin-ver select.form-control {
	padding-top: 6px;
	padding-bottom: 10px;
}

.review-form .interview-date select.form-control {
	width: 20%;
	float: left;
}

.review-form .offer-salary input {
	width: 40%;
}

.review-form .interview-comment {
	margin-bottom: 0;
}

.review-form .checkbox-wrap label,
.review-form .radio-wrap label {
	display: inline-block;
}

.review-form .reason-rating .form-limit {
	float: none;
}

.checkbox-wrap .other input[type=text],
.radio-wrap .other input[type=text] {
	width: 50%;
	display: inline-block;
}

.rateit {
	padding-left: 0;
}

.rating {
	font-weight: 300;
	margin-bottom: 6px;
}

.rating:last-child {
	margin-bottom: 0;
}

.rating label {
	line-height: 32px;
	padding: 0;
	margin: 0;
}

.rating .star,
.rating .tips {
	line-height: 32px;
	padding-left: 0;
}

#submit-bar {
	padding-bottom: 48px;
}

#submit-bar .tnc {
	font-size: 13px;
	font-weight: 300;
	color: #336699;
	margin-top: 12px;
}

.tnc-content {
	padding-left: 20px;
}

.tnc-content li {
	margin-bottom: 16px;
}

.form-error-interview-test-other{
	display:none;
	margin-left:6px;
}

.form-error-interview-format-other{
	display:none;
	margin-left:6px;
}

.form-error-interview-sources-other{
	display:none;
	margin-left:6px;
}

/* Media Queries
/*-------------------------------------------------*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non Mobile First Method  ==========*/
	
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.form-group {
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.review-form {
		padding: 20px;
	}
	
	.review-form select.form-control {
		width: 40%;
	}
	
	.review-form .interview-date select.form-control {
		width: 50%;
	}
	
	.review-form .offer-salary input {
		width: 100%;
	}
	
	header .lang {
		text-align: center;
	}
	
	#intro h2 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.modal-content {
		padding-top: 50px;
	}
	
	.close-modal {
		width: 40px;
		height: 40px;
		top: 20px;
		right: 20px;
	}

	.close-modal .lr {
		height: 40px;
		margin-left: 20px;
	}

	.close-modal .lr .rl {
		height: 40px;
	}

	.review-form {
		padding: 16px;
	}
	
	.review-form .form-limit {
		display: block;
		float: none;
	}
	
	.review-form select.form-control {
		width: 100%;
	}
	
	header .ct-logo {
		text-align: center;
	}
	
	header .ct-logo img,
	header .title {
		font-size: 24px;
		line-height: 48px;
		margin: 0;
		float: none;
		display: block;
	}
	
	header .ct-logo img {
		height: 48px;
		margin: 0 auto;
	}
	
	header .lang {
		padding-top: 4px;
		text-align: center;
	}
	
	#intro h2 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
	
	#intro p {
		font-size: 14px;
		line-height: 1.4;
	}
	
	.rating .tips {
		padding-right: 0;
		text-align: right;
	}
	
	.checkbox-wrap .other input[type=text]{
		width: 60%;
		display: inline-block;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}