@charset "UTF-8";
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import "../../../fonts/fontawesome-5.0.6/css/fontawesome-all.min.css";
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 (changed) */
  font-size: inherit; /* 1 (changed) */
  line-height: inherit; /* 1 (changed) */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #0d0d0d;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #FF0000;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.2);
}
a:focus, a:hover, a:active, a.active {
  color: #e60000;
  text-decoration: underline;
}
a:visited {
  color: #ff3333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

p {
  margin: 0 0 1rem;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #000000;
  color: #fff;
  font-size: 0.7rem;
}

mark {
  background: #ffe9b3;
  color: #0d0d0d;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}

blockquote {
  border-left: 0.1rem solid #999999;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

html:lang(zh),
html:lang(zh-Hans),
.lang-zh,
.lang-zh-hans {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}

html:lang(zh-Hant),
.lang-zh-hant {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
}

html:lang(ja),
.lang-ja {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif;
}

html:lang(ko),
.lang-ko {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif;
}

:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.lang-cjk ins,
.lang-cjk u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u {
  margin-left: 0.125em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #a8a8a8;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #a1a1a1;
}
.table.table-hover tbody tr:hover {
  background: #a1a1a1;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #999999;
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}

.btn {
  appearance: none;
  background: #fff;
  border: 0.05rem solid #FF0000;
  border-radius: 0.1rem;
  color: #FF0000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1rem;
  outline: none;
  padding: 0.35rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.2);
}
.btn:focus, .btn:hover {
  background: #ffbfbf;
  border-color: #f00000;
  text-decoration: none;
}
.btn:active, .btn.active {
  background: #f00000;
  border-color: #d60000;
  color: #fff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #FF0000;
  border-color: #f00000;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #e60000;
  border-color: #d60000;
  color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #db0000;
  border-color: #cc0000;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error {
  background: #ff6666;
  border-color: #ff5757;
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 102, 102, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: #ff5c5c;
  border-color: #ff4d4d;
  color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: #ff4242;
  border-color: #ff3333;
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #FF0000;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #e60000;
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.45rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.1rem;
  margin-right: -4px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: rgba(168, 168, 168, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1rem;
  padding: 0.4rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.2rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid gray;
  border-radius: 0.1rem;
  color: #0d0d0d;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  padding: 0.35rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.2);
  border-color: #FF0000;
}
.form-input::placeholder {
  color: #666666;
}
.form-input.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.form-input.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.45rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: #666666;
  font-size: 0.7rem;
  margin-top: 0.1rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #ff6666;
}

.form-select {
  appearance: none;
  border: 0.05rem solid gray;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1rem;
  outline: none;
  padding: 0.35rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.2);
  border-color: #FF0000;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.15rem 1.1rem 0.15rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.45rem 1.4rem 0.45rem 0.6rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.35rem 0.4rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.1rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.5rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.5rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.2rem 0.4rem 0.2rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.2);
  border-color: #FF0000;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #FF0000;
  border-color: #FF0000;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid gray;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #a1a1a1;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #FF0000;
  border-color: #FF0000;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #666666;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #a8a8a8;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #a8a8a8;
  border: 0.05rem solid gray;
  border-radius: 0.1rem;
  line-height: 1rem;
  padding: 0.35rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.15rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.45rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: white;
  border-color: #ff6666;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 102, 102, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #ff6666;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #ff6666;
  border-color: #ff6666;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(255, 102, 102, 0.2);
  border-color: #ff6666;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #ff6666;
  border-color: #ff6666;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #ff6666;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 102, 102, 0.2);
  background: white;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #ff6666;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #a1a1a1;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #a8a8a8;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #a1a1a1;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff;
}

.form-horizontal {
  padding: 0.4rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #a1a1a1;
  color: #1a1a1a;
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #FF0000;
  color: #fff;
}
.label.label-secondary {
  background: #ffbfbf;
  color: #FF0000;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #ff6666;
  color: #fff;
}

code {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: white;
  color: #e06870;
  font-size: 85%;
}

.code {
  border-radius: 0.1rem;
  color: #0d0d0d;
  position: relative;
}
.code::before {
  color: #666666;
  content: attr(data-lang);
  font-size: 0.7rem;
  position: absolute;
  right: 0.4rem;
  top: 0.1rem;
}
.code code {
  background: #a8a8a8;
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit-cover {
  object-fit: cover;
}

.img-fit-contain {
  object-fit: contain;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
  color: #262626;
  margin-top: 0.4rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 10015px;
}
.container.grid-lg {
  max-width: 926px;
}
.container.grid-md {
  max-width: 709px;
}
.container.grid-sm {
  max-width: 316px;
}
.container.grid-xs {
  max-width: 261px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 9999px) {
  .col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 910px) {
  .col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 693px) {
  .col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .hide-md,
.dmxHideXsSmMd {
    display: none !important;
  }
  .show-md,
.dmxShowXsSmMd {
    display: block !important;
  }
}
@media (max-width: 300px) {
  .col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .hide-sm,
.dmxHideXsSm {
    display: none !important;
  }
  .show-sm,
.dmxShowXsSm {
    display: block !important;
  }
}
@media (max-width: 245px) {
  .col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .hide-xs,
.dmxHideXs {
    display: none !important;
  }
  .show-xs,
.dmxShowXs {
    display: block !important;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.hero.hero-sm {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.hero.hero-lg {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.hero .hero-body {
  padding: 0.4rem;
}

.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}

.accordion input:checked ~ .accordion-header > .icon:first-child, .accordion[open] .accordion-header > .icon:first-child {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.1rem 0.4rem;
}
.accordion .accordion-header .icon {
  transition: transform 0.25s;
}
.accordion .accordion-body {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #FF0000;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #666666;
  box-shadow: 0 0 0 0.1rem #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #ff6666;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after, .badge:not([data-badge])::after {
  background: #FF0000;
  background-clip: padding-box;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
  font-size: 0.7rem;
  height: 0.9rem;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after, .badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}

.breadcrumb {
  list-style: none;
  margin: 0.1rem 0;
  padding: 0.1rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #262626;
  display: inline-block;
  margin: 0;
  padding: 0.1rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.1rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #262626;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #262626;
  content: "/";
  padding-right: 0.4rem;
}

.bar {
  background: #a1a1a1;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}
.bar.bar-sm {
  height: 0.1rem;
}
.bar .bar-item {
  background: #FF0000;
  color: #fff;
  display: block;
  font-size: 0.7rem;
  flex-shrink: 0;
  line-height: 0.8rem;
  height: 100%;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  flex-shrink: 1;
}

.bar-slider {
  height: 0.1rem;
  margin: 0.4rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: #a1a1a1;
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #FF0000;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #FF0000;
}

.card {
  background: #fff;
  border: 0.05rem solid #999999;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.chip {
  align-items: center;
  background: #a1a1a1;
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  max-width: 320px;
  overflow: hidden;
  padding: 0.1rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.chip.active {
  background: #FF0000;
  color: #fff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.1rem;
}
.chip .btn-clear {
  border-radius: 50%;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.empty {
  background: #a8a8a8;
  border-radius: 0.1rem;
  color: #262626;
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 0.4rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.1rem);
  z-index: 300;
}
.menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.menu .menu-item > a {
  border-radius: 0.1rem;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.1rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus, .menu .menu-item > a:hover {
  background: #ffbfbf;
  color: #FF0000;
}
.menu .menu-item > a:active, .menu .menu-item > a.active {
  background: #ffbfbf;
  color: #FF0000;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.1rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(168, 168, 168, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #fff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}

.modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 0.8rem;
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #000000;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.1rem 0;
}
.nav .nav-item a {
  color: #262626;
  padding: 0.1rem 0.4rem;
  text-decoration: none;
}
.nav .nav-item a:focus, .nav .nav-item a:hover {
  color: #FF0000;
}
.nav .nav-item.active > a {
  color: #0d0d0d;
  font-weight: bold;
}
.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
  color: #FF0000;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0.1rem 0;
  padding: 0.1rem 0;
}
.pagination .page-item {
  margin: 0.1rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.1rem 0.1rem;
}
.pagination .page-item a {
  border-radius: 0.1rem;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #FF0000;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #FF0000;
  color: #fff;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.panel {
  border: 0.05rem solid #999999;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 0.8rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  width: 320px;
  z-index: 300;
}
.popover *:focus + .popover-container, .popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  border: 0;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.1rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #FF0000;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #FF0000;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #FF0000;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.1rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #FF0000;
}
.step .step-item.active ~ .step-item::before {
  background: #999999;
}
.step .step-item.active ~ .step-item a {
  color: #666666;
}
.step .step-item.active ~ .step-item a::before {
  background: #999999;
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid #999999;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.1rem 0 0.05rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.1rem 0.3rem 0.1rem;
  text-decoration: none;
}
.tab .tab-item a:focus, .tab .tab-item a:hover {
  color: #FF0000;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #FF0000;
  color: #FF0000;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.1rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}
.tile .tile-content {
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1rem;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.toast {
  background: rgba(0, 0, 0, 0.95);
  border-color: #000000;
  border: 0.05rem solid #000000;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  padding: 0.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(255, 0, 0, 0.95);
  border-color: #FF0000;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(255, 102, 102, 0.95);
  border-color: #ff6666;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 0.1rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.7rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.1rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity 0.2s, transform 0.2s;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.1rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.1rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
  transform: translate(0.1rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.1rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.1rem, 50%);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #FF0000 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #e60000;
}
a.text-primary:visited {
  color: #ff1a1a;
}

.text-secondary {
  color: #ffb0b0 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #ff9696;
}
a.text-secondary:visited {
  color: #ffc9c9;
}

.text-gray {
  color: #666666 !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: #595959;
}
a.text-gray:visited {
  color: #737373;
}

.text-light {
  color: #fff !important;
}

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2;
}
a.text-light:visited {
  color: white;
}

.text-dark {
  color: #0d0d0d !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: black;
}
a.text-dark:visited {
  color: #1a1a1a;
}

.text-success {
  color: #32b643 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #2da23c;
}
a.text-success:visited {
  color: #39c94b;
}

.text-warning {
  color: #ffb700 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #e6a500;
}
a.text-warning:visited {
  color: #ffbe1a;
}

.text-error {
  color: #ff6666 !important;
}

a.text-error:focus, a.text-error:hover {
  color: #ff4d4d;
}
a.text-error:visited {
  color: #ff8080;
}

.bg-primary {
  background: #FF0000 !important;
  color: #fff;
}

.bg-secondary {
  background: #ffbfbf !important;
}

.bg-dark {
  background: #000000 !important;
  color: #fff;
}

.bg-gray {
  background: #a8a8a8 !important;
}

.bg-success {
  background: #32b643 !important;
  color: #fff;
}

.bg-warning {
  background: #ffb700 !important;
  color: #fff;
}

.bg-error {
  background: #ff6666 !important;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: #666666;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}

.divider {
  border-top: 0.05rem solid #adadad;
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid #999999;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.1rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  background: transparent;
  border: 0.1rem solid #FF0000;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.m-1 {
  margin: 0.1rem !important;
}

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.my-1 {
  margin-bottom: 0.1rem !important;
  margin-top: 0.1rem !important;
}

.m-2 {
  margin: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.4rem !important;
}

.ml-2 {
  margin-left: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.4rem !important;
}

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-1 {
  padding: 0.1rem !important;
}

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.px-1 {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}

.py-1 {
  padding-bottom: 0.1rem !important;
  padding-top: 0.1rem !important;
}

.p-2 {
  padding: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.4rem !important;
}

.pl-2 {
  padding-left: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.4rem !important;
}

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}

.s-rounded {
  border-radius: 0.1rem;
}

.s-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.9em;
}

.text-tiny {
  font-size: 0.8em;
}

.text-muted {
  opacity: 0.8;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/*! Spectre.css Icons v0.5.9 | MIT License | github.com/picturepan2/spectre */
.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em;
}
.icon::before, .icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon.icon-2x {
  font-size: 1.6rem;
}
.icon.icon-3x {
  font-size: 2.4rem;
}
.icon.icon-4x {
  font-size: 3.2rem;
}

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%;
}

.btn-lg .icon {
  vertical-align: -15%;
}

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.65em;
  width: 0.65em;
}

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg);
}

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg);
}

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg);
}

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg);
}

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  height: 0.1rem;
  width: 0.8em;
}

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  height: 0.8em;
  width: 0.1rem;
}

.icon-back::after {
  left: 55%;
}
.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-downward::after {
  top: 45%;
}
.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.icon-forward::after {
  left: 45%;
}
.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.icon-upward::after {
  top: 55%;
}
.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-caret::before {
  border-top: 0.3em solid currentColor;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  height: 0;
  transform: translate(-50%, -25%);
  width: 0;
}

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -0.35em, 0 0.35em;
  height: 0.1rem;
  width: 100%;
}

.icon-apps::before {
  background: currentColor;
  box-shadow: -0.35em -0.35em, -0.35em 0, -0.35em 0.35em, 0 -0.35em, 0 0.35em, 0.35em -0.35em, 0.35em 0, 0.35em 0.35em;
  height: 3px;
  width: 3px;
}

.icon-resize-horiz::before, .icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.45em;
  width: 0.45em;
}
.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg);
}
.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg);
}

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg);
}
.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg);
}

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  box-shadow: -0.4em 0, 0.4em 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.icon-more-vert::before {
  box-shadow: 0 -0.4em, 0 0.4em;
}

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  height: 0.1rem;
  width: 100%;
}

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  height: 100%;
  width: 0.1rem;
}

.icon-cross::before {
  width: 100%;
}
.icon-cross::after {
  height: 100%;
}
.icon-cross::before, .icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  width: 0.9em;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.icon-stop {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-stop::before {
  background: currentColor;
  height: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
}

.icon-shutdown {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
}
.icon-shutdown::before {
  background: currentColor;
  content: "";
  height: 0.5em;
  top: 0.1em;
  width: 0.1rem;
}

.icon-refresh::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  height: 1em;
  width: 1em;
}
.icon-refresh::after {
  border: 0.2em solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  left: 80%;
  top: 20%;
  width: 0;
}

.icon-search::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: 0.75em;
}
.icon-search::after {
  background: currentColor;
  height: 0.1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4em;
}

.icon-edit::before {
  border: 0.1rem solid currentColor;
  height: 0.4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: 0.85em;
}
.icon-edit::after {
  border: 0.15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0;
}

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top: 0;
  height: 0.75em;
  top: 60%;
  width: 0.75em;
}
.icon-delete::after {
  background: currentColor;
  box-shadow: -0.25em 0.2em, 0.25em 0.2em;
  height: 0.1rem;
  top: 0.05rem;
  width: 0.5em;
}

.icon-share {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-top: 0;
}
.icon-share::before {
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-top: 0;
  height: 0.4em;
  left: 100%;
  top: 0.25em;
  transform: translate(-125%, -50%) rotate(-45deg);
  width: 0.4em;
}
.icon-share::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  border-radius: 75% 0;
  height: 0.5em;
  width: 0.6em;
}

.icon-flag::before {
  background: currentColor;
  height: 1em;
  left: 15%;
  width: 0.1rem;
}
.icon-flag::after {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top-right-radius: 0.1rem;
  height: 0.65em;
  top: 35%;
  left: 60%;
  width: 0.8em;
}

.icon-bookmark::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  height: 0.9em;
  width: 0.8em;
}
.icon-bookmark::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1rem;
  height: 0.5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: 0.5em;
}

.icon-download,
.icon-upload {
  border-bottom: 0.1rem solid currentColor;
}
.icon-download::before,
.icon-upload::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.5em;
  width: 0.5em;
  transform: translate(-50%, -60%) rotate(-135deg);
}
.icon-download::after,
.icon-upload::after {
  background: currentColor;
  height: 0.6em;
  top: 40%;
  width: 0.1rem;
}

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg);
}
.icon-upload::after {
  top: 50%;
}

.icon-copy::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-bottom: 0;
  height: 0.8em;
  left: 40%;
  top: 35%;
  width: 0.8em;
}
.icon-copy::after {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  left: 60%;
  top: 60%;
  width: 0.8em;
}

.icon-time {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-time::before {
  background: currentColor;
  height: 0.4em;
  transform: translate(-50%, -75%);
  width: 0.1rem;
}
.icon-time::after {
  background: currentColor;
  height: 0.3em;
  transform: translate(-50%, -75%) rotate(90deg);
  transform-origin: 50% 90%;
  width: 0.1rem;
}

.icon-mail::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  width: 1em;
}
.icon-mail::after {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: 0.5em;
}

.icon-people::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.45em;
  top: 25%;
  width: 0.45em;
}
.icon-people::after {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  height: 0.4em;
  top: 75%;
  width: 0.9em;
}

.icon-message {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.1rem;
  border-right: 0;
}
.icon-message::before {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top: 0;
  height: 0.8em;
  left: 65%;
  top: 40%;
  width: 0.7em;
}
.icon-message::after {
  background: currentColor;
  border-radius: 0.1rem;
  height: 0.3em;
  left: 10%;
  top: 100%;
  transform: translate(0, -90%) rotate(45deg);
  width: 0.1rem;
}

.icon-photo {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
}
.icon-photo::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.25em;
  left: 35%;
  top: 35%;
  width: 0.25em;
}
.icon-photo::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  height: 0.5em;
  left: 60%;
  transform: translate(-50%, 25%) rotate(-45deg);
  width: 0.5em;
}

.icon-link::before, .icon-link::after {
  border: 0.1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  height: 0.5em;
  width: 0.75em;
}
.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg);
}
.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg);
}

.icon-location::before {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: 0.8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: 0.8em;
}
.icon-location::after {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.2em;
  transform: translate(-50%, -80%);
  width: 0.2em;
}

.icon-emoji {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-emoji::before {
  border-radius: 50%;
  box-shadow: -0.17em -0.1em, 0.17em -0.1em;
  height: 0.15em;
  width: 0.15em;
}
.icon-emoji::after {
  border: 0.1rem solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  border-right-color: transparent;
  height: 0.5em;
  transform: translate(-50%, -40%) rotate(-135deg);
  width: 0.5em;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
	Enhance readability, decrease lines of scss code by using these mixins.
	Example call:
	@include add-xs-behaviour(('margin-left': 20px, 'padding': 2px));
*/
.toolbar td.toolbarElement {
  padding: 0.15rem 0.1rem 0.15rem 0rem;
}

.toolbarElement > div {
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  background-color: #fff;
  border-color: #ccc #ccc #999;
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(204, 204, 204);
  border-bottom: 1px solid #969696;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  color: #222;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.toolbarElement > div .toolbarImage {
  display: none;
}
.toolbarElement > div:hover {
  color: #333333;
  background-color: #f2f2f2;
  text-decoration: none;
}
.toolbarElement > div[onclick*=dkb_instrument_add_depot] {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  padding: 10px 35px 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #0a719c;
  border-top: 1px solid #2fade2;
  border-right: 1px solid #1889b7;
  border-left: 1px solid #1889b7;
  background-color: #148dea;
  text-align: center;
  padding: 8px 10px 9px 10px;
}
.toolbarElement > div[onclick*=dkb_instrument_add_depot]:hover {
  color: white;
  background-color: #329cee;
  text-decoration: none;
}
.toolbarElement > div[onclick*=dkb_depot_new] {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  padding: 10px 35px 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #0a719c;
  border-top: 1px solid #2fade2;
  border-right: 1px solid #1889b7;
  border-left: 1px solid #1889b7;
  background-color: #148dea;
  text-align: center;
  padding: 8px 10px 9px 10px;
}
.toolbarElement > div[onclick*=dkb_depot_new]:hover {
  color: white;
  background-color: #329cee;
  text-decoration: none;
}

.toolbarElement.show-xs.show-sm.show-md > div[onclick*=reload] {
  background-image: url("../../../images/dkb/reload.svg");
  background-size: 25px 24px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
.toolbarElement.show-xs.show-sm.show-md > div[onclick*=dkb_depot_delete] {
  background-image: url("../../../images/dkb/delete.svg");
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-position: 2px 0px;
}
.toolbarElement.show-xs.show-sm.show-md > div[onclick*=dkb_depot_edit] {
  background-image: url("../../../images/dkb/edit.svg");
  background-size: 40px 39px;
  background-repeat: no-repeat;
  background-position: 1px -1px;
}

.gcTitle,
.gcBBox,
.box,
.gcFooterI,
.formGroupHorizontal,
.dmx-responsive,
.dmxP {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  margin-left: 0;
  margin-right: 0;
}
.gcTitle.col-gapless,
.gcBBox.col-gapless,
.box.col-gapless,
.gcFooterI.col-gapless,
.formGroupHorizontal.col-gapless,
.dmx-responsive.col-gapless,
.dmxP.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.gcTitle.col-gapless > .column,
.gcBBox.col-gapless > .column,
.box.col-gapless > .column,
.gcFooterI.col-gapless > .column,
.formGroupHorizontal.col-gapless > .column,
.dmx-responsive.col-gapless > .column,
.dmxP.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.gcTitle.col-oneline,
.gcBBox.col-oneline,
.box.col-oneline,
.gcFooterI.col-oneline,
.formGroupHorizontal.col-oneline,
.dmx-responsive.col-oneline,
.dmxP.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.gcTitle > .column,
.gcTitle .gcBBoxI,
.gcTitle .boxI,
.gcTitle .formBody,
.gcTitle .formPanel,
.gcTitle .dmx,
.gcBBox > .column,
.gcBBox .gcBBoxI,
.gcBBox .boxI,
.gcBBox .formBody,
.gcBBox .formPanel,
.gcBBox .dmx,
.box > .column,
.box .gcBBoxI,
.box .boxI,
.box .formBody,
.box .formPanel,
.box .dmx,
.gcFooterI > .column,
.gcFooterI .gcBBoxI,
.gcFooterI .boxI,
.gcFooterI .formBody,
.gcFooterI .formPanel,
.gcFooterI .dmx,
.formGroupHorizontal > .column,
.formGroupHorizontal .gcBBoxI,
.formGroupHorizontal .boxI,
.formGroupHorizontal .formBody,
.formGroupHorizontal .formPanel,
.formGroupHorizontal .dmx,
.dmx-responsive > .column,
.dmx-responsive .gcBBoxI,
.dmx-responsive .boxI,
.dmx-responsive .formBody,
.dmx-responsive .formPanel,
.dmx-responsive .dmx,
.dmxP > .column,
.dmxP .gcBBoxI,
.dmxP .boxI,
.dmxP .formBody,
.dmxP .formPanel,
.dmxP .dmx {
  padding-left: 0;
  padding-right: 0;
}

.gcBBoxI,
.boxI,
.formDescription,
.formBody,
.formPanel,
.dmx {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.gcBBoxI.col-12, .gcBBoxI.col-11, .gcBBoxI.col-10, .gcBBoxI.col-9, .gcBBoxI.col-8, .gcBBoxI.col-7, .gcBBoxI.col-6, .gcBBoxI.col-5, .gcBBoxI.col-4, .gcBBoxI.col-3, .gcBBoxI.col-2, .gcBBoxI.col-1,
.boxI.col-12,
.boxI.col-11,
.boxI.col-10,
.boxI.col-9,
.boxI.col-8,
.boxI.col-7,
.boxI.col-6,
.boxI.col-5,
.boxI.col-4,
.boxI.col-3,
.boxI.col-2,
.boxI.col-1,
.formDescription.col-12,
.formDescription.col-11,
.formDescription.col-10,
.formDescription.col-9,
.formDescription.col-8,
.formDescription.col-7,
.formDescription.col-6,
.formDescription.col-5,
.formDescription.col-4,
.formDescription.col-3,
.formDescription.col-2,
.formDescription.col-1,
.formBody.col-12,
.formBody.col-11,
.formBody.col-10,
.formBody.col-9,
.formBody.col-8,
.formBody.col-7,
.formBody.col-6,
.formBody.col-5,
.formBody.col-4,
.formBody.col-3,
.formBody.col-2,
.formBody.col-1,
.formPanel.col-12,
.formPanel.col-11,
.formPanel.col-10,
.formPanel.col-9,
.formPanel.col-8,
.formPanel.col-7,
.formPanel.col-6,
.formPanel.col-5,
.formPanel.col-4,
.formPanel.col-3,
.formPanel.col-2,
.formPanel.col-1,
.dmx.col-12,
.dmx.col-11,
.dmx.col-10,
.dmx.col-9,
.dmx.col-8,
.dmx.col-7,
.dmx.col-6,
.dmx.col-5,
.dmx.col-4,
.dmx.col-3,
.dmx.col-2,
.dmx.col-1 {
  flex: none;
}

.dmx {
  flex: none;
  width: 100%;
}
.dmx tr td {
  padding: 0.15rem 0.5rem 0.15rem 0;
}
.dmx tr td:last-child {
  padding-right: 0;
}

.fas.fa-angle-down,
.fas.fa-angle-up {
  color: rgb(18, 126, 208);
  margin-right: 5px;
}

a {
  color: black;
  box-shadow: none;
}
a:visited, a:link, a:focus, a:disabled, a:hover, a:active {
  color: black;
  text-decoration: none;
  box-shadow: none;
}

button.btn.btn-link {
  color: rgb(18, 126, 208);
  box-shadow: none;
}
button.btn.btn-link:visited, button.btn.btn-link:link, button.btn.btn-link:focus, button.btn.btn-link:disabled, button.btn.btn-link:hover, button.btn.btn-link:active {
  color: rgb(18, 126, 208);
  text-decoration: none;
  box-shadow: none;
}

/* Pseudo-Checkbox
 * https://www.w3schools.com/code/tryit.asp?filename=FQI9PAMF1P80
 */
.formCheckbox {
  position: relative;
  padding-left: 80%;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* When the checkbox is checked, add a white background */
  /* Show the checkmark when checked */
  /* when a checkbox is disabled change the cursor */
  /* Create a custom checkbox */
}
.formCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.formCheckbox input:checked ~ .formCheckboxCheckmark {
  background-color: white;
}
.formCheckbox input:checked ~ .formCheckboxCheckmark:after {
  display: block;
}
.formCheckbox input:disabled ~ .formCheckboxCheckmark {
  cursor: not-allowed;
  background-color: #eee;
}
.formCheckbox .formCheckboxCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid rgb(211, 211, 211);
  /* Create the checkmark/indicator (hidden when not checked) */
}
.formCheckbox .formCheckboxCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.formCheckbox .formCheckboxCheckmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid rgb(18, 126, 208);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 50px) and (max-width: 300px) {
  .formCheckbox {
    top: 5px;
  }
  .formLabelBox {
    margin-top: -22px;
    margin-left: 25px;
  }
}
@media all and (min-width: 301px) {
  .formCheckbox {
    top: 45px;
  }
  .formLabelBox {
    margin-top: 22px;
    margin-left: 25px;
  }
}
div[id$=js_chart_config] {
  /* Pseudo-Checkbox
   * https://www.w3schools.com/code/tryit.asp?filename=FQI9PAMF1P80
   */
  /* Style the checkmark/indicator */
}
div[id$=js_chart_config] .formCheckbox {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* When the checkbox is checked, add a white background */
  /* Show the checkmark when checked */
  /* Create a custom checkbox */
}
div[id$=js_chart_config] .formCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
div[id$=js_chart_config] .formCheckbox input:checked ~ .formCheckboxCheckmark {
  background-color: white;
}
div[id$=js_chart_config] .formCheckbox input:checked ~ .formCheckboxCheckmark:after {
  display: block;
}
div[id$=js_chart_config] .formCheckbox .formCheckboxCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid rgb(211, 211, 211);
  /* Create the checkmark/indicator (hidden when not checked) */
}
div[id$=js_chart_config] .formCheckbox .formCheckboxCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}
div[id$=js_chart_config] .formCheckbox .formCheckboxCheckmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid rgb(18, 126, 208);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div[id$=js_chart_config] .formLabelTop {
  margin-top: 10px;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  div[id$=js_chart_config] .formCheckbox {
    top: 7px;
    margin-left: 20px;
  }
  div[id$=js_chart_config] .formLabelBox {
    margin-top: -16px;
    margin-left: 45px;
  }
}
@media all and (min-width: 694px) {
  div[id$=js_chart_config] .formCheckbox {
    top: 30px;
    margin-left: 20px;
  }
  div[id$=js_chart_config] .formLabelBox {
    margin-top: 7px;
    margin-left: 47px;
  }
}

.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
  transform: rotate(180deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.1rem 0.4rem;
}
.accordion .accordion-header .icon {
  font-size: 12px;
  margin-left: -1rem;
  margin-right: 0.4rem !important;
  color: rgb(18, 126, 208);
  transition: all 0.2s ease;
}
.accordion .accordion-body {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  .accordion .accordion-header {
    white-space: normal;
    padding: 0.2rem 0rem 0.2rem 1rem;
  }
  .accordion .accordion-header span.headline {
    white-space: normal;
  }
  .accordion .accordion-header span.date {
    white-space: nowrap;
    /*
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
  }
}
@media all and (min-width: 694px) {
  .accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 0.2rem 0rem 0.2rem 1rem;
  }
  .accordion .accordion-header * {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .accordion .accordion-header span.headline {
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.accordion .headline {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.accordion .date {
  font-family: Arial;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
}
.accordion .spacer {
  margin-right: 10px;
}
.accordion input:checked ~ .accordion-body, .accordion .accordion[open] .accordion-body {
  max-height: 1000rem;
}
.accordion li {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
.accordion .moreBtn {
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-angle-down.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0.3rem 1rem;
}
.accordion .moreBtn:hover {
  color: rgb(18, 126, 208) !important;
}
.accordion .lessBtn {
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-angle-up.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0.3rem 1rem;
}
.accordion .lessBtn:hover {
  color: rgb(18, 126, 208) !important;
}
.accordion p {
  margin-bottom: 0px;
  line-height: 1.21875rem;
}
.accordion pre {
  width: 100%;
  overflow-x: auto;
}
.accordion.pos0 {
  padding-top: 10px;
}
.accordion.pos9 {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.accordion .menu .menu-item {
  margin-top: 0rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 0 0.6rem;
}

.boxI.accordionElements {
  width: 1px;
}

.misquotebox {
  margin-bottom: 0.6rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  line-height: 1.4;
}
.misquotebox.positive {
  border-top: 3px solid rgb(0, 153, 0);
  border-bottom: 1px solid rgb(211, 211, 211);
}
.misquotebox.negative {
  border-top: 3px solid rgb(173, 51, 51);
  border-bottom: 1px solid rgb(211, 211, 211);
}
.misquotebox.neutral {
  border-top: 3px solid rgb(211, 211, 211);
  border-bottom: 1px solid rgb(211, 211, 211);
}
.misquotebox .title {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #127ed0;
  font-weight: normal;
}
.misquotebox .date {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.misquotebox .misPos {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #009900;
  font-weight: normal;
}
.misquotebox .misNeg {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #ad3333;
  font-weight: normal;
}
.misquotebox .misNeutral {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #999999;
  font-weight: normal;
}
.misquotebox .quote {
  font-family: Arial;
  font-size: 22px;
  color: #333333;
  font-weight: normal;
}

.misTab {
  /* hide the horizontal scrollbars */
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 2rem;
  margin-bottom: 1rem;
  margin-top: 15px;
  box-shadow: 0 -1px rgb(211, 211, 211) inset;
  display: block;
  box-sizing: content-box;
  width: 100%;
  -webkit-overflow-scrolling: touch; /* lets it scroll lazy on ios */
}
.misTab .misTabItem {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  height: 2rem;
  width: auto;
  min-width: 0%;
  font-family: Arial;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}
.misTab::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent; /* optional: just make scrollbar invisible */
}
.misTab ::-webkit-scrollbar-thumb {
  background: transparent;
}
@media all and (max-width: 693px) {
  .misTab::before, .misTab::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 1.6rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    right: 0;
  }
  .misTab::after {
    margin-top: -2.4rem;
    right: auto;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media all and (max-width: 300px) {
  .misTab .misTabItem {
    min-width: 40%;
  }
}
@media all and (min-width: 301px) and (max-width: 693px) {
  .misTab .misTabItem {
    min-width: 28.57%;
  }
}
.misTab .misTabItem a {
  display: block;
  padding: 0 1rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.misTab .misTabItem a:focus {
  color: black;
}
.misTab .misTabItem a:hover {
  color: rgb(18, 126, 208) !important;
  border-color: rgb(18, 126, 208) !important;
}
.misTab .tabOn {
  box-shadow: 0 -0.16rem 0 rgb(18, 126, 208) inset;
}

.gcTitle.misform {
  margin-top: 35px;
  font-family: Arial;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}
.gcTitle.misform hr {
  background-color: rgb(211, 211, 211);
  border: 0 none;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.formBody {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
.formBody .fix {
  margin-bottom: 5px;
  padding-left: 0px;
}
.formBody img {
  text-align: right;
}
.formBody .formDescription {
  padding-left: 0px;
  padding-right: 0px;
}
.formBody .formDescription span.error {
  color: #ff6666;
}
.formBody .formFieldDescriptionNoIcon {
  margin-top: 10px;
}
.formBody .formFieldDescriptionNoIcon .error {
  color: #ff6666;
}
.formBody .formFieldTooltipIconBox {
  display: none;
}
.formBody .formFieldTooltipIcon {
  display: none;
}
.formBody .formElementBoxH {
  width: 100%;
}
.formBody .formDropdown {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: calc(100% - 20px);
  background-color: white;
  outline: none;
  cursor: pointer;
  background-image: url("../../../images/dkb/angle-arrow-down.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(0.7em + 2px);
  border: 1px solid rgb(211, 211, 211);
  height: 35px;
  padding-left: 10px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.formBody .formDropdown:focus::-ms-value {
  color: #333333;
  background-color: transparent;
}
.formBody .datepicker {
  background-image: url("../../../images/dkb/font-awesome_4-7-0_calendar_35_0_007dff_none.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(0.5em + 2px);
  border: 1px solid rgb(211, 211, 211);
  height: 35px;
  padding-left: 10px;
  width: 100%;
}
.formBody .formDrop {
  margin-left: 3px;
}
.formBody .formInput[type=text],
.formBody .formInput[type=password] {
  border: 1px solid rgb(211, 211, 211);
  height: 35px;
  padding-left: 10px;
  width: calc(100% - 20px);
}
.formBody .contentButton.contentButtonInline button {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  padding: 10px 35px 10px 35px;
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #0a719c;
  border-top: 1px solid #2fade2;
  border-right: 1px solid #1889b7;
  border-left: 1px solid #1889b7;
  background-color: #148dea;
}
.formBody .contentButton.contentButtonInline button:hover {
  color: white;
  background-color: #329cee;
  text-decoration: none;
}
.formBody .formGroupCaptionTitleFirst {
  font-family: Arial;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.formBody .formGroupCaptionTitleFirst.formGroupFoldable {
  cursor: pointer;
}
.formBody .formGroupCaptionTitleLinkFirst {
  background-image: url("../../../images/dkb/fa-angle-up.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0px -4px;
}
.formBody .formGroupCaptionTitleLinkFirst.formGroupFoldable {
  padding-left: 30px;
}
.formBody .formGroupCaptionTitle {
  cursor: pointer;
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.formBody .formGroupCaptionTitleLink {
  padding-left: 20px;
  background-image: url("../../../images/dkb/fa-angle-up.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.formBody div.formGroupVertical:nth-child(2) {
  margin-top: 25px;
}
.formBody .formInvalid {
  border: 2px solid #ff6666 !important;
  outline: 0 none;
}
.formBody .resultPreview {
  padding-top: 35px;
  padding-right: 10px;
}
.formBody .resultPreview div div {
  text-align: right;
}

select::-ms-expand {
  display: none;
}

.datepicker::-ms-clear {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

form[name^=dkb_pr_finder_] .formLabel.formLabelTop,
form[name^=dkb_sp_finder_] .formLabel.formLabelTop {
  margin-top: 20px;
  margin-bottom: 5px;
}
form[name^=dkb_pr_finder_] .fButtonB button,
form[name^=dkb_sp_finder_] .fButtonB button {
  background-image: url("../../../images/dkb/fa-times.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  border-radius: 3px;
  padding: 10px 25px 10px 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 0px;
  background-color: #fff;
  border-color: #ccc #ccc #999;
  border-bottom: 1px solid #969696 !important;
  border-left: 1px solid #c8c8c8 !important;
  border-right: 1px solid #c8c8c8 !important;
  border-top: 1px solid #c8c8c8;
  color: #222;
  cursor: pointer;
}
form[name^=dkb_pr_finder_] .fButtonB button:hover,
form[name^=dkb_sp_finder_] .fButtonB button:hover {
  color: #333333 !important;
  background: transparent !important;
  background-image: url("../../../images/dkb/fa-times.png") !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: 15px 12px !important;
}

form[name^=dkb_quickfinder_] .formLabel.formLabelTop {
  margin-top: 10px;
  margin-bottom: 5px;
}

div[id$=js_chart_config] .formWizard {
  text-align: inherit;
}
div[id$=js_chart_config] .formWizard button {
  margin-top: 10px !important;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  color: transparent !important;
  background-color: transparent !important;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("../../../images/search3.png");
  background-size: 21px 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div[id$=js_chart_config] .formWizard button:hover {
  background-color: #e4f2fd !important;
  background-image: url("../../../images/search3.png") !important;
  background-size: 21px 25px !important;
  background-repeat: no-repeat !important;
  background-position: 0px 0px !important;
}

form[name^=dkb_pr_finder_cer] .formElement .formPanel .formGroupCaptionTitleFirst,
form[name^=dkb_sp_finder_cer] .formElement .formPanel .formGroupCaptionTitleFirst,
form[name^=dkb_pr_finder_lever] .formElement .formPanel .formGroupCaptionTitleFirst {
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
form[name^=dkb_pr_finder_cer] .formElement .formPanel .formGroupCaptionTitleLinkFirst,
form[name^=dkb_sp_finder_cer] .formElement .formPanel .formGroupCaptionTitleLinkFirst,
form[name^=dkb_pr_finder_lever] .formElement .formPanel .formGroupCaptionTitleLinkFirst {
  padding-left: 20px;
  background-image: url("../../../images/dkb/fa-angle-up.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
form[name^=dkb_pr_finder_cer] .formWizard .contentButton.contentButtonInline button,
form[name^=dkb_sp_finder_cer] .formWizard .contentButton.contentButtonInline button,
form[name^=dkb_pr_finder_lever] .formWizard .contentButton.contentButtonInline button {
  border: 0px solid transparent;
  padding: 0px 0px 0px 12px;
  margin: 50px 0px 0px 0px;
  text-align: left;
  color: #333333 !important;
  background-color: transparent !important;
  width: calc(100% - 20px);
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-angle-right.png");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
@media all and (min-width: 50px) and (max-width: 300px) {
  form[name^=dkb_pr_finder_cer] .formWizard .contentButton.contentButtonInline button,
form[name^=dkb_sp_finder_cer] .formWizard .contentButton.contentButtonInline button,
form[name^=dkb_pr_finder_lever] .formWizard .contentButton.contentButtonInline button {
    margin: 25px 0px 0px 0px;
  }
}
form[name^=dkb_pr_finder_cer] .formReadonly,
form[name^=dkb_sp_finder_cer] .formReadonly,
form[name^=dkb_pr_finder_lever] .formReadonly {
  border: 1px solid rgb(211, 211, 211);
  height: 35px;
  padding-left: 10px;
  width: calc(100% - 20px);
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  form[name^=dkb_pr_finder_cer] .formReadonly,
form[name^=dkb_sp_finder_cer] .formReadonly,
form[name^=dkb_pr_finder_lever] .formReadonly {
    margin-top: 16px;
  }
}
form[name^=dkb_pr_finder_cer] .fButtonBL button,
form[name^=dkb_sp_finder_cer] .fButtonBL button,
form[name^=dkb_pr_finder_lever] .fButtonBL button {
  background-color: transparent;
  border: 0px;
  padding-left: 25px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 0px;
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-times.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  form[name^=dkb_pr_finder_cer] .fButtonBL button,
form[name^=dkb_sp_finder_cer] .fButtonBL button,
form[name^=dkb_pr_finder_lever] .fButtonBL button {
    margin-top: 64px;
  }
}
@media all and (min-width: 694px) {
  form[name^=dkb_pr_finder_cer] .fButtonBL button,
form[name^=dkb_sp_finder_cer] .fButtonBL button,
form[name^=dkb_pr_finder_lever] .fButtonBL button {
    margin-top: 46px;
  }
}

form[name=dkb_currency_calculator_preliminary] .formGroupCaptionTitleLinkFirst,
form[name=dkb_currency_calculator_preliminary] .formGroupCaptionTitleLink {
  display: none;
}
form[name=dkb_currency_calculator_preliminary] .formGroupCaptionTitleFirst,
form[name=dkb_currency_calculator_preliminary] .formGroupCaptionTitle {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
form[name=dkb_currency_calculator_preliminary] div[id$=_dkb_currency_calculator_preliminary135330883092] {
  border: 1px solid rgb(211, 211, 211);
  height: 35px;
  padding-left: 10px;
  padding-top: 8px;
  margin-right: 20px;
}
form[name=dkb_currency_calculator_preliminary] button {
  width: calc(100% - 20px);
  padding-left: 0px !important;
  padding-right: 0px !important;
}
form[name=dkb_currency_calculator_preliminary] div.formGroupVertical:nth-child(2) {
  margin-top: 15px;
}

details:nth-child(2) {
  border-bottom: 1px solid rgb(211, 211, 211);
}
details:nth-child(2) div.formGroupHorizontal:first-of-type {
  margin-top: -20px;
}
details:nth-child(2) div.formGroupHorizontal:last-of-type {
  padding-bottom: 25px;
}

img[src*="sym_drop.png"][id*=_drop][class*=formDrop] {
  display: none !important;
}

.ui-tooltip {
  display: none;
  border: collapse;
}

.dmx-responsive .dmx {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dmx-responsive .dmx .dmxR td {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.dmx-responsive .dmx .dmxLink:not([href=""]) {
  font-family: Arial;
  font-size: 14px;
  color: rgb(18, 126, 208);
  font-weight: normal;
}
.dmx-responsive .dmx .dmxLink:not([href]) {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dmx-responsive .dmx .dmx_GV {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dmx-responsive .dmx .dmxCT,
.dmx-responsive .dmx .dmxCL,
.dmx-responsive .dmx .dmxCTL,
.dmx-responsive .dmx .dmxC,
.dmx-responsive .dmx .dmxCB,
.dmx-responsive .dmx .dmxCBL {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dmx-responsive .dmx .dmxCS {
  border-bottom: 1px solid rgb(211, 211, 211);
  font-size: 0rem;
}
.dmx-responsive .dmx .dmxCH,
.dmx-responsive .dmx .dmxCHF,
.dmx-responsive .dmx .dmxCHL {
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.dmx-responsive .dmx .dmxCH table td,
.dmx-responsive .dmx .dmxCHF table td,
.dmx-responsive .dmx .dmxCHL table td {
  border-bottom: 0px solid transparent;
}
.dmx-responsive .dmx .misPos {
  font-family: Arial;
  font-size: 14px;
  color: #009900;
  font-weight: normal;
}
.dmx-responsive .dmx .misNeg {
  font-family: Arial;
  font-size: 14px;
  color: #ad3333;
  font-weight: normal;
}
.dmx-responsive .dmx .dmxSL::before {
  content: "ns";
  color: transparent;
  background-image: url("../../../images/dkb/fa-angle-up-down-666666.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  cursor: pointer;
}
.dmx-responsive .dmx .dmxSL_DESC::before {
  content: "ds";
  color: transparent;
  background-image: url("../../../images/dkb/fa-angle-down-combo.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  cursor: pointer;
}
.dmx-responsive .dmx .dmxSL_ASC::before {
  content: "as";
  color: transparent;
  background-image: url("../../../images/dkb/fa-angle-up-combo.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  cursor: pointer;
}
.dmx-responsive .dmx td[class*=dmxGROUP] table {
  width: 100% !important;
}
.dmx-responsive .dmx td[class*=dmxCH] > table:not(.dmx_GV) {
  width: 100% !important;
}

div[id*=dkb_crossrates_2] .dmx .dmxRH {
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
  border-right: 1px solid rgb(211, 211, 211);
  border-top: 1px solid rgb(211, 211, 211);
  padding: 5px 4px 5px 0px;
}
div[id*=dkb_crossrates_2] .dmx .dmxRHEmpty {
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
  border-right: 1px solid rgb(211, 211, 211);
  padding: 5px 4px 5px 0px;
}
div[id*=dkb_crossrates_2] .dmx .dmxCHF,
div[id*=dkb_crossrates_2] .dmx .dmxCH,
div[id*=dkb_crossrates_2] .dmx .dmxCHL {
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
  border-bottom: 1px solid rgb(211, 211, 211);
  border-top: 0px;
  padding: 5px 4px 5px 0px;
}
div[id*=dkb_crossrates_2] .dmx .dmxC,
div[id*=dkb_crossrates_2] .dmx .dmxCF,
div[id*=dkb_crossrates_2] .dmx .dmxCL,
div[id*=dkb_crossrates_2] .dmx .dmxCTF,
div[id*=dkb_crossrates_2] .dmx .dmxCT,
div[id*=dkb_crossrates_2] .dmx .dmxCTL,
div[id*=dkb_crossrates_2] .dmx .dmxCBF,
div[id*=dkb_crossrates_2] .dmx .dmxCB,
div[id*=dkb_crossrates_2] .dmx .dmxCBL {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
  border-top: 1px solid rgb(211, 211, 211);
  padding: 5px 4px 5px 0px;
}

div[id*=_underlying_search_result] *,
div[id*=_benchmark_search_result] *,
div[id*=dkb_notation_selection] *,
div[id*=dkb_depot_single_selection] * {
  padding: 0px 0px 0px 0px;
}
div[id*=_underlying_search_result] input.dmxInput,
div[id*=_benchmark_search_result] input.dmxInput,
div[id*=dkb_notation_selection] input.dmxInput,
div[id*=dkb_depot_single_selection] input.dmxInput {
  margin: 5px 0px 0px 0px;
}
div[id*=_underlying_search_result] .dmx-responsive,
div[id*=_benchmark_search_result] .dmx-responsive,
div[id*=dkb_notation_selection] .dmx-responsive,
div[id*=dkb_depot_single_selection] .dmx-responsive {
  padding: 10px 10px 10px 10px;
}
div[id*=_underlying_search_result] .dmx-responsive table td,
div[id*=_benchmark_search_result] .dmx-responsive table td,
div[id*=dkb_notation_selection] .dmx-responsive table td,
div[id*=dkb_depot_single_selection] .dmx-responsive table td {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div[id*=_underlying_search_result] .dmx-responsive .dmxCHF,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCHF,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCHF,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCHF {
  width: 20px;
}
div[id*=_underlying_search_result] .dmx-responsive .dmxCHL,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCHL,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCHL,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCHL {
  width: 110px;
}
div[id*=_underlying_search_result] .dmx-responsive .dmxCB div,
div[id*=_underlying_search_result] .dmx-responsive .dmxC div,
div[id*=_underlying_search_result] .dmx-responsive .dmxCT div,
div[id*=_underlying_search_result] .dmx-responsive .dmxCTL div,
div[id*=_underlying_search_result] .dmx-responsive .dmxCBL div,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCB div,
div[id*=_benchmark_search_result] .dmx-responsive .dmxC div,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCT div,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCTL div,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCBL div,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCB div,
div[id*=dkb_notation_selection] .dmx-responsive .dmxC div,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCT div,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCTL div,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCBL div,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCB div,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxC div,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCT div,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCTL div,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCBL div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div[id*=_underlying_search_result] .dmx-responsive .dmxCTF_GV,
div[id*=_benchmark_search_result] .dmx-responsive .dmxCTF_GV,
div[id*=dkb_notation_selection] .dmx-responsive .dmxCTF_GV,
div[id*=dkb_depot_single_selection] .dmx-responsive .dmxCTF_GV {
  margin-top: 4px;
}

.dmxP {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
}
.dmxP .dmxPFBack {
  content: "x";
  color: transparent;
  border: 2px solid rgb(211, 211, 211);
  padding-left: 17px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-angle-left-666666.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
}
.dmxP .dmxPFBack:hover {
  color: white;
  border-color: rgb(18, 126, 208);
  text-decoration: none;
}
.dmxP .dmxPFBack:hover .dmxPFBackTooltip {
  visibility: visible;
}
.dmxP .dmxPFBack .dmxPFBackTooltip {
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  color: rgb(18, 126, 208);
  font-weight: normal;
  visibility: hidden;
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  top: -43px;
  height: 38px;
  width: 160px;
  padding-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: -61px;
  width: 170px;
}
.dmxP .dmxPStart {
  content: "x";
  color: transparent;
  border: 2px solid rgb(211, 211, 211);
  padding-left: 17px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: url("../../../images/dkb/mi-first-page-666666.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
  margin-right: 10px;
  margin-left: 5px;
  position: relative;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  .dmxP .dmxPStart {
    display: none;
  }
}
.dmxP .dmxPStart:hover {
  color: white;
  border-color: rgb(18, 126, 208);
  text-decoration: none;
}
.dmxP .dmxPStart:hover .dmxPStartTooltip {
  visibility: visible;
}
.dmxP .dmxPStart .dmxPStartTooltip {
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  color: rgb(18, 126, 208);
  font-weight: normal;
  visibility: hidden;
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  top: -43px;
  height: 38px;
  width: 160px;
  padding-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: -56px;
}
.dmxP .dmxPLeft {
  display: none;
}
.dmxP .dmxPLK {
  padding-left: 3px;
  padding-right: 3px;
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
}
.dmxP .dmxPLK:hover {
  color: rgb(18, 126, 208);
}
.dmxP .dmxPLKA {
  padding-left: 3px;
  padding-right: 3px;
  font-family: Arial;
  font-size: 13px;
  color: rgb(18, 126, 208);
  font-weight: normal;
}
.dmxP .dmxPRight {
  display: none;
}
.dmxP .dmxPFForward {
  content: "x";
  color: transparent;
  border: 2px solid rgb(211, 211, 211);
  padding-left: 17px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: url("../../../images/dkb/fa-angle-right-666666.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
  margin-right: 0px;
  margin-left: 10px;
  position: relative;
}
.dmxP .dmxPFForward:hover {
  color: white;
  border-color: rgb(18, 126, 208);
  text-decoration: none;
}
.dmxP .dmxPFForward:hover .dmxPFForwardTooltip {
  visibility: visible;
}
.dmxP .dmxPFForward .dmxPFForwardTooltip {
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  color: rgb(18, 126, 208);
  font-weight: normal;
  visibility: hidden;
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  top: -43px;
  height: 38px;
  width: 160px;
  padding-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: -56px;
}
.dmxP .dmxPEnd {
  margin-left: 10px;
  content: "x";
  color: transparent;
  border: 2px solid rgb(211, 211, 211);
  padding-left: 17px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: url("../../../images/dkb/mi-last-page-666666.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
  position: relative;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  .dmxP .dmxPEnd {
    display: none;
  }
}
.dmxP .dmxPEnd:hover {
  color: white;
  border-color: rgb(18, 126, 208);
  text-decoration: none;
}
.dmxP .dmxPEnd:hover .dmxPEndTooltip {
  visibility: visible;
}
.dmxP .dmxPEnd .dmxPEndTooltip {
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  color: rgb(18, 126, 208);
  font-weight: normal;
  visibility: hidden;
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  top: -43px;
  height: 38px;
  width: 160px;
  padding-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: -64px;
}

.dkbPortraitHeader {
  padding-bottom: 10px;
  font-size: 14px;
}
.dkbPortraitHeader .titleLine {
  margin-bottom: 10px;
}
.dkbPortraitHeader .titleLineLeft {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.dkbPortraitHeader .titleLineLeft h2 {
  color: black;
}
.dkbPortraitHeader .titleLineRight {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(211, 211, 211);
}
.dkbPortraitHeader .infoLine {
  margin-bottom: 20px;
  color: #333333;
}
.dkbPortraitHeader .price {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.dkbPortraitHeader .price .h2 {
  margin-top: 0rem;
}
.dkbPortraitHeader .price a:hover {
  color: rgb(18, 126, 208) !important;
  border-color: rgb(18, 126, 208) !important;
  background: white !important;
}
.dkbPortraitHeader .price .label {
  background: transparent;
  padding: 0px 0px 0px 0px;
}
.dkbPortraitHeader .price .quote {
  font-size: 1.5rem;
}
.dkbPortraitHeader .price table .unit {
  font-size: 15px;
}
.dkbPortraitHeader .price .unit {
  font-weight: normal;
  font-size: 0.8rem;
}
.dkbPortraitHeader .btn-primary {
  background-color: rgb(18, 126, 208);
  border: rgb(18, 126, 208);
  color: white;
}
.dkbPortraitHeader .btn-primary:hover {
  color: white;
  background: #1a91eb;
  border-color: white;
  text-decoration: none;
}
.dkbPortraitHeader .btn-primary:visited, .dkbPortraitHeader .btn-primary:link, .dkbPortraitHeader .btn-primary:focus, .dkbPortraitHeader .btn-primary:disabled, .dkbPortraitHeader .btn-primary:active {
  background-color: rgb(18, 126, 208);
}
.dkbPortraitHeader button {
  color: rgb(102, 102, 102);
  border-color: rgb(102, 102, 102);
  box-shadow: none;
  width: 100%;
  margin-bottom: 10px;
}
.dkbPortraitHeader button.btn.btn-primary.horizontalSpacer, .dkbPortraitHeader button.btn.horizontalSpacer {
  margin-right: 20px;
}
.dkbPortraitHeader button:visited, .dkbPortraitHeader button:link, .dkbPortraitHeader button:focus, .dkbPortraitHeader button:disabled, .dkbPortraitHeader button:active {
  color: rgb(102, 102, 102);
  background: white;
  border-color: rgb(102, 102, 102);
  text-decoration: none;
  box-shadow: none;
}
.dkbPortraitHeader button:hover {
  color: rgb(18, 126, 208);
  border-color: rgb(18, 126, 208);
  background: white;
}
.dkbPortraitHeader .exchangeLine {
  color: rgb(102, 102, 102);
  margin-top: 15px;
}
.dkbPortraitHeader .trademark {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
}
.dkbPortraitHeader img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px;
}
.dkbPortraitHeader .verticalSpacer {
  margin-bottom: 30px;
}
.dkbPortraitHeader .misPos {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #009900;
  font-weight: normal;
}
.dkbPortraitHeader .misNeg {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #ad3333;
  font-weight: normal;
}
.dkbPortraitHeader .misNeutral {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-family: Arial;
  font-size: 15px;
  color: #999999;
  font-weight: normal;
}
.dkbPortraitHeader .promotion {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent rgb(0, 153, 0) transparent transparent;
  transform: scale(1.0001);
  position: absolute;
  right: 8px;
  margin-top: -10px;
  /**
  .linkTriangleLower {

  }
  */
}
.dkbPortraitHeader .promotion .text {
  color: white;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-left: 33px;
}
.dkbPortraitHeader .promotion .linkTriangle {
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 100px;
  background-color: transparent;
  transform: rotate(45deg);
  left: 2px;
  bottom: -42px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.dkbPortraitHeader .pricesLine .fas.fa-angle-down {
  color: rgb(18, 126, 208);
  margin-right: 5px;
}
.dkbPortraitHeader .pricesLine .fas.fa-angle-up {
  color: rgb(18, 126, 208);
  margin-right: 5px;
}
@media all and (min-width: 694px) {
  .dkbPortraitHeader .buttonsVm {
    padding-right: 35px;
  }
}

/*! jQuery UI - v1.12.1 - 2018-04-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../../../images/dkb/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.CPSWindow,
.CPSWindowMin,
.CPSWindowMax {
  position: absolute;
  padding: 0;
  background-color: rgb(18, 126, 208);
  border: 1px solid rgb(18, 126, 208);
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.7);
}
@media all and (min-width: 50px) and (max-width: 693px) {
  .CPSWindow,
.CPSWindowMin,
.CPSWindowMax {
    width: calc(100% - 10px) !important;
  }
}
@media all and (min-width: 694px) {
  .CPSWindow,
.CPSWindowMin,
.CPSWindowMax {
    width: calc(100% - 100px);
  }
}

.CPSWindowTitleBar,
.CPSWindowTitleBarActive {
  height: 22px;
  background-color: rgb(18, 126, 208);
}

.CPSWindowImg,
.CPSWindowCaption,
.CPSWindowButtons {
  text-align: center;
}

.CPSWindowImg,
.CPSWindowButtons {
  width: 22px;
}

.CPSWindowImg img {
  display: none;
}

.CPSWindowCaption {
  font-weight: 500;
  color: white;
}

.CPSWindowClose {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../../../images/wb_close.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.CPSWindowContentFrame {
  display: block;
  border: 0 none;
}

.CPSWindowStatusBar {
  height: 30px;
  background-color: rgb(18, 126, 208);
}

.CPSWindowStatusBarLabel {
  width: 100%;
  font-size: 11px;
  color: white;
  text-align: center;
}

.CPSWindowResizeCorner {
  vertical-align: bottom;
}

.CPSFrame {
  border: 1px solid rgb(18, 126, 208);
}

.CPSWindowLoading {
  position: absolute;
  display: block;
}

.dlgBgModal {
  height: 100%;
  width: 100%;
  background-color: white;
  filter: Alpha(opacity=70, style=0);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

.CPSDialogButton {
  border: 1px solid rgb(18, 126, 208);
  margin: 0 5px;
  padding: 1px 12px;
  cursor: pointer;
  color: #333333;
  background-color: rgb(211, 211, 211);
  display: inline;
}

.CPSWindowContentFrame {
  margin-left: 2px;
  width: calc(100% - 4px);
}

.wizardBody {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.wizardBody .wizardOverviewBox {
  display: none;
}
.wizardBody div[class*=wizardContentBox] .formBody {
  margin-left: 20px;
}
.wizardBody div[class*=wizardContentBox] .formBody .formElement {
  padding-top: 0.4rem;
}
.wizardBody div[class*=wizardContentBox] .formBody .formElement.alignmentFix {
  margin-left: -25px;
  padding-left: 0.4rem;
  padding-top: 1.7rem;
}
.wizardBody div[class*=wizardContentBox] .formBody .formLabelBox {
  margin-top: 5px;
  margin-left: 0px;
}
.wizardBody div[class*=wizardContentBox] .formBody .formLabelBox .formLabel {
  margin-left: 0px;
}
.wizardBody div[class*=wizardContentBox] .formBody .dmx-responsive {
  padding: 0px 10px 0px 0px;
}
.wizardBody div[class*=wizardContentBox] .formBody .formTextarea {
  width: calc(100% - 20px);
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar {
  border-collapse: collapse;
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar .fButtonB {
  text-align: center;
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar .fButtonB button {
  border: 1px solid rgb(211, 211, 211);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  background-color: white;
  padding: 10px 25px 10px 25px;
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar .fButtonB button[onclick="cancel();"] {
  padding: 10px 25px 10px 40px;
  background-image: url("../../../images/dkb/fa-times.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 15px 14px;
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar .fButtonA {
  text-align: center;
}
.wizardBody div[class*=wizardContentBox] .wizardButtonBar .fButtonA button {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  padding: 10px 35px 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.ui-tooltip {
  display: none !important;
}

.textboxText {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.textboxText p {
  margin: 0 0 0rem;
}
.textboxText.noBorderBottom h2 {
  border-bottom: none;
}
.textboxText h2 {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 0.2rem;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.textboxText.titleFix {
  border-top: 1px solid rgb(211, 211, 211);
  padding-top: 10px;
}
.textboxText.dbIndication {
  font-family: Arial;
  font-size: 13px;
  color: #555555;
  font-weight: normal;
  margin-top: -0.3rem;
}

.textboxHeadline {
  margin-top: 10px;
}
.textboxHeadline:not([onclick=""]) {
  cursor: pointer;
  color: rgb(18, 126, 208) !important;
}

.morningstarsWrapper {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  margin-bottom: 10px;
}

.morningstarsImage {
  margin-bottom: -3px;
  margin-left: -3px;
}

details:nth-child(2) > summary {
  margin-top: 20px;
}
details:nth-child(2) > summary .formGroupCaptionTitle {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

details:nth-child(1) > summary:before {
  background: url(../../../images/dkb/fa-angle-down.png) center no-repeat;
  background-size: 15px 15px;
  background-position: 0px 10px !important;
  float: left;
  height: 40px;
  width: 20px;
  content: " ";
}

details[open]:nth-child(1) > summary:before {
  background: url(../../../images/dkb/fa-angle-up.png) center no-repeat;
  background-size: 15px 15px;
  float: left;
  height: 40px;
  width: 20px;
  content: " ";
}

details:nth-child(2) > summary:before {
  background: url(../../../images/dkb/fa-angle-down.png) center no-repeat;
  background-size: 10px 10px;
  background-position: 0px 7px !important;
  float: left;
  height: 40px;
  width: 15px;
  content: " ";
}

details[open]:nth-child(2) > summary:before {
  background: url(../../../images/dkb/fa-angle-up.png) center no-repeat;
  background-size: 10px 10px;
  float: left;
  height: 40px;
  width: 15px;
  content: " ";
}

form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] details[open]:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] details[open]:nth-child(1) > summary:nth-child(1):before {
  background: url(../../../images/dkb/fa-angle-up.png) center no-repeat;
  background-size: 10px 10px;
  float: left;
  height: 40px;
  width: 15px;
  content: " ";
}
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] details:nth-child(1) > summary:nth-child(1):before,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] details:nth-child(1) > summary:nth-child(1):before {
  background: url(../../../images/dkb/fa-angle-down.png) center no-repeat;
  background-size: 10px 10px;
  background-position: 0px 7px !important;
  float: left;
  height: 40px;
  width: 15px;
  content: " ";
}
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] .formBody .formPanel summary,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] .formBody .formPanel summary,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] .formBody .formPanel summary,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] .formBody .formPanel summary,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] .formBody .formPanel summary,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] .formBody .formPanel summary,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] .formBody .formPanel summary,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] .formBody .formPanel summary,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] .formBody .formPanel summary {
  margin-top: 20px;
}
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] details,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] details,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] details,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] details,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] details,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] details,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] details,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] details,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] details {
  border-bottom: 1px solid rgb(211, 211, 211);
}
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:first-of-type,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:first-of-type {
  margin-top: -20px;
}
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:last-child,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:last-child,
form[name^=dkb_pr_finder_cer] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:last-child,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:last-child,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:last-child,
form[name^=dkb_sp_finder_cer] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:last-child,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_cer] details div.formGroupHorizontal:last-child,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_pr_finder_lever] details div.formGroupHorizontal:last-child,
form[name^=dkb_pr_finder_lever] div[id*=_dkb_sp_finder_cer] details div.formGroupHorizontal:last-child {
  padding-bottom: 25px;
}

div.gcBBoxI div.box div.boxI form div.formBody div.formPanel div.formElement div.formElementBox div[id*=_dkb_pr_finder_cer] div.formBody div.formPanel details summary span.formGroupCaptionTitleFirst,
div.gcBBoxI div.box div.boxI form div.formBody div.formPanel div.formElement div.formElementBox div[id*=_dkb_pr_finder_lever] div.formBody div.formPanel details summary span.formGroupCaptionTitleFirst,
div.gcBBoxI div.box div.boxI form div.formBody div.formPanel div.formElement div.formElementBox div[id*=_dkb_sp_finder_cer] div.formBody div.formPanel details summary span.formGroupCaptionTitleFirst {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

details:nth-child(1) > summary,
details:nth-child(2) > summary {
  display: inline-block !important;
}

summary::-webkit-details-marker {
  display: none;
}

.no-details summary:hover, .no-details summary:focus {
  background: transparent;
}

.no-details details > * {
  display: none;
}

.no-details details summary {
  display: flex;
}

@media all and (min-width: 693px) {
  .dkbXySpan {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.dkbXySpanTitle {
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.dkbXySpanDataValue.highLowType {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.dkbXySpanDataValue.highLowType .current {
  display: none;
}
.dkbXySpanDataValue.valueType {
  font-family: Arial;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.dkbXySpanDataValue .unit {
  font-size: 0.7rem;
}

.dkbXySpanLabel {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}

.dkbXySpanSpecialEffect.valueType {
  display: none;
}

.dkbXySpanDataLeft {
  font-size: 1rem;
}
@media all and (min-width: 301px) {
  .dkbXySpanDataLeft {
    margin-right: 5px;
  }
}

.dkbXySpanDataRight {
  font-size: 1rem;
}
@media all and (min-width: 301px) {
  .dkbXySpanDataRight {
    margin-left: 5px;
  }
}
@media all and (max-width: 300px) {
  .dkbXySpanDataRight {
    margin-top: 10px;
  }
}

.dkbXySpanSpecialEffect.highLowType {
  padding-top: 25px;
  border-bottom: 3px solid rgb(18, 126, 208);
  position: relative;
}
.dkbXySpanSpecialEffect.highLowType .arrowDown {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgb(18, 126, 208);
}

.dkbEvents .columns:first-child {
  padding-top: 10px;
}
.dkbEvents .columns {
  padding: 0.2rem 0 0.2rem 0;
}
.dkbEvents .date {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dkbEvents .title {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dkbEvents .dateLastUpdate {
  font-family: Arial;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
}

@media all and (max-width: 402px) {
  .dkbBarChart {
    margin-top: 15px;
    margin-left: auto !important;
  }
}
.dkbBarChart .wrapper .value {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  padding: 0.1rem 0.15rem;
}
.dkbBarChart .wrapper .bar {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgb(0, 153, 0);
}
.dkbBarChart .wrapper .bar.min {
  background-color: rgb(173, 51, 51);
}
.dkbBarChart .wrapper .label {
  font-family: Arial;
  font-size: 12px;
  color: rgb(211, 211, 211);
  font-weight: normal;
  background: white;
}
.dkbBarChart .line {
  background-color: rgb(211, 211, 211);
}
.dkbBarChart.monoColor .bar {
  width: 25px !important;
  background-color: rgb(18, 126, 208);
}
.dkbBarChart.monoColor .bar.min {
  background-color: rgb(18, 126, 208);
}
.dkbBarChart.monoColor .value {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
@media all and (max-width: 402px) {
  .dkbBarChart.monoColor .value {
    transform: rotate(-45deg);
    white-space: nowrap;
    padding-left: 15px;
  }
}

.dkbDataText .content {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

.dkbDonutChart .highcharts-tooltip > span {
  margin: 0 !important;
  padding: 5px 10px !important;
  background: #fff;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.07);
  border: 1px solid #cccccc;
  font-family: Arial, Helvetica, sans-serif !important;
}
.dkbDonutChart .highcharts-tooltip > span > p {
  margin: 0.2em 0 !important;
  padding: 0 !important;
  text-align: center;
}

.dkbSellBuySmall .toolbarElement div {
  padding: 5px 10px 5px 10px;
  margin: 10px 10px 10px 10px;
}
.dkbSellBuySmall .toolbarElement div[onclick*="buy=true"] {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #0a719c;
  border-top: 1px solid #2fade2;
  border-right: 1px solid #1889b7;
  border-left: 1px solid #1889b7;
  background-color: #148dea;
}
.dkbSellBuySmall .toolbarElement div[onclick*="buy=true"]:hover {
  color: white;
  background-color: #329cee;
  text-decoration: none;
}

.dkbTeaserImportWatchlist .wrapperFlexed {
  margin-top: 25px;
  display: flex;
}
.dkbTeaserImportWatchlist .wrapperFlexed .wlImportImg {
  width: 100px;
  height: 100px;
}
.dkbTeaserImportWatchlist .wrapperFlexed .textFlexGrow {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
  flex-grow: 1;
}

.dkbTeaserAddWatchlist {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.dkbTeaserAddWatchlist .teaserTextDiv {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}

div.prospectusElement:nth-child(1) {
  padding-top: 10px;
}
@media all and (min-width: 694px) {
  div.prospectusElement:nth-child(1) {
    width: 50%;
  }
}

.prospectusElement img {
  margin-bottom: -2px;
}

.prospectusText {
  font-family: Arial;
  font-size: 14px;
  color: rgb(18, 126, 208);
  font-weight: normal;
  margin-left: 10px;
}

.dkbBaseData .wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.dkbBaseData .wrapper .caption {
  position: absolute;
  bottom: 0;
}

@media all and (min-width: 246px) and (max-width: 693px) {
  .dkbBaseData div.column:nth-child(3),
.dkbBaseData div.column:nth-child(4) {
    padding-top: 10px;
  }
}
@media all and (min-width: 50px) and (max-width: 245px) {
  .dkbBaseData div.column:nth-child(2),
.dkbBaseData div.column:nth-child(3),
.dkbBaseData div.column:nth-child(4) {
    padding-top: 10px;
  }
}
@media all and (min-width: 694px) {
  .dkbBaseData div.columns:nth-child(1) div.column:nth-child(3) {
    padding-left: 20px !important;
  }
}
@media all and (min-width: 911px) {
  .dkbBaseData div.columns:nth-child(1) div.column:nth-child(3) {
    padding-left: 40px !important;
  }
}

.dkbBaseData .wrapper .caption {
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
}
.dkbBaseData .wrapper .elementLink {
  background-image: none;
  background-size: initial;
  background-repeat: initial;
  background-position: initial;
  padding: 0px 0px 0px 0px;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.dkbBaseData .wrapper .unit {
  font-size: 0.6rem;
}

.dmxAdditionalBaseData table * {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}

.dmxAdditionalBaseData1,
.dmxAdditionalBaseData2,
.dmxAdditionalBaseData3 {
  margin-top: 20px;
}
.dmxAdditionalBaseData1 table tbody tr.dmxR td.dmxRHEmpty,
.dmxAdditionalBaseData2 table tbody tr.dmxR td.dmxRHEmpty,
.dmxAdditionalBaseData3 table tbody tr.dmxR td.dmxRHEmpty {
  border-bottom: 0px solid rgb(211, 211, 211);
}
.dmxAdditionalBaseData1 table *,
.dmxAdditionalBaseData2 table *,
.dmxAdditionalBaseData3 table * {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
.dmxAdditionalBaseData1 table tr:first-child,
.dmxAdditionalBaseData2 table tr:first-child,
.dmxAdditionalBaseData3 table tr:first-child {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.dmxAdditionalBaseData1 table tr:first-child *,
.dmxAdditionalBaseData2 table tr:first-child *,
.dmxAdditionalBaseData3 table tr:first-child * {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.dmxAdditionalBaseData1 table tr:nth-child(2) td,
.dmxAdditionalBaseData2 table tr:nth-child(2) td,
.dmxAdditionalBaseData3 table tr:nth-child(2) td {
  padding-top: 15px;
}

#u_8450_786_2299_2249 .gcFooter {
  border-top: none;
}

.mobileFix .textboxText h2 {
  margin-top: 10px;
  border-bottom: 0px solid transparent;
}
.mobileFix .layoutToggler {
  display: block;
  position: relative;
}
.mobileFix .layoutToggler i {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 15px;
  margin-right: 0px;
}
.mobileFix .mobileFixLinks .columns.col-gapless,
.mobileFix .mobileFixLinks .gcBBox {
  display: none;
}
.mobileFix .mobileFixLinks .gcFooter {
  padding-bottom: 0rem;
}
.mobileFix .mobileFixLinks .gcFooter a {
  padding: 0rem 1rem;
}
.mobileFix .mobileFixTextboxOnly {
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 0.5rem;
}
.mobileFix .mobileFixTextboxDatamatrix {
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 0.5rem;
}
.mobileFix .mobileFixDatamatrix {
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 0.5rem;
}

.adminTool .ui-tooltip {
  display: inline-flex !important;
  min-width: 50px;
  max-width: 400px;
  font-size: 11px;
  color: #FFFFFF;
  text-shadow: 0 0 2px #000000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: black;
  background-color: rgb(25, 25, 25) !important;
  background-color: rgba(25, 25, 25, 0.92) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000)) !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555555;
  -webkit-box-shadow: 0 0 3px #555555;
  -moz-box-shadow: 0 0 3px #555555;
}
.adminTool .container .formElementBoxH {
  display: inline-block;
  width: calc(100% - 20px);
  margin-right: -15px;
}
.adminTool .container .formFieldTooltipIcon {
  width: 12px;
  display: inline-block;
  background-image: url("../../../images/dkb/fa-info-circle-127ed0.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.adminTool .container .pageSubtitle {
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-align: right;
  padding-top: 10px;
}
.adminTool .container .dmx-responsive .toolbarElement img {
  cursor: pointer;
}
.adminTool .container .dmx-responsive .toolbarElement img:hover {
  border: 2px solid rgb(18, 126, 208) !important;
}
.adminTool .container .toolbarImage {
  margin-right: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: -1px;
}
.adminTool .container .toolbarLink,
.adminTool .container .toolbarElement div {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border: 2px solid transparent;
  margin-top: 10px;
  padding: 5px;
}
.adminTool .container .toolbarLink:hover,
.adminTool .container .toolbarElement div:hover {
  color: rgb(18, 126, 208) !important;
  border-color: rgb(18, 126, 208) !important;
}
.adminTool .container .dmx-responsive {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
}
.adminTool .container .dmx-responsive .toolbar {
  position: relative;
  /*
  .dmxNS {
  	position:absolute;
  	top: -60px;

  }
  */
}
.adminTool .container .dmx-responsive .dmxR0,
.adminTool .container .dmx-responsive .dmxR1 {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.adminTool .container .dmx-responsive .dmxCHF {
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.adminTool .CPSWindowContentFrame {
  width: 735px;
  margin-left: 5px;
}
.adminTool .CPSWindow {
  width: 745px !important;
}
.adminTool .formElement {
  margin-top: 10px;
}
.adminTool form[name=dkb_user] div.formGroupHorizontal:nth-child(4) > div:nth-child(2) {
  position: relative;
}
.adminTool form[name=dkb_user] div.formGroupHorizontal:nth-child(4) > div:nth-child(2) .formLabel {
  text-align: left;
  position: absolute;
  top: 29px;
  bottom: 0px;
  left: 27px;
  right: 0px;
}
.adminTool form[name=dkb_user] div.formGroupHorizontal:nth-child(4) > div:nth-child(2) .formCheckbox {
  position: absolute;
  top: 27px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.adminTool .dmx-responsive .toolbar .toolbarElement div {
  margin-left: 0px;
  padding-left: 0px;
}

.wizardContentBoxdkb_admin_user_edit .formGroupCaptionTitle,
.wizardContentBoxdkb_admin_user_new .formGroupCaptionTitle {
  cursor: auto;
}
.wizardContentBoxdkb_admin_user_edit .formLabel.formLabelTop,
.wizardContentBoxdkb_admin_user_new .formLabel.formLabelTop {
  text-align: left;
  margin-top: 10px;
}
.wizardContentBoxdkb_admin_user_edit .formGroupCaptionTitleLink,
.wizardContentBoxdkb_admin_user_new .formGroupCaptionTitleLink {
  background: white;
  display: none;
}
.wizardContentBoxdkb_admin_user_edit .formLabelBox,
.wizardContentBoxdkb_admin_user_new .formLabelBox {
  margin-top: 0px;
  margin-left: 0px;
}
.wizardContentBoxdkb_admin_user_edit div.formGroupVertical:nth-child(2) > div:nth-child(4),
.wizardContentBoxdkb_admin_user_new div.formGroupVertical:nth-child(2) > div:nth-child(4) {
  margin-top: 40px;
}
.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(8),
.wizardContentBoxdkb_admin_user_new div.formElement:nth-child(8) {
  position: relative;
  width: 100%;
}
.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(8) .formCheckbox,
.wizardContentBoxdkb_admin_user_new div.formElement:nth-child(8) .formCheckbox {
  position: absolute;
  top: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(8) .formLabel,
.wizardContentBoxdkb_admin_user_new div.formElement:nth-child(8) .formLabel {
  text-align: left;
  position: absolute;
  top: 12px;
  bottom: 0px;
  left: 25px;
  right: 0px;
}
.wizardContentBoxdkb_admin_user_edit .wizardButtonBar,
.wizardContentBoxdkb_admin_user_new .wizardButtonBar {
  margin-top: 40px;
}

.wizardContentBoxdkb_admin_user_new div.formGroupVertical:nth-child(2) > div:nth-child(3) {
  position: relative;
  width: 100%;
}
.wizardContentBoxdkb_admin_user_new div.formGroupVertical:nth-child(2) > div:nth-child(3) .formCheckbox {
  position: absolute;
  top: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.wizardContentBoxdkb_admin_user_new div.formGroupVertical:nth-child(2) > div:nth-child(3) .formLabel {
  text-align: left;
  position: absolute;
  top: 12px;
  bottom: 0px;
  left: 25px;
  right: 0px;
}

.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(3) {
  position: relative;
  width: 100%;
}
.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(3) .formCheckbox {
  position: absolute;
  top: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.wizardContentBoxdkb_admin_user_edit div.formElement:nth-child(3) .formLabel {
  text-align: left;
  position: absolute;
  top: 12px;
  bottom: 0px;
  left: 25px;
  right: 0px;
}

.dkbStatusPage .titlebar {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.dkbStatusPage table.dmx {
  table-layout: auto !important;
  font-size: 12px;
}
.dkbStatusPage table.dmx pre {
  background-color: rgb(211, 211, 211);
  overflow: auto;
  min-width: 910px;
  max-width: 910px;
  min-height: 100px;
  max-height: 700px;
}

.container .owl-theme .owl-nav {
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.container .owl-theme .owl-nav [class*=owl-prev] {
  left: 0px;
  color: rgb(211, 211, 211);
  position: absolute;
  top: 0px;
  font-size: 20px;
  border: 2px solid rgb(211, 211, 211);
  width: 35px;
  border-radius: 0px;
  margin: 0px;
}
.container .owl-theme .owl-nav [class*=owl-prev]:hover {
  color: rgb(211, 211, 211);
  border-color: rgb(18, 126, 208);
  text-decoration: none;
  background-color: transparent;
}
.container .owl-theme .owl-nav [class*=owl-next] {
  right: 0px;
  color: rgb(211, 211, 211);
  position: absolute;
  top: 0px;
  font-size: 20px;
  border: 2px solid rgb(211, 211, 211);
  width: 35px;
  border-radius: 0px;
  margin: 0px;
}
.container .owl-theme .owl-nav [class*=owl-next]:hover {
  color: rgb(211, 211, 211);
  border-color: rgb(18, 126, 208);
  text-decoration: none;
  background-color: transparent;
}
.container .owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: not-allowed;
}

.depotSummaryHeader {
  margin-top: 15px;
  font-family: Arial;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.depotSummaryHeader .watchlistName {
  color: rgb(18, 126, 208);
}

.depotSummaryData .costValueWrapper .line,
.depotSummaryData .totalValueWrapper .line {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.depotSummaryData .costValueWrapper,
.depotSummaryData .totalValueWrapper,
.depotSummaryData .profitLossTotalWrapper,
.depotSummaryData .profitLossTodayWrapper {
  border-bottom: 1px solid rgb(211, 211, 211);
  margin-bottom: 0.6rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  line-height: 1.4;
}
.depotSummaryData .costValueWrapper .label,
.depotSummaryData .totalValueWrapper .label,
.depotSummaryData .profitLossTotalWrapper .label,
.depotSummaryData .profitLossTodayWrapper .label {
  border-radius: none;
  line-height: 1.5;
  padding: 0rem 0rem;
  background: white;
  color: #333333;
  display: block;
  font-family: Arial;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}
.depotSummaryData .costValueWrapper .value,
.depotSummaryData .totalValueWrapper .value,
.depotSummaryData .profitLossTotalWrapper .value,
.depotSummaryData .profitLossTodayWrapper .value {
  font-family: Arial;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.depotSummaryData .costValueWrapper .diffRel.misPos,
.depotSummaryData .totalValueWrapper .diffRel.misPos,
.depotSummaryData .profitLossTotalWrapper .diffRel.misPos,
.depotSummaryData .profitLossTodayWrapper .diffRel.misPos {
  font-family: Arial;
  font-size: 15px;
  color: rgb(0, 153, 0);
  font-weight: normal;
}
.depotSummaryData .costValueWrapper .diffRel.misNeg,
.depotSummaryData .totalValueWrapper .diffRel.misNeg,
.depotSummaryData .profitLossTotalWrapper .diffRel.misNeg,
.depotSummaryData .profitLossTodayWrapper .diffRel.misNeg {
  font-family: Arial;
  font-size: 15px;
  color: rgb(173, 51, 51);
  font-weight: normal;
}
.depotSummaryData .costValueWrapper .diffRel.misNeutral,
.depotSummaryData .totalValueWrapper .diffRel.misNeutral,
.depotSummaryData .profitLossTotalWrapper .diffRel.misNeutral,
.depotSummaryData .profitLossTodayWrapper .diffRel.misNeutral {
  font-family: Arial;
  font-size: 15px;
  color: rgb(153, 153, 153);
  font-weight: normal;
}
.depotSummaryData .costValueWrapper .diffRel.invisible,
.depotSummaryData .totalValueWrapper .diffRel.invisible,
.depotSummaryData .profitLossTotalWrapper .diffRel.invisible,
.depotSummaryData .profitLossTodayWrapper .diffRel.invisible {
  color: transparent;
  line-height: 1.85;
}
.depotSummaryData div.line {
  margin-bottom: 5px;
}
.depotSummaryData div.line.misPos {
  border: 1px solid rgb(0, 153, 0);
}
.depotSummaryData div.line.misNeg {
  border: 1px solid rgb(173, 51, 51);
}
.depotSummaryData div.line.misNeutral {
  border: 1px solid rgb(153, 153, 153);
}
.depotSummaryData div.line.invisible {
  border: 1px solid transparent;
}

div.dmx-responsive div[onclick*=toggle][id*=control][class*=portletCellTitleOff],
div.dmx-responsive div[onclick*=toggle][id*=control][class*=portletCellTitleOn2] {
  background-position: 0 0;
  padding: 20px 0px !important;
}
@media all and (min-width: 50px) and (max-width: 245px) {
  div.dmx-responsive div[onclick*=toggle][id*=control][class*=portletCellTitleOff],
div.dmx-responsive div[onclick*=toggle][id*=control][class*=portletCellTitleOn2] {
    background-position: 5px 0;
  }
}

.toggleRowOpened {
  background-color: rgb(238, 238, 238);
}

div.dmx-responsive div[id*=inner][class*=portletCellOn] > .columns {
  margin-top: -3px;
  background-color: rgb(238, 238, 238);
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix {
  position: relative;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbar .toolbarInner {
  position: absolute;
  bottom: 0px;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement {
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement > div {
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  background-color: #fff;
  border-color: #ccc #ccc #999;
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(204, 204, 204);
  border-bottom: 1px solid #969696;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  color: #222;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement > div:hover {
  color: #333333;
  background-color: #f2f2f2;
  text-decoration: none;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement > div[onclick*="buy=true"] {
  color: white;
  background-color: rgb(18, 126, 208);
  border: 0px solid white;
  border-radius: 3px;
  padding: 10px 35px 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #0a719c;
  border-top: 1px solid #2fade2;
  border-right: 1px solid #1889b7;
  border-left: 1px solid #1889b7;
  background-color: #148dea;
  text-align: center;
  padding: 8px 10px 9px 10px;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement > div[onclick*="buy=true"]:hover {
  color: white;
  background-color: #329cee;
  text-decoration: none;
}
@media all and (min-width: 246px) and (max-width: 693px) {
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix {
    padding-bottom: 120px;
  }
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=dkb_transaction_edit],
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=transaction_delete],
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=DkbTransactionBanking] {
    width: calc(100% - 35px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement {
    padding-left: 20px;
  }
}
@media all and (min-width: 50px) and (max-width: 245px) {
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix {
    padding-bottom: 250px;
  }
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=dkb_transaction_edit],
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=transaction_delete],
div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement div[onclick*=DkbTransactionBanking] {
    width: calc(100% - 35px);
  }
  div.dmx-responsive div[id*=inner][class*=portletCellOn] .pinToBottomFix .toolbarElement {
    padding-left: 20px;
  }
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .watchlistDetailsData {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .watchlistDetailsData .caption {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  font-family: Arial;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: normal;
}
div.dmx-responsive div[id*=inner][class*=portletCellOn] .watchlistDetailsData .value {
  margin-right: 35px;
}

.minHeightFix {
  min-height: 600px;
}
@media all and (min-width: 50px) and (max-width: 693px) {
  .minHeightFix .wlTitle .pageSubtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media all and (min-width: 694px) {
  .minHeightFix .wlTitle .pageSubtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media all and (min-width: 301px) and (max-width: 693px) {
  .minHeightFix .wlToolbar {
    display: inline-block !important;
  }
}
@media all and (min-width: 301px) and (max-width: 693px) {
  .minHeightFix .wlToolbar .toolbarInner {
    display: inline-block !important;
  }
}
@media all and (min-width: 301px) and (max-width: 693px) {
  .minHeightFix .wlToolbar .toolbarElement.show-md {
    display: inline-block !important;
  }
}

#chipsContainer .chip {
  border-radius: 3px;
  color: #333333;
  background-color: rgb(211, 211, 211);
  font-size: 12px;
}
#chipsContainer .chip .btn {
  font-size: 0.6rem;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 910px;
  font-family: Arial;
  padding-left: 0rem;
  padding-right: 0rem;
}

.gcTitle {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  font-weight: regular;
}
@media all and (min-width: 694px) {
  .gcTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
}
.gcTitle.titleFix, .gcTitle.titlebarAccordion {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(211, 211, 211);
  font-family: Arial;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.gcTitle.borderFix {
  border-bottom: 1px solid rgb(211, 211, 211);
  margin-bottom: 10px;
}
.gcTitle.column {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media all and (min-width: 694px) {
  .mediaQuerySpacer {
    padding-left: 20px !important;
  }
}

.gcTitleLink {
  text-align: right;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.gcTitleLink.titleFix, .gcTitleLink.titlebarAccordion {
  margin-top: 35px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.gcTitleLink.col-xs-1.col-sm-1.show-xs.show-sm.hide-md.hide-lg.hide-xl.gcTitleLink .elementLink {
  background-image: url("../../../images/dkb/fa-angle-down.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.pageTitleLink {
  text-align: right;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

.gcFooter {
  margin-bottom: 0px;
  padding-bottom: 1rem;
}
.gcFooter .gcFooterI {
  padding-left: 0rem;
  padding-right: 0rem;
}
.gcFooter .elementLink {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  background-image: url("../../../images/dkb/fa-angle-right.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.elementLink {
  padding-left: 15px;
  background-image: url("../../../images/dkb/fa-angle-right.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.elementLink:hover {
  color: rgb(18, 126, 208) !important;
  border-color: rgb(18, 126, 208) !important;
}

.elementLinkSpecial .elementLink {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  background-image: url("../../../images/dkb/fa-angle-left.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  padding: 0.5rem 1rem;
}

h1 {
  font-family: Arial;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Arial;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: fixed !important;
}

.portletCellOff {
  display: none;
}

.portletCellTitleOff {
  background-image: url("../../../images/dkb/fa-angle-down.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.portletCellTitleOff:hover {
  color: rgb(18, 126, 208) !important;
}

.portletCellTitleOn,
.portletCellTitleOn2 {
  background-image: url("../../../images/dkb/fa-angle-up.png");
  background-size: 0.62rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.portletCellTitleOn:hover,
.portletCellTitleOn2:hover {
  color: rgb(18, 126, 208) !important;
}

.boxLoad {
  text-align: center;
}
.boxLoad .boxIWH {
  background-color: white;
  opacity: 0.5;
  background-image: url("../../../images/wait.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.gcNoData {
  padding-left: 10px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

.fas.fa-angle-up,
.fas.fa-angle-down {
  color: rgb(18, 126, 208);
}

.layoutToggler .caption {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
