#hideScrollBar #Dijszabas_modal, #hideScrollBar2 #Dijszabas_modal2 {
    box-shadow: none;
    background: #fff;
    border-radius: 4px;
    min-height: 460px;
    padding-top: 10px;
}

.modal-container .close, .modal-content .close {
    top: 0;
    text-decoration: none;
    position: absolute;
    right: 20px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #232a73;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
}
.modal .subtitle {
    text-transform: uppercase;
    font-weight: 600;
    color: #232a73;
    text-align: center;
    padding: 5px 0em 0.625em 0em;
}
.modal-container .subtitle, #apply-modal .subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

div.component-modal div.signin-buttons {
    content: "";
    clear: both;
    display: block;
}

div.component-modal div.linkedin_btn {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

div.component-modal div.facebook_btn {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

div.component-modal div.google_btn {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

div.linkedin_btn img {
    width: 215px;
}
div.facebook_btn img {
    width: 215px;
}

div.component-modal div.facebook_btn img {
    max-width: 245px;
}
div.google_btn img {
    width: 215px;
}
.modal-content {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal .modal-text {
    width: 100%;
    padding: 1.875em;
}

.form-group {
    margin-bottom: 15px;
}

/*input.blueButton.ajanlatSend {*/
/*    border: none;*/
/*    margin: 10px 13px;*/
/*}*/
.form-horizontal label {
    color: #333;
}
.form-horizontal label.control-label {
    display: inline-block;
    max-width: 93%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #232a73;
    text-align: left;
    vertical-align: top;
    padding-top: 3px;
}

.modal p a {
    text-decoration: underline;
}

ul.error_list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.error_list li {
    color: #a94442;
}

#job-list img.loading {
    display:block;
    margin: 50px auto;
    width:80px;
}

.pager .prev, .pager .next {
    color: #232a73;
}
.pager .prev.inactive, .pager .next.inactive {
    color: #fff;
}

.pager a.inactive:hover, .pager a.inactive span:hover {
    background-color: #e4e6e8;
}

a.show_print {
    position: absolute;
    right: 10px;
    top: -33px;
}

.position-relative {
    position: relative !important;
}
a.show_print span {
    display: inline-block;
}

.job-text .constant-text p.apply-big {
    font-family: 'KPMG Web',sans-serif;
    font-size: 96px;
    text-decoration: none;
    font-weight: 400;
    color: #0072bb;
    margin-bottom: 80px;
}
.apply-box {
    background: #eee;
    padding: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    width: 40%;
    margin-left: 5%;
}

.apply-box a {
    color: #002e5e;
    text-decoration: none;
}

.apply-box span.job-box-title {
    font-weight: bold;
    font-size: 19px;
    color: #000;
    line-height: 23px;
    margin-bottom: 40px;
}
.apply-box span {
    display: block;
}
.apply-box span.job-box-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 48px;
    color: #000;
    min-height: 63px;
}

.apply-box span.job-box-button {
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    width: 80%;
    margin: 10px auto 5px auto;
    text-transform: uppercase;
    background: #f57921;
    border-radius: 20px;
}

.apply-box a img {
    max-width: 80%;
    height: 53px;
}

.apply-options h3 {
    margin-top: 40px;
    text-transform: uppercase;
}

img.job-logo {
    width: 27%;
    position: absolute;
    right: 64px;
    top: 46px;
}

span.job-name {
    position: absolute;
    display: block;
    background-color: #272a76;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 20px;
    font-weight: bold;
    right: 0;
    bottom: 20%;
    font-size: 166.66%;
}
span.job-subname {
    position: absolute;
    display: block;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 2px 20px;
    font-weight: bold;
    right: 0;
    bottom: 11%;
    font-size: 166.66%;
}

.regform fieldset {
    border-bottom: 4px solid #888;
    padding-bottom: 30px;
}

.regform legend {
    border: none;
}

.regform fieldset legend h2 {
    color: #232a73;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}
.regform fieldset legend h2 span.number {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #232a73;
    border-radius: 50%;
    text-align: center;
    margin-right: 7px;
    width: 28px;
    height: 28px;
    font-weight: bold;
    line-height: 22px;
    color: #232a73;
}
.regform fieldset legend h2 span.title {
    display: inline-block;
    font-size: 18px;
    text-decoration: underline;
    color: #232a73;
    font-weight: bold;
    margin-bottom: 0;
}

.regform fieldset h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

[type="checkbox"]:checked + .check-box, [type="radio"]:checked + .check-box {
    background-color: #0d5594;
    transition: 0.5s;
    border: 1px solid #0d5594;
}

[type="radio"]:checked + .check-box::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-left: calc(50% - 4px);
    border: solid #fff;
    border-radius: 50%;
    border-width: 4px;
    transition: 0.1s;
    margin-top: calc(50% - 4px);
}

.regform fieldset label.checkbox-label {
    font-weight: 400;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

.check-box {
    width: 19px;
    height: 19px;
    background: #eee;
    border: 1px solid #434a4c;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
[type="checkbox"]:checked + .check-box::before {
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    margin-left: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 0.1s;
}

.file-group .input-group-addon, .file-group .input-group-btn, .file-group.input-group .form-control {
    display: table-cell;
}
input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], textarea {
    -webkit-appearance: none;
}
input[type="text"].file-name {
    border: 1px solid #9e9fa1;
    height: 34px;
    padding-left: 5px;
    padding-right: 5px;
    width: 40%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #e63f12;
}

.btn-file {
    overflow: hidden;
    position: relative;
    box-shadow: none;
    height: 34px;
}

.file-group .file-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background: #f57921;
    font-weight: normal;
    border: 0;
    white-space: nowrap;
    color: #fff;
    padding: 6px 21px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background ease-in-out 0.1s;
    -moz-transition: background ease-in-out 0.1s;
    -webkit-transition: background ease-in-out 0.1s;
    max-width: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: top;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.btn-file input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.check-box {
    width: 19px;
    height: 19px;
    background: #eee;
    border: 1px solid #434a4c;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.check-box.radio-box {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

[type="checkbox"]:checked + .check-box, [type="radio"]:checked + .check-box {
    background-color: #0d5594;
    transition: 0.5s;
    border: 1px solid #0d5594;
}

.regform ul.radio_list, .regform ul.checkbox_list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

span.required {
    color: red;
}

.form-control, .input-group .form-control {
    border: 1px solid #9e9fa1;
}
.input-group-addon {
    color: #000;
    border-color: #9e9fa1;
}
.input-group-addon {
    padding: 3px 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #333;
    text-align: right;
    background-color: #f7f7f7;
    border: 1px solid #9e9fa1;
    border-left: 0;
    border-radius: 3px;
    position: relative;
}
.input-group-addon:last-child {
    border-left: 0;
}

.regform select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: 15px;
    border: 1px solid #9e9fa1;
    background-color: #f7f7f7;
    background-image: none;
    outline: 0 none;
    border-radius: 3px;
    display: block;
    min-height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 40px;
}

.form-horizontal span.help {
    display: block;
    font-size: 12px;
    color: #888;
}

.content {
    color: #333;
}

div.flash_error {
    background: red;
    padding: 7px;
    color: white;
    margin-bottom: 10px;
}
.regform span.error {
    display: block;
}
span.error {
    color: red;
}
.user-menu {
    margin-top:20px;
    margin-bottom:20px;
}
.user-menu .blueButton {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    text-decoration: none;
}

.sf_apply_settings h3 {
    text-transform: uppercase;
}

#project-apply a.blueButton.login-apply-disabled {
    background: #f22;
}

div.flash_notice, div.flash_success {
    background: green;
    padding: 7px;
    color: white;
    margin-bottom:10px;
}

.form-horizontal label {
    display: inline-block;
    max-width: 93%;
    vertical-align: top;
    padding-top: 3px;
}

.regform select[multiple] {
    height: 120px;
}

.regform fieldset.last {
    border: none;
}

.apply-row .linkedin_btn,.apply-row .facebook_btn,.apply-row .google_btn {
    margin-bottom: 10px;
}

.ideal-scopes ul.checkbox_list {
    margin-top: 0;
}


#dedication {
    padding: 1.875em;
}

.hidden {
    display: none !important;
}
