/* $Id: application.css,v 1.4 2016/03/22 10:38:02 vgaus Exp $ */

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

/* form elements */
#application_box .group_field {
    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;
}

#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;
    vertical-align: top;
    width: 42px;
    height: 42px;
    background: #666;
    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;
    vertical-align: top;
    width: 100%;
    height: 42px;
    background: #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;
}


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

#agreement span {
    display: block;
}

span.agb_check {
    padding-top: 1px;
    float:left;
}

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

/* 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          */
/***************************************/
#btn_cvparser,
.btn_xing,
.btn_linkedin {
    display: block;
}

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

#btn_cvparser.cvparser_hover a,
.btn_xing a:hover,
.btn_linkedin a:hover {
    /*background: #DDD;*/
}

.btn_xing a:active,
.btn_linkedin a:active {
    /*background: #EEE;*/
}

#btn_cvparser {
    cursor: pointer;
    position: relative;
    width: 120px;
}

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

#cvparser_comment {
    display: none;
}
/*------------------- RESPONSIVE ---------------------*/

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

