﻿div.job-repeater {
    padding-top: 60px;
    padding-bottom: 100px;
}

div.job-repeater div.container {
    max-width: 1092px;
}

div.job-repeater div.record-count {
    padding-left: 95px;
    background-image: url('/lib/img/job-list-icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 50px;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

div.job-repeater div.record-count h4 {
    font-size: 1.4rem;
    padding: 0px;
    margin: 0px;
    color: #404040;
    font-weight: 600;
}

div.job-repeater div.record-count h4 span {
    color: #ff8540;
}

div.job-repeater div.record-count h4 span.shortlist-count {
    color: #404040;
}

div.job-repeater div.controls {
    margin-top: 60px;
    color: #757575;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 52px;
}

div.job-repeater div.controls div.row {
    margin-bottom: 10px;
}

div.job-repeater div.controls div.results-per-page h6 {
    float: left;
    padding-left: 0px;
    margin-right: 12px;
}

div.job-repeater div.controls div.results-per-page select {
    float: left;
    width: auto;
    height: 2.4rem;
    position: relative;
    top: -2px;
}

div.job-repeater div.controls div.sorting {
    text-align: right;
    padding-top: 5px;
}

div.job-repeater div.controls div.sorting a {
     color: #757575;
     display: inline-block;
     padding: 0px 16px 0px 14px;
     background-image: url('/lib/img/arrow-up-down.png');
     background-position: right center;
     background-repeat: no-repeat;
     white-space: nowrap;
}

div.job-repeater div.controls div.sorting a:hover {
    color: #404040;
}

div.job-repeater div.controls div.sorting a.sort-desc {
    background-image: url('/lib/img/arrow-up-down-desc.png');
}

div.job-repeater div.controls div.sorting a.sort-asc {
    background-image: url('/lib/img/arrow-up-down-asc.png');
}

div.job-repeater .card.job .upper-panel {
    background: #4e215c;
    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(90deg, #4e215c, #732077); /* W3C */
}

div.job-repeater .card.job h4 a:hover {
    border-bottom: 1px solid #ffffff;
}

div.job-repeater .card.job .upper-panel h6, div.job-repeater .card.job .upper-panel h4 a, div.job-repeater .card.job .upper-panel span.ref {
    color: #ffffff;
}

div.job-repeater div.no-results {
    text-align: center;
    padding-top: 1rem;
    margin: 0 auto;
    max-width: 80%;
}

div.job-repeater div.no-results a.btn {
    margin-top: 2rem;
}

div.job-repeater div.no-results p a {
    color: #ff6d00;
}

div.job-repeater div.no-results p a:hover {
    border-bottom: 1px solid #ff6d00;
}

div.job-repeater div.actions {
    padding-top: 10px;
    padding-bottom: 15px;
}

    div.job-repeater div.actions .left-hand > div {
        float: left;
        display: inline-block;
    }

    div.job-repeater div.actions .left-hand > div.btn-wrap a {
        font-weight: bold;
        color: white;
    }

        div.job-repeater div.actions .left-hand > div.btn-wrap a {
            border-bottom: inherit;
        }

    div.job-repeater div.actions .left-hand > div.sign-in-panel {
        padding: 0 .75rem;
    }

    div.job-repeater div.actions .left-hand p.note {
        color: #9a9a9a;
        font-size: 0.875rem;
        font-weight: 600;
        margin: 0px;
        padding-top: 6px;
    }

    div.job-repeater div.actions .left-hand .sign-in-panel a {
        display: inline-block;
        text-transform: uppercase;
        color: #404040;
        font-size: 0.875rem;
        font-weight: 600;
    }

        div.job-repeater div.actions .left-hand a:hover {
            border-bottom: 1px solid #404040;
        }

    div.job-repeater div.actions .left-hand .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 : 700px) {

    div.job-repeater div.controls div.sorting a {
         padding: 0px 16px 0px 8px;
    }

}

/* This is the medium break point */
@media only screen and (max-width : 992px) {

    div.job-repeater {
        padding-top: 36px;
    }

    div.job-repeater div.controls {
        margin-top: 36px;
    }

}

/* This is the small break point */
@media only screen and (max-width : 600px) {

    div.on-job-detail.light-upper, div.on-job-detail.dark-upper {
        display: none;
    }

    div.job-repeater div.record-count br {
        display: none;
    }

    div.job-repeater div.controls div.results-per-page {
        width: 240px;
        margin: 0 auto;
    }

    div.job-repeater div.controls div.results-per-page h6 {
        float: none;
    }

    div.job-repeater div.controls div.results-per-page select {
        float: none;
        margin: 12px 0px 0px 10px;
    }

    div.job-repeater div.controls div.sorting a {
        display: block;
        margin-bottom: 4px;
    }

    .job.card span.ref {
        padding-top: 12px;
        display: block;
        float: none;
        text-align: left;
    }

}