﻿.form-inline.paging-container {
    margin-top: 6px;
    margin-bottom: 6px;
}

.job-description {
    max-height: 200px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.label {
    display: inline-block !important;
}
.panel {
    border: 0 !important;
}
.panel-default {
    background-color: #EEF3FB;
}
.panel-heading {
    padding: 0 !important;
}
.panel-title a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: all .2s;
    background-color: #EEF3FB;
}
.panel-title a.collapsed {
    background-color: #EEF3FB;
}
.panel-title a:hover {
    background-color: #EEF3FB;
}
.panel-title a:after {
    content: "\f0d8";
    font-family: FontAwesome;
    float: right;
}
.panel-title a.collapsed:after {
    content: "\f0d7";
}
.ticked-criteria {
    margin: 10px 0 20px 0;
}
.vacancy-search-criteria {
    padding: 0 !important;
}
.vacancy-apply {
    text-align: center;
    padding-top: 34px;
}

.vacancy-list-item {
    min-height: 500px;
    position: relative;
    padding-bottom: 30px;
}
.vacancy-list-item:after {
    content: "\00a0";
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.vacancy-list-item hr {
    display: none;
}

.vacancy-list-item h3 {
    margin-bottom: 30px;
    /*font-weight: 300;
    font-size: 24px;
    line-height: 30px;*/
}
.vacancies-content-col {
    padding-top: 20px;
    padding-bottom: 0;
}
.vacancies-content-col h1 {
    margin: 0 0 30px 0;
    padding: 0;
}
