/* $Id: base.css,v 1.3 2014/08/01 04:11:00 vgaus Exp $ */

/******************/
/* zone positions */
/******************/

#frame_zone {
    width:100%;
}

#header_zone {

}

#content_zone {

}

#footer_zone {
   margin-top:1em;  
}

#popup_zone {
    
}


/****************/
/* zone modules */
/****************/

#main_sidebar {

}

#main_content {

}

.inner_content {
    min-height:0;
}

#popup_zone #main_content {
    margin:0;
}


/**************/
/* blocks     */
/**************/

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.empty_element {
    font-size:0;
    line-height:0;
}

.error_msg {
    background-color:#F2DEDE;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: .5em;
    margin: 1em 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}

.success_msg {
    background-color:#DBDBFD;
    border: 1px solid #0000FF;
    padding: .5em;
    margin: 1em 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}


/**************/
/* typo       */
/**************/

#frame_zone, 
#popup_zone {
    font-family:'SourceSansPro-Regular', sans-serif, verdana, arial, helvetica;
    font-size:15px;
    font-weight:400;
    color:#333;
    line-height:1.42857;
}

a, 
a:visited, 
a:active {
    text-decoration:none;
    color:#428bca;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4, 
h5, 
h6 {
    margin: 22px 0 11px 0;
    font-family: 'SourceSansPro-Light';
    font-weight:300;
    color: inherit;
    text-rendering: optimizelegibility;
    line-height:1.1;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

hr {
    margin:2em 0;
    border:0;
    border-top:1px solid #D3D3D3;
    border-bottom:transparent;
}

p {
    margin:0 0 1em 0;
}

ul, 
ol, 
dl {
    margin: .6em 0;
    padding: 0 0 0 2em;
    list-style-type:disc;
    list-style-position:outside;
}

ol {
    list-style-type:decimal;
}

.error_msg p,
.success_msg p {
    margin:0;
}

/**
 * @deprecated  used in ckeditor
 */
u {
    text-decoration: underline;
}

strike {
    text-decoration: line-through;
}


/*********/
/* forms */
/*********/

/* elements */
input[type=text], 
input[type=password], 
input[type=file],
select, 
textarea {
    width:100%;
    line-height:1.2em;
    font-size:1em;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=file]:focus,
select:focus, 
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=text], 
input[type=password], 
input[type=file]{
	padding:6px 0;
}

select{
	padding:4px 0;
}

textarea {
    height:5em;
    white-space:pre;
    resize: none;
    overflow: auto;
} 

fieldset ul {
    width:100%;
    height:5em;
    overflow:auto;    
    border:1px solid #D3D3D3;
    list-style:none;
    background-color:#FFF;
    padding:0;
    margin:0;
}

fieldset ul li {
    width:98%;
    overflow:hidden;
    margin:.2em;
    padding:0;
    background:none;
}

fieldset ul li span {
    display:block;
    margin-left:1.2em;
}

fieldset ul li input {
    width:1em;
    float:left;
    margin-top:.2em;
}

fieldset ul li:hover {
    background:#F5F5F5;
}

fieldset ul label span {
    color: #000;
    line-height: 1.5;
}

/* structure */
.group {
    margin-bottom: 1em;
    border:0px solid #FFF;
}

fieldset, 
.fieldset {
    
}

legend,
.legend {
    background-color:#FFF;
    display:block;
    padding: .3em 0;
    text-indent: .5em;
    width:100%;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: .3em;
    margin:0;
}

.group_box_inner {
    
}

.group_comment {
    margin: .3em 0;
    float:right;
    width:40%;
}

.group_comment p {
    margin:0 0 .6em 0;
}

.group_line {
    clear:left;
}

.group_field {
    padding:0;
    margin: 1% 1% 1% 0;    
}

.group_field label,
.group_field .label {
    
}

/* decoration */
label img.error_img {
    display:none;
}

.duty,
.asterisk {
   /*color:#DD3C10;*/ 
}

.field_error input, 
.field_error select, 
.field_error textarea, 
.field_error fieldset,
.field_error checkbox, 
input.field_error, 
select.field_error, 
textarea.field_error, 
fieldset.field_error, 
checkbox.field_error {
	border:1px solid #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


/*************/
/* buttons   */
/*************/

.actions {
    margin:1em 0 0 0;
    text-align:right;
    min-height:0;
}

#header_links {
    margin-top:0;
}

.css_button {
    padding: 0;
    border: 0;
    display: inline-block;
    margin: 2px;
}

.css_button a {
    display: inline-block;
    padding: 0.3em 1.5em;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration:none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color:#428bca;
    text-align: left;
    cursor: pointer;
    white-space:nowrap;
}

.css_button a:hover, .css_button a:focus {
    background: #EBEBEB;
    border:1px solid #ADADAD;
    color: #428bca;
}


/********************/
/* path navigation  */
/********************/

ul.path_nav {
    list-style-type:none;
    padding:0;
}

ul.path_nav li {
    float:left;
    margin-right:1em;
}


/***********/
/* tables  */
/***********/

.real_table {
    width:100%;
    margin:2em 0 1em 0;
}

.real_table th,
.real_table td {
    padding:.5em;
    border-bottom:1px solid #dddddd;
}

.real_table th {
    background-color:#DDDDDD;
    text-align:left;
}

.real_table tfoot td {
    border:0;
}

.real_table .alternative_0 td {

}

.real_table .alternative_1 td {

}

.real_table caption {
    caption-side:bottom;
    text-align:left;
    padding:1.2em 0;
    font-weight:bold;
}


/**************/
/* joboffers  */
/**************/

/* jobalert */
#job_alert_box {
    margin-top:0;
}

#jobTplContainer{
    overflow: hidden;
}

/* filter */
#job_filter_basic .group_field {
    float:none;
}

.autocomplete_span {
    display:inline;
}

#filter_area .other_actions {
    text-align:right;
}

#job_filter_advanced .group {
    overflow: auto;
}

#job_filter_advanced legend,
#job_filter_advanced span.mini {
    font-size: .8em;
}

#job_filter_advanced fieldset ul {
    height:4em;
}

#job_filter_advanced fieldset ul li span,
#job_filter_advanced select {
    font-size: .7em;
    line-height:1.7; 
}

#job_filter_advanced fieldset ul li span {
    margin-left: 1.5em;
}

#filter_area fieldset ul,
#filter_area select {
    width:10em;
}

/* navigation */
.stellen_navi {}
.stellen_navi_sel{background-color:#D3D3D3;}

/* joblist */
#rexx_footer {
    text-align:right;
    font-size:.8em; 
    padding-top:1em;
}

/* jobalert */
#jobalert_box {
    margin-bottom:1em;    
}

#jobalert_box #btn_online_application_job_alert {
    margin:0;
}


/********************/
/* login & menu     */
/********************/

#login_box {
    font-size:.8em;
}

#login_box .actions {
    margin:0;
}

#login_menu {
    float:right;
}

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

#login_box input[type="text"], 
#login_box input[type="password"] {
    width:15em;
}

#nav_main ul {
    list-style-type: none;
    padding:0;
    margin-top:0;
}


/**********************/
/* display attachment */
/**********************/

#display_attachment img {
    display: block;
    margin: auto;
    max-width: 20em;
    height:auto;
}


/*****************/
/* lang selector */
/*****************/

#language_selector ul.path_nav {
    margin:0;
}

#language_selector .selected_lang {
    
}

/******************/
/* widget addthis */
/******************/

.addthis_toolbox {
    float:right;
}

.addthis_toolbox a {
    text-decoration:none;
}


/************/
/* my_data  */
/************/

#application_overview .actions {
    margin-top:1em;
    padding:0;
}


/************/
/* event    */
/************/

.appointment {
    margin-top:1em;
}


/******************/
/* recommendation */
/******************/

#recommend #rec_text {
    padding-top:.4em;
}

#recommend #rec_input {
    padding-top:.9em;
}

#recommend #rec_input input[type="text"] {
    width:14%;
}


/****************/
/* modal window */
/****************/

body.popup_body,
body.popup_body #popup_zone {
    height:100%;
}

body.popup_body #popup_zone {
	padding-right:10px;
    overflow-y: auto;
}


/******************/
/* iframe resizer */
/******************/

#resizer { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    visibility: hidden;
}


/***************/
/* no js alert */
/***************/

#no_js_alert_layer {
    text-align:center;
    margin:.2em;
}

#no_js_alert_layer p {
    font-size:.8em;
    margin:0;
    padding:0;
}


/**************/
/* captcha    */
/**************/

.captchapict {
    border:1px solid #BABABA;
}


/*************/
/* clearance */
/*************/

.breaker {
    clear:both;
    height:.1px;
    font-size:0;
    line-height:0;
}

.ui-widget-header{
	background:none;
	background-color:#DDD;
	font-weight:400;
	border:1px solid #DDD;
	color: #0b4b9b;
	font-size:1.1em;
}
