﻿div.job-detail div.container {
    max-width: 1092px;
}

div.job-detail .header {
    background: #311b92;
    background-image: url('/lib/img/or-circles-50.png'); /* fallback */
    background: url('/lib/img/or-circles-50.png') no-repeat right -50px top -184px, linear-gradient(to right, #311b92, #1c1052); /* W3C */
}

div.job-detail .header h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

div.job-detail .header .back-to-search
{
    display: block;
    min-height: 35px;
    background-image: url('/lib/img/arrow-back-on-blue.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    margin-top: 60px;
    margin-left: 32px;
}

div.job-detail .header .back-to-search span.upper {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
}

div.job-detail .header .back-to-search span.lower {
    display: block;
    color: #b9a5de;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    top: -1px;
}

div.job-detail .header .back-to-search span.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

div.job-detail div.card.job {
    margin-top: 52px;
    color: #9a9a9a;
}

div.job-detail div.card.job div.upper-panel {
    padding: 0em;
}

div.job-detail div.card.job div.upper-panel p {
    color: #3b393e;
    margin-top: 1.5rem;
}

div.job-detail div.card.job div.upper-panel p.posted {
    margin-left: 2rem;
}

div.job-detail div.card.job div.upper-panel p.ref {
    text-align: right;
    margin-right: 1rem;
}

div.job-detail div.card.job div.upper-panel .upper-actions .col
{
    padding-left: 0rem;
    padding-right: 0rem;
}

div.job-detail div.card.job div.upper-panel a.add-to-shortlist, div.job-detail div.card.job div.upper-panel a.shortlisted {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

div.job-detail div.card.job div.upper-panel a.add-to-shortlist span, div.job-detail div.card.job div.upper-panel a.shortlisted span {
    background-image: url('/lib/img/icon-shortlist-on-blue.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

div.job-detail div.card.job div.upper-panel a.add-to-shortlist:hover, div.job-detail div.card.job div.upper-panel a.shortlisted:hover {
    background-color: #4a379f;
}

div.job-detail div.card.job div.upper-panel a.apply {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

div.job-detail div.card.job div.upper-panel a.apply:hover {
    background-color: #ff7a16;
}

div.job-detail div.card.job div.upper-panel a.disabled {
    background-color: #e5dcf3;
}

div.job-detail div.card.job div.upper-panel a.disabled:hover {
    background-color: #e5dcf3;
}

div.job-detail div.description-and-actions {
    padding-left: 112px;
    padding-right: 112px;
}

div.job-detail div.description-and-actions h4 {
    font-size: 1.375rem;
    color: #404040;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}

div.job-detail div.description {
    color: #404040;
    line-height: 2;
}

div.job-detail div.actions {
    padding-top: 60px;
    padding-bottom: 80px;
}

div.job-detail div.actions .btn {
    width: 100%;
    font-weight: bold;
}

div.job-detail div.actions .other p.note {
    color: #9a9a9a;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0px;
    padding-top: 6px;
}

div.job-detail div.actions .other a {
    display: inline-block;
    text-transform: uppercase;
    color: #404040;
    font-size: 0.875rem;
    font-weight: 600;
}

div.job-detail div.actions .other a:hover {
    border-bottom: 1px solid #404040;
}

div.job-detail div.actions .other .separator {
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: none;
    background-image: url('/lib/img/separator-circle.png');
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width : 1048px) {

    div.job-detail .header .back-to-search span.lower {
        display: none;
    }

}

/* This is the medium break point */
@media only screen and (max-width : 992px) {

    div.job-detail .header .back-to-search span.lower {
        display: block;
    }

    div.job-detail .header h1 {
        margin-top: 48px;
        margin-bottom: 30px;
        padding-left: 42px;
        padding-right: 42px;
    }

    div.job-detail .header a.back-to-search
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    div.job-detail div.description-and-actions {
        padding-left: 42px;
        padding-right: 42px;
    }

}

/* This is the small break point */
@media only screen and (max-width : 600px) {

    div.job-detail .header .back-to-search-wrap
    {
       text-align: center;
    }

    div.job-detail .header a.back-to-search {
        display: inline-block;
        margin: 0px;
    }

    div.job-detail div.description-and-actions {
        padding-left: 12px;
        padding-right: 12px;
    }

    div.job-detail div.card.params p.ref {
        text-align: left;
        padding-top: 8px;
    }

    div.job-detail div.actions div.other {
        text-align: center;
        padding-top: 20px;
        font-size: 1rem;
    }

    div.job-detail div.actions div.other p.note {
        margin-bottom: 6px;
    }

}