/* Pantone GoeGuide 19-1-6 C */
body {
  position: relative;
  font-family: Segoe UI, Tahoma, Geneva, Calibri, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #17375e;
}

/* X-Styles */
.x-panel-body {
  background: transparent;
}

.x-grid3-scroller {
  margin-bottom: 54px;
}

.x-grid3-body .x-grid3-td-checker {
  background: none;
}

.x-grid3-row-alt {
  background-color: #dddddd;
}

.x-grid3-cell-inner {
  color: #17375e !important;
}

.x-form-check-wrap label {
  display: none;
}

.x-form-check-wrap {
  padding-top: 5px;
}

.x-fieldset-header-text {
  padding: 0 2px;
}

.x-panel-header {
  color: #17375e;
}

.x-btn button {
  color: #17375e !important;
}

.btn-bold {
  font-weight: bold !important;
}

/* Header */
h1 {
  padding: 2px;
  font-size: 20pt;
  font-weight: normal;
  color: #17375e;
  background: inherit;
  display: block;
}
h1 span {
  line-height: 75px;
}
h1 img {
  margin-left: 3px;
}

h2, h3 {
  padding: 3px;
  font-size: 14pt;
  background: inherit;
  text-align: center;
}

h3 {
  padding: 2px;
  font-size: 13pt;
}

hr {
  color: #99bbe8;
  background-color: #99bbe8;
  border: 0;
  height: 1px;
  width: 100%;
  text-align: center;
}

/* Content */
#logoutbutton {
  margin: 210px auto;
}

#statusbar button {
  height: 24px;
  margin-top: -4px;
}

#statusbar table {
  width: 100%;
}

p.bemerkungen {
  margin: 4px 30px;
}

div#dokumente {
  padding: 3px 0 3px 6px;
  font-size: 9pt;
}

/* Links */
a {
  color: #17375e;
}
a:hover, a:focus {
  text-decoration: underline;
}

#imprint, span.link, span.upload, span.linkadditional, .pointer {
  cursor: pointer;
}
#imprint:hover, #imprint:focus, span.link:hover, span.link:focus, span.upload:hover, span.upload:focus, span.linkadditional:hover, span.linkadditional:focus, .pointer:hover, .pointer:focus {
  text-decoration: underline;
}

.impressum {
  text-align: center;
}

/* Forms */
form {
  margin: 3px;
}

legend {
  font-size: 12pt;
  font-weight: bold;
}

#loginlabel, #passwordlabel {
  font-weight: bold;
  color: #17375e;
}

#login, #password {
  text-align: center;
  color: #17375e;
  width: 200px;
}

#loginbutton, #getpasswordbutton, #backtologinbutton {
  width: 150px;
  margin: 0 auto;
}

#infobutton {
  width: 250px;
  margin: 0 auto;
}

#fieldset1, #fieldset2, #fieldset3 {
  margin: 5px 6px;
}

/* Tabellen */
.tester {
  width: 710px;
}

table.zebra {
  color: #17375e;
  margin: 4px 2px;
  border-spacing: 3px 2px;
  border-collapse: separate;
  border: 1px solid #c1d5f0;
}
table.zebra thead {
  font-weight: bold;
  line-height: 1.5em;
}
table.zebra thead td {
  background-color: #17375e !important;
  color: white !important;
}
table.zebra tbody {
  line-height: 1.4em;
}
table.zebra td {
  padding: 1px 3px;
}
table.zebra tr.even td, table.zebra tr.even td a {
  background-color: #c1d5f0;
  /*#ebebe0*/
}
table.zebra tr.odd td, table.zebra tr.odd td a {
  background-color: #ffffff;
  /*#f3f3e9*/
}
table.zebra tr.even td a:hover, table.zebra td a:focus {
  background-color: #1f6d85;
}

table.own tr {
  line-height: 1.5em;
}

div#container_bankprodukte {
  background-color: white;
  border: 1px solid #99bbe8;
}
div#container_bankprodukte table {
  margin: 10px;
}
div#container_bankprodukte table th {
  padding: 4px;
  font-weight: bold;
}
div#container_bankprodukte table td {
  padding: 4px;
}

div#matrixparams {
  margin: 10px;
}

div#matrixresult {
  overflow-x: scroll;
  margin: 10px;
}

table#matrixtable {
  border: 1px solid #99bbe8;
  padding: 1px;
}
table#matrixtable td {
  padding: 3px;
  text-align: center;
  background-color: white;
  font-size: 9pt;
}
table#matrixtable td.header {
  background-color: #dfe8f6;
}

/* Images */
#logo {
  padding: 8px 40px 0 0;
}

#benutzerbild, #testerbild {
  margin: 10px 0;
  max-width: 200px;
}

div.oeakfoto {
  display: inline;
}

img.oeakfoto {
  margin: 1px;
  display: inline;
  cursor: pointer;
}

span.textedit {
  background: transparent url("../libs/silkicons/textfield.png") top right no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  vertical-align: top;
}

span.keyedit {
  background: transparent url("../libs/silkicons/textfield_key.png") top right no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  vertical-align: top;
}

span.comboedit {
  background: transparent url("../libs/silkicons/text_list_numbers.png") top right no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  vertical-align: top;
}

/* Overlay */
.overlay {
  display: none;
  z-index: 20000;
  background-color: #333;
  border: 1px solid #666;
  text-align: center;
}
.overlay .close {
  background-image: url(../images/basic/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

/* Other */
.margin10 {
  margin: 10px;
}

acronym, abbr {
  border-bottom: 1px dotted #a0b688;
  cursor: help;
}

.noscript {
  padding: 10px;
  text-align: justify;
}

.red {
  color: red;
}

.green {
  color: green;
}

.orange {
  color: #f26826;
}

.bg_orange {
  background-color: #f26826;
}

.blue {
  color: #17375e;
}

.bg_blue {
  background-color: #17375e;
}

.floatleft {
  padding-right: 5px;
}

.floatright {
  padding-left: 10px;
}

.tooltip {
  cursor: help;
  display: inline-block;
}

#tooltip {
  font-size: 8pt;
}

/* DataView Images */
#thumbs {
  text-shadow: #eee 1px 1px 0;
}
#thumbs ul {
  position: relative;
  display: block;
  height: auto;
  font-size: 85%;
}
#thumbs ul li {
  float: left;
  margin: 5px;
  padding: 5px 2px;
  text-align: center;
  line-height: 1.25em;
  font-family: "Helvetica Neue", sans-serif;
  height: 150px;
  width: 125px;
  overflow: hidden;
  cursor: pointer;
}
#thumbs ul li .thumbs-hover {
  background-color: #eee;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#thumbs ul li .x-view-selected {
  background-color: rgba(100, 100, 100, 0.15);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#thumbs ul li img {
  margin-bottom: 2px;
}
#thumbs ul li strong {
  display: block;
}

div.thumbdetails {
  text-align: center;
  font-size: 88%;
  line-height: 1.4em;
  text-shadow: #eee 1px 1px 0;
}
div.thumbdetails img {
  margin-bottom: 2px;
}
div.thumbdetails strong {
  display: block;
}

/* Registration */
#greybody {
  background-color: #cccccc;
}
#greybody div.x-combo-list-item {
  color: #17375e;
}

.mrorangebold {
  color: #e7390c;
  font-weight: bold;
}

.mrblue {
  color: #17375e;
  font-weight: normal;
}

.mrbluebold {
  color: #17375e;
  font-weight: bold;
}

.sixninety {
  width: 690px;
  margin-left: 5px;
}

p#pflichtfelder {
  margin-left: 8px;
}

#regform {
  font-size: 9pt;
  width: 690px;
}
#regform table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#regform td:not([class*=x-btn]) {
  width: 85px;
}
#regform td.wider1 {
  width: 127px;
}
#regform td.wider2 {
  width: 128px;
}
#regform table#geburtsdatum td {
  width: 102px;
}
#regform fieldset {
  margin: 18px 4px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #17375e;
}
#regform legend {
  margin-left: 1px;
  padding-bottom: 8px;
  font-size: 10pt;
}
#regform td.description, #regform span.description {
  padding: 2px 0 5px 2px;
}
#regform textarea {
  margin-top: 8px;
}

/* Theming */
div#themeSelector {
  text-align: center;
  background-color: white;
}
div#themeSelector div.themeswitch {
  padding: 10px;
}
div#themeSelector div.themeswitch img {
  cursor: pointer;
}
div#themeSelector div.selectedtheme {
  border: 1px solid #f26826;
}

/*Cookie*/
div#cookie-check {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: lightgrey;
  color: black;
  display: table;
  opacity: 0.9;
  z-index: 1500;
}
div#cookie-check div {
  display: table-cell;
  vertical-align: middle;
}
div#cookie-check div:last-child {
  width: 80px;
  text-align: center;
}
div#cookie-check div:last-child img {
  cursor: pointer;
  max-width: 30px;
}

/*ReCaptcha*/
#recaptcha_table, #recaptcha_area {
  margin: auto !important;
  width: 500px;
}

#recaptcha_response_field {
  font-size: 9pt !important;
}

/* ReCaptcha v2 */
div.recaptcha {
  margin: 0 auto;
  display: inline-block;
}

/*# sourceMappingURL=special.css.map */
