/* ==========================================================================
   16_SPECIFICS
   --------------------------------------------------------------------------
   * README

   * DOCUMENT

   * SEARCH JOBS (HOME): SITE LEVEL
   * SEARCH JOBS: SECTION LEVEL
   * SEARCH JOBS: ARTICLE LEVEL

   * PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   * PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */

/* README
   ========================================================================== */

/*!
 * Styles on this stylesheet are the All specific styles.
 * That means they apply to any page that deals with an exception to any
 * default style.

 * If you need to deal with an exception to any default styles, you should
 * manage it by adding a .X--modifier class to the .X element and develop the
 * given exception nested to this .X--modifier class in this stylesheet under
 * the corresponding page subtitle.

 * These .X--modifier classes and its nested styles are grouped by page in which
 * are featured, sorted by HTML depth, and separated in Structure, Behaviour or
 * Appearance styles as appropriate.
 */

/* DOCUMENT
   ========================================================================== */

   [class*="__wrapper"] {
    max-width: 1102px;
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    [class*="--form-narrow"] {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }
}

/* HEADER CONTENT
   ========================================================================== */

.language_switcher {
    display: none;
}

/* NAV HEADER
   ========================================================================== */

/* Media query to target only desktop */

@media all and (min-width:1025px) {
    /* home */
    .nav_home_link {
        border-bottom: 2px solid #f37054;
    }
    .nav_home_link:hover {
        border-bottom: 2px solid #f37054;
    }
    .nav__item--active .nav_home_link {
        border-bottom: 2px solid #f37054;
    }
    /* events */
    .nav_other_events {
        border-bottom: 2px solid #f89e2b;
    }
    .nav_other_events:hover {
        border-bottom: 2px solid #f89e2b;
    }
    .nav__item--active .nav_other_events {
        border-bottom: 2px solid #f89e2b;
    }
    /* campusindex */
    .nav_other_campusindex {
        border-bottom: 2px solid #10ae5a;
    }
    .nav_other_campusindex:hover {
        border-bottom: 2px solid #10ae5a;
    }
    .nav__item--active .nav_other_campusindex {
        border-bottom: 2px solid #10ae5a;
    }
    /* login */
    .nav_login_link {
        border-bottom: 2px solid #10b3ef;
    }
    .nav_login_link:hover {
        border-bottom: 2px solid #10b3ef;
    }
    .nav__item--active .nav_login_link {
        border-bottom: 2px solid #10b3ef;
    }
    .subnav__item--active .nav_login_link {
        border-bottom: 2px solid #10b3ef;
    }
}

/* SEARCH JOBS (HOME): SITE LEVEL
   ========================================================================== */

.body--search-jobs .main__wrapper {
    padding-bottom: 0;
}

.body--search-jobs .fieldSpec>label {
    color: #FFFFFF;
}

/* SEARCH JOBS: BANNER
   ========================================================================== */

.body--search-jobs .banner--main {
    background-image: url('../images/banner-home.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .body--search-jobs .banner--main {
        height: 400px;
        margin-bottom: -189px;
    }
    .body--search-jobs .banner__text__title {
        font-size: 48px;
    }
}

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .body--search-jobs .banner--main {
        height: 200px;
    }
}

/* SEARCH JOBS: MAIN
   ========================================================================== */

.body--search-jobs .main {
    background-color: transparent;
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .body--search-jobs {
        background-color: #f5f5f5;
    }
    .body--search-jobs .main {
        margin-bottom: 80px;
    }
}

/* SEARCH JOBS: SECTION LEVEL
   ========================================================================== */

/* Media query to target mobile and tablet */

@media (max-width:1024px) {
    .section--search-jobs .section__header:not(.section__header--hr-bottom)+* {
        margin-top: 0;
    }
    .section--search-jobs .section__header__text__title--2 {
        font-weight: 500;
    }
}

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .section--search-jobs {
        padding-bottom: 24px;
    }
    .section--search-jobs .section__header__text__title--2 {
        font-size: 22px;
        letter-spacing: -0.1px;
    }
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .section--search-jobs .section__content__results {
        margin-bottom: 8px;
        padding: 16px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #b4b4b4;
        /* var(--color--borders--1) */
    }
}

/* Media query to target only tablet */

@media all and (min-width:751px) and (max-width:1024px) {
    .section--search-jobs {
        border-radius: 3px 3px 0 0;
        background-color: #FFFFFF;
        padding: 24px;
    }
    .section--search-jobs .section__header__text__title--2 {
        font-size: 24px;
    }
    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 27px;
    }
    .section--search-jobs.section--collapsible-form-search .form--search .form__toggle {
        right: 24px;
    }
}

/* Media query to target only desktop */

@media all and (min-width:1025px) {
    .section--search-jobs .section__header+.section__content {
        margin-top: 0 !important;
    }
    .section--search-jobs .section__header {
        display: none;
    }
    .section--search-jobs .section__header:not(.section__header--hr-bottom)+* {
        margin-top: 20px;
    }
    .section--search-jobs .section__content+.section__content {
        border-radius: 3px 3px 0 0;
        background-color: #FFFFFF;
        padding: 32px 48px;
    }
    .section--search-jobs .section__content__results {
        margin-top: 8px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #b4b4b4;
        /* var(--color--borders--1) */
    }
}

/* SEARCH JOBS: ARTICLE LEVEL
   ========================================================================== */

.article--result+.article--result {
    margin-top: 12px;
}

.article--result .article__header__text__subtitle {
    margin-top: 2px;
    color: inherit;
}

.article--result .article__content {
    line-height: 150%;
}

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .article--result {
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #E8E8E8;
        /* var(--color--borders--1) */
    }
    .article--result .article__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .article--result .article__header__text {
        width: 100%;
        padding: 16px 16px;
    }
    .article--result .article__header__text__title {
        font-size: 18px;
    }
    .article--result .article__header__text__subtitle {
        color: #565656;
        /* var(--color--text--2) */
    }
    .article--result .article__header__actions {
        width: 100%;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #E8E8E8;
        /* var(--color--borders--1) */
        padding: 4px 8px;
        text-align: left;
    }
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .article--result {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */

.article--attachments-upload {
    border-radius: 5px;
    border-width: 1px;
    border-style: dashed;
    border-color: #E8E8E8;
    /* var(--color--borders--1) */
    background-color: #FFFFFF;
    padding: 16px 16px 16px 16px;
}

.article--attachments-upload .article__header {
    margin-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E8E8E8;
    /* var(--color--borders--1) */
    padding-bottom: 16px;
}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .list--steps .list__item__text__subtitle {
        margin-bottom: -6px;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        overflow: hidden;
    }
}

/* SOCIAL SHARE
   ========================================================================== */

/*Fix me*/

.fv-share-alt {
    /* margin-top:-3px; */
    vertical-align: middle;
}

/* SEARCH JOBS：FORM
   ========================================================================== */

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .form--search .fieldSpec:last-child {
        padding-top: 28px;
    }
}

.body--search-jobs .form--search .ui-widget {
    border-radius: 5px;
}

/* LOGIN PAGE
   ========================================================================== */

/* spec banner image */

.body--login-page .banner--main {
    background-image: url(../images/login-v2-banner.gif);
}

/* JOBDETAIL PAGE
   ========================================================================== */

/* Job View */

.body--jobDetail-page strong {
    font-weight: bold;
}

.body--jobDetail-page .section__content ul,
.body--jobDetail-page .section__content ol {
    list-style: initial;
    margin: 0 !important;
    padding: 0 !important;
}

.body--jobDetail-page .section__content ul li,
.body--jobDetail-page .section__content ol li {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 16px !important;
}

.body--jobDetail-page .section__content .article__content .fieldContainer * {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #454545 !important;
    line-height: 150% !important;
}

/* PRIVACY PAGE
   ========================================================================== */

.body--privacy-page .article__header__text__title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
}

.body--privacy-page .p-title {
    font-size: 26px;
    font-weight: 700;
    margin: 14px 0 14px 0;
    color: #00aeee;
}

.body--privacy-page .p-main-title {
    font-size: 30px;
    font-weight: 700;
    margin: 14px 0 22px 0;
    color: #454545;
}

.body--privacy-page .high-light {
    color: #00aeee;
}

/* FORM STYLE
   ========================================================================== */

div[class*="fieldSpec"].TableFormField--cols2 [id^="multipleDatasetEntry_"]>div>div {
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    div[class*="fieldSpec"].TableFormField--cols2 [id^="multipleDatasetEntry_"]>div>div.form__item--odd,
    div[class*="fieldSpec"].TableFormField--cols2 [id^="multipleDatasetEntry_"]>div>div.form__item--even {
        width: calc(50% - 50px);
        /* 50% - 0.5 * var(--grid--gutters--24) */
    }
    /*
     * 1. Setting the element as a left column item.
     * 2. Clearing all floats (two consecutive .form__item--odd elements will stack just fine).
     */
    div[class*="fieldSpec"].TableFormField--cols2 [id^="multipleDatasetEntry_"]>div>div.form__item--odd {
        float: left;
        /* 1 */
        clear: both;
        /* 2 */
    }
    /*
     * 1. Setting the element as a right column item.
     * 2. Clearing only the right float (in case we have two consecutive .form__item--even elements).
     */
    div[class*="fieldSpec"].TableFormField--cols2 [id^="multipleDatasetEntry_"]>div>div.form__item--even {
        float: right;
        /* 1 */
        clear: right;
        /* 2 */
    }
}

/* APPLICATION METHOD PAGE
   ========================================================================== */

a[class*="methodButton--"] {
    background-size: 8%;
    background-position-x: 12px;
}

.methodButton--file {
    background-image: url(../images/upload.png);
}

.methodButton--paste {
    background-image: url(../images/copy.png);
}

.methodButton--later {
    background-image: url(../images/resume.png);
}

.grid--methods>.grid__item .SeparatorDescription {
    text-align: center;
}

@media all and (min-width:751px) {
    .grid--methods>.grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 48px 0 0 40px;
    }
    .grid--methods>.grid__item:first-of-type {
        padding-left: 100px;
    }
    .grid--methods>.grid__item:nth-of-type(2) {
        margin-left: -20px;
    }
}

/* MOBILE AND DESKTOP STYLE
   ========================================================================== */

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .moblie-show {
        display: inherit !important;
    }
    .moblie-hide {
        display: none !important;
    }
    .mobile-login-button,
    .mobile-login-button:link,
    .mobile-login-button:visited,
    .mobile-login-button:hover,
    .mobile-login-button:active,
    .mobile-login-button:focus {
        border-color: #00aeee !important;
        /* var(--color--buttons--1) */
        background-color: #FFFFFF !important;
        color: #00aeee !important;
        /* var(--color--buttons--1) */
    }
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .desktop-show {
        display: inherit !important;
    }
    .desktop-hide {
        display: none !important;
    }
}

.all-hide {
    display: none !important;
}

/* JOBKIND PAGE FORM STYLE
   ========================================================================== */

.body--jobkind .banner--main {
    background-image: url(../images/banner-home.jpg);
    height: 200px;
}

.body--jobkind .main {
    background-color: #f5f5f5 !important;
}

.body--jobkind .section__header__text__title--2 {
    font-weight: bold;
}

.body--jobkind .button--jobkind {
    border-color: #c2c2c2;
    background-color: #FFFFFF;
    color: #454545;
    font-weight: bold;
    width: 100%;
}

.body--jobkind .button-label {
    color: #454545 !important;
    display: inline-block;
    margin-top: 4px;
    font-weight: normal;
}

.body--jobkind .button-icon {
    width: 20px;
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .body--jobkind .banner--main {
        height: 300px;
        background-position: center top;
    }
    .body--jobkind .form--grid .fieldSpec {
        float: left;
        padding-left: 0;
        padding-right: 24px;
        clear: none;
    }
    .body--jobkind .button-bar {
        position: relative;
    }
}

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .body--jobkind .section__header__text__title--2 {
        text-align: center;
    }
}

/* T699021 style issues of date privacy page
   --------------------------------------------------------------------------------- */
@media all and (min-width:1024px) {
    .body--privacy-page [class*="__wrapper"] {
        max-width: 80%;
    }
}

.body--privacy-page .paragraph {
    padding-bottom: 20px;
    line-height: 170%;
    font-size: 24px;
}

.body--privacy-page .paragraph p {
    line-height: 170%;
    font-size: 24px;
}
@media all and (min-width:1024px) {
    .body--privacy-page .paragraph ul {
        padding-left: 20px;
    }
}

.body--privacy-page .paragraph li {
    position: relative;
    padding-left: 18px;
}

.body--privacy-page .paragraph li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #454545;
}

.body--privacy-page .table--cards {
    width: 100%;
    margin: 20px 0;
}

.body--privacy-page .table--cards thead th,
.body--privacy-page .table--cards td[data-th]:before {
    font-size: 20px;
    font-weight: 600;
}

.body--privacy-page .table--cards tbody td {
    font-size: 18px;
}

.body--privacy-page .table--cards tbody td a,
.body--privacy-page .table--cards--mobile p a {
    color: #00aeee;
    text-decoration: underline;
    word-break: break-all;
}

.body--privacy-page .table--cards--mobile {
    margin: 20px 0;
}

.body--privacy-page .table--cards--mobile .cards-title {
    font-weight: 600;
}

.disabledButton,
.disabledButton:link,
.disabledButton:visited,
.disabledButton:hover,
.disabledButton:focus,
.disabledButton:active {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #FFFFFF;
    cursor: not-allowed;
}

.fieldSpec_description {
    padding-bottom: 16px;
    font-weight: 500;
}

/* login methods page*/

@media all and (min-width:1280px) {
    .section__login--methods .article__buttons__container {
        display: flex;
        align-items: end;
        justify-content: center;
    }
}

.section__login--methods .article__buttons__container .article__content {
    padding: 0 25px;
}

.section__login--methods .button {
    font-size: 2rem;
    color: #ffffff;
    background: #0193cf;
    display: inline-block;
    width: 22rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    margin: 0;
    margin-bottom: 1.3rem;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    border: 0;
    font-family: 'HYXiJianHeiJ';
    box-sizing: border-box;
}

@media all and (max-width:750px) {
    .section__login--methods .button {
        font-size: 1.6rem;
        width: 18rem;
        height: 3.4rem;
        border-radius: 1.7rem;
    }
}

.section__login--methods .button-bar--center {
    display: flex;
    justify-content: center;
}

.section__login--methods .article__header__text__title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px 0;
}