/* normal */
/* hover */
/* selected */
/* disabled */
/* normal */
/* hover */
/* selected */
/* disabled */
.fs05px {
  font-size: 5px;
}
.fs08px {
  font-size: 8px;
}
.fs10px {
  font-size: 10px;
}
.fs11px {
  font-size: 11px;
}
.fs12px {
  font-size: 12px;
}
.fs13px {
  font-size: 13px;
}
.fs14px {
  font-size: 14px;
}
.fs15px {
  font-size: 15px;
}
.fs16px {
  font-size: 16px;
}
.fs18px {
  font-size: 18px;
}
.fs20px {
  font-size: 20px;
}
.fs24px {
  font-size: 24px;
}
.fs26px {
  font-size: 26px;
}
.fs10pt {
  font-size: 10pt;
}
.fs12pt {
  font-size: 12pt;
}
.fs14pt {
  font-size: 14pt;
}
/*body.repdocM {*/
/*** Pixel ***/
/*.fs05px {
        font-size: @fs05px * @rmScale;
    }

    .fs08px {
        font-size: @fs08px * @rmScale;
    }

    .fs10px {
        font-size: @fs10px * @rmScale;
    }

    .fs11px {
        font-size: @fs11px * @rmScale;
    }

    .fs12px {
        font-size: @fs12px * @rmScale;
    }

    .fs13px {
        font-size: @fs13px * @rmScale;
    }

    .fs14px {
        font-size: @fs14px * @rmScale;
    }

    .fs15px {
        font-size: @fs15px * @rmScale;
    }

    .fs16px {
        font-size: @fs16px * @rmScale;
    }

    .fs18px {
        font-size: @fs18px * @rmScale;
    }

    .fs20px {
        font-size: @fs20px * @rmScale;
    }

    .fs24px {
        font-size: @fs24px * @rmScale;
    }

    .fs26px {
        font-size: @fs26px * @rmScale;
    }
    
    .fs10pt {
        font-size: @fs10pt * @rmScale;
    }

    .fs12pt {
        font-size: @fs12pt * @rmScale;
    }

    .fs14pt {
        font-size: @fs14pt * @rmScale;
    }
}*/
body {
  background-color: #E6E6E6;
}
#main_content {
  display: none;
  height: 100%;
}
.main_tabContent {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.main_tabContent > div {
  display: table-row;
  width: 100%;
  height: auto;
}
.main_tabContent #login_banner,
.main_tabContent #login_footer {
  height: 1px;
}
#login_TitleInstructionBG {
  height: 70px;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
}
#login_center_Content {
  margin-top: 100px;
}
#login_center_Content.tabletMode {
  margin-top: 50px;
}
#login_LogonControl {
  /* Der Margin-Wert wird per JavaScript gesetzt*/
  width: 480px;
  padding: 20px;
  background-color: white;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
#login_LogonControl .title {
  display: block;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 8px;
}
#login_LogonControl .title > img {
  max-width: 100%;
  height: 72px;
}
#login_LogonControl .sub-title {
  display: block;
  text-align: center;
  font-size: 18pt;
  color: #818181;
  margin-bottom: 16px;
}
#login_LogonControl .session-end-text {
  text-align: center;
  color: #818181;
  font-size: 14pt;
  margin: 26px 0 26px 0;
}
#login_LogonControl .extended-login-button {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 56px;
  height: 56px;
}
#login_LogonControl .extended-login-button [class^="rd-icon-"],
#login_LogonControl .extended-login-button [class*=" rd-icon-"] {
  font-size: 24pt;
  color: #818181;
}
#login_LogonControl .extended-login-button:hover [class^="rd-icon-"],
#login_LogonControl .extended-login-button:hover [class*=" rd-icon-"] {
  color: black;
}
#login_LogonControl .mdc-text-field {
  display: block;
  margin-bottom: 16px;
}
#login_LogonControl input[type="text"] {
  color: black;
}
#login_LogonControl a {
  color: #818181;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
}
#login_LogonControl a:hover {
  color: #61686F;
  text-decoration: underline;
}
#login_LogonControl a:visited {
  color: #818181;
}
#loginInputUser,
#loginInputPassword {
  font-size: 14pt;
}
#loginErrorText,
#loginErrorText_extended {
  font-size: 12pt;
  color: #F84321;
  font-weight: normal;
  margin: 8px 0 8px 11px;
}
#login_ProgressNormal {
  display: none;
  position: absolute;
  top: 8px;
  right: 196px;
  width: 24px;
  height: 24px;
}
#login_ProgressNormal .lx-loading-spinner__circle {
  width: 20px;
  height: 20px;
}
#login_ProgressMulti {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 24px;
}
#login_ProgressMulti .lx-loading-spinner__circle {
  width: 20px;
  height: 20px;
}
#listSavedLogins {
  list-style: none;
  margin: 10px 35px;
  font-size: 11pt;
}
#listSavedLogins .savedLogin {
  margin: 10px 0;
  line-height: 150%;
  text-align: left;
  font-weight: normal;
  border: 1px solid #818181;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  color: #818181;
}
#listSavedLogins .savedLogin div {
  margin-left: 5px;
}
#listSavedLogins .savedLogin:hover {
  background-color: #e5e5e5;
  background-color: rgba(128, 128, 128, 0.2);
}
#listSavedLogins .savedLogin .menuImage {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  float: right;
  visibility: hidden;
  padding: 2px;
  border: 1px solid transparent;
}
#listSavedLogins .savedLogin .menuImage:hover {
  border: 1px solid gray;
}
#listSavedLogins .savedLogin:hover .menuImage {
  visibility: visible;
}
.span_accountactions {
  margin-top: 10px;
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
  color: #818181;
}
.span_accountactions:hover {
  text-decoration: underline;
}
#login_LogonTable {
  background-color: inherit;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #818181;
}
#newUserDialog {
  height: auto !important;
  min-height: 0 !important;
}
#newUserDialog_LogonTable {
  border-collapse: collapse;
}
#newUserDialog_LogonTable td {
  padding: 3px 5px 3px 0;
}
#span_switchback_extended[data-visible=False] {
  visibility: hidden;
}
#span_switchback_extended span:hover {
  text-decoration: underline;
}
#login_left {
  width: 260px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  #login_left {
    display: none;
  }
}
#login_left_Content {
  width: 260px;
  max-width: 260px;
}
#login_right {
  width: 240px;
  /* 20px-Puffer für Scrollbar */
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  #login_right {
    display: none;
  }
}
#login_right_Content {
  width: 240px;
  max-width: 240px;
}
#login_center {
  vertical-align: top;
  text-align: center;
}
#registerUserDialog {
  display: none;
  background-color: white;
}
#registerUserDialog .title {
  text-align: center;
  margin-bottom: 2em;
}
#registerUserDialog .title > div {
  margin: 5px 0 1em 0;
}
#registerUserDialog h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
}
#registerUserDialog h1 > * {
  display: inline-block;
  vertical-align: middle;
}
#registerUserDialog h1 > img {
  margin-top: 2px;
  width: 100px;
}
#registerUserDialog .inputs {
  font-size: 0;
  margin: 0 0 10px 0;
}
#registerUserDialog .inputs .input {
  font-size: 13px;
  display: inline-block;
  margin: 3px 0 3px 0px;
  padding: 2px 15px 2px 2px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}
#registerUserDialog .inputs .input:after,
#registerUserDialog .inputs .input::after {
  position: absolute;
  display: block;
  right: 4px;
  top: 0.2em;
  content: '*';
  visibility: hidden;
}
#registerUserDialog .inputs .input[data-mandatory=True]:after {
  visibility: visible;
}
#registerUserDialog .inputs .input.zip {
  width: 30%;
}
#registerUserDialog .inputs .input.city {
  width: 70%;
}
#registerUserDialog .inputs .input.phone,
#registerUserDialog .inputs .input.fax,
#registerUserDialog .inputs .input.ustid,
#registerUserDialog .inputs .input.cno {
  width: 50%;
}
#registerUserDialog .inputs .input.agb input {
  margin-right: 3px;
}
#registerUserDialog .inputs .input.agb > span {
  display: inline-flex;
  flex-direction: column;
}
#registerUserDialog .inputs .input.agb > span .text {
  font-weight: bold;
  font-size: 12px;
}
#registerUserDialog .inputs .input.agb > span a {
  color: #009573;
  font-size: 12px;
}
#registerUserDialog .inputs .input.agb > span a:hover {
  text-decoration: underline;
}
#registerUserDialog .inputs .input > input:not([type='checkbox']) {
  width: 100%;
  height: 25px;
  box-sizing: border-box;
}
#registerUserDialog .captcha {
  background-color: #e6e6e6;
  padding: 5px 5px 5px 5px;
  margin: 5px 10px 10px 0;
  line-height: 40px;
}
#registerUserDialog .captcha > img {
  float: left;
  margin: 0 8px 5px 0;
  width: 150px;
  height: 40px;
}
#registerUserDialog .captcha > div {
  overflow: hidden;
  vertical-align: middle;
}
#registerUserDialog .captcha > div > input {
  width: 100%;
  box-sizing: border-box;
}
#registerUserDialog #registerErrorText {
  color: Red;
  font-weight: normal;
  margin: 0 0 5px 0;
  display: none;
}
#registerUserDialog .buttons button {
  width: 100px;
}
#registerUserDialog .buttons #registerUserDialog_Cancel {
  display: none;
}
#main_statupWaiting {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  height: 100%;
  width: 100%;
}
