/**
 * Smooth loading.
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

body {
    color: #454545;
    font-family: "FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

/**
 * Wrapper.
 */
#wrapper {
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/**
 * Typography.
 */
h1, h2 {
    font-weight: normal;
    font-style: normal;
    margin: 15px 0 10px 0 !important;
}

h1 {
    font-size: 23px;
    font-weight: normal;
    line-height: 28px;
}

h3 {
    color: #000;
    font-family: "Frutiger Neue W01 Bd",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
}

a, a:visited {
    text-decoration:none;
    color: #006699;
}

a:hover {
    text-decoration: underline;
}

.group {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    position: relative;
}

.span_1_of_2 {
    padding-right: 3%;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.span_2_of_2 {
    padding-left: 3%;
    width: 50%;
    box-sizing: border-box;
    float: left
}

.field {
    margin-top:12px;
}

input,
input.searchfield {
    border: 1px solid #757575;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555;
    font-family: "FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 4px;
    width: 100%;
}

input, select {
    cursor: pointer;
}

input:focus, select:focus {
    border: 1px solid #66afe9;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.lt-ie10 select {
    background-image: none;
}

select {
    -moz-appearance: none;
    background: #fff url("../images/icons/ic_dropdown.png") no-repeat scroll right center / 16px 5px;
    border: 1px solid #757575;
    border-radius: 4px;
    color: #555;
    font-family: "FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    padding: 4px 24px 5px 4px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 100;
}

#filter_20_sub_1083359,
#filter_20_sub_1083352,
#filter_20_sub_1083409,
#filter_20_sub_1083398,
#filter_20_sub_1083364,
#filter_20_sub_1083373,
#filter_20_sub_1083385 {
    display: none;
}

#filter_20_sub_leer {
    display: inline-block;
}

#select-3 > option:nth-child(2) {
    display: none;
}

#linked, #linked2 {
    background: #fff url("../images/icons/ic_linked.png") no-repeat scroll center center;
    background-size: 21px 9px;
    left: calc(50% - 10px);
    opacity: 0;
    position: absolute;
    top: 36px;
    width: 21px;
    height: 9px;
}

.dropdown.parent {
    position: static;
}

#dropdown_30, #dropdown_35 {
    display: none;
}

option {
    font-size: 14px;
    line-height: 1.5;
}

/*.sub,
.sub-dropdown {
    display: none;
}*/

label {
    display:block;
    margin: 0 0 3px 0;
    font-size: 14px;
    color: #575b5e;
}

button {
    float: right;
    background-color: #006699;
    border: 1px solid #006699;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 6px 8px;
    margin-top: 7px;
    margin-bottom: 20px;
}

.jobabo-info {
    margin: 30px 0 30px 0!important;
}


#jobabo-close-button {
    margin-top: 1em;
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #c20555 !important;
}

.parsley-errors-list {
    color: #c20555;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

@media screen and (max-width: 560px) {
    .span_1_of_2,
    .span_2_of_2 {
        width: 100%;
        padding: 0;
    }

    .span_1_of_2 {
        margin-bottom: 15px;
    }
}