






#application_box .group_field {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 47%;
    float: left;
}

#application_box .group_line .group_field:first-child {
    padding-right: 6%;
}

#attachment_elements .group_field {
    width:94%;
}

#application_form .group_field,
#application_form .group_comment {
    padding-bottom: 15px;
}

#agreement {
padding-bottom: 15px;
}

#attachment_elements .group_field {
    padding-bottom: 15px;
}

#cvparser_xing_linkedin .group_field {
    padding-bottom: 15px;
}

#application_form label {
    position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	font-size: .75rem;
	line-height: .875rem;
	color: #002C50;
	background-color: #fff;
	padding: 0 5px;
	display: inline-block;
}

#application_form .attachment_group label {
    display: block;
	top: 0px;
	left: 0px;
    font-size: 14px;
    padding: 5px 0;
}

#application_form a {
    text-decoration: none;
}


#application_form .group_head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #00487E;
}

#application_form .group_head:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZDdkN2Q3Ii8+PHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(215,215,215,0)),color-stop(5%, #d7d7d7),color-stop(95%, #d7d7d7),color-stop(100%, rgba(215,215,215,0)));
    background-image: -moz-linear-gradient(left, rgba(215,215,215,0) 0%,#d7d7d7 5%,#d7d7d7 95%,rgba(215,215,215,0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(215,215,215,0) 0%,#d7d7d7 5%,#d7d7d7 95%,rgba(215,215,215,0) 100%);
    background-image: linear-gradient(to right, rgba(215,215,215,0) 0%,#d7d7d7 5%,#d7d7d7 95%,rgba(215,215,215,0) 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#application_form .header {
	background: #fff;
	display: inline-block;
	position: relative;
	top: 10px;
	padding-right: 5px;
}

#application_form .group {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#application_form {
  padding: 20px 0;
  
}

.group_extended {

}

.group_state {
    display: block;
    float: left;
    width: 36px;
    height: 28px;
    margin-right:6px;
    background: url("https://schoeck-portal.rexx-systems.com/templates/schoeck/images/unvollstaendig.png") no-repeat scroll 0 0 transparent;
}

.group_extended .group_state {
    background: url("https://schoeck-portal.rexx-systems.com/templates/schoeck/images/in_bearbeitung.png") no-repeat scroll 0 0 transparent;
}

.group_state_ok .group_state {
    background: url("https://schoeck-portal.rexx-systems.com/templates/schoeck/images/vollstaendig.png") no-repeat scroll 0 0 transparent;
}

.group_state_error .group_state {

}

.group_caption {
    display: block;
    float: left;
    line-height:1.8;
}

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

.group_extended .toggle_img {
    background: url("https://schoeck-portal.rexx-systems.com/templates/schoeck/images/table_auf.png") no-repeat scroll 0 10px transparent;
}


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

.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("https://schoeck-portal.rexx-systems.com/templates/schoeck/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;
    
    overflow: hidden;
}

.upload .facade img {

    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: 60px;
}

input[type="file"]{
    width: 40px;
    cursor: pointer;
}


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

.del_icon {
    cursor: pointer;
}

#poweredByRexx {
    float: right;
    margin: 15px 0;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}




.advanced_upload input[type="file"] {
    width: 94%;
    top: 0px;
    left: 0;
    height: 42px;
    position: absolute;
    cursor: pointer;
}

.upload_box {
    display: inline-block;
    width:100%;
    position: relative;
}

.upload_box > .upload_icon {
    display: inline-block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 50%;
    border-radius: 2px;
    height: 42px;
    background: #00487E;
    border: 1px solid #00487E;
    position: absolute;
    top: 0;
    right: 0;
    
}

.upload_box > .upload_icon > .icon-attachment {
    display: none;
    padding-left: 10px;
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
}

.upload_box > .upload_field {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 42px;
    background: #fff;
    font-size: 16px;
    color: #B9B9B9;
    
}

.field_error .upload_box > .upload_field {
    background-color: #fff2f3 !important;
    color: #d50101 !important;
}

.upload_box > .upload_field a {
    display: block;
    color: #000;
}

.upload_box > .upload_field .file_name {
    height: 42px;
    line-height: 42px;
    padding-left: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload_box > .upload_field .group_field_tooltip {
    position: absolute;
    right: 55%;
    top: 0;
    display: inline-block;
    z-index: 10;
}

.upload_box > .upload_field .tooltip {
    margin: 0;
    padding-top: 11px;
    padding-right: 6px;
    color: #666;
}

.upload_box.attachment_delete > .upload_icon > .icon-cross_mark {
    font-size: 25px;
    padding-left: 47%;
    line-height: 40px;
    color: #fff;
}

.upload_box.attachment_delete > .upload_icon {
    display: inline-block !important;
    vertical-align: top;
    width: 50%;
    height: 40px;
    background: #00487E;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.calendar_img_button,
.tooltip {
    margin-left:.2em;
    vertical-align: middle;    
}

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


#agree_input_box {
    margin-bottom: 1em;
    padding: .3em 0;
}

#agreement span {
    display: block;
}

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

span.agb_check_label {
    margin-left: 1.5em;
}

#agb_checkbox.agreement_new {
    display: none;
}

#agb_checkbox.agreement_new + label {
    display: inline-block;
    vertical-align: middle;
    
   
    position: relative;
    line-height: 20px;
    cursor: pointer;
    
}





#application_login .actions {
    float: right;
}

#application_login .other_actions {
    float: left;
    line-height: 1.6;
}

#application_login .group {
    overflow:auto;
}








.frame_zone #btn_cvparser,
.frame_zone .btn_xing,
.frame_zone .btn_linkedin,
.frame_zone .btn_finest_jobs {
    display: block;
}

.frame_zone #cvparser a {
    background: #fff;
    color: #00487e;
}

.frame_zone #btn_cvparser a,
.frame_zone .btn_xing a,
.frame_zone .btn_finest_jobs a,
.frame_zone .btn_linkedin a,
#btn_back a,
#btn_online_application_back a {
    border:1px solid #bec8da;
    background: #fff;
    color: #00487e;
    border-radius: 2px;
    display: block;
}

.frame_zone .btn_xing a:hover,
.frame_zone #btn_cvparser:hover,
#btn_back a:hover,
#btn_online_application_back a:hover,
.frame_zone .btn_linkedin a:hover,
.frame_zone .btn_finest_jobs a:hover {
    border: unset;
    border-radius: 2px;
    border:1px solid #00487e;
    color: #002C50;
}

.frame_zone #btn_cvparser a:hover {
    border: unset;
    color: #002C50;
}

.frame_zone .btn_xing a:hover::after,
.frame_zone #btn_cvparser a:hover::after,
.frame_zone #btn_cvparser:hover::after,
#btn_back a:hover::after,
#btn_online_application_back a:hover::after,
.frame_zone .btn_linkedin a:hover::after,
.frame_zone .btn_finest_jobs a:hover::after{
    content: unset;
}

.frame_zone .btn_xing a:active,
.frame_zone .btn_linkedin a:active,
.frame_zone .btn_xing a:focus,
.frame_zone .btn_linkedin a:focus,
.frame_zone .btn_finest_jobs a:focus {

}

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

.frame_zone #btn_cvparser input {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}

#cvparser_comment {
    display: none;
}



@media (max-width: 480px) {
    #application_box .group_field {
        width: 100%;
    }
    
    #application_box .group_line .group_field:first-child {
        padding-right: 0;
    }
}

