/* job extension*/
/* job-list*/

.tx-jobs .jobfilter {
    margin-top: 50px;
    margin-bottom: 26px;
}

.tx-jobs .imageRow {
    padding-top: 50px;
}

.tx-jobs .jobSearchBar {
    margin-top: 25px;
    padding-top: 25px;
}

.tx-jobs .jobSearchBar input {
    margin-bottom: 1rem;
}

.tx-jobs .jobSearchBar button {
    margin-right: 1rem;
}


.tx-jobs .imageRow img {
    width: 100%;
    height: auto;
}

.tx-jobs img.job-contact-image, .tx-jobs img.job-hiringOrganisation-logo {
    width: 25%;
    height: auto;
}

.tx-jobs .job-list .job-item:not(:last-child) hr.jobs-spacer, .tx-jobs .jobs-alljobs .jobfilter hr.jobs-spacer {
    border: 1px solid black;
}


.tx-jobs .jobs-alljobs ul.job-filterlist, .tx-jobs .jobs-alljobs ul.job-filterlist ul.job-filterlist-items, .tx-jobs .jobs-show ul.job-list {
    list-style-type: none;
    padding-left: 0;
}

.tx-jobs .jobs-alljobs ul.job-filterlist ul.job-filterlist-items [type="checkbox"] {
    cursor: pointer;
}

.tx-jobs .jobfilter-block {
    margin-top: 30px;
}

.tx-jobs .jobfilter-filter {
    padding: 30px;
    margin-bottom: 30px;
}


/*bootstrap dropdown with checkboxes*/
.tx-jobs .checkbox-menu {
    width: 100%;
}

.tx-jobs .checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.tx-jobs .checkbox-menu li input {
    margin: 0px 5px;
    top: 0;
    position: relative;
}

.tx-jobs .checkbox-menu li.active label {
    background-color: #cecece;
    font-weight: bold;
}

.tx-jobs .checkbox-menu li label:hover,
.tx-jobs .checkbox-menu li label:focus {
    background-color: #f5f5f5;
    cursor: pointer;
}

.tx-jobs .checkbox-menu li.active label:hover,
.tx-jobs .checkbox-menu li.active label:focus {
    background-color: #b8b8b8;
}

.tx-jobs .dropdown button span.job-category-selection {
    font-size: 14px;
    border: 2px solid rgba(69, 65, 59, 0.15);
    border-radius: 20px;
    color: rgb(69, 65, 59);
    padding: 0.4rem 1rem;
    margin-right: .5rem;
}

.tx-jobs .jobs-alljobs .dropdown button.btn-default {
    display: flex;
    flex-flow: wrap;
    gap: .5rem 0;
    align-items: center;
}

.tx-jobs a.job-title-link {
    padding-right: 0;
}

.tx-jobs .removeCross {
    font-size: 23px;
    color: rgb(69, 65, 59);
    position: relative;
    top: 3px;
    padding-right: 3px;
    line-height: 22px;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.tx-jobs .jobfilter #reset-button {
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.tx-jobs .jobfilter #reset-button:after {
    content: "";
}

.tx-jobs .jobfilter .jobResetFilter {
    margin-top: -30px;
}