html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a img{
    border:0px none;
}
body {
  margin: 0px auto;
  font-size:13px;
  background-color:#ffffff;
  font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
  background: url("../../images/revamp/header_bg.jpg") no-repeat center top;
}
body.wide{
    background:none;
}
ul{
    margin:0px;
    padding:0px;
    list-style:none inside;
}
a,a:active{
    color:#005b93;  /* katherine 20150123 */
    text-decoration:none;
}
a:hover{
    color:#004977;  /* katherine 20150123 */
    text-decoration:none;
}
.container {
    max-width:1210px;
}
.clear,.clear_both{
    clear:both;
}
 .container {
    width: 1210px;
    margin:0px auto;
  }
#main{
    background-color:transparent;
    width:100%;
    margin:0px auto 10px auto;
}
#main #wrapper{
    padding:0px;
    min-height:400px;
        width:1210px;
        margin:35px auto 0px auto;
}
#main #wrapper.no_margin{
   margin:0px auto 0px auto;
}
.float_right{
    float:right
}
p{
    margin:10px 0px;
}
select{
    height:24px;
    border:1px solid #999;
}
/** for widget **/
.textfield{
    border:1px solid #999;
    line-height:12px;
    height:12px;
    padding:5px;
    width:200px
}
select.textfield{
    height:24px;
    padding:0px;
}
.textfield.full{
    width:100%
}
.button{
    background-color:#005b94; cursor:pointer;
    padding:0px 15px;
    line-height:16px;
    font-size:15px;
    color:#fff;
    border:0px none;
    /*height: 32px;*/
    width: 132px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
        -webkit-appearance: none;
        -moz-appearance:none;
        font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
a.button{
    width:auto;
}
.err_content a.button{
    min-width:132px;
}
.button a{
    line-height:16px;
    font-size:15px;
    color:#fff;
    border:0px none;
    display: inline-block;
    text-align: center;
    line-height: 35px;
        -webkit-appearance: none;
        -moz-appearance:none;
        font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/
.button.disabled,.msgBox_button.disabled{
    opacity:0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    cursor:wait;
    background:#009fe3;   -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/
.button:first-letter{
    text-transform:uppercase;
}
input.button{
    height: 40px;
    padding: 0;
    text-transform: initial;
    width: 162px; /* katherine 20150202 */
}
.button.small{
    line-height: 14px;
    display: inline;
    text-align: center;
}
.button:hover{
    background-color:#004977;
    color:#fff;
    text-decoration:none;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/
.button.disabled:hover{
    background-color:#009fe3;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/
.button.dark,.button.gray{
    background-color:#7d8286;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/
.button.dark:hover,.button.gray:hover{
    background-color:#989c9f;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
.custom_textarea{
    width:auto;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    padding:3px;
    display:inline-block;
}
.custom_textarea.focus{
    border-color:#9d9d9d;
    background-color:#fff;
}
.custom_textarea textarea{
     background-color: transparent;
     border:0px none;
     outline: none;
}
.custom_input{
    display:inline-block;
    width:auto;
    line-height:26px;
    *display:inline;
    *margin-right:4px;
    vertical-align:middle;
        height:34px;
}
#login_popup .custom_input{
        height:42px;
}
.custom_input .center{
    display:inline-block;
    width:auto;
    height:27px;
    float:left;
    position:relative;
}
.custom_input .left{
    width:0px;
    height:31px;
    display:inline-block;
    line-height:0px;
    float:left;
}
.custom_input .right{
    width:0px;
    height:31px;
    display:inline-block;
    float:left;
        line-height:0px;
        *display:none;
}
.custom_input input{
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    color: #000;
    padding:6px 5px;
    font-size:15px;
        height:20px;
    outline:none;
        width:180px; /* katherine 20150123 */

}
.custom_input.error input,.custom_select.error .left,.custom_select.error .center,.custom_select.error .right,.radio_list .error{
    background-color:#FFF0F5;
}
.custom_input.focus .center{
    background-position:0px -93px;
}
.custom_input.focus .left{
    background-position:-5px -31px;
}
.custom_input.focus .right{
    background-position:-5px -62px;
}
.custom_input.focus  input{
    border-color:#9d9d9b;
    background-color:#fff; /* katherine 20150123 */
}
.readonly .custom_input.focus .left{
    background-position:0px -31px;
}
.readonly .custom_input.focus .center{
    background-position:0px 0px;
}
.readonly .custom_input.focus .right{
    background-position:0px -62px;
}
.radio_list{
    padding:0px;
    margin:0px;
}
.radio_list li{
    float:left;
    list-style:none;
    padding:0px 0px 5px 0px;
    margin-right:10px;
    white-space: nowrap;
    *zoom:1;
}
.radio_list li label{
    vertical-align:bottom;
    line-height:16px;
}
.custom_checkbox{
    background:url(../../images/revamp/custom_checkbox_white.gif) no-repeat top left;
    width:19px;
    height:19px;
    overflow:hidden;
    display:inline-block;
    margin:0px 4px 0px 0px;
    line-height:12px;
    padding:0px;
    vertical-align:bottom;
    *display:inline;
        *zoom:1;
}
.custom_checkbox.checked{
    background-position:0px -19px;
}
.custom_checkbox.focus{
  background-position:-19px 0px;
  outline: 1px auto #45A2FF;
}
.custom_checkbox.checked.focus{
  background-position:-19px -19px;
}
.custom_checkbox input,.custom_radio input{
    opacity:0.01;
    -khtml-opacity: 0.01;
    -moz-opacity: 0.01;
    filter: alpha(opacity=1);
    margin:0px;
    height:19px;
    width:19px;
}
.custom_radio{
    background:url(../../images/revamp/custom_radio.png) no-repeat top left;
    width:17px;
    height:17px;
    overflow:hidden;
    display:inline-block;
    margin:0px 2px 0px 0px;
    vertical-align:middle;
    *display:inline;
}
.custom_radio.checked{
    background-position:0px -17px;
}
.custom_radio.focus{
    background-position:-17px 0px;
}
.custom_radio.checked.focus{
    background-position:-17px -17px;
}
.custom_select{
    display:inline-block;
    width:auto;
    height:auto;
    line-height:32px;
    vertical-align:bottom;
    background-color: transparent;
}
.custom_select.focus{
    background-color:#fff;
}
.custom_select{
    *display:inline;
    *zoom:1;
}
.custom_select .center{
    width:auto;
    height:32px;
    display:inline-block;
    float:left;
    position:relative;
    border-top:1px solid #c7c7c7;
    border-bottom:1px solid #c7c7c7;
}
.custom_select .text{
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
    padding-left:2px;
    cursor:default;
    color:#000;
    height:32px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:32px;
        text-align:left;
        width:100%;
}
.custom_select .arrow{
    position:absolute;
    right:3px;
    top:0px;
    z-index:0;
    cursor:default;
    width:15px;
    overflow:hidden;
    display:block;
    height:32px;
    background: url(../../images/revamp/ui_search_drop_box.png) repeat-x 0px 2px;
}
.custom_select .left{
    width:5px;
    height:32px;
    display:inline-block;
    line-height:0px;
    float:left;
    border-bottom:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;
    border-top:1px solid #c7c7c7;
}
.custom_select select{
    border:0px none;
    display:inline-block;
    float:left;
    margin-top:0px;
    outline:none;
    opacity:0.01;
    -khtml-opacity: 0.01;
        -moz-opacity: 0.01;
    filter: alpha(opacity=1);
    padding:0px;
    height:32px;
    overflow:hidden;
    line-height:32px;
    min-width:200px;
}
.custom_select .right{
    width:5px;
    height:32px;
    display:inline-block;
    float:left;
    border-bottom:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    border-top:1px solid #c7c7c7;
}
.custom_select option,.custom_select optgroup{
    background-color:#fff;
}
.custom_select.focus .center{
    border-color:#9d9d9b;
}
.custom_select.focus .left{
    border-color:#9d9d9b;
}
.custom_select.focus .arrow{
    /*background-position:0px -22px;*/
}
.custom_select.focus .right{
    border-color:#9d9d9b;
}
select.month{
    width:89px;
}
.textfield_medium,.custom_input input.textfield_medium,select.textfield_medium{
    width:250px;
}
/** for widget end **/
.content{
    clear:both;
}
.heading{
    clear:both;
    margin:10px 0px;
    font-size:16px;
    font-weight:bold;
    color:#005b94;
    border-bottom:1px solid #005b94;
}
.col_left .heading h2{
    margin-bottom:10px;
}
.col_left{
    width: 830px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    float: left;
    font-size: 14px;
    margin-bottom:30px;
    min-height:300px;
}
.main_content .col_left{
    width:850px;
}
.col_left .reg_form{
    padding:0px;
    float:none;
}
#login_form {
    padding: 0px;
    min-height:260px;
}
#login_form tr{
    line-height:32px;
    vertical-align:bottom;
}
#login_form #social_buttons{
    display:inline;
}
    #login_form h2 {
    font-size: 22px;
    font-weight: normal;
    color: #009EE3;
    margin-bottom: 20px;
}
/** myjob  dashboard**/
.tabs{
    height:auto;
    margin: 0px 0 15px 0;
    border-top:0px none;
    position:relative; font-size:15px; /*katherine 20150202 */
    *zoom:1;
}
.tabs .wrap{
    background-color:#fff;
    z-index:2;
    height:60px;
    border:1px solid #ddd;
    background:#FFFFFF;
} 
.tabs dt{
    position:absolute;
    bottom:0px;
        display:none;
    height:0px;
    left:0px;
    width:0px;
    z-index:1;
    background:url("../../images/revamp/tab_blue.png")  center top no-repeat;
    width:100%; /*katherine 20150202 */
        display: none;
}
.tabs li{
    display:block; font-size:15px;
    padding:0px 0px;
    float:left;
    color:#6d6d6d; font-size:15px;
}
/*.tabs li:active{
    background: #0080b9; color:#FFF;
}*/
.tabs li a{ color: #6d6d6d;  display:block; padding: 15px 30px; -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tabs li#current a, .tabs li#current a:hover{
    color:#0077ad;
    cursor: default;
}
.tabs li#current a span{
    border-bottom: 2px solid #0077ad;
}
.tabs li:hover a{
color:#0077ad;
/*katherine 20150202 */
}
/** myjob dashboard **/
/** my profile **/
.profile_tabs{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0px;
    background-color:#fff;
    margin:10px 0px;
    overflow:hidden;
}
.profile_tabs  .border{
    background-color:#005b94;
    height:8px;
    line-height:8px;
}
.profile_tabs h1{
    color:#fff;
    background-color:#005b94;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:14px 20px 10px 20px;
    text-transform:capitalize;
    border-bottom:1px solid #fff;
}
.profile_tabs h1.last{
    border:none;
}
.profile-tabs a:hover{
    text-decoration:none;
}
.profile_tabs a:hover h1{
    background-color:#009fe3;
}
.profile_tabs h1.on{
    background-color:#009fe3;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.profile_main{
    padding:0px;
    margin-top:0px;
}
.profile_main.frame{
    border-bottom:1px solid #005b94;
}
.profile_main th,.gray_container th{
    font-weight:normal;
    text-align:left;
    padding:5px;
    vertical-align:top;
    width:196px;
}
.profile_main th:first-letter,.gray_container th:first-letter{
    text-transform:uppercase;
}
.profile_main  td{
    padding:5px;
}
.mandatory{
    color:#b51311;
    padding-right:6px;
    font-weight:bold;
}
.section_box{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0px;
    background-color:#fff;
    margin:10px 0px;
}
.section_box  .border{
    background-color:#005b94;
    height:8px;
    line-height:8px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.section_box h1{
    background-color:#009fe3;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:14px 20px 10px 20px;
    text-transform:capitalize;
    border-bottom:1px solid #fff;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.section_main{
    padding:20px;
    border-left:1px solid #005b94;
    border-right:1px solid #005b94;
    border-bottom:1px solid #005b94;
    margin-top:-6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.float_left{
    width:70%;
    float:left;
}
.padding_10{
    padding:10px;
}
.padding_25{
    padding:25px;
}
.col_right_list{
    width:30%;
    float:right;
}
/** search result preview mode **/
.search_navi{
    position:relative;
    margin:5px 6px 15px 0px;
    color:#005B94;
    height:auto;
    text-align:right;
        float:right;
} /*katherine 20150115*/
.search_navi a{
    color:#005B94;
}
.search_navi a:hover{
    color:#0087d2;
}
#column_btn { float:left;  margin-top:7px;font-weight:bold} /* katherine 20150115 */
.result_top{
    margin-left:226px;
    background:#fff;
    position:relative;
    z-index:12;
    padding:20px 0px 0px 10px;
}
#preview_container .result_top{
    padding-left:335px;
    padding-top:10px;
    margin-left:0px;
    border-bottom:1px solid #e4e4e6;
    width:100%;
    padding-bottom:10px;
}
#search_result.fixed #preview_container .result_top{
    position:fixed;
    top:94px;
    background-color:#fff;
    -webkit-box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
    box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
}
.result_title{
    clear: left;
    color: #141823;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 7px;
    padding-bottom: 20px;
    padding-right: 20px;
    width:auto;
}
#preview_container .result_title{
    padding-bottom: 0px;
    margin-bottom:0px;
    max-width: 460px;
}
.result_title em{
    font-style:normal;
    font-size:24px;
    font-weight:bold;
    display: none;
}
.view_mode{
    margin-left:40px; position:relative; float:left; display:block;
}
.view_mode label{ float: left; margin-top: 12px;margin-right:4px;font-weight:bold} /* katherine 20150115 */
.icon{
    background:url("/hk/images/revamp/result_icons.gif")  0px 0px no-repeat;
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:bottom;
    margin-right:5px;
}
.icon.list{
    background-position:-36px 0px;
}
.selected .icon.list{
   background-position:-36px -20px;
}
.icon.preview{
    background-position:-81px 0px;
}
.selected .icon.preview{
    background-position:-81px -20px;
}
.icon.summary{
    background-position:-58px 0px;
}
.search_navi .icon.edit{
    margin-left:20px;
}
.icon.edit{
    background-position:0px 2px;
}
.list_mode,.preview_mode,.summary_mode{
    color: #777;
    cursor: pointer;
    display:block;
    position:absolute;
    right:70px;
    top:10px;
    padding: 2px;
    width:24px;
    height:24px;
}
.preview_mode{
    right:10px;
}
.summary_mode{
    right:40px;
}
.view_mode .list{
    background:url("../../images/revamp/viewlist_icon.png")  -3px -30px  no-repeat;
    display:inline-block;
    vertical-align:bottom;
    padding:2px; margin:0;
} /* katherine 20150115 */
.view_mode .preview{
        background:url("../../images/revamp/viewlist_icon.png")  -33px -30px  no-repeat;
    display:inline-block;
    vertical-align:bottom;
    padding:2px; margin:0;
} /* katherine 20150115*/

.view_mode .selected .list{
    background:url("../../images/revamp/viewlist_icon.png")  -3px -2px  no-repeat;}  /* katherine 20150115*/
.view_mode .mode-wrapper{ top: -11px; float:right;} /* katherine 20150115*/
.view_mode  .preview_mode{
background-color: #fff;
    background-image: -moz-linear-gradient(center top , white 5%, #f3f3f3 100%);
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 white inset;
    color: #777;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 2px; float:right;
    width: auto;
} /* katherine 20150115*/
.view_mode  .preview_mode:hover{
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(center top , #f3f3f3 5%, white 100%);} /* katherine 20150115*/
.mode_list_number { display: block; float:left; margin:0 10px 0 0px;
    border: 1px solid #ccc;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    color: #565656;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 4px 40px 3px 10px;
    height:17px;
    position:relative;
    cursor:pointer;
    border-radius:2px;
}
.mode_list_number .dropdown{
    position:absolute;
    border-left: 1px solid #c3c1c2;
    border-right: 1px solid #c3c1c2;
    border-bottom:1px solid #c3c1c2;
    right:-1px;
    top:25px;
    z-index:100;
    width:100%;
    background-color: #fff;
    display:none;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.mode_list_number .dropdown dd{
    margin:0px;
    padding:5px;
    text-align:center;
    cursor:pointer;
}
.mode_list_number .dropdown dd.active,.mode_list_number .dropdown dd.active:hover{
    background-color:#d9f0f8;
}
.mode_list_number .dropdown dd:hover{
    background-color:#c8e9f4;
}
.mode_list_number .dropdown i {
    position: absolute;
    top: -8px;
    height: 8px;
    width: 16px;
    right: 5px;
    background: url("../../images/revamp/comboBox_arrow.png") -17px bottom no-repeat;
    display: none;
}
.mode_list_number .drop_arrow_icon { background: url(../../images/revamp/icon_arrow.png) no-repeat scroll right top #f5f5f5;
    position:absolute;  top:1px; right:1px; width:25px; height:22px; cursor:pointer;
    border-left:1px solid #ccc;
}


.view_mode .selected .preview{
    background-position:  -33px -2px;

}
.view_mode .selected .list{
    background-position:  -3px -2px;
}
.selected .icon.summary{
    background-position:  -58px -20px;
}
.view_mode .preview_mode.selected,.view_mode .list_mode.selected{
    cursor:default;
}
.col_jobList li{
    position:relative;
    padding:5px 5px 5px 35px;
}
.col_jobList a{
    font-size:12px;
}
.col_jobList li span{
}
.col_jobList  li span.star {
    position: absolute;
    left: 4px;
    top: 8px;
    margin:0px;
}
#with_salary{
    margin-left:20px;
}
#search_result{
    position:relative;
    min-height:430px;
    background-color:#fff;
    display:none;
    clear:both;
        width:1210px;
        margin:0px auto;
        padding:0px;
}/*katherine 20150115*/
#result_filter{
    position:absolute;
    left:12px;
    top:20px;
    width:200px;
        z-index:90;
        height:auto;
        padding-right:16px;
        outline:none;
        overflow:visible;
        z-index:3;
        user-select:none;
        -moz-user-select:none;
}
#result_filter .switch:hover{
    text-decoration:underline;
}
#result_filter.fixed{
    position:fixed;
    top:10px;
    margin-top:90px;
}
#result_filter .jspContainer,.col_jobList .jspContainer{
    overflow:visible;
}
#result_filter h3{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    margin: 0px 0px 0px 0px;
    padding: 13px 20px 10px 13px;
    color: #454545;
    font-size: 14px;
    cursor:default;
}
#result_filter dt.function{
    clear:both;
    position:relative;
}
#result_filter dt.function .bntname,#result_filter dt.industry .bntname{
     background:url("/images/revamp/filter_arrow_icon.png") no-repeat;
     background-position:130px -54px
}
#result_filter dt.function.actived .bntname,#result_filter dt.industry.actived .bntname{
    background-position:130px 0px;
}
#result_filter dt.employment{
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom:1px solid #e0e0e0;
}
#result_filter dt{
    background-color:#f5f5f5;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
#result_filter .bnticon{
    height: 50px;
    padding-left:40px;
    background:url("/images/revamp/filter_icons.png") no-repeat -4px -6px;
}
#result_filter .bntname{
    font-size:15px;
    font-weight:bold;
    color:#454545;
    line-height:54px;
}
#result_filter ul a{
    color:#454545;
    position:relative;

}
#result_filter ul a label{
    padding-left: 24px;
    display: block;
    position:relative;
    font-size:12px;
    line-height:140%;
}
#result_filter ul p{
    text-align:right;
    color:#575757;
    font-weight:bold;
    padding-right:20px;
}
#result_filter ul dd:hover{
    background:none;
}
#result_filter ul dd.empty{
    display:none;
}
#result_filter .filter_title{
    width:106px;
    height:43px;
    position:absolute;
    left:10px;
    right:0px;
    z-index:10;
    background:url("../../images/revamp/refine-search.png") top left no-repeat;
}
#result_filter .result_inbox{position:absolute; top:0px; z-index:120; left:10px;} /*katherine 20150115*/

#result_filter .collapse_btn{
    position:absolute;
    right:5px;
    top:5px;
    width:24px;
    height:24px;
    background:url("../../images/revamp/collapse_close.png") 50% 50% no-repeat transparent;
    z-index:10;
    cursor:pointer;
    display:none;
}
#result_filter dd.disabled{
        -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#result_filter dl{
    z-index:10;
    margin:0px 0px 0px -16px;
    padding:0px 0px 0px 0px;
    overflow:auto;
        display:none;
        color:#878787;
}
#result_filter ul{
    padding:0px;
    overflow:hidden;
    max-height:0;
    transition: max-height 0.2s ease-in;
    margin-right:-20px;
    padding-right:20px;
}
#result_filter .actived ul{
    max-height:360px;
    transition: max-height 0.2s ease-in;
    padding-bottom:10px;
}
#result_filter ul dd{
    padding: 4px 5px 4px 15px;
    position:relative;
}
#result_filter ul dd.on i{
    width:13px;
    height:13px;
    background:url("/images/revamp/refine_search_level_icon.png") no-repeat 50% 50%;
    background-position:2px -8px;
    position:absolute;
    left:2px;
    top:4px;
}
#result_filter ul .jspContainer dd{
    padding-right:15px;
}
#result_filter .function dl dd{
    margin:5px 0px 0px 0px;
    padding:2px 0px 2px 35px;
}
#result_filter .industry .bnticon{
    background-position:-4px -60px;
}
#result_filter .joblevel .bnticon{
    background-position:-4px -114px;
}
#result_filter .qualification .bnticon{
    background-position:-4px -168px;
}
#result_filter .employment .bnticon{
    background-position:-4px -222px;
}
#result_filter .industry .bnticon{
    background-position:-4px -60px;
}
#result_filter .col_right_title .sub_title label{
    cursor:pointer;
}
#result_filter .sub_clear{
    position:absolute;
    right:10px;
    top:8px;
    z-index:3;
    padding:0px 8px 0px 10px;
}
#result_filter .scroll_container{
    max-height:340px;
    overflow-y:auto;
    overflow-x:hidden;
    outline:0px;
}
#result_filter .function .scroll_container{
   min-height:200px;
}
#result_filter .industry dl{
    top:0px;
        height:420px;
        width:440px;
}

#result_filter .qualification dl{
    top:0px;
        min-width:280px;
}
#result_filter .employment dl{
        top:inherit;
        bottom:-1px;
}
#result_filter dl p{
    font-size:13px;
        font-weight:normal;
    margin:0px;
    padding:0px;
    color:#fff;
        height:28px;
        vertical-align: middle;
        padding:10px 0px 0px 14px;
        background:url("/images/revamp/gray_dotted.gif") repeat-x bottom #fff;
}
#result_filter dl p a{
    text-decoration: underline;
}
#result_filter dd{
    margin:0px 0px;
        padding:4px 15px;
}
#result_filter dd .custom_checkbox{
    display:block;
    position:absolute;
    left:0px;
    top:-2px;
    z-index:10;
}
#result_filter   dd:hover{
    background-color: #4c4d4f
}
#result_filter  dl a{
    color:#878787;
    line-height:22px;
        font-size:13px;
}

#result_filter .button{
    position:absolute;
    right:43px;
    bottom:10px;
}
#result_filter .jspDrag{
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin:0px 6px;
}
#preview_container{
    margin-left:226px;
    margin-right:0px;
        clear:both;
        overflow:hidden;
}/* katherine 20150115*/
#preview_container .column_list{
    width: 340px;
    margin-top:6px;
}/* katherine 20150115*/
#preview_container .column_list th{
    background:none;
    font-size:14px;
    color:#00b3e8;
    padding-left: 5px;
    padding-bottom:6px;
}
#preview_container .column_list .ASC a{

}
#preview_container .column_list tr:hover{
    background-color:#fff;
}
#preview_container .column_list th a,#preview_container .column_list th a:hover{
    color:#00b3e8;
}/* katherine 20150115*/
#preivew_right_list li{
    font-size:12px;
    padding: 15px 9px 0;
    border-right:2px solid #f2f2f2;
    border-left:2px solid #f2f2f2;
    border-top:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    background-image:url("/images/revamp/icon_apply.png");
    background-repeat:no-repeat;
    background-position: 9px 50px;
    background-color:#fff;
}
#preivew_right_list li.priority{
    background-color:#e4eff5;

}
#preivew_right_list li.selected{
    color:#fff;
    background-color:#0080b9;
}
#preivew_right_list li.applied{
    background-image:url("/images/revamp/icon_applied.png");
}
#applied_label{
   background:url("/images/revamp/icon_applied.png") no-repeat 0px 0px;
   color:#005B94;
   padding: 4px 0 0 28px;
   width:auto;
   position:absolute;
   right:10px;
   top:8px;
}
#applied_label.summary{
    position: static;
    display: inline-block;
    padding: 0px 0px 0px 24px;
    line-height: 24px;
    margin: 8px 5px 0px 20px;
    font-weight: bold;
}
#preivew_right_list li.selected span{
    border-color:#7aa9c5;
}
#preivew_right_list li.selected a,#preivew_right_list li.selected a.position{
    color:#fff;
}
#preivew_right_list li i{
    background: url(/images/revamp/jobdetail_date_icon.png) no-repeat left 0px;
    font-style: normal;
}
#preivew_right_list li .company a{
    color:#000;
}
#preivew_right_list li.selected .company a{
    color:#fff;
}
#preivew_right_list li a:hover{
    color:#005b94;
}
#preivew_right_list b,#preivew_right_list u,#preivew_right_list i,#preivew_right_list dd{
    width:115px;
    display:inline-block;
    font-weight:normal;
    padding-left: 18px;
    font-size:12px;
    text-decoration:none;
    margin-top:4px;
    text-overflow:ellipsis;
}
#preivew_right_list u{
    background: url(/images/revamp/jobdetail_level_icon.png) no-repeat left 2px;
}
#preivew_right_list b{
    background: url(/images/revamp/jobdetail_location_icon.png) no-repeat left 0px;
}
#preivew_right_list .selected i{
    background: url(/images/revamp/jobdetail_date_icon_white.png) no-repeat left 2px;
}
#preivew_right_list .selected u{
    background: url(/images/revamp/jobdetail_level_icon_white.png) no-repeat left 2px;
}
#preivew_right_list .selected b{
    background: url(/images/revamp/jobdetail_location_icon_white.png) no-repeat left 0px;
}
#preivew_right_list li span{
    display:block;
    padding-bottom: 10px;
    padding-left: 28px;
}
#preivew_right_list li span.star{
    padding:0px;
    border:none;
    margin:0px;
    left: 9px;
    top: 12px;
}
#preivew_right_list li .company{
    color:#000;
    font-size:13px;
    display:block;
    padding-right:15px;
    margin-bottom:5px;
}

#preivew_right_list li h2 a{
    padding-left:0px;
    background:none;
}
#preivew_right_list li a.position{
    font-size:14px;
    color:#005b94;
    margin-bottom: 5px;
    display:block;
    font-weight:bold;
}

.col_jobList {
    width: 320px;
    float: left;
        background-color: #f6f6f6;
        margin-top:0px;
        overflow:hidden;
        outline:none;
}
.col_jobList .jspDrag{
    border-radius:5px;
}
.col_jobDetail {
    padding: 0 0px;
    width: initial;
    min-height: 600px;
    position: relative;
    margin-right:0px; background:transparent;
        margin-left: 320px;
        margin-top:0px;
        min-width:720px;
        z-index:10;
}/* katherine 20150115*/
#preview_container .pagination{
    margin-bottom:20px;
    padding:0px;
}
#preview_container .pagination span,#preview_container .pagination input{
    display:none;
}
#preview_container .pagination  .previous{
    margin-right:0px;
}
#preview_container .pagination  .next{
    margin-left:0px;
}
#preview_container.fixed{

}
#search_result.fixed .col_jobList{
    position:fixed;
}
#preview_list_header{
    width: 298px;
    background-color: #FFF;
    position: absolute;
    left:0px;
    z-index: 3;
    padding: 5px 10px;
    height: 30px;
    top:14px;
    border-right: 2px solid  #EFF0F1;
}
#preview_list_header #clipboard{
    float:left;
    width:auto;
    margin:0px;
}
#preview_iframe{
    min-height:600px;
}
.page_container{
    text-align:center;
    padding:5px 0px;
}
#preview_container .page_container{
    position:fixed;
    bottom:10px;
    width:320px;
    z-index:3;
    background-color:#fff;
}
.pagination {
    font-size:12px;
    padding-top:20px;
}
.pagination li.disabled a{
    cursor:default;
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.pagination li{
    display:inline-block;
    vertical-align:top;
    margin-left:-3px;
    background-color:transparent;
    *display:inline;
    padding:0px;
        margin:4px 3px 0px 3px;
}
.pagination li a{
    height:26px;
    width:26px;
    text-decoration:none;
    line-height:26px;
    display:inline-block;
    vertical-align:top;
    color:#005b94;
    text-align:center;
        border:1px solid #005b94;
        font-weight:bold;
}
.pagination li a:hover{
    color:#0087d2;
}
.pagination li a.selected{
    color:#005b94;
    cursor:default;
        background:#005b94;
        color:#fff;
}
.pagination li a.selected input{
    width:40px;
    padding:0px;
    text-align:center;
    outline: none;
    margin:0px;
    font-size:14px;
    color:#353535;
    height:15px;
    overflow:hidden;
    border:1px solid #283E44;
}
.pagination li.first{
    margin-right:0px;
}
.pagination li.last{
    margin-left:0px;
}
.pagination li.first a,.pagination li.first.disabled a:hover{
    background:url(../../images/revamp/pagination.png) 0px 0px no-repeat;
        width:20px;
        height:20px;
        margin:4px 0px;
        border:none;
}

.pagination li.previous a,.pagination li.previous.disabled a:hover{
    background:url(../../images/revamp/pagination.png) -20px 0px no-repeat;
        width:20px;
        height:20px;
        margin:4px 6px 0px 0px;
        border:none;
}

.pagination li.next a,.pagination li.next.disabled a:hover{
    background:url(../../images/revamp/pagination.png) -40px 0px no-repeat transparent;
        width:20px;
        height:20px;
        margin:4px 0px 0px 6px;
        border:none;
}
.pagination li.last a,.pagination li.last.disabled a:hover{
    background:url(../../images/revamp/pagination.png)  -60px 0px no-repeat;
        width:20px;
        height:20px;
        margin:4px 0px;
        border:none;
}

.pagination li.first a:hover,.pagination li.last a:hover,.pagination li.previous a:hover,.pagination li.next a:hover{
    opacity:0.8;
}
.pagination li.disabled a:hover{
    opacity:0.3;
}
.pagination span,.pagination label{
    color:#005b94;
    line-height:34px;
    padding:0px 8px 0px 8px;
}
#preview_container  .pagination label{
    display:none;
}
.pagination #edit_page{
    margin:0px;
    width:50px;
    border: 1px solid #005B94;
        padding: 5px;
}
#right_sLists .page_container{
    position:absolute;
    left:0px;
    bottom:-50px;
    width:980px;
}
/** search result list mode **/
#list_container{
    margin-left:226px;
        clear:both;
        margin-right: 10px;
}
.column_list{
    position: relative;
    z-index: 1;
    border-top: 1px solid #E4E5E7;
    margin: 0px 6px 0px 0px;

}
.column_list.half{
    width:49%;
}
.column_list table{
    width:100%; vertical-align:text-top;

} /* katherine 20150115 */
.myjob_content .column_list th{
    padding:4px 4px 4px 20px;
    font-weight:normal;
}
.myjob_content .column_list th a{
    font-weight:normal;

}
.myjob_content .column_list td a img{
    vertical-align:middle;
}
.myjob_content .column_list td{
    padding:10px 4px 10px 20px;
}
.myjob_content a.apply_btn{
    color:#00b3e8;
}
.myjob_content .col_date{
    width:120px;
}
.column_list .right_mask{
    width:8px;
    height:29px;
    position:absolute;
    right:0px;
    top:0px;
        display:none;
    background:url("../../images/revamp/column_header.jpg") no-repeat #c5dcea right -29px;
}
.column_list tr:hover {
    background:#f5f5f5;
    -webkit-transition: all 0.85s ease;
    transition: all 0.8s ease;
} /* katherine 2015015 */
.column_list tr:hover td:first-child{
    background:url("/images/revamp/list_item_hover.png") no-repeat  0px bottom ;
}
.column_list th{
    height: 21px;
    background-color:#f5f5f5;
    overflow:hidden;
    line-height:13px;
    text-align:center;
    font-weight:normal;
    color:#838080;
    padding:10px 12px;
}/* katherine 20150115*/
.column_list th:first-child,.column_list td:first-child{
    padding-left:15px;
}
.column_list th:first-child{
    background-color:#f5f5f5
}
.column_list th a{
    font-weight:bold;
    text-decoration:none;
    color:#838080;
}
.column_list th a:hover{
    color: #0087d2;
}
.column_list tr.even td{ background: none;} /* katherine 2015015 */
.column_list tr .even:hover{ background:#f6f6f6; -webkit-transition: all 0.8s ease; transition: all 0.8s ease;
}/* katherine 2015015 */

.column_list td{
    font-size:13px;
        border-bottom:1px solid #EEF2F5;
        line-height:16px;
        padding:7px 4px;
        word-break: break-word;
         padding: 10px 5px;
}
.column_list tr.priority{
    border-radius:5px;
    overflow:hidden;
    background: #d9f0f8;
}
.column_list .priority td{
    border-bottom:none;
    border-top:4px solid #fff;
}
.column_list td a{
    text-decoration:none;
    font-size: 13px;
    color: #000000;
}
.column_list td a:visited,.column_list td .job_title a:visited,#preivew_right_list li a:visited,.job_list h2 a:visited{
    color:#999;
}
a.saveJobApplyBtn:visited{
    color:#00b3e8 !important;
}
#preivew_right_list li .company a:visited{
    color:#999;
}
#preivew_right_list li.selected .company a:visited{
    color:#fff;
}
.column_list tr.priority:hover{
    background-color: #c8e9f4;
}
.column_list td a:hover{
    color:#0087d2;
}
.column_list td a.disabled{
    cursor: not-allowed;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
}
.column_list td a.disabled img{
    opacity: 0.4;
}
.column_list td span.star,.col_jobList li span.star,.column_list td span.apply,.column_summary li span.star,.column_summary li span.apply{
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
    background: url(../../images/revamp/icon_bookmark.png) no-repeat 0px 0px;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    display:block;
    padding-right:10px; /*katherine 20150115*/
}
.column_list td span.star{
    margin:0px auto;
    padding:0px;
}
.column_list td span.apply{
    background: url(../../images/revamp/icon_apply.png) no-repeat 0px 0px;
    margin:0px auto;
    cursor:default;
    padding:0px;
}
.column_list td span.apply.applied{
    background: url(../../images/revamp/icon_applied.png) no-repeat 0px 0px;
}
.column_list th.col_apply,.column_list th.col_bookmark{
    padding-left:4px;
    padding-right:4px;
    text-align:center;
    min-width: 39px;
}
.column_list td span.star.on,.col_jobList li span.star.on,.column_summary li span.star.on{
    background-position: 0px -40px;
}
.column_list td span.star.on:hover,.col_jobList li span.star.on:hover,.column_list td span.star:hover,.col_jobList li span.star:hover,.column_summary li span.star:hover{
    background-position: 0px -20px;
        opacity:0.8;
}
.column_list td span.star.disabled:hover{
    background-position: 0px 0px;
}
.column_list td span{
    cursor:default;
}
.job_company a{
    color: #000;
}
.column_list th a.asc{
    padding-right:20px;
    background:url(../../images/revamp/icon_arrow.gif) no-repeat bottom right;
}
.column_list th a.desc{
    padding-right:20px;
    background:url(../../images/revamp/icon_arrow.gif) no-repeat top right;
}
.col_checkbox{
    min-width:28px;
    width:28px;
    max-width:28px;
}
.col_position{
    min-width:220px;
}
.column_list th.col_position,.column_list th.col_industry,#profile_list_container .column_list th.col_company{
    text-align:left;
}
.col_company{
    min-width:160px;
    width:24%;
}
.col_industry{
    min-width:50px;
    max-width:180px;
}
.col_date{
    min-width:80px;
    width:80px;
}
.col_yearofexp{
    width:120px;
    text-align:center;
}
.col_action{
    width:135px;
    min-width:135px;
}
#list_container th.col_yearofexp{
    text-align:center;
}
th.col_yearofexp{
    text-align:left;
}
td .job_title a{
    color:#005B94;
    font-size:14px;
    font-weight:bold;
}
.job_list td p{
    margin:6px 0px 0px 0px;
}
.col_location{
    min-width:50px;
        width:80px;
}
.col_joblevel{
    min-width:30px;
    text-align:center;
}
.col_employmenttype,.col_qualification{
    min-width:76px;
    text-align:center;
}
th.col_salary{
    text-align:center;
        width: 120px;
}
.col_bookmark,col_apply{
    width:44px;
}
#clipboard{
        margin: 6px 0 0 35px;
        display:inline-block;
}/* katherine 20150115*/
#clipboard p{
    font-size: 13px;
    margin: 0px;
    color: #005B94;
    padding: 2px 10px 0px 23px;
    text-align: center;
    background: url(../../images/revamp/star_icon.png) no-repeat 0px 0px;
    font-weight: bold;
    margin-top: 5px;
}
#clipboard p span{
    padding: 3px 7px 3px 16px;
    color: #000;
    font-weight: normal;
    background: #F9BB3B url("/hk/images/revamp/result_icons.gif") no-repeat scroll -110px 0px;
    border-radius: 1px;
}
.search_list_title{
    display:none;
}
#waitMask{
    background-color:#CCC;
    z-index:9999;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    cursor:wait;
}
.loading_container{
    background:url("../../images/revamp/loading_bar.gif") 50% 50% no-repeat #fff;
    min-height:400px;
        margin:0px auto;
}
#criteria_zone{
    height:auto;
        display:none;
        clear:both;
        padding:10px 5px;
        border:1px solid #e0e0e0;
        border-radius:5px;
        margin-bottom:10px;
}  /*katherine 20150115 */
#criteria_zone label{
    color:#000;
    font-size:13px;
    font-weight:bold;
    padding:0px 8px;
}
#criteria_zone li{
    width: auto;
    color: #565656;
    position: relative;
    line-height: 20px;
    cursor: default;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 3px 20px 0 0;
    border: 0px;
    margin: 0px 0px 0px 20px;
    list-style: disc outside;
    word-break: break-word;
}
#result_filter dl .col_left dd.active, #result_filter dl .col_left dd.active a{
    font-weight:bold;
    color:#005B94;
    background-color:#f5f5f5;
}
#criteria_zone li i{
    width:20px;
    height:20px;
    position:absolute;
    right:0px;
    top:3px;
    background:url("../../images/revamp/cat_close.png") 4px 4px no-repeat;
        cursor:pointer;
}
#criteria_zone li i:hover{
    /*background:url("../../images/revamp/cat_close.png") bottom left no-repeat;*/
}
.bottom_btn_container{
        position:absolute;
        left:0px;
        bottom:0px;
        padding:0px 20px 20px 20px;
}
.bottom_btn_container .button{
    margin:0px 5px 0px 0px;
}
.bottom_btn_container a.button{
    min-width:135px;
}
.form_msg_box {
    display:none;
}
.form_msg_box ul li {
    line-height: 18px;
    padding-left: 18px;
    background: url(../../images/revamp/icon_error.gif) no-repeat 0px 50%;
    color: #FF0000;
    font-size:12px;
}
label.error{
    color: #ff0000;
    padding: 0px;
        line-height: 24px;
        vertical-align: top;
}
.edit_column_win{
    list-style:none;
}
/**  for job alert form  **/
.myjob_content{
    position:relative;
        *zoom:1;
}
.title_gray{
    margin:15px 20px;
        position:relative;
}
.title_gray .button {
    width: auto;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -10px;
    top: -3px;
    padding: 5px 20px;
}
.title_gray .multiple_module .button{
    width: auto;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    top: -3px;
    padding: 5px 20px
}
.title_gray h1{
    color: #005b94;
    font-size: 20px;
    font-weight: bold;
    margin:-10px 0px 0px -10px;
}
.matchme .title_gray h1{
    margin-bottom: 10px;
}
.title_gray p{
    margin:10px 10px 10px 0px;
    line-height:1.5;
}
.title_gray h1 label{
    float:right;
    font-size:12px;
    color:#6d6d6d;
    line-height:20px;
    font-weight:normal;
}
.job_alert_list {
    padding-top:5px;
}
.job_alert_list .item .number {
    width: 30px;
    float: left;
    font-size: 32px;
    color: #009fe3;
    padding-top: 0px;
    height: 40px;
    line-height: 30px;
}
.list_title{
    padding:0px;
    background-color: #C5DCEA;
    color: #005C97;
        line-height:180%;
}
.history_list{
    *margin-bottom:-6px;
    *margin-top:-12px;
        font-size:14px;
}
.history_list ul li.item {
    padding: 10px 0px 10px 0px;
    clear: both;
    margin:0px 20px -1px 20px;
    border-bottom:1px solid #d0d4d5;
    *zoom:1;
}
.job_alert_list .history_list ul li.item {
    padding-left: 14px;
    padding-right: 16px;
    background-color: #EEF2F5;
    border-right: 0px;
    margin: 10px 0 20px 0;
}
.job_alert_list .history_list .col_left {
    width: 400px;
    float:left;
    padding: 0px 8px 0px 10px;
    margin:0px;
        background:transparent;
        min-height:100px;
}
.job_alert_list li{
    padding:4px;
        color:#505050;
}
.job_alert_list .history_list .col_left li,.job_alert_list .history_list .col_center li{
    clear:both;
    min-height:24px;
}
.job_alert_list .history_list .col_center {
    width: 400px;
}
.history_list .col_center {
    width: 360px;
    float: left;
    padding-left: 10px;
}
.history_list .col_left label{
    width: 90px;
    display: inline-block;
    color:#005c97;
    float:left;
}
.history_list .col_center label{
    width: 110px;
    display: inline-block;
    color:#005c97;
    float:left;
}
.history_list .header{
    color:#000;
    height:40px;
    line-height:28px;
    font-size:14px;
}
.job_alert_list table th, .job_alert_list table td{
    width: 25%;
    text-align: left;
    padding-left: 12px;
}
.job_alert_list table th.first{
    padding-left: 24px;
}
.job_alert_list table th.last,.job_alert_list table td.last{
    width:55%;
}
.job_alert_list table th{
    padding-left: 20px;
    font-weight:normal;
}
.job_alert_list .info{
    color:#000;
    padding:20px 30px 0px 26px;
    clear:both;
}
.job_alert_list .info li {
    color: #000;
    float: left;
    margin-right: 10px;
    font-size: 11px;
    border-right: 1px solid #000;
    line-height: 6px;
}
.font_blue{
    color:#009fe3;
}
.bottom_line{
    border-bottom:1px solid #d0d4d5;
    margin:0px auto 20px auto;
}
.job_alert_list .info li .font_blue{
    padding:0px 10px;
}
.action_btn {
    line-height: 20px;
    padding-left:10px;
}
.action_btn a{
    margin-right:10px;
}
.job_alert_list .history_list .col_left span {
    width: 300px;
    word-break: break-word;
    -ms-word-wrap: break-word;
    line-height:20px;
}
.history_list .col_left span {
    display: inline-block;
    width: 270px;
}
.job_alert_list .history_list .col_center span {
    width: 265px;
}
.history_list .col_center span {
    display: inline-block;
    width: 230px;
}
.blocked_list {
    width: 25%;
    float: right;
}
.blocked_list ul {
    margin: 0px;
    padding: 10px 10px 10px 50px;
    list-style: none;
}
.blocked_list ul li {
    border: 0px none;
    padding: 1px;
    font-size: 12px;
}
.blocked_header {
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: bottom;
    padding:50px 0px 0px 0px;
    margin-top: 0px;
    width: 25%;
    text-align: left;
}
.blocked_header label{
    margin-left:50px;
}
.blocked_header a{
    float:right;
    margin-right:10px;
}
#jobalert_container {
    background-color: #fff;
    padding: 10px 10px 0px 10px;
        height:600px;
}
#jobalert_container .label{
    width:110px;
    line-height:40px;
}
#jobalert_container label.error{
    line-height:40px;
}
#jobalert_container .textfield_long{
    width:300px;
}
#jobalert_container .ui_comboBox{
    width:308px;
    margin-right:30px;

}
#jobalert_container .comboBox_text{
    border:1px solid #c7c7c7;
}
#jobalert_container .comboBox_text.focus{
    border:1px solid #9d9d9b;
}
#jobalert_container .custom_input{
    height:40px;
    line-height:40px;
}
#jobalert_container .radio_list li label,#jobalert_container .radio_list li{
    line-height:40px;
    padding:0px;
}
#jobalert_container  #employment_cb{
    margin-bottom: 0px;
}
#jobalert_container #employment_cb .comboBox_list,#jobalert_container #qualification_cb .comboBox_list,#jobalert_container #joblevel_cb .comboBox_list,#jobalert_container #salary_cb .comboBox_list,#jobalert_container #experience_cb .comboBox_list{
    width:310px;
}
#jobalert_container #industry_cb .comboBox_list{
    left:-136px;
}
#jobalert_container #industry_cb .arrow{
    left:150px;
}
#jobalert_container .custom_input input{
    height:23px;
    line-height:23px;
}
#jobalert_container .comboBox_text .more{
    top:1px;
}
#jobalert_container .comboBox_panel.sub{
    background-position:-370px 40px;
}
#jobalert_container #location_cb .comboBox_panel.sub{
    background-position:-1110px 40px;
}
#jobalert_container .comboBox_selected{
    max-height:146px;
    overflow:auto;
}
#jobalert_container #location_cb .comboBox_selected{
    max-height:90px;
    overflow:auto;
}
.blocked_container {
padding: 10px;
}
.blocked_container .button {
    margin-bottom: 5px;
    min-width:80px;
}
.gray_container{
    background-color:#eef2f5;
    padding:20px;
        border-bottom:2px solid #dadee0;
}
.gray_container h3{
    color: #005b94;
    margin: -20px -20px 10px -20px;
    padding: 7px 20px 4px 25px;
    font-size: 17px;
    font-weight: bold;
    width: auto;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.gray_container h3 i.edit_btn{
    background: url("../../images/revamp/icon_edit.png") 12px 9px no-repeat #005b94;
    font-style: normal;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 37px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 37px;
    padding-left: 34px;
}
.gray_container h3 i.edit_btn.cancel{
    background:url("../../images/revamp/cat_close.png") -2px -22px no-repeat;
}
.gray_container.left{
    width:70%;
    float:left;
}
.col_flag{
    width:300px;
    float:right;
        margin: 0px 25px 0px 0px;
        font-size:13px;
        line-height:1.2;
}
.col_right .col_flag{
    margin:0px;
}
.head{
    background-color: #005b93;
        padding-top: 6px;
        position: relative;
        height: 52px;
}
.head h2{
    background-color:#005b94;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:10px 0px 10px 0px;
    margin:0px;
    position:absolute;
    left:0px;
    top:6px;
    z-index:2;
    width:100%;
}
.head h2 span{
    padding:0px 20px;
        display: block;
        line-height: 150%;
}
.col_flag ul{
    border: 1px solid #005b94;
        background: #FFF;
        padding: 12px 20px;
        border-top: 0px;
}
.col_flag ul li{
    margin-bottom:10px;
}
.col_flag ul li a{
    font-size: 14px;
    color: #005C97;
    text-decoration: none;
}
.col_flag ul li p{
    margin:5px 0px;
}
.col_flag ul li p a{
    font-size:12px;
    color:#565656;
}
.col_flag thead td{
    color:#015c93;
    padding:12px 4px;
}
.col_flag tbody td{
    background:url("../../images/revamp/dot_gray.gif") repeat-x top;
    padding:12px 4px;
}
.col_flag tbody td p{
    margin:4px 0px;
}
.col_flag tbody td a{
    color:#000;
}
.col_flag .tips{
    padding:6px 8px;
}
.removeBtn{
    background:url("../../images/revamp/close_btn.gif") no-repeat;
    width:15px;
    height:15px;
    display:inline-block;
}
.removeBtn:hover{
    background-position:bottom left;
}
.padding_15{
    padding:15px;
}
.blue_bg{
    background-color:#00b3e8;
    color:#fff;
}
#coverletter_cvname,#paramList{
    width:360px;
}
#coverletterForm .custom_textarea{
    border:none;
}
.button.facebook{   background-color:#3b5998;   padding: 0 0 0 12px;    color:#fff; margin-right:5px;   width:auto; position: relative; font-size:14px; /* katherine 20150202*/}
.button.facebook:hover{ background-color:#2b4482;   padding: 0 0 0 12px;    color:#fff; margin-right:5px;   width:auto; /* katherine 20150202*/}
.button.google{background-color: #e86141;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto;  position: relative; font-size:14px; /* katherine 20150202*/}
.button.google:hover{background-color:#ed441c;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; /* katherine 20150202*/}
.button.linkedin{background-color:#008bc4;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; position: relative; font-size:14px; /* katherine 20150202*/}
.button.linkedin:hover{background-color:#026e9c;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; /* katherine 20150202*/}
.button.connected{
    background-color:#ced2d5;
    color:#666666;
}
.button.facebook i{
    width:42px;
    height:20px;
    display:inline-block;
    background:url("../../images/revamp/social_icon_fb_s.png") no-repeat center center;
    vertical-align:middle;
    margin-left:8px; border-left: 1px solid #fff; /* katherine 20150202*/
}
.button.google i{
    width:42px;
    height:20px;
    display:inline-block;
    background:url("../../images/revamp/social_icon_google_s.png") no-repeat center center;
    vertical-align:middle;
    margin-left:8px; border-left: 1px solid #fff; /* katherine 20150202*/
}
.button.linkedin i{
    width:42px;
    height:20px;
    display:inline-block;
    background:url("../../images/revamp/social_icon_in_s.png") no-repeat center center;
    vertical-align:middle;
    margin-left:8px; border-left: 1px solid #7cbdda; /* katherine 20150202*/
}
/*.button.google i{
    background-position:-24px 0px;
}
.button.linkedin i{
    background-position:-48px 0px;
} */
.ui_dropdown{
    -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
         border-radius: 3px;
    border:1px solid #9d9d9b;
    width:210px;
    height:27px;
    position:relative;
        z-index:11;
        background:url(../../images/revamp/ui_search_drop_box.png) 186px top no-repeat;
}
.ui_dropdown.focus{
    border-color:#009fe3;
    background-color:#fff;
}
.ui_dropdown select{
    opacity:0.01;
    -khtml-opacity: 0.01;
    -moz-opacity: 0.01;
    filter: alpha(opacity=1);
    position:absolute;
    left:0px;
    top:0px;
    height:27px;
    outline:none;
    border: none;
    width:0px;
}
.ui_dropdown a{
    color:#000;
    text-decoration:none;
    cursor:default;
}
.ui_dropdown li{
    padding:4px 4px;
    position:relative;
    font-size:12px;
    cursor:default;
}
.ui_dropdown li.sub{
    background:url(../../images/revamp/dropdown_arrow.png) no-repeat right 4px;
}
.ui_dropdown li:hover{
    background-color:#ececec;
}
.ui_dropdown dt{
    padding:5px;
    font-size:13px;
    line-height:17px;
    margin-right:5px;
        text-align: center;
        cursor:default;
        text-overflow: ellipsis;
}
.ui_dropdown.focus{
    background-position-y: -24px;
}
.ui_dropdown ul{
    list-style:none;
    padding:0px;
    border:1px solid #9d9d9b;
    color:#000;
    margin:0px 4px;
    visibility:hidden;
    background-color:#FFF;
}
.ui_dropdown.focus ul{
    display:block;
}
.ui_dropdown dl{
    position:absolute;
    top:-1px;
    left:191px;
    width:190px;
    padding:0px;
    margin:0px;
    border:1px solid #9d9d9b;
    background-color:#FFF;
    visibility:hidden;
}
.myprofile_content{
    width:855px;
    float:left;
    background-color:#fff;
    padding:20px;
    border:1px solid #ddd;
}
.myprofile_content .gray_container{
    margin:20px 0px 0px 0px;
    width:800px;
}
.gray_container#personal_section{
    margin:0px;
}
.row{
    clear:both;
    padding:4px;
    line-height:1;
}
.row .label{
    width:200px;
    display:inline-block;
    line-height:28px;
    vertical-align: top;
    text-transform:none;
    *display:block;
    *float:left;
    *margin-right:4px;
}
.row .label.highlight{
    color:#009fe3;
}
.row .label:first-letter,.row .label label:first-letter{
    text-transform:uppercase;
}
.row .label i{
    color: #b51311;
    padding-right: 6px;
    font-weight: bold;
}
.row li{
    list-style:none;
    display:inline-block;
    vertical-align:top\9;
}
.textfield_long,.custom_input input.textfield_long{
    width:320px;
}
.gray_container input.button{
    margin-right:5px;
}
.custom_input input.textfield_other{
    width:280px;
}
.custom_input input.placeholder{
    color:#999;
}
.col_photo{
   width:170px;
   float:right;
   padding-top:5px;
}
#photo_section .display_list{
    padding-top:5px;
}
.photo_container{
    width:140px;
    overflow: hidden;
    float:left;
}
#profile_container .col_flag,.profile_container .col_flag{
    margin:0px;
}
#profile_container,.profile_container{
    font-size:14px;
    line-height:180%;
}
#submitBtn.button{
    width:135px;
}
#jobAlertForm #submitBtn.button,#jobAlertForm .button{
    width:135px;
    min-width:135px;
}
.col_photo a{
    float:right;
}
.relative{
    position:relative;
}
.form_mask{
    opacity:0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    background:#000 url('../../images/revamp/loading _black.gif') 50% 50% no-repeat;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        z-index:1001;
}
.ajax_form{
    position:relative;
    display:none;
}
.top_msg{
    width:100%;
    height:auto;
    position: fixed;
    top:0px;
    left:0px;
    z-index:9999;
    display:none;
}
.top_msg div{
    background-color:#37c1fc;
    color:#fff;
    width:800px;
    height:auto;
    margin:0px auto;
    padding:20px;
    font-size:14px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
}
.top_msg i{
    /*background: url("../images/ui-icons_888888_256x240.png") no-repeat -20px -180px;*/
    width:16px;
    height:16px;
    display:inline-block;
}
select.day{
    width:50px;
    min-width:50px;
}
select.year{
    width:58px;
    min-width:58px;
}
select.month{
    width:95px;
    min-width: 95px;
}
.sn_suggestion_container{
    position:absolute;
    left:4px;
    top:26px;
    z-index:1000;
    background-color: white;
    border: 1px solid #9d9d9d;
    width:322px;
    overflow-x:hidden;
        overflow-y: auto;
    display:none;
        max-height:300px;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
}
.sn_suggestion_container ul{
    list-style-position: outside;
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
    font-size: 12px;
    list-style: none;
    padding: 0px;
    margin: 0;
}
.sn_suggestion_container ul li{
    padding: 2px 2px 2px 6px;
    line-height: 18px;
    color: #333;
    margin: 0px;
    cursor:default;
        display:block;
}
.sn_suggestion_container ul li.even{
    background-color:#eeeeee;
    width:auto;
}
.sn_suggestion_container ul li:hover {
    background: #1e90ff;
    color: #fff;
}
.multiple_module{
    margin:3px 0px;
}
.multiple_module.even{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e3e8ec;
}
#photo_form{
    min-height:150px;
}
#photo_form .col_left{
    width:600px;
    padding:5px;
    background:transparent;
    min-height:160px;
}
#edu_section,#exp_section,.preview_btn{
    padding:20px 10px;
    width:820px;
}
#edu_section .btn,#exp_section .btn{
    padding-left:14px;
}
#edu_section h3,#exp_section h3{
    margin-left:-10px;
    margin-right:-10px;
}
.multiple_module.edu,.multiple_module.exp{
    padding:4px 10px 0px 10px;
    margin:15px 0px 25px 0px;
    position: relative;
}
.multiple_module.edu .removeBtn,.multiple_module.exp .removeBtn{
    margin-left:5px;
    vertical-align:middle;
}
.multiple_module.edu .removeBtn:hover,.multiple_module.exp .removeBtn:hover{
    /*background-position: 7px -13px;*/
}
.multiple_module.exp .day,.multiple_module.exp .year{
    width:58px;
    min-width:58px;
}
.multiple_module.exp .month{
    width:86px;
    min-width:86px;
}
.date_select .custom_select .text{
    text-align: left;
}
.date_select .date_day{
    display:none;
}
.date_select .custom_select .left,.date_select .custom_select .right{
    width:2px;
}
.current_label{
    line-height:24px;
    margin-left:5px;
}
.current_label .custom_checkbox{
    vertical-align: middle;
}
/***********Add for Job alert Css by Kim Liu 20140408************/
#jobalert_container #search_country li.selected, #jobalert_container #search_field li.selected{ font-weight: bold;}
#jobalert_container #search_field li.checked, #jobalert_container #search_country li.checked{color:#37c1fc; }
.multiCheckbox ul li{float:left;}


#clipboard {
cursor: pointer;
}

#clipboard_detail{
   width:278px;
    height: auto;
    position: absolute;
    right: 15px;
    z-index: 7;
    top:80px;
    display:none;
    opacity:1;
}
#clipboard_detail.left{
    right:initial;
    left:228px;
}
#clipboard_detail i{
    position:absolute;
    right:12px;
    top:-14px;
    background:url("/images/revamp/clipboard_arrow.png") no-repeat;
    z-index:8;
    width:20px;
    height:14px;
}
#clipboard_detail.left i{
    right:193px;
}
#clipboard_detail h3{
    font-size: 14px;
    color: #005b93;
    margin: 12px -6px 0px -6px;
    padding: 0px 0px 8px 18px;
    border-bottom: 1px solid #ccc;
}
#clipboard_detail.on{
    display:block;
}
#clipboard_detail{
    top:60px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    padding:0px 8px;
    background-color: #fff;
    border:1px solid #ccc;/9
}
#save_job_btn {
background: url(../../images/save_icon.png) no-repeat;
padding: 2px 0px 0px 27px;
color: #009FE3;
margin: 0px 0px 0px 14px;
font-size: 12px;
line-height: 35px;
}

#clipboard_detail .bar{
margin: 0px;
padding: 0px;
font-weight: normal;
background-color: #013356;
}

#clipboard_detail.on .hot_area {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: url("../../images/revamp/msgbox_close_button_frontend.png") no-repeat 50% 50%;
    background-size: 14px auto;
}
#clipboard_detail ul{
    clear:both;
}
#clipboard_detail #view_all_btn{
    position:absolute;
    right:40px;
    top:12px;
    font-weight:bold;
    line-height: 20px;
}
#clipboard_detail li {
padding-bottom: 12px;
padding-top: 12px;
border-bottom: #A8A8A8 dotted 1px;
position: relative;
}

#clipboard_detail li div{
width: 220px;
overflow: hidden;
padding-left: 15px;
}

#clipboard_detail li a {
height: 20px;
color: #000000;
font-size: 13px;
}
#clipboard_detail li:hover{
    background-color:#d9f0f8;
}
#clipboard_detail p {
clear: both;
margin: 4px 0px 0px 0px;
font-size: 12px;
color: #666;
}

#clipboard_detail .delete_btn {
width: 20px;
height: 20px;
background: url("../../images/revamp/cat_close.png") no-repeat 50% 50%;
position: absolute;
cursor: pointer;
right: 0px;
top: 10px;
}

#clipboard_detail .pagination {
text-align: center;
padding: 5px 0px 30px 0px;
}
#clipboard_detail .pagination .disabled{
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
#clipboard_detail .pagination .first {
background: url(../../images/revamp/paging_fast_left.jpg) no-repeat 0px 0px ;
}

#clipboard_detail .pagination .prev {
background: url(../../images/revamp/paging_left.jpg) 0px 0px no-repeat;
margin: 2px 10px 0px 3px;
}

#clipboard_detail .pagination .selected {
color: #487497;
cursor: default;
}

#clipboard_detail .pagination .next {
background: url(../../images/revamp/paging_right.jpg) -4px 0px no-repeat;
margin: 2px 3px 0px 10px;
}

#clipboard_detail .pagination .last {
background: url(../../images/revamp/paging_fast_right.jpg) -4px 0px no-repeat;
}
#clipboard_detail .pagination a{
   padding:4px 0px 4px 0px;
}
#clipboard_detail .pagination span {
    display: inline-block;
    line-height:24px;
}
.reg_form{
    width:830px;
    padding:20px 20px 90px 20px;
    background-color:#fff;
    float:left;
    font-size:14px;
    line-height:180%;
}
.reg_form #submitBtn{
    margin-right:20px;
}
.reg_form .label{
    width:160px;
}
.reg_form a.facebook_login,.reg_form a.google_login,.reg_form  a.linkedin_login{
    margin-right:10px;
    height: 34px;
    width: 92px;
}
#regForm1 .label{
    width:280px;
    text-transform:none;
}
#regForm1 .custom_input input,#regForm1 .custom_select select{
    width:250px;
}
.content #regForm1 .comboBox_text,.content #regForm1 .comboBox_list{
    width:250px;
}
.reg_form .row{
    padding:4px 0px;
}
.reg_form h2,.col_left h2{
    font-size: 22px;
    font-weight: normal;
    color: #005b93;
    margin-top:0px;
    margin-bottom: 20px;
    font-weight:bold;
}
.reg_form h3{
    font-size: 16px;
    color: #005b93;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0px;
}
.reg_form .custom_radio{
    background:url(../../images/revamp/custom_radio_dark.png) no-repeat top left;
    width:21px;
    height:21px;
    overflow:hidden;
    display:inline-block;
    margin:0px 2px 0px 0px;
    vertical-align:middle;
    *display:inline;
}
.reg_form .custom_radio.checked{
    background-position:0px -21px;
}
.reg_form .custom_radio.focus{
    background-position:-21px 0px;
}
.reg_form .custom_radio.checked.focus{
    background-position:-21px -21px;
}
.reg_form p{
    margin:15px 0px;
}
.reg_form .radio_list li{
    display:block;
    float:none;
}

.reg_form .custom_input input,.reg_form .custom_select select{
    width:316px;
}
.reg_form .custom_checkbox{
    background:url(../../images/revamp/check_box.png) no-repeat top left;
    width:25px;
    height:25px;
}
.reg_form .custom_checkbox input{
    width:25px;
    height:25px;
}
.reg_form .custom_checkbox.checked{
    background-position:0px -26px;
}
.reg_form .custom_checkbox.focus{
  background-position:0px 0px;
}
.reg_form .custom_checkbox.checked.focus{
  background-position:0px -26px;
}
.reg_form #checkbox_row{
    display:inline-block;
    width:200px;
}
.reg_form .radio_list label{
    vertical-align: middle;
}
.reg_form #checkbox_row .custom_checkbox{
    margin-left:16px;
}
.reg_form #checkbox_row label{
    line-height:27px;
    vertical-align: middle;

}
.reg_form .tagedit-list{
    width:250px;
    height:auto;
    border:1px solid #9d9d9b;
    overflow:hidden;
    padding:2px 5px;
    min-height:28px;
}
.reg_form .tagedit-list li.tagedit-listelement-new input{
    line-height:26px;
    padding:0px;
}
.reg_form .row label.error{
    line-height:28px;
    padding-left:5px;
}
#registration_page .ui-menu{
   min-width:240px;
   width:auto;
}
#registration_page a.button{
    min-width:135px;
}
.reg_form .tagedit-list li.tagedit-listelement-old{
    line-height:20px;
}
#resume_container th{
    text-align:left;
}
.application_form{
    width:auto;
    padding:10px 15px;
}
.application_form .row .label{
    width:140px;
}
.application_form .row u{
    display:inline-block;
    width:40px;
}
.application_form .row .custom_input{
    vertical-align: top;
}
.application_form .row .custom_select{
    vertical-align: top;
}
.application_form .custom_input input,.application_form .custom_select select{
    width:220px;

}
.application_form th{
    font-weight:normal;
    text-align:left;
}
.application_form h5{
    font-size:13px;
    margin:10px 5px;
}
#application_form .additional h3{
    margin-top:8px;
}
#application_form .additional p{
    margin:10px 5px;
}
.answer_div{
    clear:both;
    padding-top:5px;
}
.content .application_form .comboBox_text{
    width:220px;
    background-position: 237px 1px;
}
.content .application_form  .comboBox_list{
    width:220px;
    max-height:300px;
}
.application_form h2{
    font-size: 15px;
    color: #005B94;
    font-weight: bold;
    margin:15px 0px;
}
.seperator{
    margin:20px 0px;
    height:1px;
    border: none;
    border-top:1px solid #ccc;
    line-height:1px;
}
.application_form #upload_resume_btn{
    line-height:25px;
    margin-left:0px;
}
.application_form a{
    color:#009EE3;
}
.application_form a.button,.application_form a.button:hover{
    color:#fff;
}
.application_form a:hover{
    color:#005E96
}
.application_form .custom_textarea{
    margin-top:6px;
}
.editor .custom_textarea{
    padding:0px;
}
.application_form .cke_skin_v2 .cke_contents,.application_form .cke_chrome,#cke_apply_coverlettertext{
    border:none;
}
.application_form #txtEmail{ width: 220px; }
.blue_frame {
    width: 890px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #005B94;
    font-size: 13px;
    padding: 20px;
    color: #3C3C3B;
}
.blue_frame h2 {
    color: #005B94;
}
.blue_frame hr {
    clear: both;
    margin: 40px 0px 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #005B94;
}
body.dark{
    color:#fff;
}
#forgot_password_popup{
    width:510px;
    margin:0px auto;
}
#forgot_password_popup .row .label{
    line-height:40px;
    width:180px;
}
#forgot_password_popup .custom_input input{
    width: 300px;
    background-color: #fff;
    height: 28px;
    border-color: #9d9d9b;
    margin-bottom: 10px;
    line-height:28px;
}
.dark #forgot_password_popup .custom_input input{
    background-color: #fff;
}
#forgot_password_popup .custom_input.focus input,#login_popup .custom_input.focus input{
    border-color:#9d9d9b;
}
#forgot_password_popup .captcha{
    border:1px solid #9d9d9b;
    height: 28px;
    padding:6px 5px;
    width: 130px;
    outline:none;
    line-height:28px;
}
#forgot_password_popup .captcha.focus{
    border-color:#009fe3;
}
.dark #forgot_password_popup .captcha{
    background-color: #fff;
}
#forgot_password_popup .captcha_container{
    float:right;
    background-color:#848284;
    padding:1px 5px;
    height:40px;
    overflow:hidden;
}
#forgot_password_popup #refresh_btn{
    width:42px;
    height:42px;
    float:right;
    background:url("../../images/revamp/forgot_password_refresh_btn.png") no-repeat -3px -1px;
    margin:0px 6px 0px 8px;
}
#forgot_password_popup .button{
    width:284px;
    float:right;
    margin-top:5px;
}
#forgot_password_popup label.error{
    margin-left:185px;
    display:none;
}
body#popup_body{
    min-width:inherit;
    *min-width:auto;
    background:#fff;
    width:auto;
}
#popup_body.dark{
    background-color:#404041;
}
#popup_login{
    width:660px;
    margin:10px auto 0px auto;
    height: 310px;
}
#popup_login .custom_input{
    height:42px;
    margin:4px 0px 0px 0px;
    *line-height:42px;
    *zoom:1;
}
#popup_login td label{
    margin-top:6px;
    display:inline-block;
}
#popup_login .custom_input input{
    width: 240px;
    background-color: #fff;
    height: 28px;
    border:1px solid #ccc;
    line-height:28px;
}
#popup_login .custom_input.focus input{
    border-color:#009fe3;
}
#popup_login h3{
    font-size: 16px;
    color: #005b94;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top:16px;
}
#popup_login .login_zone h3{
    margin-bottom:2px;
}
#popup_login .link{
    margin-top:4px;
    display:inline-block;
    color:#000;
}
#popup_login .login_title h3{
    margin:5px 0px;
}
#apply_login .login_title h3{
     padding-right:110px;
}
#popup_login .button{
    width:222px;
    margin-top:10px; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
#popup_login.resume .login_title {
    border-bottom: 3px solid #005C97;
    margin: 0px auto;
    height: auto;
    color: #58585B;
    font-size: 14px;
    padding: 0px 0px 8px 0px;
}
.login_title h4{
    margin:5px 0px;
}
#popup_login #apply_login .more {
    position: absolute;
    right: 38px;
    top: 16px;
    font-size: 12px;
    color: #999;
}
#popup_login .reg_zone {
    display: block;
    width: 340px;
    float: left;
    height: auto;
    margin: 0px 0px 0px 20px;
    line-height: 16px;
}
#popup_login .reg_zone li{
    margin-top:5px;
}
#popup_login #apply_login .reg_zone{
    margin: 16px 0px 0px 0px;
    width:352px;
}
#popup_login #apply_login .reg_zone h3{
    margin-top:5px;
}
#popup_login #apply_login .login_zone{
    margin-top:5px;
}
#popup_login .reg_zone p {
    margin: 10px 0px 10px 0px;
    line-height:20px;
    font-size:12px;
}
#popup_login .reg_zone label{
     margin: 5px 0px 5px 0px;
     color:#009EE3;
}
#popup_login .login_zone {
    width: 268px;
    float: right;
    margin: 0px;
    padding-left: 22px;
    border-left: 2px solid #cecece;
    height: 327px;
    *height:306px;
}
#popup_login .login_zone #reg_btn{
    display:none;
}
#popup_login label.error{
    display:inline-block;
    line-height:12px;
    margin:4px 0px 0px 0px;
    *clear:both;
}
#apply_login{
    width:650px;
    margin:0px auto;
    min-height:400px;
}
#popup_login #apply_login.center .login_zone,#popup_login.no_reg .login_zone{
    border: none;
    margin: 0px auto;
    float: none;
}
#popup_login #apply_login.center .login_zone h3,#popup_login.no_reg .login_zone h3{
    margin-bottom:4px;
}
#popup_login #apply_login.center .login_zone #reg_btn{
    display:block;
    margin-top:5px;
}
#popup_login #apply_login.center .reg_zone,#popup_login.no_reg .reg_zone{
    display:none;
}
.reg_form .field_info{
    padding: 0px 16px 0px 0px;
    line-height: 35px;
    vertical-align: top;
}
#social_buttons{
    display:block;
    margin:12px 0px 0px 165px;
}
#popup_login #social_buttons{
   margin:12px 0px 0px 0px;
   vertical-align:top;
   line-height:34px;
}
#popup_login a.facebook_login,#popup_login a.google_login,#popup_login a.linkedin_login{
  margin-right:3px;
  vertical-align:top;
}
#personal_form .comboBox_text,#personal_form .comboBox_list{
    width:236px;
}
#personal_form .date_day,#personal_form .date_month{
    display:none;
}
#personal_form select.year,#personal_form #personal_gender{
    width:120px;
    min-width:120px;
}
.tag_container li{
    list-style:none;
    display:inline-block;
    padding:0px 10px;
    color:#3e85c6;
    background-color: #fff;
    border:1px solid #3e85c6;
    margin-left:5px;
    margin-bottom: 3px;
}
#lang_form,#qua_form,#skill_form{
    padding:5px 0px;
}
#lang_form{
    margin:10px 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#profile_container{
    margin-top:20px;
    margin-bottom: 20px;
}
#profile_container #skill_form .add_more{
    bottom:68px;
}
#profile_container .gray_container .add_more{
    position: absolute;
    bottom: 15px;
    left: 550px;
    height: 27px;
    width: 100px;
    line-height: 27px;
}
#profile_container #edu_form .add_more{
    left:560px;
    bottom:7px;
}
#profile_container #exp_form .add_more{
    left:560px;
    bottom:84px;
}
#exp_section .display_list{
    padding-left:10px;
}
#cv_container .ajax_form{
    display:block;
}
#cv_container .gray_container{
    margin-top: 20px;
    width: 800px;
}
#cv_container #exp_section,#cv_container #edu_section{
    width:820px;
}
#cv_container .preview_btn a {
    float: right;
}
#cv_container #profile_section table td {
    height: 35px;
}
#cv_container #profile_section .col_photo{
    position:absolute;
    right:0px;
    top:130px;
}
.facebook_loading{
    background: url(../../images/facebook_loading.gif) no-repeat center;
    margin: 0px;
    color: #1D4088;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
}
#facebook_multiple_binding,#facebook_binding{
    padding:10px;
    display:none;
        line-height:1.5;
}
#facebook_multiple_binding h3,#facebook_binding h3{
    color: #009fe3;
    padding: 5px 0px 10px 0px;
    line-height: 22px;
    font-weight: normal;
        font-size:22px;
        margin:5px 0px;
}
#facebook_multiple_binding table,#facebook_binding table{
     border: 1px solid #005b94;
         -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        padding:5px 15px;
}
#facebook_multiple_binding td,#facebook_binding table td{
    padding:4px 8px;
}
#facebook_multiple_binding th{
     background-color:#1D4088;
     color:#ffffff;
}
.facebook_mask{
    position:absolute;
    z-index:2;
    height:100%;
    width:100%;
    cursor:wait;
    left:0px;
    top:0px;
}
.timeout {
position: absolute;
left: 30px;
bottom: 30px;
}
#cv_container .message_option1 {
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    font-weight: bold;
}
.profile_container .sub_title{
    color:#005b94;
    font-weight: bold;
    font-size: 15px;
}
#cv_container  .preview_btn{
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    margin-top: -5px;
}
#cv_container .message_option2 {
    padding: 0px 0 20px 0px;
    line-height: 20px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 37px;
}
#cv_container .col_form table td {
padding: 5px 0;
}
#cv_container .col_flag tbody tr:first-child td {
background: none;
}
#cv_container  .uploadarea div{ margin-bottom:5px;}
#cv_containerv .uploadbutton {
background: url('../../images/revamp/browse_btn.jpg') no-repeat;
border: 1px solid #005b94;
font-size: 14px;
text-transform: capitalize;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 164px;
float: left;
text-align: center;
margin-right: 20px;
overflow: hidden;
}
#cv_container .uploadarea {
height: 47px;
}
#cv_container .uploadbutton input {
opacity: 0 !important;
-khtml-opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 164px;
height: 47px;
}
#cv_container .upload_file {
float: left;
width: 240px;
height: 24px;
}
#cv_container .file_info {
float: left;
width: 300px;
text-align: center;
}
#msgBox_bg_upload_resume{
    min-width:760px;
}
#support_link{
    position:relative;
    z-index:10;
}
#support_link i{
    height:30px;
    width:8px;
    background: url("../../images/revamp/arrow.png") no-repeat 0px -6px;
    position:absolute;
    top:0px;
    left:-8px;
    z-index: 11;
}
#footer .container #support_link .prompt{
    position: absolute;
    width: 330px;
    background-color: #fff;
    left: 155px;
    top: -10px;
    border:1px solid #009fe3;
    display: none;
}
#footer .container #support_link .prompt ul{
    float: none;
    width: auto;
    margin: 0px;
    padding: 8px 10px 8px 30px;
    list-style: disc outside;
    color: #006699;
    font-size: 13px;
}
#footer .container #support_link .prompt a{
    color:#006699;
}
#footer .container #support_link .prompt a:hover{
    color:#0087d2;
}
#follow_list .list_row li { float: left; width: 265px; margin: 0 20px 30px 20px; }
#follow_list .list_row li:first-child { margin-left: 0; }
#follow_list .list_row li:last-child { margin-right: 0; }
#follow_list .cell_header { -webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px; border-top-right-radius: 6px; border-top-left-radius: 6px; border: 1px solid #009fe3; border-bottom: 0px none; padding: 10px 0 6px 20px;  position: relative; float: left; width: 243px; }
#follow_list .cell_header a {position: relative; float: left; display:block; font-weight:bold;/* width: 88px; */ -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden; white-space: nowrap;}
#follow_list .cell_header span { margin: 0 13px; font-size: 11px; font-weight: bold; color: #015A94; position: relative; float: left;}
#follow_list .cell_mid_img img { margin-top: 4px; width: 265px; height: 180px; border: 0px none; }
#follow_list .cell_mid { padding-top: 10px; width: 263px; height: 170px; border-left: 1px solid #009fe3; border-right: 1px solid #009fe3; overflow: hidden; }
#follow_list .blue_line { margin: 0 16px; border-top: 1px solid #009fe3; }
#follow_list .item-title { -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100px; }
#follow_list .cell_mid table { margin: 10px 20px ; }
#follow_list .cell_mid table tr { height: 30px; }
#follow_list .cell_bottom { background-color: #F4F4F4; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; border: 1px solid #DCDCDC; border-top: 0px none; overflow: auto; }
#follow_list .cell_bottom p{ float: left; width: 200px; padding: 10px; }
#follow_list .cell_bottom a span { display: inline-block; width: 40px; height: 40px; }
#follow_list .item-content{ width: 265px; height: 180px; overflow: hidden; }
#follow_list .item-summary{ height: 32px; overflow: hidden; }
#follow_list .item-summary.employer{
    margin: 5px 0px 10px 0px;
    padding: 0px 10px 10px 10px;
    height: 47px;
}
#follow_list .item-summary.employer h4{
    padding:0px;
    margin:0px;
}
#follow_list .item-content{ width: 263px; border-left: 1px solid #009fe3; border-right: 1px solid #009fe3; }
#follow_list .item-line{ border-left: 1px solid #009fe3;  border-right: 1px solid #009fe3; }
#follow_list .item-subline{ width: 90%; margin: 0px auto; border-bottom: 1px solid #009fe3; }
#follow_list .item-insert{ width:29px; height:29px; float: left; margin-top: 22px; position: relative; display:none; }
#follow_list .item-remove{ width:29px; height:29px; float: left; margin-top: 22px; position: relative; }
#follow_list ul.joblist{ padding: 0px 17px 0px 16px; float:left; position:relative; }
#follow_list ul.joblist li{ margin: 0px 0px 0px 0px; }
#follow_list ul.joblist li.jobtitle{ width: 100%; padding: 8px 0px 0px 0px; }
#follow_list ul.joblist li.actdate{ width:  100%; float:left; padding: 0px 0px 8px 0px; font-size:11px;color:#666}
#follow_list ul.joblist li.jobtitle a{
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
    display: block;
}
#communication_add_btn{
    height:16px;
    line-height:16px;
    width:auto;
    font-size:normal;
    padding:5px 20px;
}
.job_list h2{
    font-weight:normal;
    margin:0px;
    padding:0px;
}
#result_page #search_box{
    position:absolute;
    z-index:99;
    left:0px;
    top:0px;
    width:100%;
}
.application_form .row b{
    padding: 0px 5px 0px 6px;
}
#forgotForm .captcha_container img{
    width:100px;
    height:40px;
}
#popup_login  #saveit{
    display: inline-block;
    margin: 4px 22px 0px 0px;
}
#popup_login .forgotpassword {
font-size: 11px;
font-style: italic;

}
#popup_login  a .forgotpassword {
color:#005b94;
}/*katherine 20150114*/

.scarab-itemlist {
  padding:0px 20px;
  position:relative;
  border: 1px solid #C5D7EF;
}

.scarab-item {
  display:inline-block;
  width:132px;
  margin:5px;
  vertical-align:top;
  font-size: 12px;
  font-family:Arial,sans-serif;
  text-align:center;
}
.scarab-item img {
  max-width:100px;
  max-height:100px;
  display:block;
  margin:0px auto;
  border:0px;
}

.scarab-prev,.scarab-next {
  position:absolute;
  width:20px;
  height:20px;
  line-height:20px;
  top:50%;
  margin-top:-10px;
  cursor:pointer;
  text-align:center;
  font-size:16px;
  color:#C5D7EF;
}
.scarab-prev {
  left:0px;
}
.scarab-next {
  right:0px;
}
.scarab-disabled-button {
  cursor:default;
  opacity: 0.4;
}
#search_page,#registration_page {
    position: relative;
    padding-top: 0px;
}
#search_page #footer{
    background-color:#013b53;
    border:0px;
}
#search_page #footer.fixed{
    position:fixed;
    bottom:0px;
    width:100%;
}
#banking_page{
    background-image: url("../../images/revamp/banking_bg.jpg");
    position: relative;
}
#government_page{
    position: relative;
    background-image: url("../../images/revamp/gov_bg.jpg");
}
#engineering_page{
    position: relative;
    background-image: url("../../images/revamp/eng_bg.jpg");
}
#education_page{
    position: relative;
    background-image: url("../../images/revamp/edu_bg.jpg");
}

#freshgrad_page{
    background-image: url("../../images/revamp/freshgrad_bg.jpg");
    position: relative;
}

#freshgrad_page .flag{
    background: rgba(0, 0, 0, 0) url("../../images/revamp/searchBox-titleIcon_Fgrad.png") no-repeat scroll left top;
    height: 64px;
    left: 0;
    position: absolute;
    top: -32px;
    width: 310px;
}
#freshgrad_page #main{
    margin:0px;
}
#education_page .flag{
    background: url("../../images/revamp/searchBox-titleIcon_edu.png") no-repeat top left;
    position:absolute;
    left:-0px;
    top:-32px;
    height: 64px;
    width: 370px;
}
#government_page .flag{
    background: url("../../images/revamp/searchBox-titleIcon_gov.png") no-repeat top left;
    position:absolute;
    left:-0px;
    top:-32px;
    height: 64px;
    width: 350px;
}
#education_page .flag{
    background: url("../../images/revamp/searchBox-titleIcon_edu.png") no-repeat top left;
    position:absolute;
    left:-0px;
    top:-32px;
    height: 64px;
    width: 380px;
}
#banking_page .flag{
    background: url("../../images/revamp/searchBox-titleIcon_bank.png") no-repeat top left;
    position:absolute;
    left:-0px;
    top:-32px;
    height: 64px;
    width: 350px;
}
#engineering_page .flag{
    background: url("../../images/revamp/searchBox-titleIcon_eng.png") no-repeat top left;
    position:absolute;
    left:-0px;
    top:-32px;
    height: 64px;
    width: 440px;
}
.popup_greybox {
    background: #ededed;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 30px 20px;
}
.popup_hr {
    background: url("../../images/revamp/popup_hr.png") repeat-x;
    height: 11px;
    width: 100%;
}
.viewList{ background-color:#fff;font-family:Arial, Helvetica, sans-serif; padding: 20px;}
.viewList h2{color:#005b93; font-size:18px; border-bottom:1px #ccc solid;  margin: 0; padding:5px 0 25px 0;}
.viewList .jobslist{ display:block; font:left; line-height:180%; color: 15px; font-family:Arial, Helvetica, sans-serif; }
.viewList .jobslist li{ padding:10px 0; }

.viewList .jobslist a{ color:#141823; font-size:15px;}
.viewList .jobslist a:hover { color:#005b93; }
.viewList .jobsTle a{ display:block; font:left; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#005b93;}
.viewList .jobsTle a:hover{ color:#004977;}
.URdotline_nightblue {
border-bottom: 1px dashed #7dacc9;
}
#predict_applied{
    display:none;
}
.emailmelikethis{ float:left;  width: auto; margin-top:0px;
    padding:2px 15px 2px 40px; background:url("../../images/revamp/emailme_icon.png") no-repeat 10px center #005b94;
    line-height:16px;
    font-size:14px;
    color:#fff;
    border:0px none;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance:none;
    font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease; display:block;}

.emailmelikethis a{ width: auto; padding-left:30px; background:url("../../images/revamp/emailme_icon.png") no-repeat 0 center #005b94; color:#fff;}
.emailmelikethis:hover{ padding-left:40px; background:url("../../images/revamp/emailme_icon.png") no-repeat 5px center #004977; color:#FFF;}

.sub_ftn_wrapper { float:left; display: block; width:100%; border-top:1px solid #ccc;  border-bottom:1px solid #ccc; padding:10px 0; height:28px;}
.sub_ftn_wrapper .print_detail{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_print.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .print_detail:hover{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_print.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .print_detail span { margin-top:6px; float:left;}
.sub_ftn_wrapper .print_detail:hover span { text-decoration:underline;}

.sub_ftn_wrapper .share_detail{ float:right; padding-left: 32px;  background:url("../../images/revamp/detail_share.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .share_detail:hover{ float:right; padding-left: 32px;  background:url("../../images/revamp/detail_share.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .share_detail span { margin-top:6px; float:left; }
.sub_ftn_wrapper .share_detail:hover span {  text-decoration:underline;}

.sub_ftn_wrapper .email_detail{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_email.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .email_detail:hover{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_email.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .email_detail span { margin-top:6px; float:left; }
.sub_ftn_wrapper .email_detail:hover span {  text-decoration:underline;}

.sub_ftn_wrapper .save_detail{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_save.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .save_detail:hover{ float:right; padding-left: 34px;  background:url("../../images/revamp/detail_save.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .save_detail span { margin-top:6px; float:left; }
.sub_ftn_wrapper .save_detail:hover span {  text-decoration:underline;}
#search_result hr{
    margin:10px 0px 0px 135px;
    border:0px;
    border-bottom:1px solid #ccc;
    clear:both;
}
#profile_list_container{
    background-color:#fff;
    padding:20px;
    margin-top:20px;
    min-height:400px;
    font-size:14px;
    line-height:180%;
    border:1px solid #ddd;
    margin-bottom: 20px;
}
#profile_list_container th{
    padding: 6px 0px 6px 20px;
    font-size: 13px;
}
#profile_list_container th.col_action{
    min-width:145px;
}
#profile_list_container .column_list{
    margin:0px -20px;
}
#profile_list_container .column_list a.position{
    font-weight: bold;
    color:#005b94;
}
#profile_list_container .column_list a.position:hover{
    color:#0087d2;
}
#profile_list_container.matchme  th.col_action{
    min-width:95px;
    width:95px;
}
#myjob-nav.tabs li{
    line-height: 35px;
}
#myjob-nav.tabs li a{
    padding:13px 30px;
    min-width: 28px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
#myjob-nav.tabs li a span{
    display: inline-block;
    padding-top: 2px;
    line-height: 26px;
}
#myjob-nav.tabs li#current a#matchme_tab{
    background:url("/images/revamp/matchme_box_icon_new.png") no-repeat 13px 12px;
}
#myjob-nav.tabs li a#matchme_tab{
    background:url("/images/revamp/matchme_box_icon_new.png") no-repeat 13px -71px;
    padding-left: 72px;
    padding-right: 20px;
    -webkit-transition: none;
    transition: none;
}
#myjob-nav.tabs li#current a#gps_tab {
    background: url(/images/revamp/gps_box_icon.png) no-repeat 25px 7px;
}    
#myjob-nav.tabs li a#gps_tab {
    background: url(/images/revamp/gps_box_icon.png) no-repeat 25px -73px;
    padding-right: 20px;
    padding-left: 72px;
    -webkit-transition: none;
    transition: none;    
}    

#myjob-nav.tabs li i{
    background:url("/images/revamp/acc_setting.png") no-repeat  0px -15px;
    width:22px;
    height:21px;
    display: block;
    margin:0px auto;
}
#wrapper .multiple_module .comboBox_text,#wrapper .multiple_module .comboBox_list{
    width:320px;
    background-position-x:306px;
}
.align_right{
    text-align:right;
}
#not_found_container{
    width: 1140px;
    background-color: #fff;
    margin: 0px auto;
    padding: 20px;
    margin-bottom:30px;
}
#fastJobAlertForm .ui_comboBox{
    margin-top:1px;
}
#fastJobAlertForm .comboBox_text{
    border:1px solid #fff;
    outline: 5px solid #f7f7f7;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
#fastJobAlertForm .comboBox_text.focus{
    border-color:#5A8FAF;
    outline: 5px solid #dceefc;
}
#fastJobAlertForm .sub_form{
    margin-right:8px;
}
#vertical_joblevel_cb .comboBox_list{
    width:295px;
}
#vertical .loading_container{
    border-bottom: 2px solid #ededed;
}
#fastJobAlertForm .comboBox_text span{
    color:#cdcdcd;
}
#fastJobAlertForm .comboBox_text.selected span{
    color:#404040;
    font-size:15px;
    font-weight:normal;
}
.content_container{
    height: 400px;
    padding: 40px 20px;
    display: block;
    width: 1170px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8);
    margin:0px auto 40px auto;
}
.err_content h1 {
    background: url("../../images/revamp/opps.png") no-repeat left top;
    padding: 0 0 0 140px;
    color: #005b94;
    font-size: 32px;
    height: 110px;
    position: relative;
    width: 35%;
    margin: 10px auto;
    vertical-align: bottom;
    line-height: 137px;
}
.err_content .disc {
    padding: 30px 20px;
    text-align: center;
    font-size: 16px;
}
.main_content{
    width:1210px;
    margin:0px auto 30px auto;
    padding:0px;
    clear:both;
}
.category_board {
    background-color: #ECECEC;
    padding: 20px;
    margin-top: 15px;
}
.board_title {
    font-weight: bold;
    font-size: 14px;
    color: #015A94;
    font-size:17px;
}
.subtitle {
    margin-top: 30px;
    font-size: 13px;
    color: #015A94;
}
.innercontent_wrapper .subtitle{
    margin-top:0px;
    color:#fff;
}
.list_container {
    margin-left: 20px;
}
.list_container h2 {
    font-size: 17px;
    color: #005B94;
    font-weight: bold;
    height: 25px;
    line-height: 35px;
}
#key_list {
    font-size: 15px;
    margin-top: 20px;
    line-height: 25px;
}
#key_list a {
    color: #000;
}
#key_list span, #top_employer_menu ul span {
    margin: 0 13px;
    font-size: 9px;
    font-weight: bold;
    color: #015A94;
}
.directory_list {
    margin-top: 20px;
    list-style: disc inside;
    line-height: 25px;
    font-size: 12px;
}
.directory_list a {
    color: #353535;
}
#top_employer_menu{
    display: inline-block;
}
#top_employer_menu li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
}
#top_employer_menu li.selected{
    color:#015A94;
}
#top_employer_menu ul span {
    margin: 0 10px;
}
#top_employer_menu li:last-child {
    background: none;
}
#top_employer_logo ul {
    margin: 0 0px;
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #bbb;
    padding:15px 0;
}
#top_employer_logo li {
    padding: 0px;
    margin: 0px 5px;
    list-style: none outside;
    width: 270px;
    min-height: 120px;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
#top_employer_logo li.dim {
  cursor: auto;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
#top_employer_logo .img_div {
    margin: 20px 0;
}
#top_employer_logo li img {
    max-width: 180px;
}
#top_employer_logo li span {
    width: 100%;
    text-align:center;
    color: #015A94;
    font-size: 11px;
    padding-bottom:10px;
    display:block;
    float:left;
}
.col_right{
    width: 300px;
    float: right;
        overflow-x: hidden;
}
.col_left h1.agency_title {
    color: #015a94;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 0 20px;
}
.application_form .custom_textarea{
    border:none;
}
.ad_block{
    margin-bottom:10px;
}
#nonmember_apply_form{
    padding:0px 10px;
}
#nonmember_apply_form .padding_10{
    padding-bottom:0px;
}
#nonmember_apply_form h3,#application_form h3{
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5px 0 5px;
    margin: 0px;
}
#nonmember_apply_form  .subtitle,#application_form  .subtitle{
    margin:8px 0px 10px 0px;
    font-weight:bold;
    color: #005b94;
    font-size:20px;
    background:url("/images/revamp/line_dot.jpg") repeat-x bottom;
    padding:0px 5px 10px 5px;
}
#nonmember_apply_form h4,#application_form h4{
    font-weight:bold;
    color: #005b94;
    font-size:18px;
    margin:8px 0px 10px 0px;
}
#nonmember_apply_form .row label{
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
    text-transform: none;
    width:150px;
}
#nonmember_apply_form hr,#application_form hr{
    border:none;
    border-top:1px solid #c7c7c7;
    margin:10px 0px 0px 0px;
}
#nonmember_apply_form .row label.error{
    width:auto;
    padding-left:10px;
}
#nonmember_apply_form .row #resume_upload  label.error{
    width:205px;
    line-height:20px;
    padding-left:4px;
}
#nonmember_apply_form .textblock{
    line-height:18px;
    display:inline-block;
}
#nonmember_apply_form  label i{
    color: #b51311;
    padding-right: 6px;
    font-weight: bold;
}
#nonmember_apply_form .upload_file{
    display:inline-block;
    color: #3C3C3B;
}
.file_info{
     padding:4px;
     background-color:#fff;
     margin-top:4px;
     display:inline-block;
     color:#3C3C3B;
     min-width:222px;
     position:relative;
}
.file_info.selected{
    background-color:#094b81;
    color:#fff;
}
.file_info i{
    background:url("/images/revamp/icon_arrow.gif") no-repeat 0px -18px;
    width:16px;
    height:8px;
    position:absolute;
    top:-8px;
    left:0px;
}
.file_info.pc i{
    left:27px;
}
.file_info.dropbox i{
    left:106px;
}
.file_info.google i{
    left:186px;
}
#member_apply_cv_filename{
    margin: 0px 0px 10px 158px
}
#nonmember_apply_form #permission {
    margin: 10px 0px 0px 0px;
    display: none;
}
#nonmember_apply_form #permission b{
    color:#005b94
}
#nonmember_apply_form .bottom_btn {
    margin: 10px 4px 0px 4px;
}
#nonmember_apply_form #apply_btn,#application_form #apply_btn{
    margin-top: 10px;
    float:right;
}
#application_form #apply_btn{
    margin-right:4px;
    background-color: #b70f02;
}
.text-right{
    text-align: right;
}
#application_form #apply_btn:hover{
    background-color: #980d02;
}
#nonmember_apply_form .footer {
    color: #3C3C3B;
    font-size: 13px;
    line-height:30px;
}
#nonmember_apply_form .footer label{
    line-height:18px;
}
#resume_upload{
    width:380px;
    display:inline-block;
}
#resume_upload #file_btn, #resume_upload #dropbox_btn, #resume_upload #google_drive_btn{
    width: 70px;
    height: 53px;
    margin: 0px 6px 0px 0px;
    overflow: hidden;
    background: url("/images/revamp/upload_btns.jpg") no-repeat left;
    display: block;
    float:left;
    position:relative;
    cursor:pointer;
}
#resume_upload #dropbox_btn{
    background-position:-83px 0px;
}
#resume_upload #google_drive_btn{
    background-position:-164px 0px;
    background-color:#c6c6c6;
}
#file_btn input{
    height: 53px;
    opacity: 0.01;
    width: 100px;
    right: 0px;
    position: absolute;
    top: 0px;
    background-color: #0060AD;
    cursor:pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1)/9;
}
.application_box{
    display:none;
}
#filter_prompt_tips{
    position:absolute;
    left:180px;
    top:-19px;
    z-index:200;
    background:url("../../images/revamp/search_tooltip.png") no-repeat;
    width:345px;
    height:112px;
}
#filter_prompt_tips p{
    padding: 27px 20px 0px 96px;
    color: #fff;
    font-size: 16px;
    cursor:default;
}
#key_list font{
    color:#ccc;
}
#goto_top_btn{
    width:51px;
    height:41px;
    background:url("../../images/revamp/go_to_top.png") no-repeat;
    /*position: fixed;*/
    z-index: 1000;
    bottom: 5px;
    margin-left: 1220px;
    cursor:pointer;
    display:none;
    -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
.wide #goto_top_btn{
    margin-left:0px;
    right:15px;
}
#goto_top_btn.fixed{
    position: fixed;
    display:block;
}
#goto_top_btn.fixed.absolute{
    position:absolute;
}
#sponsor_bar{
    background-color:#ededed;
}
#sponsor_bar ul{
    padding:0px 0px 20px 0px;
    width:1210px;
    margin:0px auto 0px auto;
}
#sponsor_bar label{
  font-size: 12px;
  padding: 20px 20px 0px 20px;
  vertical-align: middle;
  line-height: 40px;
  color: #3c3c3b;
}
#sponsor_bar li{
   width: auto;
  display: inline-block;
  height: 50px;
  margin-right:20px;
  vertical-align:top;
}
#education_page #main,#government_page #main,#banking_page #main,#engineering_page #main,#retail_page #main{
    margin-bottom:0px;
}
#aside_predict{
    position:initial;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
    border-left:1px solid #005B94;
    border-right:1px solid #005B94;
    border-bottom:1px solid #005B94;
    height:auto;
    padding-bottom:20px;
    background:#fff;
    position:relative;
    min-height:80px;
    display:none;
}
#aside_predict label{
    height:40px;
    line-height:40px;
    font-size: 14px;
    font-weight: bold;
    padding:0px 0px 0px 20px;
    background:#005B94;
    display:block;
    color:#fff;
}
#aside_predict li{
    width:100%;
    display:block;
    color:#fff;
    font-size:13px;
    background:none;
    height:auto;
}
#aside_predict ul{
    margin:0px;
    padding:0px 20px;
}
#aside_predict li{
    margin:15px 0px 0px 0px;
}
#aside_predict li a{
    color: #005C97;
    font-size: 14px;
    padding:0px;
    font-weight:normal;
    text-decoration:none;
}
#aside_predict li p{
    color: #3c3c3d;
    font-size: 12px
}
.predict_page{
    clear: both;
    text-align: center;
    padding-top: 10px;
}
.predict_page dt{
    display:inline-block;
    width:12px;
    height:12px;
    background-color:#dadada;
    margin:4px;
    cursor:pointer;
    border-radius:50%;
}
.predict_page dt.active{
    background-color:#005B94;
}

#coverLetterList td span{
    display: block;
    width:160px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.non-member_tip_wrapper { float:left;  position:relative; padding-top:20px;}
.non-member_tip { background:#ebebeb; width: 308px; height:120px; position:absolute; top:60px; left:0; padding:8px 25px; line-height: 140%}
.non-member_tip_wrapper .corner{ position:absolute; top:0; left:0; width:18px; height:18px; background:url(../../images/revamp/Login_tip_corner.png) no-repeat;}
.non-member_tip_wrapper .arrow{ position:absolute; top:35px; right:-14px; width:14px; height:30px; background:url(../../images/revamp/Login_tip_arrow.png) no-repeat;}
.mini_title{
    display:none;
}
.mini .mini_title{
    display:block;
}
.mini h2{
    display:none;
}
.mini_title h3{
    font-size: 22px;
    font-style: italic;
    margin:5px 0px 15px 0px;
    padding-bottom:10px;
    background:url("/images/revamp/line_dot.jpg") repeat-x bottom;
}
.mini_title h4{
    font-size:22px;
    color:#005b93;
    font-weight:bold;
    margin:0px;
}
.mini .reg_form{
    width: auto;
    width: initial;
    float:none;
}
.mini .reg_form .field_info{
    display:block;
    color:#a2a4b3;
    margin: 5px 0px 0px 308px;
    line-height: 1;
    font-size:13px;
    padding-right:0px;
}
.mini .reg_form #social_buttons .field_info{
    display:inline;
    color:#000;
    margin:0px;
    line-height:35px;
    font-size:14px;
    padding-right:0px;
}
.mini #registrationForm h3{
    margin-top:8px;
}
.mini #reg_jobtitle,.mini #reg_salary,.mini #reg_policy{
    display:none;
}
#popup_layout_container .reg_form .btn_container{
    position: static; width:900px;margin-bottom: 15px;height: 45px;
}
#popup_layout_container .mini .reg_form .btn_container{
    width:initial;
    position:fixed;
    z-index:10;
    bottom:-10px;
    left:0px;
    width:100%;
    padding-bottom:50px;
    background:#fff;
}
#vertical_result label {
   background: #d6d6d6;
   padding: 6px;
   height: 14px;
   line-height: 14px;
   display: inline-block;
   margin-right: 5px;
   color: #000;
   border-radius: 3px;
}
.mini .reg_form #submitBtn{
    position:absolute;
    top: 6px;
    left: 346px;
}
.mini .legal{
    font-size:12px;
    margin-top:10px;
    margin-left:25px;
}
.mini .legal font{
    display:block;
}
.mini #reg_mandatory{
    position:fixed;
    bottom:10px;
    z-index:10;
    left:23px;
    font-size:12px;
}
.fixed #footer{
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:1000;
}
.fixed #footer .wrapper.copyright{
    padding: 8px 0px;
}
#preview_predict{
    background: none repeat scroll 0 0 #fff;
    height:100px;
    bottom: -100px;
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.3);
    display: none;
    height: 140px;
    left: 50%;
    min-height: 60px;
    overflow: hidden;
    position: fixed;
    width: 334px;
    z-index: 999;
    margin-left:225px;
    border:3px solid #fd5e00;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom:none;
}
#dropbox_btn a{
    height:53px;
    opacity:0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1)/9;
}
#dropbox_btn .dropin-btn-status{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1)/9;
}
#delete_list h3{
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}
#delete_list td {
    background: url("../../images/revamp/dot_gray.gif") repeat-x top;
    padding: 12px 4px;
}
#delete_list tr:hover td{
    background: url("../../images/revamp/dot_gray.gif") repeat-x top #f8f8f8;
}
#application_form label.error{
    padding-left: 5px;
    display: inline-block;
    width: 210px;
    line-height: 17px;
    padding-top: 10px;
}
.matchme .column_summary{
    margin-right: 220px;
    border-right:1px solid #d6d6d6;
    padding-right: 20px;
}
.column_summary ul{
    marign:0px;
    padding:5px;
}
.column_summary li{
    border-bottom:1px solid #d9d9d9;
    padding: 10px 20px;
    position:relative;
    list-style: none;
}
.column_summary li h2{
    margin:5px 70px 0px 0px;
    font-size:16px;
}
.column_summary p{
    margin:5px 0px;
}
.column_summary p a{
    color:#000;
}
.column_summary li.priority{
    background-color:#e4eff5;
    border:0px;
    margin-bottom:5px;
}
.column_summary li:hover{
    background:url("/images/revamp/summary_item_hover..png") repeat-y left top #f5f5f5;
    -webkit-transition: all 0.85s ease;
    transition: all 0.8s ease;
}
.column_summary label,.jobLi_wrapper label{
    min-width:140px;
    width:auto;
    margin: 5px 15px 0 0;
    display: inline-block;
    background:url("/images/revamp/summary_icons.png") no-repeat -7px 0px;
    padding-left: 30px;
    line-height:22px;
    font-size:12px;
}
.jobLi_wrapper label{
    min-width:120px;
    margin-left:-4px;
}
.column_summary label.salary{
    padding-left:17px;
}
.column_summary label.employment{
    background-position:0px -100px;
    padding-left:30px;
}
.column_summary label.edu{
    background-position:0px -120px;
    padding-left: 30px;
    display: none;
}
.column_summary label.location{
    background-position:0px -20px;
    display: none;
}
.column_summary label.level,.jobLi_wrapper label.level{
    background-position:0px -40px;
}
.column_summary label.field,.jobLi_wrapper label.field{
    background-position:0px -140px;
}
.column_summary label.exp,.jobLi_wrapper label.exp{
    background-position:0px -60px;
    padding-left:30px;
}
.column_summary label.date{
    background-position:0px -80px;
}
.column_summary li span{
    position:absolute;
    right:10px;
    top:16px;
    display:block;
    width:20px;
    height:20px;
    margin:0px;
    z-index: 2;
}
.column_summary li span.apply{
    right:50px;
    background-image:url("/images/revamp/icon_apply.png");
    cursor:default;
}
.column_summary li span.apply.applied{
    background-image:url("/images/revamp/icon_applied.png");
}
.summary_desc{
      color: #878787;
    display: none;
    line-height: 130%;
    margin: 8px 0;
}
.priority .summary_desc{
    display:block;
}
#display_mode_bar{
    border-bottom:2px solid #ededed;
    background:#fff;
}
#display_mode_bar ul{
    width:1210px;
    margin:0px auto;
    position:relative;
    height:40px;
}
#display_mode_bar .summary_mode{
    right:30px;
}
#criteria_zone .clear_all{
    float: right;
    font-weight: bold;
    color: #444444;
    padding: 5px 10px;
    margin-right: 3px;
}
#result_filter .clear_filter{
   color:#878787;
   display:none;
   font-weight: bold;
   text-align: right;
   margin:0px 20px 0px 20px;
   cursor:pointer;
   max-height:0;
   overflow:hidden;
}
#result_filter .actived .clear_filter{
    max-height:20px;
    font-size:12px;
    margin:0px 20px 10px 20px;
}
#result_filter #criteria_zone ul{
   margin:5px 5px 5px -2px;
   max-height:1000px;
   padding-right:0px;
}
.picker-dialog-content{
    min-height:550px;
}
#result_filter .custom_checkbox{
    background-image:url("/images/revamp/custom_checkbox_gray.gif");
}
.mode_label{
    position: absolute;
    right: 110px;
    color: #565656;
    top: 16px;
}
#result_filter .joblevel ul, #result_filter .qualification ul, #result_filter .employment ul{
    margin-top: -5px;
}
#result_filter .employment { padding-bottom: 5px
}
#preview_title{
    min-width:700px;
    display: block;
    float:left;
}
#preview_btns {
    display: inline-block;
    width: 310px;
    margin-top: 9px;
    vertical-align:top;
    visibility:hidden;
}
.loaded #preview_btns{
    visibility:visible;
}
#preview_btns .btn {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin-left: 20px;
    width: auto;
    padding: 0px 0px 0px 32px;
    line-height: 30px;
    height: auto;
}
#preview_btns a span {
    display: inline;
    color: #005b94;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}
#share_div {
    position: relative;
    background-color: transparent;
    display: inline-block;
    z-index:11;
}
#share_div ul {
    background: url(../../images/preview_share_bg.png) no-repeat;
    top: 25px;
    padding: 9px 0px 0px 9px;
    left: 10px;
    display: block;
    position: absolute;
    z-index: 101;
    margin: 0px;
    width: 90px;
    height: auto;
    display: none;
}
#preview_btns .btn.email {
    background: url(../../images/revamp/detail_email.png) no-repeat 0px -30px;
}
#preview_btns .btn.share {
    background: url(../../images/revamp/detail_share.png) no-repeat 0px -30px;
}
#preview_btns .btn.print {
    background: url(../../images/revamp/detail_print.png) no-repeat 0px -30px;
}
#preview_btns .btn {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin-left: 20px;
    width: auto;
    padding: 0px 0px 0px 32px;
    line-height: 30px;
    height: auto;
}
#preview_btns .btn.fb {
    display: block;
    float: left;
    background: url(../../images/share_buttons.gif) 0px 0px no-repeat;
    width: 29px;
    height: 29px;
    margin: 10px 6px;
    padding: 0px;
}
#preview_btns .btn.linkedin {
    display: block;
    float: left;
    background: url(../../images/share_buttons.gif) -29px 0px no-repeat;
    width: 29px;
    height: 29px;
    margin: 10px 6px;
    padding: 0px;
}
#list_header{
    border-bottom: 4px solid #efeeee;
    position:fixed;
    top:94px;
    left:226px;
    z-index:1000;
    width:100%;
    display:none;
}
#list_header.fixed{
    display:block;
}
#list_header table{
    margin:0px 0px;
    width:100%;
}
#nonmember_apply_login{
    background: url("/images/revamp/line_dot.jpg") repeat-x bottom;
    padding: 0px 5px 10px 5px;
    margin-bottom:10px;
}
#nonmember_apply_login .custom_input input{
    width:226px;
}
#nonmember_apply_login .button{
    float:right;
    padding:0px;
    width:133px;
}
.recruitmentday_icon,#preivew_right_list li i.recruitmentday_icon{
    width: 90px;
    height:20px;
    display: inline-block;
    background: url("/images/revamp/recruitmentday_icon.png") no-repeat 50%;
    vertical-align: top;
}
.column_summary .recruitmentday_icon{
    position: absolute;
    right: 98px;
    top: 16px;
    z-index: 100;
}
#preivew_right_list li i.recruitmentday_icon{
    right: 48px;
    position: absolute;
    bottom: 8px;
}
#preivew_right_list li.priority i.recruitmentday_icon{
    bottom: 12px;
}
#list_company {clear: both; margin-left: 226px;  background:url(/images/revamp/detail_company_bg.jpg) no-repeat top left #eeeee6; position:relative; }
@media (max-width: 1280px){
    #preview_container{
        margin-left:220px;
    }
    #result_filter{
        left:5px;
    }
    #list_container,.result_top{
        margin-left:212px;
    }
    .column_list{
        margin-right:6px;
    }
    .column_summary label{
        min-width:100px;
    }
    #preview_btns{
        display: block;
        text-align: right;
        width: 700px;
    }
    #list_header{
        left:212px;
    }
    #list_company{
        margin-left:212px;
    }
}
@media (max-width: 1610px){
     #preview_title{
        min-width:566px;
    }
    #preview_btns a span{
        display:none;
    }
    #preview_btns a{
        min-height:30px;
    }
    #preview_btns .btn{
        margin-left:10px;
    }
    #share_div ul{
        left:-20px;
    }
}

#seo_footer{
    font-size: 12px;
    display: block;
    margin-left: 240px;
    color: #454545;
    background: #fff;
    margin: 0px;
    padding: 4px 0px 4px 4px;
}
#third_party_more{
    position: relative;
    color:#005b93;
    cursor: default;
    display: none;
}
#third_party_more ul{
        position: absolute;
    z-index: 10;
    width: 180px;
    height: auto;
    border: 2px solid #005b94;
    left: 0px;
    bottom: 20px;
    padding: 5px 10px;
    background: #fff;
    list-style: disc inside;
    line-height: 18px;
    color:#000;
    display: none;
}
#third_party_more li{
    margin: 0px;
}
#third_party_more i{
    width:66px;
    height:10px;
    display: block;
    bottom:12px;
    left:0px;
    background: url("/images/revamp/menu_target_sign.png") no-repeat center bottom ;
     position: absolute;
    z-index: 10;
    display: none;
}
#third_party_more:hover ul,#third_party_more:hover i{
    display: block;
}
#forgot_password_popup #emailForm .button{
    width: 314px;
    float: right;
    margin-top: 35px;
    margin-right: 6px;
    height:35px;
}
#apply_again_btn{
    float:right;
    height: auto;
    width: auto;
    margin-top: -40px;
    padding: 0px 15px;
}
.mmplus{
   background-color: #f5f5f5; 
}
.mmplus_container{
    background: url("/images/revamp/jobdetail_matchmeplus_bg.png") right -30px no-repeat #f5f5f5;
    padding-top: 65px;
    border: #0077ad dashed 1px;
}
.mmplus.header{
    position: relative;
    z-index: 1;
}
tr.mmplus.header td{
    padding-top: 55px;
}
.mmplus.header h3{
    position: absolute;
    left:0px;
    z-index: 2;
    width:100%;
    margin: 0px;
    border-top:#0077ad dashed 1px;
    
}
#preivew_right_list .mmplus.header h3{
    color:#000!important;
}

li.mmplus.header h3{
    top:-57px;
    border: 0px;
}
.mmplus.header h3 p{
    padding: 12px 20px 15px 20px;
    margin: 0px 1px;
    font-size: 15px;
    border-bottom: 1px solid #e4e4e4;
}
li.mmplus.header h3 p{
    margin-bottom: 10px;
}
.mmplus.header h3 u{
    display: block;
    position: absolute;
    left: 1px;
    height: 100%;
    background: #f5f5f5;
    z-index: 2;
    width:10px;
}
.mmplus.header h3 i,#preivew_right_list .mmplus.header h3 i{
    display:inline-block;
    width:47px;
    height: 26px;
    background: url("/images/revamp/jobdetail_matchmeplus.png") no-repeat;
    margin: 0px 3px 0px 6px;
    vertical-align: middle;
}
tr.mmplus td{
    border-top: 1px solid #e4e4e4;
    z-index:5;
}
tr.mmplus td:first-child{
    border-left: #0077ad dashed 1px;
    padding-left: 20px;
}
tr.mmplus td.last{
    border-right: #0077ad dashed 1px;
    padding-right: 20px;
}
li.mmplus{
    background: transparent;
}
li.mmplus:hover{
    background: transparent;
}
tr.mmplus.footer td{
    border-bottom: #0077ad dashed 1px;
}
.mmplus h3 .button{
    position: absolute;
    z-index: 12;
    right:12px;
    top:10px;
    color:#fff!important;
}
.job_list_container.mmplus_bg table{
    background: url("/images/revamp/jobdetail_matchmeplus_bg.png") right top repeat-y #f5f5f5;
}
.job_list_container.mmplus_bg .job_list tr{
    background: #ffffff;
}
.job_list_container.mmplus_bg .job_list tr:hover{
    background: #f5f5f5;
}
.job_list_container.mmplus_bg .job_list tr.mmplus,.job_list_container.mmplus_bg .job_list tr.mmplus:hover{
    background: transparent;
}
.job_list_container.mmplus_bg .job_list tr.priority{
    background: #d9f0f8;
}
.job_list_container.mmplus_bg .job_list tr.priority:hover{
    background:#c8e9f4;
}
#preivew_right_list .mmplus h3 u{
    background: none;
    display: none;
}
#preivew_right_list li.mmplus{
    background-color: transparent;
}
#preivew_right_list li.mmplus.header h3 p{
    font-size: 13px;
    padding: 5px 10px 10px 10px;
}
#preivew_right_list li.mmplus.header h3 p i{
    width: 20px;
    margin: 0px;
    background-size: 35px auto;
    vertical-align: middle;
}
#preivew_right_list .mmplus h3 .button{
    top:5px;
}
#preivew_right_list li.mmplus.selected{
    background-color: #0080b9;
}
#preivew_right_list li.mmplus u{
    width:100px;
}
#preivew_right_list .mmplus_container{
    background: url("/images/revamp/jobdetail_matchmeplus_bg.png") -40px 90px no-repeat #f5f5f5;
}
#mm_debug_bar{
    position: absolute;
    top: -25px;
    background: #fff;
    z-index: 100;
    padding: 10px;
    height: 25px;
    right: -40px;
    width:88px;
    overflow: hidden;
}
#mm_debug_bar h3{
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
    color:#008bc4;
    text-align: right;
}
#mm_debug_bar:hover{
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    width:1190px;
}
#mm_debug_bar .column_list{
    margin: 0px!important;
}
#mm_debug_bar th{
    padding-right: 10px!important;
}
#rate_chart{
    margin-top:10px;
}
.social-box {
    position: relative;
    height: 70px;
}
.social-icon {
    padding: 1px 5px;
}
.social-title {
    top: 10px;
    position: absolute;
    left: 70px;
    font-weight: bold;
}
.social-subtitle {
    position: absolute;
    left: 70px;
    top: 35px;
}
.social-action {
    position: absolute;
    right: 5px;
    top: 18px;
}
.social-google, .social-fb, .social-linkedin {
    width: 50px;
    height: 50px;
    background: url(../../images/revamp/social_google.png) no-repeat center center;
    background-size: cover !important;
}
.social-fb {
    background: url(../../images/revamp/social_fb.png) no-repeat center center;
}
.social-linkedin {
    background: url(../../images/revamp/social_linkedin.png) no-repeat center center;
}
