@media (max-width: 1520px) {
    .job-table thead tr th.position-name {
        min-width: 30%;
    }

    .job-table .blueButton {
        overflow: hidden;
    }

    #countdown_container {
        left: auto;
        right: 50px;
    }
}

@media (min-width: 1024px) {
    .lg\:hidden {
        display: none;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none;
    }
}

@media (max-width: 1023px) {
    .colored-box-image-date span.colored-box-image-date-icon + span {
        vertical-align: 2px;
    }

    .job-card-holder p.apply-btn-holder {
        text-align: center !important;
    }
}

@media (max-width: 991px) {


    .job-table.applyments tbody tr td {
        padding-left: 10px;
        padding-right: 10px;
    }

    input[type="text"].file-name {
        width: calc(100% - 115px)
    }


    .job-table .table thead {
        display: none;
    }

    .job-table {
        padding: 0;
        margin-top: 0;
    }

    .job-pager {
        border-left: 10px solid #e8ecf0;
        border-right: 10px solid #e8ecf0;
        padding-bottom: 30px;
        border-bottom: .9375rem solid #e8ecf0;
    }

    .job-table .table tbody tr {
        border: 1px solid #000;
    }

    .job-table td .blueButton {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .job-table .table tbody, .job-table .table td, .job-table .table tr {
        display: block;
    }

    .job-table .table tbody tr td:first-child {
        padding-top: .625rem;
    }

    .job-table .table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #000;
        background: #fff;
    }
    .job-table .table tbody tr td:last-child {
        border-bottom: 1px solid #000;
    }

    .job-table .table tbody tr td span {
        margin: 8px 0;
    }

    .job-table .table tbody tr td span.job-title {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .job-table .table tbody tr td[data-label]::before {
        content: attr(data-label);
        padding: .3125rem .625rem .3125rem 0;
        display: block;
        width: 40%;
        color: #0d5594;
        font-size: 0.95em;
        font-weight: 600;
    }

    .job-table .table tbody tr td[data-label] span, .job-table .table tbody tr td[data-label] time {
        width: 65%;
        display: flex;
    }

    .job-table.applyments .table tbody tr td {
        background: #eee;
        min-height: 50px;
    }

    .job-table.applyments .table tbody tr td span.job-title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        display: block;
    }

    .job-table.applyments tbody tr td span.job-title a {
        color: #143a6a;
        font-weight: bold;
    }

    .job-table.applyments .table tbody tr {
        margin-bottom: 25px;
    }

    .job-table a.blueButton.viewjob {
        margin: 1.25em auto !important;
    }

    .filter-selects .filter-select {
        width: 46%;
        max-width: 46%;
        margin-bottom: 30px;
    }



    .attachment-warning {
        position: static;
        width: 100%;
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .form-horizontal .control-label.cv-label {
        vertical-align: top;
        margin-top: 1px;
    }

    .job-text .job-text-row {
        display: block;
    }

    .job-table {
        padding: 0 10px;
    }

}

@media (max-width: 767px) {
    .reset-password {
        margin-top: 10px;
    }

    .usermenu .blueButton {
        margin-bottom: 20px;
    }

}

@media (max-width: 991px) {
    .upload-test .inside-label {
        display: block;
        margin-top: 20px;
        font-weight: bold;
    }

    .upload-test form input[type="submit"] {
        display: block;
        margin-bottom: 20px;
    }

    .upload-test form .file-group input[type="text"].file-name {
        width: 100%;
    }
    .upload-test .table-head {
        display: none;
    }

    .upload-test {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .upload-test .inside-label {
        display: none;
        margin-top: 10px;
    }
}
