/*
 * Project: P02114
 * File   : p02114-screen.css
 * Created: Di, 6 Mrz 2012 13:48:18 +0100
 * Author: Senacor Technologies AG
 */
@CHARSET "UTF-8";

form {
    padding: 3px;
}

div.radio th, div.radio td {
    background-color: transparent;
}

div.content div a#hinweislink {
    font-size: 0.875em;
}

.full-size-text {
    font-size: 1em;
}

div.hinweis-info .content a#hinweislink {
    font-size: 1em;
}

div.hinweis-error .content a#hinweislink {
    font-size: 1em;
}

ol li, ul li {
    font-size: 1em;    
    padding-left: 0.5em; /**/
}

.normal {
    font-size: 0.875em;
    line-height: 1.5em;
}

.normal li {
    margin-bottom: 0.75em;
}

.form-content fieldset.submit {
    padding: 1.5em 0.25em 5px 0.25em;
    background-position: 0 0;
    margin: 1.25em 0 0 0;
    clear: both;
}

.form-content div.inputLine {
    display: block;
    position: relative;
    padding-bottom: 0.5em;
}

.form-content .input {
    clear: left;
    float: left;
    padding: 0 0 0;
    width: 34.75em;
}

.form-content .select {
    clear: left;
    float: left;
    padding: 0 0 1.5em;
    width: 34.75em;
}

.form-content .indented .select, .form-content .indented .input {
    width: 33em;
}

.form-content div.inputLine input {
    width: 14em;
    padding: 10px;
    background-image: none;
    /* url("/prueftoolbza-web/jakarta.faces.resource/helper/arrow.png.xhtml?ln=images" ); */
    text-transform: none;
}

.form-content .input .input-inner .unit {
    padding-top: 0.5em;
    font-size: 0.9em;
}

.form-content div.inputLine div.outputText span {
    background-image: none;
    /* url("/prueftoolbza-web/jakarta.faces.resource/helper/arrow.png.xhtml?ln=images" ); */
    text-transform: none;
    width: 18em;
}

.form-content .submit div.inputLine input {
    width: 18em;
    padding: 10px;
    background-image: none;
    /* url("/prueftoolbza-web/jakarta.faces.resource/helper/arrow.png.xhtml?ln=images" ); */
    text-transform: none;
}

.form-content .submit div.inputLine div.outputText span {
    background-image: none;
    /* url("/prueftoolbza-web/jakarta.faces.resource/helper/arrow.png.xhtml?ln=images" ); */
    text-transform: none;
    width: 18em;
}

.form-content .submit-primary input[type="submit"]:HOVER {
    text-decoration: underline;
}

.form-content div.inputLine input[type='text'].disabled {
    color: #5A6166;
    background-color: #EEEEEE;
}

.form-content div.inputLine input[type='text'] {
    height: 1em;
    background-color: white;
    border: 0.083em solid #bdc0c2;
    line-height: 1em;
}

.form-content div.inputLine input[type='text']:FOCUS {
    border: 0.083em solid #bdc0c2;
    background-color: #f6f3f0;
}

.form-content div.inputLine input[type='password'].disabled {
    color: #5A6166;
    background-color: #EEEEEE;
}

.form-content div.inputLine input[type='password'] {
    height: 1em;
    background-color: white;
    border: 0.083em solid #bdc0c2;
    line-height: 1em;
}

.form-content div.inputLine input[type='password']:FOCUS {
    border: 0.083em solid #bdc0c2;
    background-color: #f6f3f0;
}

.form-content div.inputLine label {
    width: 14.1em;
    /*height: 1.5em;*/
    padding: 0 0 2px;
    clear: left;
    display: inline-block;
}

.form-content .indented div.inputLine label {
    width: 12.35em;
}

/* For wider labels and narrower input fields: 
   ==> <form:inputText elementContentStyleClass="wide-label" /> */
.form-content .wide-label div.inputLine label {
    width: 22.1em; /* default +8.0em */
}
.form-content .wide-label div.inputLine .input-inner,
.form-content .wide-label div.inputLine .errorMessageBlock {
    width: 13.9em; /* default -7.1em */
}
.form-content .wide-label div.inputLine input {
    width: 10.0em; /* default -4.0em */
}

/* For narrower input fields: 
   ==> <form:inputText elementContentStyleClass="narrow-label" /> */
.form-content .narrow-label div.inputLine input {
    width: 10.0em; /* default -4.0em */
}

/* For extra-wide select fields: 
   ==> <form:selectOneMenu elementContentStyleClass="wide-field" /> */
.form-content .wide-field div.inputLine .fieldAndMessage {
    margin-right: 0em;
}
.form-content .wide-field div.inputLine select {
    width: 25em; /* default +4.5em */
}

.form-content div.checkbox {
    padding-bottom: 0.5em;
    width: auto;
}

fieldset.innerFieldset {
    padding: 0px;
    padding-left: 2em;
    border-style: none;
    margin: 0;
    margin-bottom: 0.5em;
}

.teaser form {
	padding: 0;
}

.form-content div.inputLine select {
    width: 20.5em;
    /*padding: 0 0 2em;*/
    margin-top: 0.5em;
    display: inline-block;
    height: 2em;
    font-size: 0.8em;
}

.form-content div.inputLine label em {
    /*position: absolute;
    padding-left: 3px;*/
}

.form-content .errorMessage, .form-content .warnMessage {
    color: #ca0036;
    font-size: 0.875em;
}

.pruefungsergebnisse .errorMessage, .pruefungsergebnisse .warnMessage {
    color: #CC4242;
    font-size: 0.875em;
    font-style: normal;
    line-height: 1.5em;
    padding-bottom: 1em;
}
.pruefungsergebnisse li.errorMessage, .pruefungsergebnisse li.warnMessage {
    padding-bottom: 0;
    margin-left: -0.5em;
}

.pruefungsergebnisse .infoMessage {
    font-size: 0.875em;
    line-height: 1.5em;
}    

.form-content div.inputLine .fieldAndMessage {
    display: block;
    margin-right: 4em;
    /* white-space: nowrap;*/
}

.navigation-bar {

}

.wizard_disabled {
    color: #C4C0B9;
    visibility: hidden;
}

.wizard-drucken {
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}

.wizard-weiter {
    margin-left: 18em;
    margin-right: 0px;
}

.navigation-bar input:HOVER {
    text-decoration: underline;
}

#context {
    float: left;
    width: 14.875em; /* 230px */
    padding: 0 0.625em; /* 0 10px */
}

#nav-sub {
    float: left;
    width: 14.875em; /* 230px */
    margin: 0.375em 0 0; /* 6px */
    padding: 0 0 1.5em; /* 24px */
}

#nav-sub li a, #nav-sub li input {
    width: 15.714em; /* 206px */
    padding: 0.214em 0 0.214em 1em; /* 3px 0 3px 14px */
}

#nav-sub li input {
    text-align: left;
    font-size: 1em;
    width: 16.714em; /* 220px */
    padding: 0.071em 0 0 1em; /* 1px 0 0 14px */
    cursor: pointer;
    background-color: #fff;
}

.hinweis-button-bar input {
    margin-right: 5px;
}

.hinweis-button-bar .ja {
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}

.hinweis-button-bar input:HOVER {

}

.main_div {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    z-index: 1001;
}

div.blockUI {

}

div.upload {
    padding-top: 8px;
}

.joker-dialog {
    display: block;
    clear: both;
}

.joker_div {
    padding: 40px;
    line-height: 1em;
    width: 450px;
    z-index: 9999;
    position: absolute;
    top: 4em;
    border-style: none;
    border-width: 1px;
}

.center_div {
    padding: 40px;
    line-height: 1.5em;
    width: 450px;
    margin-left: -225px; /*** width / 2 ***/
    position: absolute;
    top: -125px; /*** height / 2 ***/
    left: 50%;
    background-color: white;
    border: none;
    cursor: default; 
    width: 450px;
}

.center_div hr {
	height: 0;
}

.errorpage_center_div {
    padding: 5px;
    line-height: 1em;
    width: 600px;
    min-height: 250px;
    margin-left: -50px;
    position: absolute;
    top: -50px; /*** height / 2 ***/
    left: 10%;
}

.center_div h1 {
    color: #5A6166 /* color: #BB5D02; */
}

.center_div #inhalt {
    text-align: left;
}

#hilfetext .center_div {
    width: 100%;
    margin-left: -55%;
    padding: 40px 5%;
}

.hinweis_panel {

}

.hinweis_panel_content {

}

.hint {
    font-size: 0.75em; /* 12px */
    color: #666;
}

tr.hinweis-error td {
    line-height: 1.5em;
    background: transparent url("/prueftoolbza-web/jakarta.faces.resource/message-error.png.xhtml?ln=images") no-repeat 5px 5px;
    color: #CC4242;
    font-size: 0.875em;
    list-style-type: none;
    width: 32em;
    padding-left: 2em;
    border: 1px solid #cc4242;
}

div.hinweis-error {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    line-height: 1.5em;
    background: transparent url("/prueftoolbza-web/jakarta.faces.resource/message-error.png.xhtml?ln=images") no-repeat;
    background-position: 0px 5px;
    padding-bottom: 1em;
}

div.hinweis-error .content {
    color: #CC4242;
    font-size: 1em;
    padding-left: 1.5em;
}

div.hinweis-error .content label {
    color: #333333;
    font-weight: bold;
}

div.hinweis-info {
    margin-bottom: 0.5em;
    font-size: 0.87em;
    line-height: 1.5em;
    /* hier brauchen wir ein richtiges warnungs icon! */
    /*background: transparent
         url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-small.png.xhtml?ln=images") no-repeat;
     background-position: 0px 5px;*/
    background: transparent url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-white-blue-small.png.xhtml?ln=images") no-repeat;
    background-position: 0px -100px;
    padding-bottom: 1em;
}

div.hinweis-info .content {
    color: #333333;
    padding-left: 1.5em;
}

div.hinweis {
    clear: both;
    padding: 0 0 0 2.643em;
    /* IE7 Issue, das das Icon abgeschnitten wird */
    border: none;
    margin-top: 3px;
    margin-bottom: 3px;
    background: transparent url("/prueftoolbza-web/jakarta.faces.resource/attention.png.xhtml?ln=images") 0 0 no-repeat;
    font-size: 1em;
    line-height: 2em; /* IE7 Issue, das das Icon abgeschnitten wird */
}

div.messages {
    list-style: none;
}

div.messages a {
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-small.png.xhtml?ln=images");
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding: 0 2px 0 1.3em;
    text-decoration: none;
}

/*
div.messages .infoMessage {
    border: solid;
    border-color: orange;
}
*/

div.messages .errorMessage {
    color: #ca0036;
    font-size: 0.875em;
}

div.messages .fatalMessage {
    color: #ca0036;
    font-size: 0.875em;
}

div.message {
    padding: 0 0 1.5em 2.643em;
    border: none;
    margin-top: 3px;
    margin-bottom: 3px;
    background: transparent url("/prueftoolbza-web/jakarta.faces.resource/attention.png.xhtml?ln=images") 0 0 no-repeat;
}

.unit {
    font-size: 1em;
}

.form-content div.inputLine input.input-error {
    border-width: 1px;
    border-style: solid;
    border-color: #ca0036;
}

.input-error {
    border-width: 1px;
    border-style: solid;
    border-color: #ca0036;
    padding: 2px;
}

table.input-error {
    padding: 0;
}

#ausdruck {
    padding-bottom: 2.5em;
}

a#schliessenlink {
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/a-default.png.xhtml?ln=images");
    background-position: 0px 0;
    padding: 0 2px 0 17px;
    color: #BB5D02;
    text-decoration: none;
    font-size: 1.25em;
}

a#schliessenlink:HOVER {
    color: #fff;
}

a#hinweislink {
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/icons/plus.gif.xhtml?ln=images");
    background-position: 0px;
    padding: 0 2px 0 17px;
    /* color: #BB5D02; */
    text-decoration: none;
    float: right;
    font-size: 0.8em;
}

.center_div div#inhalt a:hover {
    background-position: 0px -100px;
    color: #83983d;
}

.center_div a:hover {
    background-position: 0px -98px;
    color: #83983d;
}

.center_div a {
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-small.png.xhtml?ln=images");
    background-position: 0px 2px;
    padding: 0 2px 0 17px;
    /* color: #BB5D02; */
    text-decoration: none;
}

.center_div div#inhalt a {
    background-position: 0px 5px;
}

a#hinweislink_weniger {
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/icons/minus.gif.xhtml?ln=images");
    background-position: 0px;
    padding: 0 2px 0 17px;
    /* color: #BB5D02; */
    text-decoration: none;
    float: right;
    font-size: 0.8em;
}

/*a#hinweislink:HOVER {
    color: #fff;
}*/
#ausdruck a {
    float: left;
    padding-left: 1.5em;
    overflow: hidden;
    background-repeat: no-repeat;
}

#ausdruck a:hover, #ausdruck a:focus, #ausdruck a:active {
    /** background-color: #6d7781;
     background-position: 2px -100px;
     color: #fff; */

}

label.disabled, input[type='radio'][disabled] + label {
    color: #bdc0c2;
}

input.disabled {
    border: 0.083em solid #e2e2e2; /* 1px */
    background: #fff url("/prueftoolbza-web/jakarta.faces.resource/module/form-content/text-input-disabled.png.xhtml?ln=images") 0 0 repeat;
}

.form-content .disabled input[type='radio'], input[type='radio'][disabled] {
    background-image: none;
}

.hinweis-button-bar input {
    margin-right: 0.714em;
    border: none;
    padding: 0.714em 1.1em 0.714em 2.429em;
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-white-small.png.xhtml?ln=images");
    background-position: 10px 17px;
    font-size: 0.875em;
    line-height: 1.429em;
    border-radius: 4px;
    display: inline;
    overflow: visible;
    width: 6em;
    background-color: #1B618C;
    color: white;
}

/*
.hinweis-button-bar input:hover {
    background-color: #60800f;
}
*/

.form-content span.disabled {
    color: #bdc0c2;
}

div.disabled {
    color: #bdc0c2;
}

.form-content input.disabled {
    color: #bdc0c2;
    background-color: #EEEEEE;
}

.errorMessageBlock {
    display: inline-block;
    width: 20em;
}

.errorMessageBlockSelect {
    display: inline-block;
    width: auto;
}

fieldset table {
    margin-bottom: 0px;
}

fieldset.zusammenfassung {

}

div.zusammenfassung fieldset label {
    height: auto;
    /* Erzwinge Padding auf Zusammenfassung fuer Subscripts */
    padding-bottom: 0.5em;
}

fieldset.zusammenfassung div.inputLine label {
    width: 12em;
    height: auto;
    padding: 0;
}

div#nav-sub li.inactive_step input:hover {
    background-color: white;
    color: #333;
}

div.input.text.submit {
    padding-bottom: 0em;
}

fieldset.pruefungsergebnisse div.inputline {
    height: auto;
}

.outputText {
    display: inline-block;
    width: 100%;
}

/* styling fuer file upload */
div#upload input {
    background-image: none;
    padding: 3px;
    background-color: white;
    text-transform: none;
    width: auto;
}

div#uploadExtern input {
    background-image: none;
    padding: 3px;
    background-color: white;
    text-transform: none;
    width: auto;
}

.form-content {
	margin: 0;
}

.form-content .checkbox label {
    // width: 30em;
}

.form-content table {
    /* width: auto; */
    width: 100%;
}

.form-content td {
    /*	background-color: transparent; */
    padding: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: top;
}

.form-content td label {
    width: 20em;
}

.form-content fieldset {
    overflow: hidden;
}

.form-content div.inputLine input.wide-input {
    width: 18em;
}

.form-content .checkbox input {
    margin-left: 0.4em;
}

.form-content .radio label, .form-content .checkbox label {
    /*font-size: 1em;*/
}

.form-content .radio table.lineDirection label {
    width: auto;
    /*font-size: 1em;*/
}

.form-content .radio table label { /* .pageDirection remvoed from table */
    width: 36em;
    /* fix fuer IE 7 mit subscripts */
    /*line-height: 2em;*/
    /*margin: 0.3125em 0.75em 0 0;*/
}

.form-content .radio table th, .form-content .radio table td { /* .pageDirection remvoed from table */
    font-size: 1em;
}

#tooltip {
    background-color: #f6f3f0;
    border: 3px solid #fff;
    padding: 1em;
    position: absolute;
    z-index: 3000;
    color: #5A6166;
    delay: 1000;
}

#tooltip.fixed-width {
    min-width: 10em;
    max-widht: 20em;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-weight: normal;
    font-size: 0.75em;
    color: #5a6166;
    font-family: Arial;
}

.applikationstitel {

}

.page-layout-has-context #content {
    width: 38em;
}

a.close-link:hover {
    background-position: 0px -99px;
    color: #83983d;
}

a.close-link {
    float: right;
    background-position: 0px 6px;
}

.hilfe-inhalt {
    /* wegen der Scrollbar */
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 10em;
    max-height: 20em;
    overflow: auto;
    line-height: 1.5em;
    font-size: 0.875em;
}
.hilfe-inhalt p {
    font-size: 1em;
}

.center-div-header {
    text-align: left;
}

.calculateButton {
    position: absolute;
    top: 0.5em;
    right: 0em;
}

div#form_panel h1 {
    padding-left: 0em;
    margin-bottom: 1em;
}

div#form_panel div.description {
    margin: 0 0 1.5em 1.5em;
}

div#form_panel div.description p {
    margin: 0.75em 0;
}

div#form_panel div.description li {
    font-size: 0.875em;
    margin-bottom: 0.5em;
}

.form-content .submit input {
    background-position: 10px 14px;
    margin-right: auto;
}
.form-content .submit input.wizard-zurueck {
    background-image: url("/prueftoolbza-web/resources/images/helper/more-arrow-left-white-small.png");
}

.form-content .submit input[disabled] {
    background-color: #d2d2d2;
}
.form-content .submit input.wizard-weiter[disabled],
.form-content .submit input.wizard-zurueck[disabled] {
    background-color: #1b618c;
}

.crossBrowserInline {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.teaser li.logout-link {
	padding-left: 0.95em;
}
.teaser li.logout-link a {
	padding-left: 10px;
}

.dialogClass .center_div {
    padding: 40px;
    line-height: 1.5em;
    width: 450px;
    margin-left: -225px; /*** width / 2 ***/
    position: absolute;
    top: -125px; /*** height / 2 ***/
    left: 50%;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    width: 540px;
}
.hinweis-button-bar .buttonOuter {
	margin-right: 0.714em;
    margin-left: 0.714em;
    margin-bottom: 1em;
    border: none;
    padding: 0.714em 0.714em 0.714em 2.429em;
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-white-small.png.xhtml?ln=images");
    background-position: 10px 17px;
    font-size: 0.875em;
    line-height: 1.429em;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    display: inline;
    overflow: visible;
    background-color: #1B618C;
    color: white;
    word-wrap: break-word;
    white-space: pre-wrap; 
    width: 12em;
    text-align: left;
}
.hinweis-button-bar .buttonOldOuter {
    margin-right: 0.714em;
    margin-left: 7.714em;
    margin-bottom: 1em;
    border: none;
    padding: 0.714em 0.714em 0.714em 2.429em;
    background-repeat: no-repeat;
    background-image: url("/prueftoolbza-web/jakarta.faces.resource/helper/more-arrow-right-white-small.png.xhtml?ln=images");
    background-position: 10px 17px;
    font-size: 0.875em;
    line-height: 1.429em;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
    display: inline;
    overflow: visible;
    background-color: #1B618C;
    color: white;
    word-wrap: break-word; 
    white-space: pre-wrap;
    width: 13.8em;
    text-align: left;
}

.panelGroup-error {
    border-width: 1px;
    border-style: solid;
    border-color: #ca0036;
    padding: 2px;
    display: inline-block;
    zoom: 1;
}

hr {
    background: #bdc0c2; 
    border: none; 
    height: 1px;
}

/* application title */
#feature h3 {
    text-align: left;
    margin-bottom: 0;
    font-family: kfwcentrosans-regweb; 
    margin: 0.7em 0 0 0; 
    font-size: 1.35em; 
    font-weight: normal;
    color: #1b618c;
}

/* program title */
#feature h4 {
    text-align: left;
    font-family: kfwcentrosans-regweb;
    font-size: 0.6em;
    font-weight: normal;
    padding-left: 18px;
    margin-top: -0.5em;
    color: #5a6166;
}

img.infoicon {
    vertical-align: middle;
}
label.infoicon img {
    float: left;
    padding-top: 0.25em;
}
.form-content div.inputLine label .label-text, .label-text {
    display: inline-block; 
}
label.infoicon .label-text {
    width: 16.0em;
}
.form-content div.inputLine label.infoicon .label-text { 
    width: 12.4em;
}
.form-content .wide-label div.inputLine label.infoicon .label-text { 
    width: 20.4em;
}

#addressProposalsDialog .center_div {
    width: 100%;
    margin-left: -55%;
    padding: 40px 5%;
    min-width: 500px;
}
#addressProposalsDialog .center_div div#inhalt a {
    background-position: 0px 2px;
}
#addressProposalsDialog th, #addressProposalsDialog td {
    border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
