.jobs_category--selector {
    position: relative;
}

.jobs_category--selector:hover {
    cursor: pointer
}

.jobs_category--selector:before {
}

.job-eyecatcher {
    position: absolute;
    right: 0;
    width: 150px;
    bottom: 0;
}

.taken .job_box--bg {
    opacity: 0.5;
}

.taken .job-box {
    position: relative;
    overflow: hidden;
}

.taken .job-box::before {
    color: white;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    width: 410px;
    height: 40px;
    background: #e4000f;
    left: 0;
    bottom: 50%;
    transform: rotate(-24deg);
    z-index: 50;
    transform-origin: left bottom;
    text-align: center;
}

.taken .job_box--position {
    opacity: 0.5;
    filter: grayscale(1);
}

.fakeoption {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    border: 1px solid #cfcfcf;
    margin-right: 10px;
}

.jobs_category--selector.active .fakeoption:after {
    background-color: #9c9c9c;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 12px;
    width: 12px;
    border-radius: 9999px;
}

.jobs_category--selector.active:before,
.jobs_category--selector.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;

    border-top: 30px solid transparent;
    left: 50%;
    bottom: -50px;
}

.jobs_category--selector .fakeoption {
    top: -3px;
}

.jobs_category--selector.active:before {
    border-top-color: #eeeeee;
    transform: translateX(-50%);
}

.jobs_category--selector.active:after {
    border-top-color: white;
    transform: translateX(-50%) translateY(-1px);
}

.jobs_categorycontainer {
    transition: height 0.5s ease;
    position: relative;
}

.jobs_category {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s linear;
    width: 100%;
    pointer-events: none;
}

.jobs_category.active {
    opacity: 1;
    pointer-events: inherit;
}

.job_header {
    position: relative;
}

.job_header:hover {
    cursor: pointer;
}

/*
.job_header:after
{
    position:absolute;
    right:0;
    height:37px;
    width:37px;
    line-height:37px;
    content:"+";
    font-size:26px;
    color:white;
    border-radius:9999px;
    background-color:#dd2314;
    text-align: center;
    top:50%;
    transform:translateY(-50%);
    transition:all 0.5s ease;
    opacity:1;
}*/
.button_apply--position .button {
    height: 37px;
    display: block;
    transition: 0.5s all ease;
    content: "+";
}

.job.active .button_apply--position .button {
    max-width: inherit;
}

.job .button_apply--position .button--expanding {
    width: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.job .button_apply--position .button--expanding span {
    display: block;
    width: 100px;
    white-space: nowrap;
}

.job.active .button_apply--position .button--expanding {
    width: 190px;
}

.job .button_apply--position .button {
    padding: 0;
    height: 37px;
    min-width: 37px;
    max-width: 37px;
}

.job .button_apply--position .button:before {
    background: none;
    content: "+";
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    line-height: 22px !important;

}

.job.active .button_apply--position .button:before {
    content: "";
    background-image: url("/themes/Red/images/chev-right.png");
    background-repeat: no-repeat;
    left: 7px;
}

#Form_JobForm fieldset {
    display: flex;
    flex-wrap: wrap;
}

.jobdescription {
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
}

.zeroheight {
    height: 0 !important;
}

.iconContainer span {
    color: #000;
}

.job-box {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s ease all;
    position: relative;
}

.job-box.inactive {
    opacity: 0.25;
}

.job_box--position h3 {
    font-weight: normal !important;
}

.job_box--bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.job_box--bg::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 40px;
    transform: translateY(100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.job_box--background {
    /*background: rgba(227,0,12,0.8);*/
    background-image: url(/resources/themes/bag/images//bg_metal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.job-box:hover,
.job-box.active {
    opacity: 1;
}

.job-box .h2 {
    color: white;
    margin-bottom: 0;
}

.job-box .bg-red {
    cursor: pointer
}

.taken .job-box .bg-red {
    cursor: inherit;
}

.job-box--shadow {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

.job_box--position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 85%;
}

.job_box_button--position {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 77%;
    text-align: center;
}

.job_box_button--position .button {
    background: white !important;
    color: black !important;
    display: block;
}

.job_box_button--position .button i {
    color: black;
    margin-right: 20px;
    font-size: 18px;
}

.job_infos {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.job_infos img {
    height: 35px;
}

.whiteimage {
    filter: brightness(0) invert(1);
}

.jobinfoicons .lSAction > a {
    top: 70px !important;
    margin-top: 0;
}

.jobinfoicons .lSAction > a i {
    font-size: 30px;
}

.jobinfoicons .lSAction > a:hover i {
    color: #e4000f;
}

.job_body {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}