
table.table.data ul {
	padding-left: initial;
	list-style-type: none;
}

table.table.data td {
	min-width: 200px;
}

.pagination a,
.pagination li>span {
	border-radius: 0px !important;
}

#frontend_search {
	clear: both;
	text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.modal-content {
    border-radius: 0px;
}

.max-cell {
    max-width: 300px;
}

.mt-small {
    margin-top: 20px;
}
.mt-medium {
    margin-top: 40px;
}
.mt-large {
    margin-top: 80px;
}


.mb-small {
    margin-bottom: 20px;
}
.mb-medium {
    margin-bottom: 40px;
}

.mb-large {
    margin-bottom: 80px;
}


.transition-fade {
    transition: 0.2s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

.required:after {
    content:" *";
    color: #D8000C;
}

.missing-data {
    border: 1px solid #D8000C;
}
.required:after {
    content:" *";
    color: #D8000C;
}

.missing-data {
    border: 1px solid #D8000C;
}

.appointmentRequestAccepted {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    background-color: forestgreen;
    opacity: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    pointer-events: none;
}

.hidden {
    display:none !important
}

.alarm-box {
    width: 20rem;
    border: 3px #5c5e67;
    float: right;
}

.btn-danger, .btn-secondary {
    color: #fff;
    border-radius: 0.3rem;
}

.btn-danger {
    background-color: #e62321;
}

.card-body {
    padding: 1rem;
    padding-bottom: 0.5rem!important;
}

.career-checkbox-wrapper>label {
    opacity: 100%!important;
}

.vacancies-container>.pager>.pagination {
    margin-bottom: 0!important;
}

.vacancy-container {
    padding: 5px;
    height: 100%;
    background-clip: content-box;
}

@media screen and (max-width: 1440px) {
    .vacancies-container {max-width: 100%;}
}

.user-change-password, .user-contact {
    text-decoration: none;
    font-weight: 600;
    color: #BF3346;
    padding: 0
}

.editAction input[type='text'],
.editAction input[type='password'] {
    border-radius: 0.2em;
    padding-left: 0.5em;
    width: 100%;
}

@media only screen and (min-width: 1400px) {
    .vacancy-wrapper {max-width: 74%!important;}
    .vacancy-container {max-width: 100%;}
    .vacancies-container {max-width: 1395px;}
    .user-contact {padding: 0 0 0.1em 0;}
    .empty-vacancies {max-width: 1395px; margin-left: 1em;}
}

a {
    text-decoration: none;
}