body {
  font: normal 87.5% arial, verdana, sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #383838;
  background-color: #fff;
}

form#form1 {
  margin: auto;
  background: #f4f8fb;
}

#body_content {
  font-size: 14px;
  margin: auto;
  width: 100%;
  background: #f4f8fb;
}

a {
  text-decoration: none;
  color: #0055a4;
  cursor: pointer;
}

  a:hover {
    color: #000;
  }

p {
  margin: 0.4em 0;
}

 p.competition {
    padding: 0 0 0 80px;
  }

a.bold {
  font-weight: bold;
}

h1 {
  color: #004484;
  font-size: 30px;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 0.4em;
  font-size: 3.2em;
  font-weight: normal;
  line-height: 1.1em;
  color: #0055a4;
  font-family: 'Trade Gothic W01 Bold',Arial,verdana,sans-serif;
}

h2 {
  margin: 0.8em 0 0.4em;
  font-size: 1.8em;
  line-height: 1.2em;
}

h3 {
  margin: 0.8em 0 0.4em;
  font-size: 1.4em;
  color: #000;
}

h4 {
  margin: 0.8em 0 0.4em;
  color: #000;
  font-size: 1.2em;
}

h5 {
  margin: 0.2em 0 0.2em;
  font-size: 1.0em;
  line-height: 1.3em;
}

  h5.headerInfo {
    margin: -25px 0 0 0;
  }

td {
  vertical-align: top;
}

img {
  border: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

textarea {
  resize: none;
}

/* ===== DIV ===== */
div.content {
  clear: both;
  padding: 20px 0;
  background-color: #f4f8fb;
}

div.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

div.flash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  width: 100%;
  height: 340px;
  text-align: center;
}

body.page-index div.flash {
  height: 510px;
}

div.header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 340px;
  background-color: #F6F6F6;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: visible;
  top: 0;
  margin-top: 0;
  padding-top: 0;
}

div.header-calendar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: #dae6f2;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

body.page-index div.header, body.page-index div.header-calendar {
  height: 510px;
}

/* inneradmin für Administrations-Oberfläche */
div.inner, div.inneradmin {
  margin: auto;
  width: 98%;
  margin-left: 20px;
}

div.innercompetition {
  margin: auto;
  width: 100%;
  margin-left: 0px;
}

div.innerquiz {
  margin: auto;
  width: 100%;
  margin-left: 0px;
}

div.header1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 20px;
  width: 98%; /* 65% bei Animation */
  height: 250px;
}

div.header1-calendar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0px;
  width: 98%; /* 65% bei Animation */
  height: 80px;
}

div.header1 div.inner, div.header1 div.inneradmin {
  padding-top: 10px;
}

div.header1-calendar div.inneradmin {
  padding-top: 30px;
  margin-left: 20px;
}

div.checkboxhoriz {
  white-space: nowrap;
  display: inline;
}

body.page-index div.header1, body.page-index div.header1-calendar {
  height: 510px;
}

div.header.top, div.header-calendar.top {
}

body.page-index div.header.top, body.page-index div.header-calendar.top {
}

div.header2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 98%;
  font-size: 1.2em;
  line-height: 1.4em;
}

  div.header2 div.inner, div.header2 div.inneradmin {
    position: relative;
    padding: 40px 100px 0 0;
    height: 125px;
  }

div.header3 {
  position: relative;
  top: 150px;
  left: 600px;
  z-index: 3;
}

div.medicaldeviceicon {
  position: relative;
  float: left;
}

/* ============= BASKET ============= */

.basketitemtitle {
  font-weight: bold;
}

.basketitemdescription {
  font-size: smaller;
}

#basket .quantitycol {
  width: 125px;
}

#basket .proposaltext {
  color: #0055a4;
  font-size: large
}

/* ============= Item Proposal ============= */

#itemProposal .proposaltext {
  color: #0055a4;
  font-size: large
}

/* ============= Item-Favorites ============= */

#itemfavorites .quantitycol {
  width: 125px;
}

/* ============= Captcha ============= */

#CaptchaArea table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 650px;
  border-spacing: 0px;
  border-collapse: separate;
  border: solid gray 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#CaptchaArea thead {
  background-color:#d3d3d3;
}
#CaptchaArea tbody {
  background-color: #f6f6f6;
}
#CaptchaArea th {
  font-weight: normal;
  text-align: left;
  padding: 5px;
}
#CaptchaArea td {
  font-weight: normal;
  padding: 5px;
}
#CaptchaArea td.captchaImage {
  width: 200px;
}
#CaptchaArea td.captchaRefreshBtn {
  vertical-align: middle;
}

/* ================================ */

#anim {
  position: absolute;
  top: 0;
  right: 0;
}

body.page-index div.header2 div.inner, body.page-index div.header2 div.inneradmin {
  padding: 95px 380px 0 0;
  width: 100%;
  height: 240px;
}

div.header2 a.button {
  font-size: 0.8em;
}

div.header2 h1 {
  margin-bottom: 25px;
  color: #004484;
  font-size: 2.5em;
  text-shadow: 1px 1px 0px #fff;
}

div.header2 h2 {
  font-size: 1.1em;
}

div.header-print {
  /* wird für PRINT verwendet - siehe ClientPortal_Print_... */
  display: none;
  margin-bottom: 20px;
}

div.info-print {
  /* wird für PRINT verwendet - siehe ClientPortal_Print_... */
  display: none;
}

div.footer {
  /* wird für PRINT ausgeblendet - siehe ClientPortal_Print_... */
}

div.separatorline {
  border-bottom: 1px solid #0055a3;
  width: 1000px;
}

div.seperator {
  position: relative;
  border-bottom: 2px solid #0055a3;
  z-index: 4;
}

div.sub {
  height: 35px;
  background: #0055a3;
}

div.logo {
  float: left;
}

div.welcnav {
}

div.welcome {
  text-align: right;
  vertical-align: bottom;
}

div.navigation {
  float: right;
}

/* ===== Startseite ===== */
#PortalWelcomePage td.link {
  text-align: center;
}

#PortalWelcomePage td.service {
  text-align: center;
  font-weight: bold;
}

#PortalWelcomePage td.serviceDescr {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: smaller;
}

#slideshow {
  margin: auto;
  margin-top: 5px;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
}

#PortalWelcomePage ul.portalIndex {
  margin-top: 10px;
  padding: 0 0;
}

#PortalWelcomePage ul.portalIndex li {
  display: inline;
}

#PortalWelcomePage li.portalIndex a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 115px;
  margin-bottom: 10px;
}

/* ===== Navigation ===== */
ul.navigation {
  float: left;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: right;
}

  ul.navigation li {
    display: inline;
  }

    ul.navigation li a {
      display: inline-block;
      line-height: 30px;
      padding: 0 6px;
      font-size: 1.2em;
      color: #0055a4;
    }

      ul.navigation li a:hover, ul.navigation li.active a {
        color: #fff;
        background-color: #0055a4;
        -moz-box-shadow: inset 4px 4px 3px #00396e;
        -webkit-box-shadow: inset 4px 4px 3px #00396e;
        box-shadow: inset 4px 4px 3px #00396e;
      }

/* ===== Navigation Level 2 ===== */
ul.navilevel2 {
  margin: 0;
  padding: 0;
  height: 30px;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: auto;
  list-style: none;
  white-space: nowrap;
}

body.page-index ul.navilevel2 {
  display: none;
}

ul.navilevel2 li {
  display: inline;
  margin-right: 1px;
}

  ul.navilevel2 li a img {
    vertical-align: middle;
  }

  ul.navilevel2 li a {
    display: inline-block;
    line-height: 29px;
    padding: 0 8px;
    font-size: 0.95em;
    color: #0055a4;
    background-color: #f2f6fa;
    border: 1px solid #a4c2de;
    border-bottom: 0.5px solid #a4c2de;
  }

  ul.navilevel2 li.active a {
    background-color: #0055a4;
    color: #fff;
    border-color: #0055a4;
  }

  ul.navilevel2 li a:hover {
    color: #000;
  }

  ul.navilevel2 li.active a:hover {
    -moz-box-shadow: inset 4px 4px 3px #00396e;
    -webkit-box-shadow: inset 4px 4px 3px #00396e;
    box-shadow: inset 4px 4px 3px #00396e;
    color: #fff;
    border-color: #fff;
  }

/* ===== Navigation Level 3 ===== */
/* navilevel3admin wird für die Administrationsoberfläche genutzt */

ul.navilevel3, ul.navilevel3admin {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

ul.navilevel3 {
  width: 98%;
  margin-left: 20px;
  margin-top: -1px;
}

ul.navilevel3admin {
  width: 98%;
  margin-left: 20px;
}

div.sub ul.navilevel3 li, div.sub ul.navilevel3admin li {
  display: inline;
}

  div.sub ul.navilevel3 li a, div.sub ul.navilevel3admin li a {
    border-top: 2px solid #0055a3;
    background-color: #0055a3;
    display: inline-block;
    line-height: 34px;
    padding: 0 8px;
    font-size: 0.95em;
    color: #fff;
  }

  div.sub ul.navilevel3 li.active a, div.sub ul.navilevel3 li:hover a, div.sub ul.navilevel3admin li.active a, div.sub ul.navilevel3admin li:hover a {
    border-top: 3px solid #0055a3;
    background-color: #f4f8fb;
    color: #0055a3;
  }

/* ===== Wizzard Navigation ===== */

.CPWizzardMenu {
}

.CPWizzardMenu .wizzardarrow {
  margin: 5px 5px 5px 5px;
  vertical-align: middle;
  font-size: 35px;
  color: #0055a4;
}

.CPWizzardMenu .wizzardbutton {
  margin: 5px 2px 5px 5px;
  padding: 5px;
  font: 14px sans-serif;
  background-color: #0055a4;
  color: #fff;
  border: 1px solid #0055a4;
  border-radius: 7px;
}



  .CPWizzardMenu .wizzardbutton:hover,
  .CPWizzardMenu .wizzardbutton-current {
    background-color: #fff;
    color: #0055a4;
    border: 1px solid #0055a4;
  }

/* ===== Paged List Navigation ===== */

#pagedList .pagingbutton {
  padding: 0;
  font: 12px sans-serif;
  color: #0055A4;
  background: #dce3eb;
  border: 0px;
}

  #pagedList .pagingbutton:hover {
    text-decoration: underline;
  }

/* ===== Progress bar ===== */

#ProgressBar {
  width: 600px;
  height: 30px;
  position: relative;
  background-color: #ddd;
}

.ProgressLine {
  background-color: #4CAF50;
  height: 30px;
  position: absolute;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ProgressLineError {
  background-color: #f18b78;
  height: 30px;
  position: absolute;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ProgressValue {
  width: 100%;
  height: 30px;
  position: absolute;
}

  .ProgressValue p {
    vertical-align: middle;
    text-align: center;
    position: relative;
  }

/* ===== Data Elements - alphabetical ===== */

.addrline {
  width: 300px;
}

.city {
  width: 150px;
}

.custdesc {
  width: 300px;
}

.date-picker {
  width: 70px;
}
.datewithtime {
  /* muss nach date-picker in der css-Datei definiert werden*/
  width: 120px;
}

.datewithouttime {
  /* muss nach date-picker in der css-Datei definiert werden*/
  width: 70px;
}

.defaultsubmitbutton {
  display: none;
}

.deleted {
  background-color: red;
  color: white;
}

.faxno {
  width: 200px;
}

.password {
  font-weight: normal;
  font-family: Courier;
  width: 70px;
}

.phoneno {
  width: 200px;
}

.remark {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.street {
  width: 300px;
}

.zipcode {
  width: 60px;
}

.numberofelements {
  width: 60px;
}

.returnreason {
  width: 150px;
}

.ppncode {
  width: 300px;
}

.pzn {
  width: 60px;
}

.quantity {
  width: 50px;
}

.manufacturerlot {
  width: 120px;
  text-transform: uppercase;
}

.docno {
  width: 60px;
}

.doctype {
  width: 150px;
}

.description {
  width: 220px;
}

.displayvalue {
  background: #e6eff4;
}

.packagecontent {
  width: 75px;
}

.standardsize {
  width: 150px;
}

.avpprice {
  width: 65px;
  text-align: right;
}

.aekprice {
  width: 65px;
  text-align: right;
}

.discount {
  border: none;
  background-color: #E6EFF4;
  font-weight: bold;
  color: red;
  font-size: larger;
  width: 200px;
}

.medicaldevicediscount {
  border: none;
  background-color: #E6EFF4;
  font-weight: bold;
  color: red;
  font-size: larger;
  width: 65px;
}

.ekprice {
  width: 65px;
  text-align: right;
}

.productorigin {
  width: 220px;
}

.cleveramount {
  width: 130px;
  text-align: right;
}

.competitionname {
  width: 300px;
}

.competitiondescr {
  width: 600px;
}

.isrule1515complied {
  width: 90px;
}

.iscleverarticle {
  width: 50px;
}

.newinassortment {
  width: 80px;
}

.alias {
  width: 300px;
}

.company {
  width: 135px;
}

.eye {
  vertical-align: middle;
}

.username {
  width: 300px;
}

.salutation {
  width: 300px;
}

.firstname {
  width: 300px;
}

.lastname {
  width: 300px;
}

.emailaddr {
  width: 500px;
}

.oldpassword,
.newpassword {
  width: 300px;
}

.notavailreason {
  width: 80px;
}

.shipdate {
  width: 60px;
}

.msgsubject {
  width: 800px;
}

.deliverydate {
  width: 60px;
}

.tourno {
  width: 60px;
}

.substreason {
  width: 60px;
}

.notavailquantity {
  width: 80px;
}

.subtitle {
  font-size: 18px;
  color: #0055A3;
}

.noprint {
}

.question {
  margin-bottom: 10px;
  width: 300px;
}

.answer {
  width: 300px;
}

.pimagecontainer {
  width: 180px;
  text-align: center;
}

.pwdstrengthheader {
  display: none;
}

.pwdstrengthborder {
  height: 16px;
  border: 1px solid;
  padding: 2px;
  width: 200px;
  display: none;
  float: left;
  margin-right: 10px;
}

.pwdstrengthbar {
  height: 16px;
  padding: 0px;
  background-color: green;
  width: 0px;
}

.pwdstrengthbarperc {
  font-size: 0.9em;
}

.pwdstrengthinfo {
  font-size: 1.0em;
  vertical-align: middle;
  clear: left;
  display: none;
  padding-bottom: 10px;
  width: 300px;
}

.timehour {
  height: 15px;
  width: 17px;
  padding-right: 0;
  border-right: none;
}

.timedelim {
  height: 15px;
  width: 4px;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}

.timeminute {
  height: 15px;
  width: 17px;
  padding-left: 2px;
  margin-left: 0;
  border-left: none;
}

.tooltip {
  border: 1px solid;
  background-color: #FAF9DA;
  font-weight: normal;
  font-size: 0.9em;
  display: none;
  width: 300px;
}

.multiline {
  white-space: pre-wrap;
}

.disabledfield {
  background-color: #D4D0C8;
}

.infoheader {
  font-weight: bold;
  color: black;
  font-size: large
}


/* ===== Sonstiges ===== */

.agb {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}

.agbcheckbox {
  margin-top: 0.1em;
}

.created,
.updated {
  background-color: forestgreen;
  color: white;
}

.hidden {
  display: none;
}

.highlighted {
  color: red;
}

img.thumbnail {
  height: 100%;
  display: table-cell;
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}

.symbolrequired {
  color:red;
  font-size:larger;
}

/* ===== Header ===== */
#header {
  position: relative;
  float: left;
  width: 200px;
  height: 64px;
  padding-top: 50px;
  border-bottom: 2px solid #0055A3;
}

  #header img {
    display: block;
  }

/* ===== Unternavigation ===== */

#leftcolumn {
  float: right;
  width: 205px;
  padding-top: 40px;
}

  #leftcolumn h3 {
    margin: 0;
  }

  #leftcolumn a {
    display: block;
    padding: 5px 10px;
    border-top: 1px dotted #919496;
  }

  #leftcolumn h3:first-child a {
    border: none;
  }

  #leftcolumn h3 a.active {
    background-color: #dae7f7;
  }

  #leftcolumn .cpnav a {
    display: inline-block;
    border: none;
    padding: 4px 20px;
  }

  #leftcolumn .navneu {
    background: url(images/neu.png) no-repeat;
    background-position: 160px;
  }

/* ===== Hilfe ===== */

#helpbtn {
  background: url(images/help.png) no-repeat;
  background-position: center;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  top: -10px;
  font-size: 0;
  line-height: 0;
  text-indent: -999px; /* hides the button text */
}

/* ===== Content ===== */
#contentHome {
  clear: left;
  width: 900px;
}

#content {
  clear: left;
  width: 685px;
}

  #content h3 a {
    display: block;
    padding: 10px;
    background: #dae7f7;
    font-size: 14px;
    text-decoration: underline;
  }

#contentHome a, #AccMarkBlue a {
  display: inline-block;
  padding: 10px;
  background: #dae7f7;
  font-size: 14px;
  text-decoration: underline;
}

#content #docNoExample {
  margin-top: 8px;
}

/* ===== Formulare ===== */

.editor-field {
  margin-bottom: 10px;
}

.content_area > div {
  color: #646464;
  font-weight: bold;
}

input.button, input.buttondisabled {
  display: inline-block;
  height: 29px;
  padding: 5px 15px;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #0055a4;
  font-size: 14px;
}

input.button {
  color: #fff;
}

input.buttondisabled {
  color: #BDBDBD;
}

input.button:enabled:active {
  -moz-box-shadow: inset 4px 4px 3px #000;
  -webkit-box-shadow: inset 4px 4px 3px #000;
  box-shadow: inset 4px 4px 3px #000;
}

input[type="submit"] {
  cursor: pointer;
}

a.button {
  display: inline-block;
  height: 29px;
  padding: 5px 15px;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #0055a4;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}

div.button_area {
  margin-top: 16px;
}

.buttonhide {
  display: inline-block;
  height: 16px;
  padding: 0px;
  margin: -10px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  border-color: none;
  background-color: transparent;
  background: none;
  font-size: 16px;
  color: transparent;
  box-shadow: none;
  vertical-align: middle;
}

.imagebutton {
  display: inline-block;
  height: 16px;
  padding: 0px;
  margin: -10px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  border-color: none;
  background-color: transparent;
  background: none;
  font-size: 16px;
  color: transparent;
  box-shadow: none;
  vertical-align: middle;
}

.imagebuttonhide {
  display: none;
}

/* ===== Validierungshilfe ===== */

.field-validation-error {
  color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

tr.input-validation-error {
  color: #ff0000;
  background-color: #f4f8fb;
  font-weight: bold;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.field-validation-valid, .validation-summary-valid {
  display: none;
}

.validation-summary-warnings {
  font-weight: bold;
  color: #E38217;
}

/* ===== Fehlermeldungen, Warnungen, Informationen ===== */

.messages-error {
  font-weight: bold;
  color: red;
}

.messages-warning {
  font-weight: bold;
  color: orange;
}

.messages-information {
  font-weight: bold;
  color: green;
}

/* ===== Systemmeldungen ===== */

#systemmessage {
  font-size: 14px;
  font-weight: bold;
}

  #systemmessage .error {
    color: red;
  }

  #systemmessage .warning {
    color: orange;
  }

  #systemmessage .information {
    color: green;
  }

/* ===== App-table - ID / - Klasse ===== */
#app-table, #app-table table,
.app-table, .app-table table {
  margin-top: 16px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 12px;
  vertical-align: middle;
}

  .app-table tr td table {
    margin-top: 0px;
    border-spacing: 2px;
    background-color: white;
  }

  #app-table th, #app-table td,
  .app-table th, .app-table td {
    padding: 3px 5px;
    vertical-align: middle;
  }

  #app-table th, #app-table thead th,
  .app-table th, .app-table thead th {
    background-color: #dce3eb;
    text-align: center;
  }

  #app-table td, #app-table td,
  .app-table td, .app-table td {
    background: #e6eff4;
  }

    #app-table td.actionLinks,
    .app-table td.actionLinks {
      width: 50%;
    }

    #app-table td.footer,
    .app-table td.footer {
      text-align: center;
      background-color: #dce3eb !important;
    }

  #app-table th.header,
  .app-table th.header {
    font-weight: normal;
    text-align: right;
    background-color: #dce3eb !important;
  }

  #app-table button,
  .app-table button {
    font-size: 12px;
    vertical-align: unset;
  }

  #app-table hr,
  .app-table hr {
    margin: 6px 0px 6px 0px;
    border: 1px solid #000000;
  }

  #app-table .rpchild,
  .app-table .rpchild {
    border: none;
    background: #ffffff;
  }

  #app-table .rpcanceled,
  .app-table .rpcanceled {
    text-decoration: line-through;
  }

  #app-table .rpdiff,
  .app-table .rpdiff {
    background-color: #FF0000;
    color: #000000;
  }

  #app-table .rptitle,
  .app-table .rptitle {
    font-size: 18px;
    padding: 10px 0 20px 0;
    background-color: #F4F8FB;
  }

  #app-table a:hover,
  .app-table a:hover {
    text-decoration: underline;
  }

  #app-table td.invisible,
  .app-table td.invisible {
    visibility: hidden;
    display: none;
    border: none;
  }

  #app-table input.invisible,
  .app-table input.invisible {
    display: none;
  }

  #app-table input.inputaslabel,
  .app-table input.inputaslabel {
    border: none;
    background-color: #E6EFF4;
    color: #383838;
  }

  #app-table .acreplacement,
  .app-table .acreplacement {
    background: #ffffff;
    border: 1px solid #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0,0,0,.4);
  }

    .app-table .acreplacement tr {
      background: #ffffff;
      border: 1px solid #FFF;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      box-shadow: 0px 4px 4px rgba(0,0,0,.4);
    }

    #app-table .acreplacement td,
    .app-table .acreplacement td {
      background: #ffffff;
    }

  #app-table .acreplacementitem,
  .app-table .acreplacementitem {
    font-size: 14px;
    font-weight: bold;
  }

  #app-table input.availabilityresulttext, #app-table td.availabilityresulttext,
  .app-table input.availabilityresulttext, .app-table td.availabilityresulttext {
    width: 130px;
    background: transparent;
    border: none;
    color: White;
    font-size: 11px;
    font-weight: bold;
  }

  #app-table td.availabilityresultsuccess,
  .app-table td.availabilityresultsuccess {
    background-color: #008B00;
  }

  #app-table td.availabilityresulterror,
  .app-table td.availabilityresulterror {
    background-color: #FF0000;
  }

  #app-table td.availabilityresultwarning,
  .app-table td.availabilityresultwarning {
    background-color: #FFA500;
  }

  .app-table td.availabilityresultunknown {
    background-color: transparent;
  }

  #app-table td.input-validation-error,
  .app-table td.input-validation-error {
    color: #FF0000;
    font-weight: bold;
    border: none;
    background: #e6eff4;
  }

  #app-table td.checkresultsuccess,
  .app-table td.checkresultsuccess {
    width: 130px;
    background-color: #008B00;
  }

  #app-table td.checkresulterror,
  .app-table td.checkresulterror {
    width: 130px;
    background-color: #FF0000;
  }

  #app-table td.checkresultwarning,
  .app-table td.checkresultwarning {
    background-color: #FFA500;
  }

  #app-table .totalpricetext,
  .app-table .totalpricetext {
    float: right;
    font-weight: normal;
    color: #0055a4;
    text-align: right;
    background-color: transparent;
  }

  #app-table .totalpricevalue,
  .app-table .totalpricevalue {
    float: left;
    font-weight: normal;
    color: #0055a4;
    text-align: left;
    background-color: transparent;
  }

    #app-table .totalpricevalue td,
    .app-table .totalpricevalue td {
      vertical-align: text-bottom;
    }

  .app-table td.alignright {
    text-align: right;
  }

  .app-table td.aligncenter {
    text-align: center;
  }

  .app-table th.businessarea {
    width: 100px;
  }

/* ===== Edit-table ===== */
#edit-table, #edit-table table,
.edit-table, .edit-table table {
  margin-top: 16px;
  border-collapse: collapse;
  border: none;
  font-size: 12px;
}

  #edit-table th, #edit-table td,
  .edit-table th, .edit-table td {
    padding: 3px 5px;
    vertical-align: middle;
  }

  #edit-table th,
  .edit-table th {
    background-color: #dce3eb;
  }

  #edit-table td,
  .edit-table td {
    border-bottom: 1px solid #cccccc;
    background: #e6eff4;
  }

    #edit-table td.footer,
    .edit-table td.footer {
      text-align: center;
      background-color: #dce3eb !important;
    }

  #edit-table .disabledfield,
  .edit-table .disabledfield {
    background-color: #D4D0C8;
  }

  #edit-table td.input-validation-error,
  .edit-table td.input-validation-error {
    color: #FF0000;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    background: #e6eff4;
  }

/* ===== technical table ===== */

.tec-table {
  border: none;
}

  .tec-table td.key {
    font-weight: bold;
    background-color: transparent;
  }

  .tec-table td.value {
    background-color: transparent;
  }

  .tec-table td.input {
    background-color: transparent;
  }

/* ===== attr-table - Klasse ===== */
.attr-table {
  border-spacing: 2px 2px;
}

  .attr-table td {
    vertical-align: top;
    padding-right: 15px;
  }

    .attr-table td.key {
      color: #646464;
    }

    .attr-table td.value {
      background: #e6eff4;
    }

/* Servicevorteile */
.attr-table.serviceadvantages {
  border-collapse: collapse;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}

  .attr-table.serviceadvantages tr {
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
  }

    .attr-table.serviceadvantages tr:nth-child(3),
    .attr-table.serviceadvantages tr:nth-child(4),
    .attr-table.serviceadvantages tr:nth-child(5) {
      border-bottom: none;
    }

    .attr-table.serviceadvantages tr:nth-child(4),
    .attr-table.serviceadvantages tr:nth-child(5) {
      border-top: none;
    }

  .attr-table.serviceadvantages td {
    padding: 10px;
    vertical-align: top;
  }

.span.serviceadvantages {
  background-color: #e6eff4;
}

/* ===== Aktionskalender ===== */

/* ===== Sonstiges ===== */
.border {
  border: 1px solid #ababab;
}

.buttonAsLink {
  background-color: #f4f8fb;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #0055a4;
  cursor: pointer;
  overflow: visible;
  padding: 0 5px 0 5px;
  width: auto;
  font-size: 15px;
}

  .buttonAsLink:hover {
    color: #000;
  }

.submitButtonAsLink {
  background: #e6eff4;
  border-width: 0;
  font-weight: normal;
  text-decoration: none;
  color: #0055a4;
  cursor: pointer;
  overflow: visible;
  padding: 0 0 0 3px;
  width: auto;
  font-family: arial,verdana,sans-serif;
  border: 0px solid;
}

  .submitButtonAsLink:hover {
    color: #000;
    text-decoration: underline;
  }

button.submitButtonAsLink span.ui-button-text {
  font-weight: normal;
  padding: 0em;
}

.submitButtonBold {
  font-weight: bold;
}

button.submitButtonBold span.ui-button-text {
  font-weight: bold;
  padding: 0em;
}

.sortButtonAsLink {
  background-color: #dce3eb;
  font-size: 12px;
}

.link-inactive {
  background-color: lightyellow;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #0055a4;
  overflow: visible;
  padding: 0px 5px 0 5px;
  margin-left: 3px;
  width: auto;
  font-size: 12px;
  font-family: MS Shell Dlg;
}

.sortColumns a.sortLinkNoUnderline {
  text-decoration: none;
}

/* ===== alphabet-bar - Klasse ===== */
.alphabet-bar td {
  width: 15px;
  padding: 2px 5px 2px 5px;
  vertical-align: middle;
  text-align: center;
  background-color: #0055a4;
  color: #ffffff;
  border: 1px solid #0055a4;
}

.alphabet-bar a {
  color: #ffffff;
}

.alphabet-bar button {
  background-color: #0055a4;
  color: #ffffff;
}

  .alphabet-bar button:hover {
    color: #ffffff;
    text-decoration: none;
  }

    .alphabet-bar button:hover span {
      font-weight: bold;
    }

.alphabet-bar .dgalphabetactive {
  background-color: #F4F8FB;
  color: #0055A3;
}

.alphabet-bar .dgalphabetactive:hover {
  color: #0055A3;
}

  .alphabet-bar .dgalphabetactive:hover span {
    font-weight: bold;
  }

.alphabet-bar .dgalphabetinactive {
  border: 1px solid #D4D0C8;
  background-color: #F4F8FB;
  color: #D4D0C8;
}

/* ========== Gewinnspiel-Quiz ========= */

/* CSS für die Ausrichtung des Gewinnspiel-Icons auf der Startseite */
td.competitionquizicon {
  vertical-align: bottom;
}

/* Content-Container, setzt einige Grundeinstellungen und wird in der Master-Datei verwendet */
div.quizcontent {
  clear: both;
  margin: 0;
  background-color: #f4f8fb;
}

/* Video-Quiz - das Hintergrundbild wird dynamisch in der View gesetzt */
div.videoquiz {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1200px;
  background-position: 0px 0px;
  background-repeat: repeat;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  margin-right: 0;
  clear: both;
}

/* Quiz - das Hintergrundbild wird dynamisch in der View gesetzt */
div.quiz {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1000px;
  background-position: 0px 0px;
  background-repeat: repeat;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  margin-right: 0;
  clear: both;
}

/* Erzeugt eine schattierte Box als Container für die Anzeige des Videos und die Anmeldedaten */
div.videobox {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
}

/* Standard-Hintergrundbild des Quiz */
div.quizbg {
  position: absolute;
  width: 1024px;
  height: 768px;
  margin: 0px;
  background: url(images/competitionquiz_bg.png) no-repeat;
}

/* Hintergrundbild des Quiz bei falscher Antwort */
div.quizconfirmedwabg {
  width: 1024px;
  height: 768px;
  background: url(images/competitionquiz_confirmedwabg.png) no-repeat;
}

/* Hintergrundbild des Quiz bei korrekter Antwort */
div.quizconfirmedcabg {
  position: fixed;
  width: 1024px;
  height: 768px;
  background: url(images/competitionquiz_confirmedcabg.png) no-repeat;
}

/* Hintergrundbild des Quiz bei Ablehnung der Teilnahmne aufgrund von Mehrfachteilnahme am gleichen Tag */
div.quizrejectedbg {
  position: fixed;
  width: 1024px;
  height: 768px;
  background: url(images/competitionquiz_rejectedbg.png) no-repeat;
}

/* Erzeugt eine Box als Container für die Gewinnspielfrage */
div.quizbox {
  position: relative;
  margin: 200px 50px 10px 350px;
  padding: 10px 30px 10px 30px;
  background-color: white;
  box-shadow: 3px 3px 4px #888888;
}

/* Gewinnspielbeschreibung */
p.quizheadertext {
  font-size: 1em;
  line-height: 1em;
  padding-top: 10px;
  font-weight: bold;
  color: #0055a4;
}

/* CSS für Frage des Tages - Text */
p.quiztitle {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  color: #0055a4;
}

/* CSS für die Frage */
p.quizquestion {
  font-size: 20px;
  line-height: 27px;
  color: #0055a4;
  background-color: #c8d300;
  font-weight: bold;
  padding: 5px;
}

/* CSS für die Buttons */
input.button.quizbtn {
  color: #0055a4;
  background-color: white;
  font-weight: bold;
}

/* CSS für die Frage auf der Feedback-Seite */
p.quizquestionfeedback {
  font-weight: normal;
}

p.quizcorrectanswer {
  font-size: 18px;
  line-height: 20px;
  color: green;
  font-weight: bold;
}

p.quizwronganswer {
  font-size: 18px;
  line-height: 20px;
  color: red;
  font-weight: normal;
}

/* CSS für die Antworten */
p.quizanswer {
  font-size: 15px;
  line-height: 20px;
  color: #0055a4;
  font-weight: normal;
  padding-right: 5px;
}

/* CSS für den AGB - Text */
.quizagb {
  color: white;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  padding: 10px 0px 10px 0px;
}

/* CSS für die Anzeige der korrekten Antwort */
p.quizcatext {
  font-weight: bold;
  color: #0055a4;
}

/* CSS für die Positionierung des Schließen - Buttons nach korrekter Antwort */
div.caclosebtn {
  position: relative;
  top: 560px;
  left: 835px;
}

/* CSS für die Positionierung des Schließen - Buttons nach Ablehnung des Gewinnspiels */
div.rejectedclosebtn {
  position: relative;
  top: 550px;
  left: 885px;
}

/* ===================================== */
/* =========== Angebotsticker ========== */

hr.tickerline {
  margin: 5px;
  border: 1px;
  color: #0055a4;
}

/* CSS für den Titel des Angebotstickers */
.offertickertitle {
  color: #0055a4;
  font-size: 1.8em;
  line-height: 1.2em;
}

/* CSS für den 2. Titel des Angebotstickers */
.offertickersubtitle {
  color: #0055a4;
  font-size: 1.4em;
}

/* CSS für die Ausrichtung des Angebotstickers auf der Startseite */

table.ticker {
  border-spacing: 10px;
  border-collapse: separate;
}

td.offerticker {
  width: 640px;
  height: 40px;
  padding-left: 0px;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 0em;
  border: 1px solid #DDD;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #DDD;
  vertical-align: middle;
}

.tickercontainer { /* the outer div with the black border */
  width: 640px;
  height: 45px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

  .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    top: 2px;
    height: 45px;
    overflow: hidden;
  }

ul.newsticker { /* that's your list */
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 15px;
  }

/* ===================================== */

/* CSS für die Überschriften auf der "Passwort vergessen" - Seite*/
p.pwlostheadtext {
  font-weight: bold;
}

.passwordhint {
  font-size: 11px;
  color: Gray;
}

.kptooltip {
  border: 1px solid black;
  border-radius: 0 0 0 0;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  line-height: 1.3;
  list-style: none outside none;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  width: 260px;
}

body .kptooltip {
  border: 1px solid;
}

.kptooltip:after, .kptooltip:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.kptooltip:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}

.kptooltip:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000000;
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}

/* ========== Sommergewinnspiel ========= */

/* Content-Container, setzt einige Grundeinstellungen und wird in der Master-Datei verwendet */
div.cpncontent {
  clear: both;
  margin: auto;
  background-color: #f4f8fb;
  color: #0055a4;
}

/* Erzeugt einen Container für das Code-Gewinnspiel */
div.cpnbox {
  position: relative;
  top: -280px;
  left: 260px;
}

div.cpnfdbbox {
  position: relative;
  top: -320px;
  left: 40px;
}

.cpncardimage {
  margin-top: -20px;
}

.cpnalignright {
  text-align: right;
}

.cpntexthint {
  color: #9EA1A0;
  padding-left: 10px;
}

.cpntextinput {
  color: #0055a4;
  letter-spacing: 1.5em;
  padding-left: 10px;
}

.cpntextfield {
  width: 270px;
  height: 30px;
  border: 1px solid #0055a4;
  font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: inset 7px 7px 9px -7px #ABABAB;
  -webkit-box-shadow: inset 7px 7px 9px -7px #ABABAB;
  -moz-box-shadow: inset 7px 7px 9px -7px #ABABAB;
  -o-box-shadow: inset 7px 7px 9px -7px #ABABAB;
}

/* CSS für den AGB - Text */
.cpnagb {
  padding-top: 10px;
  font-size: 10px;
}

/* CSS für Gewinnspiel-Ikone */
.cpnicon {
  position: relative;
  top: -55px;
  float: left;
}

/* CSS für Fachkreise-Video-Icon */
.cpnewicon {
  transform: rotate(10deg);
  padding-left: 10px;
}

/* ===================================== */

/* */
.uploadButton {
  border-radius: 7px;
  font-size: 14px;
  background: #e6eff4;
}

/* Label als Upload Button*/
label.uploadButton {
  height: 29px;
  padding: 5px 15px;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #0055a4;
  font-size: 14px;
  color: #fff;
}

/* ============= Cookie ============= */

#cookie {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 999;
  width: 100%;
  background-color: #0055a4;
}

  #cookie h3,
  #cookie p {
    color: white;
  }

  #cookie a {
    color: white;
    text-decoration: underline;
  }

  #cookie .button {
    border: 1px solid white;
    text-si
  }

/* ========== Umfrage ========== */
/* Content-Container, setzt einige Grundeinstellungen und wird in der Master-Datei verwendet */
div .surveycontent {
  clear: both;
  margin: 0;
  background-color: #f4f8fb;
}

div.innersurvey {
  margin: auto;
  width: 100%;
  margin-left: 0px;
}

/* Umfrage - Schritt 1 */

div.surveyP1container {
  background-repeat: no-repeat;
  height: 768px;
  width: 1024px;
}

div.surveyP1btncontainer {
  padding-top: 550px;
  padding-left: 95px;
}

input.surveyP1btn {
  width: 100px;
  margin-right: 20px;
}

/* Umfrage - Schritt 2 */

div.surveyP2container {
  background-repeat: no-repeat;
  width: 1024px;
  height: 2144px;
}

div.surveyP2boxcontainer {
  padding-top: 150px;
  padding-left: 90px;
}

div.surveyP2position {
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 800px;
  position: relative;
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

h3.surveyP2positionquestion {
  text-decoration: none;
  color: #0055a4;
}

td.surveyP2subjectarea {
  text-align: center;
  width: 100px;
}

td.surveyP2answercheckbox {
  text-align: center;
  width: 100px;
}

table.surveyP2answercheckboxtable {
  width: 800px;
  table-layout: fixed;
}

td.surveyP2answerradio {
  text-align: center;
  width: 100px;
}

table.surveyP2answerradiotable {
  width: 800px;
  table-layout: fixed;
}

textarea.surveyP2answertextarea {
  width: 770px;
  height: 200px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

input.surveyP2btn {
  width: 100px;
  margin-right: 20px;
}

/* Umfrage - Schritt 3 */

div.surveyP3container {
  background-repeat: no-repeat;
  height: 768px;
  width: 1024px;
}

div.surveyP3btncontainer {
  padding-top: 350px;
  padding-left: 95px;
}

/* ============= Competition ============= */

#Competition {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  position: relative;
}

#CompetitionThankYou {
  margin-right: auto;
  margin-left: auto;
  width: 1024px;
  position: relative;
}

img.competition {
  margin-bottom: calc(-13px);
}

/* ============= Anonymous Competition ============= */

/* das Hintergrundbild wird dynamisch in der View gesetzt */
#AnonymousCompetition {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  margin-right: 0;
  clear: both;
  font-size: large;
  box-shadow: 5px 10px 8px #888888;
  color: white;
}

#AnonymousCompetition h2 {
  color: white;
}

  #AnonymousCompetition a {
    color: white;
  }

  #AnonymousCompetition a:hover {
    font-weight: bold;
  }

/* Erzeugt eine Box als Container für das anonyme Gewinnspiel */
div.AnonymousCompetitionBox {
  position: relative;
  margin: 5px 5px 5px 5px;
  padding: 10px 30px 10px 10px;
}

#AnonymousCompetition div.form-group {
  margin-bottom: 3px;
}
#viewmessages {
  font-size: 1em;
  line-height: 1.2em;
}

/* ============= Anonymous Seminar ============= */
#anonymous-seminar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: 0;
  clear: both;
  font-size: medium;
  box-shadow: 5px 10px 8px #888888;
}
/* Erzeugt eine Box als Container für das anonyme Gewinnspiel */
div.anonymous-seminar-box {
  position: relative;
  margin-left: -10px;
  padding: 25px 30px 25px 40px;
}

div.anonymous-seminar-footer-box {
  position: relative;
  margin-left: -10px;
  padding: 10px 30px 10px 40px;
  background-color: #0055a4;
}

div.quiz-question-devider {
  background-color: #FFFFFF;
  margin-left: -30px;
  margin-right: -30px;
  height: 15px;
}

div.seminar-title {
  color: #0055A2;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 0.9em;
  padding-top: 15px;
}

div.seminar-subject {
  color: #0055A2;
  font-size: 18px;
  padding-bottom: 45px;
  padding-top: 15px;
  line-height: 0.9em;
}

div.seminar-validation-summary {
  margin-left: -25px;
  margin-top: -35px;
}

div.seminar-box {
  background-color: #F6F5F1;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-top: 10px
}

div.video-title-box {
  height: 60px;
}

div.seminar-devider {
  height: 10px;
  background-color: #CB5F2B;
  margin-left: -15px;
  margin-right: -35px;
}

div.seminar-participation-result-area {
  padding-bottom: 20px;
}

.seminar-participation-title {
  color: #0055A2;
  font-weight: bold;
  font-size: 28px;
  line-height: 0.9em;
  list-style-type: none;
  margin-left: -15px;
  padding-top: 40px;
  padding-bottom: 25px;
}

.seminar-participation-message {
  color: #0055A2;
  font-size: 18px;
  padding-top: 15px;
  line-height: 0.9em;
  list-style-type: none;
  margin-left: -15px;
}

.seminar-footer-element {
  color: white;
  font-size: small;
  padding-right: 10px;
}

  .seminar-footer-element:hover {
    color: white;
    font-size: small;
    text-decoration: underline;
  }

  .seminar-footer-element:visited {
    color: white;
    font-size: small;
  }

#seminar-header {
}

  #seminar-header td.seminar-header-txt {
    vertical-align: middle;
    width: 1100px;
  }

/* ======================================== */

/* ============= Contact data ============= */

#ContactData .key {
  font-size: 1em;
  line-height: 1.2em;
}

#ContactData .value {
  font-size: 1em;
  line-height: 1.2em;
}

#ContactData .CustDesc {
  width: 30em;
  font-size: 1em;
  line-height: 1.1em;
  padding-top: unset;
}

#ContactData .ErpCustID {
  width: 10em;
  font-size: 1em;
}

#ContactData .IDFNo {
  width: 10em;
  font-size: 1em;
}

#ContactData .ContactPerson {
  width: 40em;
  font-size: 1em;
}

#ContactData .Street {
  width: 35em;
  font-size: 1em;
}

#ContactData .ZipCode {
  width: 5em;
  font-size: 1em;
}

#ContactData .City {
  width: 25em;
  font-size: 1em;
}

#ContactData .contact-info {
  font-size: small;
}

#ContactData .field-validation-error {
  padding-bottom: 20px;
  margin-top: -15px
}

/* ============= PIAdmin ============= */
#AdminSysNews .appDescr {
  /* Bezeichnung der Web-Anwendung */
  width: 80px;
}

#AdminSysNews .sysnewsid {
  /* ID einer Systemnachricht */
  width: 70px;
}

#AdminSysNews .sysnewsdescr {
  /* Beschreibung einer Systemnachricht */
  width: 400px;
}

#AdminSysNews .sysnewstypedescr {
  /* Beschreibung der Bedeutung einer Systemnachricht */
  width: 80px;
}

#AdminSysNews .sysnewsstatusdescr {
  /* Beschreibung des Status einer Systemnachricht */
  width: 80px;
}

#AdminSysNews .datefrom, .dateto {
  /* Datumfeld*/
  width: 90px;
}

#AdminSysNews .timefrom, .timeto {
  /* Zeitfeld*/
  width: 70px;
}

/* ============= PICalendar ============= */
/* ===== Aktionskalender ===== */
.actioncalendar {
  padding-top: 400px; /* Weihnachskalender: 150px */
  padding-left: 130px; /* Weihnachtskalender: 3px */
  width: 1280px; /* Weihnachskalender: 1280px */
  height: 1188px; /* Weihnachskalender: 1188px */
  background-repeat: no-repeat;
}

.actioncalendar_feedback {
}

  .actioncalendar_feedback p {
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
  }

.calendarwicket,
.calendarwicket_future,
.calendarwicket_past,
.calendarwicket_opened,
.calendarwicket_opened_past {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 22px;
  padding-top: 0px;
  padding-bottom: 38px;
  width: 90px; /* Weihnachskalender: 75px */
  height: 90px; /* Weihnachskalender: 85px */
  display: inline-block;
  border-radius: 5px;
}

  .calendarwicket_opened p,
  .calendarwicket_opened_past p {
    color: #000000; /*schwarz*/
  }

  .calendarwicket:hover,
  .calendarwicket_future:hover,
  .calendarwicket_past:hover,
  .calendarwicket_opened:hover,
  .calendarwicket_opened_past:hover {
    display: inline-block;
  }

    .calendarwicket_past:hover p,
    .calendarwicket_opened_past:hover p {
      color: #000000; /*schwarz*/
    }

.calendarday_current,
.calendarday_future,
.calendarday_past {
  margin: 0px;
  padding-top: 60px; /* Weihnachskalender: 25px */
  padding-right: 10px;
  width: 90px; /* Weihnachskalender: 75px */
  height: 90px; /* Weihnachskalender: 85px */
  font-weight: bold;
  text-align: right;
  font-size: 24px;
  border-radius: 5px;
}

.calendarday_current {
  color: gold; /*gold*/
}

.calendarday_future {
  color: #000000; /*schwarz*/
}

.calendarday_past {
  color: #7390C4;
}

.calendarday_withdate_current,
.calendarday_withdate_future,
.calendarday_withdate_past {
  margin-top: -90px;
  padding-top: 60px;
  height: 90px;
}

.calendarday_date_current,
.calendarday_date_future,
.calendarday_date_past {
  margin: 0px;
  padding-top: 5px;
  padding-right: 10px;
  width: 90px;
  height: 90px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.calendarday_date_current {
  color: gold; /*gold*/
}

.calendarday_date_future {
  color: #000000; /*schwarz*/
}

.calendarday_date_past {
  color: #7390C4;
}

#Actioncalendar #back2welcome1 {
  /* Aktionskalender - kohlpharma logo "Zurück zur Startseite" */
  position: absolute;
  top: 40px;
  left: 80px;
  width: 320px;
  height: 120px;
  background-color: transparent; /*border: 1px solid yellow;*/
}

#Actioncalendar #back2welcome2 {
  /* Aktionskalender - Schild "Zurück zur Startseite" */
  position: absolute;
  top: 1070px;
  left: 95px;
  width: 200px;
  height: 100px;
  background-color: transparent; /*border: 1px solid yellow;*/
}

#Actioncalendar .button_area {
  margin-top: 40px;
  margin-left: 310px;
}

#Actioncalendar .button {
  color: #0055a4;
  font-size: 18px;
  background: #fff;
}

#calendaragb {
  position: absolute;
  top: 95px;
  left: 750px;
  width: 100px;
  height: 30px;
  background-color: transparent; /*border: 1px solid yellow;*/
}

/* ============= PICalendar - Angebote im Aktionskalender ============= */
#CalendarOffer .items,
#CalendarOrderConfirm .items {
  display: inline-block;
}

#CalendarOffer .app-table,
#CalendarOrderConfirm .app-table {
  border-spacing: initial;
  color: #0055a4;
}

  #CalendarOffer .app-table table,
  #CalendarOrderConfirm .app-table table {
    border: 1px solid lightgray;
  }

  #CalendarOffer .app-table th,
  #CalendarOrderConfirm .app-table th {
    background-color: #dce3eb;
    border: 1px solid lightgray;
    border-spacing: initial;
    font-size: 1.3em;
  }

  #CalendarOffer .app-table td,
  #CalendarOrderConfirm .app-table td {
    border: 1px solid lightgray;
    border-spacing: initial;
    font-size: 1.1em;
  }

  #CalendarOrderConfirm .app-table .totalpricetext td,
  #CalendarOrderConfirm .app-table .totalpricevalue td {
    border: 0px;
  }

/* ============= PICalendar - Kreuzworträtsel im Aktionskalender ============= */

/* Kreuzworträtsel - Durchführung */

.crosswordpuzzle_workingarea {
  display: inline-block;
}

  .crosswordpuzzle_workingarea h2 {
    color: white;
  }

.crosswordpuzzle_matrix, .quiz_customersentence {
  margin-top: 16px;
  border-collapse: collapse;
  vertical-align: middle;
}

  .crosswordpuzzle_matrix tr, .quiz_customersentence tr {
    margin-top: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
  }

  .crosswordpuzzle_matrix th, .crosswordpuzzle_matrix td {
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 40px;
    text-align: center;
  }

    .crosswordpuzzle_matrix td.div {
      margin: 0px;
      padding: 0px;
      background-repeat: no-repeat;
      border: 0px;
    }

.crosswordPuzzleField {
  width: 50px;
  height: 50px;
  padding: 0 0 0 10px;
}

.crosswordPuzzleFieldEmpty {
  background-color: white;
}

.crosswordPuzzleFieldText {
  background: none;
}

.quiz_customersentence th, .quiz_customersentence td {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-collapse: collapse;
  vertical-align: middle;
  font-size: 40px;
  text-align: center;
  border: 1px solid white;
  background-color: gray;
}

.quiz_customersentence_field {
  width: 50px;
  height: 50px;
  padding: 0 0 0 10px;
  color: black;
}

.quiz_customersentence_field_empty {
}

.quiz_customersentence_field_prefilled {
  background-color: lightgray;
}

.quiz_customersentence_field_text {
}


/* ============= PICalendar - CAL5 ============= */

.CAL5_calendarday_workingarea {
  margin: auto;
  background-image: radial-gradient(circle, #0056a4, #182865);
  padding-bottom: 10px;
}

.CAL5_40_calendarday_workingarea {
  margin: auto;
  background-image: radial-gradient(circle, #edd69f, #d0a22a);
  padding-bottom: 10px;
}

  .CAL5_calendarday_workingarea .validation_area,
  .CAL5_40_calendarday_workingarea .validation_area {
    margin: auto;
    width: 100%;
    width: -moz-max-content;
    width: -webkit-max-content;
    text-align: center;
  }

  .CAL5_calendarday_workingarea .validation-summary-errors,
  .CAL5_calendarday_workingarea .messages-error,
  .CAL5_40_calendarday_workingarea .validation-summary-errors,
  .CAL5_40_calendarday_workingarea .messages-error {
    font-weight: bold;
    color: #ff0000;
    background-color: white;
  }

  .CAL5_calendarday_workingarea .validation-summary-warnings,
  .CAL5_calendarday_workingarea .messages-warning,
  .CAL5_40_calendarday_workingarea .validation-summary-warnings,
  .CAL5_40_calendarday_workingarea .messages-warning {
    font-weight: bold;
    color: #E38217;
    background-color: white;
  }

  .CAL5_calendarday_workingarea .messages-information,
  .CAL5_40_calendarday_workingarea .messages-information {
    font-weight: bold;
    color: green;
    background-color: white;
  }

.CAL5_calendarday_workingarea .header-img {
  padding: 10px;
}

.CAL5_40_calendarday_workingarea .header-img {
  padding: 10px;
  background-image: radial-gradient(circle, #0056a4, #182865);
}

.CAL5_calendarday_workingarea .content_area,
.CAL5_40_calendarday_workingarea .content_area {
  margin: auto;
  padding-bottom: 10px;
}

  .CAL5_calendarday_workingarea .content_area .content-img,
  .CAL5_40_calendarday_workingarea .content_area .content-img {
    margin: auto;
    padding-top: 10px;
    width: 100%;
    width: -moz-max-content;
    width: -webkit-max-content;
    text-align: center;
  }

  .CAL5_calendarday_workingarea .content_area p {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
  }

  .CAL5_40_calendarday_workingarea .content_area p {
    color: #000000;
    text-align: center;
    font-weight: normal;
  }

  .CAL5_calendarday_workingarea .content_area input,
  .CAL5_40_calendarday_workingarea .content_area input {
    color: #000000;
  }

  .CAL5_calendarday_workingarea .content_area a {
    color: gold;
  }

  .CAL5_40_calendarday_workingarea .content_area a {
    color: #0055a4;
  }

  .CAL5_calendarday_workingarea .content_area table,
  .CAL5_40_calendarday_workingarea .content_area table {
  }

  .CAL5_calendarday_workingarea .content_area .totalpricetext,
  .CAL5_calendarday_workingarea .content_area .totalpricevalue {
    background-color: transparent;
  }

.CAL5_calendarday_workingarea .innercontent_area,
.CAL5_40_calendarday_workingarea .innercontent_area {
  margin: auto;
  width: 100%;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-align: center;
}

  .CAL5_calendarday_workingarea .innercontent_area div,
  .CAL5_40_calendarday_workingarea .innercontent_area div {
    margin: 5px;
  }

    .CAL5_calendarday_workingarea .innercontent_area div.items {
      display: inline-block;
    }

  .CAL5_calendarday_workingarea .innercontent_area p,
  .CAL5_40_calendarday_workingarea .innercontent_area p {
    color: #0055a4;
    text-align: left;
  }

  .CAL5_calendarday_workingarea .innercontent_area table.crosswordpuzzle_table,
  .CAL5_40_calendarday_workingarea .innercontent_area table.crosswordpuzzle_table {
    background-color: transparent;
  }

    .CAL5_calendarday_workingarea .innercontent_area table.crosswordpuzzle_table p {
      color: white;
    }

    .CAL5_40_calendarday_workingarea .innercontent_area table.crosswordpuzzle_table p {
      color: #000000;
    }

  .CAL5_calendarday_workingarea .innercontent_area td.crosswordpuzzle_table,
  .CAL5_40_calendarday_workingarea .innercontent_area td.crosswordpuzzle_table {
    padding: 20px;
    vertical-align: middle;
  }

  .CAL5_calendarday_workingarea .innercontent_area .crosswordpuzzle_matrix div,
  .CAL5_40_calendarday_workingarea .innercontent_area .crosswordpuzzle_matrix div {
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
  }

  .CAL5_calendarday_workingarea .innercontent_area td.crosswordPuzzleField,
  .CAL5_40_calendarday_workingarea .innercontent_area td.crosswordPuzzleField {
    background-color: white;
  }

  .CAL5_calendarday_workingarea .innercontent_area table.quiz_customersentence,
  .CAL5_40_calendarday_workingarea .innercontent_area table.quiz_customersentence {
    margin-left: 20px;
  }

.CAL5_calendarday_workingarea .competition_area,
.CAL5_40_calendarday_workingarea .competition_area {
  width: 100%;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-align: center;
  margin: auto;
  padding-top: 10px;
}

  .CAL5_calendarday_workingarea .competition_area table,
  .CAL5_40_calendarday_workingarea .competition_area table {
    background-color: transparent;
    width: 100%;
  }

.CAL5_calendarday_workingarea .button_area,
.CAL5_40_calendarday_workingarea .button_area {
  margin: auto;
  padding-top: 10px;
  text-align: center;
}

.CAL5_calendarday_workingarea .button,
.CAL5_40_calendarday_workingarea .button {
  color: #0055a4;
  font-size: 18px;
  background: #fff;
}

.CAL5_calendar_feedback .message a {
  color: gold;
}

.CAL5_calendar_feedback {
  margin: auto;
  /*background-image: radial-gradient(circle, #0056a4, #182865);*/
  padding: 10px;
}

  .CAL5_calendar_feedback .header-img {
    padding: 10px;
  }

  .CAL5_calendar_feedback .content-img {
    width: 100%;
    width: -moz-max-content;
    width: -webkit-max-content;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
  }

  .CAL5_calendar_feedback .message p {
    color: white;
    margin: auto;
    width: 80%;
    text-align: center;
    padding-top: 5px;
  }

  .CAL5_calendar_feedback .message a {
    color: gold;
  }

  .CAL5_calendar_feedback .button_area {
  }

/* ============= PICalendar - Survey im Aktionskalender ============= */

/* Umfrage - Durchführung */

.CAL5_calendarday_workingarea div.surveyPerformPosition {
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 820px;
  position: relative;
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);
}

.CAL5_calendarday_workingarea .surveyPerformPosition table {
  background-color: cornsilk;
  color: #0055b4;
}

  .CAL5_calendarday_workingarea .surveyPerformPosition table td {
    color: #000000;
    padding-top: 10px;
  }

.CAL5_calendarday_workingarea h3.surveyPerformPositionQuestion {
  text-decoration: none;
  color: #0055a4;
}

.CAL5_calendarday_workingarea td.surveyPerformAnswerRadioBtn {
  text-align: center;
  width: 100px;
}

.CAL5_calendarday_workingarea table.surveyPerformAnswerRadioBtnTable {
  width: 800px;
  table-layout: fixed;
  background-color: cornsilk;
}

.CAL5_calendarday_workingarea textarea.surveyPerformAnswerTextArea {
  width: 770px;
  height: 200px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

/* ============= PICalendar - Gewinnerliste im Aktionskalender ============= */

#CalendarWinners .app-table {
  padding: 20px 10px 5px 80px;
  font-size: 16px;
  font-weight: bold;
  border-collapse: collapse;
  background-color: #0055a4;
  width: 1240px;
}

  #CalendarWinners .app-table td {
    padding: 5px 5px 5px 80px;
    color: white;
    background-color: #0055a4;
  }

  #CalendarWinners .app-table tr {
    border-bottom: 2px solid white;
    margin-left: 20px;
  }

/* ============= PICompetition ============= */
/* ============= Gewinnspiel Typ 003 - Video Gewinnspiel ============= */
/* Erzeugt eine Box als Container für die Gewinnspielfrage */
.comptype003_quiz_box {
  position: relative;
  margin: 30px 0px 10px 10px;
  padding: 10px 30px 10px 30px;
  background-color: white;
  box-shadow: 3px 3px 4px #888888;
}

.comptype003_quiz_question_area {
}

.comptype003_quiz_question {
  font-size: 20px;
  line-height: 27px;
  color: #0055a4;
  font-weight: bold;
}

.comptype003_quiz_question_help_text {
  font-size: 18px;
  line-height: 20px;
  color: navy;
  padding-bottom: 10px;
}

.comptype003_quiz_result_answer_list {
  padding: 5px;
}

.comptype003_quiz_result_answer_row {
  line-height: 20px;
  padding: 5px;
}

.comptype003_quiz_result_answer_col {
  vertical-align: middle;
}

.comptype003_quiz_result_button {
  width: 20px;
  height: 20px;
}

.comptype003_quiz_result_correct_answer {
  font-size: 18px;
  color: green;
  font-weight: bold;
}

.comptype003_quiz_result_wrong_answer {
  font-size: 18px;
  color: red;
  font-weight: normal;
}

/* CSS für die Antworten */
.comptype003_quiz_result_answer {
  font-size: 18px;
  line-height: 20px;
  color: #0055a4;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 5px;
}


/* ============= Gewinnspiel Typ 006 - Kalender Gewinnspiel ============= */

/* Erzeugt eine Box als Container für die Gewinnspielfrage */
.comptype006_quiz_box {
  position: relative;
  margin: 30px 0px 10px 10px;
  padding: 10px 30px 10px 30px;
  background-color: white;
  box-shadow: 3px 3px 4px #888888;
  display: inline-block;
}

.comptype006_quiz_question_area {
}

.comptype006_quiz_question {
  font-size: 20px;
  line-height: 27px;
  color: #0055a4;
  font-weight: bold;
}

.comptype006_quiz_question_help_text {
  font-size: 18px;
  line-height: 20px;
  color: navy;
  padding-bottom: 10px;
}

.comptype006_quiz_result_answer_list {
  padding: 5px;
}

.comptype006_quiz_result_answer_row {
  line-height: 17px;
  padding: 2px;
}

.comptype006_quiz_result_answer_col {
  vertical-align: middle;
}

.comptype006_quiz_result_button {
  width: 20px;
  height: 17px;
}

.comptype006_quiz_result_correct_answer {
  font-size: 17px;
  padding-left: 10px;
}

  .comptype006_quiz_result_correct_answer label {
    color: green;
    font-weight: bold;
    text-decoration: underline;
  }

.comptype006_quiz_result_wrong_answer {
  font-size: 17px;
  padding-left: 10px;
}

  .comptype006_quiz_result_wrong_answer label {
    color: red;
    font-weight: normal;
    text-decoration: line-through;
  }

.comptype006_quiz_result_answer {
  font-size: 17px;
  line-height: 20px;
  padding-left: 10px;
}

  .comptype006_quiz_result_answer label {
    color: #0055a4;
    font-weight: normal;
  }

/* ============= Store Analysis ============= */

#storeanalysis .ekprice {
  width: initial;
  text-align: right;
}

#storeanalysis .quantity {
  width: initial;
  text-align: right;
}

#storeanalysis .itemGroup {
  color: #0055a4;
  font-weight: bold;
  background-color: white;
}


/* ============= IE, Edge spezifische Styles ============= */

/* Ausblenden des Eye-Zeichens in Passwort Feldern */
::-ms-reveal {
  display: none;
}