/* $Id: application.css,v 1.1 2016/09/26 06:47:07 jtorborg Exp $ */

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

/* form elements */
#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,
#agreement {
    padding-bottom: 15px;
}

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

#application_form label {
    padding-bottom: 6px;
}

.group_field.duty label {
    color: #DD3C10;
}

#application_form a {
    text-decoration: none;
}

/* groups */
#application_form .group_head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#application_form .group {
    /*margin-bottom: 20px;*/
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #DDD;*/
}

#application_form {
  padding: 20px 0;
  border-top: 1px solid #DDD;
  margin-top: 15px
}

.group_extended {

}

.group_state {
    display: block;
    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;
    float: left;
    line-height:1.8;
}

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

/*upload*/
.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("../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 {
    
    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 Fields        */
/***************************************/
.advanced_upload input[type="file"] {
    width: 94%;
    top: 0px;
    left: 0;
    height: 42px;
}

.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: 42px;
    height: 42px;
    background: #C00000;
    border: 1px solid #B40000;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 1;*/
}

.upload_box > .upload_icon > .icon-attachment {
    display: inline-block;
    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: #EEE;
    border: 1px solid #EEE;
    font-size: 16px;
    color: #B9B9B9;
    /*position: relative;*/
}

.field_error .upload_box > .upload_field {
    background-color: #FCC !important;
    color: #C36 !important;
}

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

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

.upload_box > .upload_field .group_field_tooltip {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

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

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

.upload_box.attachment_delete > .upload_icon {
    display: inline-block !important;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* calendar & tooltip */
.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;
}

/* agreement */
#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;
    padding-left: 35px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    background: url(../images/checkbox.png) left top no-repeat;
    background-size: 20px;
    margin-bottom: 20px;
}

#agb_checkbox.agreement_new:checked  + label {
    background-position: 0 -20px;
    background-size: 20px;
}


/* application login */
#application_login .actions {
    float: right;
}

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

#application_login .group {
    overflow:auto;
}


/***************************************/
/*  CV-Parser, Xing, LinkedIn          */
/***************************************/
/***************************************/
/*  CV-Parser, Xing, LinkedIn          */
/***************************************/
.frame_zone #btn_cvparser,
.frame_zone .btn_xing,
.frame_zone .btn_linkedin {
    display: block;
}

.frame_zone #btn_cvparser a,
.frame_zone .btn_xing a,
.frame_zone .btn_linkedin a {
    /*background: #EEE;*/
    /*border: 1px solid #EEE;*/
    /*color: #000;*/
    display: block;
    /*font-size: 16px*/
}

.frame_zone #btn_cvparser.cvparser_hover a,
.frame_zone .btn_xing a:hover,
.frame_zone .btn_linkedin a:hover {
    background: #CCCCCC;
    color: #FF0000;
    cursor: pointer;
}

.frame_zone .btn_xing a:active,
.frame_zone .btn_linkedin a:active,
.frame_zone .btn_xing a:focus,
.frame_zone .btn_linkedin a:focus {
    background: #EEE;
}

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

#personal_agreement label {
    font-weight: bold;
}

#personal_consulting .group_head {
    font-size: 15px;
    font-weight: normal;
    max-width: 555px;
}

/*------------------- RESPONSIVE ---------------------*/

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

