.tx-szjob .autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.tx-szjob .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.tx-szjob .autocomplete-no-suggestion { padding: 2px 5px;}
.tx-szjob .autocomplete-selected { background: #F0F0F0; }
.tx-szjob .autocomplete-suggestions strong { font-weight: bold; color: #000; }
.tx-szjob .autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.tx-szjob .simplebar, [data-simplebar-direction] {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.tx-szjob .simplebar .simplebar-scroll-content,
.tx-szjob [data-simplebar-direction] .simplebar-scroll-content {
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.tx-szjob .simplebar-scroll-content::-webkit-scrollbar {
    display: none;
}

.tx-szjob [data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.tx-szjob .simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto;
}

.tx-szjob .simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
}

.tx-szjob .simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #6c6e71;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.tx-szjob .simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.tx-szjob .simplebar-track .simplebar-scrollbar.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}

.tx-szjob [data-simplebar-direction="horizontal"] .simplebar-track,
.tx-szjob .simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px;
}

.tx-szjob [data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.tx-szjob .simplebar.horizontal .simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.tx-szjob .hint-holder {
    position: relative;
    height: 44px;
}
@media (max-width: 768px) {
    .tx-szjob .hint-holder {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .tx-szjob .search-form .hint-holder {
        height: 50px;
    }
}
@media (min-width: 992px) {
    .tx-szjob .search-form .hint-holder {
        height: 63px;
    }
}
.tx-szjob .search-form .hint-holder .ajax-hint {
    padding: 23px 15px 16px 0;
    top: inherit;
    font-size: 15px;
    line-height: 25px;
    left: 36px;
    bottom: -1px;
}
@-moz-document url-prefix() {
    .tx-szjob .search-form .hint-holder .ajax-hint {
        bottom: 0;
    }
}
.tx-szjob .hint-holder .ajax {
    position: absolute;
    z-index: 2;
}
.tx-szjob .hint-holder .ajax-hint {
    color: #CCC;
    position: absolute;
    background: transparent;
    z-index: 1;
    border: 0;
    top: 10px;
    left: 32px;
}
.tx-szjob .tx-szjob.list .hint-holder .ajax-hint {
    max-width: 153px;
}
@media (min-width: 768px) {
    .tx-szjob .hint-holder .ajax-hint {
        top: inherit;
        left: 33px;
        bottom: 7px;
    }
    @-moz-document url-prefix() {
        .tx-szjob .hint-holder .ajax-hint {
            bottom: 8px;
            left: 32px;
        }
    }
}
@media (min-width: 992px) {
    .tx-szjob .search-form .hint-holder .ajax-hint {
        font-size: 20px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .tx-szjob .hint-holder .ajax-hint {
        font-size: 15px;
        left: 33px;
    }
    .tx-szjob .search-form .hint-holder .ajax-hint {
        bottom: -3px;
        left: 35px;
    }
    @-moz-document url-prefix() {
        .tx-szjob .hint-holder .ajax-hint {
            bottom: 7px;
            left: 32px;
        }
        .tx-szjob .search-form .hint-holder .ajax-hint {
            bottom: -4px;
        }
    }
}

@media (max-width: 767px) {
    .tx-szjob .hint-holder .ajax-hint {
        bottom: 10px;
    }
    .tx-szjob .search-form .hint-holder .ajax-hint {
        left: 31px;
        bottom: -7px;
    }
    @-moz-document url-prefix() {
        .tx-szjob .hint-holder .ajax-hint {
            bottom: 7px;
            left: 32px;
        }
    }
}

.tx-szjob #Suggestions {
    position: absolute;
}

.tx-szjob .autocomplete-suggestions {
    width: auto !important;
    max-width: 350px;
    background: #fff;
    box-shadow: 0 6px 8px 0 rgba(74,74,74,0.20);
    color: #898989;
    border: 0;
    border-top: 1px solid #0078C8;
    margin-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tx-szjob .suggestions .autocomplete-suggestions {
    margin-left: 0;
}

.tx-szjob .filter .autocomplete-suggestions {
    top: 43px;
}

.tx-szjob .autocomplete-suggestion,
.tx-szjob .autocomplete-no-suggestion{
    padding: 6px 35px;
}

.tx-szjob .autocomplete-suggestion:hover {
    background-color: #ebf5fb;
}

.tx-szjob .autocomplete-suggestions strong {
    color: #898989;
}

.tx-szjob #FilterJobs {
    display: none;
}

.tx-szjob #sidebar .fancy-select .form-control.area-active::after,
.tx-szjob #sidebar .jobs-within.area-active{
    color: #4a4a4a;
}

.tx-szjob a.disabled {
    pointer-events: none;
    cursor: default;
}

.tx-szjob .loader-color {
    height: 50px;
    width: 50px;
    background-image: url(../Images/ladeanimation_color.png);
    background-size: cover;
    display: block;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    margin: auto;
    text-align: center;
}

.tx-szjob .loader {
    height: 30px;
    width: 30px;
    background-image: url(../Images/ladeanimation_white.png);
    background-size: cover;
    display: block;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .tx-szjob .loader {
        height: 35px;
        width: 35px;
        margin: -7px auto;
    }
}

@media (max-width: 767px) {
    .tx-szjob .loader {
        height: 25px;
        width: 25px;
        margin: -1px auto;
    }
    .tx-szjob .loader-color {
        margin: 10px auto;
    }
    .tx-szjob .autocomplete-suggestions {
        margin-left: 0;
    }
    .tx-szjob .autocomplete-suggestion,
    .tx-szjob .autocomplete-no-suggestion{
        padding: 6px 32px;
    }
}

@media (min-width: 992px) {
    .tx-szjob.list {
        min-height: 1000px;
    }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.tx-szjob.list .search-header {
	border-bottom: 1px solid;
}
