/* css fuer TDB-Workflow */


/* Einfacher, unterstrichener Link */
a.wf {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image:url("");
  cursor: pointer;
  font-size:9pt;
  text-decoration: none;
  color: #0000FF;
}

a.wf:hover {
   text-decoration: underline;
}

/* das ganze mit Fettschrift */
a.wf_bold {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image:url("");
  cursor: pointer;
  font-size:9pt;
  font-weight:bold;
  text-decoration: none;
  color: #0000FF;
}

a.wf_bold:hover {
   text-decoration: underline;
}

p.wf {
  font-weight:normal;
}

p.wf_bold {
  font-weight:bold;
}


/* Bereich fuer Fehlermeldungen */
div.wf_errmsg {
    border: 1px solid #AA0000;
    margin: 0px 0px 10px 0px;
    padding: 2px 2px 2px 2px;
    color: #AA0000;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    text-align:left;
}

p.wf_errmsg {
    border: 1px solid #AA0000;
    margin: 0px 0px 10px 0px;
    padding: 2px 2px 2px 2px;
    color: #AA0000;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    text-align:left;
}

ul.wf_errmsg {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    color: #AA0000;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
}

li.wf_errmsg {
    color: #AA0000;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    vertical-align: middle;
}


ul.wf {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
}

li.wf {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: middle;
    height:auto;
}


/* Horizontale Linie */
hr.wf {
  border-top: 0px solid #ADB5B5;
  border-bottom: 1px solid #ADB5B5;
  border-left: 0px solid #ADB5B5;
  border-right: 0px solid #ADB5B5;
  display: block;
  margin: 3px 0px 3px 0px;
  font-size:8pt;
}

/* Kleiner Submit-Button */
input.wf_submit {
  font-size:9pt;
  width: 120px;
}

/* Kleiner Submit-Button */
button.wf_button {
  font-size:9pt;
  width: 120px;
}

/* Kleines Textfeld */
input.wf_text {
  font-size:8pt;
  width: 120px;
}

/* Großes Textfeld */
input.wf_text_200px {
  font-size:8pt;
  width: 200px;
}

/* Noch etwas groeßeres Textfeld */
input.wf_text_270px {
  font-size:8pt;
  width: 270px;
}

/* mittleres Textfeld */
input.wf_text_150px {
  font-size:8pt;
  width: 150px;
}

/* kleines Textfeld */
input.wf_text_80px {
  font-size:8pt;
  width: 80px;
}

/* kleines Textfeld */
input.wf_text_90px {
  font-size:8pt;
  width: 88px;
}

/* Großes Textfeld mit Platz fuer Info-Button daneben */
input.wf_text_180px {
  font-size:8pt;
  width: 180px;
}
select.wf_text_180px {
  font-size:8pt;
  width: 180px;
}


/* einzeiliges Textfeld mit Platz für Info-Button daneben */
input.wf_text_540px {
  font-size:8pt;
  width: 537px;
}

/* einzeiliges Textfeld mit Platz für Info-Button daneben */
input.wf_text_515px {
  font-size:8pt;
  width: 512px;
}

/* sehr kleines Textfeld fuer Codes NHMR */
input.wf_text_code {
    font-size:8pt;
    width: 40px;
    text-align: center; /* center checkbox horizontally */
    border: 1px solid grey;
}

/* sehr kleines Textfeld fuer Codes NHMR */
input.wf_text_code:disabled {
    font-size:8pt;
    width: 40px;
    text-align: center; /* center checkbox horizontally */
    background: white;
}

/* Auswahl mittels Checkboxen */
input.wf_checkbox {
  font-size:12px;
}

/* Selectbox */
select.wf_select {
  font-size:8pt;
  width: 120px;
  height: 18px;
}

/* Selectbox mit 200px Breite */
select.wf_select_200px {
  font-size:8pt;
  width: 200px;
}

/* Selectbox mit 270px Breite */
select.wf_select_270px {
  font-size:8pt;
  width: 270px;
}

/* Selectbox mit 180px Breite */
select.wf_select_180px {
  font-size:8pt;
  width: 180px;
}

/* Selectbox mit 150px Breite */
select.wf_select_150px {
  font-size:8pt;
  width: 150px;
}

/* Selectbox mit 80px Breite */
select.wf_select_80px {
  font-size:8pt;
  width: 80px;
}
/* Selectbox mit 90px Breite */
select.wf_select_90px {
  font-size:8pt;
  width: 88px;
}
/* Selectbox mit 250px Breite */
select.wf_select_250px {
  font-size:8pt;
  width: 250px;
}
/* Selectbox mit 515px Breite */
select.wf_select_515px {
  font-size:8pt;
  width: 512px;
}

/* Selectbox mit 540px Breite */
select.wf_select_540px {
  font-size:8pt;
  width: 540px;
}

/* Formatierung fuer Codetextebei NHMR */
textarea.codetext {
    font-size:8pt;
    resize: none;
    overflow: auto;
    word-break: normal;
    word-wrap: break-word;
    width: 95%;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid grey;
}

/* Auswahl mittels Checkboxen */
textarea.wf {
  font-size:8pt;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
}


/* Tabellenspalte (Text: links) */
td.wf_cellcontent_left {
  border: 1px solid #ACB1B6;
  padding-left:3px;
  padding-right:3px;
  text-align: left;
  vertical-align: middle;
  font-size:9pt;
}


/* Tabellenspalte (Text: zentriert) */
td.wf_cellcontent_center {
  border: 1px solid #ACB1B6;
  padding-left:3px;
  padding-right:3px;
  text-align: center;
  vertical-align: middle;
  font-size:9pt;
}


/* Tabellenspalte (Text: rechts) */
td.wf_cellcontent_right {
  border: 1px solid #ACB1B6;
  padding-left:3px;
  padding-right:3px;
  text-align: right;
  vertical-align: middle;
  font-size:9pt;
}


/* Tabellenspalte Überschrift (weiße Trennlinie rechts) */
td.wf_tablehead_rl {
  background-color: #808890;
  color:#FFFFFF;
  padding-left:3px;
  padding-right:3px;
  /*border-left:1px solid #808890;*/
  border-right:1px solid #EAEBED;
  border-top:1px solid #808890;
  border-bottom:0px solid #808890;
  text-align:center;
  vertical-align: middle;
  font-size:9pt;
}


/* Tabellenspalte Überschrift (weiße Trennlinie nicht vorhanden) */
td.wf_tablehead_nl {
  background-color: #808890;
  color:#FFFFFF;
  padding-left:3px;
  padding-right:3px;
  border-left:1px solid #808890;
  border-right:1px solid #808890;
  border-top:1px solid #808890;
  border-bottom:0px solid #808890;
  text-align:center;
  vertical-align: middle;
  font-size:9pt;
}


/* Tabellenspalte Überschrift (weiße Trennlinie links) */
td.wf_tablehead_ll {
  background-color: #808890;
  color:#FFFFFF;
  padding-left:3px;
  padding-right:3px;
  border-left:1px solid #EAEBED;
  /*border-right:1px solid #808890;*/
  border-top:1px solid #808890;
  border-bottom:0px solid #808890;
  text-align:center;
  vertical-align: middle;
  font-size:9pt;
}


/* Einfache Tabellenspalte (Text: links) */
td.wf_SimpleCell_left {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}


/* Einfache Tabellenspalte (Text: rechts) */
td.wf_SimpleCell_right {
  text-align: right;
  vertical-align: top;
  font-size: 12px;
}


/* Einfache Tabellenspalte (Text: zentriert) */
td.wf_SimpleCell_center {
  text-align: center;
  vertical-align: top;
  font-size: 12px;
}


/* Vorlagendialog */
div.vorlagen {
    /* MANTED-Schema */
    display: none;
    width: 400px;
    position: absolute;
    top:200px;
    left:300px;
    background-color: #FFFFFF;
    border: 1px solid #303C49;
    padding:0px;

    /* Simple-Schema */
    /*
    display: none;
    width: 400px;
    position: absolute;
    top:200px;
    left:300px;
    border: 1px solid #ACB1B6;
    background-color: #FFFFFF;
    */
}

div.vorlagen_title {
    /* MANTED-Schema */
    border: 0px solid #303C49;
    padding:5px;
    padding-right:0px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #303C49;
    color: #FFFFFF;

    /* Simple-Schema */
    /*
    border: 0px solid #ACB1B6;
    border-bottom: 1px solid #ACB1B6;
    height: 16px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding-left:5px;
    padding-right:5px;
    background-color: #EAEBED;
    */
}

div.vorlagen_text {
    /* MANTED-Schema */
    border: 0px solid #303C49;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    padding-right:0px;
    color:#303C49;
    height:auto;

    /* Simple-Schema */
    /*
    border: 0px solid #ACB1B6;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    */
}

div.vorlagen_footer {
    border: 0px solid #303C49;
    border-top: 1px solid #303C49;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    padding-right:0px;
    height: 30px;
    text-align: center;
}

div.vorlagen_dlg {
    /* MANTED-Schema */
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #303C49;
    padding:0px;
}

div.vorlagen_title_dlg {
    /* MANTED-Schema */
    border: 0px solid #303C49;
    padding:5px;
    padding-right:0px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #303C49;
    color: #FFFFFF;
}

div.vorlagen_text_dlg {
    /* MANTED-Schema */
    border: 0px solid #303C49;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:0em 1em 0em 0.5em;
/*    padding:5px;*/
/*    padding-right:0px;*/
    color:#303C49;
}

div.vorlagen_footer_dlg {
    border: 0px solid #303C49;
/*    border-top: 1px solid #303C49; */
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
     height: 50px;


/*
    padding:5px;
    padding-right:0px;
    height: 30px;
*/
    text-align: center;
}

div.vorlagen_title_background{
    background: #303C49 url(../resources/import/img/jquery-man-ci_bg_40x100.png) repeat-x scroll 50%;
}

.vorlagen_title_icon{
    width: 12px; height: 11px;
    background-image: url(../../graphik/icon_wf_close.gif);
    background-position: 0px 0px;
    background-repeat:no-repeat;
}

div.buttons {
    border: 0px solid #303C49;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    padding-right:0px;
    height: 30px;
    text-align: center;
}


/* Schnellhilfe in den Onlineformularen */
div.quickhelp {
    /* MANTED-Schema */
    display:none;
    position: relative;
    left: 0px;
    top: 20px;
    background-color: #FFFFFF;

    /* Simple-Schema */
    /*
    display:none;
    position: relative;
    left: 0px;
    top: 20px;
    border: 1px solid #ACB1B6;
    background-color: #FFFFFF;
    */
}

div.quickhelp_title {
    /* MANTED-Schema */
    border: 1px solid #303C49;
    padding-top:5px;
    padding-bottom:5px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-left:23px;
    padding-right:5px;
    background-color: #303C49;
    color: #FFFFFF;

    /* Simple-Schema */
    /*
    border: 0px solid #ACB1B6;
    border-bottom: 1px solid #ACB1B6;
    height: 16px;
    padding:5px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #EAEBED;
    color: #303C49;
    */
}

div.quickhelp_text {
    /* MANTED-Schema */
    border: 1px solid #303C49;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    padding-left:23px;
    color:#303C49;

    /* Simple-Schema */
    /*
    border: 0px solid #ACB1B6;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    padding:5px;
    color:#303C49;
    */
}

ul.quickhelp {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
}


/* fuer Ablagekorb-Detailsdialog */
div.wf_no_input {
    color: #000000;
    background-color: #FFFFFF;
    height: 14px;
    width: 120;
    border-top:     1px solid #abadb3;
    border-left:    1px solid #e2e3ea;
    border-right:   1px solid #e2e3ea;
    border-bottom:  1px solid #e2e3ea;
    padding: 2px;
    margin: 1px;
    font-size:8pt;
}


/* fuer Ablagekorb-Versand-Dialog */
td.wf_versand_cell_tuerkis {
    width: 140px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    background-color: #579499;
    font-weight:bold;
    color:#FFFFFF;
}


tr.wf_tabline01{
	background-color:#FFFFFF;
}

tr.wf_tabline02{
	background-color:#F2F2F2;
}

table.td_textoben tr td {
    vertical-align:top;
}

td.wf_formular_kopf {
    font-weight:normal;
    font-size: 11px;
    vertical-align: top;
    background-color: #EAEBED;
    padding: 1px;
}

div.wf_div {
    font-size:11px;
}

.fileContainer {
	cursor: inherit;
	font-size: 12px;
	width:112px;
}
#button-file {
	font-size: 12px;
}
#button-file:active {
}
#button-file:hover {
	cursor: pointer;
}
#button-file-delete {
	font-size: 12px;
}
#button-file-delete:active {
}
#button-file-delete:hover {
	cursor: pointer;
}

ul.psd_bulletpoint {
    list-style-type: disc;
    list-style-position: outside;
    margin-left:15px;
}

ul.psd_bulletpoint li {
    text-indent: hanging 11px;
}