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

   * LOGIN: SITE LEVEL

   * EXTRA NAV

   * DASHBOARD: DASHLETS: ARTICLE LEVEL
   ========================================================================== */

/* 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.
 */

/* LOGIN: SITE LEVEL
   ========================================================================== */

/* Behaviour
   -------------------------------------------------------------------------- */
.body--login {
    background-position: center center;
}

/* EXTRA NAV
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.extra-nav__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.extra-nav {
    background-color: #EBEFF5;
}

.body--search-jobs .extra-nav,
.body--dashboard .extra-nav {
    background-color: #FFFFFF;
}

.extra-nav__title {
    font-weight: 400;
    font-size: 18px;
}

@media all and (min-width:769px) and (max-width:1024px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .extra-nav .button {
        width: auto !important;
        float: none !important;
    }

}

@media all and (max-width:1024px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .extra-nav__title {
        margin-bottom: 10px;
    }

    /* Appearance
       -------------------------------------------------------------------------- */
    .extra-nav__title {
        text-align: center;
    }

}

@media all and (min-width:1025px) {

    /* Behaviour
       -------------------------------------------------------------------------- */
    .extra-nav__content > * {
        display: inline-block;
    }

}

/* DASHBOARD: DASHLETS: ARTICLE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.article--dashlet .article__content {
    padding: 12px 12px;
}

.article--dashlet .button--action-default {
    padding: 0;
}

.article--dashlet .button--action-secondary {
    padding: 0;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.article--dashlet .button--action-default span {
    display: none;
}

.article--dashlet .button--action-secondary span{
    display: none;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article--dashlet .button--action-default {
    font-size: 18px;
}

.article--dashlet .button--action-default:hover,
.article--dashlet .button--action-default:active {
    border-color: transparent;
    background-color: transparent;
}

.article--dashlet .button--action-default:focus {
    border-color: transparent;
    background-color: transparent;
}

.article--dashlet .button--action-secondary {
    font-size: 15px;
    vertical-align: top;
}

.article--dashlet .button--action-secondary:hover,
.article--dashlet .button--action-secondary:active {
    border-color: transparent;
    background-color: transparent;
}

.article--dashlet .button--action-secondary:focus {
    border-color: transparent;
    background-color: transparent;
}

/* SEARCH ENGINE
   -------------------------------------------------------------------------- */

.body--dashboard .section__searchbar,
.body--search-jobs .section__searchbar {
    margin-top: 0;
    background-color: #444444;
    color: #FFFFFF;
}

.body--dashboard .section__searchbar__wrapper,
.body--search-jobs .section__searchbar__wrapper {
    width: 100%;
    padding: 30px 10px;
}

.body--dashboard .form--search,
.body--search-jobs .form--search {
    margin: 0;
}

.body--dashboard .button--search,
.body--search-jobs .button--search {
    width: 100% !important;
}

.body--dashboard .form--search input,
.body--dashboard .form--search select,
.body--dashboard .form--search .postalCodeWrapper .select2-selection,
.body--search-jobs .form--search input,
.body--search-jobs .form--search select,
.body--search-jobs .form--search .postalCodeWrapper .select2-selection {
    color: #999999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,ffffff+100 */
    background: rgb(214, 214, 214);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    border-radius: 20px;
    padding: 7px 10px;
    font-size: 20px;
}

.body--dashboard .form--search .postalCodeWrapper .select2-selection,
.body--search-jobs .form--search .postalCodeWrapper .select2-selection {
    padding: 19px 10px;
    min-width: 180px;
}

.body--dashboard .form--search .postalCodeWrapper .select2-selection__rendered,
.body--search-jobs .form--search .postalCodeWrapper .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 0;
    margin-top: -13px;
}

.body--dashboard .form--search-html .fieldSpec,
.body--dashboard .form--search .fieldSpec,
.body--search-jobs .form--search-html .fieldSpec,
.body--search-jobs .form--search .fieldSpec {
    width: 20%;
}

.body--dashboard .form--search .fieldSpec.zipCode--field,
.body--search-jobs .form--search .fieldSpec.zipCode--field {
    width: 33%;
}

.body--dashboard .form--search .fieldSpec + .fieldSpec,
.body--dashboard .form--search .radiusWrapper,
.body--search-jobs .form--search .fieldSpec + .fieldSpec,
.body--search-jobs .form--search .radiusWrapper {
    margin-left: 10px;
}

.body--dashboard .form--search .labelText,
.body--search-jobs .form--search .labelText {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

.body--dashboard .form.form--search textarea,
.body--search-jobs .form.form--search textarea {
    color: #999999;
    background: rgb(214, 214, 214);
    background: -moz-linear-gradient(top, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0);
    max-height: 40px;
    overflow-y: hidden;
    line-height: 20px;
}

.body--dashboard .grid__item.grid__item--buttonbar,
.body--search-jobs .grid__item.grid__item--buttonbar {
    max-width: 175px;
}

.body--dashboard button,
.body--dashboard button:link,
.body--dashboard button:visited,
.body--search-jobs button,
.body--search-jobs button:link,
.body--search-jobs button:visited {
    border-color: #00B288;
    background-color: #00B288;
    color: #FFFFFF;
    border-radius: 20px;
    min-width: 120px;
    font-size: 20px;
}

.body--dashboard .form--search .Section,
.body--search-jobs .form--search .Section {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.body--dashboard .form--search fieldset,
.body--search-jobs .form--search fieldset {
    width: 100%;
}

.body--dashboard .select2-container--default .select2-selection--single .select2-selection__arrow,
.body--search-jobs .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

@media all and (max-width:760px) {
    .body--dashboard .form--search .fieldSpec,
    .body--search-jobs .form--search .fieldSpec {
        clear: both;
        float: none;
        width: 100%;
    }

    .body--dashboard .form--search .Section,
    .body--search-jobs .form--search .Section {
        flex-direction: column;
    }

    .body--dashboard .grid__item.grid__item--buttonbar,
    .body--search-jobs .grid__item.grid__item--buttonbar {
        max-width: 100%;
    }

    .body--dashboard button,
    .body--dashboard button:link,
    .body--dashboard button:visited,
    .body--search-jobs button,
    .body--search-jobs button:link,
    .body--search-jobs button:visited {
        min-width: 100%;
    }

    .body--dashboard .form--search .fieldSpec.zipCode--field,
    .body--search-jobs .form--search .fieldSpec.zipCode--field {
        width: 100%;
    }

    .body--dashboard .form--search .fieldSpec + .fieldSpec,
    .body--search-jobs .form--search .fieldSpec + .fieldSpec {
        margin-top: 10px;
    }

}

/* Fix for search bar in dashboard */
.body--dashboard .tc_formField,
.body--search-jobs .tc_formField {
    display: flex;
}

.body--dashboard .tc_formField .postalCodeWrapper,
.body--search-jobs .tc_formField .postalCodeWrapper,
.body--dashboard .tc_formField .radiusWrapper,
.body--search-jobs .tc_formField .radiusWrapper {
    width: 100%;
}

@media all and (min-width:761px) {
    .form select {
        height: 40px;
        padding: 10px 10px 10px 6px;
        min-width: 120px;
        max-width: 100%;
    }
    .body--dashboard .form--search .postalCodeWrapper .select2-selection,
    .body--search-jobs .form--search .postalCodeWrapper .select2-selection {
        min-width: 100px;
    }
}

/* Only acosta group branding colors */
/* header */
.header:has(.header__logo--acosta){
    background-color: #9B9B9B;
}

/* content buttons*/
.extra-nav__content .button--acosta{
    color: #C8004E;
    border-color: #C8004E;
}

.extra-nav__content .button--acosta:hover {
    background-color: #c8004d1f;
}

/* content icons*/
.article--details .article__icon--acosta {
    color: #C8004E;
}

/* aside button*/
.grid__item--aside .aside .button--default--acosta{
    border-color: #C8004E;
    background-color: #C8004E;
}

.grid__item--aside .aside .button--default--acosta:hover{
    background-color: #c8004dd5;
}

/* aside links */
.link--acosta .list--view-more-aside .list__item:hover .list__item__text__title {
    color: #C8004E;
}

.link--acosta .article--view-more-aside .link {
    color: #C8004E;
}

/* Acosta Branding UploadResume, SubmitCandidate */

.section__footer .link--acosta,
.section__header__text__title.link--acosta .link {
    color: #C8004E;
}

.form--acosta .nextButton,
.form--acosta .nextButton:link,
.form--acosta .nextButton:visited,
.form--acosta .saveButton,
.form--acosta .saveButton:link,
.form--acosta .saveButton:visited {
    border-color: #C8004E;
    background-color: #C8004E;
}

.form--acosta .nextButton:hover,
.form--acosta .saveButton:hover {
    background-color: #c8004dd5;
}

/* SubmitCandidateSuccess */

.body--acosta .header {
    background-color: #9B9B9B;;
}

.body--acosta .header__logo.header__logo--default {
    background-image: url('../images/logo-acosta.svg');
    width: 300px;
    height: 55px;
}

.body--acosta .banner--main {
    background-image: none;
    background-color: #C8004E;
}

.body--acosta .section__footer .link {
    color: #C8004E;
}