/* Minification failed. Returning unminified contents.
(1818,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1977,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body main #jobsearch-app{line-height:initial;}body main #jobsearch-app .hidden{display:none !important;}body main #jobsearch-app #jobnavigation .dsticn-star:before{z-index:initial !important;}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.5 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;
		height: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* from dst-grid.css */
.column-row:after, .row:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column-row, .row, .clearfix {
    display: inline-block;
}

.column-row, .row, .clearfix {
    display: block;
}

/* from jobsuche.css */
#jobsearch-app {
    background-color: #EFEFEF;
    color: #000;
    font-size: 13px;
    margin: -4px 0 0 0;
    padding: 0;
}

main h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 2px 0 18px 0;
}

main h2 {
    font-size: 16px;
}

main h3 {
    font-size: 13px;
    color: #212121;
}

#jobsearch-app .clearfix:after,
#jobsearch-app .row:after {
    content: "";
    display: table;
    clear: both;
}

#jobsearch-app .clear {
    clear: both;
}

#jobsearch-app .pull-left {
    float: left !important;
}

#jobsearch-app ul.paging-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

    #jobsearch-app ul.paging-list li {
        background: #24869B;
        float: left;
        width: 40%;
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        border-radius: 4px;
    }

        #jobsearch-app ul.paging-list li.page-list-count {
            background: #1C6777;
            margin: 0 1%;
            width: 18%;
            padding: 12px 8px;
            display: block;
            text-align: center;
        }

        #jobsearch-app ul.paging-list li a {
            padding: 12px 8px;
            display: block;
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
        }

        #jobsearch-app ul.paging-list li span {
            padding: 12px 8px;
            display: block;
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            background-color: grey;
            border-radius: 4px;
        }

#jobsearch-app #jobsearch-insert {
    width: 968px;
    margin: -8px 0 16px -8px;
}

#jobsearch-app #jobsearch-search {
    z-index: 10;
}

#jobsearch-app #jobsearch-insert ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

#jobsearch-app #jobsearch-insert li {
    background-color: #F8F8F8;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    float: left;
    list-style: none;
    height: 30px;
    margin-right: -1px;
}

    #jobsearch-app #jobsearch-insert li:hover {
        background-color: #eee;
    }

    #jobsearch-app #jobsearch-insert li a {
        font-size: 13px !important;
        line-height: 31px !important;
        text-decoration: none !important;
        color: #222 !important;
        display: block;
        cursor: pointer;
        padding: 0 16px;
    }

        #jobsearch-app #jobsearch-insert li a span {
            margin-right: 5px;
        }

#jobsearch-app #jobsearch-insert #box-one,
#jobsearch-app #jobsearch-insert #box-two,
#jobsearch-app #jobsearch-insert #box-three {
    display: none;
}

    #jobsearch-app #jobsearch-insert #box-one.active,
    #jobsearch-app #jobsearch-insert #box-two.active,
    #jobsearch-app #jobsearch-insert #box-three.active {
        display: block;
    }

#jobsearch-app .jobsearch-insert-box {
    position: relative;
    top: -1px;
    z-index: 1;
    background-color: #24869B;
    border: none;
    padding: 16px 8px;
    box-shadow: 0 7px 8px rgba(0,0,0,0.3);
}

    #jobsearch-app .jobsearch-insert-box .search-input {
        box-sizing: border-box;
        float: left;
        border: 1px solid #2E7584;
        padding: 8px;
        width: 500px;
        height: 38px;
    }

    #jobsearch-app .jobsearch-insert-box .regionFilterContainer .search-input {
        width: 280px;
    }

#jobsearch-app .autoCompleteContainer {
    position: relative;
}

#jobsearch-app .dd,
#jobsearch-app .ewMoreOptions {
    position: relative;
    float: left;
    width: auto;
    padding: 4px 8px;
    cursor: pointer;
}

    #jobsearch-app .dd.jobsearch-filter {
        background-color: #3A92A5;
        width: 129px;
        margin-right: 8px;
        color: #fff;
        border: 1px solid #2E7584;
        width: 14.3% !important;
        max-width: 180px;
        display: flex;
    }

        #jobsearch-app .dd.jobsearch-filter.dd-active-filter {
            background-color: #5BAFC1;
        }

        #jobsearch-app .dd.jobsearch-filter.active {
            background-color: #fff;
            color: #333;
            border: 1px solid #fff;
        }

        #jobsearch-app .dd.jobsearch-filter span.filterHeading::after {
            text-align: center;
            margin: -4px -8px;
            line-height: 22px;
            content: "\25be";
            float: right;
            font-size: 18px;
            background-color: #4E9DAE;
            width: 23px;
            height: 23px;
            vertical-align: middle;
            border-left: 1px solid #2E7584;
        }

        #jobsearch-app .dd.jobsearch-filter.active span.filterHeading::after {
            background-color: #ccc;
            border-left: 1px solid #ccc;
            content: "\25b4";
        }

#jobsearch-app .dd-submenue {
    display: none;
}

#jobsearch-app .dd.jobsearch-filter .dd-submenue {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 520px;
    height: 235px;
    left: -1px;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(0,0,0,0.3);
    padding: 16px;
    font-size: 14px;
}

    #jobsearch-app .dd.jobsearch-filter .dd-submenue#customIndustryFilter {
        left: auto;
        right: -1px;
    }

    #jobsearch-app .dd.jobsearch-filter .dd-submenue#customContractFilter {
        width: 145px;
    }

    #jobsearch-app .dd.jobsearch-filter .dd-submenue#customPositionFilter {
        width: 185px;
    }

#jobsearch-app .jobsearch-button {
    padding: 8px;
    border: 1px solid #2E7584;
    width: 180px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 35px;
    margin-left: 6px !important;
    line-height: 14px;
    height: 38px;
    cursor: pointer;
    background: #ED827A;
    color: #fff;
}

    #jobsearch-app .jobsearch-button:hover {
        background: #ec8a83;
    }

#jobsearch-app .jobsearch-reset {
    line-height: 25px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    padding: 4px 8px !important;
    padding-right:0 !important;
    width: 12% !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    height: 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    min-width: 129px;
}

#jobsearch-app ::-webkit-input-placeholder {
    color: #999;
}

#jobsearch-app :-moz-placeholder { /* Firefox 18- */
    color: #999;
}

#jobsearch-app ::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

#jobsearch-app :-ms-input-placeholder {
    color: #999;
}

#jobsearch-app .domainFWrapper.noJobs.level0 {
    float: left;
    font-size: 12px;
    line-height: 24px;
    width: 252px;
}

#jobsearch-app .iewLabel {
    display: none;
}

#jobsearch-app .jobsearch-container {
    width: 960px;
    margin-left: 8px;
}

#jobsearch-app .section {
    float: right;
    margin: 0;
    width: 641px;
}

#jobsearch-app #content-aside {
    float: left;
    width: 302px;
}

#jobsearch-app .box {
    position: relative;
    background-color: #fff;
    margin-bottom: 16px !important;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

    #jobsearch-app .box.tools {
        background: rgba(255,255,255,0.8);
        box-shadow: none;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
    }

        #jobsearch-app .box.tools .inner {
            margin-bottom: 0;
        }

        #jobsearch-app .box.tools hr {
            margin: 0;
        }

    #jobsearch-app .box.with-list ul {
        margin: 0;
        padding: 0;
    }

        #jobsearch-app .box.with-list ul li {
            list-style: none;
            margin: 0;
            padding: 8px;
        }

            #jobsearch-app .box.with-list ul li:last-child {
                border: none;
            }

            #jobsearch-app .box.with-list ul li a {
                display: block;
            }

    #jobsearch-app .box.tools h4 {
        margin: 10px 0 4px 0;
    }

    #jobsearch-app .box.bruttonetto p a {
        font-size: 13px;
        font-weight: bold;
        color: #24869B;
        padding-top: 30px;
        display: block;
    }

    #jobsearch-app .box .jobslist-list-label {
        margin-right: 8px;
        float: right;
    }

#jobsearch .box .jobslist-label-new {
    color: #24869B;
    font-weight: bold;
}

#jobsearch-app .box h2 {
    margin: 0;
    padding: 8px;
    max-width: 545px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#jobsearch-app #content-aside .box .box-title,
#jobsearch-app #content-aside .box h2 {
    margin: 0;
    padding: 8px;
    text-overflow: initial;
    overflow: visible;
    white-space: normal;
    font-weight: bold;
}

#jobsearch-app .resultlist .box h2, #jobsearch-app .results-list .box h2 {
    float: left;
    padding: 0;
}

#jobsearch-app .box h2 a {
    color: #24869B;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

    #jobsearch-app .box h2 a:hover {
        text-decoration: underline;
    }


#jobsearch-app .box.tools h4 {
    margin: 10px 0 4px 0;
}

#jobsearch-app .box h3 {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 8px;
}

#jobsearch-app .tipps {
    padding: 20px;
    background: white;
    border-radius: 4px;
    border: 1px #E1E1E1 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    margin-bottom: 16px !important;
}

    #jobsearch-app .tipps .inner {
        align-self: stretch;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        display: inline-flex;
    }

        #jobsearch-app .tipps .inner .icon-wrapper {
            width: 45px;
            height: 45px;
            position: relative;
        }

        #jobsearch-app .tipps .inner .text-wrapper {
            align-self: stretch;
            justify-content: flex-start;
            align-items: stretch;
            display: inline-flex;
            flex-direction: column;
        }

            #jobsearch-app .tipps .inner .text-wrapper .tipps-header {
                color: #222222;
                font-size: 16px;
                font-family: STMatilda Info Variable;
                font-weight: 500;
                line-height: 22.40px;
                word-wrap: break-word;
            }

            #jobsearch-app .tipps .inner .text-wrapper .tipps-subheader {
                color: #222222;
                font-size: 13px;
                font-family: STMatilda Info Variable;
                font-weight: 400;
                line-height: 18.20px;
                word-wrap: break-word;
            }

    #jobsearch-app .tipps .tipps-line {
        align-self: stretch;
        height: 0px;
        border: 1px #E1E1E1 solid;
    }

#jobsearch-app .box .joblist-jobtip {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    box-sizing: border-box;
    padding: 3px 8px;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}

    #jobsearch-app .box .joblist-jobtip.tip {
        border-color: #369EB3;
        color: #369EB3;
    }

    #jobsearch-app .box .joblist-jobtip.greenjob {
        border-color: #5C8A5C;
        color: #5C8A5C;
    }

#jobsearch-app .resultListItem.box {
    box-shadow: none;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 8px;
}

    #jobsearch-app .resultListItem.box.box-searchagent {
        padding: 0px;
    }

    #jobsearch-app .resultListItem.box.jobsearch-companys {
        padding: 10px;
    }

    #jobsearch-app .resultListItem.box.box-searchagent {
        border: none;
    }

#jobsearch-app .results-display {
    margin-bottom: 16px;
}

    #jobsearch-app .results-display h1 {
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 8px;
    }

    #jobsearch-app .results-display h1 {
        float: left;
        font-size: 14px !important;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    #jobsearch-app .results-display .jobsearch-sorting {
        float: right;
    }

        #jobsearch-app .results-display .jobsearch-sorting span {
            padding: 0 8px 0 0;
            float: left;
        }

        #jobsearch-app .results-display .jobsearch-sorting form {
            float: right;
            padding: 0;
            margin-top: -4px;
        }

            #jobsearch-app .results-display .jobsearch-sorting form select {
                border: none;
                background-color: #ccc;
                padding: 4px;
            }

#jobsearch-app .results-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #jobsearch-app .results-list li span {
        font-size: 12px;
    }

#jobsearch-app hr {
    border: none;
    height: 1px;
    color: #efefef;
    background-color: #efefef;
    margin: 0 0 8px 0;
    padding: 0;
}

#jobsearch-app .box .jobslist-list-label {
    margin-right: 8px;
    float: right;
}

#jobsearch-app .box h2 {
    margin: 0;
    padding: 8px;
    max-width: 545px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#jobsearch-app .results-list .box h2 {
    float: left;
    padding: 0;
}

#jobsearch-app .box h2 a {
    color: #24869B;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

    #jobsearch-app .box h2 a:hover {
        text-decoration: underline;
    }

#jobsearch-app .results-list li span.jobadress {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    margin-top: 10px;
}

#jobsearch-app .resultListItem.jobsearch-companys h2 {
    font-size: 13px;
    padding: 8px;
}

#jobsearch-app .resultListItem.greenJobItem {
    border-left: 7px solid #5C8A5C;
}

    /*    #jobsearch-app .resultListItem.greenJobItem:hover {
        background: #fff url('/jobsuche/Content_NEW/img/listing/greenjob_background-leaves.png') no-repeat right bottom;
    }*/
    #jobsearch-app .resultListItem.greenJobItem .jobTitle {
        color: #5C8A5C;
    }

    #jobsearch-app .resultListItem.greenJobItem h2 span.title-leaf {
        background: url('/jobsuche/Content_NEW/img/listing/greenjob_title-leaf.png') no-repeat center center;
        background-size: contain;
        display: inline-block;
        width: 20px;
        height: 20px;
    }

#jobsearch-app .resultListItem p.teaser {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16.9px;
}

#jobsearch-app .box .joblist-movie {
    display: none;
    font-size: 13px;
    margin: 10px 8px 0 0;
    color: #999;
    padding: 3px;
}

    #jobsearch-app .box .joblist-movie.active {
        background-color: #24869B;
        color: #fff;
        display: inline-block;
    }

        #jobsearch-app .box .joblist-movie.active:hover {
            background-color: #2DA6BF;
            color: #fff;
        }

    #jobsearch-app .box .joblist-movie:hover {
        color: #fff !important;
        cursor: pointer;
    }

#jobsearch-app .box .joblist-favourite {
    background: url('/jobsuche/Content_NEW/img/listing/favourite_empty.png') no-repeat center center;
    background-size: contain !important;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
}

    #jobsearch-app .box .joblist-favourite.active {
        background-image: url('/jobsuche/Content_NEW/img/listing/favourite_red.png');
    }

#jobsearch-app .box.resultListItem.greenJobItem .joblist-favourite.active {
    background-image: url('/jobsuche/Content_NEW/img/listing/favourite_green.png');
}

#jobsearch-app .box .joblist-favourite:hover,
#jobsearch-app .box.resultListItem.greenJobItem .joblist-favourite:hover {
    background-image: url('/jobsuche/Content_NEW/img/listing/favourite_black.png');
}

#jobsearch-app .jobsearch-companys .joblist-actions {
    float: right;
    position: relative;
    z-index: 0;
}

    #jobsearch-app .jobsearch-companys .joblist-actions a {
        line-height: 34px;
        vertical-align: middle;
        margin-right: 8px;
        color: #24869B;
    }

    #jobsearch-app .jobsearch-companys .joblist-actions.more-companies a {
        color: black;
        font-weight: bold;
    }

#jobsearch-app .joblist-companylogo {
    display: block;
    background-color: #f7f7f7;
    line-height: 90px;
    height: 90px;
}

    #jobsearch-app .joblist-companylogo img {
        vertical-align: middle;
        max-width: 100px;
        max-height: 45px;
        height: auto;
        width:auto;
    }

#jobsearch-app .joblist-companylogo-helper {
    display: inline-block !important;
    height: 100% !important;
    vertical-align: middle !important;
    background-color: inherit !important;
    padding: 0px !important;
    font-size: inherit !important;
}

#jobsearch-app .joblist-companylisting span {
    display: block;
    background-color: #24869B;
    padding: 5px;
}

    #jobsearch-app .joblist-companylisting span a {
        color: #fff;
    }

#jobsearch-app .box .inner,
#jobsearch-app .inserat-box .inner {
    padding: 8px;
}

.jobs-in-container {
    margin-top: 10px;
}

    .seo-title, .jobs-in-container h2 {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .jobs-in-container h2 {
        margin-top: 0;
    }

.seo-ul, .jobs-in-list {
    list-style: none;
    margin: 0px;
    padding: 0;
}

    .seo-ul li, .jobs-in-list li {
        float: left;
        width: 33.3%;
        word-wrap: break-word;
        margin-bottom: 6px;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .seo-ul a, .jobs-in-list a {
        color: black;
        text-decoration: none;
        background-color: none;
        font-size: 12px;
        display: block;
        width: calc(100% - 13px);
        float: left;
        margin-top: 1px;
    }

#jobsearch-app #media-list {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.resultListItemContent {
    padding: 12px;
}

#jobsearch-app .results-list li span.company {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    padding: 5px 0 0 0;
    display: inline-block;
}

    #jobsearch-app .results-list li span.company a {
        color: #222222;
    }

.successfull-added {
    position: relative;
    background: #24869B;
    margin: 10px 50px -8px 10px;
}

    .successfull-added .add-tipp {
        color: #fff;
        padding: 8px 16px;
        font-weight: bold;
    }

        .successfull-added .add-tipp a span {
            color: #fff;
            float: right;
            opacity: .7;
        }

a.back-to-top {
    font-weight: bold;
    text-align: center;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    left: 8px;
    bottom: 47px;
    background: rgba(36, 134, 155, 0.5);
    line-height: 37px;
    font-size: 20px;
    color: #fff;
}

    a.back-to-top:hover {
        background: #24869B;
        text-decoration: none;
    }

#jobsearch-app .dd.jobsearch-filter .domainFWrapper span::after {
    content: none;
}

#jobsearch-app #dd-filters {
    display: none;
    margin: 16px 0 0 0;
    width: 100%;
}

.displayNone {
    display: none !important;
}

.filterHeadingDefault {
    width: 129px !important;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dd-salary .filterHeadingDefault {
    width: 140px !important;
}

.dd-business .filterHeadingDefault,
.dd-professional .filterHeadingDefault {
    width: 95px !important;
}

/* Searchagent
***********************************/
.searchagentteaser {
    background: #24869B;
    padding: 20px;
}

    .searchagentteaser .single-line {
        overflow: auto;
    }

    .searchagentteaser .headline-searchagent {
        color: #fff;
        float: left;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .searchagentteaser .link-searchagent {
        color: #fff;
        float: right;
    }

    .searchagentteaser .email-searchagent {
        width: 421px;
        box-sizing: border-box;
        padding: 8px;
        line-height: 12px;
        float: left;
        border: none;
        height: 38px;
    }

        .searchagentteaser .email-searchagent.disabled {
            background-color: rgb(235, 235, 228);
            color: rgb(84, 84, 84);
            cursor: default;
        }

    .searchagentteaser .search-agent-opt-out-info {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 5px 0;
        margin-top: 5px;
    }

        .searchagentteaser .search-agent-opt-out-info label {
            color: #fff;
            vertical-align: top;
            display: inline-block;
            width: calc(100% - 25px);
            float: left;
            font-weight: initial;
        }

            .searchagentteaser .search-agent-opt-out-info label a {
                color: rgba(255, 255, 255, 0.6) !important;
                text-decoration: underline;
            }

                .searchagentteaser .search-agent-opt-out-info label a:hover {
                    color: rgba(255,255,255,1) !important;
                }

        .searchagentteaser .search-agent-opt-out-info.displayNone {
            display: none;
        }

        .searchagentteaser .search-agent-opt-out-info .opt-out-cb {
            float: left;
            margin-top: 0;
            margin-left: 0;
            margin-right: 10px;
        }

    .searchagentteaser .btn-searchagent {
        padding: 8px;
        width: 180px;
        cursor: pointer;
        background: #ED827A;
        font-size: 14px;
        color: #fff;
        float: left;
        border: none;
        height: 38px;
    }

    .searchagentteaser span {
        font-size: inherit !important;
    }

        .searchagentteaser span.shorten-searchagent {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
            max-width: 170px;
            margin-bottom: -4px;
        }

    .searchagentteaser .error {
        background-color: #FBE5E5;
        border: 1px solid #D90000;
    }

    .searchagentteaser .successMsg-searchagent {
        text-align: center;
        margin-bottom: 12px !important;
        max-width: inherit !important;
        width: 100%;
    }

    .searchagentteaser span.icon.icon-arrow-right {
        font-size: 13px;
    }

.featherlight title {
    font-weight: bold;
    font-size: 14px;
    background-color: #24869B;
    padding: 8px;
    color: #fff;
    margin-bottom: 16px;
}

.featherlight label {
    font-weight: bold;
}

.featherlight .button {
    margin-left: 16px;
}

#jobsearch-app .mycv.featherlight-inner .inputgroup {
    margin-left: 0;
}

    #jobsearch-app .mycv.featherlight-inner .inputgroup.block {
        width: 100%;
    }

        #jobsearch-app .mycv.featherlight-inner .inputgroup.block input {
            display: block;
            width: 100%;
            box-sizing: border-box;
            margin-left: 0;
        }

        #jobsearch-app .mycv.featherlight-inner .inputgroup.block textarea {
            display: block;
            width: 100%;
            box-sizing: border-box;
            margin-left: 0;
        }

#jobsearch-app .mycv.featherlight-inner #sendEmailOptOutText {
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}

    #jobsearch-app .mycv.featherlight-inner #sendEmailOptOutText a {
        color: #24859a;
    }

        #jobsearch-app .mycv.featherlight-inner #sendEmailOptOutText a:hover {
            text-decoration: underline;
        }

.upload-image p {
    padding: 16px 16px 8px;
    border: 1px dashed #ccc;
    font-weight: bold;
    background-color: #f2f2d6;
    color: #999;
}

#jobsearch-app .pull-right {
    float: right !important;
}

.icon.icon-arrow-right:before {
    content: "\203A";
}

#jobsearch-app .box .inner {
    padding: 8px;
}

#jobsearch-app .job-suggestions-container {
    width: auto;
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-left: 245px;
}

    #jobsearch-app .job-suggestions-container.jobsearch-desktop {
        width: 665px;
        list-style: none;
        padding: 0;
        position: relative;
        margin-left: 0px;
        display: block;
    }

#jobsearch-app .loadingDiv {
    background-image: url(/jobsuche/images/icons/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

#jobsearch-app #resultWithPagingSection .loadingDiv {
    width: 100%;
    margin: 10px 0;
}


/* from general-desktop.css */
body main a {
    text-decoration: none;
    color: #162964;
}

    body main a:hover {
        text-decoration: underline;
    }

body main .clear {
    display: block;
    clear: both !important;
    height: 0px !important;
    _height: 1px !important;
    visibility: hidden;
}

body main #media-list .empty {
    display: none;
}

body main hr {
    padding: 0;
    height: 1px;
    border: 0;
}

.pull-left {
    float: left;
}

/* from themes/derstandard */
.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content {
    background: #f2f6fd /*{bgColorContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    color: #222222 /*{fcHeader}*/;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
        background: #e6e6e6 /*{bgColorDefault}*/ url("../Content/themes/derStandard/images/ui-bg_glass_75_e6e6e6_1x400.png") /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #555555 /*{fcDefault}*/;
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../Content/themes/derStandard/images/ui-icons_222222_256x240.png") /*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
    background-image: url("../Content/themes/derStandard/images/ui-icons_222222_256x240.png") /*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
    background-image: url("../Content/themes/derStandard/images/ui-icons_888888_256x240.png") /*{iconsDefault}*/;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px /*{cornerRadius}*/;
}


.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-front {
    z-index: 100;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    border: none;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 15px 15px 0 15px;
        position: relative;
        border: none;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 15px;
        background: none;
        overflow: auto;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*Company Profilebanner*/
#jobsearch-app .joblist-companylisting {
    position: relative;
    float: left;
    width: 143px;
    text-align: center;
    margin: 1px 0 1px 1px;
    padding: 5px;
}

    #jobsearch-app .joblist-companylisting a.jobcounter {
        color: #fff;
        display: block;
        background-color: #24869B;
        padding: 10px;
        border-radius: 4px;
        height: 17px;
    }

/*#Tinderjobs
*********************************************/
#jobsearch-app .job-suggestion-jobgone {
    margin-left: -245px !important;
}

#jobsearch-app .box .inner {
    padding: 8px;
}

#jobsearch-app .job-suggestions-container {
    width: auto;
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-left: 245px;
}

    #jobsearch-app .job-suggestions-container.candidate-detail,
    #jobsearch-app .job-suggestions-list.candidate-detail {
        width: 100%;
        margin-left: 0px;
    }

    #jobsearch-app .job-suggestions-container.jobsearch-desktop {
        margin-left: 0px;
        display: block;
    }

#jobsearch-app .job-suggestions-list {
    width: auto;
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

#jobsearch-app .job-suggestions-container .job-suggestions-list .card-container {
    display: inline-block;
    position: relative;
    width: 320px;
    height: 110px;
    margin-bottom: 15px;
    margin-right: 2px;
    padding: 15px 15px 15px 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.1);
}

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container.candidate-detail {
        width: 45%;
        margin-right: 2px;
        margin-left: 2px;
    }


    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .card {
        display: block;
    }

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-logocontainer {
        display: block;
        position: relative;
        width: 31%;
        height: 50%;
        float: left;
        padding-right: 5px;
    }

        #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-logocontainer .jobcompany-logo {
            display: block;
            max-width: 100%;
            max-height: 100%;
            padding-top: 15px;
            margin: auto;
            border-radius: 4px;
            height: auto;
            width: auto;
        }


    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-url {
        float: left;
        max-width: 60%;
        min-width: 56%;
        max-height: 29%;
        display: block;
        min-height: 29%;
        overflow: hidden;
        line-height: 1.25em;
    }

        #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-url h3 {
            margin: 0px;
            color: #24859A !important;
            overflow: hidden;
            word-wrap: break-word;
        }

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-leaflet {
        display: block;
        position: relative;
        float: right;
        color: dimgray;
        padding: 2px;
    }

        #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-leaflet.dsticn-star.active {
            color: #fff;
            background-color: #24869B;
        }

        #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-leaflet.dsticn-star.inactive {
        }


    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-description {
        overflow: hidden;
        font-size: 11px;
        height: 45%;
        word-wrap: break-word;
        width: 100%;
        line-height: 1.2em;
        max-height: 3.6em;
    }

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-info {
        float: left;
        font-size: 11px;
        max-width: 67%;
        max-height: 36%;
        height: 36%;
        width: 100%;
        overflow: hidden;
        word-wrap: break-word;
    }

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-location {
        float: left;
        margin-right: 10px;
        overflow: hidden;
        word-wrap: break-word;
        max-width: 40%;
        max-height: 100%;
    }

    #jobsearch-app .job-suggestions-container .job-suggestions-list .card-container .jobcompany-name {
        display: table;
    }



#jobsearch-app .job-suggestions-container.jobsearch-desktop {
    width: 665px;
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-left: 245px;
}

#jobsearch-app .job-suggestions-container.jobsearch-desktop {
    margin-left: 0px;
    display: block;
}

    #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list {
        width: 665px;
        list-style: none;
        padding: 0;
        position: relative;
        display: inline-block;
        margin-top: 0px;
    }

        #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container {
            display: inline-block;
            position: relative;
            width: 280px;
            height: 110px;
            margin-bottom: 15px;
            margin-right: 13px;
            padding: 15px 15px 15px 16px;
            border: 1px solid #ddd;
            background-color: #fff;
            box-shadow: 1px 0px 8px rgba(0,0,0,0.1);
        }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .card {
                display: block;
            }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-logocontainer {
                display: block;
                position: relative;
                width: 100px;
                height: 60px;
                float: left;
            }

                #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-logocontainer .jobcompany-logo {
                    display: block;
                    max-width: 90px;
                    max-height: 50px;
                    padding-top: 15px;
                    margin: auto;
                    border-radius: 4px;
                    height: auto;
                    width: auto;
                }


            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-url {
                float: left;
                max-width: 56%;
                min-width: 56%;
                max-height: 30%;
                display: block;
                min-height: 30%;
                overflow: hidden;
            }

                #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-url h3 {
                    margin: 0px;
                    color: #24859A !important;
                    overflow: hidden;
                    word-wrap: break-word;
                }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-leaflet {
                display: block;
                position: relative;
                float: right;
                color: dimgray;
                padding: 2px;
            }

                #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-leaflet.dsticn-star.active {
                    color: #fff;
                    background-color: #24869B;
                }


            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-description {
                overflow: hidden;
                font-size: 11px;
                height: 45%;
                word-wrap: break-word;
                width: 280px;
                padding-top: 6px;
                max-height: 45%;
                line-height: 1.25em;
            }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-info {
                float: left;
                font-size: 11px;
                max-width: 57%;
                max-height: 36%;
                height: 36%;
                width: 54%;
                overflow: hidden;
                word-wrap: break-word;
            }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-location {
                float: left;
                margin-right: 10px;
                overflow: hidden;
                word-wrap: break-word;
                max-width: 100%;
                max-height: 40%;
            }

            #jobsearch-app .job-suggestions-container.jobsearch-desktop .job-suggestions-list .card-container .jobcompany-name {
                display: table;
            }


/*GreenJob
========================================= */

#jobsearch-app .greenCheckboxLine {
    position: absolute;
    height: 0px;
    width: 18px;
    top: 5px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
}

#jobsearch-app .greenCheckboxLabel {
    position: absolute;
    width: 25px;
    left: 86px;
    top: 8px;
    cursor: default;
}

    #jobsearch-app .greenCheckboxLabel.inactive {
        opacity: 0.3;
    }

    #jobsearch-app .greenCheckboxLabel.active {
        opacity: 1;
    }

        #jobsearch-app .greenCheckboxLabel.active .checkboxCircle {
            transform: translate(14px,0);
            -webkit-transform: translate(14px,0);
            -o-transform: translate(14px,0);
            -moz-transform: translate(14px,0);
            transition-delay: 150ms;
        }

    #jobsearch-app .greenCheckboxLabel.inactive .checkboxCircle {
        transform: translate(0px,0);
        -webkit-transform: translate(0px,0);
        -o-transform: translate(0px,0);
        -moz-transform: translate(0px,0);
        transition-delay: 150ms;
    }


#jobsearch-app .greenTooltip {
    position: absolute;
    display: inline-block;
    right: 11px;
    width: 16.67px;
    height: 16.67px;
    top: 24%;
}

#jobsearch-app .greenTooltipContainer {
    width: 272px;
    background-color: #ffff;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 1;
    height: auto;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    right: -5px;
    top: 23px;
    display: none;
    text-align: left;
    box-shadow: 0 3px 2px rgba(0,0,0,0.3);
}

#jobsearch-app .greenJobText {
    font-weight: bold;
}

    #jobsearch-app .greenJobText a {
        color: #24869B;
    }

#jobsearch-app .resetIcon {
    padding-right: 10px;
}

#jobsearch-app .greenJobInfoIcon {
    position: absolute;
    left: 16.67%;
    right: 16.67%;
    top: -1.5%;
    bottom: 12.5%;
    width: 16.67px;
    height: 16.67px;
}

#jobsearch-app .checkboxCircle {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 11px;
    position: absolute;
    width: 11px;
    left: 0px;
    top: 1px;
}


#jobsearch-app .dd.jobsearch-filter.greenJobBt {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    gap: 9px;
    width: 13% !important;
    /*    background-color: #5C8A5C;
*/ border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 18px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 21px;
    margin-right: 5px !important;
    color: #fff;
    cursor: pointer;
    min-width: 124px;
}

    #jobsearch-app .dd.jobsearch-filter.greenJobBt.active {
        background-color: #3A92A5;
        border: 1px solid #2E7584;
    }

#jobsearch-app .dd.jobsearch-filter .greenCheckbox {
    opacity: 0;
}

@media all and (min-width: 1600px) {
    .desktop main > #jobsearch-app .jobsearch-reset {
        min-width: 129px !important;
    }
}

@media all and (min-width: 1280px) and (max-width: 1300px) {
    #jobsearch-app .dd.jobsearch-filter {
        width: 13.6% !important;
    }
}

@media all and (min-width: 1300px) and (max-width: 1330px) {
    #jobsearch-app .dd.jobsearch-filter {
        width: 13.9% !important;
    }
}

@media all and (max-width: 984px) {
    #jobsearch-app .jobsearch-reset {
        width: 129px !important;
        min-width: 0;
    }

    #jobsearch-app .resetIcon {
        padding-right: 5px;
    }

    #jobsearch-app .dd.jobsearch-filter.greenJobBt {
        min-width: 0;
        width: 115px !important;
    }

    #jobsearch-app .dd.jobsearch-filter.dd-professional {
        width: 9% !important;
    }

    #jobsearch-app .dd.jobsearch-filter.dd-business {
        width: 9% !important;
    }

    #jobsearch-app .greenCheckboxLabel {
        left: 81px;
    }
}

@media all and (max-width: 985px) {
    #jobsearch-app .dd.jobsearch-filter .dd-submenue#customIndustryFilter {
        left: auto;
        right: -450%;
    }
}

@media (min-width: 960px) {
    .desktop main > #jobsearch-app #content-aside {
        max-width: calc(100% - 651px);
        width: calc(100% - 651px);
    }
}

@media (min-width: 1018px) and (max-width: 1279px) {
    #jobsearch-app .tipps {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (min-width: 961px) and (max-width: 1325px) {
    .desktop main > #jobsearch-app .site-sitebar {
        display: none;
    }

    .desktop main > #jobsearch-app {
        --template-columns: [content] repeat(12, 1fr) !important;

    }
}
/* 1. NAVIGATION
========================================= */
#jobsearch-app .jobnavigation-applicant {
    width: 968px;
    background-color: #555 !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

#jobsearch-app #jobnavigation {
    width: 968px;
    height: 42px;
    margin: 0 0 8px 0;
    padding: 0;
}

    #jobsearch-app #jobnavigation li {
        list-style: none;
        float: left;
        border-right: 1px solid #666;
        overflow: hidden;
    }

        #jobsearch-app #jobnavigation li:last-child {
            
            border: none;
            margin-right: 0;
        }

        #jobsearch-app #jobnavigation li a {
            height: 34px;
            position: relative;
            display: block;
            line-height: 34px;
            vertical-align: middle;
            padding: 4px 14px 4px 14px;
            text-decoration: none;
            color: #fff !important;
        }

            #jobsearch-app #jobnavigation li a span.notification-badge {
                position: absolute;
                top: 5px;
                padding: 3px;
                line-height: 8px;
                background-color: #D02609;
                border-radius: 50%;
                font-weight: normal;
                margin: 0;
                left: 8px;
                height: 8px;
                width: 8px;
                text-align: center;
                border: 1px solid #555;
                display: none;
            }

            #jobsearch-app #jobnavigation li a span.notification-badge span {
                margin:0 0 0 -3px;
                font-size:10px
            }

            #jobsearch-app #jobnavigation li a span {
                margin-right: 8px;
                font-size: 14px;
            }

        #jobsearch-app #jobnavigation li:hover {
            background-color: rgba(255,255,255,0.4);
        }


        #jobsearch-app #jobnavigation li.active {
            background:#24869B
        }

            #jobsearch-app #jobnavigation li.active a {
                font-weight: bold;
                color: #fff !important;
            }

#jobsearch-app #jobsearch-insert ul.ui-autocomplete,#JobPortal #jobsearch-insert ul.ui-autocomplete,#jobsearch-app-insert #jobsearch-insert ul.ui-autocomplete,#searchWidget #jobsearch-insert ul.ui-autocomplete,#jobsearch-app ul.ui-autocomplete,#JobPortal ul.ui-autocomplete,#jobsearch-app-insert ul.ui-autocomplete,#searchWidget ul.ui-autocomplete{position:absolute;left:0;top:100%;box-shadow:0 2px 5px rgba(0,0,0,.3);overflow-y:auto;}#jobsearch-app #jobsearch-insert ul.ui-autocomplete li,#JobPortal #jobsearch-insert ul.ui-autocomplete li,#jobsearch-app-insert #jobsearch-insert ul.ui-autocomplete li,#searchWidget #jobsearch-insert ul.ui-autocomplete li,#jobsearch-app ul.ui-autocomplete li,#JobPortal ul.ui-autocomplete li,#jobsearch-app-insert ul.ui-autocomplete li,#searchWidget ul.ui-autocomplete li{border:none;float:none;margin:0;border-bottom:1px solid #ccc;height:auto;}#jobsearch-app #jobsearch-insert ul.ui-autocomplete li span.highlight,#JobPortal #jobsearch-insert ul.ui-autocomplete li span.highlight,#jobsearch-app-insert #jobsearch-insert ul.ui-autocomplete li span.highlight,#searchWidget #jobsearch-insert ul.ui-autocomplete li span.highlight,#jobsearch-app ul.ui-autocomplete li span.highlight,#JobPortal ul.ui-autocomplete li span.highlight,#jobsearch-app-insert ul.ui-autocomplete li span.highlight,#searchWidget ul.ui-autocomplete li span.highlight{color:#000;font-weight:bold;margin:0;}#jobsearch-app #jobsearch-insert ul.ui-autocomplete li.ui-autocomplete-category,#JobPortal #jobsearch-insert ul.ui-autocomplete li.ui-autocomplete-category,#jobsearch-app-insert #jobsearch-insert ul.ui-autocomplete li.ui-autocomplete-category,#searchWidget #jobsearch-insert ul.ui-autocomplete li.ui-autocomplete-category,#jobsearch-app ul.ui-autocomplete li.ui-autocomplete-category,#JobPortal ul.ui-autocomplete li.ui-autocomplete-category,#jobsearch-app-insert ul.ui-autocomplete li.ui-autocomplete-category,#searchWidget ul.ui-autocomplete li.ui-autocomplete-category{font-weight:bold;font-size:14px;padding:4px 7px;line-height:31px;}#jobsearch-app #jobsearch-insert li,#JobPortal #jobsearch-insert li,#jobsearch-app-insert #jobsearch-insert li,#searchWidget #jobsearch-insert li,#jobsearch-app li.ui-menu-item,#JobPortal li.ui-menu-item,#jobsearch-app-insert li.ui-menu-item,#searchWidget li.ui-menu-item{background-color:#f8f8f8;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;float:left;list-style:none;height:30px;margin-right:-1px;}#jobsearch-app #jobsearch-insert li:hover,#JobPortal #jobsearch-insert li:hover,#jobsearch-app-insert #jobsearch-insert li:hover,#searchWidget #jobsearch-insert li:hover,#jobsearch-app li.ui-menu-item:hover,#JobPortal li.ui-menu-item:hover,#jobsearch-app-insert li.ui-menu-item:hover,#searchWidget li.ui-menu-item:hover{background-color:#eee;}#jobsearch-app #jobsearch-insert li a,#JobPortal #jobsearch-insert li a,#jobsearch-app-insert #jobsearch-insert li a,#searchWidget #jobsearch-insert li a,#jobsearch-app li.ui-menu-item a,#JobPortal li.ui-menu-item a,#jobsearch-app-insert li.ui-menu-item a,#searchWidget li.ui-menu-item a{font-size:13px !important;line-height:31px !important;text-decoration:none !important;color:#222 !important;display:block;cursor:pointer;padding:0 16px;}#jobsearch-app ul.ui-autocomplete .ui-menu-item :hover,#JobPortal ul.ui-autocomplete .ui-menu-item :hover,#jobsearch-app-insert ul.ui-autocomplete .ui-menu-item :hover,#searchWidget ul.ui-autocomplete .ui-menu-item :hover{cursor:pointer;}#jobsearch-app #jobsearch-insert li a span,#JobPortal #jobsearch-insert li a span,#jobsearch-app-insert #jobsearch-insert li a span,#searchWidget #jobsearch-insert li a span,#jobsearch-app li.ui-menu-item a span,#JobPortal li.ui-menu-item a span,#jobsearch-app-insert li.ui-menu-item a span,#searchWidget li.ui-menu-item a span{margin-right:5px;}#jobsearch-app #jobsearch-insert li.active,#JobPortal #jobsearch-insert li.active,#jobsearch-app-insert #jobsearch-insert li.active,#searchWidget #jobsearch-insert li.active,#jobsearch-app li.ui-menu-item.active,#JobPortal li.ui-menu-item.active,#jobsearch-app-insert li.ui-menu-item.active,#searchWidget li.ui-menu-item.active{background-color:#24869b;border-top:1px solid #43737d;border-left:1px solid #43737d;border-right:1px solid #43737d;border-bottom:1px solid #24869b;}#jobsearch-app #jobsearch-insert li.active a,#JobPortal #jobsearch-insert li.active a,#jobsearch-app-insert #jobsearch-insert li.active a,#searchWidget #jobsearch-insert li.active a,#jobsearch-app li.ui-menu-item.active a,#JobPortal li.ui-menu-item.active a,#jobsearch-app-insert li.ui-menu-item.active a,#searchWidget li.ui-menu-item.active a{color:#fff !important;font-weight:bold;font-size:15px;}#jobsearch-app .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item,#JobPortal .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item,#jobsearch-app-insert .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item,#searchWidget .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item{margin-left:-40px;}#jobsearch-app #jobsearch-insert .ui-widget-content .ui-state-focus,#JobPortal #jobsearch-insert .ui-widget-content .ui-state-focus,#jobsearch-app-insert #jobsearch-insert .ui-widget-content .ui-state-focus,#searchWidget #jobsearch-insert .ui-widget-content .ui-state-focus,#jobsearch-app #jobsearch-insert .ui-widget-header .ui-state-focus,#JobPortal #jobsearch-insert .ui-widget-header .ui-state-focus,#jobsearch-app-insert #jobsearch-insert .ui-widget-header .ui-state-focus,#searchWidget #jobsearch-insert .ui-widget-header .ui-state-focus,#jobsearch-app .ui-state-focus,#JobPortal .ui-state-focus,#jobsearch-app-insert .ui-state-focus,#searchWidget .ui-state-focus,#jobsearch-app #jobsearch-app .ui-widget-content .ui-state-focus,#JobPortal #jobsearch-app .ui-widget-content .ui-state-focus,#jobsearch-app-insert #jobsearch-app .ui-widget-content .ui-state-focus,#searchWidget #jobsearch-app .ui-widget-content .ui-state-focus{border:none;border-bottom:1px solid #ccc;background:#dadada;}.ui-helper-hidden-accessible{display:none;}#jobsearch-app .regionAutoCompleteContainer .ui-widget-content{max-height:400px;}
