.tx-tt3-career .job-filter {background-color: #F2F2A0;}
.tx-tt3-career .form-control {margin-bottom: 0; border-radius: 0em;}
.tx-tt3-career .filter-submit{margin-bottom: 1.25em;}
.tx-tt3-career input, .tx-tt3-career .selectize-input {border-radius: 0em;}


.tt3career-list-view .joboffer a {text-decoration: none;}
.tt3career-list-view .row.joboffer {padding: 1em;}
.tt3career-list-view .row.joboffer.odd {background: rgba(0, 56, 123, 0.05);}

.tx-tt3-career form fieldset[id$="fieldset-hidden"] {
    display: none;
}
.tx-tt3-career .no-jobs-found {
    font-size: 20px;
    color: red;
}
.tt3career-list-view .list-group-item span.label {
    @media (min-width: 1400px) {
        display: block;
    }
}

.tt3career-grid-view .list-group-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.tt3career-grid-view .list-group-item,
.tt3career-list-view .list-group-item {
    border: none;
    padding: 0;
}

.tt3career-grid-view .list-group-item .btn-close,
.tt3career-list-view .list-group-item .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.tt3career-table-view table {
    overflow: auto;
}

.tx-tt3-career .btn-watchlist .badge{
    top: 0;
    right: 0;
}
.tx-tt3-career .btn-watchlist .icon svg{
    max-width: 48px;
    max-height: 48px;
}

.tx-tt3-vehicles ul.f3-widget-paginator {
    padding: 0;
}
.tx-tt3-career ul.f3-widget-paginator li {
    list-style: none;
    display: inline;
}

/* Table Template Layout Breakpoint */
@media (max-width: 768px) {
    .tx-tt3-career .filter-submit{margin-bottom: 0em;}
    .tt3career-table-view table {
        border: 0;
    }

    .tt3career-table-view table thead {
        display: none!important; /* hide header */
    }

    .tt3career-table-view table tbody,
    .tt3career-table-view table tr,
    .tt3career-table-view table td {
        display: block;
        width: 100%;
    }

    .tt3career-table-view table tr {
        margin-bottom: 1.5rem;
        border: 0;
        padding: 0;
    }

    .tt3career-table-view table td {
        padding: 0.5rem 0;
        border: none;
        position: relative;
    }

    .tt3career-table-view table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 0.25rem;
        color: #6c757d;
    }
}

