.no-border {
    border: none !important;
}

.text-small {
    font-size: 12px !important;
}

.text-underline {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .open-positions-list .card {
        max-width: none;
    }
}

.search-by .card.hasnextspan span {
    content: url("/dist/images/chevron-right-blue.svg");
    position: absolute;
    right: 32px;
    bottom: 17px;
    background: white;
    border: 1px solid #1babf9;
    line-height: 0;
    padding: 9px 12px;
    border-radius: 32px;
}

.search-by .card.hasnextspan:hover span {
    content: url("/dist/images/chevron-right-white.svg");
    background: #1babf9;
}

.job-side-block .job-card {
    min-height: 200px;
}

@media (max-width: 992px) {
    .job-side-block .job-card {
        max-width: none;
    }
}

.apply-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #0072bb;
    margin-bottom: 30px;
    width: 40%;
    margin-left: 5%;
    border: 1px solid #eff1f1;
    display: flex;
}

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

.apply-box a img {
    width: 100%;
}

.apply-box span {
    display: block;
}

.apply-box span.job-box-title {
    font-weight: bold;
    font-size: 19px;
    color: #282828;
    line-height: 23px;
    margin-bottom: 40px;
}

.apply-box span.job-box-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 48px;
    color: #282828;
    min-height: 85px;
}


.apply-box.right {
    margin-left: 10%;
}

@media (max-width: 1680px) {
    .apply-box.right {
        width: 45%;
        margin-left: 2%;
    }

    .apply-box {
        width: 45%;
        margin-left: 2%;
    }
}

@media (max-width: 767px) {
    .apply-box.right {
        width: 100%;
        margin-left: auto;
    }

    .apply-box {
        width: 100%;
        margin-left: auto;
    }
}

.blueButton {
    background: #1babf9;
    border-radius: 0;
    border: 2px solid #1babf9;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
    min-width: 192px;
    text-align: center;
    font-family: 'Nexa', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.blueButton:hover {
    color: #fff;
	background: #1C77C3;
	border-color: #1C77C3;
}

.blueButton:active, .blueButton:focus {
    color: #fff;
	background: #0B5390;
		border-color: #0B5390;
}

.btn.btn-blue.btn-cta.job-box-button {
    min-width: 0;
}

h5.apply-big {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Nexa';
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.apply-box:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-container {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    width: 100%;
}

.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: #002e5e;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
}

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

.modal .subtitle {
    text-transform: uppercase;
    font-weight: 600;
    color: #282828;
    text-align: center;
    padding: 5px 0em 0.625em 0em;
}

.modal-container .subtitle, #apply-modal .subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

.modal-container {
    text-align: left;
}

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

.form-horizontal label {
    width: 91%;
    vertical-align: top;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group::before, .form-horizontal .form-group::after {
    content: " ";
    display: table;
}

.form-horizontal .form-group::after {
    clear: both;
}

.form-horizontal .form-group::before, .form-horizontal .form-group::after {
    content: " ";
    display: table;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .control-label {
    text-align: left;
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 0.95em;
}

.form-control, .bootstrap-tagsinput input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #777;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #c9cdd1;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #282828;
    font-size: 15px;
}

input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], textarea {
    -webkit-appearance: none;
}

.form-control::placeholder, .bootstrap-tagsinput input::placeholder {
    color: #999;
    opacity: 1;
}

div.linkedin_btn img {
    width: 215px;
}

div.facebook_btn img {
    width: 215px;
}

div.component-modal div.facebook_btn img {
    max-width: 245px;
}

div.component-modal div.linkedin_btn {
    float: left;
}

div.component-modal div.facebook_btn {
    float: right;
}

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

.modal-container ul.error_list {
    margin-bottom: -20px;
}

ul.error_list li {
    color: red;
}

input.blueButton.ajanlatSend {
    margin: 10px 13px;
}

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

.modal-content {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

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

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

.content {
    padding-top: 20px;
    padding-bottom: 80px;
}

.content h2, .page-title h2 {
    font-family: 'Nexa';
    font-weight: bold;
    font-style: italic;
    font-size: 1.5rem;
    text-align: center;
}

.page-title h2 {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 1.3rem;
}

.content p.subtitle {
    text-align: center;
    color: #121212;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 20px;
}

.content h2 span.number {
    display: inline-block;
}

.content h2 span.number::after {
    content: ".";
    margin-right: 5px;
}

.content fieldset legend h2 {
    margin-top: 20px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

span.help {
    color: #888;
}

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

input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], textarea {
    -webkit-appearance: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control:first-child, .input-group .bootstrap-tagsinput input:first-child, .bootstrap-tagsinput .input-group input:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control:last-child, .input-group .bootstrap-tagsinput input:last-child, .bootstrap-tagsinput .input-group input:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon {
    padding: 3px 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #282828;
    text-align: right;
    background-color: #f7f7f7;
    border: 1px solid #c9cdd1;
    border-left: 0;
    border-radius: 3px;
    position: relative;
}

.input-group .form-control, .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .input-group input {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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;
}

ul.radio_list input[type="radio"] {
    opacity: 0;
}

.check-box {
    width: 19px;
    height: 19px;
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

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

[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);
}

.check-box {
    cursor: pointer;
}

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

ul.checkbox_list, ul.radio-list {
    list-style-type: none;
    padding-left: 0;
}

.regform ul.checkbox_list {
    margin-top: 10px;
}

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

[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;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.file-group .input-group-addon, .file-group .input-group-btn, .file-group.input-group .form-control {
    display: table-cell;
}

input[type="text"].file-name {
    border: 1px solid #c9cdd1;
    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: #002e5e;
}

.file-group .file-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background: #1babf9;
    border: 0;
    white-space: nowrap;
    color: #fff;
    padding: 6px 21px;
    font-size: 15px;
    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: none;
    font-weight: 500;
}

.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;
}

form .hidden {
    display: none !important;
    visibility: hidden !important;
}

.form-horizontal .form-group::before, .form-horizontal .form-group::after {
    content: " ";
    display: table;
}

.form-horizontal .form-group::after {
    clear: both;
}

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

.regform [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

div.flash_error {
    background: red;
    padding: 7px;
    color: white;
    margin-bottom: 10px;
}

span.error {
    color: red;
}

.regform span.error {
    display: block;
}

@media (min-width: 1200px) {
    .job-filters .filter-query {
        min-width: 38%;
    }

    .job-filters .filter-uzletag {
        max-width: 20%;
    }

    .job-filters .filter-poslevel {
        max-width: 20%;
    }
}

@media (max-width: 1680px) {
    .apply-box {
        width: 45%;
        margin-left: 2%;
    }

    .apply-box.right {
        width: 45%;
        margin-left: 2%;
    }

    img.logo1, img.logo2 {
        margin: -15px 0 0 0;
    }

    .hrslide span.hr-subtitle {
        font-size: 20px;
    }

    .header-carousel-item a.toplink {
        margin-top: 30px;
    }

    .jssorb05 {
        bottom: 180px;
    }

    .button-row {
        margin: 40px 10px;
    }
}

@media (max-width: 1440px) {
    .area-row .area img {
        max-width: 30px;
    }

    .area-row .area {
        height: 70px;
        padding-top: 0;
    }

    .title-row .title-upper.title-upper-home {
        height: 70px;
    }

    .title-row.title-row-home {
        margin-top: -80px;
    }

    .title-row.title-row-job {
        margin-top: -70px;
        background: transparent;
    }

    .title-row.title-row-job img {
        max-width: 50px !important;
    }

    .area-job-row .job-area {
        height: 130px;
    }

    .header-nav ul li.login-link a {
        padding: 10px 20px;
    }

    header#header div.header-social {
        margin-right: 25px;
    }
}

@media (max-width: 1300px) {
    header#header div.header-social {
        margin-right: 45px;
    }
}

@media (max-width: 1240px) {
    header#header div.header-social {
        margin-right: 50px;
    }

    header#header div.header-social {
        margin-right: 32px;
    }

    section.slider-title h4 {
        line-height: 140px;
        font-size: 110px;
    }

    section.slider-title h5 {
        font-size: 40px;
        line-height: 60px;
    }

    .area-row .area p {
        font-size: 16px;
    }

    .header-nav ul li.login-link a {
        padding: 10px 16px;
        font-size: 16px;
    }

    header#header div.header-social a img {
        width: 30px;
    }

    .button-row {
        margin: 40px 10px;
    }

    .video-row iframe {
        width: 80%;
    }

    .about-us h2 {
        width: 50%;
    }

    .about-us p {
        width: 100%;
    }

    .button-row a {
        font-size: 0.9em;
        margin-bottom: 10px;
    }

    .apply-box {
        width: 47%;
    }

    .apply-box.right {
        width: 47%;
    }

    header#header img.logo1 {
        max-width: 110%;
    }

}

@media (max-width: 1105px) {
    .header-nav ul li.open-pos {
        display: none;
    }

    header#header div.header-social {
        display: none;
    }

}

@media (max-width: 991px) {
    .lang-menu {
        left: 17px;
        top: 20px;
        right: auto;
    }

    div.job-list div.job-background {
        background-color: transparent;
    }

    .job-title-row hr {
        margin-bottom: 20px;
    }

    .jobs .job-filters {
        background-color: transparent;
        padding-top: 0;
    }

    .jobs .job-filters input {
        margin-bottom: 10px;
    }

    .jobs .job-filters select {
        margin-bottom: 10px;
    }

    .jobs .job-filters button {
        width: 220px;
        border: none;
        margin: 0 auto;
        display: block;
    }

    .jobs h3 {
        font-size: 3.0em;
        text-decoration: none;
        margin: 40px 0;
    }

    p.no-job {
        margin-top: 20px;
    }

    section.slider-title h4 {
        line-height: 170px;
        font-size: 140px;
    }

    section.slider-title h5 {
        font-size: 50px;
        line-height: 60px;
    }

    .lower-boxes .lower-box {
        width: 50%;
    }

    .lower-boxes .box-row.first {
        height: 400px;
    }

    .lower-boxes .box-row {
        height: 400px;
    }

    .header-nav ul li a {
        font-size: 14px;
    }

    .form-horizontal .control-label.cv-label {
        vertical-align: top;
        margin-top: 1px;
    }

    .job-text .job-text-row {
        display: block;
    }

    .apply-box.left {
        float: left;
    }

    .apply-box.right {
        float: right;
    }

    .title-row .title-lower.job {
        height: auto;
        padding-right: 10px;
        padding-bottom: 30px;
    }

    .title-row .title-lower.job .job-block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .jssorb05 {
        bottom: 65px;
    }

    .job-table {
        padding: 0 10px;
    }

    .title-row .title-lower, .title-row .title-upper {
        height: auto;
    }

    .video-row iframe {
        width: 100%;
    }

    .why-us {
        height: 80px;
        line-height: 80px;
    }

    .why-us p {
        font-size: 50px;
        line-height: 75px;
    }

    .title-row {
        margin-top: -20px;
    }

    .owl-nav > div {
        width: 25px;
        height: 25px;
    }

    header#header img.logo1, header#header img.logo2 {
        display: block;
        margin: 0 auto 15px auto;
    }

    header#header div.col-md-5 img {
        max-width: 80%;
    }

    .hr-cloud {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .input-group-address {
        width: 100%;
    }

    .input-group-address .address-city {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .input-group-address .address-country {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    div.job-table {
        border-top: 8px solid #dcdcdc;
    }

    .jquery-background-video-wrapper {
        min-height: 350px;
    }

    header#header {
        padding-top: 80px;
    }

    header#header .logo-header-container {
        padding-top: 10px;
        height: 80px;
    }

    section.slider-title h4 {
        line-height: 200px;
        font-size: 160px;
    }

    section.slider-title h5 {
        font-size: 60px;
        line-height: 70px;
    }

    .title-row .title-upper.title-upper-home {
        display: none;
    }

    .user-menu {
        margin-top: 10px;
    }

    #job-list-inner {
        border-top: .9375rem solid #dcdcdc;
        margin-left: -10px;
        margin-right: -10px;
    }

    p.no-job {
        padding-top: 20px;
    }

    .jssorb05 {
        bottom: 110px;
    }

    .jobs {
        margin-left: 0;
        margin-right: 0;
    }

    .jobs h3 {
        line-height: 1em;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .job-title-row h4 {
        line-height: 30px;
        margin: 15px 0;
    }

    .job-table .table thead {
        display: none;
    }

    .job-table {
        padding: 0;
        margin-top: 0;
    }

    .job-pager {
        border-left: 10px solid #dcdcdc;
        border-right: 10px solid #dcdcdc;
        padding-bottom: 30px;
        border-bottom: .9375rem solid #dcdcdc;
    }

    .job-table .table tbody tr {
        border-bottom: .9375rem solid #dcdcdc;
        border-left: 10px solid #dcdcdc;
        border-right: 10px solid #dcdcdc;
    }

    .job-table .table tbody, .job-table .table td, .job-table .table tr {
        display: block;
    }

    .job-table .table tbody tr td:first-child {
        padding-top: .625rem;
    }

    .job-table .table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: none;
        border-right: none;
        background: #fff;
        padding-right: 10px;
    }

    .job-table .table tbody tr td span {
        margin: 8px 0;
    }

    .job-table .table tbody tr td span.job-title {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .job-table .table tbody tr td[data-label]::before {
        content: attr(data-label);
        padding: .3125rem .625rem .3125rem 0;
        display: block;
        width: 35%;
        color: #0d5594;
        font-size: 1em;
    }

    .job-table .table tbody tr td[data-label] span, .job-table .table tbody tr td[data-label] time {
        width: 65%;
        display: block;
    }

    .job-table a.blueButton.viewjob {
        margin: 1.25em auto !important;
    }

    div.project-buttons div.linkedin_btn {
        margin-top: 60px;
    }

    .user-menu a.blueButton {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .why-us p {
        font-size: 1em;
    }

    .owl-nav > div {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 991px) {
    .user-menu a.blueButton {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1240px) {
    img.logo1, img.logo2 {
        margin: -15px 0 0 0;
    }

    .header-nav ul li a {
        font-size: 14px;
    }

    .header-nav ul li {
        margin-bottom: 10px;
    }

    .jssorb05 {
        bottom: 250px;
    }

}

@media (max-width: 650px) {
    .apply-box.left, .apply-box.right {
        float: none;
        display: block;
        margin: 10px auto;
        width: 60%;
    }

    .jquery-background-video-wrapper {
        min-height: 250px;
    }

    .job-text .constant-text p.apply-big {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 40px;
    }
}

@media (max-width: 570px) {
    #apply-modal .modal-dialog ul.radio_list li {
        display: inline-block;
        width: 100%;
    }

    div.project-buttons div.linkedin_btn {
        margin-top: 60px;
    }

    .jssorb05 {
        bottom: 110px;
    }

    .apply-box.left, .apply-box.right {
        width: 80%;
    }

    div.component-modal div.facebook_btn, div.component-modal div.linkedin_btn {
        max-width: 46%;
    }

    div.component-modal div.facebook_btn img, div.component-modal div.linkedin_btn img {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .lower-boxes .lower-box {
        width: 100%;
        height: auto;
    }

    section.slider-title h4 {
        line-height: 250px;
        font-size: 200px;
    }

    section.slider-title h5 {
        font-size: 90px;
        line-height: 100px;
    }

    .apply-box.left, .apply-box.right {
        width: 100%;
    }

    .jquery-background-video-wrapper {
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .upload-test .table-head {
        display: none;
    }

    .upload-test .inside-label {
        display: block;
        margin-top: 10px;
    }

    .upload-test form input[type="submit"] {
        display: block;
        margin-bottom: 20px;
    }

    .upload-test form .file-group input[type="text"].file-name {
        width: 100%;
    }
}

.bg-primary-semitransparent {
    background: #712884;
    border-radius: 0;
}

#dropdownLangMenu {
    background: #712884;
    border: none;
    text-decoration: none;
    box-shadow: none;
    padding-right: 10px;
    border-radius: 0;
}

.dedication-thanks p {
    font-size: 20px;
    margin: 40px;
}

a.blueButton.text-uppercase {
    text-transform: uppercase;
}

.input-group-address {
    width: 60%;
}

.input-group-address .address-city {
    width: 48%;
    margin-right: 5px;
}

.input-group-address .address-country {
    width: 48%;
    margin-right: 5px;
}

/* .form-horizontal .attachment .first label.control-label::after {
    content: " *";
    color: rgb(174, 184, 190);
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
} */


.user-menu .blueButton {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    text-decoration: none;
    display: block;
}

.regform select:focus {
    outline: 0 none;
}

.form-horizontal select {
    max-width: 100%;
    color: #000;
}

.regform select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    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;
}

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

.user-menu {
    margin-top: 5px;
    margin-bottom: 30px;
}

#apply-modal .modal-content {
    width: 100%;
    padding: 1.875em;
    overflow: auto;
    max-height: 95vh;
}

#apply-modal .modal-dialog {
    width: 800px;
    max-width: 100%;
}

#apply-modal .modal-dialog ul.radio_list {
    list-style-type: none;
    padding-left: 5px;
}

#apply-modal .modal-dialog ul.radio_list li {
    display: inline-block;
    width: 48%;
}

#apply-modal .modal-dialog ul li label {
    width: 80%;
    vertical-align: top;
}

.blueButton:hover {
    text-decoration: none;
}

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

.flash_success {
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*background-color: #1B8D01;*/
    background-color: #b0e0b1;
    color: #078c0b;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
}

.flash_notice {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #cb9533;
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
}

#captcha-holder {
    margin-bottom: 20px;
    display: inline-block;
}

.form-horizontal span.required {
    color: rgb(174, 184, 190);
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.form-horizontal label.col span.required, .form-horizontal label.cv-label span.required {
    color: #282828;
    vertical-align: middle;
}

.form-horizontal label.col-sm-2 {
    max-width: none;
    display: block;
}

#dedication {
    padding:1.875em;
}

.linkedin h6 {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.linkedin h4 {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom:8px;
}

.linkedin p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .linkedin h6 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .linkedin h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom:16px;
    }

    .linkedin p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .job-side-block {
        position: relative;
    }
}

@media (min-width: 992px) {
    .job-side-block .job-card-holder {
        position: sticky;
        margin-top: -100px;
        right: 120px;
        top: 100px;
        max-width: 352px;
        background: white;
        z-index: 999;
    }
}
.attachment > div {
    position: relative;
}
.attachment a.delete-att {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    background: red;
    display: block;
    padding: 5px 20px;
    color: white;
}

.attachment a.delete-att:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .attachment a.delete-att {
        right: 50px;
    }
}

.btn-tofixed.isFixed {
    z-index: 9999;
}

.history .main p {
	max-height: 220px;
	min-height: 220px;
	overflow: hidden;
}
/* jQuery Countdown styles 1.5.8. */
.countdown_rtl {
    direction: rtl;
}
.countdown_holding span {
    background-color: #ccc;
}
.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown_show1 .countdown_section {
    width: 98%;
}
.countdown_show2 .countdown_section {
    width: 48%;
}
.countdown_show3 .countdown_section {
    width: 32.5%;
}
.countdown_show4 .countdown_section {
    width: 24.5%;
}
.countdown_show5 .countdown_section {
    width: 19.5%;
}
.countdown_show6 .countdown_section {
    width: 16.25%;
}
.countdown_show7 .countdown_section {
    width: 14%;
}
.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown_amount {
    font-size: 200%;
}
.countdown_descr {
    display: block;
    width: 100%;
}

#countdown_container {
    position: fixed;
    margin-left: -170px;
    border: 1px solid #392305;
    background-color: #efefef;
    padding: 10px;
    color: #333;
	top: 120px;
}

#countdown_container span.title {
    font-size: 11px;
    text-decoration: underline;
}

.hasCountdown {
    width: 167px;
    height: 40px;
    margin-top: 10px;
}

.upload-test .table-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
}
.upload-test .table-head label {
    font-weight: bold;
}

.upload-test label.inside-label {
    font-weight: bold;
}

.upload-test .blueButton.ajanlatSend {
    margin-left: 0;
    height: 20px;
    line-height: 4px;
}

@media (max-width: 768px) {
    .file-group .file-btn {
        display: block;
        max-width: 120px;
    }
    .upload-test .table-head {
        display: none;
    }

    .upload-test .inside-label {
        display: block;
        margin-top: 10px;
    }
    .upload-test form input[type="submit"] {
        display: block;
        margin-bottom: 20px;
    }

    .upload-test form .file-group input[type="text"].file-name {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .upload-test .inside-label {
        display: none;
        margin-top: 10px;
    }
}

.rate ul.radio_list {
    padding-left: 0;
    list-style: none;
}

.regform input[type="text"].not-empty ~ .control-label, .regform input[type="password"].not-empty ~ .control-label, .regform input[type="email"].not-empty ~ .control-label, .regform textarea.not-empty ~ .control-label {
    top: 0;
    font-size: 12px;
    line-height: 18px;
}

.regform input[type="text"].not-empty, .regform input[type="password"].not-empty, .regform input[type="email"].not-empty, .regform textarea.not-empty {
    padding: 22px 16px 6px;
}

@media(min-width: 992px) {
    .regform input[type="text"].not-empty, .regform input[type="password"].not-empty, .regform input[type="email"].not-empty, .regform textarea.not-empty {
        padding: 26px 16px 10px;
    }
}

.upload-test div.help {
    display: block;
    font-size: 12px;
    color: #888;
}

.upload-test .blueButton {
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.upload-test .row.table-row {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
}
.upload-test .row.table-row.first {
    padding-top: 10px;
}

.user-welcome {
    justify-content: center;
}

.user-welcome p {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 1.3rem;
    font-family: Nexa, sans-serif;
    font-weight: bold;
    font-style: italic;
}

@media(max-width: 767px) {
    .upload-test .row.table-row {
        padding-bottom: 20px;
    }
}
