﻿#VacancyFilterTable {
    padding: 10px 15px;
}

#VacancyFilterTable th {
    width: 200px;
}

@media screen and (max-width: 320px) {
    #VacancyFilterTable th, #VacancyFilterTable td {
        width: 100% !important;
        display: inline-block;
    }

    #btnApplyFilters {
        width: 100%;
    }
}

.vacancy-panel {
    min-height: initial;
}

.vacancy-panel-title {
    color: #004F8B;
    font-size: 1.375em;
}

.vacancy-panel {
    font-size: initial;
}

.vacancy-panel-title {
    min-height: initial;
}

.vacancy-panel > .panel-body {
    padding: 15px;
}

.vacancy-panel-label {
    font-weight: bold;
}

.vacancy-panel-descriptiontext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .vacancy-panel-image-content {
        margin-top: 1.5rem !important;
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}