<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #323232;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}
a {
    text-decoration:none;
    color:white;
}
.clear {
    clear: both;
}
.hide {
    display:none;
    visibility:hidden;
}

.cohired_green {
    color: #88bd41;
}
.cohired_blue {
    color: #485488;
}
.icon-spinner {
    color: white;
    display: inline-block;
}

.icon-grey {
    color: #646464;
}

.footer_brand {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-color: white;
    border-top: thin solid #c8c8c8;
}

.footer_image {
    width: 181px;
    margin: 20px auto;
}

/*  General CSS */
/* for not showing arrows in input type number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* CSS ends for input type number*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.input_default {
    width: 90%;
    line-height:22px;
    margin:3px 0px 8px 0px;
    padding:3px 5px;
    border: 1px solid #969696;
    border-radius: 3px;
}
.input_error {
    /* border: thin solid #ff0000 !important; */
    /*background-color: #FFF3F2 !important;*/
    border: 2px solid #D73222 !important;
}
.login_user_row .input_error {
    /* border: thin solid #ff0000 !important; */
    background-color: #FFF3F2 !important;
    border: 2px solid #D73222 !important;
}
.box_error {
    border:thin solid red;
}

/*  Master Page CSS */
.main_header_box {
    position: relative;
    clear: both;
    height: 80px;
    line-height: 70px;
    text-align: center;
    background-color:white;
    z-index: 55;
    box-shadow: 0 0 6px 0 rgba(180,180,180,0.5);
}
.main_header_logo {
    margin-left: 30px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}
.main_header_logo img {
    height:50px;
}

.main_header_toolbar {
    float: right;
    line-height: 70px;
    height: 70px;
    margin-right: 28px;
}

.main_header_box a.icon {
    display:none;
}

.mobile_menu{
    display:none;
}

.master_body {
    min-height: 600px;
    padding: 0px 20px;
    background-color: #ffffff;
}

.footer {
    float:left;
    width: calc(100% - 40px);
    height: 20px;
    background-color: #485488;
    padding: 20px;
    font-size: 12px;
    color: white;
    font-weight: normal;
    font-family: Lato, Arial, Helvetica, sans-serif;
}


.footer_left {
    float: left;
    width: 35%;
    min-width: 290px;
    white-space: nowrap;
    overflow: hidden;
}
.footer_float {
    float: left;
    width: 35%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.footer_right {
    float: right;
    text-align: right;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.page_title {
    font-weight: bold;
    font-size: 32px;
    padding: 5px 0px;
    text-align:center;
    padding: 1em;
}
.page_subtitle {
    font-size: 18px;
    padding: 5px 0px;
    text-align: center;
    padding-bottom: 2em;
}

/*  Default Page    */
.default_title {
    margin: 40px;
    text-align: center;
    font-size: 48px;
    font-weight:bold;
    color: #485488;
    padding: 2%;
}
.default_body {
    max-width: 620px;
    margin:0 auto;
    padding-bottom:4em;
    line-height: 22px;
}
.default_button_row {
    clear: both;
    text-align: center;
    margin:15px;
}
.default_button {
    width:200px;
    text-transform:uppercase;
    font-size:16px;
}

/*  Datalist: Files */
.datalist_file_box {
    position: relative;
    float: left;
    width: 120px;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    font-size: 11px;
}
.datalist_file_icon {
    width: 95%;
    height: 95%;
    max-width: 110px;
    max-height: 110px;
}
.datalist_file_label {

}
.datalist_file_delete {
    position:absolute;
    text-align:center;
    margin:3px;
    left:90px;
    top:0px;
}

/*  Login CSS   */
.login_body {
    padding-top: 20px;
}

.login_box2 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 320px;
    min-width: 240px;
    min-height: 250px;
    border: thin solid #485488;
    background-color: white;
}
.login_inner_inner_box {
    background-color: white;
    padding: 10px;
}

.login_box, .signup_box, .schedule_box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.4);
    display: none;
    z-index: 9999;
}

.login_inner_box, .schedule_inner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: auto;
    max-width: 600px;
    padding:10px;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
}

    .schedule_inner_box {
        width: 85%;
        max-width: 900px;
    }

.login_header, .signup_header {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 10px auto;
    padding: 0.6em;
}
.login_subheader {
    text-align: center;
    padding-bottom: 1em;
}

.login_inner_pin_box {
    width: auto;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}


.login_user_row_short, .signup_user_row_short {
    margin-left: auto;
    margin-right: auto;
    width:80%;
}

.login_pass_row, .signup_pass_row {
    margin-left: auto;
    margin-right: auto;
    height:50px;
}
.login_pass_row_short, .signup_pass_row_short {
    padding: 0px 5px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width:80%;
}
.signup_agree {

    color: #096DD9;
}
    .signup_agree:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #0050B3;
    }
.login_remember_row, .signup_agree_row {

    padding: 10px 24px 20px 24px;

    font-size: 14px;
}

.login_forgot_details .login_remember_row {
    text-align: center;
    padding-top: 8px;
    height: 27px;
    padding: 1em;
}
.login_forgot_row {
    clear:both;
    height: 35px;
}

.login_button_row {
    clear: both;
    margin: auto;
    text-align: center;
}
.signup_button_row {
    clear: both;
}

.login_input, .popup_input, .signup_input {
    width: 96%;
}
.signup_name_input {
    width: 96%;
}
.login_input, .popup_input, .signup_input, .signup_name_input {
    min-width: 160px;
    border-radius: 3px;
    padding: 4px 4px 4px 12px;
    height: 32px;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 2px solid #DCDCDC;
    outline: none;
}
.signup_phone {
    padding: 24px 4px 24px 12px;
    
}
.signup_name_input:hover {
    background-color: #f0f0f0;
    border: 2px solid #DCDCDC;
}
.signup_input:hover:enabled:not(:focus) {
    background-color: #f0f0f0;
    border: 2px solid #DCDCDC;
}
.login_input:focus, .popup_input:focus:not(:hover), .signup_name_input:focus, .signup_input:focus {
    outline: 0px;
    border: 2px solid #1890FF;
    background-color: #FFFFFF;
}


.login_button, .signup_button {
    position: relative;
    width: 84%;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
login_button::-moz-focus-inner {
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
signup_button::-moz-focus-inner {
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
.login_close {
    float: right;
    padding: 5px 7px;
}
.login_close:hover {
    color:white;
    cursor:pointer;
}

.login_error_row, .signup_error_row {
    color: red;
    height: 18px;
    text-align: left;
    line-height: 47px;
    padding: 0px 15px;
    width: max-content;
    font-size: 14px;
}

.login_forgot_details {
    display:none;
}
.login_forget_row {
    clear: both;
    color: #485488;
    line-height: 35px;
    text-align: center;
}
.login_forgot, .login_signup_row {
    clear: both;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
}
.login_signup {
    text-decoration: none;
    color: #096DD9;
}
    .login_forgot:hover, .login_signup:hover, .login_forgot.old:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #0050B3;
    }

.login_input:focus {
    outline: none !important;
    border: 1px solid #009BFF;
    outline: 0px;
    border: 2px solid #1890FF;
    background-color: #FFFFFF;
}

.login_pin_header {
    padding: 10px;
    text-align: center;
}

.login_pin_row {
    overflow: hidden;
    white-space: nowrap;
}

input.login_pin_input {
    padding: 10px;
    margin: 2px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
}

.signup_message {
    padding:10px;
    margin:20px;
    text-align:center;
}

.signup_name_cell {
    float: left;
    width:44%;
    margin-right:10px;
    padding: 5px 5px 10px 5px;
}
.signup_terms_row {
    clear:both;
    width:100%;
    padding:10px;
    margin:10px;
}
.signup_terms {
}

.signup_verify_box {
    margin-right:auto;
    margin-left:auto;
}
.signup_verify_header {
    padding:15px;
    font-weight:bold;
}
.signup_verify_instruct {
    padding: 5px 15px;
}
.signup_verify_resend {
    margin-top:20px;
    padding: 15px;
    text-align:center;
}
.verify_again {
    font-size:12px;
}
.verify_smile {
    text-align:center;
}
signup_email::-moz-focus-inner {
    padding: 0;
}
/* Roles Landing Page */
.rolelist_header_box, .home_apps_header_box {
    clear: both;
    height: 50px;
    border-radius: 7px;
    background-color: #485488;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.rolelist_header {
    float:left;
    color: white;
    text-align: center;
    padding:15px;
    border-left: thin solid white;
}
.rolelist_box, .home_apps_box {
    clear: both;
    margin-bottom: 2em;
}
.rolelist_row, .home_apps_datarow {
    margin: 3px 0px;
    border-radius: 7px;
    border: thin solid #485488;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.rolelist_cell, .home_apps_datalist_cell {
    float: left;
    text-align: center;
    padding: 15px;
    height:24px;
    overflow: hidden;
    white-space: nowrap;
    border-right: thin solid #485488;
}
.role_details .rolelist_cell {
    height:auto !important;
}

.rolelist_cell_end, .home_apps_datalist_cell_end {
    border-right: none !important;
}
.home_apps_datalist_cell_end {
    width: 10%;
    overflow: visible;
}
.rolelist_detail {
    white-space:normal !important;
    text-align:left !important;
}
.rolelist_icon:hover {
    cursor:pointer;
    font-size: 20px;
}
.role_title {
    font-weight: bold;
    font-size:18px;
    padding: 5px 0px;
}
.role_closing {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0px;
}
.role_detail {
    padding: 8px
}
.role_click {
    color:blue;
    margin:6px;
}

.role_cell_title {
    width: 25%;
}
.role_cell_org {
    width: 20%;
}
.role_cell_loc {
    width: 15%;
}
.role_cell_close {
    width: 15%;
}
.role_cell_more {
    width: 10%;
}

.role_apply {
    text-align:center;
    padding:5px;
}
.app_button {
    position:relative;
    top:-5px;
    font-size:13px;
}
.fly {
    height: 27px;
    width: 33px;
}
.textcenter {
    text-align:center;
}
.hidediv {
    display:none;
}
.nojobtext {
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

/* Apply Now */
.apply_box {
    width: 95%;
    min-width:600px;
    margin: 0px auto 20px auto;
}
.apply_header_row {
    clear: both;
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}
.apply_header_title {
    width: 97%;
    padding: 20px;
    font-weight: 600;
    font-size: 24px;
    overflow:hidden;
    white-space:nowrap;
    text-align:left;
}
.apply_header_subtitle {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 30px;
    white-space: normal;
}

.assessment_question_subtitle {
    width: 100%;
    font-weight:bold;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.apply_header_next {
    text-align: center;
    font-weight: bold;
}


.apply_innerbox {
    clear: both;
    margin: auto;
    padding: 5px 0px;
    min-width: 650px;
    max-width: 900px;
    margin-bottom: 15px;
}
.apply_innerbox_500 {
    clear: both;
    margin: auto;
    padding: 5px 0px;
    width: 500px;
    margin-bottom: 15px;
}
.apply_innerbox.begin:hover {
    cursor:pointer;
    color:black;
}

    .apply_innerbox .submit_detail {
        min-width: 900px;
    }
    
    .apply_declare {
        font-size: 18px;
        line-height: 24px;
        margin: 20px auto 20px auto;
    }
.delcare_input {
    border: none;
    padding:4px 3px 0px 3px;
    font-size:16px;
    height:24px;
    border-bottom: medium solid #485488;
}

.apply_upload_box {
    border: thin solid #485488;
    width: 80%;
    padding:30px;
    margin: 20px auto 20px auto;
    border-radius:10px;
}
.upload_box {
    width: 92%;
    height: 65px;
}
#visa_upload {
    margin-top: 10px;
}
.apply_title {
    font-weight: 600;
    font-size: 24px;
}
.row_margin {
    margin-left: 50px;
}
.apply_input, .apply_select, .apply_dob, .apply_address {
    padding: 5px 10px;
    border: thin solid #584488;
    border-radius: 5px;
}
.apply_input, .apply_dob {
    width: 90%;
    height: 35px;
}
.apply_address {
    width:91%;
    height: 35px;
}
.apply_select {
    width: 98% !important;
    height: 50px !important;
}
.apply_dob {
    width: 90%;
}

.apply_personal_row {
    clear:both;
    padding:0px;
}
.apply_personal_col {
    float: left;
    width: 48%;
    margin-right: 1.5%;
}
.apply_personal_label {
    float: left;
    width:100px;
    padding:12px 5px 0px 0px;
    text-align:right;
}
.apply_personal_label_left {
    float: left;
    width: 100px;
    padding: 12px 5px 0px 0px;
    text-align: left;
}
.apply_personal_date {
    float: left;
    text-align:left;
}
.apply_date_button {
    height:30px;
}
.apply_date_button:hover {
    cursor:pointer;
    color:black;
}
.apply_personal_status {
    float:left;
    width:45%;
    padding:5px;
}
.apply_personal_working {
    clear:both;
    margin-left:50%;
    margin-right:0;
    margin-top:5px;
    padding:5px;
}

    .apply_personal_working label {
        cursor: pointer;
        margin-right:10px;
    }
    .apply_personal_working.input_error {
        width: auto;
        border: thin solid #ff0000 !important;
        background-color: white;
        border-radius: 3px;
        height: 40px;
    }
.apply_personal_label.input_error {
    color:red;
    border:none !important;
}
.apply_button_row {
    text-align: center;
    padding: 15px;
    height: 100px;
    padding-top: 45px;
}
#error_notice {
    color: #ff0000;
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 8px;
}
.reset_error_notice {
    color: #ff0000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}
.error_notice {
    display: none;
    color: #ff0000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}
.expired_notice {
    color: #485488;
    margin: 40px;
}

.reset_success {
    display: none;
    color: #485488;
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 8px;
}
.apply_button_multi_click {
    font-size: 14px;
}


.apply_button {
}

.apply_nowlater, .apply_quiz {
    
margin: auto;
    
max-width: 800px;
    
width: 100%;
}
.apply_quiz_complete {
    text-align:center;
}
.apply_quiz_congrats {
    margin-top: 10px;
}
.apply_quiz_box {
    height:auto;
    width: 100%;
    margin: auto;
}

.card_sort_progress  {
    max-width: 660px;
    margin: 0 auto;
}

    .card_sort_progress  .progress-bar {
        text-align: right;
        background-color: #84BD41;
    }

.assessment_question_title .progress {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .assessment_question_title .progress .progress-bar {
        text-align: right;
        background-color: #84BD41;
    }

.apply_split_left, .resume_split_left {
    float: left;
    width: calc(50% - 75px);
    height: 200px;
    padding: 20px 0;
    text-align: center;
}
.apply_split_left:hover {
    cursor:pointer;
    color:black;
}
.apply_or {
    position:relative;
    left:37.5px;
    z-index:100;
    padding-top:15px;
    width:75px;
    height:30px;
    background-color:white;
}
.apply_split_middle {
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    text-align: center;
    padding-top: 50px;
}
.apply_split_middle:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #485488;
    transform: translate(-50%);
}

.apply_split_right, .resume_split_right {
    float: left;
    width: calc(50% - 75px);
    height: 200px;
    padding: 20px 0;
    text-align: center;
}
.apply_split_right:hover {
    cursor:pointer;
    color:black;
}

.additional_box {
    width:80%;
    margin-left:auto;
}

.apply_innerbox .apply_personal_working .resume_input {
    float: left;
}

.additional_title_box {
    padding: 20px 0px;
    width: 600px;
}

.additional_title_box .company_logo_box {
        height: 70px;
        width: 70px;
        border-radius: 3px;
        float: left;
        margin-right: 30px;
    }

.additional_title_box .closes {
        font-size: 12px;
        color: #9c9898;
        padding: 2px 0;
    }

.additional_title_box .client {
        font-size: 14px;
        padding: 3px 0;
    }

    .additional_title_box .company_logo_box .company_logo {
            margin-top: 10px;
            max-height: 100%;
            max-width: 100%;
        vertical-align: middle;
    }

    .additional_title_box .title {
        font-size: 20px;
    }

.submit_application_box .company_logo_box {
    height: 70px;
    width: 70px;
    border-radius: 3px;
    float: left;
    margin-right: 30px;
}

.submit_application_box .closes {
    font-size: 12px;
    color: #9c9898;
    padding: 2px 0;
}

.submit_application_box .client {
    font-size: 14px;
    padding: 3px 0;
}

.submit_application_box .company_logo_box .company_logo {
    margin-top: 10px;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.submit_application_box .title {
    font-size: 20px;
}

.submit_application_box .row {
    padding: 10px 50px 30px 50px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    height:130px;
    position: relative;
}

.submit_border {
    border: 1px solid white;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: white;
}

.submit_text {
    text-align:center;
    letter-spacing:normal;
}

    .submit_text a {
       color:#485488;
       font-weight:bold;
    }

    .submit_text a:hover {
        
        cursor: pointer;
    }

.submit_application_box .row.hidden:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent 140px, white);
}

.resume_toggle {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
    color: #323232;
}
    .resume_toggle .optional {
        font-weight: normal;
        font-style: italic;
    }
    .resume_input_title {
        font-size: 12px;
        text-align: left;
        line-height: 22px;
        font-weight: bold;
    }
.resume_input {
    width: 90%;
    padding: 3px 5px;
    font-size: 13px;
    border: 1px solid #969696;
    border-radius: 3px;
    height: 40px;
}
    .resume_input:hover:enabled:not(:focus), .input_default:hover:enabled:not(:focus), .login_input:hover:enabled:not(:focus) {
        background-color: #e6e6e6;
        border: 2px solid #DCDCDC;
    }
.input_default:focus {
    border: 2px solid #009BFF;
}
.input_default.comment_box {
    width: 290px;
    border: thin solid #584488;
}

.resume_select {
    width: 93%;
    padding: 3px 5px;
    font-size: 13px;
    border: thin solid #584488;
    border-radius: 3px;
    height: 48px;
}

.resume_calendar {
    width: 30%;
    float: left;
    margin-right: 6px;
}

.resume_input_cell {
    text-align: left !important;
}
.resume_input_row {
    clear: both;
    margin-bottom: 12px;
}
.resume_date_button {
    height:18px;
}
.resume_date_button:hover {
    cursor:pointer;
    color:black;
}
.resume_split_middle {
    position: relative;
    float: left;
    width: 150px;
    height: 60px;
    text-align: center;
    padding-top: 130px;
    margin-top:30px;
}
.resume_split_middle:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.visa_upload_box {
    width:100%;
}


.resume_upload_box {
    clear: both;
    height: 50px;
    border-radius: 3px;
    margin-top: 10px;
    position:relative;
}
.resume_upload_title {
    padding:10px;
}
.resume_upload_icon {
    padding: 10px;
}
.resume_upload_box.disabled {
    color:silver !important;
}
.disable_upload {
    pointer-events: none;
    opacity: 0.4;
}
.upload_cv_error {
    position: absolute;
    top: 35px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    float: left;
    display: none;
    color: #ff0000;
    font-family: Lato;
}
.template_title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 10px 0px;
}
.template_text_cv {
    font-size: 14px;
    text-align: left;
    list-style-type: decimal;
    color: #323232;
}
.template_text {
    font-size: 12px;
    text-align: left;
    list-style-type: decimal;
    color: #646464;
}
.template_text_cv ul {
    list-style-type: decimal;
}
.template_text_cv li {
    margin-bottom: 10px;
}
.template_text_cv a {
    color: #33a038;
}
    .template_text_cv a:hover {
        color: #8baf8d;
        text-decoration: underline;
    }
.prev_cv_block {
    margin-bottom: 30px;
}
.pre_cv_text {
    float: left;
    margin-right: 20px;
    color: #323232;
    font-size: 14px;
}
.resume_mobile {
    height:48px;
}
.block_top {
    margin-top: 10px;
}
.pre_cv_text:hover {
    cursor: pointer;
    text-decoration: underline;
}
.address_dropdown {
    position: relative;
}
    .address_dropdown .profile_address_search_box {
        position: absolute;
        width: 91.5%;
        background-color: #f9f9f9;
        border: thin solid black;
        display: none;
        border-radius: 3px;
        z-index: 999;
        top: 3px;
        opacity:1;
    }
    .address_dropdown .profile_address_search_row:hover {
        background-color: #dddfe0;
    }
    .address_dropdown .profile_address_search_row {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
.pre_chk {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.delete_icon {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    cursor: pointer;
    color: #bcb7b7;
}
    .delete_icon:hover, i.red_icon:hover {
        color: red;
    }
i.red_icon {
    color: #bcb7b7;
    margin-right: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    float: left;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #eeeeee;
        color: black;
        font-size: 14px;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        border: solid 1px #b9b9b6;
        bottom: 125%;
        left: 30%;
        margin-left: -60px;
    }
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #b9b9b6 transparent transparent transparent;
}

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.scroll_indication {
    display: none;
}
.additional_file {
    float: left;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
}
.additional_filename {
    display: inline-block;
    vertical-align: middle;
    color: #485488;
    font-size: 14px;
}
    .additional_filename:hover {
        text-decoration: underline;
    }
.quiz_button_row {
    clear: both;
    text-align: center;
    padding: 15px;
    height: 64px;
}
.quiz_progress_box {
    background-color:#dddddd;
    height:30px;
    width:calc(100% - 20px);
    overflow:hidden;
    margin:10px;
    text-align:center;
}
.quiz_progress_bar {
    height:100%;
    padding:5px;
    background-color:#88bd41;
    min-width:50px;
    color:white;
}
.quiz_button {
    float: right;
    margin: 10px 15px 10px 0px;
}
.quiz_btn_instruction {
    /*width: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #AA4E9D;
    margin-right: 20px;*/
}

.apply_summary_row {
    padding:5px 10px;
}
.apply_summary_text {
    font-family: Arial;
    font-size: 16px;
    padding-left:10px;
}
.apply_working {
    font-family: Arial;
    color: green;
    text-align: center;
    padding: 20px;
    display: none;
}


/*  Quiz    */
.quiz_box {
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    border: thin solid black;
    border-radius: 10px;
    padding: 0px 10px;
    max-width: 640px;
    margin-top : 20px;
}

    .question_box {
        margin-left: auto;
        margin-right: auto;
        height: 230px;
        border: thin solid black;
        border-radius: 10px;
        padding: 0px 10px;
        max-width: 640px;
        margin-top: 20px;
    }

.quiz_title {
    padding: 9px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 10px;
}
.quiz_group_header {
    font-size:18px;
    font-weight:bold;
}
.quiz_group_subheader {
    font-size: 14px;
    font-weight: normal;
}
.quiz_instruct {
    padding:10px;
    font-size:16px;
    line-height:25px;
}
.quiz_question_box {
    clear: both;
    padding: 10px;
    text-align:center;
    font-weight:600;
    font-size:1.25em;
}
.quiz_question_box:empty {
    display:none;
}
.quiz_question_inline {
    float:left;
}
.quiz_answer_inline {
    float: left;
    padding-left:10px;
}
.quiz_input {
    border: thin solid silver;
    padding: 2px 2px 2px 8px;
    height: 25px;
}
.quiz_options_box {
    margin: 0px auto;
    overflow: hidden;
    width: 90%;
}
.quiz_option_column_1 {
    clear:both;
    width: 95%;
    overflow: hidden;
}
.quiz_option_column_2 {
    float:left;
    width: 45%;
    overflow: hidden;
}
.quiz_option_column_3 {
    float: left;
    width: 30%;
    overflow: hidden;
}
.quiz_option_input {
    float:left;
    padding-right:5px;
}
.quiz_option_text {
    float:left;
    padding-bottom:10px;
}
.quiz_answer_box {
    padding:0px 25px;
}
.quiz_textarea {
    width:80%;
    height:60px;
}
.quiz_error {
    border: thin solid red;
}
.quiz_slider_box {
    clear:both;
    width:70%;
    margin:20px 20%;
}
.quiz_slider_text {
    float:left;
    margin-right:10px;
}
.quiz_slider_cell {
    float: left;
    margin-right: 10px;
}
.quiz_slider_result {
    clear:both;
    width:95%;
    margin-top:10px;
    text-align:center;
    font-size:24px;
}

.home_apps_noapps {
    clear: both;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}

.card_sort_header {
    width: 100%;
    height: 180px;
    color: #485488;
    text-align: center;
    padding: 5px;
    border-bottom: thick solid white;
    max-width: 1090px;
    margin: 0 auto;
}

    .card_sort_header &gt; .title {
        font-size: 32px;
        font-weight: bold;
    }

    .card_sort_header &gt; .instruct {
        padding-left: 10px;
        font-size: 16px;
        text-align: left;
    }

.card_sort {
    clear: both;
    width: 99.5%;
    min-height: 625px;
    border: 1px solid #cccccc;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.cards_header_text {
    margin-left:2%;
    margin-top:15px;
    margin-bottom:15px;
    font-size:16px;
}

.quiz_button_row_grey {
    /*clear: both;
    text-align: center;
    height: 55px;
    background-color: #f2f2f2;
    text-align: right;
    padding: 0px 15px;*/
}
.button_group {
    text-align: right;
    padding: 6px 15px 0px 15px;
}
.sort_title {
    float: left;
    width: 20px;
    transform: rotate(-90deg);
    margin-top: 45px;
    font-weight: bold;
}
.quiz_button_short{
    display: none;
}
.most &gt; .sort_title, .more &gt; .sort_title, .neutral &gt; .sort_title {
    color: white;
}
.least &gt; .sort_title, .less &gt; .sort_title {
    color: #485488;
}
.neutral &gt; .sort_title {
    margin-top: 50px;
}

.card_sort &gt; .cards {
    float: left;
    /*width: calc(100% - 735px);*/
    height: 625px;
    overflow: auto;
    background-color: white;
    margin-left:2%;
    /*border: medium solid #485488;*/
}
.card_sort &gt; .sorts {
    position: relative;
    float: left;
    width: 720px;
    height: 575px;
    overflow: hidden;
    /*border: medium solid #485488;*/
}
.card, .card_spot {
    float: left;
    width: 122px;
    height: 122px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.card {
    border: thin solid #cccccc;
    z-index: 999;
    color: #485488;
    display: table;
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.16);
}
    .card.clicked {
        background-color: #84bd41;
        color:white;
    }
.card_spot {
    position: absolute;
    z-index: 998;
}
.card_spot1 {
    left: 20px;
}
.card_spot2 {
    left: 194px;
}
.card_spot3 {
    left: 368px;
}
.card_spot4 {
    left: 542px;
}

.card &gt; .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}
.card:hover {
    border: thin solid black;
    cursor: pointer;
}
.sorts &gt; .most, .sorts &gt; .more, .sorts &gt; .neutral, .sorts &gt; .less, .sorts &gt; .least {
    width: 100%;
    height: 115px;
    overflow: hidden;
}
.sorts &gt; .most {
    background-color: #485488;
}
.sorts &gt; .more {
    background-color: #727BA2;
}
.sorts &gt; .neutral {
    background-color: #A8ADC4;
}
.sorts &gt; .less {
    background-color: #C7CAD8;
}
.sorts &gt; .least {
    background-color: #DCDEE5;
}
.most &gt; .card_spot {
    background-color: #767fa6;
    border: thin solid white;
}
.more &gt; .card_spot {
    background-color: #99a0bc;
    border: thin solid white;
}
.neutral &gt; .card_spot {
    background-color: #c3c8d8;
    border: thin solid white;
}
.less &gt; .card_spot {
    background-color: #dcdee9;
    border: thin solid white;
}
.least &gt; .card_spot {
    background-color: #edeff4;
    border: thin solid white;
}
.cards_header {
    float:left;
}

    
.instruction_full {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.6);
    z-index: 9999;
    display: none;
}

    .instruction_full .instruction_full_inner {
        position: absolute;
        top: 25%;
        left: 50%;
        width: 90%;
        height: auto;
        min-width: 440px;
        max-width: 600px;
        padding: 40px;
        transform: translate(-50%, -50%);
        background-color: white;
        border-radius: 10px;
        border: thin solid #485488;
    }

.instruction_full_inner .row .closes {
    font-size: 12px;
    color: #9c9898;
    padding: 2px 0;
}

.instruction_full .close {
    float: right;
}

.instruction_full .buttons {
    float: right;
}

.home_roleinfo_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.6);
    display: none;
    z-index: 9999;
}

.home_roleinfo_innerbox {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 80%;
    height: auto;
    min-width: 440px;
    transform: translate(-50%, 0%);
    background-color: white;
}
.home_roleinfo_title {
    height:25px;
    padding: 8px;
    background-color: #eaeaea;
}
.homt_roleinfo_titleleft {
    float: left;
    padding-top:4px;
}
.homt_roleinfo_close {
    float: right;
    padding:3px;
    cursor:pointer;
}
.home_roleinfo_details {
    clear:both;
    padding: 8px;
}

.profile_box {
    clear:both;
    width:100%;
    min-width:900px;
}
.profile_left {
    float: left;
    width: 250px;
    min-height: 500px;
}
.profile_seperator {
    float: left;
    width: 32px;
    min-height:400px;
    border-right: thin solid #c8c8c8;
    margin-right:32px;
}
.profile_right {
    float: left;
    width: calc(95% - 280px);
    min-height: 500px;
}

.profile_box .form {
    display:none;
    margin-left:40px;
    clear:both;
    width: calc(100% - 40px);
}
.form .buttons, .form .wait {
    text-align:center;
}
.form .half_form {
    float:left;
    width: 38%;
    /*margin-right:2%;*/
}
.profile_button {
    /* width:65px; */
}
.form .title {
    clear:both;
}
.form .cell {
    width:100%;
    clear:both;
}
.form .cell .result {
    float: left;
    width: calc(95% - 50px);
    padding-top:3px;
}
.form .cell .toggle {
    float: left;
    width:30px;
    margin-top:15px;
    margin-left:10px;
}
.form .cell .toggle:hover {
    color:black;
    cursor:pointer;
}
.form .cell .profile_search {
    float: left;
    width: calc(95% - 50px);
}
.form .address_result {
    clear:both;
    margin-left:20px;
    height:55px;
}
.form .address_search {
    clear: both;
    margin-left: 20px;
    height: 50px;
    display: none;
}


.section_statement {
    clear:both;
    margin-bottom:60px;
}
.section_statement .section_content {
    font-size:14px;
    margin-left:40px;
}

.section_work, .section_education, .section_reference {
    clear:both;
    margin-top:40px;
}

.section_top {
    clear:both;
    height:40px;
}
.section_icon {
    float:left;
    width:100%;
    font-size:22px;
}
.section_line {
    float:left;
    width: 100%;
    border-bottom: 3px solid #323232;
}
.section_title {
    float:left;
    /*width: 75%;*/
    font-size:18px;
    font-weight:bold;
    padding-bottom:8px;
}

.section_title:hover{
    cursor:pointer;
}
.section_action {
    float: right;
    text-align:right;
    font-size: 16px;
    /* padding-top:6px; */
    color: #9c8484;
    width:50px;
    color: #096DD9;
}
.section_action:hover {
    cursor:pointer;
    /* color:blue; */
    color: #0050B3;
    text-decoration: underline;
}
    .section_action.edit_icon {
        float: right;
        font-size: 16px;
        color: #096DD9;
        padding-top: 6px;
        width: 50px;
        cursor: pointer;
        padding: 0px 0px 0px 0px;
    }

        .section_action.edit_icon:hover {
            text-decoration: underline;
            color: #0050B3;
        }
    .section_action.cancel_icon {
        float: right;
        font-size: 16px;
        color: #E2524D;
        padding-top: 6px;
        width: 70px;
        cursor: pointer;
        padding:0px;
    }
    .section_action.cancel_icon:hover {
        text-decoration: underline;
    }
.section_toggle {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-left:4px;

}

.profile_read {
    width:100%;
}
.profile_image_box {
    clear:both;
    height:100px;
    width:120px;
    margin-left: 67px;
    padding:10px 0;
}
.profile_name {
    text-align:left;
    font-size:20px;
    width:100%;
    height:40px;
    margin-left:0;
    margin-top:16px;
    font-weight:bold;
}
.profile_contact {
    clear:both;
    height:40px;
    margin-left:0;
}
.profile_contact .contact_icon {
    float:left;
    width:24px;
}
.profile_contact .contact_data {
    float:left;
    width:190px;
    overflow:hidden;
    white-space:nowrap;
}

.profile_statement {
    width: 90%;
    height: auto;
    margin-left: 30px;
    padding: 5px 10px 15px 5px;
    display: none;
    border: thin solid #485488;
    background-color: white;
    font-size: 14px;
    font-family: Lato;
    border-radius: 3px;
}
    .profile_statement:hover {
        background-color: #e3e3e3;
    }

.section_toggle:hover {
    font-size:16px;
    cursor:pointer;
}

.section_buttons {
    float:right;
    margin:10px 0px;
    height:40px;
    display:none;
}
.section_wait {
    float: right;
    margin: 10px 0px;
    height: 40px;
    display: none;
}
.work_box {
    width:100%;
}

.work_box, .education_box, .reference_box {
    clear: both;
    margin-left: 0;
    margin-top:28px;
}

.work_box .dates, .education_box .dates {
    float:left;
    color: #323232;
    font-size:14px;
    line-height:20px;
}
.work_box .title, .education_box .title, .reference_box .title {
    clear:both; 
    font-size:18px;
    font-weight:bold;
    line-height:28px;
    padding-top:4px;
}
.work_box .location, .education_box .location, .reference_box .location {
    float:left;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    height:30px; 
    margin-top:0px;
}
    .work_box .details, .education_box .details {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0 32px 0;
        border-bottom: 1px solid #969696;
        white-space: pre-wrap;
        text-align: justify;
        text-justify: inter-word;
    }
.reference_box .details {
    font-size:16px;
}

.content_line {
    position:relative;
    top:-25px;
    margin-bottom:-28px;
    clear:both;
    //border-bottom: 2px solid silver;
    height:25px;
}

.bottom_row {
    height:90px;
}

/*  Toggle Switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    display: block;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 30px;
    right: -30px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input[type=checkbox] {
    display : none;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 300px;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: goldenrod;
        margin-top: -4px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        border: none;
        border-radius: 3px;
        padding: 0 10px;
        background: repeating-linear-gradient(to right, #ccc, #ccc 10%, #000 10%, #000 11%, #ccc 11%, #ccc 20%);
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: goldenrod;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 300px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: goldenrod;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

/*  Apply Now Progress CSS */
.progress_box {
    clear: both;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 60px;
    padding: 0;
}
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.progress-indicator &gt; li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
.progress-indicator &gt; li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbbbbb;
    display: block;
}
.progress-indicator &gt; li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbbbbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 1px solid #888888;
}
.progress-indicator &gt; li .bubble:before, .progress-indicator &gt; li .bubble:after {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbbbbb;
}
.progress-indicator &gt; li .bubble:before {
    left: 0;
}
.progress-indicator &gt; li .bubble:after {
    right: 0;
}
.progress-indicator &gt; li.check {
    color: #88bd41;
}
.progress-indicator &gt; li.check .bubble {
    background-color: #88bd41;
    color: #88bd41;
    border-color: #88bd41;
}
.progress-indicator &gt; li.check .bubble:before, .progress-indicator &gt; li.check .bubble:after {
    background-color: #88bd41;
    border-color: #88bd41;
}

/*  Address Search  */
.address_search_box {
    position: absolute;
    width: 555px;
    height: 200px;
    background-color: #e9e9e9;
    border: thin solid black;
    display: none;
    z-index: 999;
}
.address_search_row {
    border-bottom: thin solid grey;
    padding:8px 5px 3px 5px;
    height:25px;
}
.address_search_row:hover {
    cursor: pointer;
    background-color: white;
    border-bottom: thin solid grey;
}


.popup_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.6);
    z-index: 9999;
    display: none;
}

.popup_innerbox {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 80%;
    height: auto;
    min-width: 440px;
    min-height:450px;
    transform: translate(-50%, 0%);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.popup_wait {
    display: none;
}

.popup_detail {
}

.popup_header_row {
    clear: both;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    background-color:#eeeeee;
}

.popup_header_left {
    float: left;
}

.popup_header_right {
    float: right;
    padding-right: 20px;
}

.popup_personal_row {
    clear: both;
    padding: 5px;
    width: 100%;
    height: 30px;
}

.popup_personal_label {
    float: left;
    width: 20%;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.popup_personal_field {
    float: left;
    padding: 5px;
}

.rank_box {
    width: 800px;
    padding: 10px;
}
.notify_box {
    width: calc(100%-20px);
    padding: 10px;
}
.notify_box:hover {
    background-color:#eaeaea;
    cursor:pointer;
}

.submit_box {
    font-size:16px;
    width:85%;
    margin-left:auto;
}
.submit_box .column {
    float:left;
    width:45%;
}
.submit_box .row {
    clear:both;
    height:25px;
}



    .submit_box  .company_logo_box {
        height: 80px;
        width: 145px;
        border-radius: 3px;
        float: left;
        margin-right: 20px;
    }

    .submit_box  .closes {
        font-size: 12px;
        color: #9c9898;
        padding: 2px 0;
    }

    .submit_box  .client {
        font-size: 16px;
        padding: 3px 0;
    }

    .submit_box .company_logo_box .company_logo {
        margin-top: 10px;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .submit_box .title {
        
        font-size: 20px;
    }


    .submit_box .row .description {
        float: left;
        font-weight: bold;
        width: 150px;
        margin-top:10px;
    }
.submit_box .cell {
    float:left;
}

.prepage_box {
    /* font-size: 18px; */
    margin: auto;
    clear: both;
    /*padding-left: 80px;*/
}

.prepage_box .text{
    font-weight:bold;
    margin-bottom:10px;
    /*margin:30px 0px;*/
}

    .prepage_box .step {
        margin-top: 20px;
        margin-bottom:5px;
        color: #88bd41;
        font-weight: bold;
    }

    .prepage_box .step_text {
       margin-left:15px;
    }

.head_box .company_logo_box {
    height: 70px;
    width: 70px;
    border-radius: 3px;
    /* float: left; */
    /* margin-right: 20px; */
    /* margin-left: 60px; */
    margin: auto;
}

    .head_box .company_logo_box .company_logo {
        /* margin-top: 10px; */
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

.head_box .closes {
    font-size: 14px;
    /* color: #9c9898; */
    padding: 2px 0;
    float: left;
    /* width: 40%; */
    margin-left: 24px;
}

.head_box .title {
    font-size: 20px;
    font-weight: bold;
    padding: 21px 0px 0px 24px;
    width: calc(100% - 48px);
    float: left;
    clear: both;
    line-height: 28px;
    word-break: break-word;
}
.head_box .client {
    font-size: 14px;
    padding: 3px 0;
    color: #646464;
    line-height: 17px;
    /* margin-left: 30px; */
}

.prepage_box .row {
    padding: 40px 50px 30px 50px;
    /*box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.16);*/
    /* margin-bottom: 20px; */
    /* background-color:white; */
    border: 1px solid white;
    border-radius: 5px;
}
.cv_upload_box .row {
    padding: 0px 50px 0px 50px;
    /*box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.16);*/
    /* margin-bottom: 20px; */
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
}
.smaller_innerbox .row {
    padding: 40px 50px 30px 50px;
    /*box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.16);*/
    margin-bottom: 20px;
    background-color: white;
    border-radius: 5px;
}

.head_box {
    /* padding: 40px 50px 30px 50px; */
    /*box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.16);*/
    margin-bottom: 40px;
    background-color: white;
    /*border-top: 6px solid #6D1F7E;*/
    border-radius: 3px;
    padding-bottom: 110px;
    /* width: 500px; */
    /* height: 100%; */
    box-shadow: 0 0 1px 0 rgba(50,50,50,0.3), 0 4px 8px -2px rgba(50,50,50,0.25);
    /* box-shadow: 0 0 1px 0 rgba(50,50,50,0.3), 0 8px 16px -4px rgba(50,50,50,0.3); */
}

    .rank_name, .app_personal_name {
        font-weight: bold;
        font-size: 16px;
        padding: 3px;
    }
.app_personal_detail {
    font-size: 16px;
    padding: 3px;
}

.container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.container ul li {
    display: block;
    position: relative;
    float: left;
    width: 110px;
}

.container ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.container ul li .radio_label {
    font-weight: 300;
    font-size: 1.15em;
    text-align:center;
    padding-top:10px;
}

.container ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 0px 5px 0px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.container ul li:hover label {
    color: #000000;
}

.container ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #88bd41;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 40px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.container ul li:hover .check {
    border: 5px solid #000000;
}

.container ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}


.delete_block_-1{
    display:none;
}
.agoge_logo {
    overflow: hidden;
    width:100%;
    /*margin-bottom:15px;*/
}
    .agoge_logo img {
        width: inherit;
    }

table.radio_list input {
    width: 20px;
    display: block;
    float: left;
}

table.radio_list label {
    width: 250px;
    display: block;
    float: left;
    line-height: 10px;
}
.radio_list {
    width: 100%;
    /* margin-top:10px; */
    /* margin-bottom:10px; */
}

.new {
    display: none;
}
.login_forgot.old{
    float:right;
    margin-top:-25px;
    color: #096DD9;
}
.login_box_landing {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.4);
    z-index: 9999;
}
.login_user_row.new, .login_user_row.old, .login_pass_row.old, .login_remember_row.old, .signup_agree_row.new {
    /* width: 60%; */
}
.login_remember_row.old, .signup_agree_row.new {
    margin-left: auto;
    margin-right: auto;
}
.landing_button_row {
    text-align: center;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.signup_button.new{
    margin-left:auto;
    margin-right:auto;
}
.login_button.old {
    margin-left: auto;
    margin-right: auto;
}
#google-button, .google-button {
    /* background: #cf4332; */
    /*width:26%;*/
    width: 90%;
    color: #323232;
    padding: 12px 0px;
    font-family: Lato !important;
    /* margin-right: 20px; */
    font-size: 16px;
    line-height: 20px;
    /* font-weight: normal; */
    border: 2px solid #DCDCDC;
    margin-bottom: 20px;
}

#linkedin-button, .linkedin-button {
    background: #336b9b;
    /*width: 26%;*/
    width: 140px;
    padding: 10px 0px;
    font-family: Lato !important;
    margin-left: 20px;
    font-size: 16px;
}

#facebook-button, .facebook-button {
    /* background: #375794; */
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    width: 90%;
    padding: 13px 0px;
    font-family: Lato !important;
    font-size: 16px;
    color: #323232;
    line-height: 20px;
    border: 2px solid #DCDCDC;
}

.social-text {
    text-align: center;
}

.seek_expired{
    display:none;
}
.seek_resent_info{
    text-align:center;
    color:red;
    display:none;
}

.or-hr {
    margin-bottom: 0;
    position: relative;
    top: 10px;
    height: 0;
    border: 0;
    width: 90%;
    border-top: 1px solid #c8c8c8;
}
.or {
    display: inline-block;
    position: relative;
    padding: 0px 10px 20px 10px;
    background-color: #FFF;
}
.double_button{
    width:200px;
}
.double_button_row {
    clear: both;
    text-align: center;
    margin: 15px;
}
.role_search {
    display: none;
    text-align: center;
}
._2SC0ZAe &gt; .option {
    position: relative;
}
._2SC0ZAe ._3itiM4- {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: none;
    top: 0px;
}
.clear_sign_container .clear_sign {
    /* position: relative; */
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: none;
    top: 2px;
}
._3itiM4-, .clear_sign {
    position: absolute;
    right: 0px;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
}
._1E_cBvD {
    height: 48px;
    border: 0;
    padding: 0 12px;
    background-color: transparent;
    color: #a8a8a8;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
._1BytwqT {
    fill: currentColor;
    width: 16px;
    height: 16px;
}
._1E_cBvD:hover {
    color: #747474;
}
.role_box.cat_hide {
    display: none;
}
.role_box.keyword_hide{
    display:none;
}
.role_box.location_hide{
    display:none;
}
/*.quick_apply {
    background-color: #1d3bac;
}*/

/*customerized check box-----------------------------*/
.chk_container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: thin solid #33a038;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
    background-color: white;
    border: thin solid #33a038;
}

/* When the checkbox is checked, add a blue background */
.chk_container input:checked ~ .checkmark {
    background-color: #33a038;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error_header_row {
    clear: both;
    width: 100%;
    margin: 0;
    text-align: center;
}

.error_header_title {
    width: 50%;
    padding: 20px;
    font-weight: 600;
    font-size: 32px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.upload_fail {
    color:red;
}
/*------------- reset password page -----------------*/
#reset_message {
    display: none;
    /*background: #f1f1f1;*/
    color: #000;
    position: relative;
    padding: 0px 40px
    /*margin-top: 10px;*/
}

    #reset_message p {
        padding: 0px 20px;
        font-size: 16px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "âœ”";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "âœ–";
    }

/************Quick Upload Page************/
/*.quick_upload{
    float:right;
}*/
.file_upload_note {
    color: #888a8b;
    font-size: 14px;
}
.quick_file_row {
    margin: 5px 0px 5px 0px;
}
.applied_here{
    cursor:pointer;

}
.applied_here:hover{
    font-weight:bold;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
    .inputfile + label {
        color: #485488;
        border: 1px solid currentColor;
        max-width: 80%;
        font-size: 1.25rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        border-radius: 5px;
        margin-left:20px;
    }
        .inputfile + label:hover {
            border: 1.2px solid currentColor;
            background-color: #f9f9f9;
        }
    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

/***********************Profile Sub menu********************************/

.dropdown_menu {
    overflow: hidden;
    padding: 0px 12px;
    border: none;
    /* position: relative; */
}

    .dropdown_menu .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #444E77;
        padding: 28px 0px;
        background-color: inherit;
        font-family: inherit;
        font-weight: bold;
        /* line-height: 70px; */
        margin: 0;
        border-bottom: 4px solid white;
    }
    .dropdown_menu:hover .dropbtn {
        color: #444E77;
        /* opacity: 0.5 !important; */
        border-bottom: 4px solid #444E77;
    }
.dropdown-content {
    display: none;
    margin-top: 1px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    margin-left: -50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
    .dropdown-content a {
        float: none;
        color: #444E77;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }

        .dropdown-content a:hover {
            /* background-color: #ddd; */
        }

.colla_question_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*****************************UI Kit - dropdown *********************************/
.drop_down {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 300px;
    position: relative;
    background: #f5f5f5;
    color: #323232;
    /*border: 2px solid #dcdcdc;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

    .drop_down div {
        display:none;
        /* margin-left: 5px; */
        width: 100%;
        background: #ffffff;
        color: #323232;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-width: 1px;
        position: absolute;
        z-index: 4;
        top: 48px;
        /* left: -1.2px; */
        /* background-color: #f9f9f9; */
        /* border: 1px solid #323232; */
        -webkit-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-topleft: 0px;
        box-shadow: 0px 2px 10px #c8c8c8;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        /*.drop_down:hover div {
    border-width: 1px;
    position: absolute;
    z-index: 4;
    top: 43px;
    left: -1.2px;
    background-color: #f9f9f9;
    border: 1.2px solid #485488;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}*/


        /* Arrow */
        .drop_down:after {
            /*border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid #bbb;*/
            content: '';
            /*height: 0;*/
            position: absolute;
            right: 10px;
            top: 15px;
            /*width: 0;*/
            z-index: 3;
            box-sizing: border-box;
            height: 6px;
            width: 6px;
            border-style: solid;
            border-color: #323232;
            border-width: 0px 1px 1px 0px;
            transform: rotate(45deg);
            transition: border-width 150ms ease-in-out;
        }

.availab_time_row.disabled &gt; .drop_down:after{
    border-color:silver;
}

.drop_down label {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}



    .drop_down label:hover {
        border-color: #323232;
    }
        
        .drop_down input {
            max-height: 0;
            max-width: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            opacity: 0;
            cursor: pointer;
            position: absolute;
            z-index: 2;
            margin: 0px;
        }



        /*.drop_down:hover input {
            min-height: 40px;
            min-width: 100%;
            height: 30px;
            width: 100%;
            margin: 0px;
        }*/
        /* Change to ".select:hover div label" if you want to hide first option after select */
        .drop_down:hover label {
            height: 40px;
            line-height: 40px;
            -ms-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            margin-right: 0px;
        }


.drop_down:hover {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /* border-color: #323232; */
    background: #e6e6e6;
    cursor: pointer;
}

        .drop_down label, .drop_down input:checked + label {
            /* -webkit-border-radius: 3px; */
            /*-moz-border-radius: 3px;*/
            /* border-radius: 4px; */
        }
        .drop_down input:checked + label {
            height: 40px;
            font-weight: bold;
        }

.drop_down:hover:after {
    border-top-color: #f9f9f9;
}
        /*.select input:hover + label, 
.select:hover input:checked + label { font-weight:bold; }*/

        .drop_down input:hover + label {
            background-color: #f0f0f0;
            color: #323232;
        }

/********************Error Notice*****************/

.error_hint {
    color: #E2524D;
    float: right;
    font-size: 13px;
    /* display:none; */
}
.resume_input_cell .error_hint {
    margin-right: 10%;
}
.row_padding{
    padding: 10px 24px;
}
.quick_file, .quick_file_add {
    float: left;
}

/*************************checkbox style***************************/
.master_cell_container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    height: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
}
    .master_cell_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.master_checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #DCDCDC;
}

.master_cell_container:hover input ~ .master_checkmark {
    background-color: #eee;
}

.master_cell_container input:checked ~ .master_checkmark {
    background-color: #88bd41;
    border: thin solid #88bd41;
}

.master_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.master_cell_container input:checked ~ .master_checkmark:after {
    display: block;
}

.master_cell_container .master_checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.master_cell_container .remeber_text {
    float: left;
    /*margin-top: 10px;*/
}
/*************************radio style***************************/
.additional_radio [type="radio"]:checked,
.additional_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .additional_radio [type="radio"]:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        /* line-height: 60px; */
        display: inline-block;
        color: #323232;
        /* font-weight: bold; */
        text-align: center;
        /* height: 60px; */
    }

    .additional_radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #323232;
        /* background-color: #F5F5F5; */
        /* font-weight: bold; */
        /* line-height: 60px; */
        text-align: center;
    }
        .additional_radio [type="radio"]:checked + label:before {
            content: ''; 
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #485488;
            border-radius: 100%;
            background: #fff;
        }
        .additional_radio [type="radio"]:not(:checked) + label:before {
            content: ''; 
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            /*background: #fff;*/
            background-color: #F5F5F5;
        }

        .additional_radio [type="radio"]:checked + label:after,
        .additional_radio [type="radio"]:not(:checked) + label:after {
            content: ''; 
            width: 12px;
            height: 12px;
            background: #485488;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .additional_radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .additional_radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


/************************Reset Page***************************/

.body_mail_link{
    color:#485488;
}
    .body_mail_link:hover {
        color: #353D60;
        text-decoration:underline;
    }

.resend_error_notice {
    text-align: center;
    margin:20px;
}
.resend_button {
    padding-top: 0px;
    display: none;
}
.login_button.reset_button {
    position: relative;
    width: 200px;
    padding: 14px;
    /* height: 20px; */
    text-align: center;
    margin-left: calc(50% - 117px);
    text-transform: uppercase;
    font-size: 16px;
    display:block;
    margin-top: 15px;
}

/****************************Walk in Page**************************/
.walkin_inner_box {
    position: relative;
    height: auto;
    /* min-width: 440px; */
    max-width: 600px;
    padding: 10px;
    /* transform: translate(-50%, -50%); */
    background-color: white;
    border-radius: 10px;
    /* border: thin solid #485488; */
    margin: auto;
}
.apply_button_row_left {
    text-align: left;
    padding: 15px;
    height: 100px;
    display: none;
    margin-top: 50px;
}
.apply_button_row_walkin {
    text-align: center;
    padding: 15px;
    height: 100px;
    display:none;
}

/**************************Profile Page********************************/
.reference_box &gt; .dates{
    display:none;
}
.profile_date{
    width:40%;
    float:left;
    margin-right:10px;
}
.input_default_profile {
    width: 95%;
    line-height: 22px;
    margin: 3px 0px 8px 0px;
    padding: 3px 5px;
    border: 1px solid #969696;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    font-family: Lato;
    background-color: #F5F5F5;
    border: 2px solid #DCDCDC;
}
    .input_default_profile:hover:enabled:not(:focus) {
        background-color: #f0f0f0;
        border: 2px solid #DCDCDC;
    }
    .input_default_profile:focus {
        border: 2px solid #009BFF;
    }
.profile_textarea {
    width: 95%;
    font-size: 14px;
    font-family: Lato;
    /* border: 1px solid #969696; */
    border: 2px solid #DCDCDC;
    background-color: #F5F5F5;
}
.profile_dob {
    padding: 9px 5px;
    height: 22px;
}
.profile_container {
    margin-top: 28px;
    height: auto;
    padding-left: 20px;
}
/******************************Page Not Found***************************************/
.page_not_found {
    text-align: center;
    color: #757575;
    margin-top:50px;
}
    .page_not_found a {
        color: #485488;
    }


    /**********************************************/
.login_pass_row, .login_user_row_short {
    position: relative;
}
    .login_pass_row &gt; i, .login_user_row_short &gt; i{
        position: absolute;
        top: 20px;
        right: -20px;
    }

    /****************Work Expierence Page**********************/
.work_form{
     display:none; 
}

.workapply_box {
    margin: 15px 0px 20px 0px;
}
    .workapply_box .dates, .referenceapply_box .dates {
        color: #888;
        font-size: 14px;
        line-height: 22px;
    }

    .workapply_box .title, .referenceapply_box .title {
        font-weight: bold;
    }

    .workapply_box .location, .referenceapply_box .location {
        font-size: 14px;
        line-height: 20px;
    }

    .workapply_box .details, .referenceapply_box .details {
        font-size: 16px;
        padding: 0px 0px 0px 0px;
    }

    .workapply_box .section_action, .referenceapply_box .section_action {
        float: right;
        text-align: center;
        width: 70px;
    }
        .workapply_box .section_action:hover, .referenceapply_box .section_action:hover {
            cursor: pointer;
        }
.detail-collapsed {
    max-height: 20px;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
}
.sublink{
    font-size:14px;
    cursor:pointer;
    color:blue;
}
.sublink:hover{
    text-decoration:underline;
}
.detail-expended {
    height: auto !important;
    overflow: visible;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
}
.detail_container &gt; .details {
    overflow: hidden;
}
.work_form .cell_container {
    width: 28%;
    margin-top: 0px;
    height: 25px;
    margin-right: 50%;
}
    .work_form .cell_container.cell_container_ref {
        width: 40%;
    }
.work_form .half_form {
    float: left;
    width: 50%;
}
.work_form .profile_date.year {
    width: 45%;
    margin-right: 0px;
}
.work_form .profile_date.month {
    width: 45%;
    float: left;
    margin-right: 5px;
}
.work_form .buttons, .form .wait {
    text-align: center;
    clear:both;
    padding-top: 20px;
    padding-bottom:40px;
    margin: 20px 0px;
}
.work_form .title{
    font-size:14px;
}
.green_border_button {
    line-height: 20px;
    height: 20px;
}
    .green_border_button:hover {
        /* color: white; */
        /* background-color: #1890FF; */
    }
.apply_add {
    margin-top: 1px;
    margin-bottom: 20px;
    clear: both;
}
.work_form {
    margin-top: 15px;
}
    .work_form .profile_button {
        float: left;
    }

        .work_form .profile_button:hover {
            /* background-color: #78AA3D; */
        }
.new_workforce {
    margin-top: 15px;
    display: none;
}
.half_form .start .year{
    margin-right: 3%;
}
.half_form .end .month {
    /* margin-left: 5%; */
}
.work_form .title.margin5per{
    margin-left:0px;
}
.profile_button.cancel_btn {
    /* background-color: white; */
    /* color: #323232; */
}
    .profile_button.cancel_btn:hover {
        background-color: #E6E6E6;
    }

.referenceapply_box {
    margin: 15px 0px 20px 0px;
}
.row.row_long_margin {
   padding: 30px 50px 0px 50px;
}
.quiz_btn_instruction:hover {
    /*background-color: #74356b;*/
}
.top_link {
    color: #096DD9;
}
.top_link:hover {
    text-decoration:underline;
}
.availab-date {
    font-weight: bold;
    float: left;
    /*margin-top: 10px;*/
}
.a_error {
    color:red;
}
.btn-close {
    padding: 1.2px 7px;
    font-size: 18px;
    /* line-height: 1.5; */
    border-radius: 3px;
    color: #646464;
}
.btn-close:hover{
    color: black;
}
.short{

width: 95%;
}
.rolelist_box td {
    padding: 0px;
}
div#fancy_print {
    /* background: url(images/print2.jpg) no-repeat scroll left top transparent; */
    cursor: pointer;
    width: 44px;
    height: 44px;
    left: -44px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    display: block;
    text-align: center;
}
.fancybox-navigation .fancybox-button, .fancybox-toolbar{
    visibility:visible
}
.show_here {
    text-decoration: underline;
    
}
    .show_here:hover {
        cursor: pointer;
        opacity: 0.5;
    }
.apply_button_row.upload_next .hint{
    margin-bottom:10px;
    font-size:14px;
}
.hint .far {
    color:  #52C41A;
    margin-right: 5px;
    font-size: 16px;
}
.apply_header_title.question_title i {
    color: gold;
    font-size: 20px;
}

.buttons {
    text-align: center;
    margin: 20px;
}
.section_referenceapply{
    margin-top:10px;
}
.landing_text{padding: 0px 24px 21px 24px;border-bottom: 1px solid #DCDCDC;text-align: center;}
.apply_innerbox_500 .prepage_box .row {
    padding: 0px 0px 30px 0px;
    /* box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.16); */
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: white;
    border: 0px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(50,50,50,0.3), 0 4px 8px -2px rgba(50,50,50,0.25);
}
.apply_innerbox_500 .middle_text {
    color: #002766;
    line-height: 28px;
    font-weight: bold;
    font-size: 24px;
    text-align:center;
}

.input_double {
    padding: 12px 4px 0px 12px;
    height: 34px;
}
.login_user_row {
    position: relative;
}
    .login_user_row .floating_label {
        position: absolute;
        pointer-events: none;
        top: 16px;
        left: 14px;
        transition: 0.2s ease all;
        color: #646464;
        font-size:14px;
    }
    .login_user_row .intl-tel-input .floating_label {
        position: absolute;
        pointer-events: none;
        top: 16px;
        left: 50px;
        transition: 0.2s ease all;
        color: #646464;
        font-size: 14px;
    }
    .login_user_row input:focus ~ .floating_label, .login_user_row input:not(:focus):valid ~ .floating_label {
        top: 4px;
        left: 14px;
        font-size: 12px;
        opacity: 1;
        color: #646464;
    }
    /*.login_user_row .intl-tel-input input:focus ~ .floating_label, .login_user_row .intl-tel-input input:not(:focus):valid ~ .floating_label {
        top: 4px;
        left: 14px;
        font-size: 12px;
        opacity: 1;
        color: #646464;
    }*/
.login_input.signup_phone.input_double {
    height: 50px;
}
.btn-social img{
    height: 20px;
    line-height: 20px;
    /* margin-top: 2px; */
    vertical-align: middle;
}
.btn-social .social_text {
    vertical-align: middle;
}
#body_up_landing {
    height: 47px;
    background-color: #FFF3F2;
    margin: 10px 24px;
    border-top: 3px solid #D93E2F;
    display: none;
    position: relative;
}
.margin_30 {
    /* margin:30px; */
    height: 30px;
}
.error_close {position: absolute;float: right;top: 10px;right: 10px;}
.error_sign_in{

color: #096DD9;
}
.error_sign_in:hover{
    cursor:pointer;
    text-decoration:underline;
}
.btn-social:hover {
    border: 2px solid #646464;
}
.login_forgot {
    color: #096DD9;
}

/********************sign in / up************************/
/*************************radio style***************************/
.sign_in_radio [type="radio"]:checked,
.sign_in_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .sign_in_radio [type="radio"]:checked + label {
        position: relative;
        /* padding-left: 28px; */
        /* cursor: pointer; */
        line-height: 60px;
        display: inline-block;
        color: #323232;
        font-weight: bold;
        text-align: center;
        height: 60px;
    }

    .sign_in_radio [type="radio"]:not(:checked) + label {
        position: relative;
        /* padding-left: 28px; */
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #323232;
        background-color: #F5F5F5;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
    }

    .sign_in_radio [type="radio"]:checked + label:before {
        /* content: ''; */
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #485488;
        border-radius: 100%;
        background: #fff;
    }

    .sign_in_radio [type="radio"]:not(:checked) + label:before {
        /* content: ''; */
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        /*background: #fff;*/
        background-color: #F5F5F5;
    }

    .sign_in_radio [type="radio"]:checked + label:after,
    .sign_in_radio [type="radio"]:not(:checked) + label:after {
        /* content: ''; */
        width: 12px;
        height: 12px;
        background: #485488;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .sign_in_radio [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .sign_in_radio [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/**********************************************************/
.master_login_button {
    position: relative;
    width: 86%;
    padding: 14px;
    /*height: 20px;*/
    text-align: center;
    /* margin-left: calc(50% - 117px); */
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
#up_Forgot &gt; .login_error_row, #body_up_Forgot &gt; .login_error_row {
    text-align: center;
    margin: auto;
}
.btn-primary-nagetive .menu_text {
    line-height: 20px;
    height: 20px;
    padding: 29px 0px;
    border-bottom: 4px solid white;
}
    .btn-primary-nagetive .menu_text:hover {
        border-bottom: 4px solid #444E77;
    }
.dropdown-content a:hover{
    background-color:#e6e6e6;
}
.margin_left_10{
    margin-left:10px;
}
.profile_left .section_profile .form .buttons {
    margin: 30px 0px;
}
.apply_quiz_next.ethos_button{
    display:none;
}
.row.row_long_margin .availability_sub_notice {
    margin: 30px 0px;
    padding: 18px;
    background-color: #FDF7E5;
    border-top: solid 3px #FFB928;
    width: 600px;
}
    .row.row_long_margin .availability_sub_notice .fa-exclamation-circle {
        color: #bba541;
        margin-right: 10px;
    }</pre></body></html>