.tx-jobapplications p {
    max-width: 100%;
}

.tx-jobapplications td {
    padding: 0.5em 0.2em 0.5em 0.7em;
}

.tx-jobapplications th {
    font-weight: bold;
    padding: 0.5em 0.2em 0.5em 0.7em;
}

.tx-jobapplications th.sort {
    cursor: pointer;
}


.tx-jobapplications small {
    font-size: 1em;
}

.tx-jobapplications b,
.tx-jobapplications strong {
    font-weight: bold;
}

.tx-jobapplications h3 {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 2.2em 0 1em;

    font-family: 'Cabin Sketch', Arial, sans-serif;
    font-weight: normal;
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0em 0 0.65em;
}

.tx-jobapplications label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


.tx-jobapplications .form-group {
    margin-bottom: 15px;
}

.tx-jobapplications .mb-3, .tx-jobapplications .my-3 {
    margin-bottom: 1rem !important;
}

.tx-jobapplications .h-auto {
    height: auto !important;
}

.tx-jobapplications .w-100 {
    width: 100% !important;
}


.tx-jobapplications .btn {
    border: transparent;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F13112;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F27662', endColorstr='#F13112');
    background: -moz-linear-gradient(100% 100% 90deg, #F13112, #F27662);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F27662), to(#F13112));
    text-decoration: none;
    margin-bottom: 1em;
    margin-top: 0.5em;
    font-size: 120%;
}


.tx-jobapplications .btn.btn-secondary {
    background: #999;
}

/*.tx-jobapplications .form-group input,
.tx-jobapplications .form-group select {
    height: 2.4em;
    width: 100%;
}*/

.tx-jobapplications .form-group input,
.tx-jobapplications .form-group select,
.tx-jobapplications .selectize-input input,
.tx-jobapplications .selectize-dropdown-content {
    font-size: 120%;
}
.tx-jobapplications #application-form label {
    display: block;
}

.tx-jobapplications #application-form .form-control {
    width: 100%;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.tx-jobapplications .tb-row,
.tx-jobapplications #application-form .form-row,
.tx-jobapplications .filter .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
}

.tx-jobapplications .filter .form-row .form-group.col {
    flex-basis: 47%;
}

.tx-jobapplications .col-md-3
.tx-jobapplications #application-form .form-group.col-md-3 {
    flex-basis: 22%;
}

.tx-jobapplications .col-md-4
.tx-jobapplications #application-form .form-group.col-md-4 {
    flex-basis: 30%;
}

.tx-jobapplications .col-md-8
.tx-jobapplications #application-form .form-group.col-md-8 {
    flex-basis: 66%;
}

.tx-jobapplications .col-md-6,
.tx-jobapplications #application-form .form-group.col-md-6 {
    flex-basis: 47%;
}

.tx-jobapplications #application-form .form-group.col,
.tx-jobapplications #application-form .form-group.col-md-12 {
    flex-basis: 100%;
}


.tx-jobapplications .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.tx-jobapplications .filepond ul li {
    text-indent: 0;
}

.tx-jobapplications .filepond ul li:before {
    display: none;
}

/* Helper */

.tx-jobapplications  fieldset.formstyle {
    padding: 2em;
    background-color: #E7E7E7;
    border: 1px solid #E7E7E7;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.filepond--drip {
    opacity: 0.5;
background: #bcbcbc;
    box-shadow: 0px 1px 20px 7px #ffffff;
}
.tx-jobapplications .filterrow,
.tx-jobapplications .flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tx-jobapplications .filterrow {
    column-gap: 1rem;
    margin-bottom: 1rem;
}
.tx-jobapplications .filterrow .selectize-input {
    font-size: 120%;
    }
.tx-jobapplications .filterrow .form-group {
    margin: 0;}

.tx-jobapplications .filterrow .col {
    flex-basis: 30%;
}

.tx-jobapplications .reset .btn {
    margin-bottom: 0;
    margin-top: 1.8em;
}


@media (max-width: 576px) {
    .tx-jobapplications .filterrow .col {
        flex-basis: 40%;
    }
    .tx-jobapplications .filterrow .reset {
        flex-basis: 100%;
    }
    .tx-jobapplications .reset .btn {
        margin-top: 1em;
    }
    .hidden-small {
        display: none;
    }

    .tx-jobapplications .flexrow .col-sm-12,
    .tx-jobapplications #application-form .form-group.col-sm-12 {
        flex-basis: 97%;
    }
}


a.phone {
    display: inline-block;
    text-decoration: none;
    text-indent: -0.7em;
    margin-left: 1.4em;
}

a.phone:hover {
    text-decoration: underline;
}

a.phone:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin-right: 0.5em;
}

