@charset "UTF-8";
/*
    input.scss — Main stylesheet entry point

    Purpose
    - Serves as the centralized entry point that assembles the project's SCSS partials.
    - Organizes global settings, shared utilities, component groups, and page-specific styles
        into a predictable, maintainable load order.

    Structure & Groups
    1. Base / Globals
         - Fonts, color definitions, mixins and general/global styles.
         - These partials should expose variables, functions and mixins used by later modules.

    2. Navigation & Layout
         - Navigation and homepage scaffolding that rely on global tokens and mixins.

    3. Input Forms
         - All form-related components (form elements, input forms, dialogs, date pickers, icons).
         - Grouped together to keep form styling consistent and to minimize cross-dependencies.

    4. Result Table
         - DataTables, result table components and table utilities grouped together for table-specific overrides.

    5. Edit Pop-Ups
         - Modal/popup specific styles used for edit pages or class pages.

    Dependency & Ordering Notes
    - Load order matters: variables, functions and mixins must be loaded before any components that reference them.
    - Keep low-level utilities (fonts, colors, mixins, general) at the top so higher-level modules can safely @use them.
    - Component partials should avoid mutating globals; prefer exposing mixins/functions and using local selectors.

    Conventions & Best Practices
    - Partial naming uses a leading underscore and descriptive filenames (e.g. _colors.scss).
    - Prefer using @use to import partials so each module gets an explicit namespace and avoids accidental global namespace pollution.
    - When a partial needs to override theme tokens, do so using clear variable defaults or a dedicated theme file loaded before components.
    - Keep component groups cohesive: group related UI primitives (inputs, tables, dialogs) together to ease maintenance.

    Maintenance Guidance
    - To add a new module, place its partial in the appropriate group and add a single @use line in this file.
    - Document any required initialization order in the partial if it introduces additional dependencies.
    - Regularly review and consolidate duplicated variables/mixins into the global utility partials.

    Build & Tooling
    - This file is intended to be compiled by the project's Sass build pipeline (Webpack, Dart Sass, etc.).
    - Ensure the Sass loader/search paths include the directory containing these partials or reference full relative paths when necessary.

    Accessibility & Theming
    - Keep color tokens and spacing scales centralized in _colors.scss and _general.scss to simplify theming and accessibility audits.
    - Prefer semantic token names (e.g. --color-primary) over component-specific names to support theme switches.

    Reminders
    - Avoid side-effectful top-level rules in utility files; components should import utilities and apply them explicitly.
    - Use comments in individual partials to explain any non-obvious ordering or coupling with other modules.
*/
@font-face {
  font-family: "Icons";
  src: url("/superx/input/font/fontello.woff2") format("woff2"), url("/superx/input/font/fontello.woff") format("woff"), url("/superx/input/font/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zdvIcons";
  src: url("/superx/input/font/zdvIcons.woff?1s8vo1") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?46829176");
  src: url("../font/fontello.eot?46829176#iefix") format("embedded-opentype"), url("../font/fontello.woff2?46829176") format("woff2"), url("../font/fontello.woff?46829176") format("woff"), url("../font/fontello.ttf?46829176") format("truetype"), url("../font/fontello.svg?46829176#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* albert-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/albert-sans-v4-latin-100.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-100.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-100.woff2") format("woff2"), url("../font/albert-sans-v4-latin-100.woff") format("woff"), url("../font/albert-sans-v4-latin-100.ttf") format("truetype"), url("../font/albert-sans-v4-latin-100.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../font/albert-sans-v4-latin-100italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-100italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-100italic.woff") format("woff"), url("../font/albert-sans-v4-latin-100italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-100italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../font/albert-sans-v4-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-200.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-200.woff2") format("woff2"), url("../font/albert-sans-v4-latin-200.woff") format("woff"), url("../font/albert-sans-v4-latin-200.ttf") format("truetype"), url("../font/albert-sans-v4-latin-200.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../font/albert-sans-v4-latin-200italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-200italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-200italic.woff") format("woff"), url("../font/albert-sans-v4-latin-200italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-200italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/albert-sans-v4-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-300.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-300.woff2") format("woff2"), url("../font/albert-sans-v4-latin-300.woff") format("woff"), url("../font/albert-sans-v4-latin-300.ttf") format("truetype"), url("../font/albert-sans-v4-latin-300.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../font/albert-sans-v4-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-300italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-300italic.woff") format("woff"), url("../font/albert-sans-v4-latin-300italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-300italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/albert-sans-v4-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-regular.woff2") format("woff2"), url("../font/albert-sans-v4-latin-regular.woff") format("woff"), url("../font/albert-sans-v4-latin-regular.ttf") format("truetype"), url("../font/albert-sans-v4-latin-regular.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../font/albert-sans-v4-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-italic.woff") format("woff"), url("../font/albert-sans-v4-latin-italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/albert-sans-v4-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-500.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-500.woff2") format("woff2"), url("../font/albert-sans-v4-latin-500.woff") format("woff"), url("../font/albert-sans-v4-latin-500.ttf") format("truetype"), url("../font/albert-sans-v4-latin-500.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../font/albert-sans-v4-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-500italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-500italic.woff") format("woff"), url("../font/albert-sans-v4-latin-500italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-500italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../font/albert-sans-v4-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-600.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-600.woff2") format("woff2"), url("../font/albert-sans-v4-latin-600.woff") format("woff"), url("../font/albert-sans-v4-latin-600.ttf") format("truetype"), url("../font/albert-sans-v4-latin-600.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../font/albert-sans-v4-latin-600italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-600italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-600italic.woff") format("woff"), url("../font/albert-sans-v4-latin-600italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-600italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/albert-sans-v4-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-700.woff2") format("woff2"), url("../font/albert-sans-v4-latin-700.woff") format("woff"), url("../font/albert-sans-v4-latin-700.ttf") format("truetype"), url("../font/albert-sans-v4-latin-700.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../font/albert-sans-v4-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-700italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-700italic.woff") format("woff"), url("../font/albert-sans-v4-latin-700italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-700italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../font/albert-sans-v4-latin-800.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-800.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-800.woff2") format("woff2"), url("../font/albert-sans-v4-latin-800.woff") format("woff"), url("../font/albert-sans-v4-latin-800.ttf") format("truetype"), url("../font/albert-sans-v4-latin-800.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../font/albert-sans-v4-latin-800italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-800italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-800italic.woff") format("woff"), url("../font/albert-sans-v4-latin-800italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-800italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/albert-sans-v4-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-900.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-900.woff2") format("woff2"), url("../font/albert-sans-v4-latin-900.woff") format("woff"), url("../font/albert-sans-v4-latin-900.ttf") format("truetype"), url("../font/albert-sans-v4-latin-900.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
/* albert-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../font/albert-sans-v4-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("../font/albert-sans-v4-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../font/albert-sans-v4-latin-900italic.woff2") format("woff2"), url("../font/albert-sans-v4-latin-900italic.woff") format("woff"), url("../font/albert-sans-v4-latin-900italic.ttf") format("truetype"), url("../font/albert-sans-v4-latin-900italic.svg#AlbertSans") format("svg"); /* Legacy iOS */
}
#breadcrumb {
  display: none !important;
}

#menue {
  float: left;
  font-size: 12px;
  width: 308px;
  margin: 20px 30px 0 20px !important;
  overflow: hidden;
}
#menue * {
  margin: 0;
  padding: 0;
}
#menue h3 {
  display: inline-block;
  width: 308px;
  padding: 5px 0 5px 0px;
  color: rgb(50, 65, 75);
  font-size: 16px;
  border-bottom: solid 3px rgb(0, 81, 118);
  font-weight: 400 !important;
  position: relative;
}
#menue h3 .input-icon-menue-opened {
  background-color: #fff;
  position: absolute;
  right: 0px;
}
#menue h3 .input-icon-menue-closed {
  padding: 2px;
  background-color: rgb(0, 81, 118);
  color: #fff;
  position: absolute;
  left: -3px;
  height: -webkit-fill-available !important;
  height: -moz-available !important;
  height: fill-available !important;
}
#menue .active > a {
  font-weight: bold;
  color: rgb(0, 81, 118) !important;
}
#menue ul {
  margin: 0;
  padding: 0;
}
#menue ul ul {
  padding: 8px 16px;
}
#menue .ebene0 a {
  padding-left: 0px !important;
  width: 292px !important;
}
#menue .ebene1 a {
  padding-left: 16px !important;
  width: 276px !important;
}
#menue .ebene2 a {
  padding-left: 32px !important;
  width: 260px !important;
}
#menue .ebene3 a {
  padding-left: 48px !important;
  width: 244px !important;
}
#menue .ebene4 a {
  padding-left: 64px !important;
  width: 228px !important;
}
#menue .ebene5 a {
  padding-left: 80px !important;
  width: 212px !important;
}
#menue .ebene6 a {
  padding-left: 96px !important;
  width: 196px !important;
}
#menue .ebene7 a {
  padding-left: 112px !important;
  width: 180px !important;
}
#menue .ebene8 a {
  padding-left: 128px !important;
  width: 164px !important;
}
#menue .ebene9 a {
  padding-left: 144px !important;
  width: 148px !important;
}
#menue .ebene10 a {
  padding-left: 160px !important;
  width: 132px !important;
}
#menue li {
  margin: 0;
  list-style: none;
  display: block;
}
#menue li a {
  padding: 8px 16px 8px 16px !important;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: rgb(86, 92, 101) !important;
  border-bottom: 1px solid rgb(221, 221, 221);
  display: inline-block;
  transition: all 0.15s;
}
#menue li a:hover {
  background-color: rgb(242, 242, 242) !important;
}
#menue li ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}
#menue li:empty {
  height: 43px;
}

.menue-opened {
  width: 308px;
}

.menue-closed {
  width: 20px !important;
}

#menue[name="menue_html.xsl"] {
  margin: 40px 30px 0 19px !important;
}
#breadcrumb + div {
  float: none;
  clear: both;
  text-align: right;
  display: none;
}
#breadcrumb + div a {
  display: inline-block;
  padding: 5px;
}
#breadcrumb + div a:last-child {
  display: none;
}
#breadcrumb + div a:nth-child(5) {
  display: none;
}

.message {
  padding: 15px;
  margin-bottom: 20px;
  background-color: rgb(248, 247, 250);
}
.message i {
  font-size: 18px;
  display: inline-block;
}
.message i:hover:before {
  color: rgb(50, 65, 75) !important;
}
.message h4 {
  font-size: 20px;
  display: inline-block !important;
  margin: 0 0 10px 0;
}
.message h5 {
  margin: 0;
}
.message .stand {
  float: right;
}
.message p {
  display: block;
  width: 80%;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.message p + p {
  display: block;
}
.message p a {
  text-decoration: underline !important;
}
.message p a:hover {
  color: rgb(0, 157, 204) !important;
}
.message p ul {
  margin: 0;
}

.message-warning {
  border: 1px solid rgb(231, 230, 232);
  border-top: 5px solid rgb(0, 157, 204);
}
.message-warning i {
  color: rgb(0, 157, 204);
}

.message-info {
  border: 1px solid rgb(231, 230, 232);
  border-top: 5px solid rgb(0, 81, 118);
}
.message-info i {
  color: rgb(50, 65, 75);
}

.message-alert {
  border: 1px solid rgb(231, 230, 232);
  border-top: 4px solid rgb(234, 86, 79);
}
.message-alert i {
  color: rgb(0, 81, 118);
}

.version {
  display: none;
}
.version td {
  font-weight: bold;
  width: 210px;
}
.version td + td {
  font-weight: normal;
}

#modal {
  width: 50%;
  margin: 0;
  position: absolute;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  -webkit-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  -moz-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  background-color: #fff;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
#modal h3 {
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: #f2f2f2 !important;
  background-image: none !important;
  color: #32414b !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid #a51e37 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
#modal p {
  padding: 15px;
}
#modal input {
  margin: 15px;
}

html {
  padding: 0 20px;
  font-size: 11px;
  color: rgb(50, 65, 75) !important;
  height: 100%;
}
html * {
  font-family: "Albert Sans" !important;
  outline: none !important;
}

html,
body {
  margin: 0;
}

body {
  min-height: 100%;
}
body a {
  color: rgb(50, 65, 75) !important;
  transition: all 0.15s;
  cursor: pointer;
}
body a:link {
  color: rgb(50, 65, 75) !important;
}
body a:visited {
  color: rgb(50, 65, 75) !important;
}
body a:hover {
  color: rgb(0, 81, 118) !important;
}
body a:active {
  color: rgb(0, 81, 118) !important;
}
body h1 {
  color: rgb(50, 65, 75) !important;
  border: none;
  padding: 0;
  margin-left: 0;
}
body .article-green {
  display: none !important;
}
body {
  background-color: #fff;
}

body[name="menu_html.xsl"] #content {
  margin: 69px 15px 0 0;
  position: relative;
}

.page-wrap {
  position: relative;
}

#header,
.header {
  height: 85px !important;
  padding: 0 10px !important;
  margin: 25px 30px 0px 35px !important;
}
#header .header_input,
.header .header_input {
  width: 100%;
  margin: 0 0 30px 0px;
  padding: 0;
}
#header .header_input #logo,
.header .header_input #logo {
  width: 100%;
  margin: 0 0 0 0px;
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#header .header_input #logo img,
.header .header_input #logo img {
  width: 182px;
  height: 70px;
}
#header .header_input #logo #delimiter,
.header .header_input #logo #delimiter {
  display: inline-block;
  height: 60px;
  width: 3px;
  background-color: rgb(0, 81, 118);
  margin: 0 20px;
}
#header .header_input #logo #sitetitle,
.header .header_input #logo #sitetitle {
  color: #005176;
  line-height: 1.33;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
}
#header .header_input #logo #sitedescription,
.header .header_input #logo #sitedescription {
  color: #444e57;
  line-height: 1.33;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
#header .header_input #logout,
.header .header_input #logout {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 30px;
  text-transform: uppercase;
}

.header {
  padding-top: 5px;
}
.header .header-left #delimiter {
  display: inline-block;
  height: 60px;
  width: 3px;
  background-color: rgb(0, 81, 118);
  margin: 0 20px;
}
.header .header-left #sitetitle {
  color: #005176;
  line-height: 1.33;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
}
.header .header-left #sitedescription {
  color: #444e57;
  line-height: 1.33;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.header .header-left #logo {
  text-decoration: none;
}
.header .logo {
  display: none;
}
.header img {
  width: 270px;
  height: 60px;
}
.header h1 {
  display: none;
}
.header .header-right {
  display: none;
}
.article {
  margin: 15px;
}
.article + .article {
  display: none;
}
.article + .footer {
  display: none;
}
.article.green {
  margin: 42px 0 0 33px;
}
.article .article-inner {
  /*&::before {
      font-weight: bold;
      font-size: 14px;
      display: inline-block;
      margin: 10px 15px;
      border-top: 3px solid $uni-pri-blue;
      padding-top: 15px;
      content: "Geben Sie Ihren Benutzernamen und Ihr Passwort an um sich anzumelden.";
  }*/
}
.article #message {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 10px 15px;
  border-top: 3px solid rgb(0, 81, 118);
  padding-top: 15px;
}
.article .info {
  color: rgb(50, 65, 75) !important;
}
.article .warning {
  color: rgb(0, 81, 118) !important;
}
.article .i {
  display: none;
}
.article .holder-section {
  margin: 15px;
}
.article form {
  font-weight: bold;
}
.article form input {
  margin-top: 5px;
}
#contentFrame,
#contentwrapper,
#wrapper {
  width: 75% !important;
  flex-grow: 1;
  height: 100%;
  float: left;
  padding: 0;
  text-align: left;
  position: relative;
}

body[name="tabelle_html.xsl"] #contentwrapper {
  margin-top: 39px !important;
}

#content {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
  padding: 0 30px 0 0;
}

#index {
  padding: 0 10px 0 30px;
  display: flex;
  flex-direction: row;
}

#progressbar {
  display: none !important;
}

#overlay,
#modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 950;
  width: 100%;
  height: 100%;
  display: none;
}
#overlay .spinner,
#modaloverlay .spinner {
  margin: -150px auto 0 auto;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}
#overlay .spinner > div,
#modaloverlay .spinner > div {
  background-color: rgb(0, 81, 118);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#overlay .spinner .rect2,
#modaloverlay .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#overlay .spinner .rect3,
#modaloverlay .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#overlay .spinner .rect4,
#modaloverlay .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#overlay .spinner .rect5,
#modaloverlay .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.6);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.closeOverlay {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 20px;
}

.dt-button-background {
  display: none !important;
}

#fuss {
  display: none !important;
}

input[type=submit], input[type=button] {
  transition: all 0.2s linear;
  border: none !important;
  border-radius: 0px;
  background: none !important;
  box-shadow: none;
  text-shadow: none;
  background-color: rgb(123, 125, 132) !important;
  color: #fff !important;
  padding: 6px 12px !important;
  line-height: 1.5em;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 10px;
  width: 100px !important;
}
input[type=submit]:hover, input[type=button]:hover {
  box-shadow: none;
  text-shadow: none;
  background-color: rgb(190.0730337079, 189.3595505618, 193.6404494382) !important;
}
input[type=submit]:focus, input[type=submit]:active, input[type=button]:focus, input[type=button]:active {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
input[type=submit][value*=Zurücksetzen], input[type=button][value*=Zurücksetzen] {
  float: left;
}
input[type=submit][id*=ok], input[type=submit][value*=Abschicken], input[type=submit][value*=Submit], input[type=submit][name*=Abschicken], input[type=button][id*=ok], input[type=button][value*=Abschicken], input[type=button][value*=Submit], input[type=button][name*=Abschicken] {
  background-color: rgb(0, 81, 118) !important;
}
input[type=submit][id*=ok]:hover, input[type=submit][value*=Abschicken]:hover, input[type=submit][value*=Submit]:hover, input[type=submit][name*=Abschicken]:hover, input[type=button][id*=ok]:hover, input[type=button][value*=Abschicken]:hover, input[type=button][value*=Submit]:hover, input[type=button][name*=Abschicken]:hover {
  background-color: rgb(70.4, 91.52, 105.6) !important;
}
input[type=submit][id*=abbrechen], input[type=button][id*=abbrechen] {
  background-color: rgb(0, 81, 118) !important;
}
input[type=submit][id*=abbrechen]:hover, input[type=button][id*=abbrechen]:hover {
  background-color: rgb(0, 116.0084745763, 169) !important;
}
input[type=text] {
  border-radius: 3px;
}
input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 3px;
}

input,
textarea,
select {
  font-size: 1em !important;
  color: rgb(50, 65, 75) !important;
  outline: none;
  border: 1px solid rgb(178, 203, 214) !important;
  border-radius: 3px;
  background-color: rgb(255, 255, 255) !important;
  padding: 4px !important;
  width: 100% !important;
}
input:focus,
textarea:focus,
select:focus {
  background-color: rgb(243, 242, 245) !important;
  outline: 1px solid rgb(178, 203, 214) !important;
}

select {
  width: 420px !important;
  margin: 4px !important;
  padding: 4px !important;
}
select option:focus, select option:checked, select option:active {
  background-color: rgb(162, 217, 237) !important;
  outline: 1px solid rgb(95, 196, 227) !important;
}

.validationFailed {
  border-color: rgb(0, 81, 118) !important;
}

.error_msg {
  color: rgb(0, 81, 118) !important;
}

.maske, #SuperXMaske {
  background: none !important;
  border: none;
  color: #005176;
  margin: 46px 0 0 0;
  padding: 1px 0 0 0 !important;
}
.maske .top,
.maske .bottom, #SuperXMaske .top,
#SuperXMaske .bottom {
  display: none;
}
.maske .maskentitel, #SuperXMaske .maskentitel {
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgb(242, 242, 242) !important;
  background-image: none !important;
  color: rgb(0, 81, 118) !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid rgb(0, 81, 118) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
.maske #maskenfelder, #SuperXMaske #maskenfelder {
  margin-top: -20px;
}
.maske #maskenfelder .buttons, #SuperXMaske #maskenfelder .buttons {
  padding: 0 5px 10px 0px;
}
.maske #maskenfelder .buttons input[class*=sx_buttondiv], #SuperXMaske #maskenfelder .buttons input[class*=sx_buttondiv] {
  margin-right: 10px !important;
}
.maske .boxcontent, #SuperXMaske .boxcontent {
  margin: 0 !important;
  background-color: rgb(242, 242, 242);
  color: #000;
  padding: 15px 20px 10px 20px;
}
.maske .boxcontent .table_lable, #SuperXMaske .boxcontent .table_lable {
  width: 200px;
  text-align: left;
}
.maske .boxcontent .table_lable div[class*=sx_fieldlabel], #SuperXMaske .boxcontent .table_lable div[class*=sx_fieldlabel] {
  margin: 0;
  font-weight: bold;
  vertical-align: top;
  color: rgb(50, 65, 75) !important;
}
.maske .boxcontent .table_lable div[class*=sx_fieldlabel] .labelNormal, #SuperXMaske .boxcontent .table_lable div[class*=sx_fieldlabel] .labelNormal {
  color: rgb(50, 65, 75) !important;
}
.maske .boxcontent .table_lable div[class*=sx_fieldlabel] .input-icon-CircleInformation, #SuperXMaske .boxcontent .table_lable div[class*=sx_fieldlabel] .input-icon-CircleInformation {
  color: rgb(239, 126, 112);
  cursor: pointer;
}
.maske .boxcontent .table_lable div[class*=sx_fieldlabel] .labelPflicht, #SuperXMaske .boxcontent .table_lable div[class*=sx_fieldlabel] .labelPflicht {
  color: rgb(50, 65, 75) !important;
}
.maske .boxcontent, #SuperXMaske .boxcontent {
  /* Buttons */
}
.maske .boxcontent .sx_buttondiv, #SuperXMaske .boxcontent .sx_buttondiv {
  background: none;
  text-shadow: none;
  background-image: none;
  border: none;
  background-color: none !important;
  box-shadow: none;
  padding: 0;
  cursor: auto;
}
.maske .boxcontent .sx_buttondiv:hover, #SuperXMaske .boxcontent .sx_buttondiv:hover {
  background: none;
}
.maske .boxcontent .table_button, #SuperXMaske .boxcontent .table_button {
  /* Input fields */
}
.maske .boxcontent .table_button div[class*=sx_inputfeld], #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] {
  position: relative;
}
.maske .boxcontent .table_button div[class*=sx_inputfeld] *, #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] * {
  margin: 4px 4px 10px 0 !important;
  padding: 4px !important;
  width: 400px !important;
}
.maske .boxcontent .table_button div[class*=sx_inputfeld] .treebutton, #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] .treebutton {
  font-size: 17px;
  display: table-row;
  position: absolute;
  width: 26px !important;
  right: -28px;
  height: 25px;
  top: -8px;
  cursor: pointer;
}
.maske .boxcontent .table_button div[class*=sx_inputfeld] span:not(.input-icon-CircleInformation), #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] span:not(.input-icon-CircleInformation) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid rgb(185, 184, 188);
  background-color: rgb(231, 230, 232);
}
.maske .boxcontent .table_button div[class*=sx_inputfeld] p, #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] p {
  width: 350px;
  position: absolute;
  right: -400px;
  top: -8px;
  background-color: rgb(248, 195, 182);
}
.maske .boxcontent .table_button div[class*=sx_inputfeld] input[type=text], #SuperXMaske .boxcontent .table_button div[class*=sx_inputfeld] input[type=text] {
  padding-right: 10px;
}
.maske .boxcontent .table_button[type=checkbox], #SuperXMaske .boxcontent .table_button[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
}
.maske, #SuperXMaske {
  /* Validation */
}
.maske #validation, #SuperXMaske #validation {
  font-weight: bold;
  font-size: 16px;
  background-color: rgb(0, 81, 118);
}
.maske #validation p, #SuperXMaske #validation p {
  color: #fff !important;
  padding: 5px;
}
.maske #validation p:empty, #SuperXMaske #validation p:empty {
  display: none;
}

.weitere_einstellungen ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: rgb(231, 230, 232) !important;
  border: none !important;
}
.weitere_einstellungen ul li a img {
  display: none;
}
.weitere_einstellungen ul li a::after {
  font-family: "fontello" !important;
  content: "\e804";
}

.dropmenudiv {
  left: 160px !important;
  top: 70px !important;
}

.input-button {
  background: none !important;
  border: none !important;
  font-size: 18px !important;
}

#sichtdlg,
#combodlg,
#sichtauswahl {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  -moz-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  height: auto !important;
}
#sichtdlg .header,
#sichtdlg h3,
#combodlg .header,
#combodlg h3,
#sichtauswahl .header,
#sichtauswahl h3 {
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgb(242, 242, 242) !important;
  background-image: none !important;
  color: rgb(0, 81, 118) !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid rgb(0, 81, 118) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
#sichtdlg #sicht,
#combodlg #sicht,
#sichtauswahl #sicht {
  padding: 10px 5px;
  text-align: center;
  display: block;
  width: 100%;
}
#sichtdlg #sichtbutton,
#combodlg #sichtbutton,
#sichtauswahl #sichtbutton {
  display: block;
  text-align: center;
}
#sichtdlg #stand,
#combodlg #stand,
#sichtauswahl #stand {
  padding: 10px 5px;
  text-align: center;
  display: block;
  width: 100%;
}
#sichtdlg #standbutton,
#combodlg #standbutton,
#sichtauswahl #standbutton {
  display: block;
  text-align: center;
}
#sichtdlg #tree,
#combodlg #tree,
#sichtauswahl #tree {
  height: 375px;
  padding: 0 10px;
  overflow: auto;
}
#sichtdlg div form[name=treedlgform],
#combodlg div form[name=treedlgform],
#sichtauswahl div form[name=treedlgform] {
  min-height: 250px;
  padding-bottom: 50px;
  position: relative;
}
#sichtdlg div form[name=treedlgform] table,
#combodlg div form[name=treedlgform] table,
#sichtauswahl div form[name=treedlgform] table {
  width: 100%;
  align: left !important;
}
#sichtdlg div form[name=treedlgform] table tr:nth-child(2),
#sichtdlg div form[name=treedlgform] table tr:nth-child(3),
#combodlg div form[name=treedlgform] table tr:nth-child(2),
#combodlg div form[name=treedlgform] table tr:nth-child(3),
#sichtauswahl div form[name=treedlgform] table tr:nth-child(2),
#sichtauswahl div form[name=treedlgform] table tr:nth-child(3) {
  background-color: rgb(243, 242, 245);
}
#sichtdlg div form[name=treedlgform] table tr:nth-child(2) td,
#sichtdlg div form[name=treedlgform] table tr:nth-child(3) td,
#combodlg div form[name=treedlgform] table tr:nth-child(2) td,
#combodlg div form[name=treedlgform] table tr:nth-child(3) td,
#sichtauswahl div form[name=treedlgform] table tr:nth-child(2) td,
#sichtauswahl div form[name=treedlgform] table tr:nth-child(3) td {
  padding: 0 0 5px 0;
  vertical-align: middle;
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeContent,
#combodlg div form[name=treedlgform] .TreeContainer .TreeContent,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeContent {
  padding: 0px;
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeExpand,
#combodlg div form[name=treedlgform] .TreeContainer .TreeExpand,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeExpand {
  line-height: 25px;
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* same style as IE selection */
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* don't use :focus due to opera's lack of support on div's */
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeLabel,
#combodlg div form[name=treedlgform] .TreeContainer .TreeLabel,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeLabel {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
  padding: 0px 4px;
  display: inline-block;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeLabel:focus, #sichtdlg div form[name=treedlgform] .TreeContainer .TreeLabel:hover, #sichtdlg div form[name=treedlgform] .TreeContainer .TreeLabel:active,
#combodlg div form[name=treedlgform] .TreeContainer .TreeLabel:focus,
#combodlg div form[name=treedlgform] .TreeContainer .TreeLabel:hover,
#combodlg div form[name=treedlgform] .TreeContainer .TreeLabel:active,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeLabel:focus,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeLabel:hover,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeLabel:active {
  background-color: rgb(162, 217, 237) !important;
  outline: none !important;
  color: #333 !important;
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeLabel,
#combodlg div form[name=treedlgform] .TreeContainer .TreeLabel,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeLabel {
  color: #333 !important;
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeNodeEmphasized,
#combodlg div form[name=treedlgform] .TreeContainer .TreeNodeEmphasized,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeNodeEmphasized {
  background-color: rgb(162, 217, 237) !important;
  outline: none !important;
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* indent for all tree children excepts root */
}
#sichtdlg div form[name=treedlgform] .TreeContainer .TreeNode,
#combodlg div form[name=treedlgform] .TreeContainer .TreeNode,
#sichtauswahl div form[name=treedlgform] .TreeContainer .TreeNode {
  background-image: none !important;
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* left vertical line (grid) for all nodes */
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* closed is higher priority than open */
}
#sichtdlg div form[name=treedlgform] .TreeContainer,
#combodlg div form[name=treedlgform] .TreeContainer,
#sichtauswahl div form[name=treedlgform] .TreeContainer {
  /* highest priority */
}
#sichtdlg div form[name=comboform],
#combodlg div form[name=comboform],
#sichtauswahl div form[name=comboform] {
  min-height: 250px;
  padding-bottom: 50px;
  position: relative;
}
#sichtdlg #comboselect,
#combodlg #comboselect,
#sichtauswahl #comboselect {
  width: 530px !important;
  margin-left: 10px !important;
  margin-bottom: 8px !important;
}
#sichtdlg label,
#combodlg label,
#sichtauswahl label {
  display: block;
  padding: 5px;
  text-indent: 5px;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
  background-color: rgb(162, 217, 237);
}
#sichtdlg .buttons,
#combodlg .buttons,
#sichtauswahl .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
  margin: 0;
  display: flex;
  flex-direction: row;
}
#sichtdlg .buttons input,
#combodlg .buttons input,
#sichtauswahl .buttons input {
  flex-grow: 1;
  margin: 10px 5px;
}

form[name=sichtauswahlform] {
  height: 100px;
}

.clsPageBody p:empty {
  display: none;
}
.clsPageBody hr {
  display: none;
}
.clsPageBody {
  padding: 10px;
}
.clsPageBody #menuCaption {
  font-weight: normal;
  font-size: 16px;
  background: #a51e37;
  color: #fff !important;
  line-height: 25px;
  clear: both;
  text-indent: 4px !important;
  border: none;
  margin: 0 -1px 20px -1px !important;
  border-radius: 1px;
}
.clsPageBody form[name=dbform] {
  background-color: #f4f0ec;
  color: #000;
  border-left: solid 1px #b9b8bc;
  border-right: solid 1px #b9b8bc;
  border-bottom: solid 1px #b9b8bc;
  border-radius: 1px;
  padding: 0 0 0px 0;
}
.clsPageBody .db_form_table {
  background-color: #f4f0ec;
}
.clsPageBody .db_form_table tr td {
  border: none;
  padding: 5px 0;
}
.clsPageBody .db_form_table tr div {
  margin: 0;
  padding: 0;
}
.clsPageBody .db_form_table .db_label {
  width: 200px;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  vertical-align: top;
  color: rgb(50, 65, 75) !important;
  color: rgb(50, 65, 75) !important;
}
.clsPageBody .db_form_table .db_label + td select {
  margin: 0 !important;
  width: 410px !important;
}
.clsPageBody .naviBtn input {
  width: 18px !important;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #009dcc;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: rgb(208, 207, 210);
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: rgb(208, 207, 210);
}

.datepicker--cell.-in-range- {
  background: rgb(208, 207, 210);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgb(208, 207, 210);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgb(208, 207, 210);
  background-color: rgb(208, 207, 210);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgb(208, 207, 210);
  background-color: rgb(208, 207, 210);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: rgb(208, 207, 210);
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: rgb(208, 207, 210);
}

.datepicker--cell.-selected-.-focus- {
  background: rgb(208, 207, 210);
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: rgb(0, 81, 118);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgb(208, 207, 210);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgb(208, 207, 210);
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid rgb(208, 207, 210);
  border-radius: 3px;
  -webkit-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  -moz-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  -ms-box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
  box-sizing: content-box;
  font-size: 14px;
  color: rgb(50, 65, 75);
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgb(208, 207, 210);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgb(208, 207, 210);
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
  background-color: rgb(0, 81, 118);
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.datepicker--nav-action:hover {
  background: rgb(42, 107, 142);
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #fff;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: rgb(42, 107, 142);
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgb(208, 207, 210);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgb(208, 207, 210);
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: rgb(208, 207, 210);
  border-color: rgb(208, 207, 210);
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: rgb(208, 207, 210);
  border-color: rgb(208, 207, 210);
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: rgb(208, 207, 210);
  border-color: rgb(208, 207, 210);
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgb(208, 207, 210);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgb(208, 207, 210);
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgb(208, 207, 210);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

[class^=input-icon-],
[class*=" input-icon-"] {
  font-family: "fontello " !important;
  speak: never;
  font-size: 20px;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 0.8;
}

[class^=input-icon-]:before,
[class*=" input-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  transition: all 0.2s linear;
  color: rgb(0, 157, 204);
}

.message [class^=input-icon-]:before,
.message [class*=" input-icon-"]:before {
  border-radius: 25px;
  border: 1px solid rgb(208, 207, 210);
  padding: 4px 10px;
  margin: 0 5px 0 0 !important;
}

.icon-print:before {
  content: "\e80b";
}

/* '' */
.icon-up-dir:before {
  content: "\e801";
}

/* '' */
.icon-arrow-combo:before {
  content: "\e803";
}

/* '' */
.icon-down-dir-1:before {
  content: "\e804";
}

/* '' */
.icon-filter-1:before {
  content: "\f0b0";
}

/* '' */
.icon-docs:before {
  content: "\f0c5";
}

/* '' */
.icon-info:before {
  content: "\f129";
}

/* '' */
.icon-attention-alt:before {
  content: "\f12a";
}

/* '' */
.icon-file-pdf:before {
  content: "\f1c1";
}

/* '' */
.icon-file-excel:before {
  content: "\f1c3";
}

/* '' */
.dt-buttons .input-icon-CircleInformation {
  display: inline-block;
  font-family: "fontello" !important;
  font-size: 20px;
  width: 35px !important;
  height: 35px !important;
  border-radius: 25px;
  padding: 6px 4px !important;
  text-align: center;
  color: rgb(0, 157, 204);
  background-color: rgb(248, 247, 250);
  text-shadow: none;
  border: 1px solid rgb(208, 207, 210);
}
.dt-buttons .input-icon-CircleInformation:hover {
  color: rgb(0, 81, 118) !important;
  text-shadow: 1px 1px 2px rgb(248, 195, 182);
}

.active span {
  font-size: 12px;
}
.active span:after {
  font-family: "fontello" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " .";
}

.icon-info:before {
  font-family: "fontello" !important;
  color: rgb(234, 86, 79);
  text-shadow: 1px 1px 2px rgb(248, 195, 182);
  content: "\f129";
}
.icon-info:before:hover {
  color: rgb(0, 81, 118) !important;
  text-shadow: 1px 1px 2px rgb(248, 195, 182);
}

.input-icon-Foo:before {
  content: "£";
}
.input-icon-Foo:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-MagnifierList:before {
  content: "\e809";
}
.input-icon-MagnifierList:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Magnifier:before {
  content: "\e80c";
}
.input-icon-Magnifier {
  margin: 0 -15px 0 0;
}

.input-icon-CircleInformation:before {
  content: "\f129";
}
.input-icon-CircleInformation:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Calendar:before {
  content: "\e800";
}
.input-icon-Calendar:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-User:before {
  content: "O";
}
.input-icon-User:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Delete:before {
  content: "\e80f";
}
.input-icon-Delete:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input_icon-Delete::before {
  content: "\e80f";
}

.input-icon-eye:before {
  content: "ª";
}
.input-icon-eye:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-CirclePlus:before {
  content: "Q";
}
.input-icon-CirclePlus:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-CircleMinus:before {
  content: "R";
}
.input-icon-CircleMinus:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-GotoFirst:before {
  content: "U";
}
.input-icon-GotoFirst:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-GotoLast:before {
  content: "V";
}
.input-icon-GotoLast:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-GotoNext:before {
  content: "W";
}
.input-icon-GotoNext:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Key:before {
  content: "*";
}
.input-icon-Key:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Copy:before {
  content: "\e92c";
}
.input-icon-Copy:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-GotoPrev:before {
  content: "X";
}
.input-icon-GotoPrev:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-Disc:before {
  content: "F";
}
.input-icon-Disc:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-CircleExclamation:before {
  color: rgb(0, 81, 118) !important;
  content: "\f12a";
}

.input-icon-University:before {
  content: "%";
}
.input-icon-University:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-file-pdf:before {
  content: "\eadf";
}
.input-icon-file-pdf:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-file-excel:before {
  content: "\eae2";
}
.input-icon-file-excel:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-menue-opened {
  font-size: 24px !important;
}
.input-icon-menue-opened:before {
  content: "X";
  color: rgb(0, 81, 118) !important;
}
.input-icon-menue-opened:hover:before {
  color: rgb(0, 81, 118) !important;
}

.input-icon-menue-closed {
  font-size: 24px !important;
}
.input-icon-menue-closed:before {
  content: "W";
  color: #fff !important;
}
.input-icon-menue-closed:hover:before {
  color: #fff !important;
}

img[src*="pen.gif"] {
  display: none;
}

img[src*="info.png"] {
  display: none;
}

input[src*="next.png"]:after {
  transition: all 0.2s linear;
  font-family: "fontello" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  color: rgb(234, 86, 79);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  content: "W";
}

.menuCaptionTitle:after {
  transition: all 0.2s linear;
  font-family: "fontello" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  color: rgb(255, 255, 255);
  content: "]";
}

a[target=nextedit] img {
  display: none;
}
a[target=nextedit]:after {
  transition: all 0.2s linear;
  font-family: "fontello" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  color: rgb(234, 86, 79);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  content: "\e80a";
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-2.3.1/fc-5.0.4/fh-4.0.2/kt-2.12.1/r-3.0.4/rg-1.5.1/rr-1.5.0/sc-2.4.3/sl-3.0.0
 *
 * Included libraries:
 *   DataTables 2.3.1, FixedColumns 5.0.4, FixedHeader 4.0.2, KeyTable 2.12.1, Responsive 3.0.4, RowGroup 1.5.1, RowReorder 1.5.0, Scroller 2.4.3, Select 3.0.0
 */
:root {
  --dt-row-selected: 151, 172, 193;
  --dt-row-selected-text: 0, 0, 0;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before, :root[data-bs-theme=dark] table.dataTable td.dt-control:before, :root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr, div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, div.dt-scroll-body tfoot tr th, div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before, table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header, table.dataTable thead > tr > th div.dt-column-footer, table.dataTable thead > tr > td div.dt-column-header, table.dataTable thead > tr > td div.dt-column-footer, table.dataTable tfoot > tr > th div.dt-column-header, table.dataTable tfoot > tr > th div.dt-column-footer, table.dataTable tfoot > tr > td div.dt-column-header, table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title, table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title, table.dataTable thead > tr > td div.dt-column-header span.dt-column-title, table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title, table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title, table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title, table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title, table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty, table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty, table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty, table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty, table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty, table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty, table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty, table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th, div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover, :root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th, table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-left div.dt-column-header, table.dataTable th.dt-left div.dt-column-footer, table.dataTable td.dt-left div.dt-column-header, table.dataTable td.dt-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-center, table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-right div.dt-column-header, table.dataTable th.dt-right div.dt-column-footer, table.dataTable td.dt-right div.dt-column-header, table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-justify div.dt-column-header, table.dataTable th.dt-justify div.dt-column-footer, table.dataTable td.dt-justify div.dt-column-header, table.dataTable td.dt-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty, table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-left div.dt-column-header, table.dataTable thead th.dt-head-left div.dt-column-footer, table.dataTable thead td.dt-head-left div.dt-column-header, table.dataTable thead td.dt-head-left div.dt-column-footer, table.dataTable tfoot th.dt-head-left div.dt-column-header, table.dataTable tfoot th.dt-head-left div.dt-column-footer, table.dataTable tfoot td.dt-head-left div.dt-column-header, table.dataTable tfoot td.dt-head-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-right div.dt-column-header, table.dataTable thead th.dt-head-right div.dt-column-footer, table.dataTable thead td.dt-head-right div.dt-column-header, table.dataTable thead td.dt-head-right div.dt-column-footer, table.dataTable tfoot th.dt-head-right div.dt-column-header, table.dataTable tfoot th.dt-head-right div.dt-column-footer, table.dataTable tfoot td.dt-head-right div.dt-column-header, table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-justify div.dt-column-header, table.dataTable thead th.dt-head-justify div.dt-column-footer, table.dataTable thead td.dt-head-justify div.dt-column-header, table.dataTable thead td.dt-head-justify div.dt-column-footer, table.dataTable tfoot th.dt-head-justify div.dt-column-header, table.dataTable tfoot th.dt-head-justify div.dt-column-footer, table.dataTable tfoot td.dt-head-justify div.dt-column-header, table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-row-hover-alpha: 0.035;
  --dt-row-stripe-alpha: 0.023;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}

table.dataTable.order-column > tbody tr.selected > .sorting_1, table.dataTable.order-column > tbody tr.selected > .sorting_2, table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1, table.dataTable.display > tbody tr.selected > .sorting_2, table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.compact thead th, table.dataTable.compact thead td, table.dataTable.compact tfoot th, table.dataTable.compact tfoot td, table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th, html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active, html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th, html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th, html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child, html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input, html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

*[dir=rtl] table.dataTable thead th, *[dir=rtl] table.dataTable thead td, *[dir=rtl] table.dataTable tfoot th, *[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date, *[dir=rtl] table.dataTable td.dt-type-numeric, *[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

table.dataTable thead tr > .dtfc-fixed-start, table.dataTable thead tr > .dtfc-fixed-end, table.dataTable tfoot tr > .dtfc-fixed-start, table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
}

table.dataTable tbody tr > .dtfc-fixed-start, table.dataTable tbody tr > .dtfc-fixed-end {
  z-index: 1;
  background-color: white;
}

table.dataTable tr > .dtfc-fixed-left::after, table.dataTable tr > .dtfc-fixed-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

table.dataTable tr > .dtfc-fixed-left::after {
  right: 0;
  transform: translateX(100%);
}

table.dataTable tr > .dtfc-fixed-right::after {
  left: 0;
  transform: translateX(-80%);
}

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

div.dt-scroll, div.dtfh-floatingparent {
  position: relative;
}

div.dt-scroll div.dtfc-top-blocker, div.dt-scroll div.dtfc-bottom-blocker, div.dtfh-floatingparent div.dtfc-top-blocker, div.dtfh-floatingparent div.dtfc-bottom-blocker {
  position: absolute;
  background-color: white;
}

html.dark table.dataTable thead tr > .dtfc-fixed-start, html.dark table.dataTable thead tr > .dtfc-fixed-end, html.dark table.dataTable tfoot tr > .dtfc-fixed-start, html.dark table.dataTable tfoot tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable tbody tr > .dtfc-fixed-start, html.dark table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable.dtfc-scrolling-left tbody > tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

html.dark div.dtfc-top-blocker, html.dark div.dtfc-bottom-blocker {
  background-color: var(--dt-html-background);
}

table.fixedHeader-floating, table.fixedHeader-locked {
  position: relative !important;
  background-color: var(--dt-html-background);
  background-color: var(--dt-html-background);
}

@media print {
  table.fixedHeader-floating, table.fixedHeader-locked {
    display: none;
  }
}
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  outline: 2px solid #36f;
  outline-offset: -2px;
}

table.dataTable tbody tr.selected th.focus, table.dataTable tbody tr.selected td.focus {
  outline-color: #03c;
}

div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
  outline: 2px solid #ff8b33;
  outline-offset: -2px;
}

html.dark table.dataTable tbody th.focus, html.dark table.dataTable tbody td.focus {
  outline-color: rgb(13, 110, 253);
}

html.dark table.dataTable tbody tr.selected th.focus, html.dark table.dataTable tbody tr.selected td.focus {
  outline-color: #0143a3;
}

html.dark div.dtk-focus-alt table.dataTable tbody th.focus, html.dark div.dtk-focus-alt table.dataTable tbody td.focus {
  outline-color: #ff8b33;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before, table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before, table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before, html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before, html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before, html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

html.dark table.dataTable > tbody > tr.child ul.dtr-details > li, html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgb(64, 67, 70);
}

html.dark div.dtr-modal div.dtr-modal-display, html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

table.dataTable tr.dtrg-group th {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th, table.dataTable tr.dtrg-group.dtrg-level-2 th, table.dataTable tr.dtrg-group.dtrg-level-3 th, table.dataTable tr.dtrg-group.dtrg-level-4 th, table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 4em;
}

html.dark table.dataTable tr.dtrg-group th {
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-1 th {
  background-color: rgba(255, 255, 255, 0.05);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-2 th, html.dark table.dataTable tr.dtrg-group.dtrg-level-3 th, html.dark table.dataTable tr.dtrg-group.dtrg-level-4 th, html.dark table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(255, 255, 255, 0.01);
}

div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid rgb(10, 89, 203);
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}

div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

html.dark div.dt-rowReorder-float-parent {
  outline-color: rgb(110, 168, 254);
}

html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}

html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

div.dts {
  display: block !important;
}

div.dts tbody th, div.dts tbody td {
  white-space: nowrap;
}

div.dts div.dts_loading {
  z-index: 1;
}

div.dts div.dts_label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

div.dts div.dt-scroll-body, div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
}

div.dts div.dt-scroll-body table, div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}

div.dts div.dt-length, div.dts div.dt-paging, div.dts div.dataTables_paginate, div.dts div.dataTables_length {
  display: none;
}

html.dark div.dts div.dts_label {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

html.dark div.dts div.dt-scroll-body, html.dark div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
}

html.dark div.dts div.dt-scroll-body table, html.dark div.dts div.dataTables_scrollBody table {
  background-color: var(--dt-html-background);
  z-index: 2;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable > tbody > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}

table.dataTable > thead > tr > .dt-select {
  text-align: center;
}

table.dataTable input.dt-select-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: 1px;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}

table.dataTable input.dt-select-checkbox:checked:after {
  display: block;
  content: "✓";
  margin-top: -8px;
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
  display: block;
  position: absolute;
  content: " ";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}

table.dataTable > tbody > tr.selected input.dt-select-checkbox:checked {
  border: 1px solid;
}

table.dataTable > tbody > tr > td.select-checkbox, table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid;
  border-radius: 3px;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before, table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid;
  content: "✓";
  font-size: 20px;
  line-height: 6px;
  text-align: center;
}

table.dataTable.compact > tbody > tr > td.select-checkbox:before, table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after, table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

div.dt-container span.select-info, div.dt-container span.select-item {
  margin-left: 0.5em;
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after, html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
  background-color: white;
}

@media screen and (max-width: 640px) {
  div.dt-container span.select-info, div.dt-container span.select-item {
    margin-left: 0;
    display: block;
  }
}
form[name=Weiterverarbeitung],
form[name=dbform] {
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  margin-top: 0px;
  padding: 0 2px 2px;
}
form[name=Weiterverarbeitung] .datatable-scroll,
form[name=dbform] .datatable-scroll {
  height: 500px !important;
}
form[name=Weiterverarbeitung] .maskentitel,
form[name=Weiterverarbeitung] h1,
form[name=dbform] .maskentitel,
form[name=dbform] h1 {
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgb(242, 242, 242) !important;
  background-image: none !important;
  color: rgb(0, 81, 118) !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid rgb(0, 81, 118) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
form[name=Weiterverarbeitung] h1,
form[name=dbform] h1 {
  line-height: 30px;
  font-weight: bold;
}
form[name=Weiterverarbeitung] h1 ~ .maskentitel,
form[name=dbform] h1 ~ .maskentitel {
  margin: 40px 10px 20px 10px !important;
}
form[name=Weiterverarbeitung] .subtitle,
form[name=dbform] .subtitle {
  font-size: 14px;
  color: rgb(50, 65, 75);
  margin: 0;
  padding: 0;
  display: block;
}
form[name=Weiterverarbeitung] .ergtabelle,
form[name=dbform] .ergtabelle {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}
form[name=Weiterverarbeitung] table.dontprint,
form[name=dbform] table.dontprint {
  position: relative;
  top: 10px;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}
form[name=Weiterverarbeitung] table.dontprint tr,
form[name=dbform] table.dontprint tr {
  display: inline-block;
}
form[name=Weiterverarbeitung] table.dontprint tr td,
form[name=dbform] table.dontprint tr td {
  margin: 0 !important;
  padding: 0 !important;
}
form[name=Weiterverarbeitung] table.dontprint a,
form[name=dbform] table.dontprint a {
  display: inline-block;
  margin: 0 4px;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 35%;
  right: 35%;
  top: 20%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 2px 0 10px rgba(52, 66, 76, 0.2), -2px 0 10px rgba(52, 66, 76, 0.2);
}
.modal .header {
  display: flex;
  flex-direction: row;
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgb(242, 242, 242) !important;
  background-image: none !important;
  color: rgb(0, 81, 118) !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid rgb(95, 196, 227) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
.modal .header h3 {
  margin-left: 5px !important;
}
.modal .header .input-icon-Delete {
  float: right;
  margin: 5px 15px;
  padding: 2px !important;
  font-size: 16px !important;
  text-indent: 0 !important;
}
.modal .header .input-icon-Delete:hover {
  color: rgb(208, 207, 210) !important;
}
.modal .modalContent {
  padding: 0 10px 10px;
}
.modal .modalContent table {
  width: 100%;
}
.modal .modalContent table tr {
  background-color: rgb(229, 238, 241);
}
.modal .modalContent table tr:nth-child(odd) {
  background-color: rgb(204, 220, 228);
}
.modal .modalContent table tr td {
  text-align: left;
  line-height: 26px;
  text-indent: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 30%;
}
.modal .modalContent table tr td + td {
  width: 70%;
}
.modal .modalContent table .feldname {
  font-weight: bold;
}
.modal .modalContent table .feldwert {
  padding: 0 10px 0 2px;
}

div.dt-container {
  padding: 10px 5px;
  overflow-x: auto;
  width: 99%;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
  margin: 0;
}

.dt-info {
  padding: 9px 6px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.dt-paging-button {
  background-color: #fff !important;
  padding: 2px 6px !important;
  margin-left: 2px !important;
}
.dt-paging-button.current {
  border: 1px solid rgb(0, 166, 210);
}
.dt-paging-button.disabled {
  color: rgb(208, 207, 210);
}

table.ergtabelle {
  font-size: 12px;
}
table.ergtabelle thead th {
  color: #fff !important;
  background-color: #32414B !important;
  font-weight: 600;
}
table.ergtabelle thead th.sorting_asc::after {
  font-family: "zdvIcons";
  content: " ,";
}
table.ergtabelle thead th.sorting_desc::after {
  font-family: "zdvIcons";
  content: " -";
}
table.ergtabelle tbody tr:nth-child(odd) td {
  background: rgb(236.25, 236.25, 236.25);
}
table.ergtabelle tbody tr:nth-child(even) td {
  background: rgb(210.75, 210.75, 210.75);
}
table.ergtabelle tbody tr:hover td {
  background: #c6c6c6 !important;
}
table.ergtabelle tbody tr td a {
  color: rgb(0, 81, 118) !important;
  text-decoration: underline;
}
table.ergtabelle tfoot th,
table.ergtabelle tfoot td {
  text-align: center;
}

input.search_init {
  font-size: 12px;
  color: #999;
  text-align: center;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}

.clear {
  clear: both;
}

#idFixedHeaderContainer {
  display: none;
}

div#content {
  overflow: auto;
  overflow-y: hidden;
}

td.linkCell {
  text-align: left !important;
}

@font-face {
  font-family: "Icons";
  src: url("/superx/input/font/fontello.woff2") format("woff2"), url("/superx/input/font/fontello.woff") format("woff"), url("/superx/input/font/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
}

div#content {
  overflow: auto;
  overflow-y: hidden;
}

/*
 * DataTables framework
 */
div.dataTables_wrapper {
  background-color: rgb(231, 230, 232);
  border: 1px solid rgb(208, 207, 210);
}

div.dataTables_length {
  float: left;
  display: block;
}

div.dataTables_filter {
  float: right;
  display: block;
  padding: 3px;
}

div.dataTables_info {
  padding: 9px 6px 6px 6px;
  float: left;
  display: block;
}

div.dataTables_paginate {
  float: right;
  display: block;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate,
div.dataTables_info {
  margin: 0;
}

/* Self clearing - http://www.webtoolkit.info/css-clearfix.html */
div.dataTables_wrapper:after {
  content: "." !important;
  display: block !important;
  clear: both !important;
  visibility: hidden !important;
  line-height: 0 !important;
  height: 0 !important;
}

html[xmlns] .dataTables_wrapper {
  display: block;
}

* html .dataTables_wrapper {
  height: 1%;
}

/*
 * Table styles
 */
table.ergtabelle {
  font-size: 12px;
}

/* Header cells */
table.ergtabelle thead {
  position: 0;
}
table.ergtabelle thead tr th {
  color: #ffffff !important;
  background-color: #005176 !important;
}
table.ergtabelle thead tr + tr th {
  color: #ffffff !important;
  background-color: #6489A7 !important;
}
table.ergtabelle thead th {
  color: #ffffff !important;
  text-align: center;
  height: 24px !important;
  font-weight: 600;
  border-right-color: rgb(19, 25, 29);
  border-bottom-color: rgb(19, 25, 29);
  border-left-color: rgb(19, 25, 29);
}

.dt-column-order {
  color: #fff;
}

div.dt-container select.dt-input {
  width: 50px !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;
}

/* Body cells */
table.ergtabelle tbody th {
  text-align: center;
  vertical-align: top;
  background: #91c5d4;
}

table.ergtabelle tbody td {
  vertical-align: middle;
  background: rgb(236.25, 236.25, 236.25);
  cursor: default;
  border-top: 1px solid rgb(240, 240, 240);
}

table.ergtabelle tbody tr.odd td,
.listRowOdd td {
  background: #fff;
}

.ergtabelle tr:nth-child(odd) td {
  background: rgb(248, 247, 250) !important;
}

.ergtabelle tr:nth-child(even) td {
  background: rgb(231, 230, 232) !important;
}

.highlight {
  background: rgb(0, 157, 204) !important;
}

table.ergtabelle tbody tr:nth-child(odd):hover td,
.listRowOdd:hover .highlight td {
  background: #c6c6c6 !important;
}

table.ergtabelle tbody tr:nth-child(even):hover .listRowEven:hover td,
.highlight td {
  background: #cccccc !important;
}

.ergtabelle tr .selected {
  background: #990099 !important;
}

/* Footer cells */
table.ergtabelle tfoot th {
  /*background: inherit;*/
  background-color: #fff;
  text-align: center;
}

table.ergtabelle tfoot td {
  background: #d7e1c5;
  text-align: center;
  font-weight: bold;
}

td.dataTables_empty {
  text-align: left;
}

/*
 * Pagination
 */
.dt-info {
  padding: 9px 6px 6px 6px;
  float: left;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin: 0 5px;
  border-radius: 3px;
  line-height: 1.5;
}

.dt-paging {
  margin: 5px !important;
  float: right;
}

.dt-autosize {
  clear: both;
}

.dt-paging-button,
.dt-paging-button.current,
.dt-paging-button.disabled {
  display: inline-block;
  background-color: #fff !important;
  padding: 2px 6px !important;
  margin-left: 2px !important;
  cursor: pointer;
  *cursor: hand;
}

.dt-paging-button.current {
  background-color: transparent;
  border: 1px solid rgb(0, 166, 210);
}

.dt-paging-button.disabled {
  color: rgb(208, 207, 210);
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

div.dataTables_paginate span > a {
  /*width: 15px;*/
  text-align: center;
}

.dt-button:not(.buttons-columnVisibility) {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dt-button:not(.buttons-columnVisibility) span {
  font-family: "Icons" !important;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: rgb(0, 81, 118);
  border: 1px solid rgb(208, 207, 210);
  border-radius: 25px;
  padding: 10px;
  background-color: rgb(248, 247, 250);
}
.dt-button:not(.buttons-columnVisibility) span:hover:before {
  color: rgb(0, 81, 118) !important;
  text-shadow: 1px 1px 2px rgb(151, 172, 193);
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.75em 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

div.dt-button-collection .dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  float: none;
  justify-content: space-between;
  align-items: center;
  background: none;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

div.dt-button-collection .dt-button.dt-button-active {
  background: none;
  box-shadow: none;
}

div.dt-button-collection .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-button-collection .dt-button:hover:not(.disabled) {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none;
}

div.dt-button-collection .dt-button:focus {
  outline-offset: -2px;
}

div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
  width: auto !important;
}
.dataTables_wrapper tfoot tr th input {
  margin: 0 20px;
}

/*
 * Sorting
 */
table.ergtabelle thead {
  cursor: pointer;
  white-space: nowrap;
}

table.ergtabelle thead th.sorting_asc {
  color: #fff;
}

table.ergtabelle thead th.sorting_asc:after {
  font-family: "zdvIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ,";
}

table.ergtabelle thead th.sorting_desc {
  color: #fff;
}

table.ergtabelle thead th.sorting_desc:after {
  font-family: "zdvIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " -";
}

table.ergtabelle thead th.sorting {
  color: #fff;
}

table.ergtabelle,
table.ergtabelle th,
table.ergtabelle td {
  border: 1px solid rgb(208, 207, 210) !important;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/*
 * Search
 */
input.search_init {
  color: #999;
  font-size: 12px !important;
  text-align: center;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
  margin: 0 20px;
}
input.search_init:focus {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}

input::-ms-clear {
  display: none;
}

/*
 * SuperX Overrides
 */
p.dontprint {
  display: none;
}

td.linkCell {
  text-align: left !important;
}

table.ergtabelle tbody td {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.clsPageBody input.clsInputStyle {
  position: relative;
}
.clsPageBody .clsMainMenuTable .clsMainMenuTableRow {
  height: auto !important;
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgb(242, 242, 242) !important;
  background-image: none !important;
  color: rgb(0, 81, 118) !important;
  line-height: 25px !important;
  clear: both !important;
  text-indent: 4px !important;
  border-top: 3px solid rgb(95, 196, 227) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin: 0 0 20px 0px !important;
  border-radius: 1px !important;
  padding-top: 5px !important;
}
.clsPageBody .clsMainMenuTable .clsMainMenu {
  width: 20%;
  background-color: none !important;
}
.clsPageBody .clsMainMenuTable .lbl {
  width: 80%;
}
.clsPageBody form {
  padding: 0 10px 10px 10px;
  border-top: 3px solid rgb(0, 81, 118) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
.clsPageBody form input, .clsPageBody form select {
  padding: 0 !important;
}
.clsPageBody form table {
  width: 100%;
  table-layout: auto;
  background-color: rgb(242, 242, 242) !important;
}
.clsPageBody form table tr td {
  text-align: left;
  line-height: 26px;
  text-indent: 10px;
  border-right: none;
  border-bottom: none;
}
.clsPageBody form table .themenspalte {
  width: 200px;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  font-weight: bold;
  vertical-align: top;
  color: rgb(50, 65, 75) !important;
}
.clsPageBody form span.clsInputStyle {
  position: relative;
}
.clsPageBody form span.clsInputStyle * {
  margin: 4px 4px 15px 0 !important;
}
.clsPageBody form .clsOddDataTableRow {
  background-color: rgb(242, 242, 242) !important;
}
.clsPageBody form input.clsInputStyle {
  position: relative;
}
.clsPageBody form input.clsInputStyle * {
  margin: 4px 4px 15px 0 !important;
}
.clsPageBody form .clsEvenDataTableRow {
  background-color: rgb(242, 242, 242) !important;
}
.clsPageBody form select.clsInputStyle {
  width: 410px !important;
  margin: 0 !important;
}
.nextEditContainer {
  width: 50%;
  height: 50px;
  margin: auto;
}

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