html, body { margin: 0; height: 100%;}
body.iframe-panel { height: auto; }
body { font: 14px Arial, PMingLiU, "新細明體", Helvetica, sans-serif; color: #336699; margin: 0; padding: 0; }

p, h3, h4 { margin: 0; }

br { letter-spacing: normal; }

a:link, a:visited { color: #336699; text-decoration: none; }
a:hover { color: #7db2e7; }

/*a:link, a:visited { color: #336699; text-decoration: none; }
a:hover { color: #7db2e7; }*/

*:focus {
    outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul { margin: 0; padding: 0; list-style: none; }
ol { margin: 0; padding: 0; padding-left: 20px; }

.page-body *, .subpage-body *, .revamp-header *, .revamp-footer *, .iframe-panel *,
.lhs .jd-apply-form * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

#fancybox-content, #fancybox-frame, #fancybox-wrap {
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;         /* Opera/IE 8+ */	
}

/* Clearfix
----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* General
----------------------------------*/
.icon { display: block; }

.page-body { min-width: 1008px; }

.page-container { width: 100%; }

.page-divider { height: 10px; background: #4699cc; }

.page-content { width: 1008px; padding: 0 6px; margin: 0 auto; position: relative; }
.page-content .breadcrumb { font-size: 13px; color: #333; margin-bottom: 18px; }
.page-content .breadcrumb a:link, .page-content .breadcrumb a:visited { color: #333; }
.page-content .breadcrumb a:hover { text-decoration: underline; }
.page-content .breadcrumb span.current { font-weight: bold; }

#breadcrumb a:link, #breadcrumb a:visited { color: #333; }
#breadcrumb a:hover { text-decoration: underline; }

.full-page-body { height: 100%; }
.full-page-body .page-content { width: 100%; min-width: 1008px; padding: 0 20px; }

.section-container { position: relative; margin-bottom: 20px; }

.section-content { background: #fdfdfd; border: 1px solid #f8f8f8; border-top-color: #336699; padding: 16px; }

.full-width-section { width: 100%; }

.fixed-header { width: 100%; position: relative; z-index: 999; /*position: fixed; top: 0; left: 0; right: 0; z-index: 999;*/ }
.fixed-subheader { width: 100%; min-width: 1008px; position: relative; z-index: 999; }

/* Fixed header for Job Detail */
#header .headerContent .fixed-header { position: fixed; top: 0; left: 0; right: 0; }

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-bottom: 6px solid #fdfdfd;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}

/* Tab Styling */
.tab-content-container {
	width: 100%;
    background-color: #fdfdfd;
    border: 1px solid #f8f8f8;
	border-top-color: #336699;
	float: left;
}

.tab-content {
    width: 100%;
    padding: 16px;
    display: none;
}

.first-tab-content {
	display: block;   
}

.tabs-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.tabs-menu li {
	font-size: 13px;
	background-color: #FFF;
	color: #336699;
	border: 1px solid #336699;
	border-bottom: none;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	margin-left: 6px;
	float: left;	
}

.tabs-menu li.current {
	background-color: #336699;	
}

.tabs-menu li a {
	color: #336699;
	padding: 8px 22px;
	display: block;
	float: left;
}

.tabs-menu li a:hover {
	background-color: #336699;
	color: #FFF;
}

.tabs-menu li.current a {
	color: #FFF;
}

#search-panel-tab .search-jobs-tab #title-h1 {
	display: inline;
}

.search-panel-tabs-menu-wrapper {
	width: 254px;
	float: left;	
}

.search-panel-tabs-menu-wrapper h1 {
	font-size: 15px; font-weight: normal; margin: 0;
}
.vertical-tabs-content-wrapper {
	width: 741px;
	float: left;
}

.vertical-tabs-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical-tabs-menu li {
	font-size: 15px;
	color: #FFF;
	float: left;	
}

.vertical-tabs-menu li:first-child {
	margin-bottom: 8px;	
}

.vertical-tabs-menu li a {
	width: 228px;
	color: #FFF;
	padding: 14px 12px 14px 48px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	position: relative;
	display: block;
	float: left;
}

.vertical-tabs-menu li a:hover {
	background-color: #336699;
}

.vertical-tabs-menu li.current a {
	background-color: #336699;
	color: #FFF;
}

.scroll-pane {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.info-tooltip {
	width: 300px;	
}

.info-tooltip .tooltip-title {
	font-weight: bold;
	color: #4699CC;	
}

.info-tooltip .tooltip-inner {
	padding: 6px 6px 6px 56px;
	line-height: 16px;	
	
	background: url("../images/j_details_goodjob_yellow.png") 6px 4px no-repeat;
}

.info-tooltip.plain-tooltip .tooltip-inner {
	background: none;
	padding: 8px;
}

.bubble-wrapper, .bubble-wrapper-top {
	width: 280px;
	font-size: 13px;
	background: #ffffff;
	color: #333;
	padding: 8px;
	border: 1px solid #92b1cb;
	position: absolute;
	right: 40px;
	top: 0; 
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.15); 
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bubble-wrapper:after, .bubble-wrapper:before { right: 100%; top: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.bubble-wrapper:after { border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 7px; margin-top: -7px; }
.bubble-wrapper:before { border-color: rgba(146, 177, 203, 0); border-right-color: #92b1cb; border-width: 9px; margin-top: -9px; }


.bubble-wrapper-top:after, .bubble-wrapper-top:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.bubble-wrapper-top:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 7px; margin-left: -9px; }
.bubble-wrapper-top:before { border-color: rgba(146, 177, 203, 0); border-bottom-color: #92b1cb; border-width: 9px; margin-left: -11px; }


.bubble-wrapper .bubble-title,
.bubble-wrapper-top .bubble-title {
	font-weight: bold;
	color: #4699CC;
}

.bubble-close {
	width: 30px;
	height: 30px;
	background: url("../images/fancybox/fancy_close.png") 0 0 no-repeat;
	position: absolute;
	top: -12px;
	right: -12px;	
	cursor: pointer;
}

.social-media-icon {
	width: 30px;
	height: 30px;
	background: url("../images/social-media.png") no-repeat 0 0;
	display: block;	
	float: right;
	margin-left: 12px;
	opacity: 1;
	
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.social-media-icon.facebook:hover { opacity: 0.6; }

.social-media-icon.linkedin { background-position: -30px 0; }
.social-media-icon.linkedin:hover { opacity: 0.6; }

.social-media-icon.youtube { background-position: -60px 0; }
.social-media-icon.youtube:hover { opacity: 0.6; }

.social-media-icon.rss { background-position: -90px 0; }
.social-media-icon.rss:hover { opacity: 0.6; }

.social-media-icon.app-store { background-position: -120px 0; }
.social-media-icon.app-store:hover { opacity: 0.6; }

.social-media-icon.google-play { background-position: -150px 0; }
.social-media-icon.google-play:hover { opacity: 0.6; }

/* Alert */
.alert-msg {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: center;
	
	background: #fffbdd;
	padding: 4px;
	
	margin-bottom: 20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-msg .alert-icon { vertical-align: -8px; }

.alert-msg a:link, .alert-msg a:visited { color: #333; text-decoration: underline; }
.alert-msg a:hover { color: #888; }

/* Hr with text
----------------------------------*/
.strike {
	font-size: 14px;
	color: #666;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
	margin: 24px 0;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}


/* ComboBox (Search Panel)
----------------------------------*/
:focus { outline: none; }

.selectBox-panel {
	position: absolute;
	top: 46px;
	z-index: 999;
	display: none;
}

.combo-box-wrapper {
	width: 648px;
	height: auto;
	font-size: 13px;
	background: #FFF;
	border: 2px solid #92b1cb;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	position: relative;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}

.combo-box-selected-wrapper {
	padding: 8px 8px 2px 8px;
	border-bottom: 1px solid #92b1cb;
}

.combo-box-selected-tag {
	width: 84%;
	min-height: 1px;
	float: left;	
}

.combo-box-simple.combo-box-jobfunc-sc .combo-box-selected-tag,
.combo-box-simple.combo-box-job-industry .combo-box-selected-tag { width: 75%; }

.combo-box-action {
	width: 80px;
	float: right;	
}

.combo-box-tag-list {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.combo-box-tag-list .tag {
	font-size: 13px;
	background: #99B7CE url("../images/combobox-icons.png") right -31px no-repeat;
	color: #FFF;
	padding: 4px 22px 4px 6px;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.combo-box-tag-list .max_tag {
	font-size: 12px;
	color: #888;
	line-height: 22px;
	display: block;
	float: left;	
}

.combo-box-tag-list .tag:hover {
	text-decoration: line-through;
	cursor: pointer;
}

.combo-box-action-done:link, .combo-box-action-done:visited {
	width: 68px;
	background: #336699;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding: 6px;
	display: block;
	float: right;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	
	margin-bottom: 6px;
}

.combo-box-action-done:hover {
	background: #4378a3;	
}

.combo-box-submenu {
	background-color: #f9fcfd;
	
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.combo-box-menu-list-wrapper {
	width: 50%;
	float: left;	
}

.combo-box-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.combo-box-menu-list li {
	color: #666;
	line-height: 20px;
	cursor: pointer;
}

.combo-box-menu-list li:hover {
	background: #dae7f1;
}

.combo-box-menu-list .combo-box-opt {
	height: 36px;
	color: #666666;
	padding: 8px 32px 8px 31px;
	display: block;
}

.combo-box-menu-list .combo-box-opt:hover {
	background: #dae7f1;
	cursor: pointer;
}

.combo-box-menu-list li.active .combo-box-opt {
	font-weight: bold;
	color: #336699;
	background: #F9FCFD url("../images/combobox-icons.png") 296px 12px no-repeat;;
}

.combo-box-menu-list li.active .combo-box-opt:hover {
	color: #336699;	
}

.combo-box-menu-list li.selected,
.combo-box-opt-select-all.selected {
	font-weight: bold;	
	color: #336699;
}

.combo-box-main-menu .scroll-pane {
	width: 100%;
	height: 324px;
	overflow: auto;
}

.combo-box-opt-choice .scroll-pane {
	height: 288px;	
}

.combo-box-submenu .combo-box-menu-list li {
	line-height: 20px;
	padding: 8px 16px 8px 56px;
	position: relative;
}

.combo-box-opt-checkbox {
	line-height: 36px;
	padding: 8px 16px 8px 8px;
	display: block;
	cursor: pointer;	
}

.combo-box-opt-checkbox input {
	margin-right: 6px;	
	vertical-align: -1px;
	float: left;
}

.combo-box-opt-checkbox span {
	width: 240px;
	line-height: 20px;
	float: left;
	display: block;	
}

.combo-box-opt-select-all {
	color: #666;
	line-height: 20px;
	padding: 8px 16px 8px 32px;
	border-bottom: 1px dotted #92B1CB;
	position: relative;
	cursor: pointer;
}

.combo-box-opt-select-all:hover {
	background: #DAE7F1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.combo-box-arrow {
	width: 16px;
	height: 12px;
	background: url("../images/combobox-icons.png") left -89px no-repeat;
	position: absolute;	
	top: -11px;
	left: 26px;
}

.custom-checkbox {
	width: 25px;
	height: 25px;
	background: url("../images/checkbox.png") 0 0 no-repeat;
	display: block;
	
	position: absolute;
	top: 6px;
	left: 28px;
}

.combo-box-menu-list li .custom-checkbox { top: 4px; }

.combo-box-opt-select-all .custom-checkbox { top: 4px; left: 4px; }

.combo-box-menu-list li.selected .custom-checkbox,
.combo-box-opt-select-all.selected .custom-checkbox {
	background-position: 0 -50px;	
}

.combo-box-simple .combo-box-menu-list li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


.combo-box-simple .combo-box-menu-list li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


/* Simple Combo Box */
.combo-box-simple { width: auto; min-width: 220px; }
.combo-box-simple .combo-box-menu-list li .custom-checkbox { left: 28px; }
.combo-box-simple .combo-box-submenu {
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.combo-box-simple .combo-box-submenu .combo-box-menu-list li { line-height: 20px; padding: 8px 20px 8px 56px; }
.combo-box-simple.combo-box-search-keyword .combo-box-submenu .combo-box-menu-list li { padding: 8px 20px 8px 34px; }

.combo-box-search-keyword .combo-box-menu-list span.icon {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") 0 0 no-repeat;
	display: block;
	position: absolute;
	left: 6px;
	top: 8px;
}

.combo-box-search-keyword .combo-box-menu-list .search-keyword-title-company span.icon { background-position: 0 -30px; }
.combo-box-search-keyword .combo-box-menu-list .search-keyword-title span.icon { background-position: -420px -30px; }
.combo-box-search-keyword .combo-box-menu-list .search-keyword-company span.icon { background-position: -120px -30px; }
.combo-box-search-keyword .combo-box-menu-list .search-keyword-all-text span.icon { background-position: -30px -30px; }

.combo-box-simple.combo-box-search-keyword { width: 200px; min-width: 188px; }
.combo-box-search-keyword .jspPane { width: 196px !important; }
.combo-box-simple.combo-box-workexp .jspPane { width: 248px !important; }

.combo-box-simple .combo-box-selected-wrapper { display: none; }
.combo-box-simple .combo-box-menu-list-wrapper { width: 100%; }
.combo-box-simple .combo-box-opt-choice .scroll-pane { height: auto; max-height: 288px; }
.combo-box-jobfunc-sc { width: 344px; }
.selectBox-employment-term { left: 396px; }
.selectBox-jobfunc,
.selectBox-jobfunc-sc { top: 92px; }
.selectBox-job-industry,
.selectBox-job-industry-sc { top: 138px; }
.selectBox-job-loc { top: 138px; right: 0; }
.selectBox-employer-type { top: 184px; right: 0; }
.selectBox-career-lv { top: 184px; left: 273px; }
.selectBox-salary-source { top: 138px; left: 396px; }
.selectBox-yob .combo-box-simple { width: 160px; min-width: 160px; }
/*.selectBox-yob .jspPane { width: 160px !important; }*/
.selectBox-work-exp .jspPane { width: 216px !important; }

.selectBox-job-loc .combo-box-arrow,
.selectBox-employer-type .combo-box-arrow,
.selectBox-salary .combo-box-arrow { right: 26px; left: auto; }

.selectBox-employment-term-jl { top: 48px; left: 456px; }
.selectBox-jobfunc-jl { top: 48px; left: 286px;}
.selectBox-job-industry-jl { top: 86px; }
.selectBox-job-loc-jl { top: 86px; left: 542px; }
.selectBox-employer-type-jl { top: 127px; left: 542px; }
.selectBox-career-lv-jl { top: 127px; left: 280px; }
.selectBox-job-loc-jl .combo-box-arrow,
.selectBox-employer-type-jl .combo-box-arrow { left: 26px; right: auto; }

.selectBox-salary { top: 92px; right: 0; }
.selectBox-edu-lv { top: 138px; left: 273px; }
.selectBox-workexp { top: 184px; }
.selectBox-workexp-sc { top: 92px; left: 396px; }

.selectBox-salary-jl { top: 48px; left: 630px; }
.selectBox-edu-lv-jl { top: 86px; left: 280px; }
.selectBox-workexp-jl { top: 127px; }

.sp-it-digital .selectBox-jobfunc-jl { left: 306px;}
.sp-it-digital .selectBox-job-loc-jl { top: 48px; left: 496px; }
.sp-it-digital .selectBox-salary-jl { left: 416px; }
.sp-it-digital .selectBox-salary-jl .combo-box-arrow { right: 36px; left: auto; }

.selectBox-expected-year-graduation .jspPane { width:216px !important; }

.selectBox-job-loc-jl .combo-box-wrapper { width: 520px; }
.selectBox-job-loc-jl .combo-box-wrapper .jspPane { width: 258px !important; }
.selectBox-job-loc-jl .combo-box-wrapper .jspPane .combo-box-menu-list li.active .combo-box-opt {
	background-position: 236px 12px;
}

.combo-box-simple.combo-box-job-industry,
.combo-box-simple.combo-box-job-industry-sc {
	width: 376px;
}

.combo-box-simple.combo-box-job-industry .jspPane,
.combo-box-simple.combo-box-job-industry-sc .jspPane,
.combo-box-simple.combo-box-jobfunc-sc .jspPane { width: 100% !important; }

.combo-box-simple.combo-box-salary {
	/*width: 370px;*/
	/** temp change **/
	width:450px;
	position: relative;
}

.combo-box-simple.combo-box-workexp {
	width: 260px;
	position: relative;
}

.combo-box-salary .slider-mark,
.combo-box-workexp .slider-mark {
	width: 95%;
	color: #336699;
	position: absolute;
	bottom: 8px;
	left: 10px;
	cursor: default;
}

.combo-box-simple .scroll-pane-content {
	/**width: 360px;**/
	/*temp change*/
	width:450px;
	height: 92px;
	padding: 12px;
	position: relative;
}

.combo-box-wrapper.combo-box-jobfunc { width: 650px; }

.selectBox-workexp .scroll-pane-content { width: 250px; height: 82px; }
.selectBox-workexp-sc .scroll-pane-content { width: 250px; height: 62px; }
.selectBox-workexp-jl .combo-box-simple .scroll-pane-content { width: 250px; height: 82px; }

.salary-mode-select { margin-bottom: 12px; }

.salary-mode-select a {
	width: 64px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	background: #FFF;
	border: 1px solid #336699;
	color: #336699;
	display: block;
	float: left;
}

.salary-mode-select a.active {
	background: #336699;
	color: #FFF;	
}

.salary-mode-select .salary-monthly-btn {
	border-right: none;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.salary-mode-select .salary-hourly-btn {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}

.workexp-freshgrad { color: #336699; margin-bottom: 12px; }
.workexp-freshgrad span.checkbox { margin: -5px 3px 0 -9px;	}

.slider-mark-salary-hourly { display: none; }

.selectBox-employer-type .combo-box-menu-list .job-cat,
.selectBox-employer-type-jl .combo-box-menu-list .job-cat { width: 6px; height: 100%; position: absolute; top: 0; left: 8px; }
.selectBox-employer-type .combo-box-menu-list .job-cat.opt-choice-de,
.selectBox-employer-type-jl .combo-box-menu-list .job-cat.opt-choice-de { background: #e48d8b; }
.selectBox-employer-type .combo-box-menu-list .job-cat.opt-choice-pc,
.selectBox-employer-type-jl .combo-box-menu-list .job-cat.opt-choice-pc { background: #6cba7a; }
.selectBox-employer-type .combo-box-menu-list .job-cat.opt-choice-ia,
.selectBox-employer-type-jl .combo-box-menu-list .job-cat.opt-choice-ia { background: #73a6ca; }

.selectBox-employer-type .combo-box-menu-list li,
.selectBox-employer-type-jl .combo-box-menu-list li { margin-bottom: 1px; }

.selectBox-mobile .country-code { margin-left: 8px; }

.selectBox-panel .priority-end { border-bottom: 2px solid #E0E8EF; }



/*.selectBox-mobile .combo-box-simple .combo-box-submenu .combo-box-menu-list li { padding-left: 42px; }
.selectBox-mobile .combo-box-simple .combo-box-menu-list li .custom-checkbox { left: 12px; }*/


/* Header
----------------------------------*/
.header-content { height: 92px; padding: 16px 6px; }

.full-page-body .header-content { background: #FFF; height: 80px; padding: 10px 20px; position: relative; }

.header-content .top-banner {
	width: 468px;
	height: 60px;
	float: right;
	margin-right: 20px;	
}

.header-content .language  {
	font-size: 12px;
	position: absolute;
	left: 216px;
	top: 43px;
}

.header-content .jl-lang { top: 36px; left: 184px; }
.header-content .jd-lang { top: 25px; left: 170px; }

.header-content .language span.separator,
.header-content .joblist-language span.separator { margin: 0 5px; }

/* Login Register */
.login-register-box-container {
	position: relative;
	top: -16px;
	float: right;
}

#header .headerContent .login-register-box-container {
	top: -10px;
}

.login-register-box-container .notification {
	min-width: 22px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background-color: #fccf00;
	color: #336699;
	padding: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 10px;
	display: block;
	float: left;
	text-align: center;
}

.login-register-box-container .member-section {
	font-weight: bold;
	color: #4699cc;
	padding: 12px 20px 12px 28px;
	position: relative;
	cursor: pointer;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

.login-register-box-container .member-section.guest {
	padding-right: 0;
	padding-top: 16px;
}

.login-register-box-container .member-section:hover,
.login-register-box-container .member-section .login-btn:hover {
	color: #8ec4e6;
}

.login-register-box-container .member-section span.icon {
	width: 20px;
	height: 20px;
	background: url("/images/icons.png") -390px -210px no-repeat;
	position: absolute;
	top: 12px;
	left: 0px;
}

.login-register-box-container .member-section span.arrow {
	width: 11px;
	height: 6px;
	background: url("/images/icons.png") -240px -240px no-repeat;
	position: absolute;
	top: 20px;
	right: 1px;
}

.login-register-box-container .member-section span.arrow.arrowup {
	background-position: -240px -246px;
}

.login-register-box-container .member-section .name {
	max-width: 220px;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}

.login-register-box-container .member-section .login-btn {
	color: #4699cc;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

.login-register-box-container .member-section .reg-btn {
	background: #fccf00;
	color: #336699;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 12px;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

.login-register-box-container .member-section .reg-btn:hover {
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}


.login-register-box-container .member-menu {
	width: 180px;
	background-color: #FFF;
	border: 1px solid #92b1cb;
	padding: 4px 0;
	position: absolute;
	top: 44px;
	right: 0;
	z-index: 99;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}

.login-register-box-container .member-menu ul {
	margin: 0;
	padding: 0;
}

.login-register-box-container .member-menu ul li a:link, 
.login-register-box-container .member-menu ul li a:visited {
	font-size: 14px;
	line-height: 24px;
	color: #444;
	padding: 6px 16px;
	display: block;
}

.login-register-box-container .member-menu ul li a:hover {
	color: #333;
	background-color: #eff3f7;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.login-register-box-container .member-menu .notification {
	float: right;
}

.full-page-body .header-content .login-register-box-container { top: -10px; }

.login-register-box {
	font-size: 14px;
	color: #FFF;
	background: #4699cc;
	
	padding: 8px 12px;
}

#header .headerContent .header-content { height: 65px; }

.login-register-box .user-name { font-weight: bold; }

.login-register-box a:link, .login-register-box a:visited { font-size: 14px; color: #FFF; }
.login-register-box a:hover { text-decoration: underline; }

.login-register-box .separator { color: #75B3D9; margin: 0 8px; }

.full-page-body .login-register-box { right: 20px; }

.header-logo {
	width: 190px;
	height: 60px;
	
	background: url("../images/ctlogo.png") no-repeat left top;
	
	display: block;
	float: left;
}

.subpage-body .header-logo { width: 144px; height: 45px; background: url("../images/ctlogo-s.png") no-repeat left top; margin-top: 8px; }

.subpage-body .search-panel-content { padding: 8px 6px; }

.header-logo span { display: none; }

/* Top Bar
----------------------------------*/
.topbar-container { height: 40px; position: relative; display: none; } 
.topbar-container a:link,
.topbar-container a:hover,
.topbar-container a:visited { color: #336699; }

.topbar-inner {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #FFFBE9;
	border: 2px solid #ffd6bb;
	border-top: none;
	/*background: #FFFBE9 url("/images/topbar-img.png") 0 0 no-repeat;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.topbar-inner span.icon {
	width: 178px;
	height: 127px;
	background: url("/images/topbar-img.png") 0 -40px no-repeat;
	position: absolute;
	top: -14px;
	left: 68px;
}

.topbar-inner .highlight { color: #F6735A; }

.topbar-get-hunted .topbar-inner span.icon,
.topbar-get-hunted-02 .topbar-inner span.icon,
.topbar-select-cv .topbar-inner span.icon {
	width: 200px;
	height: 66px;
	background-position: -178px -40px;
	top: -2px;
	left: 96px;
}

.topbar-container .msg-btn:link {
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background: #ff7f66;
	
	padding: 0 12px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	display: block;
	
	position: absolute;
	top: 4px;
	right: 120px;
}

.topbar-container .msg-btn:hover { background: #f6735a; }
.topbar-container .msg-btn:visited { color: #FFF; }

.topbar-update-cv.topbar-chin .msg-btn,
.topbar-upload-cv.topbar-chin .msg-btn { right: 196px; }
.topbar-update-cv.topbar-chin .topbar-inner span.icon,
.topbar-upload-cv.topbar-chin .topbar-inner span.icon { left: 116px; }

.topbar-get-hunted.topbar-container .msg-btn { right: 200px; }
.topbar-get-hunted.topbar-chin.topbar-container .msg-btn { right: 276px; }
.topbar-get-hunted.topbar-chin .topbar-inner span.icon { left: 154px; }

.topbar-get-hunted-02.topbar-container .msg-btn { right: 160px; }
.topbar-get-hunted-02.topbar-chin.topbar-container .msg-btn { right: 286px; }
.topbar-get-hunted-02.topbar-container .topbar-inner span.icon { left: 60px; }
.topbar-get-hunted-02.topbar-chin .topbar-inner span.icon { left: 164px; }

.topbar-select-cv.topbar-chin.topbar-container .msg-btn { right: 196px; }
.topbar-select-cv.topbar-container .topbar-inner span.icon { left: 24px; }
.topbar-select-cv.topbar-chin .topbar-inner span.icon { left: 72px; }

a.close-msg-btn, a.del-btn {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") -180px -90px no-repeat;
	position: absolute;
	right: 4px;
	top: 6px;	
}

a.close-msg-btn:hover { background-position: -210px -90px; }

.topbar-container a.close-msg-btn { top: 50%; margin-top: -10px; right: 12px; }

/* Navigation
----------------------------------*/
.nav-container {
	color: #FFF;
	background: #336699;	
}

.nav-menu {
	padding: 0;
	margin: 0;	
}

.nav-menu li {
	position: relative;
	list-style: none;
	display: block;
	float: left;
}

.sub-menu-list li {
	display: block;
	float: none;	
}

.menuitem:link, .menuitem:visited {
	font-size: 14px;
	color: #FFFFFF;
	background: #336699;
	text-decoration: none;
	line-height: 17px;
	border-right: 1px solid #4378a3;
	padding: 10px 24px;
	display: block;	
	float: left;
	
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.menuitem:hover {
	background: #225987;	
}

.nav-menu li:first-child .menuitem {
	border-left: 1px solid #4378a3;
}

.menuitem.current:link, .menuitem.current:visited {
	background: #225987;
}

/* Navigation Sub-Menu */
.nav-menu .sub-menu, .nav-menu .sub-layer-menu, .nav-menu .sub-layer-menu-s {
	width: 112px;
	
	font-size: 14px;
	color: #336699;
	background: #ffffff;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 9999;
	
	display: none;
	
	border: 1px solid #E0E8EF;
	border-top: none;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


.nav-menu .sub-layer-menu, .nav-menu .sub-layer-menu-s {
	width: 140px;
	border-top: 1px solid #E0E8EF;
	display: none;
	
	position: absolute;

	left: 150px;
	top: 0;
}

.browse-job-column-menu .sub-menu {
	width: 420px;
	
	font-size: 14px;
	color: #336699;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9999;
	
	display: none;
	
	border: 1px solid #E0E8EF;
	border-top: none;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.browse-job-tooltip {
    display: none;
}

.browse-job-tooltip .tooltip-inner {
	width: 440px;
	padding: 12px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title {
	font-size: 16px;
	font-weight: 700;
	color: #336699;	
	padding-top: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E0E8EF;
	margin-bottom: 12px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-link {
	font-size: 12px;
	float: right;
	margin-top: -7px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-go-to {
	height: 26px;
	line-height: 26px;
	float: left;
	margin-right: 6px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo {
	width: 60px;
	height: 26px;
	background: url("../images/go-to-channel-logo.png") 0 0 no-repeat;
	float: left;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.cthr {
	width: 38px;
	background-position: 0 0;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.ngo {
	width: 53px;
	background-position: 0 -26px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.ctretail {
	width: 56px;
	background-position: 0 -52px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.ctfinance {
	width: 74px;
	background-position: 0 -78px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.graduate {
	width: 85px;
	background-position: 0 -104px;
}

.browse-job-tooltip .tooltip-inner .tooltip-title .channel-logo.cthc {
	width: 125px;
	background-position: 0 -130px;
}

.browse-job-tooltip .tooltip-content .column {
	width: 50%;
	float: left;	
}

.browse-job-column-sub-menu {
	margin: 0;
	padding-left: 0;
}

.browse-job-column-sub-menu li {
	margin-bottom: 6px;
	line-height: 16px;
	list-style: none;
}

.browse-job-column-sub-menu li.last-menuitem {
	margin-bottom: 0;	
}

.browse-job-column-sub-menu li .browse-job-cat {
	float: left;	
}

.browse-job-cat-link { float:left; max-width: 160px; display: block; }
.browse-job-cat { max-width: 160px; white-space:nowrap !important; overflow: hidden; text-overflow: ellipsis; display: block; margin-right: 4px; }

.browse-job-column-sub-menu li a:link, .browse-job-column-sub-menu li a:visited { color: #333; }
.browse-job-column-sub-menu li a:hover .browse-job-cat { text-decoration: underline; }

 
.browse-job-num {
	font-size: 11px;
	color: #999;	
}

.nav-menu .sub-menu-list {
	padding: 6px 0 6px 0;
	margin: 0;
}

.nav-menu .sub-menu-list li.sub-layer { position: relative; }

.nav-menu .sub-menu-list .sub-menuitem {
	line-height: 1.3;
	padding: 4px 16px 4px 24px;	
	display: block;
}

.nav-menu .sub-menu-list .sub-menuitem:link, .nav-menu .sub-menu-list .sub-menuitem:visited { color: #336699; background: url("../images/list-arrow-b.png") 12px 8px no-repeat; }
.nav-menu .sub-menu-list .sub-menuitem:hover { color: #7db2e7; background-position: 12px -32px; text-decoration: none; }

/* Navigation Sub-Menu Customization */
.menu-myactivity .sub-menu { width: 172px; }
.menu-myactivity .arrow-up { left: 57px; }

.menu-resources .sub-menu { width: 920px; left: -114px; }
.menu-resources .arrow-up { left: 170px; }

.menu-resources .resources-tool-tips .sub-layer-menu { width: 164px; }
.menu-resources .resources-holiday .sub-layer-menu-s, 
.menu-resources .resources-useful-links .sub-layer-menu-s { width: 114px; }
.menu-communities .sub-menu { width: 996px; left: -229px; }
.menu-communities .arrow-up { left: 294px; }

.menu-supplement .sub-menu { width: 180px; left: -56px; }
.menu-supplement .arrow-up { left: 117px; }

/*.menu-lefy .menuitem { border-bottom: 4px solid #fccf00; padding-bottom: 6px; }*/
/*.menu-communities .sub-menu { width: 996px; left: -314px; }
.menu-communities .arrow-up { left: 380px; }*/

/* Navigation - Complex Menu (More than 1 column) */
.nav-menu .complex-menu .sub-menu-list {
	width: 25%;
	padding: 8px;
	float: left;	
}

.nav-menu .complex-menu.menu-resources .sub-menu-list {
	width: 20%;
}
.nav-menu .complex-menu.menu-communities .sub-menu-list {
	width: 16.6%;
}

.nav-menu .complex-menu .sub-menu-list .title-item {
	width: 96%;
	
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	background: #99b7ce;
	padding: 3px 0 3px 8px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin-bottom: 2px;
	display: block;
}

.nav-menu .complex-menu .sub-menu-list .sub-menuitem:link, .nav-menu .complex-menu .sub-menu-list .sub-menuitem:visited { color: #336699; background-position: 8px 8px; }
.nav-menu .complex-menu .sub-menu-list .sub-menuitem:hover { color: #7db2e7; background-position: 8px -32px; text-decoration: none; }

.nav-menu .complex-menu .sub-menu-list .sub-menuheader {
	border-bottom: 1px solid #99b7ce;
	padding: 5px 0;
	display: block;
}

.nav-menu .complex-menu .sub-menu-list .sub-menuitem {
	padding-left: 20px;
}

.employers-login-btn {
	width: 144px;
	height: 37px;
	color: #FFF;
	text-align: center;
	background: url("../images/employers-login.gif") 0 0 no-repeat;
	padding: 2px 0 0 8px;
	display: block;
	position: absolute;
	right: 6px;
	top: 0;
}

.full-page-body .employers-login-btn { right: 20px; }

.employers-login-btn:link, .employers-login-btn:visited { color: #FFF; }
.employers-login-btn:hover { color: #FFF; background-position: 0 -37px; text-decoration: none; }

.employers-login-btn .headline {
	font-size: 14px;
	display: block;
	margin-bottom: 1px;
}

.employers-login-btn .sub-headline {
	font-size: 12px;
	display: block;
}

/* Search Panel
----------------------------------*/
.search-panel-container, .search-panel-container-s {
	color: #FFF;
	background: #4699cc;
}

.search-panel-content { padding: 20px 6px 20px 7px;	}
.full-page-body .search-panel-content { padding: 8px 20px; }

.search-panel-tabs-menu-wrapper a:link,
.search-panel-tabs-menu-wrapper a:visited {
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.search-panel-tabs-menu-wrapper a:hover {
	background: #336699;
}

.search-panel-tabs-menu-wrapper a span.icon {
	width: 30px;
	height: 30px;
	background: url("../images/icons.png") 0 0 no-repeat;	
	
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -16px;
}

.search-panel-tabs-menu-wrapper .salary-check-tab span.icon {
	background-position: -30px 0;
}

.main-content {
   height: auto;
   overflow: hidden;
   padding: 20px 6px;
}
    
.main-content .right-column {
    width: 320px;
    float: right;
	padding-left: 20px;
}

.main-content .left-column {
    float: none;
    width: auto;
    overflow: hidden;
	min-height: 860px;
}

.main-content .home-banner-large {
	width: 300px;
	height: 250px;
	margin-bottom: 18px;
	float: right;
}

.main-content .home-banner-medium {
	margin-bottom: 18px;
	float: right;
}

.main-content .last-home-banner {
	margin-bottom: 0;	
}

.main-content .home-banner-separator {
	width: 100%;
	height: 1px;
	background: #e0e8ef;
	margin: 7px 0 28px 0;
	float: right;
	display: none;
}

.tab-content {
	font-size: 13px;	
}

.tab-content .column .column-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-content .column .column-menu li {
	line-height: 16px;
	margin-bottom: 14px;
	position: relative;
}

.tab-content .column .column-menu li.last-menuitem {
	margin-bottom: 0;
}

.tab-content .column .column-menu li a {
	font-weight: 700;
	color: #336699;
}

.tab-content .column .column-menu li .menuitem-wrapper {
	background: url("../images/list-dot.png") no-repeat left 4px;
	padding: 0 14px;	
}

.tab-content .column .column-menu li a:hover {
	color: #7db2e7;
	text-decoration: underline;	
}

.section-header {
	height: 35px;	
	position: relative;
}

.section-container .section-title {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #666;
	padding-left: 32px;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 99;	
}

.home-title-icon, .section-title-icon {
	width: 26px;
	height: 26px;
	background: url("../images/home-title-icon.png") 0 0 no-repeat;
	
	position: absolute;
	left: 0;
	top: 0;
}

.home-title-browse-job { background-position: 0 0; }
.home-title-hot-jobs { background-position: -26px 0; }
.home-title-top-employer,
.home-title-whats-new { background-position: -52px 0; }
.home-title-supporting-partner { background-position: -260px 0; }
.section-title-import { background-position: -234px 0; }
.section-title-recent-act { background-position: -104px 0; }

/* Supporting Organization */
.supporting-organization-content-wrapper { 
	height: 150px;
}

/* Search Panel - Search Criteria
----------------------------------*/
#search-panel-tab .tab-content {
	min-height: 128px;
	padding: 0 0 0 26px;
	border-left: 1px solid #75b3d9;	
	position: relative;
}

#search-panel-tab .tab-content .row { padding-bottom: 10px;	}
#search-panel-tab .tab-content .last-row { padding-bottom: 0; }

.search-criteria-container {
	width: 344px;	
	float: left;
}

.search-criteria-container-s {
	width: 220px;
	float: left;	
}

.row-first-criteria { margin-right: 26px; }

.search-criteria-container-s.row-first-criteria,
.search-criteria-container-s.row-second-criteria { margin-right: 27px; }

.input-field, .input-field-group {
	width: 100%;
	height: 28px;
	background: #FFF;
	border: 2px solid #ccc;
	font-size: 14px;
	padding: 2px 6px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	position: relative;
	
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
}

.textarea-wrapper textarea {
	width: 100%;
	height: 100px;
	font-family: Arial, PMingLiU, "新細明體", MingLiU, Helvetica, sans-serif;
	font-size: 15px;
	border: 2px solid #e0e8ef;
	padding: 6px 8px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
	
	resize: none;	
}

.textarea-wrapper textarea.focus { border-color: #adc1d5; }

.select-field {
	position: relative;	
}

.select-field.error-field .select { border-color: #ca3636 !important; }

.input-field input[type=text],
.input-field-group input[type=text],
.input-field input[type=password] {
	width: 100%;
	font-size: 14px;
	font-family: Arial, PMingLiU, "新細明體", MingLiU, Helvetica, sans-serif;
	line-height: 20px;
	border: 0;
	padding: 0;
}

.input-field span.icon,
.input-field-group span.icon {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") 0 0 no-repeat;
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;	
}

.search-criteria-container .input-field,
.search-criteria-container .input-field-group,
.search-criteria-container-s .input-field,
.search-criteria-container-s .input-field-group {
	height: 36px;
	border: 2px solid #92b1cb;
	background: #FFF;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	
	padding: 6px 32px 6px 32px;
}

.search-criteria-container .input-field-group { padding-left: 56px; }

/* Modified Field */
.search-criteria-container .input-field.modified-field,
.search-criteria-container .input-field-group.modified-field,
.search-criteria-container-s .input-field.modified-field,
.search-criteria-container-s .input-field-group.modified-field { border-color: #FCCF00; }

.search-criteria-container .input-field.modified-field .field-text,
.search-criteria-container .input-field-group.modified-field .field-text, 
.search-criteria-container-s .input-field.modified-field .field-text,
.search-criteria-container-s .input-field-group.modified-field .field-text { font-weight: bold; color: #333; }

.search-criteria-container .input-field.modified-field .arrow-down,
.search-criteria-container .input-field-group.modified-field .arrow-down, 
.search-criteria-container-s .input-field.modified-field .arrow-down,
.search-criteria-container-s .input-field-group.modified-field .arrow-down { border-top-color: #333; }



.search-for-keyword .job-title-company span.icon { background-position: 0 -30px; }
.search-for-keyword .all-text span.icon { background-position: -30px -30px; }
.search-for-keyword .job-title span.icon { background-position: -420px -30px; }
.search-for-keyword .job-company span.icon { background-position: -120px -30px; }

.job-title-sc span.icon { background-position: 0 -30px; }
.employment-term span.icon { background-position: -270px -30px; }
.job-function span.icon { background-position: -60px -30px; }
.salary span.icon { background-position: -90px -30px; }

.job-industry span.icon { background-position: -120px -30px; }
.education-lv span.icon { background-position: -240px -30px; }
.location span.icon { background-position: -180px -30px; }
.work-exp span.icon { background-position: -210px -30px; }
.career-lv span.icon { background-position: -150px -30px; }
.employer-type span.icon { background-position: -570px -30px; }
.salary-source span.icon { background-position: -300px -30px; }
.work-place span.icon { background-position: -600px -30px; }

.input-field:hover,
.input-field-group .input-field-option:hover { cursor: pointer; }

.search-criteria-container label {
	font-size: 14px;
	color: #666;	
	position: absolute;
	
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

.search-criteria-container input[type=text] { line-height: 20px; }

.select-search-type {
	width: 46px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;	
	border-right: 1px solid #92b1cb;
}

.select-search-type .arrow-down { right: 8px; }

.input-field .field-text {
	font-family: Arial, PMingLiU, "新細明體", MingLiU, Helvetica, sans-serif;
	max-width: 100%;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	display: block;
	float: left;
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-field .more-text {
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	background: url("../images/more_text_bg.png") left top repeat-y;
	padding-left: 12px;
	position: absolute;
	right: 32px;
	display: block;
	float: right;
}

.search-panel-submit-btn {
	width: 150px;
	height: 34px;
	line-height: 34px;
	background: #fccf00;
	
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	
	display: block;
	float: right;
	
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

.search-panel-submit-btn:hover {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.search-panel-container-s .search-panel-submit-btn { background: #d7e2eb; }
.search-panel-container-s .search-panel-submit-btn.active { background: #FFCE00; }

.more-options-btn,
.more-options-salary-btn {
	background: url("../images/list-arrow-w-updown.png") right 6px no-repeat;
	padding-right: 16px;
	float: right;
	margin: 9px 16px 0 0;
	display: block;	
}

.more-options-btn:hover,
.more-options-salary-btn:hover { color: #FFF; cursor: pointer; }

.more-options-btn.fewer-options,
.more-options-salary-btn.fewer-options { background-position: right -34px;}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #336699;
	position: absolute;
	right: 12px;
	top: 14px;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right:4px solid #336699; 
	position: absolute;
	left: 0;
	top: 50%;
}

.more-section, .more-section-salary { display: none; }

.similar-keywords { height: 36px; position: relative; }
.similar-keywords label { color: #FFF; top: 8px; }
.similar-keywords input[type=checkbox] { margin-right: 8px; vertical-align: -1px; }

/* User Guide Btn */
.user-guide-btn, .user-guide-salary-btn {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") -60px 0 no-repeat;
	display: block;
	margin-top: 7px;
	float: left;
}

.user-guide-btn:hover, .user-guide-salary-btn:hover {
	background-position: -90px 0;
	cursor: pointer;
}

/* Search Panel (Job Listing) */
.search-panel-container-s .search-criteria-content { width: auto; float: left; }
.search-panel-container-s .search-criteria-content .row { padding-top: 8px; }
.search-panel-container-s .search-criteria-content .row.first-row { padding-top: 0; }
.search-panel-container-s .search-criteria-options { float: left; }


.search-panel-container-s .row-first-criteria,
.search-panel-container-s .row-second-criteria { margin-right: 8px; }

.search-panel-container-s .search-criteria-container label { font-size: 12px; }

.search-panel-container-s .search-criteria-container { width: 253px; }
.search-panel-container-s .search-criteria-container-s { width: 154px; }
.search-panel-container-s .search-criteria-container.search-for-keyword { width: 280px; }

.search-panel-container-s.sp-it-digital .search-criteria-container-s,
.search-panel-container-s.sp-it-digital .search-criteria-container { width: 180px; }
.search-panel-container-s.sp-it-digital .search-criteria-container.search-for-keyword { width: 280px; }

.search-panel-container-s .input-field,
.search-panel-container-s .input-field-group { height: 28px; }

.search-panel-container-s .input-field input[type=text],
.search-panel-container-s .input-field-group input[type=text] { font-size: 12px; line-height: 16px; }

.search-panel-container-s .search-criteria-container .input-field,
.search-panel-container-s .search-criteria-container .input-field-group,
.search-panel-container-s .search-criteria-container-s .input-field,
.search-panel-container-s .search-criteria-container-s .input-field-group {
	height: 32px;
	font-size: 12px;
	line-height: 16px;
	
	padding: 6px 12px 6px 32px;
}

.search-panel-container-s .search-criteria-container-s .input-field { padding-right: 24px; }

.search-panel-container-s .search-criteria-container .input-field-group { padding-left: 56px;}
.search-panel-container-s .arrow-down { top: 12px; }
.search-panel-container-s .input-field span.icon,
.search-panel-container-s .input-field-group span.icon { top: 4px; }


.search-panel-container-s .select-search-type { height: 28px; }

.search-panel-container-s .search-panel-submit-btn {
	width: 80px;
	height: 32px;
	line-height: 32px;
	
	font-size: 14px;
	display: block;
	float: left;
}

.search-panel-container-s .more-options-btn {
	font-size: 13px;
	float: left;
	width: 52px;
	margin: 8px 12px 0 11px;
}

.search-panel-container-s.sp-it-digital .search-panel-submit-btn {
	margin-left: 16px !important;
}

.search-panel-container-s .user-guide-btn { margin-top: 5px; margin-left: 13px; }

/* Home - Channel Entrance
----------------------------------*/
.channel-entrance .title {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #336699;
	margin-bottom: 10px;
}

.channel-entrance ul li {
	background-color: #000;
	margin: 0 14px 14px 0;
	float: left;
	position: relative;
}

.channel-entrance ul li a:link {
	width: 216px;
	height: 80px;
	line-height: 80px;
	background: url("/images/channel-entrance.jpg") 0 0 no-repeat;
	text-align: center;
	display: block;
}

.channel-entrance ul li a h2 {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.15);
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
	margin: 0;
	-webkit-transition: ease-in-out background-color 0.3s; /* Safari */
    transition: ease-in-out background-color 0.3s;
}

.channel-entrance ul li a h2:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.channel-entrance ul li.row-end {
	margin-right: 0;
}

.channel-entrance ul li.it-digital-entrance a {
	background-position: 0 0;
}

.channel-entrance ul li.finance-entrance a {
	background-position: -216px 0;
}

.channel-entrance ul li.hotel-catering-entrance a {
	background-position: -432px 0;
}

.channel-entrance ul li.pt-entrance a {
	background-position: 0 -118px;
}

.channel-entrance ul li.hr-entrance a {
	background-position: -216px -118px;
}

.channel-entrance ul li.retail-entrance a {
	background-position: -432px -118px;
}

/* Home - Browse Jobs
----------------------------------*/
#browse-job-tab-function .column {
	width: 31%;
	float: left;
}

#browse-job-tab-function .column.last-column {
	width: 38%;	
}

#browse-job-tab-industry .column {
	width: 33%;
	float: left;
}

/* Home - Browse Jobs v2
----------------------------------*/
#browse-job-tab-function { padding-right: 0; }

.browse-job-func {
	padding: 6px 0 18px 0;
}

.browse-job-func .column {
	width: 216px;
	margin-right: 14px;
	float: left;
}

.browse-job-func .column.last-column {
	margin-right: 0;
}

.browse-job-func a:link, .browse-job-func a:hover, .browse-job-func a:visited {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 15px;
}

.browse-job-func a h3 {
	font-size: 15px;
	font-weight: 400;
	display: inline;
}

.browse-job-column-menu li {
	margin-bottom: 10px;
}

#browse-job-tab-function .column .column-menu li .menuitem-wrapper {
	padding-right: 0;
}


/* Home - Popular Jobs
----------------------------------*/
.popular-jobs-container {
	font-size: 13px;
	font-weight: bold;
	color: #E0E8EF;
	padding: 8px 0;	
}

.popular-jobs-container .headline {
	background: #99B7CE;
	color: #FFF;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 6px;
	margin-right: 8px;
	display: block;
	float: left;
}

.popular-jobs-container a {
	font-weight: normal;
	line-height: 22px;
	margin: 0 4px;
}

/* Home - Hot Jobs
----------------------------------*/
#hot-jobs-select-button {
	font-size: 13px;
	border-bottom: none;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
	float: right;	
}

.hot-jobs-content-wrapper { /*min-height: 214px;*/ }

.hot-jobs-menu {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.hot-jobs-menu li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.hot-jobs-menu li.last-menuitem {
	margin-right: 0;	
}

.hot-jobs-menu li.second-row {
	margin-bottom: 0;	
}

.hot-jobs-company {
	background: #acc1d5;
}

.hot-jobs-company a:link, .hot-jobs-company a:visited {
	color: #FFF;
	display: block;
}

.hot-jobs-company a:hover {
	color: #FFF;
}

.hot-jobs-company-logo {
	text-align: center;
	background: #FFF;
	border: 1px solid #e0e8ef;
	border-bottom: none;
	padding: 8px 0;	
}

.hot-jobs-company-logo img {
	min-width: 126px;
	max-height: 41px;
	vertical-align: middle;
}

.hot-jobs-category, .hot-jobs-company-name {
	width: 153px;
	height: 22px;
	line-height: 22px;
	
	font-size: 11px;
	color: #FFF;
	
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	
	padding: 0 20px 0 6px;
}

.hot-jobs-category {
	background: #acc1d5 url("../images/list-arrow-w.png") no-repeat 138px center;
	
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.hot-jobs-category:hover {
	background-color: #6f93b7;	
}

.hot-jobs-company-name {
	background: url("../images/list-arrow-w.png") no-repeat 144px center;	
}

.hot-jobs-content-category .hot-jobs-company {
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.hot-jobs-content-category .hot-jobs-company:hover {
	background-color: #6f93b7;
}

.hot-jobs-content .view-more {
	font-size: 13px;
	padding-top: 10px;
}

.hot-jobs-content .view-more a {
	margin-right: 4px;	
}

/* Company Profile
----------------------------------*/
.company-profile {
	background-color: #fdfdfd;
	border: 1px solid #f8f8f8;
	padding: 16px;
}

.company-profile-w {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體";
}

.company-profile-w .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.company-profile-w .title a:link {
	font-size: 15px;
	font-weight: 500;
	color: #4b93bc;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.company-profile-w .title a:link span.icon {
	width: 24px;
	height: 24px;
	background: url("../images/icons.png") -450px -240px no-repeat;
	position: absolute;
	left: 0;
}

.company-profile-w .title a:hover {
	color: #72b5d3;
}

.company-profile-w .title a.more-companies:link {
	float: right;
}

.company-profile .video {
	margin-bottom: 12px;
}

.company-profile .company-info .comp-media {
	margin-bottom: 12px;
}

.company-profile .company-info .comp-media img {
	width: 100%;
}

.company-profile .company-logo img {
	background-color: #FFF;
	border: 1px solid #e4eef2;
	margin: 0 auto;
}

.company-profile .company-logo img:hover {
	cursor: pointer;
}

.slick-current.company-logo img {
	border-color: #336699;
}

.company-profile .comp-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	display: inline-block;
}

.company-profile .comp-name .logo {
	height: 40px;
	margin-right: 8px;
	display: inline-block;
}

.company-profile .comp-name .name {
	width: 500px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.company-profile .company-intro .intro {
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	margin-bottom: 8px;
}

.company-profile .company-intro .intro p:last-child {
	margin-bottom: 0;
}

.company-profile .ellipsis-text {
	max-height: 60px;
}

.company-intro .view-more {
	background-color: #FFF;
	text-align: center;
	border: 1px solid #336699;
	padding: 8px 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
}

.company-intro .view-more:hover {
	background-color: #336699;
	color: #FFF;
}

/* Top employer list
----------------------------------*/
/*.top-employers {
	margin-top: 42px;
} Removed by Danny on 20171201*/ 

.top-employers h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 16px 0 6px 0;
}

.top-employers-list {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體";
	border-top: 1px solid #336699;
	padding-top: 12px;
}

.top-employers-list li {
	width: 240px;
	text-align: center;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.top-employers-list li.row-last {
	margin-right: 0;
}

.top-employers-list li a:link {
	display: block;
}

.top-employer-cat {
	background-color: #fdfdfd;
	border: 1px solid #f8f8f8;
	height: 116px;
	padding: 12px 16px;
}

.top-employer-cat .logo {
	margin-bottom: 14px;
}

.top-employer-cat-l .logo {
	margin-bottom: 6px;
}

/* Home - Highlights
----------------------------------*/
.highlight-container {
	margin-top: 36px;
}

#highlight-tab .tabs-menu li a {
	padding: 8px 12px;
}

#highlight-tab .tab-content { /*height: 564px; */}

#highlight-tab #highlight-tab-blog,
#highlight-tab #highlight-tab-events { height: 524px; }

#highlight-tab .key-articles-wrapper {
	margin-bottom: 12px;	
}

#highlight-tab .key-articles-photo {
	width: 310px;
}

#highlight-tab .key-articles {
	width: 310px;
	height: 161px;
	position: relative;
	overflow: hidden;
	margin-right: 16px;
	float: left;	
}

#highlight-tab .key-articles.last-item {
	margin-right: 0;	
}

#highlight-tab .key-articles-title {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	background: url("../images/b_65.png");
	padding: 8px;
	position: absolute;
	bottom: 0;	
	left: 0;
}

#highlight-tab .key-articles-title .video-icon {
	float: none;
	display: inline-block;
	vertical-align: -4px;
}

#highlight-tab .key-articles:hover {
	cursor: pointer;	
}

#highlight-tab .key-articles:hover .key-articles-title {
	color: #7db2e7;
}

#highlight-tab .list-menu {
	font-size: 15px;
	
	margin: 0;
	padding: 0;	
	list-style: none;

}

#highlight-tab .article-list-menu,
#highlight-tab .blogger-list-menu {
	width: 465px;
	float: left;
}

#highlight-tab .article-list-menu.first-column,
#highlight-tab .blogger-list-menu.first-column {
	margin-right: 32px;
}

#highlight-tab .list-menu li {
	width: 465px;
	padding: 12px 0;
	border-bottom: 1px dashed #C3D5E2;
	float: left;
	diplay: block;
}

#highlight-tab .list-menu li.last-item { border-bottom: none; }

#highlight-tab .special-events-list-menu li { width: 287px;	}

#highlight-tab .list-menu li.first-row { padding-top: 0; }

#highlight-tab .list-menu li.odd-item { margin-right: 32px; }

#highlight-tab .article-wrapper .article-date {
	width: 92px;
	font-size: 13px;
	color: #888888;
	padding-top: 2px;
	padding-right: 12px;
	float: left;
}

#highlight-tab .article-title-wrapper {
   display: inline-block;
   max-width: 100%;
   position: relative;
}

#highlight-tab .article-title {
    max-width: 340px;
	color: #336699;
	padding-bottom: 2px;
    
    display: inline-block; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
	
	float: left;
}

#highlight-tab .video-icon {
	width: 24px;
	height: 18px;
	background: url("../images/icons.png") -300px -120px no-repeat;
	display: block;
	float: left;
	margin-left: 6px;
}

#highlight-tab .event-title {
    width: 100%;
	color: #336699;
	padding-bottom: 2px;
}

#highlight-tab .article-detail:hover .article-title {
	color: #7db2e7;
	cursor: pointer;
}

#highlight-tab .article-wrapper .article-detail {
	width: 370px;
	float: left;	
}

#highlight-tab .article-content {
	width: 100%;
	font-size: 13px;
	color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-more {
	padding-top: 12px;
	text-align: right;	
}

.view-more a:link, .view-more a:visited { color: #336699; padding-right: 12px; background: url("../images/list-arrow-b.png") right 4px no-repeat; }
.view-more a:hover { color: #7db2e7; background-position: right -36px;}

#highlight-tab .blogger-list-menu.list-menu li {
	padding: 20px 0;
}

#highlight-tab .blogger-list-menu.list-menu li.first-row {
	padding-top: 0;
}

.blogger-list-menu .blogger-name {
	position: absolute;
	bottom: 0;
}

.blogger-list-menu .blogger-name a:link, .blogger-list-menu .blogger-name a:visited {
	font-size: 15px;
	color: #888888;	
}

.blogger-list-menu .blogger-name a:hover {
	color: #333333;	
}

.blogger-list-menu .blogger-photo {
	width: 92px;
	padding-right: 12px;
	float: left;	
}

.blogger-list-menu .blogger-photo a {
	width: 80px;
	height: 80px;
	display: block;	
}

.blogger-list-menu .blogger-photo img {
	width: 80px;
}

.blogger-list-menu .blogger-detail {
	width: 364px;
	height: 80px;
	position: relative;
	float: left;
}

.event-photo {
	width: 112px;
	height: 79px;
	padding-right: 12px;
	float: left;	
}

.event-photo img,
.event-photo a {
	width: 100px;
	height: 79px;
	display: block;	
}

.event-detail {
	width: 175px;
	height: 86px;
	float: left;
}

.event-content {
    width: 100%;
	/*height: 48px;*/
	
	font-size: 13px;
	color: #333333;
}

#highlight-tab .blogger-detail .article-title {
	padding-bottom: 2px;
}

.whats-new-container {
	margin-bottom: 8px;	
}

.whats-new-slider-wrapper {
	height: 188px;
	border-top: 1px solid #336699;
}

.events-slider-wrapper {
	width: 618px;
	background: #fdfdfd;
	float: left;
	margin-right: 24px;	
}

.events-slider-wrapper .view-more { padding-top: 16px; }

.events-slider-wrapper #events-slider { margin-bottom: 20px; }

.special-events-wrapper {
	width: 320px;
	padding: 12px;
	padding-bottom: 0;
	background: #FFF;
	border: 1px solid #acc1d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
}

.subsection-title {
	font-size: 15px;
	font-weight: bold;	
	color: #336699;
	padding-bottom: 6px;
	border-bottom: 1px solid #acc1d5;
}

/* Job Listing - Preview
----------------------------------*/
.result-list-bar-container {
	background: #f3f3f3;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #d4d4d4;
}

.result-list-bar-container .page-content { padding: 6px 20px; }

.job-amount-container { line-height: 20px; float: left; }

.related-search-container { float: right; }

.related-search-container .title,
.related-search-container ul,
.related-search-container ul li {
	float: left;
}

.related-search-container .title {
	font-weight: bold;
	color: #336699;
	line-height: 20px;
}

.related-search-container ul li a:link, .related-search-container ul li a:visited {
	font-size: 12px;
	background-color: #336699;
	color: #FFF;
	padding: 3px 6px;
	display: block;
	margin-left: 8px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
}

.related-search-container ul li a:hover {
	background-color: #7db2e7;
}

.view-mode-container { width: 120px; float: right; }

.job-amount-container #job_amount_topic { font-size: 15px; font-weight: normal; margin: 0; }

.result-list-bar-container .job-amount { font-weight: bold; margin-right: 6px; }

.view-mode-content {
	width: auto;
	float: right;	
}

.view-mode-content a {
	width: 20px;
	height: 16px;
	background: url("../images/job-desc-icon.png") 0 -195px no-repeat;
	display: block;
	float: left;
	margin-top: 2px;
}

.view-mode-content a.column-mode-btn { background-position: 0 -195px; margin-right: 10px; margin-left: 10px; }
.view-mode-content a.preview-mode-btn { background-position: 0 -211px; }
.view-mode-content a.column-mode-btn.active { background-position: -20px -195px; }
.view-mode-content a.preview-mode-btn.active { background-position: -20px -211px; }

.view-mode-content .view-text { font-size: 13px; font-weight: bold; color: #666; line-height: 20px; display: block; float: left; }

/* Result List - Action Bar */
.result-list-action-container {
	background: #FFF;
	border-bottom: 1px solid #d4d4d4;	
	height: auto;
	overflow: hidden;
	position: relative;
	/*top: 81px;*/
}

.result-list-action-container-s {
	background: #FFF;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	/*top: 81px;*/
}

.result-list-action-container-s .job-list-action-container { padding: 12px 20px; }

.result-list-action-container-s .user-guide-btn { margin-top: 0; position: absolute; right: 16px; top: 10px; display: none; }
.result-list-action-container-s .user-guide-btn:hover { background-position: -120px 0; }

.result-list-action-container .jd-action-container { height: 42px; padding-left: 14px; overflow: hidden; }
.result-list-action-container .jd-action-container .inner-wrapper { width: 650px; min-width: 650px; }

.result-list-action-container .job-list-action-container { width: 354px; border-right: 1px solid #d4d4d4; padding: 12px 20px; float: left; }

.jd-action-container { width: auto; }

.job-action {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	background: url("../images/job-desc-icon.png") 0 -231px no-repeat; 
	padding-left: 24px;
	margin-right: 24px;
	float: left;
	/*display: block;*/
}

/*.job-list-action-container .job-action { width: 128px; }
.job-list-action-container .job-action.saved-jobs-btn { width: 132px; }*/

.job-action.saved-jobs-btn { background-position: 0 -257px; }
.result-list-action-container .job-list-action-container .job-action.saved-jobs-btn { margin-right: 0; }
.job-action.email-jobs-btn { background-position: 0 -439px; padding-left: 28px; }
.job-action.job-save-btn { background-position: 0 -285px; }
.job-action.job-save-btn.active { background-position: 0 -415px; color: #4699CC; }
.job-action.job-share-btn { background-position: 0 -309px; }
.job-action.job-print-btn { background-position: 0 -336px; }
.job-action.job-report-btn { background-position: 0 -362px; }
.job-action.job-new-tab-btn { background-position: 0 -388px; }

.job-action:link, .job-action:visited { color: #666; }
.job-action:hover { color: #b0b0b0; }

.jd-action-container .job-apply-now-btn,
.jd-apply-btn .job-apply-now-btn,
.release-cv-action .send-now-btn,
.release-cv-action .normal-act-btn {
	width: 120px;
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	background: #FCCF00;
	color: #336699;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 5px 0 0 40px;
	
	display: block;
	float: left;	
	
	cursor: pointer;
	
	transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
}
.applied#btnApplyNow {
    background-color: #5cc666;
    color: #fff;
}

.jd-action-container .job-apply-now-btn:hover,
.jd-apply-btn .job-apply-now-btn:hover,
.release-cv-action .send-now-btn:hover,
.release-cv-action .normal-act-btn:hover {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.jd-apply-btn {
	padding: 24px 0;
}

.jd-apply-btn .job-apply-now-btn {
	width: 180px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	margin: 0 auto;
	float: none;
}

.jd-action-container .user-guide-btn { margin-top: 11px; margin-left: 12px; display: none; }
.jd-action-container .user-guide-btn:hover { background-position: -120px 0; }

.job-action-text { line-height: 18px; }
.job-action-list .job-action .job-action-text,
.job-action-list-s .job-action .job-action-text { float: left; }

.job-action-list { float: left; }	
.job-action-list li { display: block; float: left; position: relative; }
.jd-action-container .job-action-list { margin: 12px 0 0 16px; }

.batch-apply-amount, .saved-jobs-amount {
	font-size: 12px;
	background: #f3993a;
	color: #FFF;
	line-height: 18px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 0 4px;
	margin-left: 6px;
	
	transition: background .25s ease;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	
	display: block;
	float: left;
}

/*.job-action.saved-jobs-btn { width: 142px; } */

.job-action.saved-jobs-btn.active .saved-jobs-amount { background: #4699CC; }
.job-action.batch-apply-btn.active .batch-apply-amount { background: #4699CC; }

.share-jd { width: 130px; height: 46px; }

.share-jd-menu .social-media-icon { float: left; }

.share-jd-menu .social-media-icon.facebook { background-position: 0 -60px; }
.share-jd-menu .social-media-icon.facebook:hover { opacity: 0.6; }

.share-jd-menu .social-media-icon.twitter { background-position: -30px -60px; }
.share-jd-menu .social-media-icon.twitter:hover { opacity: 0.6; }

.share-jd-menu .social-media-icon.email { background-position: -60px -60px; margin-left: 0; }
.share-jd-menu .social-media-icon.email:hover { opacity: 0.6; }

#qtip-2 { margin-left: 12px; }

.jd-company-info, .jd-job-description { color: #333; }

/* Result List */
.result-list { /*height: 100%;*/ }

.pm-result-list { width: 100%; height: 100%; position: relative; }

.result-list .page-container { height: 100%; position: relative; }

.result-list .pm-result-list-container { position: absolute; top: -241px; }

.result-list-menu {
	width: 354px;
	height: 100%;
	
	border-right: 1px solid #e1e1e1;
	padding: 241px 0 20px 0;
	
	position: absolute;
	left: 0;
}

.result-list-menu .jspPane { width: 353px !important; }
.result-list-menu .jspVerticalBar { width: 18px; }
.result-list-menu .jspTrack { width: 18px; }

.result-list-menu .result-list-job { /*border-right: 1px solid #e1e1e1;*/ border-bottom: 1px solid #e1e1e1; padding: 12px 48px; position: relative; cursor: pointer; }
.result-list-menu .result-list-job:hover { background: #f3f6f8; }
.result-list-comp-profile {
	width: 100%;
	height: 84px;
	background: url("/company/company_profile/images/default-bg.jpg") no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}

.result-list-comp-profile span.comp-logo {
	padding: 4px;
	background-color: #FFF;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.result-list-comp-profile span.comp-logo img {
	width: 100px;
	margin-top: 2px;
}

.result-list-comp-profile span.btn-click {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 156px;
	top: 34px;
}

.company-prof-ad-col .result-list-comp-profile {
	height: 60px;
	background: url("/company/company_profile/images/default-bg.jpg") no-repeat left center;
	background-size: cover;
}

.company-prof-ad-col .result-list-comp-profile span.comp-logo {
	top: 8px;
}

.company-prof-ad-col .result-list-comp-profile span.btn-click {
	left: 156px;
	top: 22px;
}


.result-list-job .job-cat { width: 8px; height: 100%; position: absolute; top: 0; left: 1px; background: #E48D8B; }
.result-list-job .job-cat-pc { background: #6CBA7A; }
.result-list-job .job-cat-ia { background: #73A6CA; }

.result-list-job .job-title { font-size: 16px; font-weight: normal; line-height: 20px; margin: 0; }
.result-list-job .job-title a:link { color: #336699; }
.result-list-job .job-title a:visited { color: #77a7d6; }
.result-list-job .job-title a:hover { text-decoration: underline; }

.result-list-job .job-company { width: 174px; font-size: 14px; font-weight: normal; position: relative; margin: 4px 0; }
.result-list-job .job-company a:link, .result-list-job .job-company a:visited { color: #555; }
.result-list-job .job-company a:hover { text-decoration: underline; }

.result-list-job .job-description { margin-top:22px; }

.result-list-menu .jl-pm-ad {
	width: 352px;
	height: 130px;
	background: url("/it-digital/images/itd-jl-pm-entrance.jpg") left top no-repeat;
	padding: 66px 150px 0 12px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	position: relative;
}

.result-list-menu .itd-entrance {
	background-image: url("/images/jl-community-entrance/itd-pm-entrance.jpg");
}

.result-list-menu .finance-entrance {
	background-image: url("/images/jl-community-entrance/finance-pm-entrance.jpg");
}

.result-list-menu .hotel-entrance {
	background-image: url("/images/jl-community-entrance/hotel-pm-entrance.jpg");
}

.result-list-menu .hr-entrance {
	background-image: url("/images/jl-community-entrance/hr-pm-entrance.jpg");
}

.result-list-menu .ngo-entrance {
	background-image: url("/images/jl-community-entrance/ngo-pm-entrance.jpg");
}

.result-list-menu .retail-entrance {
	background-image: url("/images/jl-community-entrance/retail-pm-entrance.jpg");
}

.result-list-menu .jl-pm-ad h3,
.result-table .jl-lm-ad h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(77, 48, 33, 0.8);
}

.result-list-menu .jl-pm-ad span.click-here,
.result-table .jl-lm-ad span.click-here {
	font-size: 16px;
	font-weight: bold;
	background-color: #6f5254;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 8px 12px;
	display: block;
	float: left;
	margin-top: 16px;
	margin-left: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.result-list-menu .jl-pm-ad span.click-here {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.itd-entrance span.click-here { background-color: #6f5254; }
.finance-entrance span.click-here { background-color: #457ba1 !important; }
.hotel-entrance span.click-here { background-color: #6a59db !important; }
.hr-entrance span.click-here { background-color: #3e4c57 !important; }
.ngo-entrance span.click-here { background-color: #58bebd !important;}
.retail-entrance span.click-here { background-color: #fe706f !important; }

.jl-pm-ad:hover span.click-here,
.jl-lm-ad:hover span.click-here { background-color: #FFF !important; }
.itd-entrance:hover span.click-here { color: #6f5254; }
.finance-entrance:hover span.click-here { color: #457ba1; }
.hotel-entrance:hover span.click-here { color: #6a59db; }
.hr-entrance:hover span.click-here { color: #3e4c57; }
.ngo-entrance:hover span.click-here { color: #58bebd; }
.retail-entrance:hover span.click-here { color: #fe706f; }

/* Result List Menu - Email me related jobs */
.result-list-email-jobs {
	background: #fff9de;
	color: #555;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 18px 12px 19px;
}

.result-list-email-jobs-title { margin-bottom: 4px; display: block; }

.result-list-email-jobs .result-list-email { width: 266px; height: 24px; padding: 1px 4px; float: left; }
.result-list-email input[type=text] { font-size: 13px; line-height: 18px; }

.result-list-subscribe-btn {
	width: 44px;
	height: 24px;
	background: #aaa;
	color: #FFF;
	line-height: 24px;
	text-align: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	display: block;	
	float: right;
}

.result-list-subscribe-btn:link, .result-list-subscribe-btn:visited { color: #FFF; }
.result-list-subscribe-btn:hover { background: #ccc; }

/* Result List Menu - Job Description */
.job-desc-list { font-size: 12px; color: #888; margin: 0; padding: 0; list-style: none; }

.job-desc-list li {
	width: 45%;
	background: url("../images/job-desc-icon.png") 0 0 no-repeat;
	line-height: 20px;
	padding: 0 8px 0 24px;
	float: left;
	display: block;
}

.job-desc-list li.job-desc-small-icon { width: 55%; padding-left: 18px; }
.job-desc-list li.job-desc-loc {
	background-position: 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 }
.job-desc-list li.job-desc-work-exp { background-position: 0 -20px; }
.job-desc-list li.job-desc-salary { background-position: 0 -40px; }
.job-desc-list li.job-desc-post-date { background-position: 0 -60px; }

.result-list-menu .result-list-job.current-view { background: #457faf; }
.result-list-menu .result-list-job.current-view .job-title a:link, .result-list-menu .result-list-job.current-view .job-title a:visited { color: #FFF; }
.result-list-menu .result-list-job.current-view .job-company a:link, .result-list-menu .result-list-job.current-view .job-company a:visited { color: #FFF; }
.result-list-menu .result-list-job.current-view .job-desc-list { color: #FFF; }

.result-list-job.current-view .job-desc-list li.job-desc-loc { background-position: -204px 0;	}
.result-list-job.current-view .job-desc-list li.job-desc-work-exp { background-position: -204px -20px; }
.result-list-job.current-view .job-desc-list li.job-desc-salary { background-position: -204px -40px; }
.result-list-job.current-view .job-desc-list li.job-desc-post-date { background-position: -204px -60px; }

/* Result List Menu - Job Save / Batch Apply Button */
.result-list-menu .job-save-btn {
	width: 20px;
	height: 19px;
	background: url("../images/job-desc-icon.png") 0 -99px no-repeat;	
	display: block;
	
	position: absolute;
	top: 12px;
	right: 20px;
	
	display: none;
}

.result-list-job.current-view .job-save-btn { background-position: 0 -80px; display: block; }

.result-list-job.current-view .job-save-btn.active,
.result-list-menu .job-save-btn.active { background-position: 0 -118px; display: block; }

.result-list-menu .job-batch-apply {
	position: absolute;
	top: 8px;
	left: 16px;	
}

.result-list-menu .result-list-menu-content { margin-bottom: 49px; }

.result-list-job span.job-applied,
.job-row span.job-applied-lv {
	background-color: #fb5f40;
	font-size: 12px;
	color: #FFF;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
}

.job-row span.job-applied-lv {
	padding: 1px 6px;
	margin-left: 8px;
	float: left;
}

.result-list-job span.job-applied {
	padding: 4px 6px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

/* Result List Job Detail */
.result-list-jd {
	width: auto;
	height: 100%;
	padding: 16px 0 0 24px;
	margin-left: 360px;
	position: relative;
	top: 241px;
}

.result-list-jd iframe { width: 60%; min-width: 610px; height: 100%; }

/* Pagination */
.result-list-no-pagination { width: 100%; height: 98px; }
.result-list-pagination {
	width: 354px;
	height: auto;
	background: #FFF;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 12px 0 12px 20px;
	position: fixed;
	bottom: 20px;
}

.pagination-list li { float: left; }

.pagination-list li .page {
	width: auto;
	height: 25px;
	background: #FFF;
	border: 1px solid #cccccc;
	
	font-size: 12px;
	color: #666;
	line-height: 23px;
	text-align: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0 4px;
	padding: 0 8px;
	
	display: block;	
}

.pagination-list li .page:hover {
	background: #888;
	border: 1px solid #888;
	color: #FFF;	
}

.pagination-list li.current-page .page {
	background: #888;
	border: 1px solid #888;
	color: #FFF;
}

.pagination-list .page-control {
	width: 18px;
	height: 18px;
	background: url("../images/job-desc-icon.png") 0 -159px no-repeat;
	margin: 4px 8px 0;
	display: block;
}
.pagination-list .page-control.prev-page { background-position: 0 -177px; }
.pagination-list .page-control.prev-page.disabled { background-position: -10px -177px; }
.pagination-list .page-control.next-page { background-position: 0 -159px; }
.pagination-list .page-control.next-page.disabled { background-position: -10px -177px; }

.pagination-list .page-control.first-page { background-position: -36px -177px; margin-left: 0; margin-right: 0; }
.pagination-list .page-control.first-page.disabled { background-position: -18px -177px; }
.pagination-list .page-control.last-page { background-position: -36px -159px; margin-left: 0; margin-right: 0; }
.pagination-list .page-control.last-page.disabled { background-position: -18px -177px; }


/* Result list - Column Mode
----------------------------------*/
.result-table-container { min-width: 1008px; /*padding: 242px 0 0 0;*/ }

.result-table { font-size: 13px; text-align: left; }

.result-table th {
	/*background: #f7fcff;*/
	border-bottom: 1px solid #e1e1e1;	
	padding: 0 6px;
	text-align: left; 
}

.result-table th a {
	line-height: 30px;
	display: block;	
}

.th-job-cat { width: 46px; max-width: 46px; min-width: 46px; }
.th-job-title { min-width: 360px; }
.th-job-company { min-width: 200px; }
.cell-action-save { width: 44px; min-width: 44px; }
.th-job-exp { width: 7%; min-width: 66px; }
.th-job-loc { width: 9%; min-width: 100px; }
.th-job-term { width: 8%; min-width: 70px; }
.th-job-salary { width: 8%; min-width: 80px; }
.th-job-date { width: 8%; min-width: 72px; }

.result-cell { color: #555; line-height: 18px; padding: 8px 6px; border-bottom: 1px solid #e1e1e1; display: table-cell; position: relative; vertical-align: top; }
.result-cell a:link, .result-cell a:visited { color: #555; }
.result-cell a:hover { color: #888; }

.result-cell h2.job-title {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
}

.result-cell h2.job-title a:link {
	line-height: 20px;
	float: left;
}

.result-cell h3.job-company {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.result-cell h3.job-company a:link {
	line-height: 20px;
}

.result-cell.cell-job-company.comp-profile {
	padding-right: 40px;
}

.result-cell.cell-job-company .comp-profile:link {
	position: absolute;
	top: 6px;
	right: 6px;
}

.result-cell.cell-job-company .comp-profile:link span.icon {
	width: 24px;
	height: 24px;
	background: url("../images/icons.png") -450px -240px no-repeat;
}

/*.cell-job-cat { border-left: 6px solid #FFF; }
.result-row.job-de .cell-job-cat { border-left-color: #e48d8b; }
.result-row.job-ia .cell-job-cat { border-left-color: #73a6ca; }
.result-row.job-pc .cell-job-cat { border-left-color: #6cba7a; }*/

.result-row:hover td { background: #F3F6F8; }

.result-row .cell-job-cat { height: 100%; }
.result-row .cell-job-cat .job-cat { width: 6px; height: 100%; background: #FFF; position: absolute; top: 0; left: 2px; }
.result-row.job-de .cell-job-cat .job-cat { background: #e48d8b; }
.result-row.job-ia .cell-job-cat .job-cat { background: #73a6ca; }
.result-row.job-pc .cell-job-cat .job-cat { background: #6cba7a; }

.cell-action-save { }

.cell-job-cat .job-batch-apply {  cursor: pointer; position: absolute; top: 4px; left: 16px;}

.col-sort span.col-text { padding-right: 16px; position: relative; }

.col-sort span.icon {
	width: 8px;
	height: 8px;	
	background: url("../images/job-desc-icon.png") 0 -460px no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
}

.col-sort.ascending span.icon { background-position: -16px -460px; top: 5px; }
.col-sort.descending span.icon { background-position: -8px -460px; top: 5px; }

.result-row .job-save-btn {
	width: 20px;
	height: 19px;
	background: url("../images/job-desc-icon.png") 0 -99px no-repeat;	
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.result-row .job-save-btn.active { background-position: 0 -118px; display: block; }

.result-list-column-no-pagination { width: 100%; height: 98px; }
.result-list-column-pagination { height: 98px; padding: 24px 20px; }

.result-list-column-pagination .pagination-list li .page { line-height: 25px; }

/* IT Digital Entrance */
.result-table .jl-lm-ad td a {
	width: 100%;
	height: 72px;
	background: url("/it-digital/images/itd-jl-lm-entrance.jpg") top left no-repeat;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 194px;
	display: block;
}

.result-table .itd-entrance td a {
	background-image: url("/images/jl-community-entrance/itd-lm-entrance.jpg");
}

.result-table .finance-entrance td a {
	background-image: url("/images/jl-community-entrance/finance-lm-entrance.jpg");
	padding-left: 160px;
}

.result-table .hotel-entrance td a {
	background-image: url("/images/jl-community-entrance/hotel-lm-entrance.jpg");
	padding-left: 252px;
}

.result-table .hr-entrance td a {
	background-image: url("/images/jl-community-entrance/hr-lm-entrance.jpg");
	padding-left: 97px;
}

.result-table .ngo-entrance td a {
	background-image: url("/images/jl-community-entrance/ngo-lm-entrance.jpg");
	padding-left: 120px;
}

.result-table .retail-entrance td a {
	background-image: url("/images/jl-community-entrance/retail-lm-entrance.jpg");
	padding-left: 128px;
}

.result-table .jl-lm-ad td h3 {
	line-height: 70px;
	float: left;
}

.recommended-job-container { padding: 0 20px 60px 20px; }
.recommended-job-container .section-header { width: 1008px; height: 24px; margin: 0 auto; }
.recommended-job-container .section-header .section-title { font-size: 15px; font-weight: bold; padding-left: 0; }

.recommended-job-slider {
	width: 1008px;
	background: #fdfdfd;
	border: 1px solid #f8f8f8;
	border-top-color: #336699;
	padding: 20px 42px 12px 42px;
	position: relative;
	margin: 0 auto;
}

.job-slide-box {
	color: #555;
	background: #FFF;
	border: 1px solid #acc1d5;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.job-slide-box .result-list-job {
	text-align: left;
	padding: 8px 86px 8px 12px;
	position: relative;
}

.job-slide-box .job-title {
	font-size: 15px;
	line-height: 18px;
}

.job-slide-box .job-company {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.job-slide-box .job-desc { font-size: 12px; }

.job-desc {
	width: 45%;
	background: url("../images/job-desc-icon.png") 0 0 no-repeat;
	line-height: 20px;
	padding: 0 8px 0 24px;
	float: left;
}

.job-desc-list .job-desc.job-desc-small-icon { width: 55%; padding-left: 18px; }
.job-desc-list .job-desc.job-desc-loc {
	background-position: 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job-desc-list .job-desc.job-desc-work-exp { background-position: 0 -20px; }
.job-desc-list .job-desc.job-desc-salary { background-position: 0 -40px; }
.job-desc-list .job-desc.job-desc-post-date { background-position: 0 -60px; }

.job-slide-box-save, .job-slide-box-apply {
	width: 66px;
	height: 26px;
	line-height: 26px;
	
	font-size: 13px;
	text-align: center;
	
	background: #336699 url("../images/job-desc-icon.png") 6px -468px no-repeat;
	color: #FFF !important;
	display: block;
	position: absolute;
	right: 12px;
	top: 8px;	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding-right: 6px;
	padding-left: 26px;
	
	cursor: pointer;
}

.job-slide-box-apply {
	background-position: 6px -520px;
	top: 38px;
}

.job-slide-box-save:visited, .job-slide-box-apply:visited { color: #FFF; }

.job-slide-box-save:hover {
	color: #FFF;
	background: #7db2e7 url("../images/job-desc-icon.png") 6px -468px no-repeat;
	text-decoration: none;
}

.job-slide-box-apply:hover {
	color: #FFF;
	background: #7db2e7 url("../images/job-desc-icon.png") 6px -520px no-repeat;
	text-decoration: none;
	top: 38px;
}

.job-slide-box-save.active {
	background: #336699 url("../images/job-desc-icon.png") 6px -494px no-repeat;
}

/* No Result */
.no-result { width: 100%; height: 80%; background: #FDFDFD; position: fixed; }

.no-result .message {
	width: 680px;
	background: #FFFFFF url("../images/messagebox-search.png") no-repeat 22px 22px;
	color: #333;
	border: 1px solid #cad8e5;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	padding: 24px 24px 24px 168px;
	
	position: absolute;
	top: 40px;
	left: 40px;
}

.no-result .message ul li {
	background: url("../images/list-dot.png") no-repeat left 6px;
	padding: 2px 14px;	
}

.result-table .cell-job-term .term-icon {
	width: 20px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 21px;
	display: inline-block;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: default;
}

.result-table .cell-job-term .term-icon.part-time { background: #785b5a; }
.result-table .cell-job-term .term-icon.full-time { background: #3F7CA1; margin-right: 6px; }


/* Job Detail
----------------------------------*/
.job-detail-page .fixed-header { background-color: #FFF; z-index: 9999; }

.job-detail-page .jd-action-container {
	height: 42px;
	padding: 4px 0;
	border-top: 1px solid #4699CC;
	border-bottom: 1px solid #4699CC;
}

.job-detail-page .jd-action-container .job-action-list { margin-top: 7px; float: right; }
.job-detail-page .jd-action-container .job-action-list-s { margin-top: 7px; float: left; }

.job-detail-page .jd-action-container .job-apply-now-btn {
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin-top: 0;
	float: right;
}

.job-detail-page .jd-action-container .user-guide-btn { margin-left: 18px; float: right; display: none; }

.job-detail-page .page-content { width: 890px; }

.job-detail-page .header-content { padding-top: 10px; padding-bottom: 10px; }

.job-detail-page .jd-action-container .user-guide-btn { margin-top: 6px; }

.job-detail-container { padding-top: 108px; }

.job-detail-container .page-content { padding-top: 16px; }

.job-detail-container .left-column {
	width: 624px;
	float: left;
}

.job-detail-container .right-column {
	width: 254px;
	padding-left: 42px;
	float: right;
}

.job-detail-content {
	font-size: 13px;
	color: #222;
}

.jd-logo { margin-bottom: 8px; }

.jd-general-info {
	font-size: 12px;
	color: #999;
	/*border-bottom: 1px solid #4699CC;*/
	padding-bottom: 4px;
}

.jd-general-info .jd-ref-no,
.jd-summary-table .jd-ref-no { padding-right: 20px; float: left; position: relative; }
.jd-general-info .jd-post-date { float: right; }

.jd-company-description .jd-company-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.jd-job-title-box {
	line-height: 22px;
	color: #333;
	background: #f4f4f4;
	text-align: center;
	padding: 14px 0;
	margin: 36px 0;
}

.jd-job-title-box .jd-ref-no {
	font-size: 11px;	
}

.jd-job-title-box .jd-job-title,
.jd-job-title-box .jd-job-title h1 { font-size: 18px; font-weight: bold; margin: 0; }

.jd-job-description { font-size: 13px; margin-bottom: 36px; }

.jd-job-description ul {
	margin: 14px 0;
	padding-left: 28px;
	list-style: circle;
}

/*.jd-job-description a:link, .jd-job-description a:visited { color: #336699;	}
.jd-job-description a:hover { color: #7db2e7; }*/

.jd-apply-form {
	font-size: 15px;
	background: #FFF;
	border: 1px solid #E0E8EF;
	margin-bottom: 36px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.jd-apply-form .form-header,
.jd-apply-form .form-item.apply-coverletter-content {
	padding: 10px 12px;	
}

.jd-apply-form .form-header {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	border-bottom: 1px solid #E0E8EF;
	background: #FDFDFD;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}

.jd-apply-form .error-msg {
	font-size: 12px;
	color: #ca3636;
	margin-top: 4px;
}

.pop-up-control {
	width: 20px;
	height: 15px;
	background: url("../images/icons.png") 0 -90px no-repeat;
	display: block;
	float: right;
	margin-left: 12px;
	margin-top: 2px;
	cursor: pointer;
	display: none;
}

.jd-full-contentFrame .pop-up-control { display: block; }
.pop-up-control.pop-up-close { width: 15px; background-position: -60px -90px; }
.pop-up-control.pop-up-close:hover { background-position: -60px -120px; }

.pop-up-control.pop-up-max { background-position: -30px -90px; }
.pop-up-control.pop-up-max:hover { background-position: -30px -120px; }

.pop-up-control.pop-up-min { background-position: 0 -90px; }
.pop-up-control.pop-up-min:hover { background-position: 0 -120px; }

.pop-up-control.pop-up-show { height: 16px; background-position: -90px -90px; }
.pop-up-control.pop-up-show:hover { background-position: -90px -120px; }

.jd-apply-form .form-item {
	border-bottom: 1px solid #E0E8EF;
	height: auto;
	overflow: hidden;
}

.jd-apply-form .form-item.apply-cv,
.jd-apply-form .form-item.apply-coverletter-content {
	border-bottom: none;	
}

.jd-apply-form .form-item-header {
    width: 88px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
    float: left;
	padding: 10px 0 10px 12px;
}

.jd-apply-form .apply-recipient .form-item-header,
.jd-apply-form .apply-subject .form-item-header {
	height: 39px;
	line-height: 19px;	
}

.jd-apply-form .form-item-content {
    width: auto;
    overflow: hidden;
	padding: 10px 12px 10px 6px;
}

.jd-apply-form .apply-cv .form-item-header,
.jd-apply-form .apply-cv .form-item-content {
	padding-bottom: 0;
}

.jd-apply-form .apply-recipient,
.jd-apply-form .apply-subject {
	color: #336699;	
}

.jd-apply-form .form-header-title {
	width: 520px;
	line-height: 20px;
	float: left;
}

.pop-up-apply-form .jd-apply-form .form-header-title { width: 430px; }

.jd-apply-form .apply-coverletter-content textarea {
	width: 100%;
	height: 240px;
	font-family: Arial, PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 15px;
	border: 2px solid #e0e8ef;
	padding: 6px 8px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
	
	resize: none;	
}

.jd-apply-form .input-field { height: 32px; line-height: 24px; border-color: #e0e8ef; cursor: default; }
.jd-apply-form .input-field.focus,
.jd-apply-form .apply-coverletter-content textarea.focus { border-color: #adc1d5; }

.jd-apply-form .apply-coverletter-content textarea.error-field,
.jd-apply-form .apply-coverletter-content textarea.error-field.focus { border-color: #ca3636; }

.jd-apply-form .create-acc-msg {
	font-size: 13px;
	line-height: 1.4; 
	padding: 12px;
	padding-top: 0;
}

.apply-cv .choose-cv, .apply-cv .upload-cv {
	width: 40%;
	float: left;
	position: relative;
	z-index: 2;
}

.apply-cv-or, .upload-cv-txt {
	width: 6%;
	font-size: 12px;
	color: #888;
	line-height: 32px;
	text-align: center;
	float: left;
}

.upload-cv-choice { width: 100%; }

.upload-cv-txt { width: 78px; text-align: left; }

.upload-cv-item {
	width: 30px;
	height: 30px;
	background: url("/images/icons.png") -30px -270px no-repeat;
	display: block;
	float: left;
	margin-right: 16px;
}

.upload-cv-item.dropbox { background-position: -60px -270px; }
.upload-cv-item.google-drive { background-position: -90px -270px; }

.apply-cv .upload-cv { width: 44%; }

.apply-cv .preview-cv {
	width: 10%;	
	float: left;
	position: relative;
}

.jd-apply-form .submit-btn {
	width: 188px;
	height: 40px;
	line-height: 42px;
	background: #fccf00;
	
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: center;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	
	display: block;
	
	transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
}

.jd-apply-form .submit-btn:hover { color: #FFF; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }

.form-item.send-to-employer-btn {
	border-bottom: none;
	padding: 0 12px 10px 12px;
}

/* 20160120 Job Detail Application Form Career Profile */
.jd-apply-form .apply-career-profile .career-profile { padding-top: 8px; }
.jd-apply-form .apply-career-profile .latest-title,
.jd-apply-form .apply-career-profile .latest-company,
.jd-apply-form .apply-career-profile .job-function { margin-bottom: 8px; }
.jd-apply-form .apply-career-profile .form-item-header { width: 116px; }
.jd-apply-form .apply-section-header { font-size: 16px; font-weight: bold; color: #336699; line-height: 26px; padding: 0 12px; }
.jd-apply-form .apply-section-header .header-txt { float: left; }
.jd-apply-form .apply-section-header .new-to-workforce { height: 26px; line-height: 26px; font-size: 13px; font-weight: normal; color: #333; margin-left: 10px; float: left; cursor: pointer; }
.jd-apply-form .apply-section-header .new-to-workforce label { cursor: pointer; }
.jd-apply-form .apply-section-header .new-to-workforce span { margin-right: 4px; }
.jd-apply-form .apply-career-profile .form-item-header, .apply-career-profile .form-item-content { padding: 0 12px; }
.jd-apply-form .apply-career-profile .form-item-header { padding-right: 0; }
.jd-apply-form .apply-cv .form-item-header, .jd-apply-form .apply-coverletter .form-item-header { width: 100px; }
.jd-apply-form .apply-career-profile { padding: 8px 0; }

.jd-apply-form .from-email { margin-bottom: 8px; }
.jd-apply-form .from-email .form-item-header, .jd-apply-form .from-email .form-item-content,
.jd-apply-form .from-first-name .form-item-header, .jd-apply-form .from-first-name .form-item-content,
.jd-apply-form .from-last-name .form-item-header, .jd-apply-form .from-last-name .form-item-content { padding: 0; }
.jd-apply-form .from-last-name, .jd-apply-form .from-first-name { width: 48%; float: left; }
.jd-apply-form .from-last-name { float: right; }

.jd-apply-form .apply-work-exp-select { width: 150px; }
.jd-apply-form .apply-job-func span.field-text { font-size: 13px; color: #333; }
.jd-apply-form .apply-job-func .arrow-down { border-top-color: #666; top: 12px; }

/* 20160315 myHR release CV Section */
.jd-apply-form.release-cv .form-item-content { padding: 16px 12px; }

.jd-apply-form.release-cv .send-to-employer-btn { padding-bottom: 16px; }

.release-cv-action {
	/*border: 1px solid #e6e6e6;*/
	padding: 8px;
	padding-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.release-cv-action.release-cv-btn {
	padding: 0;
	border: 0;
	margin-bottom: 16px;
}

.release-cv-action .separator { width: 100%; height: 1px; background: #d4d4d4; float: left; margin-bottom: 8px; }

.release-cv-action .send-now-btn {
	width: 100%;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 36px;
	margin: 0 0 8px 0;
	position: relative;
}

.release-cv-action .send-now-btn:hover {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.release-cv-action .normal-act-btn {
	width: 100%;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	background: #f1f7fd;
	color: #336699;
	padding-left: 36px;
	margin: 0;
	position: relative;
}

.release-cv-action .send-now-btn span.icon,
.release-cv-action .normal-act-btn span.icon {
	width: 16px;
	height: 16px;
	background: url("../images/icons.png") -330px -240px no-repeat;
	position: absolute;
	top: 7px;
	left: 10px;
}

.release-cv-action .send-now-btn span.icon { top: 12px; }

.release-cv-action .normal-act-btn.block-btn span.icon {
	background-position: -360px -240px;
}

.release-cv-action .normal-act-btn.delete-btn span.icon {
	background-position: -390px -240px;
}

.release-cv-action .send-now-btn span.icon {
	background-position: -420px -240px;
}

.release-cv-action .normal-act-btn:hover { background: #E0E8EF; }

.release-cv-action a.normal-act-btn:link { margin-bottom: 8px; }
.release-cv-action a.delete-btn:link { margin-bottom: 0; }

.cv-request-date {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	height: 32px;
	line-height: 32px;
	float: left;
	cursor: default;
}

.cv-request-date .date { float: left; }

.cv-request-date .expired-tag {
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background: #CA3636;
	display: block;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 6px 0 0 8px;
}

/* Company profile */
.company-prof-cover {
	width: 100%;
	margin-bottom: 12px;
}

.round-btn:link, .round-btn:visited {
	border: 1px solid #4699CC;
	color: #4699CC;
	background-color: #FFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	display: inline-block;
	padding: 8px 16px;
}

.round-btn:hover {
	background-color: #4699CC;
	color: #FFF;
}

.company-prof-btn {
	margin-top: 16px;
}


/*--------------------------------------------------*/


/* temp added */

.summary-item-box{
    border: 1px solid white;
    width: 100%;
}
.summary-item-header {
	width: 138px;
	font-weight: bold;
	
	float:left;
	color:#000000;
	font-family: Arial,"新細明體",mingliu;
    font-size: 10pt;
}
.summary-item-content {
	float:left;
	color: #000000;
    font-family: Arial,"新細明體",mingliu;
    font-size: 10pt;
}
.summary-item-content a{
	color: #336699;
}

.summary-item-content,.summary-item-header{
	padding-bottom: 12px;
	vertical-align: top;
}

.jd-summary { width: 624px; border-top: 1px solid #e0e8ef; border-bottom: 1px solid #e0e8ef; padding: 22px 0 12px 0; }

.jd-summary-table td { vertical-align: top; padding-bottom: 12px; }

.jd-summary-table .summary-item-header {
	width: 138px;
	font-weight: bold;
}

.jd-summary-table .summary-item-content .info-btn { margin-left: 4px; }
.jd-summary-table .summary-item-content a:link, .jd-summary-table .summary-item-content a:visited { color: #336699; }
.jd-summary-table .summary-item-content a:hover { color: #7db2e7; text-decoration: none; }

.jd-summary-table .salary-check-text { vertical-align: 10px; }
.jd-summary-table .salary-check-link { }

.jd-summary-benefit li {
	font-weight: bold;
	line-height: 20px;
	padding-left: 26px;
	margin-bottom: 4px;
	position: relative;
}

.jd-summary-benefit li:last-child { margin-bottom: 0; }

.jd-summary-benefit li span.benefit-icon {
	width: 20px;
	height: 20px;
	background: url("../images/benefits.png") 0 0 no-repeat;	
	position: absolute;
	left: 0;
}

.jd-summary-benefit li span.benefit-icon.benefit_medical_plan { background-position: 0 0; }
.jd-summary-benefit li span.benefit-icon.benefit_overtime { background-position: 0 -30px; }
.jd-summary-benefit li span.benefit-icon.benefit_prc  { background-position: 0 -60px; }
.jd-summary-benefit li span.benefit-icon.benefit_discretionary_bonus { background-position: 0 -90px; }
.jd-summary-benefit li span.benefit-icon.benefit_alternate_saturday { background-position: 0 -120px; }
.jd-summary-benefit li span.benefit-icon.benefit_shuttle  { background-position: 0 -150px; }
.jd-summary-benefit li span.benefit-icon.benefit_year_end_bonus { background-position: 0 -180px; }

.jd-summary-benefit li span.benefit-icon.stock-options { background-position: 0 -210px; }
.jd-summary-benefit li span.benefit-icon.benefit_housing_allowance { background-position: 0 -240px; }
.jd-summary-benefit li span.benefit-icon.benefit_insurance { background-position: 0 -270px; }
.jd-summary-benefit li span.benefit-icon.benefit_loan  { background-position: 0 -300px; }
.jd-summary-benefit li span.benefit-icon.benefit_meal_allowance { background-position: 0 -330px; }
.jd-summary-benefit li span.benefit-icon.benefit_dental { background-position: 0 -360px; }
.jd-summary-benefit li span.benefit-icon.benefit_13_months_pay { background-position: 0 -390px; }

.jd-summary-benefit li span.benefit-icon.work-at-home { background-position: 0 -420px; }
.jd-summary-benefit li span.benefit-icon.benefit_staff_care 	 { background-position: 0 -450px; }
.jd-summary-benefit li span.benefit-icon.benefit_gratuity  { background-position: 0 -480px; }

.jd-summary-benefit li span.benefit-icon.benefit_flexible_work_hours { background-position: 0 -510px; }
.jd-summary-benefit li span.benefit-icon.benefit_extra_leave  { background-position: 0 -540px; }
.jd-summary-benefit li span.benefit-icon.benefit_education_fund  { background-position: 0 -570px; }

.jd-summary-benefit li span.benefit-icon.benefit_competitive_pay  { background-position: 0 -600px; }
.jd-summary-benefit li span.benefit-icon.benefit_5_days_work  { background-position: 0 -630px; }
.jd-summary-benefit li span.benefit-icon.benefit_transportation  { background-position: 0 -660px; }
.jd-summary-benefit li span.benefit-icon.benefit_special_funds  { background-position: 0 -690px; }

.jd-summary-salarycheck {
	width: 80px;
	height: 26px;
	background: url("../images/jd-salarycheck.png") 0 0 no-repeat;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-left: 8px;
}

.jd-search-tips {
	line-height: 18px;
	background: url("../images/j_details_goodjob_yellow.png") left 24px no-repeat;
	padding: 24px 0 24px 56px;
	margin-bottom: 48px;
	position: relative;
}

.search-tips-header {
	font-weight: bold;	
	color: #4699CC;
}

.search-tips-btn:link, .search-tips-btn:visited {
	background: #4699CC;
	color: #FFF;
	padding: 4px 8px;	
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.search-tips-btn:hover {
	background: #336699;
	color: #FFF;
}

/* More Jobs from this Company */
.more-jobs-from-company {
	font-size: 13px;
	margin-bottom: 24px;	
}

.more-jobs-header {
	width: 100%;
	font-weight: bold;
	padding: 10px 8px;
	color: #FFF;
	background: #4699CC;
	text-align: center;	
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.more-jobs-list-container {
	padding: 2px 12px 46px 12px;
	border: 1px solid #4699CC;
	border-top: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;	
}

.more-jobs-list-container .flexslider { border: none; }

.more-jobs-list { line-height: 16px; }

.more-jobs-list li { line-height: 16px; padding: 8px 0; border-bottom: 1px dotted #4699CC;	}

.more-jobs-list .extra-job { display: block; }

.more-jobs-list .extra-job span { display: block; }

.more-jobs-list .extra-job span.job-date {
	font-size: 11px;
	color: #888;
	padding-top: 2px;
}

.flex-control {
	width: 142px;
	position: absolute;
	bottom: -32px;
	left: -12px;
	text-align: center;
}

/* User Guide Btn */
.info-btn {
	width: 14px;
	height: 14px;
	background: url("../images/icons.png") -210px 0 no-repeat;
	display: block;
	float: left;
}

.info-btn:hover {
	background-position: -270px 0;
	cursor: pointer;
}

.jd-general-info .jd-ref-no .info-btn {
	position: absolute;
	right: 0;
	top: 0;	
}

.jd-summary-table .jd-ref-no .info-btn {
	position: absolute;
	right: 0;
	top: 0;	
}

.choose-cv .select,
.upload-cv .input-field { font-size: 13px; padding-left: 26px; padding-right: 26px; }
.upload-cv .uploaded .input-field { color: #333; }
.upload-cv .uploaded .input-field .cv-name,
.reg-form-upload-cv .uploaded .input-field .cv-name {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.upload-cv .input-field input { border: 0; background: #FFF; }

.upload-cv .select-opt { left: 6px; top: 6px !important; }
.upload-cv a.del-btn { top: 4px !important; }

.jd-apply-form .select {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jd-apply-form .input-field input[type="text"] { font-size: 13px; height: 24px; }

.select-field .arrow-down {
	top: 14px;
	border-top: 4px solid #666;
	z-index: 3;
}

.browse-file-btn {
	width: 52px;
	height: 24px;
	
	font-size: 13px;
	line-height: 24px;
	background: #888;
	color: #FFF;
	text-align: center;
	
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 999; 
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
}

.browse-file-btn:link, .browse-file-btn:visited { color: #FFF; }
.browse-file-btn:hover { background: #aaa; color: #FFF; }

.preview-btn:link {
	width: 100%;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;	
}

.preview-btn:link, .preview-btn:visited { color: #444; }
.preview-btn:hover { color: #888; }

.select-opt {
	width: 16px;
	height: 16px;
	background: url("../images/radio.png") 0 0 no-repeat;	
	display: block;
	position: absolute;
	left: 6px;
	top: 8px;
	z-index: 999;
	cursor: pointer;
}

.select-opt.active { background-position: 0 -16px; }

/* Browse File */
.custom-file {
	width: 100%;
    height: 20px;
	z-index: 999;
    float: left;
    position: relative;
}

.custom-file #file,
.custom-file #file-2,
.custom-file #uploadFile {
    width: 198px;
    height: 28px;
    opacity: 0;
	filter: alpha(opacity=0);
    position: absolute;
    bottom: -4px;
    left:0;
	cursor: pointer;
}

.custom-file #uploadFile { width: 100%; }

.custom-file #file-2 { width: 278px; }

.custom-file span {
    float: left;
    font-size: 13px;
    height: 24px;
}

.custom-file span.text {
    width: 140px;
	color: #333;
}

.custom-file span.button {
	width: 52px;
	height: 24px;
	line-height: 24px;
	background: #888;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	position: absolute;
	right: -3px;
	cursor: pointer;
}

/* Pop Up Form */
.pop-up-apply-form {
	width: 520px;
	position: fixed;
	bottom: 36px;
	right: 12px;	
	
	z-index: 99999;
	display: none;
}

.pop-up-apply-form-pm {
	width: 520px;
	position: fixed;
	top: 120px;
	right: 12px;	
	
	z-index: 99999;
	display: none;
}

.pop-up-apply-form .jd-apply-form { margin-bottom: 0; }

.pop-up-apply-form .jd-apply-form .apply-coverletter-content textarea { height: 180px; }

.pop-up-apply-form.pop-up-box-min { width: 260px; }

.pop-up-apply-form.pop-up-box-min .form-header {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.pop-up-apply-form.pop-up-box-min .form-header-title { width: 160px; }

.pop-up-box-max { display: none; }
.pop-up-box-max .pop-up-max { display: none; }
.pop-up-box-min .pop-up-min { display: none; }

.pop-up-apply-form .apply-cv .choose-cv,
.pop-up-apply-form .apply-cv .upload-cv { width: 80%; }

.pop-up-apply-form .apply-cv-or {
	width: 12%;
	text-align: left;
	padding-left: 12px;
}

.pop-up-apply-form .apply-cv .preview-cv { width: 12%; padding-left: 12px; }

.pop-up-apply-form .apply-cv .preview-cv .preview-btn { text-align: left; }

.pop-up-apply-form .apply-cv .choose-cv { margin-bottom: 10px; }

.pop-up-apply-form.pop-up-box-max .custom-file span.text { width: 240px; }

.pop-up-apply-form.pop-up-box-max .custom-file #uploadFile { width: 300px; top: -2px; }

/*Add by Danny*/
.pop-up-apply-form .combo-box-arrow { margin-left: 250px; }
.pop-up-apply-form .selectBox-apply-job-func { right: 0px; }
/*Add by Danny*/

/* Job Detail Banenr */
.job-detail-banner { text-align: center; }

.jd-banner-box { margin-bottom: 24px; }

.info-tooltip { display: none; }

/* Job Detail Message */
.jd-msg { display: none; }

.jd-msg .msg-content {
	width: 872px;
	font-size: 13px;
	color: #333;
	background: #fffded;
	border: 1px solid #ffd696;
	padding: 4px 8px;
	margin: 0 auto;
	position: relative;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.jd-msg .msg-content a.close-msg-btn {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") -180px -90px no-repeat;
	position: absolute;
	right: 4px;
	top: 6px;	
}

.jd-msg .change-lang-chin,
.jd-msg .reject-change-lang-chin {
	background: #336699;
	color: #FFF;
	padding: 4px 8px;
	display: inline-block;
	margin-left: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jd-msg .change-lang-chin:hover { background: #154c79; }

.jd-msg .reject-change-lang-chin { background: #888; }
.jd-msg .reject-change-lang-chin:hover { background: #666; }


/* Registration Form
----------------------------------*/
.registration-form {
	margin-bottom: 42px;
}

.registration-form .form-header {
	font-weight: bold;
	background: #336699;
	color: #FFF;
	padding: 8px 12px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}

.registration-form .form-content {
	border: 1px solid #e0e8ef;
	padding: 44px 12px 58px 12px;
	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.reg-form-title {
	font-size: 22px;
	font-weight: bold;
}

.reg-form-title, .reg-step-flow {
	width: 826px;
	margin: 0 auto 24px auto;
	position: relative;
}

.reg-step-flow .reg-step {
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
	color: #cccccc;
	padding-left: 32px;
	position: relative;
	float: left;
}

.reg-step-flow .reg-step.current { color: #336699; }
.reg-step-flow .reg-step.second-step { margin-left: 184px; } 
.reg-step-flow .reg-step.third-step { float: right; } 

.reg-step-flow .step-num {
	width: 24px;
	height: 24px;
	background: #cccccc;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;	
	
	position: absolute;
	left: 0;
	top: 0;
}

.reg-step-flow .reg-step.current .step-num { background: #336699; }

.reg-step-flow .line {
	width: 160px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 12px;
	left: 152px;	
}

.reg-step-flow .line-2 {
	width: 140px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 12px;
	left: 488px;	
}

.reg-form-main {
	width: 826px;
	color: #666;
	margin: 0 auto;	
}

.form-content .reg-form-item { margin-bottom: 13px; position: relative; }

.form-content .reg-form-item .title { font-size: 13px; font-weight: bold; color: #666; margin-bottom: 3px; }

.form-content .input-field, .form-content .input-field-group {
	width: 60%;
	height: 36px;
	border-color: #e0e8ef;	
	padding: 4px 6px 4px 32px;
	float: left;
}

.form-content .input-field input[type=text] { height: 24px; }

.form-content .input-field-group { padding-left: 56px; }

.form-content .input-field-group label {
	height: 24px;
	line-height: 24px;
	position: absolute;
	
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

.form-content .input-field-group input[type=text] { height: 24px; line-height: 24px; }

.form-content .input-field.focus,
.form-content .input-field-group.focus { border-color: #adc1d5; }

.textarea-wrapper textarea.error-field,
.textarea-wrapper textarea.error-field.focus { border-color: #ca3636; }

.form-content .reg-form-privacy-setting .field-text { color: #333; }

.form-content .reg-form-work-exp #div_ft_student label { font-size: 14px; }

.fb_login_btn {
	font-size: 15px;
	color: #336699;
	line-height: 32px;
	padding-left: 42px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.fb_login_btn span.icon {
	width: 32px;
	height: 32px;
	background: url("../images/icons.png") -360px -270px no-repeat;

	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

/* Read only */
.input-field input[readonly],
.input-field-group input[readonly],
textarea[readonly] {
	background-color: #f0f0f0;
	color: #666;
}

.input-field.read-only,
.input-field-group.read-only,
.textarea-wrapper.read-only {
	background-color: #f0f0f0;
}

.input-field.read-only.focus,
.input-field-group.read-only.focus,
.textarea-wrapper.read-only.focus {
	border-color: #e0e8ef;
}

/* Error Msg */
.form-content .error-msg {
	font-size: 12px;
	color: #ca3636;	
	clear: both;
	padding-top: 4px;
	text-align: left;
}

.form-content .input-field.error-field,
.form-item-content .input-field.error-field { border-color: #ca3636; }
.form-content .input-field.error-field.focus { border-color: #ca3636; }

.form-content .field-desc {
	width: 40%;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	padding-left: 16px;
	float: left;
}

.form-content .field-desc a:link, .form-content .field-desc a:visited { color: #666; }
.form-content .field-desc a:hover { color: #666; text-decoration: underline; }

.form-content .form-email span.icon { background-position: -330px -30px; }
.form-content .form-pw span.icon { background-position: -360px -30px; }
.form-content .form-latest-title span.icon { background-position: -420px -30px; }
.form-content .form-job-func span.icon { background-position: -60px -30px; }
.form-content .form-job-industry span.icon { background-position: -120px -30px; }
.form-content .form-work-exp span.icon { background-position: -210px -30px; }
.form-content .form-education-lv span.icon { background-position: -240px -30px; }
.form-content .form-career-lv span.icon { background-position: -150px -30px; }
.form-content .form-expected-salary span.icon { background-position: -90px -30px; }
.form-content .form-availability span.icon { background-position: -450px -30px; }
.form-content .form-first-name span.icon { background-position: -390px -30px; }
.form-content .form-last-name span.icon { background-position: -390px -30px; }
.form-content .form-mobile span.icon { background-position: -510px -30px; }
.form-content .form-yob span.icon { background-position: -540px -30px; }
.form-content .form-employment-term span.icon { background-position: -270px -30px; }
.form-content .form-travel span.icon { background-position: -480px -30px; }
.form-content .form-login span.icon { background-position: -390px -30px; }

.form-content .input-field input[type=text],
.form-content .input-field .field-text { line-height: 24px; }

.form-content label { cursor: pointer; }
.form-content input[type=checkbox] { vertical-align: -1px; margin-left: 1px; cursor: pointer; }

.form-submit-btn {
	width: 186px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #ffce00;
	color: #336699;	
	display: block;
	float: left;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
}

.form-submit-btn:hover {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.step2 .form-submit-btn, .step3 .form-submit-btn {
	width: 160px;
	background: #336699;
	color: #FFF;
}

.step2 .form-submit-btn:hover, .step3 .form-submit-btn:hover {
	background: #407cad;
}

.reg-form-submit .tnc, .reg-form-submit .skip-this-step {
	width: 360px;
	font-size: 13px;
	color: #afafaf;
	line-height: 18px;
	padding-left: 16px;
	float: left;
	margin-top: 4px;
}

.reg-form-submit .skip-this-step { margin-top: 12px; }

.reg-form-submit .tnc a:link, .reg-form-submit .tnc a:visited { color: #afafaf; text-decoration: underline; }
.reg-form-submit .tnc a:hover { color: #666; }

.reg-form-login { font-size: 14px; margin-top: 42px; }

.form-job-func .field-desc {
	color: #afafaf;
	line-height: 18px;
}

.reg-form-section.cv { margin-bottom: 36px; }

.reg-form-section-title {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	padding-bottom: 4px;
	border-bottom: 1px solid #336699;	
}

.reg-form-section-title .more-options-btn {
	width: 124px;
	background: url("../images/list-arrow-b-updown.png") right 6px no-repeat;
	margin: 0;
	float: none;	
}

.reg-form-section-title .more-options-btn:hover { color: #336699; }

.reg-form-section-title .more-options-btn.fewer-options { background-position: right -34px; }

.reg-form-item-title { width: 60%; font-size: 14px; font-weight: bold; height: 18px; line-height: 18px; margin-bottom: 4px; }

.suggested-jobfunc.info-tooltip { width: 420px; display: block; }
.suggested-job-function { color: #666666; margin-top: 4px; }
.suggested-job-function a:link, .suggested-job-function a:visited { color: #666666; }
.suggested-job-function a:hover { text-decoration: underline; }

.reg-form-section.personal-details .reg-form-item.reg-form-name-title .input-field { width: 78px; padding-left: 12px; }

.reg-form-section .reg-form-item.sec-col { float: right; }

.reg-form-section.professional-details .form-latest-title .input-field { width: 240px; }

.reg-form-upload-cv .custom-file { height: 24px; line-height: 24px; }

.reg-form-upload-cv .input-field { padding-left: 10px; margin-bottom: 6px; }

.reg-form-upload-cv .custom-file #file-3 {
    width: 380px;
    height: 26px;
    opacity: 0;
	filter: alpha(opacity=0);
    position: absolute;
    left:0;
	cursor: pointer;
}

.reg-form-upload-cv .custom-file span.button { width: 66px; }
.reg-form-upload-cv .custom-file span.text { width: 310px; font-size: 15px; color: #666; }

.reg-form-upload-cv .reg-form-linkedin { float: left; margin-top: 8px; margin-left: 16px; }

.reg-form-upload-cv .reg-form-linkedin span { font-size: 15px; color: #afafaf; }

.reg-form-upload-cv .reg-form-or {
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	margin-top: 8px;
	margin-left: 16px; 
}

.reg-form-upload-cv .reg-form-or .or {
	width: 24px;
	height: 24px;
	font-size: 11px;
	color: #666;
	text-align: center;
	line-height: 24px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute;
	display: block;
}

.reg-form-upload-cv .upload-from-linkedin {
	font-weight: bold;
	line-height: 24px;
	padding-left: 32px;
	position: relative;
	display: block;	
	cursor: pointer;
}

.reg-form-upload-cv .upload-from-linkedin span.icon {
	width: 24px;
	height: 24px;
	background: url("../images/icons.png") -150px -90px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.reg-form-upload-cv .reg-form-item-desc { width: 100%; font-size: 12px; color: #888; float: left; }

.reg-form-upload-cv .upload-cv-txt { width: 40px; }

.reg-form-upload-cv .upload-cv-choice { margin: 8px 0; }
.reg-form-upload-cv .upload-cv-choice .custom-file { z-index: 1; }

.reg-form-upload-cv .cv-name { height: 24px; line-height: 24px; }
.reg-form-lefy {
	border: 2px solid #e0e8ef;
	padding: 12px 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.reg-form-lefy .reg-form-item-title {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #336699;	
	margin-bottom: 8px;
	padding-left: 32px;
	position: relative;
}

.reg-form-lefy .reg-form-item-title span.icon {
	width: 24px;
	height: 22px;
	background: url("../images/icons.png") -120px -90px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.reg-form-lefy .privacy-setting { margin-top: 12px;	}

#privacy-setting-tooltip {
	width: 420px;	
}

.privacy-setting-choice {
	margin-bottom: 8px;	
}

.privacy-setting-choice.private {
	margin-bottom: 0;	
}

.privacy-setting-choice .title {
	font-weight: bold;
	color: #4699cc;
	display: block;
}

.privacy-setting-choice .recommend {
	font-size: 12px;
	color: #888;
	font-weight: normal;
	font-style: italic;
}

.privacy-setting-choice .content {
	font-size: 12px;
	line-height: 14px;
}

.reg-form-lefy .privacy-title {
	height: 32px;
	line-height: 32px;
	float: left;	
}

.reg-form-lefy .privacy-title .user-guide-btn {
	margin-left: 8px;
	float: right;
}

.reg-form-lefy .privacy-title .user-guide-btn:hover { background-position: -120px 0; }

.reg-form-lefy .input-field {
	width: 220px;
	padding-left: 10px;
	margin-bottom: 0;
	float: right;
}

.reg-form-section.job-alert .input-field { width: 60%; }

.reg-form-section.job-alert .form-job-func .field-desc { line-height: 32px; }

.reg-form-search-keyword span.icon { background-position: 0 -30px; }


/* iFrame Panel
----------------------------------*/
.iframe-panel-content { width: 540px; margin: 0 auto; }
.msg-panel { padding: 12px; }

.iframe-panel .form-title,
.msg-panel .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.iframe-panel .form-content { padding: 12px; }
.iframe-panel .form-content .form-item { margin-bottom: 12px; position: relative; }
.iframe-panel .form-content .input-field { width: 100%; } 

.iframe-panel .form-content .form-submit-btn,
.msg-panel .form-submit-btn {
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #336699;
	color: #fff;	
	display: block;
	float: left;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
}

.iframe-panel .form-content .form-submit-btn:hover,
.msg-panel .form-submit-btn:hover {
	background: #407cad;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.iframe-panel-content .msg-content { color: #666666; line-height: 18px; margin-bottom: 12px; }
.msg-panel .msg-content { color: #666666; line-height: 18px; margin-bottom: 16px; }
.msg-panel .msg-content .choice { font-weight: bold; }


.msg-panel .msg-content a:link, .msg-panel .msg-content a:visited { font-weight: bold; color: #666; text-decoration: underline; }
.msg-panel .msg-content a:hover { color: #888; }

/* Login Panel
----------------------------------*/
.login-panel { width: 540px; margin: 0 auto; }

.login-panel .form-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

.login-panel .form-content { padding: 12px; }
.login-panel .form-content .input-field { width: 100%; } 

.login-panel .form-keep-login {
	font-size: 13px;
	color: #666;
	margin-bottom: 14px;
}
.login-panel .form-submit { margin-bottom: 14px; }
.login-panel .form-actions { font-size: 16px; font-weight: bold; text-align: center; margin: 32px 0 12px 0; }

.login-panel .forgot-pw:link, .login-panel .forgot-pw:visited { color: #666; }
.login-panel .forgot-pw:hover { color: #888; }

.login-panel .forgot-pw { font-size: 13px; line-height: 36px; margin-left: 12px; float: left; }

.login-panel .form-submit-btn {
	width: 168px;
	background: #336699;
	color: #FFF;
}

.login-panel .form-submit-btn:hover {
	background: #407cad;
}

.login-panel .strike {
	margin: 16px 0;
}

/* Email me related jobs
----------------------------------*/
.emrj-panel .form-submit-btn {
	width: 140px;
	height: 36px;
	line-height: 36px;
}

.emrj-panel .form-content .form-item { margin-bottom: 16px; }

/* Password Reset
----------------------------------*/
.pw-reset-panel .form-content .form-item { margin-bottom: 16px; }
.pw-reset-panel a:link { font-weight: bold; }

/* Job Alert Panel
----------------------------------*/
.job-alert-panel .form-submit-btn { margin-right: 12px; }

.job-alert-panel .form-item { color: #666; }

.job-alert-panel .form-submit-btn { width: 120px; }

/* About Us
----------------------------------*/
#about-us-tab .separator { width: 100%; height: 1px; background: #336699; margin: 12px 0; }

#about-us-tab .tabs-menu { float: left;	}

#about-us-tab .tabs-menu li { margin-left: 0; margin-right: 6px; }

#about-us-tab .tab-content { color: #444; line-height: 20px; }

#about-us-tab .tab-content .left-col {
	width: 300px;
	height: 300px;
	background: #FFF;
	float: left;
}

#about-us-tab .tab-content .left-col.ct-logo {
	background: url("../images/about-us.png") -300px 0 no-repeat;	
}

#about-us-tab .tab-content .left-col.hket-logo {
	background: url("../images/about-us.png") 0 0 no-repeat;
}

#about-us-tab .tab-content .right-col {
	width: 662px;
	padding: 6px 0 12px 28px;
	float: right;
}

#about-us-tab .tab-content .tab-content-title {
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 12px;
}

#about-us-tab #contact-us p { margin-bottom: 20px; }
#about-us-tab #contact-us p.last-item { margin-bottom: 0; }

#about-us-tab #contact-us p .tab-content-subtitle { font-weight: bold; }

#about-us-tab td.list-title { font-weight: bold; padding-bottom: 12px; }
#about-us-tab .corporate-list td.first-col { width: 160px; }
#about-us-tab .contact-list td.first-col { width: 48px; }
#about-us-tab #contact-us .address { margin-top: 24px; }

/*Updated by Martha on 20151119*/
#about-us-tab #about-ct .video { text-align:center; }

/* Footer
----------------------------------*/
.footer-container li a:link, .footer-container li a:visited { color: #FFF; }

.footer-container li a:hover { text-decoration: underline; }

/* Upper */
.footer-upper {
	color: #FFF;
	background: #4699cc;
}

.footer-upper-content { padding: 16px 6px; }

.footer-logo {
	width: 95px;
	height: 30px;
	
	background: url("../images/ctlogo-w.png") no-repeat left top;
	
	display: block;
	float: left;
	margin-top: 10px;
}

.footer-logo span { display: none; }

.footer-upper-sitemap { padding-bottom: 16px; }

.footer-upper-sitemap .column {
	width: 25%;
	float: left;	
}

.footer-upper-sitemap .column .column-title { font-weight: bold; }

.footer-sitemap-menu {
	font-size: 13px;
	padding: 0;
	margin: 8px 0 0 0;
}

.footer-sitemap-menu li {
	list-style: none;
	margin-bottom: 6px;
}

.footer-sitemap-menu li:last-child {
	margin-bottom: 0;	
}

.footer-sitemap-menu li a {
	background: url("../images/list-arrow-a60.png") no-repeat left 3px;
	padding-left: 14px;	
}

.footer-upper-company {
	font-size: 12px;
	border-top: 1px solid #65b7e0;
	padding-top: 16px;	
}

.footer-social-media-menu {
	margin: 0;
	padding: 0	
}

.footer-social-media-menu li {
	display: inline;
	list-style: none;
}

.footer-follow-us, .footer-mobile-app {
	float: right;	
}

.footer-mobile-app {
	margin-right: 24px;	
}

/* Lower */
.footer-lower {
	font-size: 12px;
	color: #FFF;
	background: #336699;
}

.footer-lower a:link, .footer-lower a:visited { color: #FFF; }
.footer-lower a:hover { text-decoration: underline; }

.footer-lower-content { padding: 8px 6px 6px 6px; }

.footer-copyright, .footer-link {
	width: 50%;
	float: left;	
}

.footer-link-menu {
	padding: 0;
	margin: 0;
	float: right;
}

.footer-link-menu li {
	list-style: none;
	display: inline;
	margin-left: 20px;
}

.subpage-footer {
	font-size: 11px;
	color: #FFF;
	background: #336699;
	
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
}

.subpage-footer .page-content { padding: 4px 8px 2px 8px; }

.subpage-footer .footer-copyright { height: 19px; line-height: 19px; }
.full-page-body .subpage-footer .footer-copyright { height: auto; line-height: normal; }

.job-detail-page .subpage-footer { position: relative; }

.single-footer { position: fixed; bottom: 0; }

.caring-company {
	width: 100px;
	height: 30px;
	background: url("../images/caring-company.png") no-repeat;
	display: block;
	float: left;
	margin-left: 16px;
	margin-top: 4px;
}

footer .hkaa {
	float: left;
	margin-left: 16px;
}

footer .hkaa .text {
	vertical-align: 16px;
}


/* For old pages
----------------------------------*/
.revamp-header { margin: 0 auto 36px auto; padding-bottom: 37px; }
.revamp-header nav { position: absolute; left: 0; }
.revamp-header .header-content { padding-left: 0; }
.revamp-header header { margin-left: -2px; }
.revamp-header .login-register-box { right: 12px; }

.revamp-footer { text-align: left; margin-top: 24px; }
.revamp-footer footer { position: absolute; left: 0; }

body#blue-menu-bar { background: none; margin: 0 auto; }


/* Events & Promotions
----------------------------------*/
.events-promo-index { margin-top: 12px;	}

.events-promo-index .index-title {
	font-size: 18px;
	font-weight: bold;
	color: #336699;	
	margin-bottom: 12px;
}

.events-promo-index .index-year {
	font-size: 18px;
	font-weight: bold;
	background: #e0e8ef;
	color: #336699;
	padding: 6px 12px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.events-promo-index .events_hr {
	height: 1px;
	background-color: #E0E8EF;
	border: none;
	margin: 0 0 12px 0;
}

.events-promo-index .pagination-list { margin: 12px 0; }

.index-content { padding: 12px;	}

.index-event-wrapper { font-size: 15px; }	

.index-event-wrapper .date { width: 12%; color: #333; float: left; }

.index-event-wrapper .content { width: 88%; float: left; }

.events-promo-list li { padding-bottom: 12px; }

/* View Similar Jobs */
.similar-jobs, .preview-jd-similar-jobs {
	width: 250px;
	min-height: 136px;
	background: #fffbf1;
	border: 2px solid #f1c3a4;
	color: #333;
	
	position: fixed;
	bottom: 18px;
	left: 50%;
	margin-left: 228px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	padding: 28px 6px 6px 6px;
	
	z-index: 100;
}

.preview-jd-similar-jobs { left: 1036px; margin-left: 0; }

.similar-jobs.notShown,
.preview-jd-similar-jobs.notShown { bottom: -130px; }

.similar-jobs .title,
.preview-jd-similar-jobs .title {
	font-weight: bold;
	color: #f1704d;
	position: absolute;
	left: 10px;
	top: 8px;
}

.similar-jobs .tag {
	font-size: 11px;
	background: #f1704d;
	color: #FFF;
	display: block;
	padding: 2px 4px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	position: absolute;
	left: 10px;
	top: 8px;
}

.similar-jobs .close-btn,
.preview-jd-similar-jobs .close-btn {
	width: 24px;
	height: 24px;
	background: url("/images/job-desc-icon.png") 0 -546px no-repeat;
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.similar-jobs .close-btn.isDown,
.preview-jd-similar-jobs .close-btn.isDown { background-position: 0 -570px; }

.similar-jobs .view-more-jobs,
.preview-jd-similar-jobs .view-more-jobs { font-size: 12px; position: relative; top: 1px; margin-right: 6px; float: right; z-index: 8; }
.similar-jobs .view-more-jobs:link, .similar-jobs .view-more-jobs:visited,
.preview-jd-similar-jobs .view-more-jobs:link, .preview-jd-similar-jobs .view-more-jobs:visited { color: #666; }
.similar-jobs .view-more-jobs:hover,
.preview-jd-similar-jobs .view-more-jobs:hover { text-decoration: underline; }

.similar-jobs .flexslider,
.preview-jd-similar-jobs .flexslider { background: #fffbf1; border-color: #fffbf1; }

.similar-jobs .job-desc-list,
.preview-jd-similar-jobs .job-desc-list { background: #FFF; padding: 4px 6px; margin-top: 6px; }
.similar-jobs .job-desc-list li,
.preview-jd-similar-jobs .job-desc-list li { font-size: 12px; font-weight: normal; color: #666; }

.similar-job-wrapper:link, .similar-job-wrapper:visited { font-size: 14px; font-weight: bold; color: #666; }
.similar-job-wrapper:hover { text-decoration: underline; }

.similar-jobs .flexslider .flex-control-paging,
.preview-jd-similar-jobs .flexslider .flex-control-paging { bottom: -16px; }
.similar-jobs .flexslider .flex-control-paging li a,
.preview-jd-similar-jobs .flexslider .flex-control-paging li a { background: #f1704d; }
.similar-jobs .flexslider .flex-control-nav li,
.preview-jd-similar-jobs .flexslider .flex-control-nav li { float: left; }

.similar-jobs .similar-job-title,
.preview-jd-similar-jobs .similar-job-title {
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}


/* Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.main-content .home-banner-separator { margin-bottom: 37px; }
	
	.whats-new-container { margin-bottom: 20px;	}
}

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) {
	.selectBox-job-loc-jl .combo-box-wrapper { width: 522px; }
	.combo-box-simple.combo-box-search-keyword { width: 201px; }
}

@media only screen 
and (min-width : 1320px) {
	/* Styles */
	.search-panel-container-s .search-criteria-container.search-for-keyword { width: 320px; }
	.search-panel-container-s .search-criteria-container-s { width: 240px; }
	.search-panel-container-s .search-criteria-container { width: 349px; }
	
	.search-panel-container-s.sp-it-digital .search-criteria-container,
	.search-panel-container-s.sp-it-digital .search-criteria-container-s { width: 275px; }
	.search-panel-container-s.sp-it-digital .search-criteria-container.search-for-keyword { width: 320px; }
	.selectBox-jobfunc-jl { left: 348px; }
	.selectBox-employment-term-jl { left: 596px; } 
	.selectBox-salary-jl { left: 844px; }
	
	.selectBox-edu-lv-jl, .selectBox-career-lv-jl { left: 376px; }
	.selectBox-job-loc-jl, .selectBox-employer-type-jl { left: 734px; }
	
	.selectBox-job-industry-jl, .selectBox-edu-lv-jl, .selectBox-job-loc-jl { top: 87px; }
	.selectBox-workexp-jl, .selectBox-career-lv-jl, .selectBox-employer-type-jl { top: 126px; }
	
	.sp-it-digital .selectBox-jobfunc-jl { left: 348px; }
	.sp-it-digital .selectBox-job-loc-jl { left: 632px; top: 48px; }
	.sp-it-digital .selectBox-salary-jl { left: 914px; top: 48px; }
	.sp-it-digital .selectBox-salary-jl .combo-box-arrow { left: 36px; right: auto; }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1620px) {
	/* Styles */
	.search-panel-container-s .search-criteria-container.search-for-keyword { width: 360px; }
	.search-panel-container-s .search-criteria-container-s { width: 280px; }
	.search-panel-container-s .search-criteria-container { width: 402px; }
	
	.search-panel-container-s.sp-it-digital .search-criteria-container,
	.search-panel-container-s.sp-it-digital .search-criteria-container-s { width: 300px; }
	.search-panel-container-s.sp-it-digital .search-criteria-container.search-for-keyword { width: 360px; }
	
	.selectBox-jobfunc-jl { left: 387px; }
	.selectBox-employment-term-jl { left: 676px; } 
	.selectBox-salary-jl { left: 964px; }
	
	.selectBox-edu-lv-jl, .selectBox-career-lv-jl { left: 430px; }
	.selectBox-job-loc-jl, .selectBox-employer-type-jl { left: 839px; }
	
	.selectBox-job-industry-jl, .selectBox-edu-lv-jl, .selectBox-job-loc-jl { top: 87px; }
	.selectBox-workexp-jl, .selectBox-career-lv-jl, .selectBox-employer-type-jl { top: 126px; }
	
	.sp-it-digital .selectBox-jobfunc-jl { left: 387px; }
	.sp-it-digital .selectBox-job-loc-jl { left: 696px; top: 48px; }
	.sp-it-digital .selectBox-salary-jl { left: 1004px; top: 48px; }
	.sp-it-digital .selectBox-salary-jl .combo-box-arrow { left: 36px; right: auto; }
}
/*temp added*/
.preview_mode .pop-up-apply-form.pop-up-box-max{
	top:0px;
}

/*wing*/
#page center table {
	margin:0 auto;
}
/*wing*/
.other-article a:link,.other-article a:visited {
color: #000000;
text-decoration: none;
}

/*wing*/
.page-body .advance_search{
	box-sizing: content-box;
}
/*wing*/
.page-body .nav-container span ,#job-search-btn a,#pagination a{
	text-align: center;
	
}
/*wing*/
#pl_search_bar .input{
	margin-left: 35px;
}

/*wing*/
.bubble select{
	box-sizing: border-box;
}
.bubble .input-style {
	width: 283px;
	color: #7f7e7e;
	margin: 24px 0 13px;
	border: 1px solid #666;
	z-index: 999999;
}

.bubble td,#breadcrumb p{
	font-family: Arial, '新細明體', pmingliu, '細明體', mingliu, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.page-body .bubble{
	box-sizing: content-box;
}

/* Mobile App Activities
--------------------------------------------*/
#mobile-activities-tab .tabs-menu a { width: 200px; text-align: center; }

.import-activities-container .qrcode {
	background: #FFF;
	border: 1px solid #e1e1e1;
	padding: 8px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	display: inline-block;
	
	position: relative;
	margin-bottom: 6px;
}

.import-activities-container .qrcode-refresh {
	width: 100%;
	height: 100%;
	background: url("../images/bg-w-95.png");
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	cursor: pointer;
	display: none;
}

.import-activities-container .qrcode:hover .qrcode-refresh { display: block; }

.import-activities-container .qrcode-refresh .refresh-btn {
	width: 140px;
	height: 140px;
	background: url("../images/refresh-btn-bg.png") 0 0 no-repeat;
	color: #FFF;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -70px;
}

.import-activities-container .qrcode-refresh .refresh-btn .btn-text { width: 100px; position: absolute; top: 50%; left: 50%; margin: -36px 0 0 -48px; display: block; }

.import-activities-container .qrcode-refresh .refresh-icon { width: 36px; height: 32px; background: url("../images/refresh-icon.png") 0 0 no-repeat; position: absolute; top: 50%; left: 50%; margin: 6px 0 0 -16px; }

.import-activities-container .refresh-simple-btn { width: 22px; height: 20px; background: url("../images/refresh-icon.png") 0 -32px no-repeat; display: inline-block; position: absolute; top: 8px; right: -32px; }
.import-activities-container .refresh-simple-btn:hover { background-position: 0 -52px; }

.import-activities-container .qrcode-scanning { width: 45%; text-align: center; float: left; }

.import-activities-container .qrcode img { display: block; }

.import-activities-container .submit-btn,
.recent-activities-container .submit-btn {
	width: 140px;
	height: 36px;
	line-height: 36px;
	background: #247fba;
	
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	
	display: inline-block;
	float: none;
	margin-right: 8px;
}

.import-activities-container .submit-btn.clear-btn { background: #666; margin-right: 0; }

.import-activities-container .submit-btn:hover,
.recent-activities-container .submit-btn:hover { background: #156ca4; }
.import-activities-container .submit-btn.clear-btn:hover { background: #444; }


.scan-procedure {
	width: 50%;
	font-size: 13px;
	background: #FFF;
	border: 1px solid #e1e1e1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	
	padding: 8px;
	float: left;
}
.scan-procedure .last-scan-date { font-weight: bold; margin-bottom: 8px; }
.scan-procedure .scan-step { color: #333; }
.scan-procedure .scan-step span { font-weight: bold; }

/* Recent Search */
.search-record {
	font-size: 15px;
	color: #333;
	background: #FFF;
	border: 1px solid #e1e1e1;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	
	padding: 10px 16px 12px 16px;
	
	position: relative;
	
	margin-bottom: 16px;
	
	cursor: pointer;
}

.no-record {
	height: 150px;
	
	font-size: 16px;
	line-height: 126px;
	text-align: center;
	color: #888;
	background: #FFF;
	border: 1px solid #e1e1e1;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	
	padding: 12px 16px;
}

#mobile-recent-search .no-record { background: url("../images/recentsearch_bg.png") top left no-repeat; }
#mobile-viewed-jobs .no-record,
#mobile-applied-jobs .no-record { background: url("../images/viewedjobs_bg.png") top left no-repeat; }

.search-record:last-child { margin-bottom: 0; }

.search-record:hover { border-color: #bcc8df; }

.search-record .searched-for { font-weight: bold; color: #333; }
.search-record .search-jobtitle { font-size: 18px; font-weight: bold; color: #247fba; margin-left: 4px; }
.search-record .search-time { font-size: 13px; font-weight: bold; padding-left: 22px; position: relative; }
.search-record .search-time .icon { width: 16px; height: 16px; background: url("../images/icons.png") -300px -240px no-repeat; display: block; position: absolute; left: 2px; top: 0; }

.search-record .search-criteria-list { font-size: 13px; line-height: 18px; list-style: disc; padding-left: 20px; margin: 6px 0 8px 0; }
.search-record .search-criteria-list li { padding-left: 2px; }
.search-record .search-now-btn { position: absolute; right: 24px; top: 50%; margin-top: -18px; }

.recent-activities-container .result-table { background: #FFF; line-height: 28px; border: 1px solid #e1e1e1; border-bottom: none; }
.recent-activities-container .result-table th { padding: 0 12px; }
.recent-activities-container .result-table td { padding: 8px 12px; }
.recent-activities-container .result-table .cell-mobile-job-status .expired { color: #ca3636; }
.recent-activities-container .th-mobile-job-title { width: 35%; }
.recent-activities-container .th-mobile-job-company { width: 35%; }
.recent-activities-container .th-mobile-job-posted { width: 15%; }
.recent-activities-container .th-mobile-job-status { width: 15%; }

/* Error Msg */
.import-activities-content-wrapper .error-msg {
	font-size: 14px;
	font-weight: bold;
	background: #fffcfc;
	border: 1px solid #ffc4c4;
	color: #ca3636;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 6px;
	text-align: center;
	margin-bottom: 12px;
}
/*.import-activities-content-wrapper .error-msg-content {
	font-size: 14px;
	font-weight: bold;
	background: #fffcfc;
	border: 1px solid #ffc4c4;
	color: #ca3636;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 6px;
}*/

.jd-keyword {
	border-top: 1px solid #e0e8ef;
	border-bottom: 1px solid #e0e8ef;
	padding: 16px 0;
	margin-bottom: 36px;
}

.jd-keyword .title { font-size: 13px; font-weight: bold; color: #385f86; margin-bottom: 8px; }

.jd-keyword-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;	
}

.jd-keyword-list .tag {
	font-size: 12px;
	background: #799cbe; /* 99B7CE 6f93b7 */
	color: #FFF;
	padding: 4px 6px 3px;
	display: block;
	float: left;
	margin: 0 10px 6px 0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
}

.jd-keyword-list .tag:hover { background: #5b82aa; } /* 6f93b7 547ba3 */

.view-more-btn {
	width: 100%;
	height: 32px;
	font-size: 15px;
	background: #247fba;
	color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 8px;
	cursor: pointer;
	position: relative;
}

.view-more-btn:hover { background: #156ca4; }
.view-more-btn:active { padding: 0; }
.view-more-btn:disabled { background: #c3c3c3; cursor: default; }

.view-more-btn .btn-text { padding-left: 24px; }

.view-more-btn span.icon {
	width: 18px;
	height: 18px;
	background: url("../images/icons.png") -120px -120px no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -46px;
}

/* Report Job */
.report-job {
	width: 200px;
	font-size: 13px;
	padding: 8px;
	margin: 0 auto;
}
.report-job .title { font-size: 18px; font-weight: bold; margin-bottom: 8px; }
.report-job label { color: #333; line-height: 24px; cursor: pointer; }
.report-job label input[type=checkbox] { vertical-align: -2px; margin-right: 6px; }

.report-job .input-field { height: 32px; line-height: 24px; border-color: #e0e8ef; }
.report-job textarea {
	width: 100%;
	height: 100px;
	font-family: Arial, PMingLiU, "新細明體", MingLiU, Helvetica, sans-serif;
	font-size: 15px;
	border: 2px solid #e0e8ef;
	padding: 6px 8px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
	
	resize: none;	
}
.report-job .input-field.focus,
.report-job textarea.focus { border-color: #adc1d5; }
.report-job .your-email { margin-top: 12px; }
.report-job .your-email .input-field { height: 24px; }
.report-job .your-email .input-field input[type=text] { line-height: 24px; }
.report-job .submit-bar { margin-top: 8px; }
.report-job .submit-bar input[type=button] {
	line-height: 24px;
	border: 0;
	background: #336699;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.report-job .submit-bar input[type=button].cancel-btn,
.report-job .submit-bar input[type=button].close-btn { background: #888; }

.report-job .submit-bar input.cancel-btn[type="button"] { margin-left: 8px; }

.report-job .alert-msg-report {
    background: url('/english/images/alert-icon-1.gif') no-repeat center left;
    font-size: 13px; 
    -webkit-text-size-adjust: none;
    color: #FF0000;
    line-height: 18px;
    padding: 0 0 0 15px;
}

/* 20160120 Application Success Summary */
.apply-success-summary {

}

.apply-success-summary .apply-msg {
	margin-bottom: 36px;
}

.apply-success-msg, .apply-error-msg {
	color: #333;
	background: #fffae6;
	padding: 12px;
	padding-left: 42px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 8px;
}

.apply-error-msg { background: #fff7f7; margin-bottom: 0; }
.apply-error-msg a:link, .apply-error-msg a:visited { font-weight: bold; color: #333; text-decoration: underline; }
.apply-error-msg a:hover { color: #666; }

.apply-success-msg span { font-weight: bold; color: #336699; }
.apply-success-msg span.icon, .apply-error-msg span.icon {
	width: 24px;
	height: 24px;
	background: url("/images/icons.png") 0 -240px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 12px;
}

.apply-error-msg span.icon { margin-top: -13px; background-position: 0 -270px; }

.apply-profile-summary, .apply-login {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.apply-summary.left-summary {
	border-right: 1px solid #c8d8e5;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.apply-summary.right-summary {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.apply-profile-summary, .apply-summary {
	width: 490px;
	background: #e0e8ef;
	padding: 12px;
	float: left;
	position: relative;
}

.apply-summary { width: 498px; height: 460px; padding: 16px; }

.apply-profile-summary .clip, .apply-summary .clip {
	width: 86px;
	height: 41px;
	background: url("/images/applicant_summary_icons.png") 0 -160px no-repeat;
	display: block;
	position: absolute;
	top: -27px;
	left: 50%;
	margin-left: -43px;
}

.apply-summary .clip { top: -24px; }

.apply-summary .v-clip {
	width: 16px;
	height: 178px;
	background: url("/images/applicant_summary_icons.png") 0 -250px no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -90px;
}

.save-cv-btn-s:link, .save-cv-btn-s:visited {
	font-size: 13px;
	color: #FFF;
	background: #336699;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 4px;
}

.save-cv-btn-s:hover { background: #457faf; }

.apply-profile-summary .content, .apply-summary .content {
	height: 100%;
	background: #FFF;
	padding: 20px 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.apply-profile-summary .applicant {
	color: #333;
	background: #ffeede;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 8px;
}

.apply-profile-summary .applicant .name {
	font-size: 22px;
	font-weight: bold;
}

.apply-profile-summary .applicant .job {
	font-size: 16px;
}

.apply-profile-summary .applicant .title,
.apply-profile-summary .applicant .company {
	font-weight: bold;
}

.apply-profile-summary .header { text-align: center; }

.apply-profile-summary .header,
.apply-login .header, .apply-summary .header { font-size: 18px; font-weight: bold; color: #336699; line-height: 24px; margin-bottom: 12px; }


.apply-profile-summary .summary { color: #333; }

.apply-profile-summary .summary ul,
.apply-summary ul { line-height: 24px; list-style-type: disc; margin-left: 14px; }

.apply-profile-summary .summary-item { padding: 16px 0; padding-left: 48px; position: relative; }

.apply-profile-summary .summary-item:last-child { padding-bottom: 0; }

.apply-profile-summary .summary-item.job-func,
.apply-profile-summary .summary-item.coverletter-attached {
	padding-bottom: 0;
}

.apply-profile-summary .summary-item span.icon {
	width: 40px;
	height: 40px;
	background: url("/images/applicant_summary_icons.png") 0 0 no-repeat;
	position: absolute;
	top: 12px;
	left: 0;
}

.apply-profile-summary .total-work-exp span.icon {
	background-position: 0 -40px;
	top: 10px;
}

.apply-profile-summary .resume-attached span.icon {
	background-position: 0 -80px;
	top: 15px;
}

.apply-profile-summary .coverletter-attached span.icon {
	background-position: 0 -120px;
	top: 12px;
}

.apply-profile-summary .summary .title {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 2px;
}

.resume-attached {
	border-top: 1px solid #e0e8ef;
}

.coverletter-attached {
	height: 56px;
	line-height: 36px;
	border-top: 1px solid #e0e8ef;
}

.resume-attached .save-resume,
.coverletter-attached .save-coverletter {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 4px;
}

.coverletter-attached .save-coverletter { margin-top: -7px; }

.resume-attached .save-resume span,
.coverletter-attached .save-coverletter span {
	margin-right: 2px;
}

.resume-attached .resume-file,
.coverletter-attached .coverletter-file {
	padding-right: 72px;
}

.resume-attached .save-resume label ,
.coverletter-attached .save-coverletter label {
	font-size: 13px;
	color: #336699;
	line-height: 26px;
}

.apply-login {
	width: 490px;
	background: #fdfdfd;
	border: 2px solid #e0e8ef;
	padding: 16px 20px;
	float: right;
	position: relative;
}

.apply-login .reg-form-item { margin-bottom: 10px; }

.apply-login .reg-form-submit { padding-top: 8px; }

.apply-login .reg-form-submit .reg-form-submit-btn { width: 160px; }

.apply-login .reg-form-submit .tnc {
	width: 100%;
	padding-left: 0;
	margin-top: 12px;
}

.apply-login .arrow {
	width: 38px;
	height: 45px;
	background: url("/images/applicant_summary_icons.png") 0 -204px no-repeat;
	display: block;
	position: absolute;
	left: -37px;
	top: 76px;
}

.apply-login .input-field { width: 100%; }

.apply-login .reg-form-pw { margin-bottom: 6px; }

.apply-summary ul {
	color: #333;
	margin-left: 24px;
	list-style-image: url("/images/green-tick.gif");
}

.reg-form-pw .show-pw,
.reg-form-pw .hide-pw {
	width: 20px;
	height: 20px;
	background: url("/images/icons.png") -690px -60px no-repeat;
	display: block;
	position: absolute;
	top: 29px;
	right: 12px;
}

.reg-form-pw .hide-pw { background-position: -570px -60px; }

.apply-login .reg-form-subscribe { padding: 0; padding-bottom: 2px; }

.reg-form-subscribe { margin-bottom: 20px; }
.reg-form-subscribe .subscription {
	font-size: 14px;
	color: #444;
	height: 26px;
	line-height: 27px;
	margin-right: 16px;
	margin-bottom: 0;
	float: left;
}

.apply-login .reg-form-subscribe .subscription { font-size: 13px; }

.reg-form-subscribe .reg-form-item-title { margin-bottom: 0; }
.reg-form-subscribe .subscription label { padding-left: 4px; }
.reg-form-subscribe .subscription input[type="checkbox"] { vertical-align: -2px; margin-right: 0; }
.reg-form-subscribe .subscription span { cursor: pointer; }

.apply-summary.job-recommend .content { padding: 20px 24px 16px 30px; }

.apply-summary.job-recommend .result-list-job { width: 100%; border: 1px solid #e1e1e1; padding: 12px 12px 12px 24px; margin-top: -1px; position: relative; cursor: pointer; }
.apply-summary.job-recommend .result-list-job:hover { background: #f3f6f8; }
.apply-summary.job-recommend .result-list-job .job-title,
.apply-summary.job-recommend .result-list-job .job-company { width: 76%; margin-bottom: 0; }
.apply-summary.job-recommend .result-list-job .job-cat { left: 0; }
.apply-summary.job-recommend .result-list-job .apply-now-btn {
	font-size: 13px;
	background: #336699;
	color: #FFF;
	padding: 4px 8px;
	display: block;
	position: absolute;
	right: 12px; 
	top: 50%;
	margin-top: -12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.apply-summary.job-recommend .result-list-job .apply-now-btn:hover { background: #407cad; }
.apply-summary.job-recommend .result-list-job .job-save-btn-s {
	width: 20px;
	height: 19px;
	background: url("/images/job-desc-icon.png") 0 -99px no-repeat;	
	display: block;
	
	position: absolute;
	top: 50%;
	right: 72px;
	margin-top: -10px;
}
.apply-summary.job-recommend .result-list-job .job-save-btn-s.active { background-position: 0 -118px; display: block; }

/*--------------------------------------*/

/* Update Email Popup */
.update-email { text-align: center; }

.update-email .header {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	line-height: 28px;
}

.update-email .header .email {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	background: #f7faff;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.update-email .deco {
	width: 100%;
	height: 120px;
	position: relative;
}

.update-email .deco .desk {
	width: 100%;
	height: 26px;
	background: #8391a6;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.update-email .deco .computer {
	width: 252px;
	height: 100px;
	background: url("/images/update-email-icon.png") 0 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -126px;
	bottom: 12px;
	z-index: 2;
}

.update-email .reg-form-email { width: 320px; float: left; margin-bottom: 0; }

.update-email .form-content { width: 484px; padding: 16px 0; margin: 0 auto; }

.opt-out-email .form-content { width: 330px; padding: 16px 0; margin: 0 auto; }

.update-email .update-now-btn,
.update-email .yes-btn, .update-email .no-btn {
	width: 128px;
	height: 36px;
	font-size: 15px;
	line-height: 36px; 
	float: left;
	margin-left: 12px;
}

.update-email .yes-btn { width: 190px; margin-left: 0; }

.form-reject-btn:link, .form-reject-btn:visited {
	width: 128px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #ddd;
	color: #666;	
	display: block;
	float: left;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, text-shadow .2s ease-in-out;
}

.form-reject-btn:hover {
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.update-email .email-valid:link, .update-email .email-valid:visited {
	font-size: 13px;
	color: #333;
}

.update-email .email-valid:hover {
	color: #666;
}

.notifyjs-notify-msg-base {
	color: #FFF;
	padding: 8px 28px 8px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

.notifyjs-notify-msg-base a.close-msg-btn {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") -450px -90px no-repeat;
	position: absolute;
	right: 4px;
	top: 6px;	
}

.notifyjs-corner { z-index: 10001 !important; }

/* Top Employers */
.top-em-menu { background: #f1f1f1; padding: 4px 0; text-align: center; margin-bottom: 16px; }

.top-em-menu a:link, .top-em-menu a:visited { font-size: 14px; color: #333;  }
.top-em-menu a:hover { background: #dbdada; font-weight: bold; color: #333; }

.top-em-menu-btn-wrapper { display: inline-block; }
.top-em-menu-btn { min-width: 20px; padding: 0 4px; display: inline-block; }

.top-employers-container .title { font-size: 16px; font-weight: bold; margin-bottom: 8px; }
.top-employers-container .title .last-modified { font-size: 13px; font-weight: 400; line-height: 1.5; color: #666; margin-right: 24px; float: right; }

.top-em-logo { margin-bottom: 32px; }
.top-em-logo .content { font-size: 14px; color: #333; margin-bottom: 16px; }
.top-em-logo .company-logo { width: 170px; text-align: center; display: block; margin: 0 14px 12px 14px; }
.top-em-logo .company-logo-img { height: 45px; margin: 0 auto 6px auto; display: block; }
.top-em-logo .company-name { font-size: 11px; font-weight: bold; color: #333; }
.top-em-logo .company-logo:hover .company-name { color: #666; }
.top-em-logo .logo-list { margin-bottom: 16px; }
.top-em-logo .logo-list li { float: left; }

.top-em-cat { padding-bottom: 24px; border-bottom: 1px solid #e0e8ef; margin-bottom: 16px; }
.top-em-cat .cat-title { width: 8%; font-size: 58px; color: #92b1cb; float: left; }
.top-em-cat .cat-content { width: 92%; padding-top: 6px; float: left; }

.top-em-cat-list li { width: 31%; line-height: 18px; padding: 4px 20px 4px 0; float: left; }
.top-em-cat-list li a:link, .top-em-cat-list li a:visited { color: #333; }
.top-em-cat-list li a:hover { color: #336699; text-decoration: underline; }

/* LEFY Landing Page */
.lefy-landing {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體";
}

.lefy-landing .main-content { padding: 0 6px; }
.lefy-landing .header {
	width: 100%;
	height: 270px;
	background: url("/images/lefy-header.jpg") 0 0 no-repeat;
	padding: 32px 222px 0 210px;
	margin-bottom: 32px;
}

.lefy-landing .header h1 {
	font-size: 34px;
	font-weight: 500;
	color: #ff7f66;
	margin: 0 0 12px 0;
}

.lefy-landing .header h3 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 0 0 18px 0;
}

.lefy-landing .subsection {
	border-bottom: 2px dashed #dddddd; 
	padding-bottom: 36px;
	margin-bottom: 36px;
}

.lefy-landing .subsection h2 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0 0 16px 0;
}

.lefy-landing .try-it-now .try-btn:link,
.lefy-landing .try-it-now .try-btn:visited {
	width: 140px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	background-color: #ff7f66;
	font-size: 20px;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	float: left;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.lefy-landing .try-it-now .try-btn:hover { background-color: #ef6250; }

.lefy-landing .try-it-now .register-link:link, .try-it-now .register-link:visited {
	font-size: 14px;
	color: #333;
	line-height: 45px;
	float: left;
	margin-left: 12px;
}

.lefy-landing .try-it-now .register-link:hover { text-decoration: underline; }

.lefy-landing .subsection .col { width: 316px; margin-right: 24px; float: left; }

.lefy-landing .subsection .col.last-col { margin-right: 0; }

.lefy-landing .subsection .col .img {
	width: 100%;
	height: 200px;
	background: url("/images/lefy-img.png") 0 0 no-repeat;
	display: block;
	position: relative;
}

.lefy-landing.lefy-chi .subsection .col .img {
	background: url("/images/lefy-img-chi.png") 0 0 no-repeat;
}

.lefy-landing .subsection .col.activate-01 .img .img-click {
	width: 56px;
	height: 56px;
	background: url("/images/lefy-img.png") 0 -460px no-repeat;
	position: absolute;
	top: 0;
	left: 32px;
}

.lefy-landing.lefy-chi .subsection .col.activate-01 .img .img-click {
	background: url("/images/lefy-img-chi.png") 0 -460px no-repeat;
}

.lefy-landing .subsection .col.activate-01 .img:hover .img-click {
	background-position: -56px -460px;
}

.lefy-landing .subsection .col.intro-02 .img { background-position: -316px 0; }
.lefy-landing .subsection .col.intro-03 .img { background-position: -632px 0; }

.lefy-landing .subsection.lefy-activate .col .img { height: 168px; }
.lefy-landing .subsection .col.activate-01 .img { background-position: 0 -200px; }
.lefy-landing .subsection .col.activate-02 .img { background-position: -316px -200px; }
.lefy-landing .subsection .col.activate-03 .img { background-position: -632px -200px; }

.lefy-landing .subsection .col .caption {
	width: 100%;
	height: 70px;
	font-size: 16px;
	color: #FFF;
	line-height: 1.4;
	background: url("/images/lefy-img.png") -632px -368px no-repeat;
	padding: 12px 38px 12px 12px;
	position: relative;
}



.lefy-landing .subsection .col .caption .num {
	font-size: 60px;
	font-weight: 500;
	color: #32bcb8;
	position: absolute;
	left: 28px; 
	top: 3px;
}

.lefy-landing .subsection .col .caption .small-txt { font-size: 13px; }

.lefy-landing .subsection .col .caption a:link,
.lefy-landing .subsection .col .caption a:visited { color: #FFF; text-decoration: underline; }

.lefy-landing .subsection .col.intro-03 .caption { font-size: 14px; line-height: 1.6; padding-right: 24px; }

.lefy-landing .subsection.lefy-activate .col .caption {
	height: 92px;
	background-position: -316px -368px;
	padding-left: 96px;
}

.lefy-landing .subsection .col.activate-01 .caption {
	padding-top: 22px; padding-bottom: 22px;
}

.lefy-landing .subsection .col.activate-02 .caption {
	font-size: 15px; line-height: 1.4; padding-top: 14px; padding-bottom: 14px;
}

.lefy-landing .subsection .col.activate-03 .caption {
	padding-top: 32px; padding-bottom: 32px;
}

.lefy-landing .subsection.lefy-privacy { border-bottom: none; padding-bottom: 0; }
.lefy-landing .subsection.lefy-privacy h2 { margin-bottom: 20px; }

.lefy-landing .lefy-privacy-tb {
	width: 100%;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0 auto 12px auto;
}

.lefy-landing .lefy-privacy a:link, 
.lefy-landing .lefy-privacy a:visited { color: #333; }

.lefy-landing .lefy-privacy a:hover { font-weight: bold; color: #32bcb8; }

.lefy-landing .lefy-privacy-tb th { font-size: 18px; }
.lefy-landing .lefy-privacy-tb th .small-txt { font-size: 16px; }

.lefy-landing .lefy-privacy-tb th, .lefy-landing .lefy-privacy-tb td {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 12px;
}

.lefy-landing .lefy-privacy-tb th.standard, .lefy-landing .lefy-privacy-tb td.standard { background-color: #fffce3; }

.lefy-landing .lefy-privacy-tb th.th-corner { border: none; }

.lefy-landing .lefy-privacy-tb th.statement { width: 35%; }
.lefy-landing .lefy-privacy-tb th.th-header { width: 16%; font-weight: 500; line-height: 1.2; }
.lefy-landing .lefy-privacy-tb th.th-header.standard { width: 33%; }

.lefy-landing .lefy-privacy-tb tr.row-who td { text-align: center; }
.lefy-landing .lefy-privacy-tb tr.row-who td.statement { text-align: left; }

.lefy-landing .lefy-privacy-tb .highlight { font-weight: 700; color: #32bcb8; }

.lefy-landing .lefy-privacy-tb .suggested-tick,
.lefy-landing .lefy-privacy-tb .tick,
.lefy-landing .lefy-privacy-tb .cross {
	width: 30px;
	height: 30px;
	background: url("/images/icons.png?v=160519") -120px -270px no-repeat;
	margin: 0 auto;
}

.lefy-landing .lefy-privacy-tb .tick { background-position: -150px -270px; }

.lefy-landing .lefy-privacy-tb .cross { background-position: -180px -270px; }

.lefy-landing .cta { margin-bottom: 48px; }

.lefy-landing .cta .cta-bubble {
	width: 260px;
	height: 76px;
	background: url("/images/lefy-img.png") 0 -368px no-repeat;
	margin: 0 auto 8px auto;
}

.lefy-landing .cta.try-it-now .try-btn:link, .try-it-now .try-btn:visited {
	width: 560px;
	margin: 0 auto;
	float: none;
}

.lefy-landing.lefy-chi .subsection .col .caption .small-txt { font-size: 15px; }
.lefy-landing.lefy-chi .lefy-privacy-tb th.statement { width: 34%; }
.lefy-landing.lefy-chi .lefy-privacy-tb th.th-header { width: 18%; font-weight: 500; line-height: 1.2; }
.lefy-landing.lefy-chi .lefy-privacy-tb th.th-header.standard { width: 30%; }
.lefy-landing.lefy-chi .subsection .col .caption { font-size: 18px; }
.lefy-landing.lefy-chi .subsection.lefy-intro .col .caption { line-height: 46px; }
.lefy-landing.lefy-chi .subsection .col.intro-03 .caption { font-size: 16px; }
.lefy-landing.lefy-chi .subsection .col.activate-01 .caption,
.lefy-landing.lefy-chi .subsection .col.activate-02 .caption {
	padding-top: 22px; padding-bottom: 22px;
}
.lefy-landing.lefy-chi .header h3 { font-size: 20px; }

/* Browse Job (SEO)
----------------------------------*/
.browse-job-index { font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif; margin-top: 12px;	}

.browse-job-index .index-title {
	font-size: 20px;
	font-weight: 600;
	color: #336699;	
	margin-bottom: 12px;
}

.browse-job-index .column {
	width: 33.3%;
	float: left;
}

.browse-job-index .jobfunc-list h1 {
	font-size: 16px;
	font-weight: 500;
	margin: 6px 0;
}

.browse-job-index .jobfunc-list li {
	margin-bottom: 24px;
}

.browse-job-index .jobfunc-list .job-title {
	margin-right: 6px;
}

.browse-job-index .jobfunc-list .skill {
	margin-left: 6px;
}

.browse-job-index .index-content { padding: 0; }

.browse-job-index .view-all {
	text-decoration: underline;
	margin-bottom: 28px;
	display: inline-block;
}

.browse-job-index .view-all h2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

.browse-job-index.popular-titles .jobtitle-list li,
.browse-job-index.job-skill .skill-list li {
	width: 33.3%;
	margin-bottom: 16px;
	float: left;
	height: 20px;
}

.browse-job-index.popular-titles .job-title,
.browse-job-index.job-skill .skill {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

/* Uploaded CV 201612
----------------------------------*/
.uploaded-cv-wrapper {
	font-size: 15px;
	color: #333;
}

.uploaded-cv-wrapper .title {
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 12px;
}

.uploaded-cv-wrapper .tips {
	color: #666;
	line-height: 1.3;
	background-color: #fffce4;
	padding: 12px;
	padding-left: 54px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 16px;
}

.uploaded-cv-wrapper .tips span.icon {
	width: 30px;
	height: 34px;
	background: url("/images/icons.png") 0 -300px no-repeat; 
	position: absolute;
	left: 12px;
	top: 10px;
}

.uploaded-cv-wrapper .close-btn {
	width: 20px;
	height: 20px;
	background: url("/images/icons.png") -180px -90px no-repeat;
	position: absolute;
}

.uploaded-cv-wrapper .tips .close-btn {
	right: 8px;
	top: 8px;
}

.uploaded-cv-wrapper .selected-cv .close-btn,
.uploaded-cv-wrapper .cv-name .close-btn {
	right: 4px;
	top: 50%;
	margin-top: -10px;
}

.uploaded-cv-wrapper .cv-from {
	margin-bottom: 16px;
}

.choose-cv .cv-platform:link, 
.choose-cv .cv-platform:visited,
.uploaded-cv .cv-slot {
	width: 30%;
	min-height: 130px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	border: 2px solid #e0e8ef;

	display: block;
	float: left;
	position: relative;
	margin-right: 32px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	transition: border-color .25s, background-color .25s ease-in-out;
	-moz-transition: border-color .25s, background-color .25s ease-in-out;
	-webkit-transition: border-color .25s, background-color .25s ease-in-out;
}

/* CV Slot */
.choose-cv-collapse {
	border-top: 1px solid #e7e7e7;
	padding-top: 36px;
	margin-top: 36px;
	display: none;
}

.choose-cv-collapse .title {
	margin-top: 0;
}

.uploaded-cv .cv-slot {
	height: auto;
	text-align: center;
	padding: 16px 0;
}

.uploaded-cv .cv-slot .cv-icon {
	width: 60px;
	height: 80px;
	background: url("/images/icons.png") -210px -270px no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
}

.uploaded-cv .uploaded-cv-name {
	margin-top: 16px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.uploaded-cv .uploaded-cv-name:hover {
	background-color: #f6f6f6;
}

.uploaded-cv .uploaded-cv-name .name {
	width: 180px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 4px 12px 4px 0;
	margin-left: 12px;
	float: left;
}

.uploaded-cv .uploaded-cv-name .edit-btn {
	width: 16px;
	height: 16px;
	background: url("/images/icons.png") -150px -300px no-repeat;
	margin-top: 4px;
	display: block;
	float: left;
}

.uploaded-cv .cv-slot .last-update {
	font-size: 11px;
	color: #aaa;
	text-align: left;
	padding: 0 12px;
}

/* Default CV */
.uploaded-cv .cv-slot.default-cv-slot {
	border-color: #afd5b7;
}

.uploaded-cv .cv-slot .default-cv-icon {
	width: 30px;
	height: 30px;
	background: url("/images/icons.png") -120px -270px no-repeat;
	position: absolute;
	right: -10px;
	bottom: -6px;
	display: none;
}

.uploaded-cv .cv-slot.default-cv-slot .default-cv-icon {
	display: block;
}

/* Empty Slot */
.uploaded-cv .cv-slot.empty-slot {
	height: 218px;
	border-color: #eee;
	color: #aaa;
	padding: 16px 0;
	transition: border-color .25s, color .25s ease-in-out;
	-moz-transition: border-color .25s, color .25s ease-in-out;
	-webkit-transition: border-color .25s, color .25s ease-in-out;
}

.uploaded-cv .empty-slot span.icon {
	width: 70px;
	height: 70px;
	background: url("/images/icons.png") -270px -270px no-repeat;
	display: block;
	margin: 28px auto;
	position: relative;
}

.uploaded-cv .cv-slot.empty-slot:hover {
	border-color: #aaa;
	color: #888;
}

.uploaded-cv .cv-slot.empty-slot .empty-slot-txt {
	padding: 0 16px;
	line-height: 1.5;
}

.uploaded-cv .cv-slot .remove-cv {
	font-size: 13px;
	color: #c04646;
}

.uploaded-cv .cv-slot .remove-cv:hover {
	text-decoration: underline;
}

/* CV Platform */
.choose-cv .cv-platform:hover {
	color: #333;
	background-color: #fcfcfc;
	border-color: #a4b5c5;
}

.choose-cv .last-slot,
.uploaded-cv .last-slot {
	margin-right: 0 !important;
}

.choose-cv .cv-platform span.platform {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 30px;
}

.choose-cv .cv-platform span.icon {
	width: 40px;
	height: 40px;
	background: url("/images/icons.png") -30px -300px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -38px;
	margin-left: -20px;
}

.choose-cv .cv-dropbox span.icon {
	background-position: -70px -300px;
}

.choose-cv .cv-googledrive span.icon {
	background-position: -110px -300px;
}

.choose-cv .cv-limit {
	font-size: 13px;
	color: #888;
	line-height: 1.3;
}

.uploaded-cv-wrapper .selected-cv,
.uploaded-cv-wrapper .cv-name {
	position: relative;
}

.uploaded-cv-wrapper .cv-name {
	margin-bottom: 24px;
}

.uploaded-cv-wrapper .input-field {
	width: 100%;
	height: 24px;
	border-color: #e0e8ef;
	padding: 4px 0;
	cursor: default;
}

.uploaded-cv-wrapper .error-msg {
	font-size: 12px;
	color: #ca3636;	
	clear: both;
	padding-top: 4px;
	text-align: left;
}

.uploaded-cv-wrapper .input-field.error-field { border-color: #ca3636; }

#myaccount .uploaded-cv-wrapper input[type="text"] {
	width: 744px;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	border: 0 !important;
	padding: 0 8px;
}

.uploaded-cv-wrapper .edit-cv-name {
	padding: 0 12px;
	margin: 16px 0 10px 0;
	display: none;
}

.uploaded-cv-wrapper .edit-cv-name input[type="text"] {
	width: 180px !important;
}

.upload-cv-btn,
.uploaded-cv .preview-cv-btn,
.uploaded-cv .replace-cv-btn,
.uploaded-cv .set-default-cv-btn,
.uploaded-cv .save-btn {
	width: 186px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #336699;
	color: #FFF !important;
	display: block;
	float: left;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
}

.upload-cv-btn:hover,
.uploaded-cv .preview-cv-btn:hover,
.uploaded-cv .replace-cv-btn:hover,
.uploaded-cv .set-default-cv-btn:hover,
.uploaded-cv .save-btn:hover {
	background-color: #407cad;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.uploaded-cv .preview-cv-btn,
.uploaded-cv .replace-cv-btn,
.uploaded-cv .set-default-cv-btn,
.uploaded-cv .save-btn {
	width: 204px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	font-weight: normal;
	margin: 10px auto;
	float: none;
}

.uploaded-cv .save-btn {
	margin-bottom: 0;
	display: none;
}

.uploaded-cv .set-default-cv-btn {
	background-color: #52aa63;
}

.uploaded-cv .set-default-cv-btn:hover {
	background-color: #6cbb7b;
}

/* Featured Company */
.featured-company {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體";
}

.featured-company.ct-main {
	margin-bottom: 36px;
}

.featured-company .content {
	background-color: #fdfdfd;
	border: 1px solid #f8f8f8;
	padding: 16px;
	padding-bottom: 12px;
}

.featured-company .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}

.featured-company .title a:link {
	font-size: 15px;
	color: #4b93bc;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.featured-company .title a:link span.icon {
	width: 24px;
	height: 24px;
	background: url("../images/icons.png") -450px -240px no-repeat;
	position: absolute;
	left: 0;
}

.featured-company .title a:hover {
	color: #72b5d3;
}

.featured-company.ct-main .title a.more-companies:link {
	float: right;
}

.featured-company .title a.view-all:link {
	margin-left: 8px;
}

.featured-company .company .openings {
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
	display: block;
}

.featured-company .company .video {
	margin-bottom: 12px;
}

.featured-company.ct-main .company .video {
	background-color: #222;
}

.featured-company .company .video .video-content,
.featured-company .company .video .video-content iframe {
	width: 100%;
	height: 100%;
}

.featured-company .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	display: inline-block;
}

.featured-company .name .logo {
	height: 50px;
	vertical-align: middle;
	margin-right: 12px;
}

.featured-company .company-intro .intro {
	font-size: 15px;
	color: #333;
	line-height: 1.4;
}

.featured-company .company-intro .intro p:last-child {
	margin-bottom: 0;
}

.featured-company.ct-main .ellipsis-text {
	max-height: 60px;
}

.featured-company .company-openings {
	font-size: 15px;
}

.featured-company .company-openings .title {
	font-size: 18px;
	font-weight: 500;
	color: #666;
	border-top: 1px solid rgba(51, 102, 149, 0.25);
	margin-top: 16px;
	margin-bottom: 6px;
	padding-top: 16px;
}

.featured-company .company-openings .openings {
	list-style-type: disc;
	padding-left: 0;
	margin-bottom: 0;
}

.featured-company .company-openings .openings li {
	color: #336699;
	margin: 0 24px 6px 24px;
	float: left;
}

.featured-company .company-openings .openings li:last-child {
	margin-bottom: 0;
}

.featured-company.ct-main .name {
	font-size: 18px;
	margin-botom: 6px;
}

.featured-company.ct-main .name .logo {
	height: 40px;
	margin-right: 8px;
	display: inline-block;
}

.featured-company.ct-main .company-intro .intro {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 12px;
	display: none;
}