
/* Filelocation: phpbase */
/* Links       : webavw, acsmgr, tltab, webmgr  */

/* ============================ */
/* --- Farbschema Allgemein --- */
/* ============================ */
.colorWhite { color: white; }
.colorBlack { color: black; }
.colorRed { background-color: #FF6464; }
.colorGreen { background-color: #96ED89; }

.colorYellow { background-color: #F5E950; }
.colorOrange { color: #FF8000; }
.colorInput1 { background-color: #FFEFBF; }
.colorInput2 { background-color: #FFDFBF; }

.colorBesico { color: #0C8DCC; }
.colorBesicoGrau { color: #6E6E6E; }
.colorBesicoGrau { color: #D4D4D4; }
.colorBesisoft { color: #3CA423; }

/* ============================ */
/* BLUE SKY                     */
/* ============================ */
.colorscheme {
  color: #16193B ;
  color: #35478C ;
  color: #4E7AC7 ;
  color: #6283C9;
  color: #7FB2F0 ;
  color: #ADD5F7 ;
  color: #C7E2FA ;
  color: #D9ECFB;
}
/* ============================ */
/* THIS GREEN                   */
/* ============================ */
.colorscheme {
  color: #00261C ;
  color: #044D29 ;
  color: #168039 ;
  color: #45BF55 ;
  color: #96ED89 ;
}
/* ============================ */
/* Bonsai Sprouts               */
/* ============================ */
.colorscheme {
  color: #302B1D ;
  color: #3F522B ;
  color: #737D26 ;
  color: #A99E46 ;
  color: #D9CB84 ;
}
/* ============================ */
/* Lightlila                  */
/* ============================ */
.colorscheme {
  color: #6677CC ;
  color: #8290D9 ;
  color: #A1ACE6 ;
  color: #CED4F2 ;
  color: #E6EAFF ;
}

/* IE Fix, Scrollbalken am rechten Rand */
html,body {
  height: 100%;
}
@media screen
{
  html,body { overflow: auto;}
}
image {
  border: none;
}
iframe {
  border: none;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
}

/* Schriftarten */
* {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.tdnew,.tddef,.tdok,.tderr,.tdno,.tdnohr,.tdkk1,.FixedWidth
{ font-family:Courier New,serif; }

ul,ol,li,div,address,blockquote,nobr,b,i {  }
.etlogo {
  background-image: url(BESICOMM_2021.png);
  background-repeat: no-repeat;
  background-size: 196px;
  background-position-y: -15px;
  height:48px;
  width:196px;
  margin-top: 2px;
  margin-left: 11px;
}
.besico_logo {
  margin: 5px 2px 2px 14px;
}

p,body { font-size: 12px; }
p.small { font-size: 7px; }
p.xxs { font-size: 5px; }

.red {
  color: #ff0000;
}
.yellow {
  color: #ffc000;
}
body#bde1term form h3.red
{
  text-align: center;
}
body#bde1term form[name="dummy_zum_centrieren"]  table
{
  margin-left:auto;
  margin-right:auto;
}
form[name="dummy_zum_centrieren"]  table
{
  margin-left:0px;
  margin-right:0px;
}
h1 {
  font-weight: bold;
  font-size: 20px;
  white-space:normal;
}
h2 {
  font-weight: bold;
  font-size: 17px;
  white-space:normal;
}
.bigred {
 font-weight: bold;
 font-size: 11px;
 color: #ff0000;
}
h3 {
  color: #0C8DCC;
  font-weight: bold;
  font-size: 16px;
  margin-left: 3px;
  white-space:normal;
}
h3#BTNTXT {
  text-align: center;
}
h3.login {
  margin-left: 1px;
  margin-top: 10px;
}
h4 {
 font-weight: bold;
 font-size: 12px;
 margin-left: 1px;
 white-space:normal;
}

a,ul,ol,li,address,blockquote,nobr,br {font-size:12px; }
b { font-weight: bold;}

input,select,textarea {
  font-size: 11px;
}
select, input[type=checkbox] {
  cursor: pointer;
}

td {
  font-size: 12px;
}
th {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

input, select, textarea, .IC_DATE_FIELD {
  background-color: #F5F5F5;
}
input:focus, select:focus, textarea:focus, .IC_DATE_FIELD:focus {
    background-color: #FFFFFF;
    outline-width:0px;
}
input[type=text],input[type=password] {
  height: 20px;
  padding-left: 2px;
}

input[type=text],input[type=password],select,textarea {
  border-width: 1px;
  border-style:solid;
  border-top-color: #BBBBBB;
  border-left-color: #BBBBBB;
  border-bottom-color: #E0E0E0;
  border-right-color: #E0E0E0;
}
input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus {
  border-width: 1px;
  border-top-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #CDCDCD;
  border-right-color: #CDCDCD;
}

.cfgToolInput {
  width: 300px;
  height: 20px;
}

select {
  min-width: 60px;
}
select.shortWidth {
  min-width: 60px;
}
select.mediumWidth {
  min-width: 120px;
}
select.longWidth {
  min-width: 240px;
}
option, select.IE_SELECT
{
  font-family: Courier,"Courier New", monospace;
}
div#bs_frm_burger
{
  cursor:pointer;
}
div#bs_frm_burger span
{
  display: block;
  height: 4px;
  position: relative;
  width: 25px;
  background-color: white;
  margin-top: 3px;
  border-radius: 2px;
}
@media (max-width:1199.99px)
{
  div#bs_frm_burger
  {
    display:block;
  }
  div#bs_frm_menu
  {
    left:35px;
  }
  div#bs_frm_smenu.hideSMenu
  {
    left:-200px;
    transition: left 0.5s;
  }
  div#bs_frm_body.hideSMenu
  {
    left:0px;
    transition: left 0.5s;
  }
  div#bs_frm_smenu.showSMenu
  {
    left:0px;
    transition: left 0.5s;
  }
  div#bs_frm_body.showSMenu
  {
    left:200px;
    transition: left 0.5s;
  }
}
@media (min-width:1200px)
{
  div#bs_frm_burger
  {
    display:none;
  }
  div#bs_frm_menu
  {
    left:0px;
  }
  div#bs_frm_body
  {
    left:200px;
    transition: left 0.5s;
  }
}

table
{
  border-spacing:0px;
  border-collapse:collapse;
}
.SideMenu {
  padding-left: 18px;
  background-color: #FFFFFF;
}
.SideMenuLogin {
  padding-left: 18px;
  background-color: #FFFFFF;
}
.actframeBody {
  padding-left: 10px;
  background-color: #FFFFFF;
}
.greenBG {
  background-color: #96ED89;
}
.greyBG {
  background-color: #CCCCCC;
}
.redBG {
  background-color: #FF6464;
}

.BoxTreeLink {
  font-size: 12px;
  background-color:#F9FAF0;
  color:#000000;
  text-decoration:none;
}

.ButtonSel { /* das Dingen vor dem Button! */
  display: none;
}
.ButtonNSel {
  display: none;
}

div#bs_body a.Button,
.Button
{
  color: #000000;
  background-color: #E9E9E9;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  text-decoration:none;
  width:146px;
  border: 1px solid #6E6E6E;
  display: inline-block;
  margin: 1px;
  padding: 3px 0 3px 10px;
  box-shadow: 1px 1px 1px #000000;
  line-height:12px;
  height:auto;
  position:unset;
}
.Button.Big,
body#bde4term .Button
{
  height:60px;
  line-height:60px;
  width:300px;
  text-align: center;
}
body#bde1term .Button
{
  height:60px;
  line-height:60px;
  width:300px;
  text-align: center;
}
input[type=button]
{
  color: #000000;
  background-color: #E9E9E9;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  text-decoration:none;
  min-width:158px;
  border: 1px solid #6E6E6E;
  display: inline-block;
  margin: 1px;
  padding: 3px 0 3px 10px;
  box-shadow: 1px 1px 1px #000000;
  line-height:12px;
}
.Button:focus, .Button:hover {
  background-color: #B4B4B4;
}
.Button:active {
  box-shadow: none;
}

a.Button:active {
  color: #FFFFFF;
  background-color: #6E6E6E;
}

.LongButton {
  min-width:196px;
}

.ButtonDisabled,.ButtonDisabled:hover,.ButtonDisabled:focus,.ButtonDisabled:active {
  background-color: #E9E9E9 !important;
  color: #707070 !important;
  box-shadow: 1px 1px 1px #000000 !important;
}
.btnIcon_left.ButtonDisabled:focus, .btnIcon_left.ButtonDisabled:hover,
.btnIcon_right.ButtonDisabled:focus, .btnIcon_right.ButtonDisabled:hover
{
  background-color: transparent;
  cursor:default;
}
.btnIcon_left.ButtonDisabled,
.btnIcon_right.ButtonDisabled
{
  opacity: 0.2;
}


a.selectedBtn {
  color: #FFFFFF;
  background-color: #0C8DCC;
  box-shadow: none;
}
a.selectedBtn:focus,a.selectedBtn:hover {
  color: #FFFFFF;
  background-color: #0C8DCC;
}
.BlueSpace  {
  font-size: 1px;
  background-color:#0000ff;
  color:#ff2020;
  text-decoration:none;
  padding:0px;
}

.WhiteSpace {
  font-size: 1px;
  color: #000000;
  background-color: #ffffff;
  text-decoration:none;
  padding:0px;
}

.Space2 {
  font-size: 1px;
  background-color: #6E6E6E;
  color:#6E6E6E;
  empty-cells: show;
  text-decoration:none;
  padding:0px;
  width:1px;
  min-width:1px;
}

.Space9 {
  font-size: 1px;
  background-color: #ffffff;
  color: #ffffff;
  empty-cells: show;
  text-decoration:none;
  padding:0px;
}

.ml0     {
  font-size: 12px;
  background-color:#8080f0;
  color:#000000;
  text-decoration:none;
}
.ml0sel   {
  font-size: 12px;
  background-color:#202040;
  color:#ffffff;
}
.ml1     {
  font-size: 12px;
  background-color:#202040;
  color:#ff2020;
  text-decoration:none;
}
.ml1sel  {
  font-size: 12px;
  background-color:#2040f0;
  color:#ffff20;
  text-decoration:none;
}
.tdnew   {
  font-size: 9px;
  background-color:#f0a080;
  color:#000000;
  text-decoration:none;
}
.tddef   {
  font-size: 9px;
  background-color:#8080f0;
  color:#000000;
  text-decoration:none;
}
.tdok    {
  font-size: 9px;
  background-color:#80f080;
  color:#000000;
  text-decoration:none;
}
.tderr   {
  font-size: 9px;
  background-color:#f04040;
  color:#000000;
  text-decoration:none;
}
.tdno    {
  font-size: 9px;
  background-color:#a0a0a0;
  color:#000000;
  text-decoration:none;
}
.tdnohr  {
  font-size: 9px;
  background-color:#FFFF80;
  color:#000000;
  text-decoration:none;
}
.tdkk1   {
  font-size: 9px;
  background-color:#20c020;
  color:#000000;
  text-decoration:none;
}
.tableWhiteSpace {
  font-size: 1px;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}
.tableSpace {
  font-size: 1px;
  text-decoration:none;
  empty-cells: show;
  padding:0px;
}

.B_bbx  {
  font-weight: bold;
  font-size: 1px;
  color:#000000;
  text-decoration:none;
  empty-cells: show;
  padding:0px;
}

.B_bb1  {
  font-size: 1px;
  background-color:#c6c6f7;
  color:#000000;
  text-decoration:none;
  empty-cells: show;
  padding:0px;
}

.B_bb2  {
  font-style: italic;
  font-size: 12px;
  background-color:#3939e7;
  color:#ffffff;
  text-decoration:none;
  empty-cells: show;
  padding:0px;
}
.B_bb3  {
  font-size: 1px;
  background-color:#1818c6;
  color:#000000;
  text-decoration:none;
  empty-cells: show;
  padding:0px;
}
.B_c0c0c0  {
  font-weight: bold;
  font-size: 12px;
  background-color:#c0c0c0;
  color:#000000;
  text-decoration:none;
}
.B_d0d0d0   {
  font-size: 1px;
  background-color:#d0d0d0;
  color:#000000;
  text-decoration:none;
}
.B_808080   {
  font-size: 1px;
  color: #000000;
  background-color: #808080;
  text-decoration:none;
}
.tab_a_h {
  font-weight: bold;
  font-size: 12px;
  background-color:#D4D4D4;
  text-align: left;
}
.tab_a_d {
  font-size: 12px;
  background-color:#D4D4D4;
}
.tab_b_h {
  font-weight: bold;
  font-size: 12px;
  background-color:#888888;
  text-align: left;
}
.tab_b_d {
  font-size: 12px;
  background-color:#888888;
}
.tab_c_d {
  font-size: 12px;
  background-color:#f6ebd7;
}
.tab_d_d {
  font-size: 12px;
  background-color:#DDCBBE;
}
.IC_KEYS,.IC_DATE {
  background-color:#FFFFFF;
  border:1px solid #6E6E6E;
  padding:1px;
}
.IC_KEYS#IC_KEYSA {width:720px;}
.IC_KEYS#IC_KEYSN {width:240px;}
.IC_DATE_SIZE {width:212px;height:227px;}

.IC_KEYS_VISIBLE {
/*  width:1px; / * Keys on */
  width:0px; /* Keys off*/
  visibility:hidden;
  height:1px;
  margin:0px;
  overflow:hidden;
}
.IC_KEYS_TITLE,.IC_DATE_TITLE {
  font-weight: bold;
  font-size: 12px;
  border:0px;
  height:25px;
  line-height:25px;
  cursor:default;
}
.IC_KEYS_KEY  {
  background-color:#dbe0ec;
  font-size: 12px;
  border:1px solid #8f9fc7;
  color:#000000;
  width:60px;
  height:60px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
}
.IC_DATE_BTN {
  color: #000000;
  background-color: #E9E9E9;
  font-weight: bold;
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  border: 1px solid #000000;
}
.IC_DATE_BTN:hover {
  background-color: #B4B4B4;
}
.IC_DATE_BTN:active {
  color: #FFFFFF;
  background-color: #6E6E6E;
}

.IC_DATE_DATE {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
}
.IC_DATE_H0  {
  font-weight: bold;
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}
.IC_DATE_H1  {
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}
.IC_DATE_H2  {
  background-color:#eeb2b1;
  font-size: 12px;
  border:0px;
  color:#000000;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}
.IC_DATE_D0  {
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  border: 1px solid #E0E0E0
}
.IC_DATE_D1  {
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  border: 1px solid #F2F2F2;
}
.IC_DATE_D2  {
  background-color:#faf2f0;
  font-size: 12px;
  border:0px;
  color:#000000;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  border:1px solid #faf2f0;
}
.IC_DATE_Dx  {
  background-color:#ffffff;
  font-size: 12px;
  border:0px;
  color:#404040;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}
.IC_DATE_D0:hover,.IC_DATE_D1:hover,.IC_DATE_D2:hover {
  border: 1px dashed #044D29;
}
.IC_DATE_Ds  {
  background-color: #96ED89;
  font-size: 12px;
  border:1px solid #044D29;
  height:25px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
}
.IC_DATE_FIELD {
  border:1px solid #ABABAB;
  height:15px;
  width:80px;
  font-size: 11px;
  text-align:left;
  padding: 3px 2px 0px 2px;
  cursor:pointer;
}
.IC_DATE_BUTTON {
  background-color:#ffffff;
  border:1px solid #000000;
  color:#000000;
  height:20px;
  width:20px;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
  margin:2px;
}
.IC_CLOCK_FIELD {
  color:#ffffff;
  vertical-align:middle;
  cursor:default;
  font-weight: bold;
  empty-cells: show;
  overflow: hidden;
}
div#ICC_tt1_tools,div#ICC_tt2_tools{
  width:8px;
  overflow:hidden;
  word-spacing:0px;
}
#ICC_tt3_tools
{
  width:auto;
  padding-left:4px;
  padding-right:8px;
}

div#IC_DATE {
  box-shadow: 3px 14px 4px 4px #000000;
}

.BS_DATE_SIZE {
  width: 284px;
  height: 232px;
}

.BS_DATE_DATE {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  border:0px;
  width: 120px;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
}
.BS_DATE_DATE.disabled
{
  cursor:default;
}
.BS_DATE_H0  {
  font-weight: bold;
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:default;
}
.BS_DATE_H1  {
  font-size: 12px;
  font-weight: bold;
  border:0px;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:default;
}
.BS_DATE_H2  {
  background-color:#eeb2b1;
  font-size: 12px;
  font-weight: bold;
  border:0px;
  color:#000000;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:default;
}
.BS_DATE_D0  {
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
  border: 1px solid #E0E0E0
}
.BS_DATE_D1  {
  font-size: 12px;
  border:0px;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
  border: 1px solid #F2F2F2;
  background-color: #E9E9E9 ;
}
.BS_DATE_D2  {
  background-color:#faf2f0;
  font-size: 12px;
  border:0px;
  color:#000000;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
  border:1px solid #faf2f0;
}
.BS_DATE_Dx  {
  background-color:#ffffff;
  font-size: 12px;
  border:0px;
  color:#9A9A9A;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
}
.BS_DATE_D0:hover,.BS_DATE_D1:hover,.BS_DATE_D2:hover {
  border: 1px dashed #044D29;
}
.disabled.BS_DATE_D0:hover,.disabled.BS_DATE_D1:hover,.disabled.BS_DATE_D2:hover
{
  border: 0px dashed #044D29;
}
div#buttons_left
{
  clear: left;
}
div#buttons_middle
{
  clear: left;
  padding-top: 4px;
}
div#buttons_middle ~ div#buttons_right
{
  clear: left;
  padding-top: 16px;
}
div#buttons_left div.div_left,
div#buttons_left div.div_right,
div#buttons_middle div.div_left
{
  float:left;
  position:static;
  padding-right:4px;
}
div#buttons div#buttons_float div#div_left_date
{
  padding-top: 2px;
}
div#buttons div#buttons_float div#div_left_select
{
  padding-top: 4px;
}
div#buttons div#buttons_float div#div_left_select div#div_left_satza
{
  padding-top: 2px;
}
div#buttons_left div.div_left div#iccomboSATZAs
{
  cursor:pointer;
}
.BS_DATE_Ds  {
  background-color: #96ED89;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  border:1px solid #044D29;
  height:25px;
  text-align:center;
  line-height: 25px;
  cursor:pointer;
}
.BS_DATE_FIELD {
  border:1px solid #ABABAB;
  height:15px;
  width:80px;
  font-size: 11px;
  text-align:left;
  padding: 3px 2px 0px 2px;
  cursor:pointer;
}
.BS_DATE_D0.disabled,
.BS_DATE_D1.disabled,
.BS_DATE_D2.disabled,
.BS_DATE_Dx.disabled
{
  color:#C2C2C2;
  cursor:default;
}
.jsdateClick {
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  padding: 3px;
  cursor: pointer;
  width:68px;
  text-align: left;
}
.jsdateClick:Hover,
.jsdateClick:Focus
{
  background-color: #E9E9E9;
}
.jsdateClick:Active
{
  color: #E9E9E9;
  background-color: #6E6E6E;
}
input:disabled + .jsdateClick,
input:disabled + .jsdateClick:Hover,
input:disabled + .jsdateClick:Focus,
input:disabled + .jsdateClick:Active
{
  background-color: transparent;
  border: 1px solid transparent;
  cursor:default;
  color: #545454;
}

div.JSFRAME {
  box-shadow: 2px 2px 5px 5px #000000;
}
.messageBox {
  padding: 4px;
  white-space:normal;
}

#ICF_ttools_frame, #ICF_detail_frame {
  box-shadow: 3px 3px 4px 4px #000000;
}
.frameShadow {
  box-shadow: 2px 2px 7px 1px #000000;
}

/*----------------*/
/* neue styles ! */
/*--------------*/
.border {
  border: 1px solid;
  border-color: #6E6E6E;
  background-color: #ffffff;
  padding: 1px;
  border-spacing: 0px;
  border-collapse: separate;
  empty-cells: show;
  margin-left: 2px;
}

.tabcenter {
  margin-right: auto;
  margin-left: auto;
}

.border > tbody > tr > td /* cellpadding=0 */
{
  padding: 0px;
}

.tableTabs {
  margin-left: 2px;
}

.th2,.IC_KEYS_TITLE,.IC_DATE_TITLE,.IC_DATE_H0,.BS_DATE_H0,.td2 {
  color: #FFFFFF;
  background-color: #6E6E6E ;
}
.th3,.td3,.IC_DATE_H1 ,.BS_DATE_H1,.IC_DATE_D0,.BS_DATE_D0 {
  background-color: #D4D4D4 ;
}

.IC_DATE_D1 {
  background-color: #FFFFFF ;
}
.th1 {
  font-weight: bold;
  font-size: 12px;
  background-color: #2b4b97;
  color:#ffffff;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
body.foot .th1 {
  font-weight: bold;
  font-size: 12px;
  background-color: #0C8DCC;
  color:#ffffff;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.th2 {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  empty-cells:show;
  padding: 2px 4px 2px 4px;
}
.th_Highlight {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  empty-cells:show;
  padding: 2px 2px 2px 4px;
  background-repeat:no-repeat;
  background-position:center center;
}
.th_Highlight:hover {
  cursor: pointer;
  background-color: #B7B7B7;
}
.th_Highlight:active {
  cursor: pointer;
  background-color: #3E3E3E;
}
.thr2 {
  font-weight: bold;
  font-size: 12px;
  background-color:#eeb2b1;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.th2t {
  font-weight: bold;
  font-size: 12px;
  background-color:#6E6E6E;
  color:#ffffff;
  text-align: left;
  empty-cells:show;
  padding: 2px;
  border-style:solid;
  border-width:0px 1px 0px 1px;
  border-color: #4D4D4D;
  border-spacing: 0px;
}
.th3 {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  empty-cells:show;
  padding: 2px 4px 2px 4px;
}
.th4 {
  font-weight: bold;
  font-size: 12px;
  background-color:#FFFFFF;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.th9 {
  font-weight: bold;
  font-size: 12px;
  background-color:#E9E9E9;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.th49
{
  font-size: 12px;
  text-align: left;
  empty-cells: show;
  padding: 2px;
  color:#000000;
}
tr:nth-child(odd) > .th49
{
  background-color: #FFFFFF ;
}
tr:nth-child(even) > .th49
{
  background-color: #E9E9E9;
}

.thr3 {
  font-weight: bold;
  font-size: 12px;
  background-color:#faf2f0;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.thr4 {
  font-weight: bold;
  font-size: 12px;
  background-color:#faf2f0;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.thr9 {
  font-weight: bold;
  font-size: 12px;
  background-color:#faf2f0;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.th3h{
  font-weight: bold;
  font-size: 12px;
  background-color:#DDDDDD;
  color:#888888;
  text-align: left;
  empty-cells:show;
  padding: 2px;
/* border fuer HighContrast */
  border-style:solid;
  border-width: 1px;
  border-color:#DDDDDD;
}
.th3t {
  font-weight: bold;
  font-size: 12px;
  background-color:#E9E9E9;
  color:#000000;
  text-align: left;
  empty-cells:show;
  padding: 4px;
  border-style:solid;
  border-width:1px 1px 0px 1px;
  border-color: #4D4D4D;
  border-spacing: 0px;
}
.td2 {
  font-size: 12px;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.td2b {
  font-size: 12px;
  background-color: #adb9d6;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.td3 {
  font-size: 12px;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.td4 {
  font-size: 12px;
  background-color: #E9E9E9;
  text-align: left;
  empty-cells: show;
  padding: 2px 4px 2px 4px;
}
.td4.error
{
  background-color:#E9aeae;
}
.td4.warning
{
  background-color:#aeaeE9;
}
.td9 {
  font-size: 12px;
  background-color: #FFFFFF ;
  /* color: #000000; */
  text-align: left;
  empty-cells: show;
  padding: 2px 4px 2px 4px;
}
.td9.error
{
  background-color:#ffc0c0;
}
.td9.warning
{
  background-color:#c0c0ff;
}
.td49,
.td49 td
{
  font-size: 12px;
  /* color: #000000; */
  text-align: left;
  empty-cells: show;
  padding: 2px 4px 2px 4px;
}
tr:nth-child(odd).td49,
tr:nth-child(odd) > .td49
{
  background-color: #FFFFFF ;
}
tr:nth-child(even).td49,
tr:nth-child(even) > .td49
{
  background-color: #E9E9E9;
}
tr:nth-child(odd).td49.error,
tr:nth-child(odd) > .td49.error
{
  background-color:#ffc0c0;
}
tr:nth-child(even).td49.error,
tr:nth-child(even) > .td49.error
{
  background-color:#E9aeae;
}
tr:nth-child(odd).td49.warning,
tr:nth-child(odd) > .td49.warning
{
  background-color:#c0c0ff;
}
tr:nth-child(even).td49.warning,
tr:nth-child(even) > .td49.warning
{
  background-color:#aeaeE9;
}
.td4.gray,.td9.gray,.td49.gray
{
  color: #808080;
  font-style: italic;
}

.tdr0 {
  font-size: 12px;
  background-color: #dd4b4a;
  color: #ffffff;
  text-align: center;
  empty-cells: show;
  padding: 2px;
}
.tdr0g {
  font-size: 12px;
  background-color: transparent;
  background-image: linear-gradient(to bottom right,rgba(221,75,74,0) ,rgba(221,75,74,1));
  border-right: solid #dd4b4a 1px;
  border-bottom: solid #dd4b4a 1px;
  color: #000000;
  text-align: center;
  empty-cells: show;
  padding: 2px;
}
.tdr1 {
  font-size: 12px;
  background-color: #d20c0c;
  color: #ffffff;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.tdr2 {
  font-size: 12px;
  background-color:#F9F2F2;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.td9.found, .td4.found{
  background-color:#ff8080;  
}
.tdr3 {
  font-size: 12px;
  background-color: #EFE9E9;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.tdg0 {
  font-size: 12px;
  background-color: #4ac359;
  color: #ffffff;
  text-align: center;
  empty-cells: show;
  padding: 2px;
}
.tdg0g {
  font-size: 12px;
  background-color: transparent;
  background-image: linear-gradient(to bottom right,rgba(74,195,89,0) ,rgba(74,195,89,1));
  border-right: solid #4ac359 1px;
  border-bottom: solid #4ac359 1px;
  color: #000000;
  text-align: center;
  empty-cells: show;
  padding: 1px;
}
.tdg1 {
  font-size: 12px;
  background-color:#11b124;
  color: #ffffff;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.tdy0 {
  font-size: 12px;
  background-color: #eee751;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
div#teamcal .tdy0 {
  text-align: center;
}    
.tdy0g {
  font-size: 12px;
  background-color: transparent;
  background-image: linear-gradient(to bottom right,rgba(238,231,81,0) ,rgba(238,231,81,1));
  border-right: solid #eee751 1px;
  border-bottom: solid #eee751 1px;
  color: #000000;
  text-align: center;
  empty-cells: show;
  padding: 1px;
}
.tdb0 {
  font-size: 12px;
  background-color: #2b4b97;
  color: #ffffff;
  text-align: center;
  empty-cells: show;
  padding: 2px;
}
.tdb0g {
  font-size: 12px;
  background-color: transparent;
  background-image: linear-gradient(to bottom right,rgba(43,75,151,0) ,rgba(43,75,151,1));
  border-right: solid #2b4b97 1px;
  border-bottom: solid #2b4b97 1px;
  color: #000000;
  text-align: center;
  empty-cells: show;
  padding: 1px;
}
.tdb1 {
  font-size: 12px;
  background-color: #8f9fc7;
  color: #ffffff;
  text-align: center;
  empty-cells: show;
  padding: 2px;
}
.tdb1g {
  font-size: 12px;
  background-color: transparent;
  background-image: linear-gradient(to bottom right,rgba(143,159,199,0) ,rgba(143,159,199,1));
  border-right: solid #8f9fc7 1px;
  border-bottom: solid #8f9fc7 1px;
  color: #000000;
  text-align: center;
  empty-cells: show;
  padding: 1px;
}
/* tdgr -> wie td alerdings graue Schrift */
.tdgr3 {
  font-size: 12px;
  background-color: #dbe0ec;
  color: #808080;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.tdgr4 {
  font-size: 12px;
  background-color: #f3f4f8;
  color: #808080;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.tdgr9 {
  font-size: 12px;
  background-color: #ffffff;
  color: #808080;
  text-align: left;
  empty-cells: show;
  padding: 2px;
}
.td_offset {
  padding-left: 4px;
}
.tdDisabled {
  color: #606060;
}
.tdHidden {
  display: none;
}

.tdselect {
  background-color: #86d0c0 !important;
}

tr.selectRow {
  cursor: pointer;
}
tr.selectRow:hover {
  color: #0C8DCC;
}
tr.selectRow:active {
  background-color: #0C8DCC;
  color: #FFFFFF;
}

.hideBox {
  display:none;
  line-height: 16px;
  color: black;
}
.showBox {
  padding: 2px 3px 3px 2px;
  background-color: white;
  color: black;
  cursor: default;
  position:absolute;
  border: 1px solid black;
  box-shadow: 2px 2px 4px #000000;
  line-height: 16px;
  max-width: 800px;
  white-space: normal;
  word-break: break-all;
}
.show1stLine {
  width: 300px;
  height: 13px;
  overflow: hidden;
  /*background-color: pink;*/
  padding: 3px;
  cursor: default;
  line-height: 16px;
}
.showAllLines {
  word-wrap: break-word;
  width: 300px;
  padding: 2px 3px 3px 2px;
  background-color: white;
  cursor: default;
  position:absolute;
  border: 1px solid black;
  box-shadow: 2px 2px 4px #000000;
  line-height: 16px;
}

BODY {
 background:#ffffff;
 margin: 0 0 0 0;
 padding: 0 5px 0 5px;
 position: relative;
}
.body {
  background:#ffffff;
}
.body5 {
  margin:0px; background:#ffffff;
  padding: 0px;
}

.hidden {
  color:#ffffff;
}
.head {
  background-color: #6E6E6E;
  height:54px;
  border-bottom: 1px solid #FFFFFF;
  padding-left:5px;
  padding-right:5px;
}
.simpleHead {
  background-color: #6E6E6E;
  height: 84px;
  padding: 0px;
  overflow: hidden;
}
.simpleText {
  margin-left: 3px;
}
#APP_NAME {
  padding-left: 14px;
  padding-top: 2px;
}
.ie10 #APP_NAME,.ie11 #APP_NAME {
  padding-top: 4px;
}
.ie9 #APP_NAME {
  padding-top: 3px;
}
.foot {
  background:#0C8DCC; color: #ffffff;
}
#bs_frm_burger,
.m1 {
  background-color: #0C8DCC;
  color: #ffffff;
  padding-left: 5px;
  height: 25px;
  padding-right: 5px;
  margin: 0px;
  overflow: hidden;
}
.m1simple {
  border-top: 1px solid #FFFFFF;
  background-color: #0C8DCC;
  height: 25px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px;
  overflow: hidden;
}
.ie10 .m1simple {
  padding-top: 6px;
}
.menu {
  background:#0C8DCC;
  color: #000000;
  height:25px;
}
H3.m1, H3.m1simple {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  height: 16px;
}
h4.head {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
select.ts {
  background:#ffffff;
  color: #000000;
  border-top-color:#ffffff;
  border-right-color:#ffffff;
  border-left-color:#ffffff;
  border-bottom-color:#ffffff;
  border-style: solid;
}

.m1Select {
  color: white;
  background-color: #0C8DCC;
  font-size :12px;
  border-style: solid;
  border-color: #6E6E6E;
  margin-top: 1px;
  margin-right: 5px;
  padding: 2px 0px;
}
.m1Select:focus {
  color: white;
  background-color: #0C8DCC;
  border-color: #FFFFFF;
}
select.m1Select option {
  color: white;
  background-color: #0C8DCC;
}

.ie8 .m1,.ie8 .m1simple,.ie8 .m1Select {
  margin: 0px;
  padding-top: 1px;
  height: 23px;
}
.ie8 .m1Select {
  margin-top: 1px;
  margin-right: 5px;
}
.ie9 .m1Select {
  margin-top: 2px;
}
.ie10 .m1Select {
  margin-top: 2px;
  padding-bottom: 1px;
}
.ie11 .m1Select {
  margin-top: 2px;
  padding-bottom: 1px;
}

.nowrapText {
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}
.nowrapTd {
  white-space: nowrap;
}

BODY.m2 {
  background:#c0c0ff;
  color: #000000;
}

.B_p2005_1  {
  font-weight: bold;
  font-size: 16px;
  background-color:#6078b1;
  color:#000000;
  text-decoration:none;
  padding:0px;
}
.B_p2005_2  {
  font-weight: bold;
  font-size: 12px;
  background-color:#8f9fc7;
  color:#000000;
  text-decoration:none;
  padding:0px;
}
.B_p2005_9, .B_p2005_9 span {
  font-weight: bold;
  font-size: 12px;
  background-color:#ffffff;
  color:#6078b1;
  text-decoration:none;
  padding:0px;
}
div.B_p2005_9 {
  display:inline;
  padding:0px;
}

.ibtn_del    {
  background-image:url(icon_delete_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
#wpframe .ibtn_del
{
  height:25px;
  width:25px;
  background-size: 23px 23px;
}
.ibtn_copy    {
  background-image:url(icon_delete_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_up     {
  background-image:url(icon_up_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_down   {
  background-image:url(icon_down_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_left   {
  background-image:url(icon_left_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_right  {
  background-image:url(icon_right_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_2left  {
  background-image:url(icon_2left_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:22px;
  float:left;
}
.ibtn_2right {
  background-image:url(icon_2right_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:22px;
  float:left;
}
.ibtn_edit   {
  background-image:url(icon_edit_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_view   {
  background-image:url(icon_details_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
div.ibtn_view_sel   {
  background-image:url(icon_details_besico.gif);
}
.ibtn_add    {
  background-image:url(icon_add_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_win    {
  background-image:url(icon_win_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_tibn    {
  background-image:url(icon_tibn_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_upd    {
  background-image:url(icon_upd_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_chain  {
  background-image:url(icon_chain_black.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left;
}
.ibtn_close,
.ibtn_support,
.ibtn_help
{
  background:transparent;
  height:17px;
  width:17px;
  float:left;
  border: 0px solid white;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  font-weight:bold;
}
.ibtn_close::before
{
  content: "\0d7";
  font-size:20px;
  line-height: 17px;
  vertical-align:top;
}
.ibtn_support::before
{
  content: "!";
}
.ibtn_help::before
{
  content: "?";
}
.ibtn_expand {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 15px;
  background-repeat:no-repeat;
  background-position: -166px -27px;
  float: left;
}
.ibtn_del:hover,.ibtn_up:hover,.ibtn_down:hover,.ibtn_left:hover,
.ibtn_right:hover,.ibtn_2left:hover,.ibtn_2right:hover,
.ibtn_edit:hover,.ibtn_view:hover,.ibtn_add:hover,.ibtn_win:hover,
.ibtn_tibn:hover,.ibtn_upd:hover,.ibtn_chain:hover,.ibtn_close:hover,
.ibtn_support:hover,.ibtn_help:hover,.ibtn_expand:hover {
  background-color: #B7B7B7;
}
.ibtn_del:focus,.ibtn_up:focus,.ibtn_down:focus,.ibtn_left:focus,
.ibtn_right:focus,.ibtn_2left:focus,.ibtn_2right:focus,
.ibtn_edit:focus,.ibtn_view:focus,.ibtn_add:focus,.ibtn_win:focus,
.ibtn_tibn:focus,.ibtn_upd:focus,.ibtn_chain:focus,.ibtn_close:focus,
.ibtn_support:focus,.ibtn_help:focus,.ibtn_expand:focus {
  background-color: #B7B7B7;
}
.ibtn_del:active,.ibtn_up:active,.ibtn_down:active,.ibtn_left:active,
.ibtn_right:active,.ibtn_2left:active,.ibtn_2right:active,
.ibtn_edit:active,.ibtn_view:active,.ibtn_add:active,.ibtn_win:active,
.ibtn_tibn:active,.ibtn_upd:active,.ibtn_chain:active ,.ibtn_close:active,
.ibtn_support:active ,.ibtn_help:active,.ibtn_expand:active {
  background-color: #3E3E3E;
}

.ie8 .ibtn_del,.ie9 .ibtn_del,
.ie8 .ibtn_up,.ie9 .ibtn_up,
.ie8 .ibtn_down,.ie9 .ibtn_down,
.ie8 .ibtn_left,.ie9 .ibtn_left,
.ie8 .ibtn_right,.ie9 .ibtn_right,
.ie8 .ibtn_2left,.ie9 .ibtn_2left,
.ie8 .ibtn_2right,.ie9 .ibtn_2right,
.ie8 .ibtn_edit,.ie9 .ibtn_edit,
.ie8 .ibtn_view,.ie9 .ibtn_view,
.ie8 .ibtn_add,.ie9 .ibtn_add,
.ie8 .ibtn_win,.ie9 .ibtn_win,
.ie8 .ibtn_tibn,.ie9 .ibtn_tibn,
.ie8 .ibtn_upd,.ie9 .ibtn_upd,
.ie8 .ibtn_chain,.ie9 .ibtn_chain,
.ie8 .ibtn_close,.ie9 .ibtn_close,
.ie8 .ibtn_support,.ie9 .ibtn_support,
.ie8 .ibtn_help,.ie9 .ibtn_help,
.ie8 .ibtn_expand {
  float:none;
  display:block;
}

.helpIconElement {
  position: relative;
  padding: 2px;
  top: 1.5px;
}
.ie8 .helpIconElement {
  position: relative;
  padding: 2px;
  top: 2px;
}

/*==============================*/
/* Buttons mit Icons            */
/*==============================*/
.btnIcon_2left {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-position: 4px 4px;
  background-repeat:no-repeat;
}
.btnIcon_left {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -28px 4px;
}
.btnIcon_right {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -59px 4px;
}
.btnIcon_2right {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -90px 4px;
}
.btnIcon_up {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -123px 4px;
}
.btnIcon_down {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -155px 4px;
}
.btnIcon_2up {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -194px 4px;
}
.btnIcon_2down {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -240px 4px;
}
.btnIcon_pause {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -280px 4px;
}
.btnIcon_all {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -316px 4px;
}
.btnIcon_none {
  background-image:url(gray_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -354px 4px;
}
.btnIcon_turn_left,
.btnIcon_turn_right
{
  height: 15px;
  width: 28px;
  position:relative;
  top:4px;
}
.btnIcon_turn_left::before
{
    content: "\021b6";
    font-size:22px;
}
.btnIcon_turn_right::before
{
  content: "\021b7";
  font-size:22px;
}

.ie8 .btnIcon_2left,
.ie8 .btnIcon_left,
.ie8 .btnIcon_right,
.ie8 .btnIcon_2right,
.ie8 .btnIcon_up,
.ie8 .btnIcon_down,
.ie8 .btnIcon_2up,
.ie8 .btnIcon_2down,
.ie8 .btnIcon_pause {
  width: 25px;
}

.btnIcon_2left:active {
  background-position: 4px -25px;
}
.btnIcon_left:active {
  background-position: -28px -25px;
}
.btnIcon_right:active {
  background-position: -59px -25px;
}
.btnIcon_2right:active {
  background-position: -90px -25px;
}
.btnIcon_up:active {
  background-position: -123px -25px;
}
.btnIcon_down:active {
  background-position: -155px -25px;
}
.btnIcon_2up:active {
  background-position: -194px -25px;
}
.btnIcon_2down:active {
  background-position: -240px -25px;
}
.btnIcon_pause:active {
  background-position: -280px -25px;
}
.disabled.btnIcon_2left:focus, .disabled.btnIcon_left:focus, .disabled.btnIcon_right:focus, .disabled.btnIcon_2right:focus,
.disabled.btnIcon_2left:hover, .disabled.btnIcon_left:hover, .disabled.btnIcon_right:hover, .disabled.btnIcon_2right:hover
{
  background-color: transparent;
  cursor:default;
}
.btnIcon_2left.disabled, .btnIcon_left.disabled,
.btnIcon_right.disabled, .btnIcon_2right.disabled
{
  opacity: 0.2;
}


option.top {
  background:#dbe0ec;
}
option.sub0 {
  background:#f3f4f8;
 }
option.sub1 {
  background:#f3f4f8;
 }

.avt_a1 { background-color:#14388c; }
.avt_a2 { background-color:#6078b1; }
.avt_a3 { background-color:#8f9fc7; }
.avt_b1 { background-color:#11b124; }
.avt_b2 { background-color:#93da9d; }
.avt_b3 { background-color:#e3f4e7; }

.webt2banner {
  margin:0px;
  font-size:20px;
  line-height:40px;
  width: 640px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin:50px 0px 50px 0px;
}
.zsel { width:180px;height:50px;}
input.bde2zauswhr { font-size:11px; }
input.hr2zauswhr { font-size:11px; }
.bg_cb0 {
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb0_black.gif);
  background-repeat:no-repeat;
  background-position:left center;
  cursor: pointer;
}
.bg_cb1 {
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb1_black.gif);
  background-repeat:no-repeat;
  background-position:left center;
  cursor: pointer;
}
.bg_cb0:hover {
  font-size: 10px;
  background-color: #E4E4E4;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb0_black.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
.bg_cb1:hover {
  font-size: 10px;
  background-color: #E4E4E4;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb1_black.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
.bg_btn {
  font-weight: bold;
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
}
.bg_btn:hover {
  background-color: #E4E4E4;
}
input.insmall {  font-size: 9px;   }
.bs_tl_bar,
.bs_tl_bar_2
{
  border:1px solid #000000;
}
.bs_tl_bar.B,
.bs_tl_bar_2.B
{
  background-color:#f0ff20;
}
.bs_tl_bar.I
{
  background-color:#10ff20;
}
.bs_tl_bar.O
{
  background-color:#10fff0;
}
.bs_tl_bar.red
{
  background-color:#ff1000;
}
.bs_tl_bar.blue
{
  background-color:#2929ff;
}
.bs_tl_bar.green,
.bs_tl_bar_2.green
{
  background-color:#10ff29;
}
.bs_tl_bar_2.yellow
{
  background-color:#ffff29;
}
.bs_tl_bar_2.cyan
{
  background-color:cyan;
}
.bs_tl_bar_2.grey
{
  background-color:grey;
}
.bs_tl_bar_2.orange
{
  background-color:#FF8000;
}
.bs_tl_bar_2.hatched
{
  background-image: url(hatched.png);
}

.bs_tl_tag
{
  background-image:url(up.png);
  background-repeat:no-repeat;
  background-position:top center;
  width:9px;
  height:7px;
}
.bs_tl_ttag
{
  background-color:#808080;
  width:41px;
  height:18px;
  text-align:center;
  vertical-align:middle;
  color:#ffffff;
}
.bs_tl_bg
{
  z-index:1;
  overflow:hidden;
  background-color:#ffffff;
}
.bs_w_bg
{
  background-color:#ffffff;
}
.bs_w_nbr
{
  background-color:#ffffff;
  text-align:center;
  font-weight: bold;
  font-size: 20px;
  padding:5px 0px 5px 0px;
}
.bs_w_fg
{
  background-image:url(wheel.png);
/*  background-size:auto 50px;*/
}

.bs_sb_bg
{
  border:1px solid #8f9fc7;
  padding:1px;
}
.bs_sb_bi
{
  background-color:#ffffff;
  cursor:pointer;
  display:block;
  font-family: Courier,"Courier New", monospace;
}
.bs_sb_bis
{
  background-color:#f3f4f8;
  cursor:pointer;
  display:block;
  font-family: Courier,"Courier New", monospace;
}
/* Anpassungen für bs_jstableselect */

div.jsTabelSelText {
  font-size: 11px;
  padding: 2px 2px 1px 5px;
  cursor: pointer;
  background-color: #F5F5F5;

  border-width: 1px;
  border-style:solid;
  border-top-color: #BBBBBB;
  border-left-color: #BBBBBB;
  border-bottom-color: #E0E0E0;
  border-right-color: #E0E0E0;
  cursor: pointer;
  width: auto;
}
.ie8 .jsTabelSelText {
  padding-left: 4px;
}
.ie9 .jsTabelSelText {
  padding-top: 1px;
  padding-left: 4px;
}
.ie10 .jsTabelSelText {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
}
div.jsTabelSelTextDisabled {
  color: #666666;
  font-size: 11px;
  padding: 1px 0 3px 3px; /* IE */
}

/* PPE2 Listen */
div.xmldata  li {
  list-style-type: none;
  line-height: 16px;
  white-space: nowrap;
}
div.xmldata ul {
  margin-left: -20px;
}
div.xmldata span.hasChilds {
  font-weight: bold;
  cursor: pointer;
}
div.xmldata span.hasChilds:hover {
  background-color: #E9E9E9;
}
div.xmldata span.hasChilds:active {
  color: white;
  background-color: #6E6E6E;
}
div.xmldata span.keycls {
  font-weight: bold;
}
.redFont {
  color: #D20C0C;
}
.greenFont {
  color: #11B124;
}

/* html5 div style */
div#bs_head
{
  position: relative;
  height: 51px;
  padding: 3px 5px 0px 18px;
}
div#bs_head_logo
{
  float: left;
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  margin: 2px 18px 0px 0px;
  height: 47px;
}
div#bs_head_logo img.bruker
{
  position: absolute;
  top: -5px;
  display:block;
}
body.head img.ruag_2021,
body.head img.ruag_2021b
{
  position: absolute;
  top: -7px;
  left: 2px;
  height:70px;
  clip: rect(8px,177px,57px,6px);
  display:inline;
}
body.head img.ruag_2021c
{
  position: absolute;
  top: 0px;
  left: 0px;
  height:54px;
  display:inline;
}
body.head img.gea_de
{
  height:52px;
  left: 13px;
  position: absolute;
  top: 1px;
}
div#bs_head_logo img.Thommen,
body.head img.Thommen
{
  display:inline;
}

div#bs_head_logo img.ruag_2021,
div#bs_head_logo img.ruag_2021b
{
  position: absolute;
  top: -9px;
  left: -1px;
  height:64px;
  clip: rect(8px,156px,52px,6px);
  display:inline;
}
div#bs_head_logo img.ruag_2021c
{
  position: absolute;
  top: -2px;
  left: -5px;
  height:49px;
  display:inline;
}

div#bs_head_etlogo
{
  float: left;
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  margin: 0px 18px 0px 0px;
}
div#bs_head_logout_btn
{
  position: absolute;
  display: block;
  right: 5px;
  top: 4px;
}
div#bs_head_clock
{
  position: absolute;
  display: block;
  right: 0px;
  top: 34px;
  width: 160px;
}
div#bs_head_clock > table
{
  margin-right:16px;
  margin-left:auto;
  width: auto;
}
div#bs_head_terid
{
  display:none;
}
div#bs_menu
{
  position: relative;
  width:100%;
}
div#bs_menu_info1
{
  position: absolute;
  display: block;
  color:#ffffff;
  left: 18px;
  top: 59px;
  font-size: 16px;
}
div#bs_menu_info2
{
  position: absolute;
  display: block;
  color:#ffffff;
  left: 200px;
  top: 59px;
  font-size: 16px;
}
div#bs_menu_info3
{
  position: absolute;
  display: block;
}
div#bs_menu_lang_sel
{
  position: absolute;
  display: block;
  right: 7px;
  top: 55px;
}
div#bs_body
{
  position: relative;
  bottom:0px;
  width:100%;
}
div#bs_body_topInfo
{
  position: relative;
  width:100%;
  height:60px;
  margin-top: 12px;
  left:0px;
  font-size:20px;
  overflow:visible;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}
div#bs_userInfo {
  float: left;
  height:60px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
div#bs_userInfo td {
 font-size:16px;
 padding-left: 9px;
}
div#bs_userInfo2 {
  float: right;
  height:60px;
  width: 160px;
}
div#bs_userInfo3 {
  float: left;
  height:60px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
}
div#bs_userInfo3 td {
 font-size:16px;
 padding-left: 2px;
}
div#bs_body_info1
{
  position: relative;
  width: 100%;
  height:60px;
  left:0px;
  top:18px;
  line-height:60px;
  font-size: 30px;
  overflow:hidden;
  text-align:center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
div#bs_body_info2
{
  position: relative;
  width:100%;
  height:420px;
  left:0px;
  font-size:30px;
  overflow:visible;
  text-align:center;
  margin:auto;
  padding:0;
  display: block;
  background-color:rgba(255,255,255,.75);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ffffff,endColorstr=#c0ffffff);
  zoom:1;
}
div#bs_body > div > div#bs_body_info2
{
  top:500px;
}
div#bs_body_info2 > table
{
  margin:5px auto;
}
div#bs_body_info3
{
  position: relative;
  width:100%;
  height:420px;
  top:0px;
  font-size:30px;
  overflow:visible;
  text-align:center;
  margin:auto;
  padding:0;
  display: block;
  background-color:rgba(255,255,255,.75);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ffffff,endColorstr=#c0ffffff);
  zoom:1;
}
div#bs_body_info4,
div#bs_body_info5
{
  position: relative;
  width:100%;
  height:auto;
  top:0px;
  font-size:30px;
  overflow:visible;
  text-align:center;
  margin:0;
  padding:0;
  display: block;
  background-color:rgba(255,255,255,.75);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ffffff,endColorstr=#c0ffffff);
  zoom:1;
}
div#bs_body_ltab
{
  position: absolute;
  width: 100%;
  top: 110px;
  height: calc(100% - 110px - 42px);
  bottom: 0px;
}
div#bs_body_ltab4
{
  position: absolute;
  width: 100%;
  top: 48px;
  height: calc(100% - 48px - 42px);
  bottom: 0px;
}
div#bs_body_ltab_hw
{
  position: absolute;
  width: 100%;
  top: 48px;
  height: calc(100% - 48px - 42px);
  bottom:42px;
}
div#bs_body_ltab iframe,
div#bs_body_ltab4 iframe,
div#bs_body_ltab_hw iframe
{
  width: 100%;
  height:100%;
}
body#body_ltab_hw div#bs_menu_lang_sel
{
  display: none;
}
div#bs_body_ltab div#iframe_ltab_oc,
div#bs_body_ltab4 div#iframe_ltab_oc
{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height:100%;
}
div#bs_btns {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
div#bs_btns a {
  display: block;
  /*position: absolute;*/
  position: relative;
  border:1px solid #000000;
  color:#000000;
  background-color: #E9E9E9;
/*
  width:160px;
  height:44px;
  line-height:22px;
  font-size:15px;
  */

  width: auto;
  height: auto;
  line-height: normal;
  font-size: 50px;
  font-weight: bold;

  text-decoration:none;
  margin: 5px;
  padding: 10px 10px 100px 10px;
  /*  padding:8px 0px 8px 64px;*/
  overflow:hidden;
  box-shadow: 2px 2px 1px #000000;

  /*background: transparent url(i2011/btn.png) no-repeat 0px 0px; */
}
div#bs_body a:focus, div#bs_body a:hover {
  background-color: #B4B4B4;
}
div#bs_body a:active {
  box-shadow: none;
  color:#FFFFFF;
  background-color: #6E6E6E;
}
div#bs_body a {
  display: block;
  position: absolute;
  border: 1px solid #6E6E6E;
  color:#000000;
  background-color: #E9E9E9;
  font-weight: bold;
  width:160px;
  height:44px;
  text-decoration:none;
  line-height:22px;
  font-size:15px;
  padding:8px 0px 8px 20px;
  overflow:hidden;
  box-shadow: 1px 1px 1px #000000;
}
div#bs_body_buttons_float0,
div#bs_body_buttons_float1,
div#bs_body_buttons_float2,
div#bs_body_buttons_float3,
div#bs_body_buttons_float4
{
  overflow:auto;
}
a.bs_body_btn_1  { left: 10px; top: 100px;}
a.bs_body_btn_2  { left: 10px; top: 180px;}
a.bs_body_btn_3  { left: 10px; top: 260px;}
a.bs_body_btn_4  { left: 10px; top: 340px;}
a.bs_body_btn_5  { left: 10px; top: 420px;}
a.bs_body_btn_6  { left: 266px; top: 100px;}
a.bs_body_btn_7  { left: 266px; top: 180px;}
a.bs_body_btn_8  { left: 266px; top: 260px;}
a.bs_body_btn_9  { left: 266px; top: 340px;}
a.bs_body_btn_10 { left: 266px; top: 420px;}
a.bs_body_btn_11 { left: 522px; top: 100px;}
a.bs_body_btn_12 { left: 522px; top: 180px;}
a.bs_body_btn_13 { left: 522px; top: 260px;}
a.bs_body_btn_14 { left: 522px; top: 340px;}
a.bs_body_btn_15 { left: 522px; top: 420px;}
a.bs_body_btn_16 { left: 778px; top: 100px;}
a.bs_body_btn_17 { left: 778px; top: 180px;}
a.bs_body_btn_18 { left: 778px; top: 260px;}
a.bs_body_btn_19 { left: 778px; top: 340px;}
a.bs_body_btn_20 { left: 778px; top: 420px;}
a.bs_body_btn_21 { left:1034px; top: 100px;}
a.bs_body_btn_22 { left:1034px; top: 180px;}
a.bs_body_btn_23 { left:1034px; top: 260px;}
a.bs_body_btn_24 { left:1034px; top: 340px;}
a.bs_body_btn_25 { left:1234px; top: 420px;}
a.bs_body_btn_26 { left:1290px; top: 100px;}
a.bs_body_btn_27 { left:1290px; top: 180px;}
a.bs_body_btn_28 { left:1290px; top: 260px;}
a.bs_body_btn_29 { left:1290px; top: 340px;}
a.bs_body_btn_30 { left:1290px; top: 420px;}

.Button2 {
  color: #000000;
  background-color: #E9E9E9;
  font-weight: bold;
  font-size: 24px;
  text-decoration:none;
  width:145px;
  height:49px;
  border: 1px solid #6E6E6E;
  display: inline-block;
  margin: 1px;
  padding: 3px 0 3px 10px;
  box-shadow: 1px 1px 1px #000000;
}
.Button2:focus, .Button2:hover {
  background-color: #B4B4B4;
}
.Button2:active {
  box-shadow: none;
}

a.Button2:active {
  color: #FFFFFF;
  background-color: #6E6E6E;
}

.ButtonDisabled2,.ButtonDisabled2:hover,.ButtonDisabled2:focus,.ButtonDisabled2:active {
  background-color: #E9E9E9;
  color: #707070;
}
div#bs_btns a.bs_btn_come {
  background-image:url(termicons/KommenEnabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}
div#bs_btns a.bs_btn_go {
  background-image:url(termicons/GehenEnabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}
div#bs_btns a.bs_btn_saldo {
  background-image:url(termicons/FragezeichenEnabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}
div#bs_btns a.bs_btn_come:active {
  background-size: 100%;
}
div#bs_btns a.bs_btn_go:active {
  background-size: 100%;
}
div#bs_btns a.bs_btn_saldo:active {
  background-size: 100%;
}
div#bs_btns a.bs_btn_come_d {
  background-image:url(termicons/KommenDisabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}
div#bs_btns a.bs_btn_go_d {
  background-image:url(termicons/GehenDisabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}
div#bs_btns a.bs_btn_saldo_d {
  background-image:url(termicons/FragezeichenDisabledS130.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 130px;
  height:130px;
  padding: 50px;
}



.bs_sendOffData {
  color: white;
  background-color: #D20C0C;
  cursor: pointer;
}
.bs_sendOffData:focus,.bs_sendOffData:hover {
  background-color: #F44646;
}
.bs_sendOffData:active {
  background-color: #930909;
}

div#bs_foot
{
  position: absolute;
  bottom: 0px;
  height: 20px;
  width: 100%;
  font-size: 16px;
}
div#bs_foot a
{
  margin-right:10px;
  margin-left:10px;
}

td#bde1_body div {
  margin: 0px auto;
}
td#bde1_body div#buttons {
  text-align:center;
}
td#bde1_body div div {
  margin: 0px auto;
}
td#bde1_body div table{
  margin: 0px auto;
}
td#pdc5_body > div{
  margin: 0px auto;
}
div#bde1_wait,div#bs_wait
{
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  left: 0px;
  top: 0px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #7f7f7f;
  background-image: url("wait.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}

div#bs_to {
  position:absolute;
  visibility:hidden;
  overflow:hidden;
  height:1px;
  left:0px;
  top:0px;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
  background-color:#7f7f7f;
}

div#bs_waitFrame {
  visibility:visible;
  position:absolute;
  height:100%;
  width:100%;
  left:0px;
  top:0px;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
  background-color:#7f7f7f;
  background-image:url('wait.gif');
  background-position: center center;
  background-repeat: no-repeat;
  z-index:20;
  display:table;
}
div#bs_waitFrame>div
{
  display: table-cell;
  vertical-align: middle;
  padding-top: 100px;
  text-align: center;
}

.versionHead {
  color: #FFFFFF;
  background-color: #6E6E6E;
}
.versionBody {
  /*color: #0C8DCC;*/
  color: #000000;
  background-color: #FFFFFF;
}

/* Warnfarben */
.colorRed,
.bsError {
  color: black !important;
  background-color: #FF6464 !important;
}
.colorYellow,
.bsWarning {
  color: black !important;
  background-color: #F5E950 !important;
}
.bsWarning
{
  padding: 1px 5px;
  margin: 3px 2px 4px 2px;
}

.colorGreen {
  color: black !important;
  background-color: #96ED89 !important;
}
.colorWhiteGreen {
  color: white;
  background-color: #11B124;
}
.colorWhiteRed {
  color: white;
  background-color: #D20C0C;
}
.colorWhiteYellow {
  color: white;
  background-color: #F5E950;
}
.colorGreenTxt {
  color: #11B124;
}
.colorRedTxt {
  color: #D20C0C;
}
.bsHighlight {
  background-color: #99FFFF !important;
}
.iccombo{
  border:1px solid black;
}
table.collapsed tbody tr
{
  display: none;
}
table.expanded tbody tr
{
}
table.collapsed > thead > tr > th
{
  background-image:url(gray_arrow_up.png);
  background-repeat:no-repeat;
  background-position: right 2px top 2px;
  padding-right: 3px;
}
table.expanded > thead > tr > th
{
  background-image:url(gray_arrow_down.png);
  background-repeat:no-repeat;
  background-position: right 2px top 2px;
  padding-right: 3px;
}
div.button {
  width:100%;
  background:transparent;
  border:none;
  box-shadow: unset;
  line-height: 6px;
  padding-left: 0;
}
.stateP10 {
  background-color: #96ED89;
}
.stateP20 {
  background-color: #FF6464;
}

#bs_body_btn_r1_1.Button,
#bs_body_btn_r1_2.Button,
#bs_body_btn_r1_3.Button,
#bs_body_btn_r1_4.Button,
#bs_body_btn_r1_5.Button,
#bs_body_btn_r1_6.Button,
#bs_body_btn_r2_1.Button,#bs_body_btn_r2_1.Button:hover,#bs_body_btn_r2_1.Button:active,
#bs_body_btn_r2_2.Button,#bs_body_btn_r2_2.Button:hover,#bs_body_btn_r2_2.Button:active,
#bs_body_btn_r2_3.Button,#bs_body_btn_r2_3.Button:hover,#bs_body_btn_r2_3.Button:active,
#bs_body_btn_r2_4.Button,#bs_body_btn_r2_4.Button:hover,#bs_body_btn_r2_4.Button:active,
#bs_body_btn_r2_5.Button,#bs_body_btn_r2_5.Button:hover,#bs_body_btn_r2_5.Button:active,
#bs_body_btn_r2_6.Button,#bs_body_btn_r2_6.Button:hover,#bs_body_btn_r2_6.Button:active,
#bs_body_btn_r3_1.Button,
#bs_body_btn_r3_2.Button,
#bs_body_btn_r3_3.Button,
#bs_body_btn_r3_4.Button,
#bs_body_btn_r3_5.Button,
#bs_body_btn_r3_6.Button {
  pointer-events: auto;
  position: relative;
  margin: 5px 5px 10px 5px;
}
#bs_body_btn_r1_1.Button,
#bs_body_btn_r1_2.Button,
#bs_body_btn_r1_3.Button,
#bs_body_btn_r1_4.Button,
#bs_body_btn_r1_5.Button,
#bs_body_btn_r1_6.Button,
#bs_body_btn_r1_1.Button:hover,
#bs_body_btn_r1_2.Button:hover,
#bs_body_btn_r1_3.Button:hover,
#bs_body_btn_r1_4.Button:hover,
#bs_body_btn_r1_5.Button:hover,
#bs_body_btn_r1_6.Button:hover,
#bs_body_btn_r1_1.Button:active,
#bs_body_btn_r1_2.Button:active,
#bs_body_btn_r1_3.Button:active,
#bs_body_btn_r1_4.Button:active,
#bs_body_btn_r1_5.Button:active,
#bs_body_btn_r1_6.Button:active {
  margin:5px auto 10px 20px;
}
#bs_body_btn_r3_1.Button,
#bs_body_btn_r3_2.Button,
#bs_body_btn_r3_3.Button,
#bs_body_btn_r3_4.Button,
#bs_body_btn_r3_5.Button,
#bs_body_btn_r3_6.Button,
#bs_body_btn_r3_1.Button:hover,
#bs_body_btn_r3_2.Button:hover,
#bs_body_btn_r3_3.Button:hover,
#bs_body_btn_r3_4.Button:hover,
#bs_body_btn_r3_5.Button:hover,
#bs_body_btn_r3_6.Button:hover,
#bs_body_btn_r3_1.Button:active,
#bs_body_btn_r3_2.Button:active,
#bs_body_btn_r3_3.Button:active,
#bs_body_btn_r3_4.Button:active,
#bs_body_btn_r3_5.Button:active,
#bs_body_btn_r3_6.Button:active {
  margin:5px 20px 10px auto;
}

#bs_body_btn_r1 {
  pointer-events: none;
  position: absolute;
  width: 1px;
  left: 0px;
  overflow: visible;
  text-align: left;
  z-index:1;
}
#bs_body_btn_r2 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index:0;
}
#bs_body_btn_r3 {
  pointer-events: none;
  position: absolute;
  width: 200px;
  right: 0px;
  text-align: right;
  background: transparent;
  overflow: visible;
  z-index:1;
}
div#userinfos > table.border {
  margin-top: 20px;
}
th.rotate {
  height: 140px; 
  overflow: hidden;
  vertical-align: bottom;
  max-width: 24px;
}
div.rotate {
  transform: rotateZ(-90deg);
}
.icdiv_tab>tbody>tr>td
{
  padding:0px;
}
.icdiv_bbar
{
  height:100%;
  width:auto;
  position: relative;
}
.icdiv_btn
{
  overflow:hidden;
}
.icdiv_btn.top
{
  position: absolute;
  top:0px;
}
.icdiv_btn.up
{
  position: absolute;
  top:54px;
}
.icdiv_btn.down
{
  position: absolute;
  bottom:54px;
}
.icdiv_btn.bottom
{
  position: absolute;
  bottom:0px;
}
.icontab
{
  width:15px;
}
.BS_Reader
{
  margin:2px;
  width:10px;
  height:10px;
  border:1px solid #f0c0c0;
  border-radius: 6px;
}
.BS_Reader.ready
{
  border-color:#40e040;
}
.BS_Reader.scanning
{
  background-color:#f0f0c0;
}
.BS_Reader.hasMedium
{
  background-color:#40f040;
}
/*timer start*/
#hour1
{
  background: #6E6E6E;
  position:absolute;
  border-radius:360px;
  display:block;
  min-height: 300px;
  min-width: 300px;
}
#hour2
{
  background: #6E6E6E;
  position:absolute;
  border-radius:360px;
  display:block;
  min-height: 200px;
  min-width: 200px;
}
#min1
{
  background: #6E6E6E;
  position:absolute;
  border-radius:360px;
  display:block;
  min-height: 300px;
  min-width: 300px;
}
.minpoint
{
  background: #FFFFFF;
  z-index: 1000;
  position: absolute;
  min-height: 16px;
  min-width: 16px;
  border-radius: 360px;
  display: block;
  vertical-align: middle;
  display: none;
}
.mintext
{
  position: absolute; 
  min-height: 16px; 
  min-width: 16px;
  border-radius: 360px;
  display: block; 
  color: #FFFFFF; 
  vertical-align: middle; 
  display: none;
  font-size: 15px;
  font-family: Arial;  
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20px;
  height:20px;
  line-height: 20px;
}
.hourpoint
{
  background: #6E6E6E;
  position: absolute;
  min-height: 30px; 
  min-width: 30px;
  border-radius: 360px;
  display: block; 
  color: white; 
  vertical-align: middle;
}
.hourtext
{
  position: absolute; 
  min-height: 0px; 
  min-width: 0px; 
  color: #FFFFFF; 
  font-size: 18px;
  font-family: Arial;  
  margin: 0;
  padding: 0;
  text-align: center;
  width: 24px;
  height:24px;
  line-height: 24px;
}

#thehour,#thebreak,#themin,
.BSJSTime_hour,.BSJSTime_sep1,.BSJSTime_min
{
  float:left;
  cursor: pointer;
}    
#area
{        
  height: 340px;
  display: block;
} 
#timediv
{
  background: #E9E9E9;
  min-width: 300px;
  min-height: 300px;
  width: 328px;
  height: 340px;  
  position: relative;
}
/*timer end*/
.bscb
{
  width:10px;
  height:10px;
  border:2px ridge black;
  background-color:#ffffff;
  margin:2px;
  padding:1px;
  cursor: pointer;
  display:inline-block;
}
.bscb2
{
  width:8px;
  height:8px;
  border:2px ridge black;
  background-color:#ffffff;
  margin:0px;
  padding:0px;
  cursor: pointer;
  display:inline-block;
}
.bscb.checked, .bscb2.checked
{
  background-color:#0C8DCC;
}
.bscb.disabled, .bscb2.disabled
{
  border-color:#7f7f7f;
  background-color:#bfbfbf;
}
.bscb.checked.disabled, .bscb2.checked.disabled
{
  border-color:#7f7f7f;
  background-color:#8bb7cc;
}
div#uiTermData
{
  position: relative;
  background-color: rgba(240,240,240,0.8);
  height: 420px;
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
div#uiTermData a.Button
{
  width:212px;
}
div#uiTermData form > table table
{
  width:236px;
}
/* colors for Terminal groups in TPGeditor */
.tpg_template
{
  background-color: #D4D4D4;
}
.tpg_with_terminal
{
  background-color: #FFFFFF;
}
.tpg_without_terminal
{
  background-color: #FFCCAA;
}
/* style for command result window (WebSocket) */
.cmd_result
{
  font-family: monospace;
}
/*Status Style for SW Update*/
.fontgreen
{
  color: green;
}
.fontblue
{
  color: blue;
}
.fontred
{
  color: red;
}
.fontgrey
{
  color: grey;
}
.bgorange
{
  background: #FF8000;
  color: darkgreen;
  padding-left: 5px;
  padding-right: 5px;
}
.bgred
{
  background: red;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.bgblue
{
  background: blue;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.bggreen
{
  background: green;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.bs_option, .bs_optionE, .bs_optionO
{
  font-size:24px;
  padding:5px 10px 5px 10px;
  margin:0px;
  cursor: pointer;
}
.bs_option > span,
.bs_optionE > span,
.bs_optionO > span
{
  display:inline-block;
  width:230px;
}

#smonth
{
  float:left;
  width: 40px;
}

#syear
{
  width: 70px;
}
.sortup span:after
{
  content: url("icon_sortup_white.gif");
  padding-left:3px;
}
.sortdown span:after
{
  content: url("icon_sortdown_white.gif");
  padding-left:3px;
}
body.iOS
{
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
}
.head.iOS
{
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}
div#bs_foot.iOS
{
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
}
.head.iOS div#bs_head_clock
{
  margin-top: env(safe-area-inset-top);
  margin-right: env(safe-area-inset-right);
  margin-left: env(safe-area-inset-left);
}
hr
{
  width:90%;
  color:#0C8DCC;
  background-color:#0C8DCC;
  height:1px;
  border:0px;
}
div.valign
{
  display: grid;
  height: 100%;
}
div.valign div
{
  margin:auto;
}
div.bs_state,
div.ltab_state
{
  margin:2px;
  width:16px;
  height:16px;
  border:1px solid #ffffff;
  border-radius: 9px;
  font-size:12px;
  line-height:16px;
  font-width:bold;
  text-align:center;
  padding:0px;
  display:inline-block;
  vertical-align: inherit;
}
div.ltab_state.p101,
div.ltab_state.p101::before
{
  content: "1";
}
div.ltab_state.p102,
div.ltab_state.p102::before
{
  content: "2";
}
div.ltab_state.p103,
div.ltab_state.p103::before
{
  content: "3";
}
div.ltab_state.p104,
div.ltab_state.p104::before
{
  content: "4";
}
div.ltab_state.p105,
div.ltab_state.p105::before
{
  content: "5";
}
div.ltab_state.p106,
div.ltab_state.p106::before
{
  content: "6";
}
div.ltab_state.p107,
div.ltab_state.p107::before
{
  content: "7";
}
div.ltab_state.p108,
div.ltab_state.p108::before
{
  content: "8";
}
div.ltab_state.p109,
div.ltab_state.p109::before
{
  content: "9";
}
div.ltab_state.p110,
div.ltab_state.p110::before
{
  content: "N";
  background-color:#ff1000;
}
div.bs_state.unknown,
div.bs_state.unknown::before,
div.ltab_state.p0,
div.ltab_state.p0::before,
div.ltab_state.p00,
div.ltab_state.p00::before
{
  content: "?";
  background-color:#ffffff;
  color:#000000;
}

div.bs_state.red,
div.ltab_state.p20,
div.ltab_state.p101,
div.ltab_state.p102,
div.ltab_state.p103,
div.ltab_state.p104,
div.ltab_state.p105,
div.ltab_state.p106,
div.ltab_state.p107,
div.ltab_state.p108,
div.ltab_state.p109,
div.ltab_state.p100,
div.ltab_state.p920,
div.ltab_state.pnn
{
  background-color:#ff1000;
}
div.bs_state.green,
div.ltab_state.p10,
div.ltab_state.p25,
div.ltab_state.p40
{
  background-color:#10ff29;
}
div.bs_state.yellow,
div.ltab_state.p15,
div.ltab_state.p99
{
  background-color:#ffff29;
}
div.bs_state.blue,
div.ltab_state.p9,
div.ltab_state.p910,
div.ltab_state.p30
{
  background-color:#2929ff;
}
div.bs_state.light_blue
{
  background-color:#828fff;
}
div.bs_state.orange
{
  background-color:#FF8000;
}
div.bs_state.cyan
{
  background-color:cyan;
}
div.bs_state.yellowgreen
{
  background-color:#b8ff29;
}
div#GETZAUSW
{
border:0px solid; padding: 0px; border-spacing: 0px; position:absolute; left:0px; top:100px; width:100%; bottom:0px; visibility:hidden; z-index:1;
}
table#bs_chk, table#bs_lic
{
  width: 590px;
}
table#bs_backup_hist
{
  min-width: 590px;
}
.string-wraper
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -ms-hyphens: auto;
  hyphens: auto;
}
body#bde1term h4
{
  text-align:center;
}
h5.h5_01
{
  font-size: 12px;
  padding: 0px;
  margin: 6px 0px 4px 0px;
}
.options .td4, .options .td9, .options .td49
{
  padding: 2px 4px 10px 4px;
}
.search_field1
{
  width:350px;
}
/*Zeigt den Inhalt eines Tags onTop(von Oben nach unten) an. Default ist es Mittig in der Senkrechten.*/
.ValonTop
{
  vertical-align: top;
}
pre
{
  font-family: Courier,"Courier New", monospace;
  margin: 0px;
}
table.prg_help1
{
  width:639px;
}
td.prg_help_icon1
{
  width:10px;
  vertical-align:top;
}
.input_field1
{
  min-width: 300px;
}
.form_style1
{
  min-width: 470px;
}
.bsnumberfieldClick
{
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  padding: 3px;
  cursor: pointer;
  text-align: left;
  width: 68px;
}
.bsnumberfieldClick:Hover,
.bsnumberfieldClick:Focus
{
  background-color: #E9E9E9;
}
.bsnumberfieldClick:Active
{
  color: #E9E9E9;
  background-color: #6E6E6E;
}
input:disabled + .bsnumberfieldClick,
input:disabled + .bsnumberfieldClick:Hover,
input:disabled + .bsnumberfieldClick:Hover,
input:disabled + .bsnumberfieldClick:Hover,
.bsnumberfieldClick.ButtonDisabled
{
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default;
  color: #545454;
}
div.BS_NUMBERFIELD .marked
{
  color: white;
  background-color: black;
}
div.BS_NUMBERFIELD div#inpRow,
div.BS_NUMBERFIELD div.btnRow
{
  margin: 0;
  padding: 0;
}
div.BS_NUMBERFIELD div#inpRow
{
  text-align: center;
  padding: 10px;
}
div.BS_NUMBERFIELD div.btnRow button
{
  height: 21px;
  width: 38px;
  margin: 1px;
  padding: 0;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000;
}
div.BS_NUMBERFIELD div.btnRow button.disabled
{
  color: #9A9A9A;
  cursor: default;
}
div.BS_NUMBERFIELD div.btnRow button.wide
{
  width: 78px;
}

div.bs_flex table
{
    width:100%;
}
div.bs_flex table table > tbody > tr
{
    display:flex;
    flex-wrap: wrap;
}
div.bs_flex table table > tbody > tr > th,
div.bs_flex table table > tbody > tr > td
{
    flex: 1 1 300px;
}

span.notInWhitelist
{
  color:grey;
  font-style: italic;
}
.td49 table .td_pad0
{
  padding: 0;
}
td.selectCell {
  cursor: pointer;
}
div#CCERROR
{
  border:0px solid;
  border-color: #ccd2e0;
  padding: 1;
  border-spacing: 1;
  position:absolute;
  left:10px;
  top:55px;
  right:10px;
  bottom:10px;
  visibility:hidden;
  z-index:1;
  background-color:#ffffff;
}
td.flushRight
{
  text-align: right;
}
div#payslipAll
{
  display: flex;
  flex-direction: row;
}
div.payslip
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
div.payslip table
{
  flex: 1 1 auto;
}
div#payslipAll div#payslipline table
{
  width: auto;
}
div.payslip table th,
div.payslip table td
{
  width: 30px;
}
div.payslip th.th_mark,
div.payslip td.td_mark
{
  background-color: blue;
}

