/* Registration 
/*-------------------------------------------------*/
body {
	background: url("/member/registration/images/registration/reg-bg.jpg") right center no-repeat fixed;
	background-size: cover;
}

table a:link,
table a:visited {
	font-weight: bold;
	color: #333;
}

table a:hover {
	color: #888;
}

section {
	background-color: transparent;
}

.other-login .title-w-line {
	font-size: 16px;
	text-align: center;
	margin: 16px 0;
}

.other-login .title-w-line:before,
.other-login .title-w-line:after {
	top: 11px;
}

.mem-login {
	margin-top: 36px;
}

.upload-cv .upload-cv-list .icon-btn {
	font-size: 42px;
}

.upload-cv .selected-cv {
	margin-bottom: 6px;
	cursor: pointer;
}

.upload-cv .selected-cv input {
	cursor: pointer;
}

/* Privacy Setting */
.privacy-choice {
	height: 100%;
	border: 2px solid #ddd;
	text-align: center;
	
	padding: 16px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	
	cursor: pointer;
}

.privacy-choice-w {
	margin-bottom: 24px;
}

.privacy-choice-w .icon-btn {
	font-size: 24px;
}

.privacy-choice {
	position: relative;
}

.privacy-choice:hover,
.privacy-choice.active,
.privacy-choice.active:hover {
	border: 2px solid #3d82bb;
	color: #3d82bb;
}

.privacy-choice h4 {
	font-size: 20px;
	min-height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
}

.privacy-choice h4 i.fa {
	font-size: 32px;
	vertical-align: -4px;
	margin-right: 4px;
}

.privacy-choice p {
	font-size: 15px;
	line-height: 1.3;
}

.privacy-choice .arrow-up {
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.privacy-choice.active .arrow-up {
	display: block;
}

.top-employer .logo-list {
	width: 80%;
	margin: 0 auto;
}

.top-employer .logo-list li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.privacy-msg {
	text-align: center;
	padding: 16px 0;
	border: 1px solid #ddd;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.restricted-msg, .private-msg {
	display: none;
}

.privacy-setting .submit {
	margin-top: 16px;
}

/* Job Alert */
.job-alert {
	background-color: #eff6fb;
	padding: 16px;
	padding-bottom: 8px;
	margin: 24px 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Registration Box */
.registration-box {
	letter-spacing: normal;
	color: #FFF;
	background: linear-gradient(270deg, #3FA4DD 0%, #0E7FBE 100%);
	padding: 15px 20px;
	border-radius: 16px;
	margin-bottom: 30px;
	position: relative;
}

.registration-box * {
	z-index: 1;
}

.registration-box .bg {
	position: absolute;
	right: -30px;
	top: -30px;
	margin: 0 !important;
	z-index: 0;
}

.registration-box > .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.registration-box .desc {
	font-size: 15px;
	line-height: 1.4;
}

.registration-box .desc span {
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
}

.registration-box .criteria-content .msg {
	font-size: 14px;
}

.registration-box .alert-msg {
	font-size: 13px;
	line-height: 1.4;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .15);
	display: inline-block;
}

.registration-box .alert-msg i {
	margin-right: 5px;
}

.registration-box hr {
	max-width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin: 15px 0;
}

.registration-box .alert-msg.mobile {
	margin-top: 10px;
	display: none;
}

.registration-box .tnc {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, .8);
}

.registration-box .tnc a:link, 
.registration-box .tnc a:visited,
.registration-box .alert-msg a:link, 
.registration-box .alert-msg a:visited {
	color: rgba(255, 255, 255, .8);
	text-decoration: underline;
	transition: color .35s ease-in-out;
}

.registration-box .tnc a:hover,
.registration-box .alert-msg a:hover  {
	color: rgba(255, 255, 255, 1);
}

.registration-box input[type=email],
.registration-box .act-field .field-txt {
	font-size: 15px;
}

.registration-box .input {
	margin: 10px 0;
	display: flex;
	flex: 1;
}

.registration-box .input .input-field,
.registration-box .input .criteria {
	flex: 1;
}

.registration-box .input .submit {
	flex: 0 0 80px;
	margin-left: 10px;
}

.registration-box .input .submit .btn {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registration-box.complete .submit {
	margin-top: 10px;
}

/* Tooltip */
.registration-box a.tooltip-info {
	color: #FFF;
}

.tippy-tooltip.info-theme {
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	color: #3280b2;
	padding: 8px 12px;
	border-radius: 8px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.info-theme .tippy-arrow { 
	border-top: 7px solid #fff; border-right: 7px solid transparent; border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.info-theme .tippy-arrow {
	border-bottom: 7px solid #fff; border-right: 7px solid transparent; border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.info-theme .tippy-arrow {
	border-left: 7px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.info-theme .tippy-arrow {
	border-right: 7px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
}




/*-- End of Registration Box --*/




/* Media Queries
/*-------------------------------------------------*/
@media (min-width: 768px) {
	.privacy-choice-w .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {
	.privacy-choice h4 { height: 48px; }
	.privacy-choice.standard h4 { line-height: 12px; }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (max-width: 992px) {
	.top-employer .logo-list { width: 90%; }
	.top-employer .logo-list li { margin-right: 16px; margin-bottom: 16px; }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {	
	.other-login, .mem-login, .form .agree { text-align: center; }
	.mem-login { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ddd; }
	
	ul.subscribe-list li { display: block; }
	.privacy-choice { padding: 10px 16px 12px 16px; }
	.privacy-choice h4 { font-size: 18px; height: auto; min-height: auto; line-height: normal; margin-bottom: 6px; }
	.privacy-choice h4 i.fa { font-size: 28px; }
	
	.privacy-msg,
	.privacy-choice .arrow-up,
	.privacy-choice.active .arrow-up { display: none; }
	
	.privacy-choice-w .col-sm-4 { margin-bottom: 16px; }
	.privacy-choice-w .col-sm-4:last-child { margin-bottom: 0; }
	.privacy-setting .submit { margin-top: 0; }
	
	.privacy-choice-w .row-eq-height { display: block; }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {
	.form .container { padding: 16px; }
}


/*-- Start of Registration Box --*/
@media only screen and (max-width: 414px) {
	.registration-box .bg {
		bottom: -30px;
	}

	.registration-box .input {
		flex-direction: column;
	}

	.registration-box .input .submit {
		flex: auto;
		margin-left: 0;
		margin-top: 10px;
	}

	.criteria.job-func {
		z-index: 2;
	}

	.registration-box.complete .submit .btn {
		width: 100%;
	}
	
	.registration-box .alert-msg {
		display: none;
	}

	.registration-box .alert-msg.mobile {
		display: block;
	}
}
/*-- End of Registration Box --*/