/*###################
    General
###################*/

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 100%;
}

.hidden {
	display: none;
}

.clearfix, .clear {
    clear: both;
}

html {
    height: 100%;
  }

  body {
    height: 100%;
  }


/*###################
    Head
###################*/
header {
    height: 90px;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    top: 0;
    padding: 10px 0;
}

header .logo-area {
    line-height: 69px;
}

.job-jobtitle {
    font-size: 20px;
}

#languageMenu {
    border: 0;
    background: none;
}

.dropdown-menu.language {
    min-width: inherit;
    position: relative;
    left: 70px;
    top: 35px;
}

@media screen and (min-width: 992px) {
    header {
        position: fixed;
    }
}



/*###################
    Main
###################*/
main {
    padding-bottom: 100px;
}

main, #privacyoverlay {
    margin-top: 20px;
}

/* Error-Handling */
input.error, select.error, textarea.error, .errorborder {
    border: 1px solid #da3d3a !important;
}

label.error, div.error {
    color: #da3d3a;
    font-weight: bold;
    display: block;
}

label.error {
    margin-bottom: 0;
}

.uploadrowserror .singleuploadfield label span:first-child, .singleuploadfield label.uploadrowserror span:first-child {
    border: solid 1px #da3d3a;
}

/* Success-Handling */
#successBlock {
    color: #46ab48;
    margin-left: 10px;
}

/* Form - Allgemein */
input {
	display: inline-block;
	margin-bottom: 3px;
}

select {
	margin-bottom: 3px;
}

textarea.form-control {
    height: 120px;
}

.btn {
    background-color: #eb762e;
    border-color: #eb762e;
    color: #fff;
    padding: 6px 12px;
    line-height: 25px;
    white-space: normal;
}

#submit-btn {
    margin: 20px 0;
    min-width: 200px;
}

.btn.btn-send {
    background-color: #b61f29;
    border-color: #b61f29;
    color: #fff;
}

.btn.btn-send:hover {
    opacity: 0.8;
    background-color: #b61f29;
    border-color: #b61f29;
    color: #fff;
}

/* Form - Checkbox & Radio */
.radio-wrapper div {
    display: inline;
}

.checkboxWrapper label {
    font-weight: normal;
}

.checkbox input[type=checkbox] {
    margin-left:  -18px;
    margin-top: 4px;
    transform: scale(1.2);
}

.checkbox input[type=checkbox] + div {
    padding: 5px;
}

.radio {
    margin-top: 0;
}

.radio input[type="radio"] {
    margin: 11px 0px 0 0px;
}

.radio label {
    margin-right: 15px;
}

/* Form - Dateiupload */
.drop-zone {
    height: 140px;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    position: relative;
    color: rgba(0,0,0,.7);
    background: url(../img/upload.png) center top 25px no-repeat;
}

@keyframes uploadspinner {
    to {transform: rotate(360deg);}
}

.drop-zone.loading {
    background: none;
    border: 1px solid #ccc !important;
}

.drop-zone.loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: uploadspinner .6s linear infinite;
}

.upllabel {
    margin-top: 75px;
}

.drop-zone input {
    height:100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.drop-zone.mouse-over {
    border: 1px dashed rgba(0,0,0,.5);
}

.filedeletebtn {
    color: #d9534f;
    cursor: pointer;
}

.filelist {
    margin-top: 5px;
}

.singleuploadfield {
    margin-bottom: 7px;
}

.singleuploadfield label {
    display: block;
    width: max-content;
    cursor: pointer;
}

.singleuploadfield label span:first-child {
    display: inline-block;
    min-width: 100px;
    padding: 2px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #adadad;
    background: #f3f3f4;
    background: -moz-linear-gradient(top, #f3f3f4 0%, #dedede 100%);
    background: -webkit-linear-gradient(top, #f3f3f4 0%,#dedede 100%);
    background: linear-gradient(to bottom, #f3f3f4 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f4', endColorstr='#dedede',GradientType=0 );
}

.singleuploadfield input {
    display: none;
}

.singleuploadfield .hasfile {
    cursor: default;
}

/* Form - JCDField1 */
.inputJCDField1Name {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Other */
#loader, #submitpreview {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #fffffff0;
    background-image: url(../../shared/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
}

#submitpreview div {
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    #form .panel-body {
        padding: 15px 0;
    }

    .form-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        border-spacing: 20px 0;
        border-collapse: separate;
    }

    .form-row > div {
        display: table-cell;
    }

    #applyform .row {
        padding: 0 20px;
    }
    main, #privacyoverlay {
        margin-top: 110px;
    }
}



/*###################
    Sidebar
###################*/
#sidebar .btn-morejobs {
    width: 100%;
    margin-bottom: 10px;
    white-space: normal;
    padding: 10px;
    line-height: 20px;
}

#sidebar .company-logo {
    margin-bottom: 10px;
    text-align: center;
}

#sidebar .company-logo img {
    display: inline;
}

#sidebar .customerAddress {
    margin-bottom: 20px;
}

#sidebar .jobAdInfo > div {
    margin-bottom: 10px;
}

#sidebar .benefit-icon {
    background-color: #323234;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

#sidebar .benefit-icon svg {
    fill: #fff;
}


/*###################
    Footer
###################*/
footer {
    background-color: #344061;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .row {
    padding: 25px 0;
    margin: 0;
    color: #fff;
}

footer .row a {
    color: #fff;
}
