﻿select, button, textarea, input:not([type="checkbox"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#footer {
    background-color: #282828;
    padding-top: 0px;
    margin-top: 25px;
}

.footer-bottom {
    border-color: #777;
}

#footer > div > div > img {
    position: relative;
    margin-right: 10px;
    width: 44px;
    height: 45px;
}

#footer-upper-container {
    border-bottom: solid 1px #707070;
}


    #footer-upper-container > div {
        padding-top: 30px;
    }

        #footer-upper-container > div:first-child {
            border-right: solid 1px #707070;
        }

        #footer-upper-container > div > a > p {
            float: right;
            padding-left: 10px;
        }

        #footer-upper-container > div > a > img {
            display: inline;
        }

        #footer-upper-container > div > a > p > span.actual-stat-text {
            opacity: 0.6;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

        #footer-upper-container > div > a > p > span.actual-stat-number {
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

@media only screen and (max-width: 767px) {
    #footer-upper-container > div:first-child {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-links {
        display: grid;
    }
}

.footer-links li:before {
    content: none;
}

.footer-links li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    margin: 0 50px 0 0;
}

    .footer-links li a:hover {
        color: #555 !important;
    }

.footer-links li {
    display: inline;
}

@media only screen and (max-width: 767px) {
    .footer-links li {
        margin-top: 30px;
    }
}

.footer-icon {
    display: flex;
}

.company-info img {
    width: unset;
}

.job-overview ul li span.sameRow {
    display: inline-block;
    margin-left: 5px;
}

.job-overview ul li img {
    margin: auto;
    margin-bottom: 10px;
    max-height: 100px;
}

.job-overview > div > .icon-img {
    top: 5px;
    position: relative;
}

#logo img {
    max-height: 42px;
}

table.manage-table th {
    padding: 9px 15px 9px 15px;
}

table.manage-table tr td {
    padding: 40px 10px;
}

table.manage-table th:first-child {
    width: auto;
    padding: 9px 15px 9px 15px;
}


.search-container select {
    font-weight: 500;
    font-size: 16px;
    min-height: 60px;
    float: left;
    box-sizing: border-box;
    padding: 19px 20px;
    border: none;
    margin-right: 0%;
    width: 29%;
    float: left;
}


/* Form Icons */
select.ico-02 {
    background: #fff url("/Frontend/Images/Template/ico-02.png") no-repeat scroll 96% 20px / 14px 21px;
}

select.ico-01 {
    background: #fff;
}

.search-container select:focus {
    border: none;
}

.cmn-box {
    display: block; /*padding: 37px; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);*/
    margin-bottom: 25px;
}

    .cmn-box h4 {
        color: #3d4145;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .cmn-box ul li {
        display: block;
        border-top: 1px solid #e9e9e9;
    }

        .cmn-box ul li:first-child {
            border-top: none;
        }

        .cmn-box ul li a {
            display: block;
            position: relative;
            font-size: 14px;
            color: #808080;
            font-weight: 300;
            padding: 9px 40px 8px 0px;
            line-height: normal;
        }

            .cmn-box ul li a:hover {
                color: #404638;
            }

            .cmn-box ul li a span.count {
                font-size: 12px;
                color: #62727d;
                padding: 2px 8px 1px 8px;
                background: #dde4e9;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                line-height: normal;
                display: inline-block;
                position: absolute;
                right: -2px;
                top: 9px;
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
                min-width: 30px;
                text-align: center;
            }

            .cmn-box ul li a:hover span.count {
                color: #fff;
                background: #26ae61;
            }

    .cmn-box.archive ul li a {
        padding: 16px 0px 14px 0px;
    }

        .cmn-box.archive ul li a:before {
            font-family: 'icomoon';
            position: absolute;
            top: 16px;
            left: 0;
            color: #c5d0d7;
            font-size: 18px;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
        }

        .cmn-box.archive ul li a:hover,
        .cmn-box.archive ul li a:hover:before {
            color: #26ae61;
        }

.validationError {
    color: #f32;
    text-align: left;
    display:inline;
}

.validationError-center {
    text-align: center;
}

.alert {
    padding: 15px;
    margin: 20px auto;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.cmn-box .blog-tag li {
    display: inline-block;
    border-top: none;
    margin-top: 12px;
}

    .cmn-box .blog-tag li a {
        background: #dde4e9;
        color: #000;
        font-size: 12px;
        display: block;
        padding: 5px 14px;
        border-radius: 3px;
    }

        .cmn-box .blog-tag li a:hover {
            background-color: #26ae61;
            color: #fff;
        }

.fa-plus-circle:before {
    margin-right: 6px;
}

.chosen-container-multi .chosen-choices { /*padding: 0px;*/
    height: auto;
}
    /* a padding miért lett 0? a token editeket elrontja */
    .chosen-container-multi .chosen-choices li.search-choice {
        margin-right: 10px;
    }

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        padding-left: 18px;
    }

.menu ul.float-right ul {
    position: absolute;
    display: none;
    top: 100%;
    /*left: -115px;*/
    z-index: 100;
    width: 200px;
    letter-spacing: 0;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25);
}

    .menu ul.float-right ul:before {
        font-family: "FontAwesome";
        content: "";
        font-size: 23px;
        color: #282828;
        display: block;
        position: absolute;
        top: -11px;
        left: 13px;
    }

.bar {
    padding: 50px 0 50px 0;
    width: 100%;
    display: block;
    /*max-height: 140px;*/
    overflow: hidden;
}

.bar-text{
    color: #ffffff;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    font-size: 200%;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
}

#tiles {
    padding: 20px;
    background-size: cover;
}

    #tiles > div > div {
        justify-content: center;
        width: calc(100% + 48px);
        left: -20px;
        /*top: -10px;*/
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    #tiles .container > h3 > strong {
        padding-left: 13px;
    }

.tile {
    width: 215px;
    height: 143px;
    margin: 0 25px 15px 0;
    text-align: center;
    background-color: #f3f1f1;
    /*padding: 35px 0 20px 10px;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    overflow-wrap: break-word;
}

    .tile img {
        height: 36px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

.tile-lower .tile-title {
    padding-top: 5px;
    min-height: 56px;
    color: #000000;
}

a.tile:hover {
    color: #27c5bd;
}

@media only screen and (max-width: 990px) {
    .tile-title {
        min-height: 110px;
    }
}

.tile-upper {
    color: #f5af2d;
    /*padding-left: 10px;*/
    height: 80px;
}

.tile-lower {
    padding-left: 10px;
}

.tile-popular {
    color: #34b2a7;
}

.worktag {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    font-family: 'OpenSans', sans-serif;
}

@media (max-width: 768px) {
    .worktag {
        margin-top: 5px;
    }
}


.search-title {
    padding: 5px 10px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    opacity: 0.3;
}

@media (max-width:479px){
    .search-title{
        margin-top: 10px;
    }
}

#news {
    float: right;
}

.description .container .row > textarea {
    text-align: left;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.news-tabs {
    padding: 0 0 27px 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

    .news-tabs li {
        width: 100%;
        margin: 0px 0 21px 0px;
        padding: 40px 18px 28px 21px;
        border-radius: 5px;
        border: solid 1px #e3e3e3;
        background-color: #f3f1f1;
    }

.news-thumbs img {
    display: block;
    float: left;
    margin: 3px 18px 0 0;
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.news-tabs li h3 {
    width: 100%;
    height: 26px;
    margin: 38px 0 18px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.news-text {
    overflow: hidden;
    width: 100%;
    height: 58px;
    margin: 18px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.icon-img {
    display: inline-block !important;
    margin-right: 5px;
}

.listing .listing-title {
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: unset;
    width: 100%;
}



@media screen and (max-width: 767px) {
    .listing-worktags {
        width: 100%;
    }
}

.sticky-header #navigation {
    height: 100%;
}

@media only screen and (min-width: 1290px) {
    .sticky-header #navigation > ul {
        border-left: solid 1px rgba(112, 112, 112, 0.5);
        height: 90px;
        margin-top: 0;
        padding-top: 26px;
    }
}

.sticky-header.cloned .menu ul#responsive {
    margin: unset;
}

.sticky-header.cloned {
    max-height: 90px;
}

    .sticky-header.cloned #navigation ul {
        border-left: solid 1px rgba(112, 112, 112, 0.5);
    }

    .sticky-header.cloned .menu ul li a::after {
        color: #333;
    }



.customerContact-button {
    width: 301px;
    height: 48px;
    font-weight: 800px;
    border-radius: 4px;
    background-color: #ffffff;
    font-variant: contextual;
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: 6.3px;
}

.customerContact-title {
    padding-bottom: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.custoemer-bar {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 173px !important;
    text-align-last: center;
}

#testimonials:before {
    background-color: unset;
}

#testimonials {
    background-image: url('/Frontend/Images/Template/BG03.jpg');
}

.slides img {
    display: inline-block;
    width: 156px;
    height: 156px;
    margin: 40px;
    object-fit: contain;
}

.testimonials-slider li p {
    color: unset;
}

.flex-control-nav {
    bottom: 0px;
}

.flex-control-paging li a.flex-active {
    cursor: default;
    background-color: #000000;
}

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    background-color: #cbcaca;
}

    .flex-control-paging li a:hover {
        background: gray;
    }

.testimonials-slider h1 {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

#customerDescription {
    margin-top: unset;
}

.margin-top-120 {
    margin-top: 120px;
}

#customerDescription h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}

#customerDescription li {
    /*background: url('/Frontend/Images/Icons/ionic-md-checkbox.svg') no-repeat left center;*/
    margin-left: 30px;
    padding-bottom: 6px;
}

#customerDescription ul {
    padding-bottom: 20px;
    list-style: unset;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.descriptionTitle {
    height: 25px;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-bottom: 90px;
    padding-top: 45px;
}

#banner {
    background-size: unset;
    min-height: 588px;
    background-size: cover;
    background-position: right center;
}

    #banner:before {
        background-color: unset;
    }

.search-container select {
    width: 100%;
    margin-top: 10px;
}

.padding-5 {
    padding: 5px;
}

.search-title {
    padding: 8px 28px 7px;
    border-radius: 4px;
    opacity: 0.8;
    border: unset;
    color: white;
    background-color: gray;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.slider-caption {
    width: 100%;
    height: auto;
    left: unset !important;
}

    .slider-caption h1 {
        font-size: 50px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .slider-caption p {
        padding-top: 20px;
        font-size: 23px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

.contact2 {
    width: 100%;
    height: auto;
    padding: 20px 3px 0px 0;
    border-radius: 5px;
    border: solid 1px #a5a5a5;
    background-color: #eeeeee;
    margin-top: 50px;
}


.contact2-title {
    opacity: 0.5;
    border-radius: 12px;
    border: solid 1px #0f4097;
    background-color: #0f4097;
    margin: 0px 0px 16px 0px;
}

    .contact2-title > h4 {
        font-weight: bold;
        margin: 8px 0 11px;
        text-align: center;
        color: #ffffff;
        opacity: unset;
    }

    .contact2-title > h2 {
        font-weight: bold;
        margin: 8px 0 11px;
        text-align: center;
        color: #ffffff;
        opacity: unset;
    }

.contactform input, textarea {
    margin: 0px 0px 16px 0px;
    padding: 9px 9px 8px 25px;
    opacity: 0.5;
    border-radius: 3px;
    border: solid 1px #0f4097;
    background-color: #ffffff;
}

.contactform-button {
    margin: unset;
    float: right;
    opacity: 0.5;
    border-radius: 12px;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.padding-right-35 {
    padding-right: 35px;
}

.margin-left-35 {
    margin-left: 35px;
}

.width-250 {
    width: 250px;
}

.margin-left-30 {
    margin-left: 30px;
}

#colleague {
    margin-top: 15px;
}

#offerlist {
    margin-top: 15px;
}

#contact {
    margin-top: 15px;
}

#blog {
    margin-top: 15px;
}

.widget-thumb {
    display: table-cell;
    vertical-align: middle;
}

#blog .widget ul.widget-tabs .widget-thumb .img-fluid {
    max-width: 88px;
    height: auto !important;
}

#blog .widget ul.widget-tabs .widget-text {
    display: table-cell;
    vertical-align: top;
}

.contactColeague {
    font-family: 'Open Sans', sans-serif;
}


.custom-company-info .job-overview {
    background-color: unset;
    border: unset;
    display: inline-flex;
    padding: unset;
    float: left;
    padding-top:25px;
}


.offer-detail-logo {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    height: 110px;
    width: 110px;
    margin-right:25px;
        display: inline-flex;
    float: left;
}

.custome-a-button {
    display: inline-block !important;
    padding: 10px 16px !important;
}

.contactColeague-logo {
    display: inline-block;
    max-width: 78px;
    max-height: 70px;
    margin-right: 30px;
    object-fit: contain;
}

.contactColeague-text {
    display: inline-block;
    height: 60px;
    margin: 34px 0 56px 3px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
}

.contactColeague h4 {
    width: 823px;
    height: 22px;
    margin: 9px 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.contactColeague-SeparatorImg {
    width: 80px;
    height: 8px;
    margin: 12px 28px 9px 0;
    object-fit: contain;
}

.facebook-img {
    width: 101px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 20px;
}

.listing-text {
    overflow: hidden;
    max-height: 83px;
    margin: 22px 10px 21px 0;
    opacity: 0.6;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
}

.language-icon {
    width: 27px;
    height: 21px;
    margin-right: 13px !important;
    object-fit: contain;
    float: left;
}

.custome-job-overview span {
    color: #686868;
}

.job-overview ul li img {
    margin: 4px 7px 0px 4px;
    /* margin-bottom: unset; */
    max-height: unset;
}


.contactColeague-text li p {
    margin: unset;
}

.custome-job-overview {
    margin: 5px !important;
    float: left;
}

@media only screen and (max-width: 768px) {
    .alternative #navigation ul.float-right li a {
        margin: 0px 25px 20px 0;
        padding: 10px 14px 10px 14px;
    }
}

html {
    overflow: auto;
}

#jPanelMenu-menu li:nth-last-child(-n+2) {
    width: 100%;
    max-height: 57px;
}

.alternative #navigation {
    width: 100%;
    border-top: unset;
    margin: unset;
}

@media screen and (max-width: 1290px) {
    .alternative #navigation #responsive {
        margin-top: 20px;
    }
}

#customerDescription .row {
    margin-bottom: unset;
}

#customerDescription .content-area {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

    #customerDescription .content-area li {
        font-size: 14px;
    }


    #customerDescription .content-area h2 {
        font-size: 28px;
        font-weight: 600;
    }

    #customerDescription .content-area p {
        font-size: 16px;
    }


.customerContact-button {
    padding: 10px 20px;
    font-weight: 800;
}

.customerContact-title {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

select {
    padding: unset;
}

@media screen and (max-width: 1200px) {
    #filterForm {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:990px) {
    #popup-div {
        display: block;
        width: max-content;
    }
}

@media screen and (min-width:990px) and (max-width:1289px) {
    #popup-div {
        display: block;
        width: max-content;
    }
}

/*@media screen and (min-width:768px) and (max-width: 990px) {
    #County_chosen {
        width: 200px !important;
    }

    #City_chosen {
        width: 200px !important;
    }
}*/

@media screen and (max-width:767px) {
    .custom-company-info .job-overview {
        display: block !important;
        width: 100%;
    }

        .custom-company-info .job-overview .margin-left-35 {
            margin-left: 0px;
        }

    .custom-company-info .custome-a-button {
        padding: 10px 45px !important;
        display: block;
    }

    .margin-left-80 {
        display: block !important;
    }

    .padding-right {
        padding-right: 0;
    }
}

@media screen and (max-width:479px) {
    .html-description {
        width: 280px !important;
    }
}

@media screen and (max-width:1289px) {
    .job-overview {
        padding: 15px;
    }
}

@media screen and (max-width:992px) {
    #customerDescription .text-area {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:768px) {
    .dashboard-list-box-static {
        overflow: scroll;
    }
}

.post-img .img-fluid {
    width: 100%;
    height: auto;
}

.blog-pic {
    overflow-y: hidden;
    /*max-height:283px;*/
    text-align: -webkit-center;
}

.profile-help {
    border-radius: 10px;
    background-color: #f9f9f9;
    margin: 0 15px 0 10px;
    padding: 5px 10px 5px 10px;
}

@media screen and (max-width:480px) {
    .description .content-area .text-area {
        height: unset;
    }

    .descriptionTitle {
        margin-bottom: 30px;
    }

    .listing .listing-title {
        padding-left: 0;
    }
}
@media screen and (max-width: 479px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
} 

@media only screen and (max-width: 990px) {
    a.menu-trigger i {
        background: #27c5bd;
    }

    #nav-register-icon, #nav-login-icon {
        display: none !important;
    }

    .custome-job-overview {
        width: 280px !important;
    }
}

#googlemaps {
    height: 100%;
}

.google-map-container {
    height: 400px;
}

.mfp-close {
    background-color: #27c5bd;
}

#terminationrequestform > div {
    margin-bottom: 20px;
}

#contactform_1 > div {
    margin-bottom: 20px;
}

#contactform_1 #message {
    padding: 14px 18px;
    outline: none;
    font-size: 14px;
    color: #909090;
    margin: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    #registerform .float-right {
        float: unset;
    }
}

#customercontactform > div > input {
    margin: 0px 0px 10px 0px;
}

#customercontactform > div > label {
    margin-top: 25px;
}

#customercontactform #customermessage {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    opacity: 1;
    color: #909090;
}

.ui-datepicker-calendar .ui-state-active {
    background: #27c5bd !important;
}

@media only screen and (max-width: 767px) {
    #banner .search-container form > div {
        margin-top: 15px !important;
    }
}

.chosen-container-multi .chosen-choices li.search-field {
    padding-left: 16px;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        padding-left: 2px;
    }

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 10px 5px -5px 0;
}

.color-red {
    color: red;
}

.page404 {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    max-width: 700px;
    width: 100%;
    padding:120px 50px 50px 50px;
    
}

.page404-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin: 12px 8px 5px 0;
}

.page404 > div > h1 {
    font-weight: bold;
    color: #575a60;
}

.page404 > div > h3 {
    color: #575a60;
}

#H1Jumbotron {
    min-height: 237px;
    max-height: 640px;
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color: #f6f6f6;
}

    #H1Jumbotron > h1 {
        color: white;
        margin: 0 83px;
        padding-top: 50px;
    }
    #H1Jumbotron > h4 {
        color: white;
        margin: 0 83px;
        padding-top: 30px;
    }

    #H1Jumbotron .container{
        padding-top: 45px;
        padding-left: 8px;
    }

        #H1Jumbotron .container > h1{
            color:#ffffff;
        }
        #H1Jumbotron .container > h4{
            color:#ffffff;
        }
    
#titlebar {
    /*background: url(/Frontend/Images/back-ground.jpg);*/
}

#wrapper {
    background-image: url(/Frontend/Images/back-ground.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.to-center {
    text-align: center;
    font-size: 32px;
}
.chosen-container{
    width:100% !important;
}
@media only screen and (max-width: 375px){
.inner3 {
    min-height: 380px !important;
}
}
.custome-job-overview ul li:first-child img{
    margin-top:45px;
}
.margin-left-15{
    margin-left:15px;
}
.width-180{
    width:180px;
}
@media only screen and (max-width: 1290px){
.custom-company-info .job-overview div:first-child{
    margin-left:0px;
}
}
@media only screen and (max-width: 990px){
    .custom-company-info .job-overview{
        display:block;
        float:unset;
    }
     .custom-company-info .job-overview > div{
         margin-left:0px;
     }

    .offer-detail-logo{
        max-height:110px;
        height:auto;
        display:block;
        float:unset;
    }
}

@media only screen and (max-width: 767px){
    #banner{
        background-position: left center;
    }
}

.border-radius-3{
    border-radius: 3px;
}

.textBlock ul{
    padding-bottom: 20px;
    list-style: unset;
}
@media only screen and (min-width: 768px){
    .reg-birthdate-pad{
        padding-right:11px;
    }
}
.upload-btn i {
    margin-right: 10px;
}
.upload-btn {
    float: left;
    margin-right: 18px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.offerSiteSearchInput {
    width: 280px !important;
    display: inline-block !important;
    float: right;
    margin-right: 30px !important;
}
@media (max-width:990px){
    .offerSiteSearchInput {
        margin-right: 128px !important;
    }
}
@media (max-width:767px) {
    .offerSiteSearchInput {
        float: left;
        margin:5px !important;
    }
}
#filterError > p {
    margin: 0 auto;
    width: 200px;
}
@media (max-width:400px){
    .small-dialog-headline > h2 {
        width: 160px;
    }
}
@media (max-width : 767px){
    .cv-upload {
        width: 100%;
        justify-content: center;
    }
    .fake-input{
        display: inline-block;
        word-break:break-word;
    }
}

.g-recaptcha { display: inline-block; /*margin-left:35px;*/ }