/* $Id: application.css,v 1.55 2015/10/12 14:39:06 jtorborg Exp $ */

/********************/
/* application form */
/********************/

#application_box {
    width: 728px;
    color: #666;
}

#application_box h1 {
    color: #ff0033;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

/* form elements */
#application_form .group_line {
    width: 832px;
}

#application_form .group_field {
    width: 416px;
    float:left;
}

#attachment_elements .group_field {
    width:49%;
}

#application_form .group_field,
#application_form .group_comment,
#agreement {
    margin: 0;
    margin-bottom: 24px;
}

.group_comment_title {
    color: #666;
}



#application_form label {
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-bottom: 10px;
}

#application_form input[type=text],
#application_form select,
#application_form textarea,
#application_form input[type=date] {
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    padding: 13px 20px;
    color: #666;
    width: 312px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#application_form textarea {
    width: 728px
}


#application_form a {
    text-decoration: none;
}

#application_form .selectboxit-btn {
    background-color: #f2f2f2;
}

#application_form .selectboxit-container span {
    color: #666;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

#application_form .selectboxit-default-arrow {
    border-top: 8px solid #666;
}

#application_form .selectboxit-container .selectboxit-options a {
    color: #666;
    font-weight: bold;
    background: #FFF;
}

#application_form .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #666;
    background-color: #f2f2f2;
}

#application_form .selectboxit {
    padding: 15px 15px;
}

#application_form .error_msg,
#agree_input_box .error_msg {
    padding: 20px 20px;
    margin: 20px 0;
    width: 687px;
}

#application_form .selectboxit-list {
    border: 1px solid #F2F2F2;
}

/* groups */
#application_form .group_head {
    padding-top: 35px;
    padding-bottom: 25px;
    /*border-top: 1px solid #DDD;
    margin-left: -20px;
    width: 768px;*/
}

#application_elements .group_head:first-child {

}

#application_form .group {
    margin-bottom: 0;
}

#application_form .field_error label {
    color: #F03;
}

#application_form .field_error input[type=text] {
    border-color: #F03;
}

#application_form .field_error .selectboxit {
    padding: 13px 13px;
    border: 2px solid #F03;
}

#application_form .field_success label {

}

#application_form .field_success {
    background-image: url("../images/correct-green.png");
    background-repeat:  no-repeat;
    background-position: 330px center;
}

#application_text {
    margin: 40px 0 40px;
}

#attachment_elements {
    border-bottom: 1px solid #DDD;
}

#pageid_pagejobform #footer_links {
    margin: 26px 0;
}

.group_extended {

}

.group_state {
    display: none;
    float: left;
    width: 36px;
    height: 28px;
    margin-right:6px;
    background: url("../images/unvollstaendig.png") no-repeat scroll 0 0 transparent;
}

.group_extended .group_state {
    background: url("../images/in_bearbeitung.png") no-repeat scroll 0 0 transparent;
}

.group_state_ok .group_state {
    background: url("../images/vollstaendig.png") no-repeat scroll 0 0 transparent;
}

.group_state_error .group_state {

}

.group_caption {
    display: block;
    /*padding-left: 20px;*/
    font-weight: bold;
    color: #666;
    font-size: 18px;
    font-family: 'Interstate', sans-serif;
}

.toggle_img {
    display: block;
    float: right;
    width: 20px;
    height: 25px;
    background: url("../images/table_zu.png") no-repeat scroll 0 8px transparent;
}

.group_extended .toggle_img {
    background: url("../images/table_auf.png") no-repeat scroll 0 10px transparent;
}

.group_field_100 {
    width: 100% !important;
    margin-bottom: 5px !important;
}
.group_field_100 label {
    float: left !important;
    line-height: 50px !important;
}
#vordef_bew_feld_100SelectBoxIt {
    width: 80px !important;
}
#vordef_bew_feld_100SelectBoxItContainer {
    margin-left: 565px;
    display: block;
}
#application_form .group_field_100 .field_success {
    background: none;
}

.gray_line,
.gray_line_full {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    min-height: 1px;
}

.gray_line_full {
    position: absolute;
    left: 0;
}

.group_complete_msg span:first-child{
    margin-top: 30px;
    padding-right: 10px;
    color: #00BC1F;
    font-size: 1.2em;
}

.group_complete_msg {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}

#notice_paragraph,.group_comment {
    line-height: 1.4em;
}

#attachment_elements .group_box_inner, #cvparser {
    position: relative;
}
#attachment_elements .group_comment, #cvparser_comment {
    position: absolute;
    display: none;
    z-index: 10;
    padding: 20px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 1px 5px #F2F2F2;
    -moz-box-shadow: 3px 3px 1px 5px #F2F2F2;
    box-shadow: 3px 3px 1px 5px #F2F2F2;
}
#cvparser_comment {
    top: 50px;
    left: 300px;
    width: 540px
}
#attachment_elements .group_comment {
    top: -58px;
    left: 120px;
}

#attachment_elements .group_caption {
    display: inline;
}
.info-icon {
    font-style: normal;
    background: #666;
    color: #FFF;
    display: inline-block;
    vertical-align: text-top;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
    /* padding-left: 15px; */
    border-radius: 50%;
    margin-left: 16px;
}
.info-icon b {
    font-family: Interstate;
    font-weight: bold;
    padding-left: 7px;
}

#btn_cvparser .info-icon {
    background: #fff;
    color: #666;
    margin-left: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}

#btn_cvparser {
    cursor: pointer;
    position: relative;
}

#btn_cvparser input {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 312px;
    cursor: pointer;
    z-index: 2;
}

/*upload*/
.attachment_upload_result {
    height: 40px;
    padding-left: 13px;
    text-align: left;
    vertical-align: middle;
}

#attachment_elements .file_name {
    color: #666;
    font-weight: bold;
}

.upload_process {
    z-index:100;
    display:none;
}

.upload_msg{
    font-weight:bold;
    font-size:0.8em;
}

.upload_bar {
    border: 1px solid black;
    background: #fff url("../images/loader.gif") no-repeat;
    width:221px;
    height:16px;
}

.upload_perc {
    float:left;
    padding-left: 5px;
}

.upload_error {
    display:none;
    clear:left;
}

.upload_title{
    left: 35px;
    position: absolute;
    top: 6px;
}
.upload {
    position: relative;
}

.upload .facade-field {
    margin-left: 19px;
}

.upload .uploading {
    background-position: 100% -18px;
}

.upload .facade {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.upload .facade img {
    height: 64px;
    cursor: pointer;
}

.upload_title{
    z-index: 1;
}

.upload-field {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    position: absolute;
    top: -20px;
    left:0;
    cursor:pointer;
    width: 40px;
    height: 84px;
}

input[type="file"]{
    width: 60px;
    height: 84px;
    cursor: pointer;
}


.app_iframe {
    width:0;
    height:0;
}

.del_icon {
    cursor: pointer;
}

.upl-box {
    display: inline-block;
}

.upl-box > .upl-icon {
    background: #666;
    height: 46px;
    width: 46px;
    display: inline-block !important;
    vertical-align: top;
}

.upl-box > .upl-icon > i {
    color: #FFF;
    font-size: 32px;
    padding-left: 16px;
    padding-top: 7px;
}

.upl-box > .upl-field {
    width: 266px;
    height: 46px;
    background: #F2F2F2;
    line-height: 46px;
    font-size: 16px;
    color: #B9B9B9;
    display: inline-block;
    vertical-align: top;
}

.upl-box > .upl-field span {
    padding-left: 20px;
    width: 220px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upl-box.attachment_delete > .upl-icon > i {
    font-size: 20px;
    padding-left: 14px;
    padding-top: 13px;
}

/* calendar & tooltip */
.calendar_img_button,
.tooltip {
    margin-left:.2em;
    vertical-align: middle;
    display: none;
}

#tooltip {
    position:absolute;
    font-size:.8em;
    max-width:40em;
    border:1px solid #808080;
    z-index:10000;
    color:#000;
    background-color:#F5F5F5;
    padding:.5em;
}

/* agreement */
#agree_input_box {
    margin-bottom: 50px;
    margin-top: 30px;
    width: 832px;
}

#agree_input_box.field_success {
    background-image: url("../images/correct-green.png");
    background-repeat:  no-repeat;
    background-position: 750px center;
}

#agreement {
    width: 728px;
}




.agb_check {
    padding-top:.2em;
    float:left;
}

.agb_check_label {
    margin-left: 1.5em;
}

/* application login */
#application_login .other_actions {
    margin-top: 20px;
    margin-bottom: 165px;
}

#application_login .other_actions a {
    color: #666;
}

#application_login .other_actions a:hover {
    color: #F03;
}

#application_login .group {
    overflow:auto;
}

#pageid_pagejobform #footer_links {
    text-align: center;
}

#jobform_start {
    padding: 25px 0;
    text-align: center;
    color: #B9B9B9;
}

.checkbox_new {

}

#agreement input[type="checkbox"] {
    display: none;
}

#agreement input[type="checkbox"] + label {
    display:inline-block;
    padding-left: 45px;
    height: 30px;
    cursor:pointer;
    background: url(../images/checkbox.png) left top no-repeat;
    vertical-align: middle;
    line-height: 1.4em;
}

#agreement input[type="checkbox"]:checked + label {
    background-position: 0 -30px;
}


#progress_chart_wrapper {
    border: 0px;
    height: 236px;
    width: 236px;
    position: absolute;
    right: 70px;
    top: 50px;
    z-index: 2;
}

#progress_chart {
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#progress_chart_overlay {
    border: 0px;
    font-family: "Interstate Light", sans-serif;
    font-size: 10px;
    text-align: center;
    position: absolute;
    width: 75%;
    height: 75%;
    background-color: #fff;
    border-radius: 50%;
}

/*Switch Select Box*/
.Switch {
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #ccc;
	height: 21px;
	line-height: 20px;
	padding: 5px 6px 5px 6px;
	border: 1px solid #ccc;
	border-radius: 50px;
	background: #C0C0C0;
	cursor: pointer;
	width:90px;
	float:right;
	margin-right:105px;
}

body.IE7 .Switch{
	width: 90px;
}

.Switch span {
	display: inline-block;
	width: 15px;

}

.Switch.Off span.Off {
	padding-left: 21px;
}

.Switch.On span.On {
	padding-left: 20px;
}

.Switch span.On,span.Off {
	color: #fff;
	font-family: Interstate;
    font-weight: bold;
    font-size: 18px !important;
}

.Switch .Toggle {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 29px;
	height: 29px;
	border: 1px solid #666666;
	border-radius: 100px;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #666666 0%, #666666 100%);
	background: -o-linear-gradient(top, #666666 0%, #666666 100%);
	background: -ms-linear-gradient(top, #666666 0%, #666666 100%);
	background: linear-gradient(top, #666666 0%, #666666 100%);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}

.Switch.Off .Toggle {
	left: 0%;
}

.Switch.On .Toggle {
	left: 70%;
}

.Switch span.On .span
{
     border-left:none;
     border-radius: 0px 3px 3px 0px;
}

.Switch span.Off .span
{
     border-right:none;
     border-radius: 3px 0px 0px 3px;
}

.preview {
    position: relative;
    top: 0;
    left: 0;
}

.preview_eye {
    font-size: 12px;
    font-family: PSIcons;
    color: #666;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;

}

.pflichtfelder {
    text-align: right;
    color: #B9B9B9;
    margin-bottom: -25px;
    font-size: 16px;
}

.aca_headline {
    margin: 42px 0 39px;
}

.aca_headline .fa {
    color: #00BC1F;
    padding-right: 25px;
    font-size: 32px;
    vertical-align: text-top;
}

#application_confirm_account #btn_save_pwd a,
#application_login #btn_signin a {
    min-width: 1px;
    padding: 13px;
    width: 244px;
}

.aca_group_head {
    margin: 60px 0 40px 0
}

.aca_group_head .fa {
    color: #666;
    padding-right: 32px;
    font-size: 32px;
    vertical-align: text-top;
}

.aca_group_box {
    float: left;
    width: 396px;
}

.aca_group_box2 {
    float: left;
    width: 436px;
    padding-bottom: 10px;
}

.aca_gb_inner {
    width: 270px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aca_group_box h2, .aca_group_box2 h2 {
    font-size: 16px;
}

.aca_group_box2 ul {
    list-style: none;
    padding: 0;
    margin: 45px 0 0;
}

.aca_group_box2 li {
    padding-left: 20px;
    padding-bottom: 30px;
    background: url(../images/bulletpoint_pfeil.png) no-repeat 0 5px;
}

.aca_start {
    margin-bottom: 100px
}

.aca_start .css_button a {
    padding: 20px;
    min-width: 356px;
    font-size: 16px;
}

.al_group_box {
    width: 270px;
}

.status_app_receive {
    height: 234px;
    width: 235px;
    background: url(../images/bewerbung_erhalten.png) no-repeat;
    /* background-size: contain; */
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 34px;
}


/*#################################################################*/
/*#################################################################*/
/*#################################################################*/
@media (max-width: 1024px) {
    #cvparser_comment {
        top: 90px;
        left: 0;
        width: auto;
    }

    #attachment_elements .group_comment {
        top: -20px;
        left: 0;
    }

    .status_app_receive {
        right: 45px;
        top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    #application_box {
        width: auto;
    }
    #pageid_pagejobform #footer_links {
        margin-left: 20px;
        width: auto;
    }

    #application_form .group_field {
        width: 374px;
    }
    #application_form .group_line {
        width: 748px;
    }

    #agree_input_box {
        width: 100%;
    }

    #agreement {
        width: 90%;
    }

    #agree_input_box.field_success {
        background-position: right center;
    }

    #application_form .error_msg {
        width: 642px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .status_app_receive {
        right: 45px;
        top: 15px;
    }

    .aca_group_box,
    .aca_group_box2 {
        width: 50%;
    }

    #btn_save_pwd {margin-top: 16px;}
}

@media (max-width: 767px) {

    .aca_headline .fa,
    .aca_group_head .fa {
        display:none;
    }

    .aca_group_box,
    .al_group_box {width: 100%;}

    .aca_gb_inner,
    #application_confirm_account #btn_save_pwd a,
    #application_login #btn_signin a {width: auto;}

    .status_app_receive {
        height: 150px;
        width: 150px;
        right: 20px;
        top: 25px;
        background-size: contain;
    }

    #application_box {
        margin-left: 5px;
        width: auto;
    }

    #application_form .group_line {
        width: auto;
    }

    #application_form .group_field {
        width: 100%;
    }

    #pageid_pagejobform #footer_links {
        margin-left: 5px;
        width: auto;
    }

    .btn_online_application_back_position {
        left: 5px;
    }

    #application_form textarea {
        width: 100%;
    }

    #application_form .error_msg,
    #agree_input_box .error_msg {
        width: auto;
    }

    #btn_online_application_back a {
        width: auto;
    }

    #agree_input_box {width: 100%;}

    #agreement {width: 90%;}

    #agree_input_box.field_success {background-position: right center;}

    #btn_save_pwd {margin-top: 16px;}

    .aca_group_box2 li {
        padding-left: 0;
        background: none;
    }
}


/* Jobform Multiselect */
.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 5;
    float: left;
    min-width: 100%;
    max-height: 220px !important;
    overflow: auto;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #F2F2F2;
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    line-height: 1.2 !important;
    padding: 12px 0 12px 24px;
    white-space: nowrap;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
    -webkit-appearance: checkbox;
}

.multi-select-button {
    display: inline-block;
    box-sizing: border-box;
    outline: 0;
    padding: 13px 30px 13px 15px;
    width: 312px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    vertical-align: -0.5em;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    cursor: default;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #666 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #666 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}
