@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

/*
Grid
*/
/*
Text
*/
/*
Base font styles
*/
/*
Colors Bootstrap
*/
/*
Colors
*/
/*
Colors Bootstrap
*/
/*
Colors
*/
/*
-----------------------------------------------
OLD theme
-----------------------------------------------
/*

/*
Colors
*/
/*
Base font styles
*/
/*
Bootstrap
*/
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #26626a !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #193f44 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #ac1231 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #7e0d24 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #26626a !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #ac1231 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

.d-inline {
    display: inline !important;
}

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

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

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

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

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

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

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

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

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

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

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

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

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

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

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

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

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

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

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

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

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

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

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

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

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #26626a !important;
}

a.text-success:hover, a.text-success:focus {
    color: #122e32 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #ac1231 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #670b1d !important;
}

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

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

/*
Components
*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c2d3d5;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8eadb2;
}

.table-hover .table-success:hover {
    background-color: #b3c8cb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b3c8cb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #e8bdc5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #d48494;
}

.table-hover .table-danger:hover {
    background-color: #e1aab4;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e1aab4;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d3d5;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #26626a;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(38, 98, 106, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #26626a;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2326626a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #26626a;
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #26626a;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2326626a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #26626a;
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #26626a;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #26626a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #26626a;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #338590;
    background-color: #338590;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #26626a;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #26626a;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #26626a;
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ac1231;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(172, 18, 49, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ac1231;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ac1231' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ac1231' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ac1231;
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ac1231;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ac1231' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ac1231' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ac1231;
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ac1231;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ac1231;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ac1231;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #da173e;
    background-color: #da173e;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ac1231;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ac1231;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ac1231;
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

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

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #26626a;
    border-color: #26626a;
}

.btn-success:hover {
    color: #fff;
    background-color: #1c484e;
    border-color: #193f44;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1c484e;
    border-color: #193f44;
    box-shadow: 0 0 0 0.2rem rgba(71, 122, 128, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #26626a;
    border-color: #26626a;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #193f44;
    border-color: #15373b;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 122, 128, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #ac1231;
    border-color: #ac1231;
}

.btn-danger:hover {
    color: #fff;
    background-color: #890e27;
    border-color: #7e0d24;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #890e27;
    border-color: #7e0d24;
    box-shadow: 0 0 0 0.2rem rgba(184, 54, 80, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ac1231;
    border-color: #ac1231;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7e0d24;
    border-color: #720c21;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 54, 80, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #26626a;
    border-color: #26626a;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #26626a;
    border-color: #26626a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #26626a;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #26626a;
    border-color: #26626a;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #ac1231;
    border-color: #ac1231;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ac1231;
    border-color: #ac1231;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ac1231;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ac1231;
    border-color: #ac1231;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 18, 49, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #d2d3d5;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #d2d3d5;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #d2d3d5;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

button.tan_submit_link {
    margin-top: 1rem;
}

.download_link_align {
    text-align: right;
}

.download_link {
    color: #ff4b00;
    text-decoration: none;
}

.download_link:hover {
    color: #ff4b00;
}

.download_link_margin {
    margin-left: 3px;
}

.download_link a {
    color: #ff4b00 !important;
    text-decoration: none !important;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/*
Datetimepicker for bootstrap 4
*/
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    list-style: none;
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

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

/* hide decade menu */
.bootstrap-datetimepicker-widget .datepicker .datepicker-years .picker-switch {
    pointer-events: none;
}

/*
TinyMCE
*/
/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    margin: 1rem;
}

table {
    border-collapse: collapse;
}

table:not([cellpadding]) td, table:not([cellpadding]) th {
    padding: .4rem;
}

table[border]:not([border="0"]):not([style*=border-width]) td, table[border]:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px;
}

table[border]:not([border="0"]):not([style*=border-style]) td, table[border]:not([border="0"]):not([style*=border-style]) th {
    border-style: solid;
}

table[border]:not([border="0"]):not([style*=border-color]) td, table[border]:not([border="0"]):not([style*=border-color]) th {
    border-color: #ccc;
}

figure {
    display: table;
    margin: 1rem auto;
}

figure figcaption {
    color: #999;
    display: block;
    margin-top: .25rem;
    text-align: center;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: .1rem .2rem;
}

.mce-content-body:not([dir=rtl]) blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.mce-content-body[dir=rtl] blockquote {
    border-right: 2px solid #ccc;
    margin-right: 1.5rem;
    padding-right: 1rem;
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.tox {
    box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
}

.tox :not(svg):not(rect) {
    box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
}

.tox :not(svg):not(rect) {
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
}

.tox:not([dir=rtl]) {
    direction: ltr;
    text-align: left;
}

.tox[dir=rtl] {
    direction: rtl;
    text-align: right;
}

.tox-tinymce {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
}

.tox-tinymce-inline {
    border: none;
    box-shadow: none;
}

.tox-tinymce-inline .tox-editor-header {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.tox-tinymce-aux {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    z-index: 1300;
}

.tox-tinymce :focus, .tox-tinymce-aux :focus {
    outline: 0;
}

button::-moz-focus-inner {
    border: 0;
}

.tox .accessibility-issue__header {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.tox .accessibility-issue__description {
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.tox .accessibility-issue__description > div {
    padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.tox .accessibility-issue__description > :last-child:not(:only-child) {
    border-color: #ccc;
    border-style: solid;
}

.tox .accessibility-issue__repair {
    margin-top: 16px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
    background-color: rgba(32, 122, 183, 0.1);
    border-color: rgba(32, 122, 183, 0.4);
    color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > :last-child {
    border-color: rgba(32, 122, 183, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
    color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
    fill: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
    color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
    background-color: rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.5);
    color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > :last-child {
    border-color: rgba(255, 165, 0, 0.5);
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
    color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
    fill: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
    color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
    background-color: rgba(204, 0, 0, 0.1);
    border-color: rgba(204, 0, 0, 0.4);
    color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > :last-child {
    border-color: rgba(204, 0, 0, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
    color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
    fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
    color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
    background-color: rgba(120, 171, 70, 0.1);
    border-color: rgba(120, 171, 70, 0.4);
    color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > :last-child {
    border-color: rgba(120, 171, 70, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
    color: #78ab46;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
    fill: #78ab46;
}

.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
    color: #78ab46;
}

.tox .tox-dialog__body-content .accessibility-issue__header h1, .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
    margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
    margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
    padding: 4px 4px 4px 8px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > :last-child {
    border-left-width: 1px;
    padding-left: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
    margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
    margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
    padding: 4px 8px 4px 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > :last-child {
    border-right-width: 1px;
    padding-right: 4px;
}

.tox .tox-anchorbar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-bar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-button {
    background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
}

.tox .tox-button[disabled] {
    background-color: #207ab7;
    background-image: none;
    border-color: #207ab7;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
    background-color: #1c6ca1;
    background-image: none;
    border-color: #1c6ca1;
    box-shadow: none;
    color: #fff;
}

.tox .tox-button:hover:not(:disabled) {
    background-color: #1c6ca1;
    background-image: none;
    border-color: #1c6ca1;
    box-shadow: none;
    color: #fff;
}

.tox .tox-button:active:not(:disabled) {
    background-color: #185d8c;
    background-image: none;
    border-color: #185d8c;
    box-shadow: none;
    color: #fff;
}

.tox .tox-button--secondary {
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
}

.tox .tox-button--secondary[disabled] {
    background-color: #f0f0f0;
    background-image: none;
    border-color: #f0f0f0;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
    background-color: #d6d6d6;
    background-image: none;
    border-color: #d6d6d6;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon {
    padding: 4px;
}

.tox .tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
    display: block;
    fill: currentColor;
}

.tox .tox-button-link {
    background: 0;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.tox .tox-button-link--sm {
    font-size: 14px;
}

.tox .tox-button--naked {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
}

.tox .tox-button--naked[disabled] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
    fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
    color: #222f3e;
}

.tox .tox-checkbox {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 36px;
    min-width: 36px;
}

.tox .tox-checkbox__input {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.tox .tox-checkbox__icons {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: content-box;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: calc(4px - 1px);
    width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: block;
    fill: rgba(34, 47, 62, 0.3);
}

.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: none;
    fill: #207ab7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: none;
    fill: #207ab7;
}

.tox .tox-checkbox--disabled {
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #207ab7;
    padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
    left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
    margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
    right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
    margin-right: 4px;
}

.tox .tox-collection--toolbar .tox-collection__group {
    display: flex;
    padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
    display: flex;
    flex-wrap: wrap;
    max-height: 208px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
    border-bottom-width: 0;
    border-color: #ccc;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-top-width: 1px;
    padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
    border-top-width: 0;
}

.tox .tox-collection__group-heading {
    background-color: #e6e6e6;
    color: rgba(34, 47, 62, 0.7);
    cursor: default;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: -4px;
    padding: 4px 8px;
    text-transform: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tox .tox-collection__item {
    align-items: center;
    color: #222f3e;
    cursor: pointer;
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tox .tox-collection--list .tox-collection__item {
    padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
    border-radius: 3px;
    padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
    border-radius: 3px;
    padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled {
    background-color: #fff;
    color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active {
    background-color: #dee0e2;
}

.tox .tox-collection--toolbar .tox-collection__item--enabled {
    background-color: #c8cbcf;
    color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active {
    background-color: #dee0e2;
}

.tox .tox-collection--grid .tox-collection__item--enabled {
    background-color: #c8cbcf;
    color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    background-color: #dee0e2;
    color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: #222f3e;
}

.tox .tox-collection__item--state-disabled {
    background-color: transparent;
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

.tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.tox .tox-collection__item-checkmark svg, .tox .tox-collection__item-icon svg {
    fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
    height: 48px;
    width: 48px;
}

.tox .tox-collection__item-label {
    color: currentColor;
    display: inline-block;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    word-break: break-all;
}

.tox .tox-collection__item-accessory {
    color: rgba(34, 47, 62, 0.7);
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-transform: none;
}

.tox .tox-collection__item-caret {
    align-items: center;
    display: flex;
    min-height: 24px;
}

.tox .tox-collection__item-caret::after {
    content: '';
    font-size: 0;
    min-height: inherit;
}

.tox .tox-collection__item-caret svg {
    fill: #222f3e;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
    display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
    display: none;
}

.tox .tox-collection--horizontal {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow-x: auto;
    padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
    height: 34px;
    margin: 2px 0 3px 0;
    padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
    white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
    margin-left: 4px;
}

.tox .tox-collection__item-container {
    display: flex;
}

.tox .tox-collection__item-container--row {
    align-items: center;
    flex: 1 1 auto;
    flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
    margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
    justify-content: flex-end;
    margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
    align-items: flex-start;
    margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
    align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
    align-items: flex-end;
    margin-top: auto;
}

.tox .tox-collection__item-container--column {
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1 1 auto;
    flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
    align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
    align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
    align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
    -ms-grid-row-align: center;
    align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
    align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > :not(:first-child) {
    margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
    margin-left: 16px;
    text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
    margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
    border-left: 1px solid #ccc;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > :not(:first-child) {
    margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
    margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg {
    transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection__item-accessory {
    margin-right: 16px;
    text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
    margin-right: 16px;
    transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
    margin-right: 4px;
}

.tox .tox-color-picker-container {
    display: flex;
    flex-direction: row;
    height: 225px;
    margin: 0;
}

.tox .tox-sv-palette {
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.tox .tox-sv-palette-spectrum {
    height: 100%;
}

.tox .tox-sv-palette, .tox .tox-sv-palette-spectrum {
    width: 225px;
}

.tox .tox-sv-palette-thumb {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: content-box;
    height: 12px;
    position: absolute;
    width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
}

.tox .tox-hue-slider {
    box-sizing: border-box;
    height: 100%;
    width: 25px;
}

.tox .tox-hue-slider-spectrum {
    background: linear-gradient(to bottom, red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red);
    height: 100%;
    width: 100%;
}

.tox .tox-hue-slider, .tox .tox-hue-slider-spectrum {
    width: 20px;
}

.tox .tox-hue-slider-thumb {
    background: #fff;
    border: 1px solid #000;
    box-sizing: content-box;
    height: 4px;
    width: 100%;
}

.tox .tox-rgb-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tox .tox-rgb-form div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: inherit;
}

.tox .tox-rgb-form input {
    width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
    border: 1px solid red !important;
}

.tox .tox-rgb-form .tox-rgba-preview {
    border: 1px solid #000;
    flex-grow: 2;
    margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
    margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
    margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
    margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
    margin-right: .5em;
}

.tox[dir=rtl] .tox-sv-palette {
    margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
    margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
    margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
    margin-left: .5em;
}

.tox .tox-toolbar .tox-swatches, .tox .tox-toolbar__overflow .tox-swatches, .tox .tox-toolbar__primary .tox-swatches {
    margin: 2px 0 3px 4px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
    border: 0;
    margin: -4px 0;
}

.tox .tox-swatches__row {
    display: flex;
}

.tox .tox-swatch {
    height: 30px;
    transition: transform .15s, box-shadow .15s;
    width: 30px;
}

.tox .tox-swatch:focus, .tox .tox-swatch:hover {
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
    transform: scale(0.8);
}

.tox .tox-swatch--remove {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tox .tox-swatch--remove svg path {
    stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    outline: 0;
    padding: 0;
    width: 30px;
}

.tox .tox-swatches__picker-btn svg {
    height: 24px;
    width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
    background: #dee0e2;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
    margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
    margin-right: auto;
}

.tox .tox-comment-thread {
    background: #fff;
    position: relative;
}

.tox .tox-comment-thread > :not(:first-child) {
    margin-top: 8px;
}

.tox .tox-comment {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
    padding: 8px 8px 16px 8px;
    position: relative;
}

.tox .tox-comment__header {
    align-items: center;
    color: #222f3e;
    display: flex;
    justify-content: space-between;
}

.tox .tox-comment__date {
    color: rgba(34, 47, 62, 0.7);
    font-size: 12px;
}

.tox .tox-comment__body {
    color: #222f3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 8px;
    position: relative;
    text-transform: initial;
}

.tox .tox-comment__body textarea {
    resize: none;
    white-space: normal;
    width: 100%;
}

.tox .tox-comment__expander {
    padding-top: 8px;
}

.tox .tox-comment__expander p {
    color: rgba(34, 47, 62, 0.7);
    font-size: 14px;
    font-style: normal;
}

.tox .tox-comment__body p {
    margin: 0;
}

.tox .tox-comment__buttonspacing {
    padding-top: 16px;
    text-align: center;
}

.tox .tox-comment-thread__overlay::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: flex;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.tox .tox-comment__reply {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 8px;
}

.tox .tox-comment__reply > :first-child {
    margin-bottom: 8px;
    width: 100%;
}

.tox .tox-comment__edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 16px;
}

.tox .tox-comment__gradient::after {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    content: "";
    display: block;
    height: 5em;
    margin-top: -40px;
    position: absolute;
    width: 100%;
}

.tox .tox-comment__overlay {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 5;
}

.tox .tox-comment__loading-text {
    align-items: center;
    color: #222f3e;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tox .tox-comment__loading-text > div {
    padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
    bottom: 0;
    flex-direction: column;
    font-size: 14px;
    left: 0;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.tox .tox-comment__overlaytext p {
    background-color: #fff;
    box-shadow: 0 0 8px 8px #fff;
    color: #222f3e;
    text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
    font-size: .8em;
}

.tox .tox-comment__busy-spinner {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.tox .tox-comment__scroll {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow: auto;
}

.tox .tox-conversations {
    margin: 8px;
}

.tox:not([dir=rtl]) .tox-comment__edit {
    margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > :last-child, .tox:not([dir=rtl]) .tox-comment__edit > :last-child, .tox:not([dir=rtl]) .tox-comment__reply > :last-child {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
    margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > :last-child, .tox[dir=rtl] .tox-comment__edit > :last-child, .tox[dir=rtl] .tox-comment__reply > :last-child {
    margin-right: 8px;
}

.tox .tox-user {
    align-items: center;
    display: flex;
}

.tox .tox-user__avatar svg {
    fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__name {
    color: rgba(34, 47, 62, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.tox:not([dir=rtl]) .tox-user__avatar svg {
    margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar svg {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
    margin-right: 8px;
}

.tox .tox-dialog-wrap {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
    background-color: #fff;
}

.tox .tox-dialog {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    width: 95vw;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog {
        align-self: flex-start;
        margin: 8px auto;
        width: calc(100vw - 16px);
    }
}

.tox .tox-dialog-inline {
    z-index: 1100;
}

.tox .tox-dialog__header {
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}

.tox .tox-dialog__header .tox-button {
    z-index: 1;
}

.tox .tox-dialog__draghandle {
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tox .tox-dialog__draghandle:active {
    cursor: grabbing;
}

.tox .tox-dialog__dismiss {
    margin-left: auto;
}

.tox .tox-dialog__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}

.tox .tox-dialog__body {
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body {
        flex-direction: column;
    }
}

.tox .tox-dialog__body-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
        flex-direction: row;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding-bottom: 0;
    }
}

.tox .tox-dialog__body-nav-item {
    border-bottom: 2px solid transparent;
    color: rgba(34, 47, 62, 0.7);
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    white-space: nowrap;
}

.tox .tox-dialog__body-nav-item:focus {
    background-color: rgba(32, 122, 183, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid #207ab7;
    color: #207ab7;
}

.tox .tox-dialog__body-content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
    margin-bottom: 0;
    margin-top: 16px;
}

.tox .tox-dialog__body-content > :first-child {
    margin-top: 0;
}

.tox .tox-dialog__body-content > :last-child {
    margin-bottom: 0;
}

.tox .tox-dialog__body-content > :only-child {
    margin-bottom: 0;
    margin-top: 0;
}

.tox .tox-dialog__body-content a {
    color: #207ab7;
    cursor: pointer;
    text-decoration: none;
}

.tox .tox-dialog__body-content a:focus, .tox .tox-dialog__body-content a:hover {
    color: #185d8c;
    text-decoration: none;
}

.tox .tox-dialog__body-content a:active {
    color: #185d8c;
    text-decoration: none;
}

.tox .tox-dialog__body-content svg {
    fill: #222f3e;
}

.tox .tox-dialog__body-content ul {
    display: block;
    list-style-type: disc;
    margin-bottom: 16px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-padding-start: 2.5rem;
    padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
    color: #222f3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 2rem;
    text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
    color: #222f3e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 2rem;
    text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
    margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child, .tox .tox-dialog__body-content .tox-form__group h2:first-child, .tox .tox-dialog__body-content .tox-form__group p:first-child {
    margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child, .tox .tox-dialog__body-content .tox-form__group h2:last-child, .tox .tox-dialog__body-content .tox-form__group p:last-child {
    margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child, .tox .tox-dialog__body-content .tox-form__group h2:only-child, .tox .tox-dialog__body-content .tox-form__group p:only-child {
    margin-bottom: 0;
    margin-top: 0;
}

.tox .tox-dialog--width-lg {
    height: 650px;
    max-width: 1200px;
}

.tox .tox-dialog--width-md {
    max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
    overflow: auto;
}

.tox .tox-dialog__body-content--centered {
    text-align: center;
}

.tox .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

.tox .tox-dialog__footer-end, .tox .tox-dialog__footer-start {
    display: flex;
}

.tox .tox-dialog__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tox .tox-dialog__table {
    border-collapse: collapse;
    width: 100%;
}

.tox .tox-dialog__table thead th {
    font-weight: 700;
    padding-bottom: 8px;
}

.tox .tox-dialog__table tbody tr {
    border-bottom: 1px solid #ccc;
}

.tox .tox-dialog__table tbody tr:last-child {
    border-bottom: none;
}

.tox .tox-dialog__table td {
    padding-bottom: 8px;
    padding-top: 8px;
}

.tox .tox-dialog__popups {
    position: absolute;
    width: 100%;
    z-index: 1100;
}

.tox .tox-dialog__body-iframe {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
}

.tox .tox-dialog-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox .tox-dialog-dock-transition {
    transition: visibility 0s linear .3s, opacity .3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
    transition-delay: 0s;
}

.tox.tox-platform-ie .tox-dialog-wrap {
    position: -ms-device-fixed;
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
        margin-left: 8px;
    }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > *, .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > * {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
        margin-right: 8px;
    }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > *, .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > * {
    margin-right: 8px;
}

body.tox-dialog__disable-scroll {
    overflow: hidden;
}

.tox .tox-dropzone-container {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dropzone {
    align-items: center;
    background: #fff;
    border: 2px dashed #ccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
}

.tox .tox-dropzone p {
    color: rgba(34, 47, 62, 0.7);
    margin: 0 0 16px 0;
}

.tox .tox-edit-area {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    overflow: hidden;
    position: relative;
}

.tox .tox-edit-area__iframe {
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.tox.tox-inline-edit-area {
    border: 1px dotted #ccc;
}

.tox .tox-editor-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.tox .tox-editor-header {
    z-index: 1;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
    transition: box-shadow .5s;
}

.tox.tox-tinymce--toolbar-bottom .tox-editor-header, .tox.tox-tinymce-inline .tox-editor-header {
    margin-bottom: -1px;
}

.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}

.tox-editor-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox-editor-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox-editor-dock-transition {
    transition: visibility 0s linear .25s, opacity .25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
    transition-delay: 0s;
}

.tox .tox-control-wrap {
    flex: 1;
    position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
    display: none;
}

.tox .tox-control-wrap svg {
    display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
    fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
    fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
    fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
    padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
    right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
    padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
    left: 4px;
}

.tox .tox-autocompleter {
    max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
    max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
    font-weight: 700;
}

.tox .tox-color-input {
    display: flex;
    position: relative;
    z-index: 1;
}

.tox .tox-color-input .tox-textfield {
    z-index: -1;
}

.tox .tox-color-input span {
    border-color: rgba(34, 47, 62, 0.2);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    height: 24px;
    position: absolute;
    top: 6px;
    width: 24px;
}

.tox .tox-color-input span:focus:not([aria-disabled=true]), .tox .tox-color-input span:hover:not([aria-disabled=true]) {
    border-color: #207ab7;
    cursor: pointer;
}

.tox .tox-color-input span::before {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
    background-position: 0 0, 0 6px, 6px -6px, -6px 0;
    background-size: 12px 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    content: '';
    height: 24px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 24px;
    z-index: -1;
}

.tox .tox-color-input span[aria-disabled=true] {
    cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
    padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
    left: 6px;
}

.tox[dir=rtl] .tox-color-input .tox-textfield {
    padding-right: 36px;
}

.tox[dir=rtl] .tox-color-input span {
    right: 6px;
}

.tox .tox-label, .tox .tox-toolbar-label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
}

.tox .tox-toolbar-label {
    padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
    padding: 0 0 0 8px;
}

.tox .tox-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group {
    box-sizing: border-box;
    margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
    flex: 1;
}

.tox .tox-form__group--error {
    color: #c00;
}

.tox .tox-form__group--collection {
    display: flex;
}

.tox .tox-form__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
    width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
    width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
    width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--inline {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--stretched {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-textarea {
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > :not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > :not(:first-child) {
    margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock, .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
    display: none;
}

.tox .tox-listboxfield .tox-listbox--select, .tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

.tox .tox-textarea[disabled], .tox .tox-textfield[disabled] {
    background-color: #f2f2f2;
    color: rgba(34, 47, 62, 0.85);
    cursor: not-allowed;
}

.tox .tox-listboxfield .tox-listbox--select:focus, .tox .tox-textarea:focus, .tox .tox-textfield:focus {
    background-color: #fff;
    border-color: #207ab7;
    box-shadow: none;
    outline: 0;
}

.tox .tox-toolbar-textfield {
    border-width: 0;
    margin-bottom: 3px;
    margin-top: 2px;
    max-width: 250px;
}

.tox .tox-naked-btn {
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: unset;
    color: #207ab7;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}

.tox .tox-naked-btn svg {
    display: block;
    fill: #222f3e;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
    margin-right: 4px;
}

.tox .tox-listboxfield {
    cursor: pointer;
    position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
    background-color: #f2f2f2;
    color: rgba(34, 47, 62, 0.85);
    cursor: not-allowed;
}

.tox .tox-listbox__select-label {
    cursor: default;
    flex: 1;
    margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
}

.tox .tox-listbox__select-chevron svg {
    fill: #222f3e;
}

.tox .tox-listboxfield .tox-listbox--select {
    align-items: center;
    display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
    right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
    left: 8px;
}

.tox .tox-selectfield {
    cursor: pointer;
    position: relative;
}

.tox .tox-selectfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

.tox .tox-selectfield select[disabled] {
    background-color: #f2f2f2;
    color: rgba(34, 47, 62, 0.85);
    cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
    display: none;
}

.tox .tox-selectfield select:focus {
    background-color: #fff;
    border-color: #207ab7;
    box-shadow: none;
    outline: 0;
}

.tox .tox-selectfield svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"], .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
    padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
    right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"], .tox[dir=rtl] .tox-selectfield select[size="1"] {
    padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
    left: 8px;
}

.tox .tox-textarea {
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
    white-space: pre-wrap;
}

.tox-fullscreen {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0;
    position: fixed;
    top: 0;
    touch-action: pinch-zoom;
    width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
    display: none;
}

.tox.tox-tinymce.tox-fullscreen {
    z-index: 1200;
}

.tox-shadowhost.tox-fullscreen {
    z-index: 1200;
}

.tox-fullscreen .tox.tox-tinymce-aux, .tox-fullscreen ~ .tox.tox-tinymce-aux {
    z-index: 1201;
}

.tox .tox-help__more-link {
    list-style: none;
    margin-top: 1em;
}

.tox .tox-image-tools {
    width: 100%;
}

.tox .tox-image-tools__toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tox .tox-image-tools__image {
    background-color: #666;
    height: 380px;
    overflow: auto;
    position: relative;
    width: 100%;
}

.tox .tox-image-tools__image, .tox .tox-image-tools__image + .tox-image-tools__toolbar {
    margin-top: 8px;
}

.tox .tox-image-tools__image-bg {
    background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools__toolbar > .tox-spacer {
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-croprect-block {
    background: #000;
    opacity: .5;
    position: absolute;
    zoom: 1;
}

.tox .tox-croprect-handle {
    border: 2px solid #fff;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.tox .tox-croprect-handle-move {
    border: 0;
    cursor: move;
    position: absolute;
}

.tox .tox-croprect-handle-nw {
    border-width: 2px 0 0 2px;
    cursor: nw-resize;
    left: 100px;
    margin: -2px 0 0 -2px;
    top: 100px;
}

.tox .tox-croprect-handle-ne {
    border-width: 2px 2px 0 0;
    cursor: ne-resize;
    left: 200px;
    margin: -2px 0 0 -20px;
    top: 100px;
}

.tox .tox-croprect-handle-sw {
    border-width: 0 0 2px 2px;
    cursor: sw-resize;
    left: 100px;
    margin: -20px 2px 0 -2px;
    top: 200px;
}

.tox .tox-croprect-handle-se {
    border-width: 0 2px 2px 0;
    cursor: se-resize;
    left: 200px;
    margin: -20px 0 0 -20px;
    top: 200px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-left: 32px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-left: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-right: 8px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-right: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-right: 32px;
}

.tox .tox-insert-table-picker {
    display: flex;
    flex-wrap: wrap;
    width: 170px;
}

.tox .tox-insert-table-picker > div {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    height: 17px;
    width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
    margin: -4px 0;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    background-color: rgba(32, 122, 183, 0.5);
    border-color: rgba(32, 122, 183, 0.5);
}

.tox .tox-insert-table-picker__label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 100%;
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
    border-right: 0;
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
    border-right: 0;
}

.tox .tox-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    z-index: 1150;
}

.tox .tox-menu.tox-collection.tox-collection--list {
    padding: 0;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
    padding: 4px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
    padding: 4px;
}

.tox .tox-menu__label blockquote, .tox .tox-menu__label code, .tox .tox-menu__label h1, .tox .tox-menu__label h2, .tox .tox-menu__label h3, .tox .tox-menu__label h4, .tox .tox-menu__label h5, .tox .tox-menu__label h6, .tox .tox-menu__label p {
    margin: 0;
}

.tox .tox-menubar {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 4px 0 4px;
}

.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
    border-top: 1px solid #ccc;
}

.tox .tox-mbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    overflow: hidden;
    padding: 0 4px;
    text-transform: none;
    width: auto;
}

.tox .tox-mbtn[disabled] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-mbtn--active {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-mbtn__select-label {
    cursor: default;
    font-weight: 400;
    margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
    cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
    display: none;
}

.tox .tox-notification {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
    grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
    margin-top: 4px;
    opacity: 0;
    padding: 4px;
    transition: transform .1s ease-in, opacity 150ms ease-in;
}

.tox .tox-notification p {
    font-size: 14px;
    font-weight: 400;
}

.tox .tox-notification a {
    text-decoration: underline;
}

.tox .tox-notification--in {
    opacity: 1;
}

.tox .tox-notification--success {
    background-color: #e4eeda;
    border-color: #d7e6c8;
    color: #222f3e;
}

.tox .tox-notification--success p {
    color: #222f3e;
}

.tox .tox-notification--success a {
    color: #547831;
}

.tox .tox-notification--success svg {
    fill: #222f3e;
}

.tox .tox-notification--error {
    background-color: #f8dede;
    border-color: #f2bfbf;
    color: #222f3e;
}

.tox .tox-notification--error p {
    color: #222f3e;
}

.tox .tox-notification--error a {
    color: #c00;
}

.tox .tox-notification--error svg {
    fill: #222f3e;
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
    background-color: #fffaea;
    border-color: #ffe89d;
    color: #222f3e;
}

.tox .tox-notification--warn p, .tox .tox-notification--warning p {
    color: #222f3e;
}

.tox .tox-notification--warn a, .tox .tox-notification--warning a {
    color: #222f3e;
}

.tox .tox-notification--warn svg, .tox .tox-notification--warning svg {
    fill: #222f3e;
}

.tox .tox-notification--info {
    background-color: #d9edf7;
    border-color: #779ecb;
    color: #222f3e;
}

.tox .tox-notification--info p {
    color: #222f3e;
}

.tox .tox-notification--info a {
    color: #222f3e;
}

.tox .tox-notification--info svg {
    fill: #222f3e;
}

.tox .tox-notification__body {
    -ms-grid-row-align: center;
    align-self: center;
    color: #222f3e;
    font-size: 14px;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    word-break: break-word;
}

.tox .tox-notification__body > * {
    margin: 0;
}

.tox .tox-notification__body > * + * {
    margin-top: 1rem;
}

.tox .tox-notification__icon {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
}

.tox .tox-notification__icon svg {
    display: block;
}

.tox .tox-notification__dismiss {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

.tox .tox-pop {
    display: inline-block;
    position: relative;
}

.tox .tox-pop--resizing {
    transition: width .1s ease;
}

.tox .tox-pop--resizing .tox-toolbar {
    flex-wrap: nowrap;
}

.tox .tox-pop__dialog {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    min-width: 0;
    overflow: hidden;
}

.tox .tox-pop__dialog > :not(.tox-toolbar) {
    margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
    background-color: transparent;
    margin-bottom: -1px;
}

.tox .tox-pop::after, .tox .tox-pop::before {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.tox .tox-pop.tox-pop--bottom::after, .tox .tox-pop.tox-pop--bottom::before {
    left: 50%;
    top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
    border-color: #fff transparent transparent transparent;
    border-width: 8px;
    margin-left: -8px;
    margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
    border-color: #ccc transparent transparent transparent;
    border-width: 9px;
    margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::after, .tox .tox-pop.tox-pop--top::before {
    left: 50%;
    top: 0;
    transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    margin-left: -8px;
    margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
    border-color: transparent transparent #ccc transparent;
    border-width: 9px;
    margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::after, .tox .tox-pop.tox-pop--left::before {
    left: 0;
    top: calc(50% - 1px);
    transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
    border-color: transparent #fff transparent transparent;
    border-width: 8px;
    margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
    border-color: transparent #ccc transparent transparent;
    border-width: 10px;
    margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::after, .tox .tox-pop.tox-pop--right::before {
    left: 100%;
    top: calc(50% + 1px);
    transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
    border-color: transparent transparent transparent #fff;
    border-width: 8px;
    margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
    border-color: transparent transparent transparent #ccc;
    border-width: 10px;
    margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::after, .tox .tox-pop.tox-pop--align-left::before {
    left: 20px;
}

.tox .tox-pop.tox-pop--align-right::after, .tox .tox-pop.tox-pop--align-right::before {
    left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    min-height: 0;
}

.tox .tox-sidebar {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.tox .tox-sidebar__slider {
    display: flex;
    overflow: hidden;
}

.tox .tox-sidebar__pane-container {
    display: flex;
}

.tox .tox-sidebar__pane {
    display: flex;
}

.tox .tox-sidebar--sliding-closed {
    opacity: 0;
}

.tox .tox-sidebar--sliding-open {
    opacity: 1;
}

.tox .tox-sidebar--sliding-growing, .tox .tox-sidebar--sliding-shrinking {
    transition: width .5s ease, opacity .5s ease;
}

.tox .tox-selector {
    background-color: #4099ff;
    border-color: #4099ff;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
}

.tox.tox-platform-touch .tox-selector {
    height: 12px;
    width: 12px;
}

.tox .tox-slider {
    align-items: center;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 24px;
    justify-content: center;
    position: relative;
}

.tox .tox-slider__rail {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 10px;
    min-width: 120px;
    width: 100%;
}

.tox .tox-slider__handle {
    background-color: #207ab7;
    border: 2px solid #185d8c;
    border-radius: 3px;
    box-shadow: none;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
}

.tox .tox-source-code {
    overflow: auto;
}

.tox .tox-spinner {
    display: flex;
}

.tox .tox-spinner > div {
    animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
    background-color: rgba(34, 47, 62, 0.7);
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.tox .tox-spinner > div:nth-child(1) {
    animation-delay: -.32s;
}

.tox .tox-spinner > div:nth-child(2) {
    animation-delay: -.16s;
}

@keyframes tam-bouncing-dots {
    0%, 100%, 80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
    margin-right: 4px;
}

.tox .tox-statusbar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    color: rgba(34, 47, 62, 0.7);
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
}

.tox .tox-statusbar__text-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    overflow: hidden;
}

.tox .tox-statusbar__path {
    display: flex;
    flex: 1 1 auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tox .tox-statusbar__path > * {
    display: inline;
    white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
    flex: 0 0 auto;
    margin-left: 1ch;
}

.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
    color: rgba(34, 47, 62, 0.7);
    text-decoration: none;
}

.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]) {
    cursor: pointer;
    text-decoration: underline;
}

.tox .tox-statusbar__resize-handle {
    align-items: flex-end;
    align-self: stretch;
    cursor: nwse-resize;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 1ch;
}

.tox .tox-statusbar__resize-handle svg {
    display: block;
    fill: rgba(34, 47, 62, 0.7);
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
    margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    margin-left: 1ch;
}

.tox[dir=rtl] .tox-statusbar {
    flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
    margin-left: 4px;
}

.tox .tox-throbber {
    z-index: 1400;
}

.tox .tox-throbber__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tox .tox-tbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    width: 34px;
}

.tox .tox-tbtn svg {
    display: block;
    fill: #222f3e;
}

.tox .tox-tbtn.tox-tbtn-more {
    padding-left: 5px;
    padding-right: 5px;
    width: inherit;
}

.tox .tox-tbtn:focus {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
}

.tox .tox-tbtn:hover {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-tbtn:hover svg {
    fill: #222f3e;
}

.tox .tox-tbtn:active {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-tbtn:active svg {
    fill: #222f3e;
}

.tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg, .tox .tox-tbtn--disabled:hover svg, .tox .tox-tbtn:disabled svg, .tox .tox-tbtn:disabled:hover svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-tbtn--enabled:hover > *, .tox .tox-tbtn--enabled > * {
    transform: none;
}

.tox .tox-tbtn--enabled svg, .tox .tox-tbtn--enabled:hover svg {
    fill: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
    fill: #222f3e;
}

.tox .tox-tbtn:active > * {
    transform: none;
}

.tox .tox-tbtn--md {
    height: 51px;
    width: 51px;
}

.tox .tox-tbtn--lg {
    flex-direction: column;
    height: 68px;
    width: 68px;
}

.tox .tox-tbtn--return {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: unset;
    width: 16px;
}

.tox .tox-tbtn--labeled {
    padding: 0 4px;
    width: unset;
}

.tox .tox-tbtn__vlabel {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -.025em;
    margin-bottom: 4px;
    white-space: nowrap;
}

.tox .tox-tbtn--select {
    margin: 2px 0 3px 0;
    padding: 0 4px;
    width: auto;
}

.tox .tox-tbtn__select-label {
    cursor: default;
    font-weight: 400;
    margin: 0 4px;
}

.tox .tox-tbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 7em;
}

.tox .tox-split-button {
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    margin: 2px 0 3px 0;
    overflow: hidden;
}

.tox .tox-split-button:hover {
    box-shadow: 0 0 0 1px #dee0e2 inset;
}

.tox .tox-split-button:focus {
    background: #dee0e2;
    box-shadow: none;
    color: #222f3e;
}

.tox .tox-split-button > * {
    border-radius: 0;
}

.tox .tox-split-button__chevron {
    width: 16px;
}

.tox .tox-split-button__chevron svg {
    fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-split-button .tox-tbtn {
    margin: 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
    width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
    width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus, .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover, .tox .tox-split-button.tox-tbtn--disabled:focus, .tox .tox-split-button.tox-tbtn--disabled:hover {
    background: 0 0;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
}

.tox .tox-toolbar-overlord {
    background-color: #fff;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 0;
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
    transition: height .3s ease, opacity .2s linear .1s;
}

.tox .tox-toolbar__overflow--shrinking {
    transition: opacity .3s ease, height .2s linear .1s, visibility 0s linear .3s;
}

.tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

.tox .tox-toolbar--scrolling {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
    border-width: 0;
}

.tox .tox-toolbar--no-divider {
    background-image: none;
}

.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary, .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child {
    border-top: 1px solid #ccc;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tox[dir=rtl] .tox-tbtn__icon-rtl svg {
    transform: rotateY(180deg);
}

.tox .tox-toolbar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 4px 0 4px;
}

.tox .tox-toolbar__group--pull-right {
    margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
    border-left: 1px solid #ccc;
}

.tox .tox-tooltip {
    display: inline-block;
    padding: 8px;
    position: relative;
}

.tox .tox-tooltip__body {
    background-color: #222f3e;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 8px;
    text-transform: none;
}

.tox .tox-tooltip__arrow {
    position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222f3e;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
    border-bottom: 8px solid #222f3e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #222f3e;
    border-top: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #222f3e;
    border-top: 8px solid transparent;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-well {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
}

.tox .tox-well > :first-child {
    margin-top: 0;
}

.tox .tox-well > :last-child {
    margin-bottom: 0;
}

.tox .tox-well > :only-child {
    margin: 0;
}

.tox .tox-custom-editor {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    flex: 1;
    position: relative;
}

.tox .tox-dialog-loading::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.tox .tox-tab {
    cursor: pointer;
}

.tox .tox-dialog__content-js {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-content .tox-collection {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-image-tools-edit-panel {
    height: 60px;
}

.tox .tox-image-tools__sidebar {
    height: 60px;
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.mce-content-body .mce-item-anchor {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    cursor: default;
    display: inline-block;
    height: 12px !important;
    padding: 0 2px;
    -webkit-user-modify: read-only;
    -moz-user-modify: read-only;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    width: 8px !important;
}

.mce-content-body .mce-item-anchor[data-mce-selected] {
    outline-offset: 1px;
}

.tox-comments-visible .tox-comment {
    background-color: #fff0b7;
}

.tox-comments-visible .tox-comment--active {
    background-color: #ffe168;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: .25em 0;
}

.tox-checklist > li:not(.tox-checklist--hidden)::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    cursor: pointer;
    height: 1em;
    margin-left: -1.5em;
    margin-top: .125em;
    position: absolute;
    width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

[dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
    margin-left: 0;
    margin-right: -1.5em;
}

div.teaser_navigator_special .teaser {
    margin-bottom: 12px;
}

div.teaser_navigator_special .teaser .teaser_body {
    background: transparent url(/order/old/images/pp/blue_questionsign.png) 0px 3px no-repeat;
    padding-left: 40px;
}

.teaser_pubhelp_special ul.checklist,
.teaser_navigator_special ul.checklist {
    list-style-type: none;
    margin-top: 6px;
}

.teaser_pubhelp_special ul.checklist li,
.teaser_navigator_special ul.checklist li {
    background: url(/order/old/images/pp//checkmark.png) 0px 4px no-repeat;
    margin: 6px 0 0 0;
    padding: 0 0 0 18px;
}

/* navigator button */
.teaser_pubhelp_special ul.checklist + div > .process_button,
.teaser_navigator_special ul.checklist + div > .process_button {
    margin-left: -25px;
    margin-top: 2em;
}

code[class*=language-], pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    code[class*=language-], pre[class*=language-] {
        text-shadow: none;
    }
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #708090;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: .7;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
    color: #905;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    color: #9a6e3a;
    background: rgba(255, 255, 255, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a;
}

.token.class-name, .token.function {
    color: #dd4a68;
}

.token.important, .token.regex, .token.variable {
    color: #e90;
}

.token.bold, .token.important {
    font-weight: 700;
}

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

.token.entity {
    cursor: help;
}

.mce-content-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.mce-content-body .mce-visual-caret {
    background-color: #000;
    background-color: currentColor;
    position: absolute;
}

.mce-content-body .mce-visual-caret-hidden {
    display: none;
}

.mce-content-body [data-mce-caret] {
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.mce-content-body .mce-offscreen-selection {
    left: -2000000px;
    max-width: 1000000px;
    position: absolute;
}

.mce-content-body [contentEditable=false] {
    cursor: default;
}

.mce-content-body [contentEditable=true] {
    cursor: text;
}

.tox-cursor-format-painter {
    cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}

.mce-content-body figure.align-left {
    float: left;
}

.mce-content-body figure.align-right {
    float: right;
}

.mce-content-body figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.mce-preview-object {
    border: 1px solid gray;
    display: inline-block;
    line-height: 0;
    margin: 0 2px 0 2px;
    position: relative;
}

.mce-preview-object .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mce-preview-object[data-mce-selected="2"] .mce-shim {
    display: none;
}

.mce-object {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    border: 1px dashed #aaa;
}

.mce-pagebreak {
    border: 1px dashed #aaa;
    cursor: default;
    display: block;
    height: 5px;
    margin-top: 15px;
    page-break-before: always;
    width: 100%;
}

@media print {
    .mce-pagebreak {
        border: 0;
    }
}

.tiny-pageembed .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tiny-pageembed[data-mce-selected="2"] .mce-shim {
    display: none;
}

.tiny-pageembed {
    display: inline-block;
    position: relative;
}

.tiny-pageembed--16by9, .tiny-pageembed--1by1, .tiny-pageembed--21by9, .tiny-pageembed--4by3 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.tiny-pageembed--21by9 {
    padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
    padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
    padding-top: 75%;
}

.tiny-pageembed--1by1 {
    padding-top: 100%;
}

.tiny-pageembed--16by9 iframe, .tiny-pageembed--1by1 iframe, .tiny-pageembed--21by9 iframe, .tiny-pageembed--4by3 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mce-content-body[data-mce-placeholder] {
    position: relative;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(34, 47, 62, 0.7);
    content: attr(data-mce-placeholder);
    position: absolute;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    left: 1px;
}

.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
    right: 1px;
}

.mce-content-body div.mce-resizehandle {
    background-color: #4099ff;
    border-color: #4099ff;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 10000;
}

.mce-content-body div.mce-resizehandle:hover {
    background-color: #4099ff;
}

.mce-content-body div.mce-resizehandle:nth-of-type(1) {
    cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(2) {
    cursor: nesw-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(3) {
    cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(4) {
    cursor: nesw-resize;
}

.mce-content-body .mce-clonedresizable {
    opacity: .5;
    outline: 1px dashed #000;
    position: absolute;
    z-index: 10000;
}

.mce-content-body .mce-clonedresizable.mce-resizetable-columns td, .mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
    border: 0;
}

.mce-content-body .mce-resize-helper {
    background: #555;
    background: rgba(0, 0, 0, 0.75);
    border: 1px;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 10px;
    padding: 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 10001;
}

.tox-rtc-user-selection {
    position: relative;
}

.tox-rtc-user-cursor {
    bottom: 0;
    cursor: default;
    position: absolute;
    top: 0;
    width: 2px;
}

.tox-rtc-user-cursor::before {
    background-color: inherit;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 8px;
}

.tox-rtc-user-cursor:hover::after {
    background-color: inherit;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-user);
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -5px;
    min-height: 8px;
    min-width: 8px;
    padding: 0 12px;
    position: absolute;
    top: -11px;
    white-space: nowrap;
    z-index: 1000;
}

.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
    background-color: #2dc26b;
}

.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
    background-color: #e03e2d;
}

.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
    background-color: #f1c40f;
}

.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
    background-color: #3598db;
}

.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
    background-color: #b96ad9;
}

.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
    background-color: #e67e23;
}

.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
    background-color: #aaa69d;
}

.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
    background-color: #f368e0;
}

.tox-rtc-remote-image {
    background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
    border: 1px solid #ccc;
    min-height: 240px;
    min-width: 320px;
}

.mce-match-marker {
    background: #aaa;
    color: #fff;
}

.mce-match-marker-selected {
    background: #39f;
    color: #fff;
}

.mce-match-marker-selected::-moz-selection {
    background: #39f;
    color: #fff;
}

.mce-match-marker-selected::selection {
    background: #39f;
    color: #fff;
}

.mce-content-body audio[data-mce-selected], .mce-content-body embed[data-mce-selected], .mce-content-body img[data-mce-selected], .mce-content-body object[data-mce-selected], .mce-content-body table[data-mce-selected], .mce-content-body video[data-mce-selected] {
    outline: 3px solid #b4d7ff;
}

.mce-content-body hr[data-mce-selected] {
    outline: 3px solid #b4d7ff;
    outline-offset: 1px;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:focus {
    outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:hover {
    outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false][data-mce-selected] {
    cursor: not-allowed;
    outline: 3px solid #b4d7ff;
}

.mce-content-body.mce-content-readonly [contentEditable=true]:focus, .mce-content-body.mce-content-readonly [contentEditable=true]:hover {
    outline: 0;
}

.mce-content-body [data-mce-selected=inline-boundary] {
    background-color: #b4d7ff;
}

.mce-content-body .mce-edit-focus {
    outline: 3px solid #b4d7ff;
}

.mce-content-body td[data-mce-selected], .mce-content-body th[data-mce-selected] {
    position: relative;
}

.mce-content-body td[data-mce-selected]::-moz-selection, .mce-content-body th[data-mce-selected]::-moz-selection {
    background: 0 0;
}

.mce-content-body td[data-mce-selected]::selection, .mce-content-body th[data-mce-selected]::selection {
    background: 0 0;
}

.mce-content-body td[data-mce-selected] *, .mce-content-body th[data-mce-selected] * {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mce-content-body td[data-mce-selected]::after, .mce-content-body th[data-mce-selected]::after {
    background-color: rgba(180, 215, 255, 0.7);
    border: 1px solid rgba(180, 215, 255, 0.7);
    bottom: -1px;
    content: '';
    left: -1px;
    mix-blend-mode: multiply;
    position: absolute;
    right: -1px;
    top: -1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mce-content-body td[data-mce-selected]::after, .mce-content-body th[data-mce-selected]::after {
        border-color: rgba(0, 84, 180, 0.7);
    }
}

.mce-content-body img::-moz-selection {
    background: 0 0;
}

.mce-content-body img::selection {
    background: 0 0;
}

.ephox-snooker-resizer-bar {
    background-color: #b4d7ff;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ephox-snooker-resizer-cols {
    cursor: col-resize;
}

.ephox-snooker-resizer-rows {
    cursor: row-resize;
}

.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
    opacity: 1;
}

.mce-spellchecker-word {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
    height: 2rem;
}

.mce-spellchecker-grammar {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
}

.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc li {
    list-style-type: none;
}

.mce-item-table:not([border]), .mce-item-table:not([border]) caption, .mce-item-table:not([border]) td, .mce-item-table:not([border]) th, .mce-item-table[border="0"], .mce-item-table[border="0"] caption, .mce-item-table[border="0"] td, .mce-item-table[border="0"] th, table[style*="border-width: 0px"], table[style*="border-width: 0px"] caption, table[style*="border-width: 0px"] td, table[style*="border-width: 0px"] th {
    border: 1px dashed #bbb;
}

.mce-visualblocks address, .mce-visualblocks article, .mce-visualblocks aside, .mce-visualblocks blockquote, .mce-visualblocks div:not([data-mce-bogus]), .mce-visualblocks dl, .mce-visualblocks figcaption, .mce-visualblocks figure, .mce-visualblocks h1, .mce-visualblocks h2, .mce-visualblocks h3, .mce-visualblocks h4, .mce-visualblocks h5, .mce-visualblocks h6, .mce-visualblocks hgroup, .mce-visualblocks ol, .mce-visualblocks p, .mce-visualblocks pre, .mce-visualblocks section, .mce-visualblocks ul {
    background-repeat: no-repeat;
    border: 1px dashed #bbb;
    margin-left: 3px;
    padding-top: 10px;
}

.mce-visualblocks p {
    background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}

.mce-visualblocks h1 {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}

.mce-visualblocks h2 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}

.mce-visualblocks h3 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}

.mce-visualblocks h4 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}

.mce-visualblocks h5 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}

.mce-visualblocks h6 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}

.mce-visualblocks div:not([data-mce-bogus]) {
    background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}

.mce-visualblocks section {
    background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}

.mce-visualblocks article {
    background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}

.mce-visualblocks blockquote {
    background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}

.mce-visualblocks address {
    background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}

.mce-visualblocks pre {
    background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}

.mce-visualblocks figure {
    background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}

.mce-visualblocks figcaption {
    border: 1px dashed #bbb;
}

.mce-visualblocks hgroup {
    background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}

.mce-visualblocks aside {
    background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}

.mce-visualblocks ul {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}

.mce-visualblocks ol {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}

.mce-visualblocks dl {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}

.mce-visualblocks:not([dir=rtl]) address, .mce-visualblocks:not([dir=rtl]) article, .mce-visualblocks:not([dir=rtl]) aside, .mce-visualblocks:not([dir=rtl]) blockquote, .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]), .mce-visualblocks:not([dir=rtl]) dl, .mce-visualblocks:not([dir=rtl]) figcaption, .mce-visualblocks:not([dir=rtl]) figure, .mce-visualblocks:not([dir=rtl]) h1, .mce-visualblocks:not([dir=rtl]) h2, .mce-visualblocks:not([dir=rtl]) h3, .mce-visualblocks:not([dir=rtl]) h4, .mce-visualblocks:not([dir=rtl]) h5, .mce-visualblocks:not([dir=rtl]) h6, .mce-visualblocks:not([dir=rtl]) hgroup, .mce-visualblocks:not([dir=rtl]) ol, .mce-visualblocks:not([dir=rtl]) p, .mce-visualblocks:not([dir=rtl]) pre, .mce-visualblocks:not([dir=rtl]) section, .mce-visualblocks:not([dir=rtl]) ul {
    margin-left: 3px;
}

.mce-visualblocks[dir=rtl] address, .mce-visualblocks[dir=rtl] article, .mce-visualblocks[dir=rtl] aside, .mce-visualblocks[dir=rtl] blockquote, .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]), .mce-visualblocks[dir=rtl] dl, .mce-visualblocks[dir=rtl] figcaption, .mce-visualblocks[dir=rtl] figure, .mce-visualblocks[dir=rtl] h1, .mce-visualblocks[dir=rtl] h2, .mce-visualblocks[dir=rtl] h3, .mce-visualblocks[dir=rtl] h4, .mce-visualblocks[dir=rtl] h5, .mce-visualblocks[dir=rtl] h6, .mce-visualblocks[dir=rtl] hgroup, .mce-visualblocks[dir=rtl] ol, .mce-visualblocks[dir=rtl] p, .mce-visualblocks[dir=rtl] pre, .mce-visualblocks[dir=rtl] section, .mce-visualblocks[dir=rtl] ul {
    background-position-x: right;
    margin-right: 3px;
}

.mce-nbsp, .mce-shy {
    background: #aaa;
}

.mce-shy::after {
    content: '-';
}

body {
    font-family: sans-serif;
}

table {
    border-collapse: collapse;
}

/*
Fonts
*/
/* BEGIN Thin */
@font-face {
    font-family: "Roboto Thin";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Thin/Roboto-Thin.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Thin/Roboto-Thin.woff?v=2.137") format("woff");
    font-weight: 100;
    font-style: normal;
}

/* END Thin */
/* BEGIN Thin Italic */
@font-face {
    font-family: "Roboto Thin Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/ThinItalic/Roboto-ThinItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/ThinItalic/Roboto-ThinItalic.woff?v=2.137") format("woff");
    font-weight: 100;
    font-style: italic;
}

/* END Thin Italic */
/* BEGIN Light */
@font-face {
    font-family: "Roboto Light";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Light/Roboto-Light.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Light/Roboto-Light.woff?v=2.137") format("woff");
    font-weight: 300;
    font-style: normal;
}

/* END Light */
/* BEGIN Light Italic */
@font-face {
    font-family: "Roboto Light Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/LightItalic/Roboto-LightItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/LightItalic/Roboto-LightItalic.woff?v=2.137") format("woff");
    font-weight: 300;
    font-style: italic;
}

/* END Light Italic */
/* BEGIN Regular */
@font-face {
    font-family: "Roboto Regular";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Regular";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* END Regular */
/* BEGIN Italic */
@font-face {
    font-family: "Roboto Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
    font-weight: normal;
    font-style: italic;
}

/* END Italic */
/* BEGIN Medium */
@font-face {
    font-family: "Roboto Medium";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Medium/Roboto-Medium.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Medium/Roboto-Medium.woff?v=2.137") format("woff");
    font-weight: 500;
    font-style: normal;
}

/* END Medium */
/* BEGIN Medium Italic */
@font-face {
    font-family: "Roboto Medium Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/MediumItalic/Roboto-MediumItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/MediumItalic/Roboto-MediumItalic.woff?v=2.137") format("woff");
    font-weight: 500;
    font-style: italic;
}

/* END Medium Italic */
/* BEGIN Bold */
@font-face {
    font-family: "Roboto Bold";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
    font-family: "Roboto Bold Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Bold Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
    font-weight: bold;
    font-style: italic;
}

/* END Bold Italic */
/* BEGIN Black */
@font-face {
    font-family: "Roboto Black";
    src: url("/order/fonts/roboto-fontfacekit/fonts/Black/Roboto-Black.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/Black/Roboto-Black.woff?v=2.137") format("woff");
    font-weight: 900;
    font-style: normal;
}

/* END Black */
/* BEGIN Black Italic */
@font-face {
    font-family: "Roboto Black Italic";
    src: url("/order/fonts/roboto-fontfacekit/fonts/BlackItalic/Roboto-BlackItalic.woff2?v=2.137") format("woff2"), url("/order/fonts/roboto-fontfacekit/fonts/BlackItalic/Roboto-BlackItalic.woff?v=2.137") format("woff");
    font-weight: 900;
    font-style: italic;
}

/* END Black Italic */
@font-face {
    font-family: 'icons';
    src: url("/order/fonts/iconmoon/fonts/icons.eot?va6s3v");
    src: url("/order/fonts/iconmoon/fonts/icons.eot?va6s3v#iefix") format("embedded-opentype"), url("/order/fonts/iconmoon/fonts/icons.ttf?va6s3v") format("truetype"), url("/order/fonts/iconmoon/fonts/icons.woff?va6s3v") format("woff"), url("/order/fonts/iconmoon/fonts/icons.svg?va6s3v#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icn_leichte_sprache:before {
    content: "\e90b";
}

.icon-share-solid:before {
    content: "\e90a";
}

.icon-angle-down-solid:before {
    content: "\e902";
}

.icon-angle-up-solid:before {
    content: "\e903";
}

.icon-download-solid:before {
    content: "\e904";
}

.icon-info-circle-solid:before {
    content: "\e905";
}

.icon-lock-solid:before {
    content: "\e906";
}

.icon-question-circle-solid:before {
    content: "\e907";
}

.icon-search-solid:before {
    content: "\e908";
}

.icon-shopping-cart-solid:before {
    content: "\e909";
}

.icon-envelope-regular:before {
    content: "\e900";
}

.icon-home-solid:before {
    content: "\e901";
}

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
form .card .custom-file-dropzone .target:after,
form .card .custom-file-select .custom-file label.custom-file-label:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-down:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-up:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after,
.close_button:before,
.btn-icon span.icon-play-circle:before,
.sidebar__item.basket .basket__item.rest p a:before,
ul.link-list.add-item li:before,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

form .card .custom-file-dropzone .target:after, form .card .custom-file-select .custom-file label.custom-file-label:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-down:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-up:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after, .close_button:before, .btn-icon span.icon-play-circle:before, .sidebar__item.basket .basket__item.rest p a:before, ul.link-list.add-item li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
form .card .custom-file-dropzone .fa-pull-left.target:after,
form .card .custom-file-select .custom-file label.fa-pull-left.custom-file-label:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .fa-pull-left.btn-sort:after,
.fa-pull-left.close_button:before,
.btn-icon span.fa-pull-left.icon-play-circle:before,
.sidebar__item.basket .basket__item.rest p a.fa-pull-left:before,
ul.link-list.add-item li.fa-pull-left:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
form .card .custom-file-dropzone .fa-pull-right.target:after,
form .card .custom-file-select .custom-file label.fa-pull-right.custom-file-label:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .fa-pull-right.btn-sort:after,
.fa-pull-right.close_button:before,
.btn-icon span.fa-pull-right.icon-play-circle:before,
.sidebar__item.basket .basket__item.rest p a.fa-pull-right:before,
ul.link-list.add-item li.fa-pull-right:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("/order/fonts/fontawesome/webfonts/fa-brands-400.eot");
    src: url("/order/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/order/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/order/fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/order/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/order/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("/order/fonts/fontawesome/webfonts/fa-solid-900.eot");
    src: url("/order/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/order/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/order/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/order/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/order/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
form .card .custom-file-dropzone .target:after,
form .card .custom-file-select .custom-file label.custom-file-label:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-down:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-up:after,
.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after,
.close_button:before,
.btn-icon span.icon-play-circle:before,
.sidebar__item.basket .basket__item.rest p a:before,
ul.link-list.add-item li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("/order/fonts/fontawesome/webfonts/fa-regular-400.eot");
    src: url("/order/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/order/fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/order/fonts/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/order/fonts/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/order/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/*
External Publications Code
*/
/*
-----------------------------------------------------------------
external publication code from /assets/banz/css/publication

it has to be integrated before publication.scss
-----------------------------------------------------------------
*/
body .user-container .card.component-wizard .card-body,
body.pp_old_theme .user-container .card.component-wizard .card-body {
    /* Publication overview Page */
    /* .1212 { font-size:11px; } */
    /* /\* publication content *\/ */
    /* h1, h2, h3, h4, h5, h6 { */
    /*   margin: 0px; */
    /*   margin-bottom: 1ex; */
    /* } */
    /* publicationfix for all list_tables because IE have probs with paddings */
    /* and width of 100% */
    /* annual */
}

body .user-container .card.component-wizard .card-body div.publicationcontent,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent {
    clear: both !important;
    padding: 15px 5px !important;
    /* Ab hier beginnt die Definition der Styles fuer den Banz */
    font-size: 1em !important;
    font-weight: normal !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    line-height: 1.3em !important;
}

body.pp_old_theme .user-container .card.component-wizard .card-body div.inputsummary {
    border: solid 1px #ccc !important;
    padding: 2px 6px 2px 6px !important;
}


body .user-container .card.component-wizard .card-body div.publicationcontent table,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table {
    font-size: 1em !important;
    font-weight: normal !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent img,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent img {
    border: medium none !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h1,
body .user-container .card.component-wizard .card-body div.publicationcontent h2,
body .user-container .card.component-wizard .card-body div.publicationcontent h3,
body .user-container .card.component-wizard .card-body div.publicationcontent h4,
body .user-container .card.component-wizard .card-body div.publicationcontent h5,
body .user-container .card.component-wizard .card-body div.publicationcontent h6,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h1,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h2,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3,
body.pp_old_theme .user-container .vorschau div.publicationcontent h3,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h4,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h5,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h6 {
    font-family: Verdana, "Arial Unicode MS";
    color: black !important;
    padding: 0ex !important;
    margin: 1.5em 0 1ex 0 !important;
    line-height: 1.2em !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h1,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h1 {
    font-size: 16pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h2,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h2 {
    font-size: 14pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h3,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3,
body.pp_old_theme .user-container .downloadhtml div.publicationcontent h3 {
    font-size: 12pt !important;
    text-align: center !important;
}

body.pp_old_theme .user-container .downloadhtml div.publicationcontent .header_1 {
    font-size: 2.1em;
    color: #333
}

body.pp_old_theme .user-container .downloadhtml div.publicationcontent .header_2 {
    font-size: 1.2em;
    color: #333
}

body.pp_old_theme .user-container .downloadhtml div.publicationcontent .header_3 {
    font-size: 1.9em;
    color: #333
}

body .user-container .card.component-wizard .card-body div.publicationcontent h3.logo_text,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3.logo_text {
    margin-top: 1ex !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h4,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h4 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h5,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h5 {
    font-size: 8pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h3.z_titel,
body.pp_old_theme .user-container .vorschau div.publicationcontent h3.z_titel,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3.z_titel {
    /* font-size: 12pt; */
    font-weight: bold !important;
    margin-top: 3.6ex !important;
    /* 25px */
    margin-bottom: 0.8ex !important;
    /* 5px */
    line-height: 1.3em !important;
    text-align: center !important;
    margin-right: 100px !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h4.z_titel,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h4.z_titel {
    /* font-size: 10pt; */
    font-weight: bold !important;
    margin-top: 3.4ex !important;
    /* 20px */
    margin-bottom: 0.9ex !important;
    /* 5px */
    text-align: center !important;
    margin-right: 100px !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h5.z_titel,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h5.z_titel {
    /* font-size: 8pt; */
    font-weight: normal !important;
    margin-top: 3ex !important;
    /* 15px */
    margin-bottom: 1ex !important;
    /* 5px */
    line-height: 1.1em !important;
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent h3.l_titel,
body.pp_old_theme .user-container .vorschau div.publicationcontent h3.l_titel,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3.l_titel {
    /* font-size: 12pt; */
    font-weight: bold !important;
    margin-top: 4.3ex !important;
    /* 30px */
    margin-bottom: 0.8ex !important;
    /* 5px */
    text-align: center !important;
    margin-right: 100px !important;

}

body .user-container .card.component-wizard .card-body div.publicationcontent h3.b_teil,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent h3.b_teil {
    font-size: 11pt !important;
    font-weight: bold !important;
    margin-top: 5.8ex !important;
    /* 40px */
    margin-bottom: 0.8ex !important;
    /* 5px */
}

body .user-container .card.component-wizard .card-body div.publicationcontent div,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent div {
    /* new from 2004-06-15 */
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 10pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent P,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent P,
body.pp_old_theme .user-container .vorschau div.publicationcontent P {
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 10pt !important;
    /*         margin-top: 10px; */
    /*         margin-bottom: 10px; */
    margin: 1ex 0 !important;
    line-height: 1.3em !important;
    /* from main.css */
}

body .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_f,
body .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_fl,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_f,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_fl,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_f,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_fl,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_f,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_fl {
    margin-top: 0pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_l,
body .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_fl,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_l,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_fl,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_l,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent P.list_p_fl,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_l,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table P.tbl_p_fl {
    margin-bottom: 0pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent td,
body.pp_old_theme .user-container .vorschau div.publicationcontent td {
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 10pt !important;
    line-height: 1.3em !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tbody,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tfoot,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tbody,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tfoot {
    vertical-align: top !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead {
    vertical-align: bottom !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead tr td,
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead tr th,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table thead tr th {
    font-weight: normal !important;
}

/* BUN-4757
  body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tr td,
  body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tr td {
    padding-left: 1ex !important;
    padding-right: 1ex !important; } */
body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table {
    text-align: right !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tr.like_thead,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.std_table tr.like_thead {
    vertical-align: bottom !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent LI,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent LI {
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 10pt !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent TABLE.showborder,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent TABLE.showborder {
    /* new from 2004-06-15 */
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent TABLE.showborder TD,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent TABLE.showborder TD {
    /* new from 2004-06-15 */
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent a.pos_a_name,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent a.pos_a_name {
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 9pt !important;
    font-weight: normal !important;
    color: black !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_ident,
body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_ident,
body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_ident,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_ident,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_ident,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_ident {
    vertical-align: top !important;
    text-align: right !important;
    width: 3% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_content,
body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_content,
body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_content,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_content,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_content,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_content {
    vertical-align: top !important;
    padding-left: 2em !important;
    width: 97% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_ident,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_ident {
    width: 10% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_content,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_bl_content {
    width: 90% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_ident,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_ident {
    width: 6% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_content,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table td.list_top_content {
    width: 94% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_na,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_bl,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol_kapmug,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ul,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_na,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_bl,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol_kapmug,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ul {
    width: 100% !important;
}

body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_na tr td,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_bl tr td,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol tr td,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol_kapmug tr td,
body .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ul tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_na tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_bl tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ol_kapmug tr td,
body.pp_old_theme .user-container .card.component-wizard .card-body div.publicationcontent table.list_table_ul tr td {
    padding-top: 1.3ex !important;
    padding-bottom: 0.7ex !important;
}

body .user-container .card.component-wizard .card-body #annual,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual {
    line-height: 2.5ex !important;
    font-family: Verdana, "Arial Unicode MS" !important;
}

body .user-container .card.component-wizard .card-body #annual div.centerimage,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual div.centerimage {
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body #annual a.anker,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual a.anker {
    font-weight: normal !important;
}

body .user-container .card.component-wizard .card-body #annual dd,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual dd {
    margin: 1ex 2.5ex 2.5ex 2.5ex !important;
    line-height: 2.5ex !important;
    font-size: 1.5ex !important;
}

body .user-container .card.component-wizard .card-body #annual li,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual li {
    margin: 1ex 2.5ex 2.5ex 0ex !important;
    line-height: 2.5ex !important;
    font-size: 1.5ex !important;
}

body .user-container .card.component-wizard .card-body #annual p,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p {
    text-align: left !important;
    font-size: 1.5ex !important;
}

body .user-container .card.component-wizard .card-body #annual p.notice,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.notice {
    font-size: 1.3ex !important;
}

body .user-container .card.component-wizard .card-body #annual p.companyname,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.companyname {
    text-align: center;
    font-size: 1.1em !important;
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual p.office,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.office {
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual p.title,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.title {
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual p.pictureheadline,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.pictureheadline {
    text-align: left !important;
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual p.signature,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual p.signature {
    text-align: center !important;
    font-style: italic !important;
}

body .user-container .card.component-wizard .card-body p.centertext,
body.pp_old_theme .user-container .card.component-wizard .card-body p.centertext {
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body #annual table,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual table {
    width: 100%;
    font-family: Verdana, "Arial Unicode MS" !important;
    font-size: 1.5ex !important;
    color: black !important;
    border-spacing: 0px !important;
}

body .user-container .card.component-wizard .card-body #annual caption,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual caption {
    text-align: left !important;
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual th.caption,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual th.caption {
    text-align: left !important;
    font-weight: bold !important;
    padding: 0ex 0ex !important;
}

body .user-container .card.component-wizard .card-body #annual tr.bold_datafields td,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual tr.bold_datafields td {
    font-weight: bold !important;
}

body .user-container .card.component-wizard .card-body #annual th,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual th {
    text-align: left !important;
    font-weight: normal !important;
    vertical-align: bottom !important;
    padding: 0ex 1ex !important;
}

body .user-container .card.component-wizard .card-body #annual th.rightalign,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual th.rightalign {
    text-align: right !important;
}

body .user-container .card.component-wizard .card-body #annual td,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual td {
    text-align: right !important;
    vertical-align: bottom !important;
    padding: 0ex 1ex !important;
    font-size: 2ex !important;
}

body .user-container .card.component-wizard .card-body #aktiva_passiva,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva {
    width: 100%;
    font-size: 1.5ex !important;
    color: black;
    border-spacing: 0px !important;
}

body .user-container .card.component-wizard .card-body #aktiva_passiva td,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva td {
    width: 50% !important;
}

body .user-container .card.component-wizard .card-body #aktiva_passiva table,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva table {
    width: 95% !important;
    font-size: 2ex !important;
    border-spacing: 0px !important;
}

body .user-container .card.component-wizard .card-body #aktiva_passiva td,
body .user-container .card.component-wizard .card-body #aktiva_passiva th,
body .user-container .card.component-wizard .card-body #aktiva_passiva caption,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva td,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva th,
body.pp_old_theme .user-container .card.component-wizard .card-body #aktiva_passiva caption {
    vertical-align: top !important;
}

body .user-container .card.component-wizard .card-body .commentary,
body.pp_old_theme .user-container .card.component-wizard .card-body .commentary {
    font-size: 1.5ex !important;
    position: relative !important;
    top: -1.2ex !important;
}

body .user-container .card.component-wizard .card-body .underline,
body .user-container .card.component-wizard .card-body tr.underline th,
body .user-container .card.component-wizard .card-body tr.underline td,
body.pp_old_theme .user-container .card.component-wizard .card-body .underline,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.underline th,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.underline td {
    border-bottom-width: thin !important;
    border-bottom-color: black !important;
    border-bottom-style: solid !important;
}

body .user-container .card.component-wizard .card-body .double_underline,
body .user-container .card.component-wizard .card-body tr.double_underline th,
body .user-container .card.component-wizard .card-body tr.double_underline td,
body.pp_old_theme .user-container .card.component-wizard .card-body .double_underline,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.double_underline th,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.double_underline td {
    border-bottom-width: thin !important;
    border-bottom-color: black !important;
    border-bottom-style: double !important;
}

body .user-container .card.component-wizard .card-body .bold_underline,
body .user-container .card.component-wizard .card-body tr.bold_underline th,
body .user-container .card.component-wizard .card-body tr.bold_underline td,
body.pp_old_theme .user-container .card.component-wizard .card-body .bold_underline,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.bold_underline th,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.bold_underline td {
    border-bottom-width: medium !important;
    border-bottom-color: black !important;
    border-bottom-style: solid !important;
}

body .user-container .card.component-wizard .card-body .bold_double_underline,
body .user-container .card.component-wizard .card-body tr.bold_double_underline th,
body .user-container .card.component-wizard .card-body tr.bold_double_underline td,
body.pp_old_theme .user-container .card.component-wizard .card-body .bold_double_underline,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.bold_double_underline th,
body.pp_old_theme .user-container .card.component-wizard .card-body tr.bold_double_underline td {
    border-bottom-width: medium !important;
    border-bottom-color: black !important;
    border-bottom-style: double !important;
}

body .user-container .card.component-wizard .card-body .bold2_underline,
body.pp_old_theme .user-container .card.component-wizard .card-body .bold2_underline {
    border-bottom-width: thick !important;
    border-bottom-color: black !important;
    border-bottom-style: solid !important;
}

body .user-container .card.component-wizard .card-body table.text_table td,
body.pp_old_theme .user-container .card.component-wizard .card-body table.text_table td {
    text-align: left !important;
}

body .user-container .card.component-wizard .card-body #indexlist,
body.pp_old_theme .user-container .card.component-wizard .card-body #indexlist {
    font-size: 2.0ex !important;
}

body .user-container .card.component-wizard .card-body #indexlist ul li,
body.pp_old_theme .user-container .card.component-wizard .card-body #indexlist ul li {
    font-size: 2.0ex !important;
}

body .user-container .card.component-wizard .card-body #indexlist ul li ul li,
body.pp_old_theme .user-container .card.component-wizard .card-body #indexlist ul li ul li {
    font-size: 2.0ex !important;
}

body .user-container .card.component-wizard .card-body #annual h1,
body .user-container .card.component-wizard .card-body #annual h2,
body .user-container .card.component-wizard .card-body #annual h3,
body .user-container .card.component-wizard .card-body #annual h4,
body .user-container .card.component-wizard .card-body #annual h5,
body .user-container .card.component-wizard .card-body #annual h6,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h1,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h2,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h3,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h4,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h5,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h6 {
    /*  color: #00529c; */
    font-family: Verdana, "Arial Unicode MS" !important;
    color: black !important;
    padding-top: 1.5em !important;
    margin: 0px !important;
    margin-bottom: 1ex !important;
}

body .user-container .card.component-wizard .card-body #annual h1,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h1 {
    font-size: 12pt !important;
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body #annual h2,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h2 {
    font-size: 11pt !important;
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body #annual h3,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h3 {
    font-size: 11pt !important;
    text-align: left !important;
}

body .user-container .card.component-wizard .card-body #annual h4,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h4 {
    font-size: 10pt;
    text-align: left;
}

body .user-container .card.component-wizard .card-body #annual h5,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h5 {
    font-size: 8pt !important;
    text-align: left !important;
}

body .user-container .card.component-wizard .card-body #annual h6,
body.pp_old_theme .user-container .card.component-wizard .card-body #annual h6 {
    font-size: 7pt !important;
    text-align: left !important;
}

body .user-container .card.component-wizard .card-body .main_tablehead,
body.pp_old_theme .user-container .card.component-wizard .card-body .main_tablehead {
    background-color: #cdcdce !important;
}

body .user-container .card.component-wizard .card-body .main_group,
body.pp_old_theme .user-container .card.component-wizard .card-body .main_group {
    background-color: #94b8c9 !important;
}

body .user-container .card.component-wizard .card-body .group,
body.pp_old_theme .user-container .card.component-wizard .card-body .group {
    background-color: #c9dce4;
}

body .user-container .card.component-wizard .card-body .sub_group,
body.pp_old_theme .user-container .card.component-wizard .card-body .sub_group {
    background-color: #dfeaef !important;
}

body .user-container .card.component-wizard .card-body .sub_total,
body.pp_old_theme .user-container .card.component-wizard .card-body .sub_total {
    background-color: #e4d6d6 !important;
}

body .user-container .card.component-wizard .card-body .end_total,
body.pp_old_theme .user-container .card.component-wizard .card-body .end_total {
    background-color: #a7dddd !important;
}

body .user-container .card.component-wizard .card-body .second_line,
body.pp_old_theme .user-container .card.component-wizard .card-body .second_line {
    background-color: #f0f0f0 !important;
}

body .user-container .card.component-wizard .card-body .center,
body.pp_old_theme .user-container .card.component-wizard .card-body .center {
    text-align: center !important;
}

body .user-container .card.component-wizard .card-body div.pub_disclaimer,
body.pp_old_theme .user-container .card.component-wizard .card-body div.pub_disclaimer {
    margin-right: 15px !important;
}

body .user-container .card.component-wizard .card-body div.pub_disclaimer input.button,
body.pp_old_theme .user-container .card.component-wizard .card-body div.pub_disclaimer input.button {
    margin-left: 10px !important;
}

body .user-container .card.component-wizard .card-body div.pub_disclaimer input,
body.pp_old_theme .user-container .card.component-wizard .card-body div.pub_disclaimer input {
    margin-bottom: 3px !important;
}

/*
Global
*/
* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    color: #1e252b;
    font-family: "Roboto Light", sans-serif;
    font-size: 0.9375rem;
    background: #e9e9ea;
    font-weight: 400;
    line-height: 1.334;
    -webkit-overflow-scrolling: touch !important;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    margin: 0;
}

a {
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    color: #1b5683;
    text-decoration: underline;
}

a:hover {
    color: #1e252b;
}

p {
    margin: 0;
    font-size: 0.9375rem;
    padding: 0 0 1.25rem 0;
}

p:last-child, p.last {
    padding: 0;
}

p.small {
    font-size: 0.75rem;
}

b,
strong {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

h1:not(.publicationcontent) {
    font-size: 1.75rem;
    color: #1b5683;
    font-family: "Roboto Light", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.9375rem 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 768px) {
    h1:not(.publicationcontent) {
        font-size: 2.125rem;
        padding: 0.625rem 0 1.875rem 0;
    }
}

h2 {
    font-size: 1.125rem;
    color: #1b5683;
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0.375rem 0 0.9375rem 0;
}

h2 span {
    font-family: "Roboto Light", sans-serif;
}

h3 {
    font-size: 1.125rem;
    color: #4b5056;
    font-family: "Roboto Regular", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0.25rem 0 0.75rem 0;
}

h4 {
    font-size: 1.125rem;
    color: #4b5056;
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.75rem 0;
}

h4.green {
    color: #1b5683;
}

h5,
h6 {
    font-size: 0.9375rem;
    font-family: "Roboto Regular", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.75rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.img-border {
    border: 1px solid #e9e9ea;
}

img.img-height-40 {
    height: 40px;
    width: auto;
}

hr.divider15 {
    border: 0;
    border-top: 1px solid #dddedf;
    height: 1px;
    overflow: hidden;
    margin-bottom: 0.9375rem;
}

hr.divider25 {
    border: 0;
    border-top: 1px solid #dddedf;
    height: 1px;
    overflow: hidden;
    margin-bottom: 1.5625rem;
}

hr.divider25-25 {
    border: 0;
    border-top: 1px solid #dddedf;
    height: 1px;
    overflow: hidden;
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem;
}

.auftrag p {
    padding-bottom: 1.25rem !important;
}

@media (min-width: 768px) {
    .form-height {
        min-height: 102px;
    }
}

.content {
    flex-grow: 1;
}

button,
input {
    box-shadow: none;
    border: 0;
}

button:focus {
    /* outline: none; */
}

/* tooltip */
.tooltip {
    z-index: 9999;
}

.tooltip .tooltip-inner {
    color: #212529;
    background: #fff;
    border-radius: 4px;
    padding: 0.125rem 0.375rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #fff !important;
}

/* spacing */
.mt-30 {
    margin-top: 15px !important;
}

@media (min-width: 768px) {
    .mt-30 {
        margin-top: 30px !important;
    }
}

/* table scroll */
.scroll-info {
    display: none;
}

.scroll-info.scrollbar-visible {
    display: block;
}

.doubleScroll-scroll-wrapper {
    height: 15px !important;
}

body.touch-device .doubleScroll-scroll-wrapper {
    display: none;
}

/* progress */
.progress {
    height: 34px;
    border-radius: 4px;
    margin-bottom: 40px;
    background-color: #f4f4f4;
}

.progress .progress-bar {
    flex-direction: row;
    flex-grow: 1;
    width: auto !important;
    line-height: 34px;
    background: #f4f4f4;
    color: #4b5056;
    font-size: 0.9375rem;
    border-right: 1px solid #fff;
    justify-content: center;
    padding: 0 10px;
}

.progress .progress-bar:last-child {
    border: 0;
}

.progress .progress-bar.bg-current, .progress .progress-bar.bg-sucess {
    background: #9a9da0;
    color: #fff;
}

.progress .progress-bar span.text {
    display: none;
    font-size: 0.8125rem;
}

@media (min-width: 768px) {
    .progress .progress-bar span.nr {
        padding-right: 5px;
    }

    .progress .progress-bar span.text {
        display: block;
        font-size: 0.8125rem;
    }

    .progress .progress-bar.bg-current {
        flex-grow: 1.5;
    }
}

@media (min-width: 992px) {
    .progress .progress-bar {
        padding: 0 20px;
    }

    .progress .progress-bar span.text {
        font-size: 0.9375rem;
    }
}

/* hide all elements, that are used in noscript version */
.noscript-only {
    /*
             */
    display: none;
}

/* focus highlighting */
*:focus,
button:focus {
    outline: none;
}

.form-control:focus {
    color: #1e252b;
    background-color: #f4f4f4;
    border-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(30, 37, 43, 0.25);
}

header .logo_block a:focus {
    box-shadow: 0 0 5px rgba(30, 37, 43, 0.8);
}

.btn-primary:focus,
.btn-primary.focus {
    outline: 0;
    color: inherit;
    background-color: inherit;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(30, 37, 43, 0.5);
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 5px rgba(30, 37, 43, 0.5);
}

/* progress */
.progress {
    min-height: 34px;
    border-radius: 4px;
    margin-bottom: 40px;
    background-color: #f4f4f4;
}

@media (min-width: 1120px) {
    .progress {
        min-height: 44px;
    }
}

.progress .progress-bar {
    white-space: pre-wrap;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    width: auto !important;
    line-height: 1.2;
    background: #f4f4f4;
    color: #4b5056;
    font-size: 0.8125rem;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0 10px;
}

.progress .progress-bar:last-child {
    border: 0;
}

.progress .progress-bar.bg-current, .progress .progress-bar.bg-sucess {
    background: #9a9da0;
    color: #fff;
}

.progress .progress-bar span.text {
    display: none;
    font-size: 0.8125rem !important;
    text-align: left;
}

.progress .progress-bar span.nr {
    font-size: 0.8125rem !important;
    text-align: left;
}

@media (min-width: 768px) {
    .progress .progress-bar span.nr {
        padding-right: 5px;
    }

    .progress .progress-bar span.bg-current {
        flex-grow: 1;
    }
}

@media (min-width: 1120px) {
    .progress .progress-bar {
        justify-content: center;
    }

    .progress .progress-bar.bg-current {
        width: auto;
    }

    .progress .progress-bar span.nr {
        display: none;
    }

    .progress .progress-bar span.text {
        display: block;
    }
}

body.pp_old_theme {
    text-rendering: auto;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: auto;
    color: #000;
    /* sticky footer */
}

body.pp_old_theme #content {
    min-height: -webkit-calc(100% - 240px);
    min-height: -moz-calc(100% - 240px);
    min-height: calc(100% - 240px);
    margin-bottom: -48px;
}

body.pp_old_theme #content:after {
    content: "";
    display: block;
    height: 48px;
}

body.pp_old_theme footer {
    min-height: 48px;
}

body.pp_old_theme .btn:focus,
body.pp_old_theme .btn.focus {
    box-shadow: none !important;
}

.container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1120px;
    position: relative;
}

@media (min-width: 768px) {
    .container .row > .col-sm-12.col-md-4.col-lg-3 {
        padding-left: 30px;
    }

    .container .row > .col-sm-12.col-md-4.col-lg-3 .block.margin_bottom_large:last-child {
        margin-bottom: 10px;
    }
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #6d7176;
}

.bg-gray-light {
    background: #dddedf;
}

.bg-red {
    background: #cb2121;
}

.color-green {
    color: #1b5683 !important;
}

.color-red {
    color: #cb2121 !important;
}

.indent_top_large {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .indent_top_large {
        padding-top: 80px;
    }
}

.indent_bottom_large {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .indent_bottom_large {
        padding-bottom: 80px;
    }
}

.indent_top_small {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .indent_top_small {
        padding-top: 40px;
    }
}

.indent_bottom_small {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .indent_bottom_small {
        padding-bottom: 40px;
    }
}

.padding_bottom_20 {
    padding-bottom: 20px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_bottom_5 {
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .padding_bottom_20 {
        padding-bottom: 20px;
    }
}

.padding_top_20 {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .padding_top_20 {
        padding-top: 20px;
    }
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .padding_bottom_30 {
        padding-bottom: 30px;
    }
}

.padding_top_30 {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .padding_top_30 {
        padding-top: 30px;
    }
}

.row {
    margin-top: -10px;
    margin-bottom: -10px;
}

.row [class^="col-"],
.row [class*=" col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    margin-top: 0;
}

@media (min-width: 768px) {
    footer {
        margin-top: 10px;
    }
}

.block.margin_bottom_large {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .block.margin_bottom_large {
        margin-bottom: 40px;
    }
}

.block.margin_top_large {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .block.margin_top_large {
        margin-top: 40px;
    }
}

.block.margin_top_small {
    margin-top: 20px;
}

.block.margin_bottom_small {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .block-auftrag p {
        min-height: 102px;
    }

    .block-auftrag .col-auto {
        margin-top: 0;
        margin-left: auto !important;
    }
}

@media (max-width: 459px) {
    .block-schnellsuche .col-auto {
        width: 100% !important;
    }

    .block-schnellsuche .row {
        flex-direction: column-reverse;
    }
}

.block-headline {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 20px 6px 20px;
    font-size: 1.125rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.block-headline h3 {
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #fff;
}

.block-headline.bg-gray-light {
    color: #4b5056;
}

.block-headline.bg-gray-light h3 {
    color: #4b5056;
}

.block-headline > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.block-headline span {
    padding-top: 3px;
}

.block-content {
    padding: 1.25rem;
    background: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.block-content.bg-gray-light {
    background: #f4f4f4;
}

.block-footer {
    margin: 0 -20px;
    padding: 1.25rem 20px 0 20px;
    border-top: 1px solid #dddedf;
}

.contact-info strong {
    font-size: 1.125rem;
    color: #4b5056;
    display: block;
}

.contact-info span {
    display: block;
    font-size: 0.75rem;
}

.content-container {
    padding: 1.25rem;
    background: #fff;
    border-radius: 4px;
}

.content-container .block-content {
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
}

/*
Blocks
*/
.accordion {
    margin-bottom: 20px;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion .card .card-header h4 {
    margin: 0;
    padding: 0;
}

.accordion .card .card-header h4 button {
    width: 100%;
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    line-height: 1.334;
    background: #f4f4f4;
    color: #1b5683;
    font-weight: normal;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 8px 40px 8px 20px;
    border: 0;
    text-decoration: none;
    position: relative;
}

.accordion .card .card-header h4 button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f078';
    font-size: 0.875rem;
    position: absolute;
    top: 11px;
    right: 15px;
}

.accordion .card .card-header h4 button[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    color: #fff;
    background: #6d7176;
}

.accordion .card .card-header h4 button[aria-expanded="true"]:after {
    content: "\f077";
}

.accordion .card .card-header h4 button:hover, .accordion .card .card-header h4 button:focus {
    color: #fff;
    background: #6d7176;
}

.accordion .card .card-body {
    background: #f4f4f4;
    margin: 0 0 20px 0;
    padding: 1.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.accordion .card .card-body ul li {
    text-indent: -7px;
}

.accordion .card .card-body ul li:before {
    left: -5px;
}

.accordion .card:last-child .card-header h4 button {
    margin-bottom: 0;
}

.accordion .card:last-child .card-body {
    margin-bottom: 0;
}

/* sidebar */
.sidebar__item.faq .accordion .card .card-header h4 button {
    font-size: 0.9375rem;
    background: #fff;
    color: #1b5683;
    margin: 0 0 3px 0;
    padding: 8px 30px 8px 10px;
    position: relative;
}

.sidebar__item.faq .accordion .card .card-header h4 button:after {
    font-size: 0.875rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sidebar__item.faq .accordion .card .card-header h4 button[aria-expanded="true"] {
    color: #fff;
    background: #6d7176;
}

.sidebar__item.faq .accordion .card .card-header h4 button:hover, .sidebar__item.faq .accordion .card .card-header h4 button:focus {
    color: #fff;
    background: #6d7176;
}

.sidebar__item.faq .accordion .card .card-body {
    background: #fff;
    margin: 0 0 3px 0;
    padding: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.15rem;
}

.sidebar__item.faq .accordion .card .card-body p {
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
}

.sidebar__item.faq .accordion .card .card-body p:last-child {
    padding-bottom: 0;
}

.sidebar__item.faq .accordion .card .card-body ul li {
    text-indent: -7px;
}

.sidebar__item.faq .accordion .card .card-body ul li:before {
    left: -5px;
}

.sidebar__item.faq .accordion .card:last-child .card-header h4 button {
    margin-bottom: 0;
}

/* margin */
.margin-faq-container .accordion .card .card-header h4 button {
    font-size: 0.9375rem;
    padding: 8px 30px 8px 10px;
}

.margin-faq-container .accordion .card .card-header h4 button:after {
    font-size: 0.9375rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

.margin-faq-container .accordion .card .card-body {
    padding: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.15rem;
}

.margin-faq-container .accordion .card .card-body p {
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
}

.margin-faq-container .accordion .card .card-body p:last-child {
    padding-bottom: 0;
}

.margin-faq-container .accordion .card .card-body ul li {
    text-indent: -7px;
}

.margin-faq-container .accordion .card .card-body ul li:before {
    left: -5px;
}

/* DL/DD version */
dl.fold {
    overflow: auto;
    /* header */
    /* body */
}

dl.fold dt {
    width: 100%;
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    line-height: 1.334;
    background: #f4f4f4;
    color: #1b5683;
    font-weight: normal;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 8px 40px 8px 20px;
    border: 0;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

dl.fold dt:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f078';
    font-size: 0.875rem;
    position: absolute;
    top: 11px;
    right: 15px;
}

dl.fold dt.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background: #6d7176;
    margin-bottom: 0;
}

dl.fold dt.active:after {
    content: "\f077";
}

dl.fold dt:hover, dl.fold dt:focus {
    color: #fff;
    background: #6d7176;
    cursor: pointer;
}

dl.fold dd {
    display: none;
    background: #f4f4f4;
    margin: 0 0 20px 0;
    padding: 1.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

dl.fold dd ul li {
    text-indent: -7px;
}

dl.fold dd ul li:before {
    left: -5px;
}

/* DL/DD version / margin */
.margin-faq-container dl.fold {
    margin-bottom: -20px;
    /* header */
    /* body */
}

.margin-faq-container dl.fold dt {
    font-size: 0.9375rem;
}

.margin-faq-container dl.fold dd {
    font-size: 0.75rem;
    line-height: 1.15rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.margin-faq-container dl.fold dd p {
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
}

.margin-faq-container dl.fold dd p:last-child {
    padding-bottom: 0;
}

.margin-faq-container dl.fold dd ul {
    margin: 0 0 5px 0;
}

.margin-faq-container dl.fold dd ul li {
    text-indent: 0px;
}

.margin-faq-container dl.fold dd ul li:before {
    left: -5px;
}

/* search options */
#searchoptions {
    position: relative;
    z-index: 1022;
}

/* faq teaser block/sidebar item */
.block dl.fold {
    margin-bottom: 0;
}

.block dl.fold dt,
.sidebar__item dl.fold dt {
    background: #f4f4f4;
    border-radius: 4px;
    font-size: 0.9375rem;
    margin: 0 0 20px 0;
    padding: 8px 30px 8px 10px;
}

.block dl.fold dt:last-of-type,
.block dl.fold dd:last-of-type {
    margin-bottom: 0;
}

.block dl.fold dt:hover,
.sidebar__item dl.fold dt:hover {
    background: #6d7176;
    color: #fff;
}

.block dl.fold dt.active,
.sidebar__item dl.fold dt.active {
    background: #6d7176;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    margin-bottom: 0;
}

.block dl.fold dd,
.sidebar__item dl.fold dd {
    background: #f4f4f4;
    font-size: 0.75rem;
    line-height: 1.15rem;
    margin: 0 0 20px 0;
    padding: 0.625rem;
}

.block dl.fold dd p,
.sidebar__item dl.fold dd p {
    font-size: 0.75rem;
}

.sidebar__item dl.fold dt,
.sidebar__item dl.fold dd {
    background: #fff;
    margin: 0 0 3px 0;
}

.sidebar__item .indent_bottom_large {
    padding-bottom: 40px;
}

.alert {
    border-radius: 4px;
}

.alert.mb-40 {
    margin-bottom: 40px !important;
}

.alert.mt-10 {
    margin-top: 10px !important;
}

.alert.mt-20 {
    margin-top: 20px !important;
}

.alert.mt-40 {
    margin-top: 40px !important;
}

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

.alert.alert-primary {
    background: #e9e9ea;
    padding: 20px;
    margin-bottom: 20px;
}

.alert.alert-primary.red {
    color: #cb2121;
}

.alert.alert-primary.error {
    color: #fff;
    background: #cb2121;
}

.alert.alert-white {
    padding: 0;
    margin-bottom: 20px;
}

.alert.alert-form-error {
    background: #cb2121;
    padding: 10px 10px 12px 10px;
    margin-bottom: 20px;
    color: #fff;
}

.alert.alert-form-error ul {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 20px;
}

.alert.alert-form-error ul li {
    padding-bottom: 0.5em;
    text-indent: -3px;
    padding-left: 0;
}

.alert.alert-form-error ul li:before {
    position: relative;
    top: -1px;
    left: -10px;
    width: 3px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    color: #fff;
}

.alert.alert-form-logout {
    background: #1b5683;
    padding: 10px 10px 12px 10px;
    margin-bottom: 20px;
    color: #fff;
}

.alert.alert-form-logout ul {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 20px;
}

.alert.alert-form-logout ul li {
    padding-bottom: 0.5em;
    text-indent: -3px;
    padding-left: 0;
}

.alert.alert-form-logout ul li:before {
    position: relative;
    top: -1px;
    left: -10px;
    width: 3px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f00c';
    color: #fff;
}

ul.link-list.add-item {
    list-style-type: none;
}

ul.link-list.add-item li {
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    color: #1b5683;
}

ul.link-list.add-item li:before {
    content: "\f067";
    font-size: 0.75rem;
    position: absolute;
    top: 6px;
    left: 0;
}

ul.link-list.add-item li a {
    text-decoration: none;
    color: #1b5683;
}

ul.link-list.add-item li a:hover {
    text-decoration: underline;
}

ul.link-list.add-item.detail-view {
    padding-left: 3px;
}

ul.link-list.add-item.detail-view li {
    padding: 0 0 0 25px;
}

ul.link-list.add-item.detail-view li:before {
    content: "\f217";
    font-size: 0.9375rem;
    top: 3px;
    left: 0;
}

.headline-info {
    padding-right: 40px;
    position: relative;
}

.headline-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .headline-info .btn-tooltip {
        top: 12px;
    }
}

.headline-info .modal-dialog {
    max-width: 640px;
    margin: 20px 5px 20px 20px;
}

@media (min-width: 700px) {
    .headline-info .modal-dialog {
        margin: 20px auto;
    }
}

.basket-nav {
    margin-top: 40px;
}

.basket-nav .left .btn:first-child {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .basket-nav .left .btn:first-child {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.basket_tab {
    z-index: 1000;
    padding: 0 10px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 2.5rem;
    background: #043e67;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    border: none;
    min-width: 40px;
    font-size: 1.125rem;
    color: #fff;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .basket_tab {
        min-width: 200px;
        justify-content: flex-end;
        padding: 0 20px;
        margin-right: 20px;
    }
}

.basket_tab > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.basket_tab:hover {
    background: #fff;
    color: #043e67;
    text-decoration: none;
}

@media (min-width: 992px) {
    .basket_tab:hover {
        background: #e9e9ea;
        color: #1e252b;
    }
}

.basket_tab i.fa-shopping-cart {
    padding-left: 10px;
    margin-top: -1px;
}

.basket_tab span.btn-text {
    display: none;
}

@media (min-width: 768px) {
    .basket_tab span.btn-text {
        display: inline-block;
        padding-right: 5px;
    }
}

@media (min-width: 1200px) {
    .basket_tab {
        /*

        Anmerkung:
        Nach Auskommentierung der Bereiche zwischen "Hide Sidebar: BEGIN"
        und "Hide sidebar: END" kann die schwebende Paletter deaktiviert werden.

        */
        /* Hide Sidebar: BEGIN */
        display: none !important;
        /* Hide sidebar: END */
    }
}

.sidebar__item.basket .basket__item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 20px;
    position: relative;
    overflow: auto;
}

.sidebar__item.basket .basket__item p.company {
    padding: 0 0 5px 0;
}

.sidebar__item.basket .basket__item p.document {
    padding: 0 0 5px 0;
}

.sidebar__item.basket .basket__item p.tax {
    float: left;
    padding: 5px 0 0 0;
    color: #8f9295;
    font-size: 0.75rem;
}

.sidebar__item.basket .basket__item p.price {
    float: right;
    padding: 0;
}

.sidebar__item.basket .basket__item ul.link-list.add-item {
    margin: 0 0 5px 0;
    padding: 0;
}

.sidebar__item.basket .basket__item.rest p.link {
    float: left;
    padding: 0;
}

.sidebar__item.basket .basket__item.rest p.price {
    float: right;
    padding: 0;
}

.sidebar__item.basket .basket__item.rest p a {
    text-decoration: none;
}

.sidebar__item.basket .basket__item.rest p a:before {
    content: "\f105";
    font-size: 0.9375rem;
    margin-right: 5px;
    position: relative;
    top: -1px;
    left: 0;
}

.sidebar__item.basket .basket__item.rest p a:before:hover {
    text-decoration: none;
}

.sidebar__item.basket .basket__item.rest p a:hover {
    text-decoration: underline;
}

.sidebar__item.basket .basket__item.total {
    background: #6d7176;
    color: #fff;
    margin-bottom: 20px;
}

.sidebar__item.basket .basket__item.total p.text {
    float: left;
    padding: 0;
}

.sidebar__item.basket .basket__item.total p.price {
    float: right;
    padding: 0;
}

.sidebar__item.basket .basket__item.total p.tax {
    clear: both;
    color: #fff;
    padding: 0;
}

.sidebar__item.basket .basket__item .btn-trash {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 3px;
    opacity: 1;
    border: 0;
    background: 0;
    color: #9a9da0;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    font-size: 1rem;
}

.sidebar__item.basket .basket__item .btn-trash:hover {
    opacity: 1;
    color: #1b5683 !important;
    cursor: pointer;
}

.sidebar__item.basket .iframe-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #dddedf;
    z-index: 1;
}

.sidebar__item.basket .iframe-container iframe {
    margin: 0;
    border: 0;
    width: 1px;
    min-width: 100%;
    position: relative;
}

.basket-iframe {
    background: #dddedf;
    height: auto;
    margin: 0;
    padding: 0;
}

.basket-iframe .container {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin: 0;
}

.basket-iframe .sidebar__item .header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    -ms-overflow-style: none;
    z-index: 2;
    height: 85px;
    width: 360px;
    background: #dddedf;
    padding: 0 20px;
}

.basket-iframe .sidebar__item .header h3 {
    font-family: "Roboto Light", sans-serif;
    font-weight: 100;
    font-size: 2.125rem;
    color: #1b5683;
    margin: 1.125rem 0 2rem 0;
}

.basket_container {
    padding: 0;
    margin-top: 40px;
    border-top: 1px solid #dddedf;
}

.basket_container .row [class^="col-"],
.basket_container .row [class*=" col-"] {
    padding: 10px;
}

.basket_container .row {
    margin: 0;
    border-bottom: 1px solid #dddedf;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
}

.basket_container .row .hidden-lg {
    padding-right: 5px;
}

.basket_container .row .hidden-lg:last-child {
    padding-left: 5px;
}

.basket_container .row.basket_header {
    display: none;
    background: #9a9da0;
    color: #fff;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    padding-bottom: 0;
    border-bottom: 0;
    word-wrap: normal;
}

.basket_container .row.basket_header [class*="col-"] {
    padding: 8px 10px;
    border-bottom: 1px solid #dddedf;
}

.basket_container .row.basket_header .company {
    padding-left: 54px;
}

.basket_container .row.basket_header .document .amount {
    min-width: 122px;
    text-align: right;
    padding-right: 20px;
    float: left;
    display: block;
}

.basket_container .row.basket_header .price .price {
    min-width: 100px;
    text-align: right;
    padding-left: 10px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

@media (min-width: 992px) {
    .basket_container .row.basket_header {
        display: flex;
    }
}

.basket_container .row .company-wrapper {
    background: #f4f4f4;
    padding: 10px 10px 10px 0;
}

.basket_container .row .company-wrapper .trash-wrapper .btn {
    margin: 0 10px;
}

@media (min-width: 992px) {
    .basket_container .row .company-wrapper .trash-wrapper .btn {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .basket_container .row .company-wrapper {
        background: none;
        padding: 0;
    }
}

.basket_container .row .document-wrapper .amount {
    width: 34px;
    min-width: 34px;
    margin: 0 10px;
}

.basket_container .row .document-wrapper .amount .text {
    display: block;
    width: 34px;
    text-align: center;
}

@media (min-width: 992px) {
    .basket_container .row .document-wrapper .amount .text {
        text-align: right;
        width: auto;
    }
}

.basket_container .row .document-wrapper .amount .btn {
    float: left;
}

.basket_container .row .document-wrapper .amount .btn i {
    font-size: 0.875rem;
}

.basket_container .row .document-wrapper .amount .btn i:before {
    position: relative;
    top: -2px;
}

.basket_container .row .document-wrapper .amount .btn.btn-plus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.basket_container .row .document-wrapper .amount .btn.btn-minus {
    border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.basket_container .row .document-wrapper .amount input[type="text"] {
    width: 34px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    float: left;
}

@media (min-width: 992px) {
    .basket_container .row .document-wrapper .amount {
        min-width: 122px;
        text-align: right;
        padding-right: 20px;
        margin-right: 0;
    }
}

.basket_container .row .document-wrapper ul.link-list.add-item {
    margin: 5px 0 0 3px;
    padding: 0;
}

.basket_container .row .sign input {
    max-width: 150px;
    margin-left: 54px;
}

@media (min-width: 992px) {
    .basket_container .row .sign input {
        margin-left: 0;
    }

    .basket_container .row .sign input::-webkit-input-placeholder {
        color: transparent;
    }

    .basket_container .row .sign input:-moz-placeholder {
        color: transparent;
    }

    .basket_container .row .sign input::-moz-placeholder {
        color: transparent;
    }

    .basket_container .row .sign input:-ms-input-placeholder {
        color: transparent;
    }
}

.basket_container .row .price-wrapper .tax {
    margin-left: 54px;
}

@media (min-width: 992px) {
    .basket_container .row .price-wrapper .tax {
        margin-left: 0;
    }
}

.basket_container .row .price-wrapper .price {
    text-align: right;
    padding-left: 10px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .basket_container .row .price-wrapper .price {
        width: 100px;
        padding-top: 0;
    }

    .basket_container .row .price-wrapper .price.flex-fill {
        flex: none !important;
    }
}

@media (min-width: 992px) {
    .basket_container .row {
        padding: 0;
    }

    .basket_container .row .hidden-lg {
        display: none;
    }
}

.basket_container .back {
    text-align: right;
    background: #f4f4f4;
    margin: 0;
    border-bottom: 1px solid #dddedf;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
}

.basket_container .back .value {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    min-width: 100px;
}

.basket_container .back .subtotal {
    padding: 10px 10px 5px 0;
}

.basket_container .back .subtotal .value {
    white-space: nowrap;
}

.basket_container .back .net_total {
    padding: 0 10px 5px 0;
}

.basket_container .back .net_total .value {
    white-space: nowrap;
}

.basket_container .back .tax {
    padding: 0 10px 10px 0;
}

.basket_container .back .tax .value {
    white-space: nowrap;
}

.basket_container .back .total {
    background: #9a9da0;
    color: #fff;
    padding: 10px 10px 10px 0;
    font-size: 1.125rem;
}

.basket_container .back .total .value {
    white-space: nowrap;
}

.basket_nav {
    margin: 40px 0 20px 0;
}

.basket_nav .btn {
    width: 100%;
}

.basket_nav .btn-green {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .basket_nav .btn {
        min-width: 220px;
    }

    .basket_nav .btn-green {
        margin-top: 0;
    }
}

.order_container {
    margin-top: 40px;
}

.order_container .basket_container {
    margin-top: 0;
    background: #fff;
    border: 0;
}

.order_container .basket_container .row {
    border-left: 0;
    border-right: 0;
}

.order_container .basket_container .row.basket_header .row [class^="col-"],
.order_container .basket_container .row.basket_header .row [class*=" col-"] {
    border: 0;
}

.order_container .basket_container .row.basket_header .row {
    border: 0;
}

.order_container .basket_container .row.basket_header .row .amount {
    min-width: 60px;
}

.order_container .basket_container .row.basket_header .row .sign {
    padding: 0 10px;
}

.order_container .basket_container .row.basket_header .row .price .price {
    padding-right: 44px;
    width: 140px;
}

.order_container .basket_container .row.basket_header .company {
    padding-left: 5px;
}

.order_container .basket_container .row .row [class^="col-"],
.order_container .basket_container .row .row [class*=" col-"] {
    padding: 0;
}

.order_container .basket_container .row .company-wrapper {
    padding-left: 10px;
}

@media (min-width: 992px) {
    .order_container .basket_container .row .company-wrapper {
        padding-left: 5px;
    }
}

.order_container .basket_container .row .row {
    border: 0;
    border-bottom: 1px solid #dddedf;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.order_container .basket_container .row .row:first-child {
    padding-top: 0;
}

.order_container .basket_container .row .row:first-child .download-wrapper {
    top: 0 !important;
}

.order_container .basket_container .row .row:last-child {
    padding-bottom: 0;
    border: 0;
}

.order_container .basket_container .row .row .col-lg-4 {
    position: static;
}

.order_container .basket_container .row .row .col-lg-4 .download-wrapper {
    position: absolute;
    right: 0;
    top: 10px;
}

.order_container .basket_container .row .row .price-wrapper .tax {
    padding-top: 8px;
    margin-left: 64px;
}

@media (min-width: 992px) {
    .order_container .basket_container .row .row .price-wrapper .tax {
        padding-top: 0;
        margin-left: 0;
    }
}

.order_container .basket_container .row .row .price-wrapper .price {
    padding-right: 0;
    padding-top: 8px;
}

@media (min-width: 992px) {
    .order_container .basket_container .row .row .price-wrapper .price {
        width: 140px;
        padding-right: 44px;
        padding-top: 0;
    }
}

.order_container .basket_container .row .row .document-wrapper {
    padding-left: 10px;
    padding-right: 74px;
}

.order_container .basket_container .row .row .document-wrapper .amount {
    min-width: 34px;
}

@media (min-width: 992px) {
    .order_container .basket_container .row .row .document-wrapper {
        padding-right: 10px;
    }

    .order_container .basket_container .row .row .document-wrapper .amount {
        min-width: 60px;
    }
}

.order_container .basket_container .row .row .sign {
    padding: 10px 0 10px 64px;
}

@media (min-width: 992px) {
    .order_container .basket_container .row .row .sign {
        padding: 0 10px;
    }
}

.order_container .basket_container .row .footer-wrapper a.btn {
    font-size: 0.75rem;
    line-height: inherit;
    width: auto;
    height: auto;
    min-height: 22px;
    padding: 0;
    background: none;
    margin: 4px 0 5px 5px;
    text-align: left;
    position: relative;
}

@media (min-width: 768px) {
    .order_container .basket_container .row .footer-wrapper a.btn {
        margin: 4px 0 0 20px;
    }
}

.order_container .basket_container .row .footer-wrapper a.btn span {
    background: #fff;
    padding-left: 32px;
    display: block;
}

.order_container .basket_container .row .footer-wrapper a.btn i {
    background: #dddedf;
    padding: 5px;
    margin-right: 10px;
    margin-left: 0;
    position: absolute;
    top: -4px;
}

.order_container .basket_container .row .footer-wrapper a.btn.disabled {
    opacity: 1;
}

.order_container .basket_container .row .footer-wrapper a.btn.disabled i {
    opacity: 0.40;
    width: 22px;
    height: 22px;
}

.order_container .basket_container .row .footer-wrapper a.btn.disabled i.fa-file-signature:before {
    position: absolute;
    left: 6px;
    top: 6px;
}

.order_container .basket_container .row .footer-wrapper a.btn.disabled.legend i {
    opacity: 1;
    width: 22px;
    height: 22px;
}

.content .breadcrumb {
    position: relative;
    padding: 0;
    margin: 0;
    top: 22px;
}

.content .breadcrumb .breadcrumb-nav {
    margin: 0 40px -1px 35px;
    padding: 3px 0 0 0;
    list-style-type: none;
}

.content .breadcrumb .breadcrumb-nav li {
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    color: #4b5056;
    font-size: 0.8125rem;
}

.content .breadcrumb .breadcrumb-nav li:before {
    display: none;
}

.content .breadcrumb .breadcrumb-nav li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 15px;
    text-align: center;
}

.content .breadcrumb .breadcrumb-nav li:last-child:after {
    display: none;
}

.content .breadcrumb .breadcrumb-nav li a {
    text-decoration: none;
    color: #4b5056;
}

.content .breadcrumb .breadcrumb-nav li a:hover, .content .breadcrumb .breadcrumb-nav li a:focus {
    text-decoration: underline;
    color: #1e252b;
}

.btn {
    border-radius: 4px;
    color: #fff;
    font-size: 0.9375rem;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    padding: 0.3125rem 20px;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.40;
    cursor: inherit;
}

.btn:first-letter {
    text-transform: capitalize;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-min-width {
    min-width: 190px;
}

.btn-min-width-fits {
    min-width: 100%;
}

@media (min-width: 460px) {
    .btn-min-width-fits {
        min-width: 160px;
    }
}

@media (min-width: 768px) {
    .btn-min-width-fits {
        min-width: 100px;
    }
}

@media (min-width: 992px) {
    .btn-min-width-fits {
        min-width: 180px;
    }
}

.btn-infotext:hover {
    cursor: help !important;
}

.btn-green, .btn-primary {
    background: #1b5683;
    color: #fff;
}

.btn-green:hover, .btn-primary:hover {
    background: #1e252b;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-green:hover:disabled, .btn-primary:hover:disabled {
    background: #1b5683;
    color: #fff;
}

.btn-green:disabled, .btn-primary:disabled {
    background: #1b5683 !important;
    color: #fff !important;
}

.btn-white {
    background: #fff;
    color: #1b5683;
}

.btn-white:hover {
    background: #1e252b;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-gray, .btn-secondary {
    background: #dddedf;
    color: #4b5056;
}

.btn-gray:hover, .btn-secondary:hover {
    background: #1e252b;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-gray:hover:disabled, .btn-secondary:hover:disabled {
    background: #dddedf;
    color: #4b5056;
}

.btn-gray-dark {
    background: #9a9da0;
    color: #fff;
}

.btn-gray-dark:hover {
    background: #1e252b;
    color: #fff !important;
}

.btn-gray-dark:hover:disabled {
    background: #9a9da0;
    color: #fff;
}

.btn-gray-dark.btn-inactive:hover {
    background: #9a9da0;
    color: #fff;
    cursor: default;
}

.btn-update {
    background: #9a9da0;
    color: #fff;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 1.25rem;
    text-align: center;
}

.btn-update:hover {
    background: #1e252b;
    color: #fff !important;
}

.btn-icn {
    padding: 0;
    width: 34px;
    height: 34px;
    min-width: 34px !important;
    line-height: 34px;
    font-size: 1.25rem;
    text-align: center;
}

.btn-icn i.fas.fa-file-signature, .btn-icn form .card .custom-file-dropzone i.fa-file-signature.target:after, form .card .custom-file-dropzone .btn-icn i.fa-file-signature.target:after, .btn-icn .result_container.registerinformationen.new .scroll-wrapper table thead tr th i.fa-file-signature.btn-sort:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-icn i.fa-file-signature.btn-sort:after, .btn-icn i.fa-file-signature.close_button:before {
    margin-left: 3px;
}

.btn-icn-left {
    padding-left: 10px;
}

.btn-icn-left i {
    position: relative;
    font-size: 1.0625rem;
    padding-right: 10px;
    top: 1px;
}

.btn-icn-right {
    padding-right: 10px;
}

.btn-icn-right i {
    position: relative;
    font-size: 1.0625rem;
    padding-left: 10px;
    top: 1px;
}

.btn-tooltip {
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 1.25rem;
    text-align: center;
    min-width: auto !important;
    position: relative;
    background: #dddedf;
    color: #6d7176;
}

.btn-tooltip span {
    display: inline-block;
    margin: 0 auto;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    font-size: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-tooltip i {
    font-size: 1px;
    margin: -1px;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-tooltip i:before {
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    font-size: 1.125rem;
    position: absolute;
    left: 8px;
    top: 8px;
}

.btn-tooltip i.fa.fa-trash-alt:before {
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    left: 10px;
}

.btn-tooltip:hover {
    background: #1e252b;
    color: #fff !important;
}

.btn-tooltip:hover span {
    color: #fff;
}

.btn-tooltip.btn-gray-dark {
    background: #9a9da0;
    color: #fff;
}

.btn-tooltip.btn-gray-dark:hover {
    background: #1e252b;
    color: #fff !important;
}

.btn-help {
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    position: relative;
    background: #9a9da0;
    color: #fff;
}

.btn-help span {
    display: inline-block;
    margin: 0 auto;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    font-size: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-help:hover {
    background: #1b5683;
    color: #fff;
}

.btn-help:hover span {
    color: #fff;
}

.btn-extend {
    display: block;
    width: 100%;
}

.btn.btn-hide-after-collapse {
    margin: 0;
    padding: 0;
    background: none;
    color: #1b5683;
}

.btn.btn-hide-after-collapse i {
    margin-right: 5px;
    font-size: 0.75rem;
    position: relative;
}

.btn.btn-hide-after-collapse i:before {
    position: relative;
    top: -1px;
    left: 0;
}

.btn.btn-hide-after-collapse:hover {
    text-decoration: underline;
}

.btn-icon {
    display: inline-block;
    font-size: 0.9375rem;
    color: #6d7176;
    text-decoration: none;
    padding-left: 1.25rem;
}

.btn-icon span {
    display: inline-block;
    color: #1b5683;
    margin: 0 10px 0 -25px;
    width: 15px;
    height: 15px;
}

.btn-icon span.icon-play-circle:before {
    content: "\f144";
    vertical-align: 0;
}

.btn-icon i {
    font-style: normal;
    color: #1b5683;
}

.btn-icon i.fa-file-signature {
    margin-left: 3px;
}

.btn-icon:hover, .btn-icon:focus {
    text-decoration: underline;
    color: #8f9295;
}

.btn-icon:hover i, .btn-icon:focus i {
    color: #1b5683;
}

.btn-icon:hover span, .btn-icon:focus span {
    color: #1b5683;
}

.close_button {
    color: #8f9295;
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 5px;
    opacity: 1;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    font-size: 0.875rem;
}

.close_button span {
    display: none;
}

.close_button:hover {
    opacity: 1;
    color: #1b5683 !important;
}

.close_button:before {
    content: "\f00d";
}

.content,
.sidebar__item.faq .accordion,
.modal-body {
    /* unordered list */
    /* ordered list */
}

.content ul,
.sidebar__item.faq .accordion ul,
.modal-body ul {
    list-style-type: none;
    padding-left: 20px;
}

.content ul li,
.sidebar__item.faq .accordion ul li,
.modal-body ul li {
    padding-bottom: 0.5em;
    text-indent: -3px;
    padding-left: 0;
}

.content ul li:before,
.sidebar__item.faq .accordion ul li:before,
.modal-body ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.2rem;
    content: '\f111';
    position: relative;
    left: -10px;
    top: -2px;
    width: 3px;
    display: inline-block;
    color: #6d7176;
}

.content ul li:last-child,
.sidebar__item.faq .accordion ul li:last-child,
.modal-body ul li:last-child {
    padding-bottom: 0;
}

.content ul li ul,
.sidebar__item.faq .accordion ul li ul,
.modal-body ul li ul {
    padding-left: 0.9375rem;
    margin-top: 0.5em;
}

.content ul.linklist li:before,
.sidebar__item.faq .accordion ul.linklist li:before,
.modal-body ul.linklist li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f054';
    top: -2px;
    color: #1b5683;
}

.content ul.linklist li a,
.sidebar__item.faq .accordion ul.linklist li a,
.modal-body ul.linklist li a {
    text-decoration: none;
}

.content ul.linklist li a:hover,
.sidebar__item.faq .accordion ul.linklist li a:hover,
.modal-body ul.linklist li a:hover {
    text-decoration: underline;
    color: #1b5683;
}

.content ul.download li:before,
.sidebar__item.faq .accordion ul.download li:before,
.modal-body ul.download li:before {
    font-size: 0.85rem;
    content: '\f019';
    top: -1px;
    margin-right: 7px;
}

.content ul:last-child, .content ul.last,
.sidebar__item.faq .accordion ul:last-child,
.sidebar__item.faq .accordion ul.last,
.modal-body ul:last-child,
.modal-body ul.last {
    margin-bottom: 0;
}

.content ol,
.sidebar__item.faq .accordion ol,
.modal-body ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.375rem;
}

.content ol li,
.sidebar__item.faq .accordion ol li,
.modal-body ol li {
    padding-bottom: 0.5em;
}

.content ol li:last-child,
.sidebar__item.faq .accordion ol li:last-child,
.modal-body ol li:last-child {
    padding-bottom: 0;
}

.content ol li ol,
.sidebar__item.faq .accordion ol li ol,
.modal-body ol li ol {
    margin-top: 0.5em;
}

.content ol:last-child, .content ol.last,
.sidebar__item.faq .accordion ol:last-child,
.sidebar__item.faq .accordion ol.last,
.modal-body ol:last-child,
.modal-body ol.last {
    margin-bottom: 0;
}


.replace_color_bullets:before {
    color: #cb2121 !important;
}

.row_color_header {
    color: #be0b1e;
}


.replace_color_bullets:before {
    color: #cb2121 !important;
}

.row_color_header {
    color: #be0b1e;
}

.cell_color_header {
    color: #cb2121;
}

.content {
    /* news */
    /* sitemap */
}

.content .news-list .news-item {
    border-bottom: 1px solid #dddedf;
    padding-bottom: 1.5625rem;
    padding-top: 0.9375rem;
}

.content .news-list .news-item:last-child {
    padding-bottom: 0;
    border: 0;
}

.content .news-list .news-item:first-child {
    padding-top: 0;
}

.content .news-detail .btn-back {
    border-top: 1px solid #dddedf;
    padding-top: 1.5625rem;
}

.content .sitemap {
    list-style-type: none;
    padding-left: 20px;
    border-top: 1px solid #d2d3d5;
    padding-top: 20px;
    margin-bottom: 1.25rem;
}

.content .sitemap li {
    padding-bottom: 0.5em;
    padding-top: 0;
    text-indent: -3px;
    padding-left: 0;
    font-family: "Roboto Light", sans-serif;
    font-size: 0.9375rem;
}

.content .sitemap li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f054';
    font-size: 0.7rem;
    position: relative;
    left: -10px;
    top: -2px;
    width: 3px;
    display: inline-block;
    color: #1e252b;
}

.content .sitemap li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.content .sitemap a {
    text-decoration: none;
    color: #1e252b;
}

.content .sitemap a:hover {
    text-decoration: underline;
    color: #1b5683;
}

.content .sitemap:last-child {
    margin-bottom: 0;
}

.content .sitemap.sitemap-1 {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.content .sitemap.sitemap-1 li {
    font-size: 1.125rem;
    font-family: "Roboto Medium", sans-serif;
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.content .sitemap.sitemap-1 li:first-child {
    padding-top: 0;
}

.content .sitemap.sitemap-1 li:last-child {
    border-bottom: 0;
}

.content .sitemap.sitemap-1 li ul {
    padding-left: 0.9375rem;
    margin-top: 0.5em;
}

.content .sitemap.sitemap-1 li ul li {
    padding-bottom: 0.5em;
    padding-top: 0;
    font-family: "Roboto Light", sans-serif;
    font-size: 0.9375rem;
    border-bottom: 0;
}

.content .sitemap.sitemap-1 li ul li:last-child {
    padding-bottom: 0;
}

.dk-tree {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    /* NEW */
}

.dk-tree .file-list {
    border-top: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    padding: 20px 0 5px 0;
}

.dk-tree .file-list .dktree-container {
    padding-bottom: 15px;
    clear: both;
    hyphens: auto;
    -webkit-hyphens: auto;
    position: relative;
}

.dk-tree .file-list .dktree-container .yellow {
    background: #1b5683;
    padding: 0 3px;
}

.dk-tree .file-list .dktree-container .yellow a {
    color: #fff;
    margin-bottom: 0;
}

.dk-tree .file-list .dktree-container a {
    text-decoration: none;
    padding: 0;
}

.dk-tree .file-list .dktree-container > a {
    position: absolute;
    width: 53px;
}

.dk-tree .file-list .dktree-container > a i:first-child {
    padding-right: 8px;
}

.dk-tree .file-list .dktree-container span {
    display: block;
}

.dk-tree .file-list .dktree-container span a {
    padding: 0;
    margin-bottom: 10px;
}

.dk-tree .file-list .dktree-container.level-1 {
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    padding-left: 53px;
}

.dk-tree .file-list .dktree-container.level-1 > a {
    left: 0;
}

.dk-tree .file-list .dktree-container.level-2 > a {
    left: 25px;
}

.dk-tree .file-list .dktree-container.level-2 span {
    margin-left: 78px;
}

.dk-tree .file-list .dktree-container.level-3 > a {
    left: 50px;
}

.dk-tree .file-list .dktree-container.level-3 span {
    margin-left: 103px;
}

.dk-tree .file-list .dktree-container.level-4 > a {
    left: 75px;
}

.dk-tree .file-list .dktree-container.level-4 span {
    margin-left: 128px;
}

.dk-tree .file-list .dktree-container.level-5 > a {
    left: 100px;
}

.dk-tree .file-list .dktree-container.level-5 span {
    margin-left: 153px;
}

.dk-tree .file-list .dktree-container.level-6 > a {
    left: 125px;
}

.dk-tree .file-list .dktree-container.level-6 span {
    margin-left: 178px;
}

.dk-tree .file-info .block-headline {
    padding-right: 5px;
}

.dk-tree .file-info .block-content {
    border: 1px solid #dddedf;
}

.dk-tree .file-info .block-content .file-info-table {
    margin-top: -6px;
    width: 100%;
}

.dk-tree .file-info .block-content .file-info-table td {
    padding: 0;
    border-bottom: 5px solid #fff;
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
}

.dk-tree .file-info .block-content .file-info-table td.input-container {
    padding: 0;
}

.dk-tree .file-info .block-content .file-info-table td.input-container label {
    background: #f4f4f4 !important;
    padding: 3px 10px 3px 5px;
    font-family: "Roboto Light", sans-serif;
    font-weight: 400;
    width: 100%;
}

.dk-tree .file-info .block-content .file-info-table td.input-container label:before, .dk-tree .file-info .block-content .file-info-table td.input-container label:after {
    top: 6px;
}

@media (min-width: 768px) {
    .dk-tree .file-info .block-content .file-info-table td.input-container label {
        width: 40px;
    }
}

.dk-tree .file-info .block-content .file-info-table td.yellow {
    padding: 3px 5px;
    font-family: "Roboto Light", sans-serif;
    font-weight: 400;
    background: #f4f4f4 !important;
    width: 100%;
}

.dk-tree .file-info .block-content .file-info-table td.space-left {
    padding: 0;
    width: 22px;
}

.dk-tree .file-info .block-content .file-info-table td.submit-container {
    position: relative;
    padding-top: 20px;
}

.dk-tree .file-info .block-content .file-info-table td.submit-container .btn-gray-dark {
    font-family: "Roboto Light", sans-serif;
    font-weight: 400;
}

.dk-tree .file-info .block-content .file-info-table td.submit-container #spinner {
    position: absolute;
    display: none;
    top: 20px;
    left: 20px;
}

.dk-tree .file-info .block-content .file-info-table td.submit-container #spinner img {
    width: 34px;
    height: 34px;
}

.dk-tree.new .file-list .fa-folder,
.dk-tree.new .file-list .fa-folder-open,
.dk-tree.new .file-list .fa-file-alt,
.dk-tree.new .file-list .fa-square {
    display: none;
}

.dk-tree.new .file-list .fa-minus-square:before {
    content: "\f0dd";
    position: relative;
    top: -3px;
}

.dk-tree.new .file-list .fa-plus-square:before {
    content: "\f0da";
    position: relative;
    top: 0px;
}

.dk-tree.new .file-list .dktree-container > a {
    width: 23px;
}

.dk-tree.new .file-list .dktree-container > a i:first-child {
    padding-right: 8px;
}

.dk-tree.new .file-list .dktree-container.level-1 {
    padding-left: 23px;
}

.dk-tree.new .file-list .dktree-container.level-2 span {
    margin-left: 50px;
}

.dk-tree.new .file-list .dktree-container.level-3 span {
    margin-left: 73px;
}

.dk-tree.new .file-list .dktree-container.level-4 span {
    margin-left: 98px;
}

.dk-tree.new .file-list .dktree-container.level-5 span {
    margin-left: 123px;
}

.dk-tree.new .file-list .dktree-container.level-6 span {
    margin-left: 148px;
}

footer {
    background: #1e252b;
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0;
    color: #fff;
}

@media (min-width: 992px) {
    footer {
        padding: 0.625rem 20px;
    }
}

.footer-content {
    position: relative;
    padding: 0 35px 0 0;
}

.footer-nav {
    margin: 0;
    min-height: 30px;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    list-style-type: none;
}

.footer-nav li {
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    color: #d2d3d5;
    font-size: 0.8125rem;
}

.footer-nav li a {
    text-decoration: none;
    color: #d2d3d5;
}

.footer-nav li a:hover, .footer-nav li a:focus {
    color: #fff;
}

@media (min-width: 520px) {
    .footer-nav li.logo_banz_footer {
        display: none;
    }
}

.scroll-to-top {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #dddedf;
    border-radius: 4px;
    text-decoration: none;
}

.scroll-to-top:before {
    font-family: "icons";
    content: "\e903";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.125rem;
    color: #6d7176;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    transform: translate(-50%, -50%);
}

.scroll-to-top:hover {
    background: #fff;
    text-decoration: none;
}

.scroll-to-top:hover:before {
    color: #1e252b;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    font-size: 0.9375rem;
    color: #1b5683;
    padding: 0.25rem 10px;
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9a9da0 !important;
    opacity: 1;
}

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9a9da0 !important;
    opacity: 1;
}

input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9a9da0 !important;
    opacity: 1;
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9a9da0 !important;
    opacity: 1;
}

input[type="email"].is-invalid,
input[type="number"].is-invalid,
input[type="password"].is-invalid,
input[type="search"].is-invalid,
input[type="tel"].is-invalid,
input[type="text"].is-invalid,
input[type="url"].is-invalid,
textarea.is-invalid {
    color: #cb2121;
}

textarea.form-control {
    min-height: 7rem;
}

/* hide placeholder onfocus */
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

::placeholder {
    opacity: 1;
    transition: opacity .5s;
}

*:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

*:focus:-moz-placeholder {
    opacity: 0 !important;
}

*:focus::-moz-placeholder {
    opacity: 0 !important;
}

*:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

*:focus::placeholder {
    opacity: 0 !important;
}

.form-control {
    height: calc(2.13rem);
}

.form-group-icon {
    padding-right: 40px;
    position: relative;
}

.form-group-icon .btn-tooltip {
    position: absolute;
    right: 0;
    top: 0;
}

form fieldset {
    padding: 0;
    margin: 0 0 20px 0;
}

form label:hover {
    cursor: default ;
}

form legend {
    font-size: 1.125rem;
    color: #1b5683;
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 1.25rem 0 1.25rem 0;
}

form .custom-control-label {
    padding-top: 2px;
}

form .custom-control-input:disabled ~ .custom-control-label {
    color: #6d7176 !important;
}

form .custom-control-input:disabled ~ .custom-control-label:hover {
    cursor: default;
}

.content-form {
    /* form with inline labels */
}

.content-form .form-row.checkbox-wrapper {
    margin-bottom: 0;
}

.content-form .form-row.checkbox-wrapper .col-12 {
    margin-bottom: 0;
}

.content-form .form-row .checkbox-wrapper {
    padding: 10px 0 0 0;
}

.content-form .form-row [class*="col-"].col-info {
    padding-right: 40px;
}

.content-form .form-row [class*="col-"].col-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: 28px;
}

.content-form .form-row.checkbox-wrapper [class*="col-"].col-info {
    padding-right: 50px;
}

.content-form .form-row.checkbox-wrapper [class*="col-"].col-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

@media (min-width: 576px) {
    .content-form .form-row.checkbox-wrapper [class*="col-"].col-info .btn-tooltip {
        right: 5px;
    }
}

.content-form .form-row [class*="col-"] {
    padding-top: 0;
    padding-bottom: 15px;
}

.content-form .form-row .col {
    padding-top: 0;
    padding-bottom: 15px;
}

.content-form .form-row.last [class*="col-"] {
    padding-bottom: 0;
}

.content-form .form-group {
    margin: 0;
    padding: 0;
}

.content-form .form-group.row {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
}

.content-form .form-group .col-right input[type="submit"] {
    float: right;
    min-width: 200px;
}

.content-form .form-group .col-right input[type="submit"]:first-letter {
    text-transform: capitalize;
}

.content-form .anrede .select2-container {
    width: 140px !important;
}

.content-form .custom-checkbox {
    margin: 0;
}

.content-form button[type="submit"],
.content-form input[type="submit"] {
    float: right;
    min-width: 200px;
}

.content-form button[type="submit"]:first-letter,
.content-form input[type="submit"]:first-letter {
    text-transform: capitalize;
}

.content-form.hide-label .select-label {
    font-size: 0.75rem;
    padding-left: 10px;
    visibility: hidden;
    width: 100%;
}

.content-form.hide-label .input-label {
    font-size: 0.75rem;
    padding-left: 10px;
    visibility: hidden;
}

.content-form.hide-label .textarea-label {
    font-size: 0.75rem;
    padding-left: 10px;
    visibility: hidden;
}

.content-form.hide-label .textarea-label.two-col-label ~ a.btn-tooltip {
    top: 40px;
}

.content-form.hide-label ::-webkit-input-placeholder {
    color: #9a9da0;
}

.content-form.hide-label ::-moz-placeholder {
    color: #9a9da0;
}

.content-form.hide-label :-moz-placeholder {
    color: #9a9da0;
}

.content-form.hide-label :-ms-input-placeholder {
    color: #9a9da0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1b5683;
    border: 1px solid #1b5683;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #fff;
    border: 1px solid #d2d3d5;
}

.custom-control-label::after {
    left: -1.3rem;
}

/* input prepend / append */
.input-group .input-group-prepend .input-group-text {
    background-color: #dddedf;
    font-size: 0.9375rem;
    line-height: 2.125rem;
    height: 34px;
    padding: 0 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border: 0 !important;
    border-top: 1px solid #d2d3d5 !important;
    border-bottom: 1px solid #d2d3d5 !important;
    border-left: 1px solid #d2d3d5 !important;
}

.input-group .input-group-append .input-group-text {
    background-color: #dddedf;
    font-size: 0.9375rem;
    line-height: 2.125rem;
    height: 34px;
    padding: 0 10px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 0 !important;
    border-top: 1px solid #d2d3d5 !important;
    border-bottom: 1px solid #d2d3d5 !important;
    border-right: 1px solid #d2d3d5 !important;
}

/* custom radio */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1b5683;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #1b5683;
}

.custom-radio .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #d2d3d5;
    background-color: #fff;
}

/* custom checkboxes */
.custom-checkbox {
    margin-bottom: 14px;
}

/* Custom balance sheet navigator */
.balance-sheet-navigator {
    border: thin solid;
    border-radius: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    padding: 5px 0px 5px 25px;
    display: block;
    text-align: left;
}

.custom-checkbox .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #d2d3d5;
}

/* disclaimer checkbox */
.disclaimer-checkbox {
    display: block;
    margin-top: -29px;
}

.disclaimer-checkbox-label {
    padding: 6px 38px 6px 19px;
}

/* style on enabled button */
.disclaimer-button.enabled {
    padding: 16px 0px 9px 190px;
    margin: 30px 0px 36px 230px;
    background-color: #edf0f2;
    border-width: thin;
    border-color: #87a3be;
    border-style: solid;
    cursor: pointer;
}

.disclaimer-button-label.enabled {
    text-transform: uppercase;
    margin: 0px 0px 0px -177px;
    min-width: 100px;
    text-align: center;
    color: #093b66;
    cursor: pointer;
    text-decoration: none;
}

.disclaimer-button-label.enabled:hover {
    color: #093b66;
    text-decoration: none;
}

/* style on disabled button */
.disclaimer-button.disabled {
    padding: 16px 0px 9px 190px;
    margin: 30px 0px 36px 230px;
    background-color: #edf0f2;
    border-width: thin;
    border-style: solid;
    border-color: #cccccc;
    cursor: pointer;
    pointer-events: none;
}

.disclaimer-button-label.disabled {
    text-transform: uppercase;
    margin: 0px 0px 0px -177px;
    min-width: 100px;
    text-align: center;
    color: #474747;
    cursor: default;
}

.disclaimer-button-label.disabled:hover {
    color: #474747;
    text-decoration: none;
    cursor: default;
}

.datepicker .input-group-addon:hover, .datepicker .input-group-addon:focus,
.user-container .card .datepicker .input-group-addon:hover,
.user-container .card .datepicker .input-group-addon:focus {
    color: #fff;
    background: #1b5683;
}

.datepicker .bootstrap-datetimepicker-widget ul,
.user-container .card .datepicker .bootstrap-datetimepicker-widget ul {
    margin: 0 !important;
    padding: 0 !important;
}

.datepicker .bootstrap-datetimepicker-widget ul li,
.user-container .card .datepicker .bootstrap-datetimepicker-widget ul li {
    padding: 0 !important;
    text-indent: 0;
}

.datepicker .bootstrap-datetimepicker-widget ul li:before,
.user-container .card .datepicker .bootstrap-datetimepicker-widget ul li:before {
    display: none !important;
}

.datepicker .bootstrap-datetimepicker-widget.dropdown-menu,
.user-container .card .datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px !important;
    width: 260px !important;
}

.datepicker .bootstrap-datetimepicker-widget table,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table {
    margin: 0 !important;
}

.datepicker .bootstrap-datetimepicker-widget table thead tr th,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th {
    background: #f4f4f4 !important;
    border-radius: 0 !important;
    padding: 0 5px !important;
    width: 34px !important;
    line-height: 34px !important;
    font-size: 1rem !important;
    color: #1e252b !important;
}

.datepicker .bootstrap-datetimepicker-widget table thead tr th.picker-switch,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th.picker-switch {
    font-weight: normal !important;
    font-family: "Roboto Medium", sans-serif !important;
}

.datepicker .bootstrap-datetimepicker-widget table thead tr th .fa-angle-right:before,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th .fa-angle-right:before {
    position: relative !important;
    left: 3px !important;
}

.datepicker .bootstrap-datetimepicker-widget table thead tr th .fa-angle-left:before,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th .fa-angle-left:before {
    position: relative !important;
    left: 2px !important;
}

.datepicker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #1e252b !important;
    color: #fff !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td {
    font-size: 1rem;
    background: #fff;
    vertical-align: top;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td span,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td span {
    display: inline-block !important;
    width: 54px !important;
    height: 34px !important;
    line-height: 34px !important;
    margin: 0 !important;
    padding: 0 5px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td.day,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.day {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 5px !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td span:hover,
.datepicker .bootstrap-datetimepicker-widget table tbody td.new,
.datepicker .bootstrap-datetimepicker-widget table tbody td.old,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td span:hover,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.new,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.old {
    color: #9a9da0 !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td.day:hover,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.day:hover {
    background: #1e252b !important;
    color: #fff !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody td span.active,
.datepicker .bootstrap-datetimepicker-widget table tbody td.active,
.datepicker .bootstrap-datetimepicker-widget table tbody td.active:hover,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td span.active,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.active,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.active:hover {
    background-color: #1b5683 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.datepicker .bootstrap-datetimepicker-widget table tbody .disabled,
.user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody .disabled {
    opacity: 0.3 !important;
}

@media (max-width: 400px) {
    .datepicker .input-group-prepend,
    .user-container .card .datepicker .input-group-prepend {
        width: 100% !important;
    }
}

/* validation */
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ac1231;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label a,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label a,
.custom-control-input.is-invalid ~ .custom-control-label a {
    color: #ac1231;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ac1231;
}

.was-validated .select.is-invalid {
    border: 1px solid #ac1231;
}

.was-validated .select.is-invalid ~ .select2-container--default .select2-selection--single {
    border-color: #ac1231;
    color: #ac1231;
}

.was-validated .select.is-invalid ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ac1231;
}

.was-validated .select.is-invalid ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #ac1231;
}

.was-validated .select.is-valid ~ .select2-container--default .select2-selection--single {
    border-color: #26626a;
    color: #26626a;
}

.was-validated .select.is-valid ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #26626a;
}

.was-validated .select.is-valid ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #26626a;
}

.error_msg {
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0 0 0;
    margin-bottom: 20px;
    background: #cb2121;
    color: #fff;
}

.error_msg.component-warning {
    background: #e9e9ea;
    color: #cb2121;
}

.error_msg .error_kw {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.error_msg .error_fieldname {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.form-row .error_msg {
    padding: 0;
    margin-top: 10px;
    background: #fff;
    color: #cb2121;
}

header {
    position: relative;
    z-index: 2000;
    /* skip to content */
    /* logo */
}

header #skip-to-content {
    background: #4b5056;
    color: #fff;
    text-align: center;
    padding: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: -65px;
    font-size: 1.125rem;
    margin: 0;
    padding: 20px;
    font-weight: normal;
    text-decoration: none;
}

header #skip-to-content:focus {
    position: relative;
    top: 0;
}

header .logo_block {
    background: #1b5683;
    padding: 22px 0 80px 0;
    height: 151px;
    position: relative;
    z-index: 800;
}

@media (min-width: 768px) {
    header .logo_block {
        padding: 44px 0 94px 0;
        height: 200px;
    }
}

header .logo_block .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 520px) {
    header .logo_block .container {
        justify-content: space-between;
    }
}

header .logo_block .container > * {
    flex-shrink: 1;
    flex-grow: 0;
}

header .logo_block .logo {
    width: 100%;
    max-width: 280px;
    display: inline-block;
}

@media (min-width: 768px) {
    header .logo_block .logo {
        max-width: 350px;
    }
}

header .logo_block .logo h1 {
    margin: 0;
    padding: 0;
}

header .logo_block .logo_banz {
    display: none;
    width: 100%;
    max-width: 103px;
    margin: 0;
}

header .logo_block .logo_banz h2 {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    header .logo_block .logo_banz {
        margin: 6px 20px 0 0;
        max-width: 129px;
    }
}

@media (min-width: 520px) {
    header .logo_block .logo_banz {
        display: inline-block;
    }
}

.menu_block {
    background: #fff;
    position: relative;
    z-index: 2000;
}

@media (min-width: 992px) {
    .menu_block {
        position: absolute;
        width: 100%;
    }
}

.menu__shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(30, 37, 43, 0.7);
    display: none;
}

.menu__toggle {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: -40px;
    padding: 0 20px 0 55px;
    box-sizing: border-box;
    height: 2.5rem;
    background: #043e67;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    border: none;
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #fff;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    display: block !important;
    text-align: left;
}

@media (min-width: 768px) {
    .menu__toggle {
        min-width: 200px;
    }
}

.menu__toggle span {
    display: block;
    position: absolute;
    left: 20px;
    top: 18px;
    width: 19px;
    height: 3px;
    background: #fff;
    margin: 0 15px 0 0;
    border-radius: 3px;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
}

.menu__toggle span:before, .menu__toggle span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    border-radius: 3px;
    width: 19px;
    height: 3px;
    background: #fff;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
}

.menu__toggle span:after {
    top: 7px;
}

.menu__toggle:hover, .menu__toggle:focus {
    background: #fff;
    color: #043e67;
}

.menu__toggle:hover span, .menu__toggle:focus span {
    background: #043e67;
}

.menu__toggle:hover span:before, .menu__toggle:hover span:after, .menu__toggle:focus span:before, .menu__toggle:focus span:after {
    background: #043e67;
}

.menu__content {
    position: relative;
    z-index: 2;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

.menu__content .close_button {
    right: 5px;
    top: 5px;
    z-index: 2;
}

.menu__content .close_button:hover, .menu__content .close_button:focus {
    opacity: 1;
    color: #1b5683 !important;
}

.menu__content .row {
    margin-top: 0;
    margin-bottom: 0;
}

.menu__content .menu__wrapper {
    padding: 1.875rem 0;
    position: relative;
}

.menu_headline {
    border-radius: 4px;
    border: none;
    background: #1b5683;
    color: #fff;
    display: block;
    padding: 0.625rem 30px 0.625rem 20px;
    line-height: 1.1;
    position: relative;
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
}

@media (min-width: 992px) {
    .menu_headline {
        cursor: default;
    }

    .menu_headline:hover, .menu_headline:focus {
        background: #1b5683;
        color: #fff;
        cursor: default;
    }
}

.menu_headline:after {
    font-family: "icons";
    content: "\e902";
    color: #fff;
    position: absolute;
    right: 21px;
    top: 9px;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .menu_headline:after {
        display: none;
    }
}

.menu_headline[aria-expanded="true"] {
    background: #1e252b;
}

@media (min-width: 992px) {
    .menu_headline[aria-expanded="true"] {
        background: #1b5683;
    }
}

.menu_headline[aria-expanded="true"]:after {
    content: "\e903";
}

.menu_sublevels {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

@media (min-width: 992px) {
    .menu_sublevels {
        display: block !important;
        height: auto !important;
    }
}

.menu_sublevels li:first-child {
    margin-top: 1.25rem;
}

.menu_sublevels li:last-child {
    margin-bottom: 0.625rem;
}

.menu_sublevels li a {
    color: #1e252b;
    font-size: 0.9375rem;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 4px;
    padding: 0.5rem 20px;
}

.menu_sublevels li a:hover {
    background: #e9e9ea;
}

.menu_sublevels li a.active {
    background: #e9e9ea;
}

.showMenu .menu__shadow,
.showMenu .menu__content {
    display: block;
}

.showMenu .registrieren_block {
    display: none;
}

.showMenu .menu__toggle {
    background: #fff;
    color: #043e67;
}

.showMenu .menu__toggle span {
    background: #043e67;
}

.showMenu .menu__toggle span:before, .showMenu .menu__toggle span:after {
    background: #043e67;
}

@media (min-width: 992px) {
    .showMenu .nav_site {
        display: none;
    }
}

.cockpit {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 2100;
    background: #1e252b;
}

@media (min-width: 992px) {
    .cockpit {
        z-index: 1900;
    }
}

.cockpit .container {
    position: relative;
    z-index: 100;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .cockpit .container {
        padding: 0 20px;
    }
}

.platform_block {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    z-index: 10;
}

@media (min-width: 992px) {
    .platform_block {
        padding: 5px 0 0 0;
    }
}

.platform_block.show .platform__toggle {
    text-decoration: none;
    background: #fff;
    color: #1b5683;
}

.platform_block .platform__toggle {
    height: 1.875rem;
    background: #1b5683;
    color: #fff;
    margin: 0;
    padding: 0.5625rem 10px;
    font-size: 0.75rem;
    line-height: 1.0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

@media (min-width: 992px) {
    .platform_block .platform__toggle {
        display: none;
    }
}

.platform_block .platform__toggle:hover {
    background: #fff;
    color: #1b5683;
}

.platform_block .platform__toggle:after {
    font-family: "icons";
    content: "\e902";
    position: relative;
    right: 0;
    top: 2px;
    margin-left: 10px;
    font-size: 0.75rem;
}

.platform_block .platform__toggle[aria-expanded="true"]:after {
    content: "\e903";
}

.platform_block .platform__content {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .platform_block .platform__content {
        top: 0 !important;
        display: block !important;
        background: none !important;
        margin: 0;
        padding: 0;
        border: 0;
        transform: none !important;
    }
}

.platform_block .platform__content .dropdown-menu-wrapper {
    position: absolute;
    background: #fff;
    top: -1px;
    left: -5px;
    border-radius: 4px;
    padding: 0.625rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

@media (min-width: 992px) {
    .platform_block .platform__content .dropdown-menu-wrapper {
        top: 0;
        box-shadow: none;
        background: none !important;
        position: relative;
    }
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list li {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .platform_block .platform__content .dropdown-menu-wrapper .platform__list li {
        float: left;
    }
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list li a {
    color: #1e252b;
    font-size: 0.75rem;
    display: block;
    padding: 0.5rem 10px;
    border-radius: 4px;
    margin-bottom: 2px;
    min-width: 180px;
    text-decoration: none;
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list li a:hover, .platform_block .platform__content .dropdown-menu-wrapper .platform__list li a:focus {
    background: #e9e9ea;
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list li a.active {
    background: #1b5683;
    color: #fff;
}

.platform_block .platform__content .dropdown-menu-wrapper .platform__list li a.active:hover, .platform_block .platform__content .dropdown-menu-wrapper .platform__list li a.active:focus {
    background: #1b5683;
}

@media (min-width: 992px) {
    .platform_block .platform__content .dropdown-menu-wrapper .platform__list li a {
        color: #d2d3d5;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        width: auto;
        line-height: 1.0;
        padding: 0.5625rem 10px;
        font-size: 0.75rem;
        margin: 0 5px 0 0;
        min-width: auto;
    }

    .platform_block .platform__content .dropdown-menu-wrapper .platform__list li a:hover, .platform_block .platform__content .dropdown-menu-wrapper .platform__list li a:focus {
        background: none;
        color: #fff;
    }
}

.service_block {
    position: absolute;
    right: 10px;
    top: 0;
    height: 2.5rem;
    z-index: 20;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 768px) {
    .service_block {
        right: 35px;
    }
}

.service_block > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.service_block .service__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* sidebar */
}

.service_block .service__list li {
    margin: 0;
    padding: 0;
    float: left;
}

.service_block .service__list li a {
    color: #d2d3d5;
    margin: 0 0 0 0;
    padding: 5px;
    text-decoration: none;
}

.service_block .service__list li a:hover, .service_block .service__list li a:focus {
    color: #fff;
}

@media (min-width: 768px) {
    .service_block .service__list li a {
        margin: 0 10px 0 0;
    }
}

.service_block .service__list.sidebar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 12px 0 0 0;
    float: left;
}

@media (min-width: 1200px) {
    .service_block .service__list.sidebar {
        /*

                Anmerkung:
                Nach Auskommentierung der Bereiche zwischen "Hide Sidebar: BEGIN"
                und "Hide sidebar: END" kann die schwebende Paletter deaktiviert werden.

                */
        /* Hide Sidebar: BEGIN */
        position: fixed;
        right: 0;
        top: 395px;
        width: 40px;
        transform: translate(0, -50%);
        flex-direction: column;
        /* Hide sidebar: END */
    }
}

.service_block .service__list.sidebar > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.service_block .service__list.sidebar li a {
    margin: 0 2px 0 0;
    font-size: 0.9375rem;
}

.service_block .service__list.sidebar li a.btn-sidebar-basket {
    display: none;
}

@media (min-width: 1200px) {
    .service_block .service__list.sidebar li a.btn-sidebar-basket {
        /* Hide Sidebar: BEGIN */
        display: block;
        /* Hide sidebar: END */
    }

    .service_block .service__list.sidebar li a.btn-sidebar-basket .basket-item-counter {
        position: absolute;
        display: block;
        top: 2px;
        right: 2px;
        padding: 1px 4px;
        z-index: 2;
        font-size: 0.5625rem;
        line-height: 16px;
        min-width: 16px;
        text-align: center;
        min-height: 16px;
        background: #cb2121;
        color: #fff;
        border-radius: 8px;
    }
}

@media (min-width: 1200px) {
    .service_block .service__list.sidebar li a i {
        /* Hide Sidebar: BEGIN */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 1.0625rem;
        /* Hide sidebar: END */
    }
}

@media (min-width: 768px) {
    .service_block .service__list.sidebar li a {
        margin: 0 10px 0 0;
    }
}

@media (min-width: 1200px) {
    .service_block .service__list.sidebar li a {
        /* Hide Sidebar: BEGIN */
        display: block;
        width: 40px;
        height: 40px;
        margin: 1px 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #1e252b;
        position: relative;
        /* Hide sidebar: END */
    }

    .service_block .service__list.sidebar li a:hover, .service_block .service__list.sidebar li a:focus {
        background: #1b5683;
    }

    .service_block .service__list.sidebar li a.on {
        background: #dddedf;
    }

    .service_block .service__list.sidebar li a.on i {
        color: #1e252b;
    }
}

.service_block .service__list.top {
    float: left;
    /* leichte sprache */
    /* language */
}

.service_block .service__list.top li.leichte_sprache {
    margin-top: 5px;
    font-size: 0.75rem;
}

.service_block .service__list.top li.leichte_sprache a {
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.service_block .service__list.top li.leichte_sprache a > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.service_block .service__list.top li.leichte_sprache a span {
    display: none;
    padding: 2px 8px 0 0;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
}

@media (min-width: 768px) {
    .service_block .service__list.top li.leichte_sprache a span {
        display: inline-block;
    }
}

.service_block .service__list.top li.leichte_sprache a:after {
    font-size: 1.125rem;
    font-family: "icons";
    content: "\e90b";
    position: relative;
    right: 0;
    top: -1px;
}

.service_block .service__list.top li.leichte_sprache a.active {
    color: #fff;
}

.service_block .service__list.top li.language {
    margin-top: 7px;
    /* language toggle */
    /* language menu */
}

.service_block .service__list.top li.language.show a.language_toggle {
    background: #fff;
    color: #1e252b !important;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.service_block .service__list.top li.language a.language_toggle {
    color: #d2d3d5;
    text-transform: uppercase;
    display: block;
    font-size: 0.9375rem;
    padding: 5px;
}

.service_block .service__list.top li.language a.language_toggle:hover, .service_block .service__list.top li.language a.language_toggle:focus {
    text-decoration: none;
    color: #fff;
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content {
    margin: -5px -3px 0 0;
    padding: 0.625rem;
    width: auto;
    min-width: auto;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

@media (min-width: 768px) {
    .service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content {
        margin: -5px 0 0 -3px;
        right: auto;
        left: auto;
    }
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li {
    float: none;
    margin: 0;
    padding: 0;
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a {
    color: #1e252b;
    font-size: 0.9375rem;
    display: block;
    padding: 0.5rem 0.625rem;
    border-radius: 4px;
    margin: 0 0 2px 0;
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a:hover, .service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a:focus {
    text-decoration: none;
    background: #e9e9ea;
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a.active {
    background: #1b5683;
    color: #fff;
}

.service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a.active:hover, .service_block .service__list.top li.language .dropdown-menu-wrapper ul.language__content li a.active:focus {
    background: #1b5683;
    color: #fff;
}

.sidebar__item {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.sidebar__item .header {
    position: relative;
    overflow: hidden;
    -ms-overflow-style: none;
    z-index: 2;
    height: 85px;
    padding: 0 20px;
}

.sidebar__item .header h3 {
    font-family: "Roboto Light", sans-serif;
    font-weight: 100;
    font-size: 2.125rem;
    color: #1b5683;
    margin: 1.125rem 0 2rem 0;
}

.sidebar__item .container {
    padding: 0 20px;
}

.sidebar__item .container .btn-wrapper {
    overflow: auto;
}

.sidebar__item .container .btn-wrapper p {
    padding-bottom: 0;
}

.sidebar__item.contact, .sidebar__item.faq, .sidebar__item.basket {
    display: none;
}

.sidebar__item.contact.show, .sidebar__item.faq.show, .sidebar__item.basket.show {
    display: block;
}

body.sidebar-open {
    overflow: hidden;
    -ms-overflow-style: none;
    padding-right: 15px;
}

body.sidebar-open .cockpit {
    z-index: 2100;
}

@media (min-width: 1200px) {
    body.sidebar-open .service_block .service__list.sidebar {
        right: 380px;
        width: 40px;
        z-index: 3;
    }

    body.sidebar-open .sidebar_menu,
    body.sidebar-open .sidebar__shadow {
        display: block;
    }
}

.sidebar_menu {
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: auto;
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    background: #dddedf;
}

.sidebar_menu .sidebar__content .close_button {
    position: fixed;
    top: 5px;
    right: 20px;
    text-shadow: none;
}

.sidebar_menu .sidebar__content .iframe-container {
    position: relative;
    z-index: 1;
}

.sidebar_menu .sidebar__content .iframe-container #sidebar-iframe {
    margin: 0;
    padding: 0;
    border: 0;
    width: 1px;
    min-width: 100%;
}

.sidebar__shadow {
    position: fixed;
    display: none;
    z-index: 1;
    top: 0;
    right: 380px;
    width: 100%;
    height: 100%;
    background: rgba(30, 37, 43, 0.7);
}

.sidebar__shadow.show {
    display: block;
}

/* sidebar as iframe for pp */
.sidebar-iframe {
    background: #dddedf;
    height: 100%;
}

.sidebar-iframe .menu-container {
    position: relative;
    overflow: visible;
}

.block-leichte-sprache {
    /* content */
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 1.875rem;
    /* accordion */
    /* glossar */
    /* margin */
}

.block-leichte-sprache p {
    font-size: 1.125rem;
    line-height: 1.5;
}

.block-leichte-sprache a {
    font-size: 1.125rem;
}

.block-leichte-sprache h2,
.block-leichte-sprache h4 {
    font-size: 1.375rem;
    line-height: 1.5;
}

.block-leichte-sprache h2 {
    margin-top: 1.5rem;
}

.block-leichte-sprache .fas, .block-leichte-sprache form .card .custom-file-dropzone .target:after, form .card .custom-file-dropzone .block-leichte-sprache .target:after, .block-leichte-sprache form .card .custom-file-select .custom-file label.custom-file-label:after, form .card .custom-file-select .custom-file .block-leichte-sprache label.custom-file-label:after, .block-leichte-sprache .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .block-leichte-sprache .btn-sort:after, .block-leichte-sprache ul.link-list.add-item li:before, ul.link-list.add-item .block-leichte-sprache li:before, .block-leichte-sprache .sidebar__item.basket .basket__item.rest p a:before, .sidebar__item.basket .basket__item.rest p .block-leichte-sprache a:before, .block-leichte-sprache .btn-icon span.icon-play-circle:before, .btn-icon .block-leichte-sprache span.icon-play-circle:before, .block-leichte-sprache .close_button:before {
    width: 70px;
    height: 70px;
    background: #f4f4f4;
    border-radius: 12px;
    text-align: center;
    line-height: 70px;
    font-size: 2.375rem;
    color: #1b5683;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .block-leichte-sprache .fas, .block-leichte-sprache form .card .custom-file-dropzone .target:after, form .card .custom-file-dropzone .block-leichte-sprache .target:after, .block-leichte-sprache form .card .custom-file-select .custom-file label.custom-file-label:after, form .card .custom-file-select .custom-file .block-leichte-sprache label.custom-file-label:after, .block-leichte-sprache .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .block-leichte-sprache .btn-sort:after, .block-leichte-sprache ul.link-list.add-item li:before, ul.link-list.add-item .block-leichte-sprache li:before, .block-leichte-sprache .sidebar__item.basket .basket__item.rest p a:before, .sidebar__item.basket .basket__item.rest p .block-leichte-sprache a:before, .block-leichte-sprache .btn-icon span.icon-play-circle:before, .btn-icon .block-leichte-sprache span.icon-play-circle:before, .block-leichte-sprache .close_button:before {
        float: right;
        width: 100px;
        height: 100px;
        border-radius: 12px;
        line-height: 100px;
        font-size: 3.4375rem;
    }
}

.block-leichte-sprache .dictionary-term {
    color: #345A89;
}

.block-leichte-sprache img {
    padding-bottom: 1.25rem;
}

.block-leichte-sprache .faq-container {
    margin-top: 1.25rem;
}

.block-leichte-sprache .faq-container dt {
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 50px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.block-leichte-sprache .faq-container dt:before {
    font-size: 0.875rem;
    position: absolute;
    bottom: 15px;
    right: 45px;
    display: inline-block;
    text-align: right;
    content: "mehr anzeigen";
}

.block-leichte-sprache .faq-container dt.active:before {
    content: "weniger anzeigen";
}

.block-leichte-sprache .faq-container dt:after {
    font-size: 1.375rem;
    top: auto;
    bottom: 8px;
    right: 15px;
}

@media (min-width: 576px) {
    .block-leichte-sprache .faq-container dt {
        font-size: 1.375rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 180px;
    }

    .block-leichte-sprache .faq-container dt:after {
        top: 11px;
        bottom: auto;
    }

    .block-leichte-sprache .faq-container dt:before {
        top: 15px;
        bottom: auto;
    }
}

.block-leichte-sprache .faq-container dd ul li {
    padding-bottom: 1.5rem;
}

.block-leichte-sprache .dictionary-container {
    margin-bottom: 3.125rem;
}

.block-leichte-sprache .dictionary-container p {
    font-size: 1.125rem;
    line-height: 1.5;
}

.block-leichte-sprache .dictionary-container a {
    font-size: 1.125rem;
}

.block-leichte-sprache .dictionary-container h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding-top: 1.25rem;
    margin-top: 0.3125rem;
    border-top: 1px solid #bcbec0;
}

.block-leichte-sprache.margin-info .block-img {
    background: #fff;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

@media (min-width: 768px) {
    .block-leichte-sprache.margin-info .block-img {
        padding: 1.25rem 4.375rem 0 4.375rem;
    }
}

.block-leichte-sprache.margin-info .block-img img {
    padding-bottom: 0;
    max-width: 100px;
}

.block-leichte-sprache.margin-info .block-content p,
.block-leichte-sprache.margin-info .block-content a {
    font-size: 0.9375rem;
    line-height: 1.5;
}

.user_block {
    position: absolute;
    width: 100%;
    top: 151px;
    z-index: 900;
}

@media (min-width: 768px) {
    .user_block {
        top: 200px;
    }
}

.user_block .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.dropdown.login_block .login__toggle {
    z-index: 1000;
    padding: 0 12px 0 10px;
    box-sizing: border-box;
    height: 2.5rem;
    background: #043e67;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    border: none;
    min-width: 40px;
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: right;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
}

@media (min-width: 768px) {
    .dropdown.login_block .login__toggle {
        min-width: 200px;
        padding: 0 20px;
    }
}

.dropdown.login_block .login__toggle:hover, .dropdown.login_block .login__toggle:focus {
    text-decoration: none;
    background: #fff;
    color: #1e252b;
}

@media (min-width: 768px) {
    .dropdown.login_block .login__toggle i.fa-lock,
    .dropdown.login_block .login__toggle i.fa-user {
        padding-left: 10px;
        margin-top: -4px;
    }
}

.dropdown.login_block .login__toggle span.btn-text {
    display: none;
}

@media (min-width: 768px) {
    .dropdown.login_block .login__toggle span.btn-text {
        display: inline-block;
    }
}

.dropdown.login_block.form-submitted.is-invalid .login__toggle {
    background: #fff;
    color: #cb2121;
}

.dropdown.login_block.show .login__toggle {
    text-decoration: none;
    background: #fff;
    color: #1e252b;
}

.dropdown.login_block .login__content {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper {
    position: relative;
    left: 5px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__form {
    background: #e9e9ea;
    padding: 1.25rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 300px;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__form .form-group {
    width: 260px;
    margin-bottom: 0.625rem;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__form .form-group:last-of-type {
    margin-bottom: 1.5625rem;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links {
    background: #fff;
    padding: 0.625rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 300px;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links h3 {
    font-weight: normal;
    font-family: "Roboto Bold", sans-serif;
    padding: 0;
    font-size: 0.9375rem;
    margin: 0;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links ul li {
    padding: 0;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links ul li a {
    color: #1e252b;
    font-size: 0.9375rem;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 4px;
    padding: 0.5rem 0.625rem;
    margin: 0 0 2px 0;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links ul li a:hover {
    background: #e9e9ea;
}

.dropdown.login_block .login__content .dropdown-menu-wrapper .login__links ul li a.active {
    background: #1b5683;
    color: #fff;
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(30, 37, 43, 0.9);
}

.modal {
    z-index: 999999;
}

.modal-open {
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

.modal-open header {
    z-index: 0;
}

.modal-header {
    border-bottom: 1px solid #bcbec0;
}

.modal-header .modal-title {
    color: #043e67;
    font-size: 1.125rem;
    font-family: "Roboto Bold", sans-serif;
    font-weight: normal;
}

.modal-header .modal-title.red {
    color: #cb2121;
}

.modal-body p {
    color: #1e252b;
}

.modal-body p:first-child {
    margin-top: 0 !important;
}

.modal-body p.red {
    color: #cb2121;
}

.modal-body h6 {
    font-size: 1.125rem;
    color: #1b5683;
    font-family: "Roboto Medium", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0.375rem 0 0.9375rem 0;
}

.modal-body h6 span {
    font-family: "Roboto Light", sans-serif;
}

.modal-body h7 {
    font-size: 1.125rem;
    color: #4b5056;
    font-family: "Roboto Regular", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0.25rem 0 0.75rem 0;
    display: block;
}

body.modal-only .fade:not(.show) {
    opacity: 1 !important;
}

body.modal-only .modal {
    display: block !important;
    position: relative;
    overflow: auto;
}

body.modal-only .modal.fade .modal-dialog {
    transition: none !important;
    transform: translate(0, 0) !important;
}

body.modal-only .modal .close {
    display: none;
}

#modalRegisterinformationen .modal-dialog {
    max-width: none;
    margin: 15px 0 15px 15px;
}

#modalDuplicate .modal-footer {
    justify-content: flex-start;
}

#modalDuplicate .modal-footer button {
    min-width: 120px;
}

.payment-container .progress .progress-bar {
    width: 20%;
}

.payment-container .text-label {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    min-width: 150px;
}

.payment-container form fieldset {
    margin-bottom: 25px;
}

.payment-container form .form-row .select-wrapper.anrede {
    margin-top: 30px;
}

.payment-container form .payment_nav .btn {
    min-width: auto;
}

@media (min-width: 576px) {
    .payment-container form .payment_nav .btn {
        min-width: 200px;
    }
}

.payment-container.step-1 .alert.alert-form-error {
    margin-bottom: 30px;
}

.payment-container.step-2 form fieldset {
    margin-bottom: 30px;
}

.payment-container.step-2 form .custom-radio {
    margin-bottom: 15px;
    margin-left: 5px;
}

.payment-container.step-2 form .payment_nav {
    margin-top: 40px;
}

.payment-container.step-3 .headline-btn {
    margin-top: 15px;
}

.payment-container.step-3 .headline-btn a {
    float: left;
    margin-right: 10px;
}

.payment-container.step-3 .headline-btn a i {
    position: relative;
}

.payment-container.step-3 .headline-btn a i:before {
    position: relative;
    left: 2px;
    top: -2px;
}

.payment-container.step-3 .container.basket_container {
    margin-top: 0;
    margin-bottom: 25px;
}

.payment-container.step-3 .container.basket_container .row.basket_header .sign {
    padding-left: 10px;
}

.payment-container.step-3 .container.basket_container .row.basket_header .company {
    padding-left: 20px;
}

.payment-container.step-3 .container.basket_container .row .company-wrapper {
    padding-left: 10px;
}

.payment-container.step-3 .container.basket_container .row .sign {
    padding-left: 54px;
}

@media (min-width: 992px) {
    .payment-container.step-3 .container.basket_container .row .sign {
        padding-left: 0;
    }
}

.payment-container.step-3 .alert.alert-form-error {
    margin-bottom: 40px;
}

.payment-container.step-3 form .payment_nav {
    margin-top: 40px;
}

.payment-container.step-3 form fieldset legend {
    padding: 40px 0 10px 0;
}

.payment-container.step-4 .alert-primary {
    margin-bottom: 40px;
}

.payment-container.step-4 .alert.alert-form-error {
    margin-bottom: 30px;
}

.payment-container.step-4 .checkbox-wrapper {
    margin-top: 20px;
}

.payment-container.step-4 form fieldset legend {
    padding: 15px 0 10px 0;
}

.payment-container.step-5 .alert-primary {
    margin-bottom: 35px;
}

.payment-container.step-5 .order_container {
    margin-top: 0;
    margin-bottom: 25px;
    border-top: 1px solid #dddedf;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
}

.payment-container.step-5 .order_container .basket_container .row .row .price-wrapper .price {
    padding-right: 0;
}

.payment-container.step-5 .payment_nav {
    margin-top: 30px;
}

.payment-container.not-registrated-user-step-1 form fieldset {
    margin-bottom: 0;
}

.payment-container.not-registrated-user-step-1 form .payment_nav {
    margin-top: 25px;
}

/* gebührenfrei Bestellung / progress */
@media (min-width: 768px) {
    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar {
        justify-content: center;
    }

    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar span.nr {
        padding-right: 0;
    }

    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar span.text {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar {
        justify-content: left;
    }

    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar span.nr {
        padding-right: 5px;
    }

    .col-sm-12.col-md-8.col-lg-9 .payment-container .progress .progress-bar span.text {
        display: block;
    }
}

.publication_container {
    margin: 0 auto;
    margin-bottom: 20px;
    /* horizontal scroll info */
}

.publication_container .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border-bottom: 1px solid #9c9c9d;
}

.publication_container .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.publication_container.scrollbar-visible {
    border-bottom: 1px solid #9c9c9d;
}

.publication_container.scrollbar-visible .publicationcontent {
    border: 0;
}

.publication_container .content-wrapper {
    /* publication scale */
    /* publication horizontal scroll */
    /* publication horizontal table scroll */
    /* fixes for publication.css */
}

.publication_container .content-wrapper.scale {
    transform-origin: left top;
    transform: scale(1);
    width: 910px;
    margin: 0 auto;
}

.publication_container .content-wrapper.scale .scroll-info {
    display: none !important;
}

.publication_container .content-wrapper.scroll .scroll-wrapper .std_table {
    width: 100%;
}

.publication_container .content-wrapper.table-scroll {
    max-width: 915px;
    margin: 0 auto;
    /* fix break word problem with long URL */
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub {
    margin: 0;
    padding: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td {
    padding: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td table {
    width: 915px !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td table table {
    width: auto !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td .std_table {
    width: 915px !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td .std_table tr td {
    padding: 3px 0px 3px 5px;
    display: table-cell;
    width: inherit;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .table-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .table-scroll-wrapper .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .table-scroll-wrapper .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.publication_container .content-wrapper.table-scroll .publicationcontent.scrollbar-visible .table-scroll-wrapper {
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
}

.publication_container .content-wrapper.table-scroll #show_hrb table {
    width: 915px !important;
    font-family: Verdana, "Arial Unicode MS";
}

.publication_container .content-wrapper.table-scroll .publicationcontent {
    /* fix handling of long URLs break for IE by explicit break-all */
}

.publication_container .content-wrapper.table-scroll .publicationcontent .break-all,
.publication_container .content-wrapper.table-scroll .publicationcontent .url-break-all,
.publication_container .content-wrapper.table-scroll .publicationcontent .file-break-all {
    word-break: break-all !important;
    -ms-word-break: break-all !important;
    display: inline-block !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub {
    margin: 0;
    padding: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > p, .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > h2, .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > h3, .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > h4, .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > h5, .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td > span {
    overflow-wrap: break-word;
    /* Non standard for WebKit */
    word-break: break-word;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment {
    margin: 0;
    padding: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment p,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h2,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h3,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h4,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h5,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment span,
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment div.p {
    overflow-wrap: break-word;
    /* Non standard for WebKit */
    word-break: break-word;
}

.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment p td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h2 td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h3 td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h4 td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment h5 td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment span td[width="2%"],
.publication_container .content-wrapper.table-scroll .publicationcontent .Attachment div.p td[width="2%"] {
    min-width: 20px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA {
    /* fix col widths in Edge for BAnz AT 21.06.2021 B5 */
    /* fix col widths for BAnz AT 06.08.2021 B3 */
    overflow-wrap: break-word;
    /* Non standard for WebKit */
    word-break: break-word;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="19%"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="19%"] {
    min-width: 160px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="41%"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="41%"] {
    min-width: 356px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="53%"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="53%"] {
    min-width: 468px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="420"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="420"] {
    min-width: 420px;
    max-width: 420px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="196"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="196"] {
    min-width: 196px;
    max-width: 196px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="112"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="112"] {
    min-width: 112px;
    max-width: 112px;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="1%"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="1%"] {
    min-width: 30px;
    padding-right: 0;
}

.publication_container .content-wrapper.table-scroll .publicationcontent div.LA th[width="34"],
.publication_container .content-wrapper.table-scroll .publicationcontent div.LA td[width="34"] {
    min-width: 22px;
    max-width: 22px;
    padding-left: 0;
    padding-right: 0;
}

.publication_container .content-wrapper .publicationcontent {
    margin: 0;
    /* lightbox link */
}

.publication_container .content-wrapper .publicationcontent b {
    font-family: Verdana, "Arial Unicode MS";
    font-weight: bold;
}

.publication_container .content-wrapper .publicationcontent p {
    font-size: 1em;
    margin-top: 0;
    padding-bottom: 0;
}

.publication_container .content-wrapper .publicationcontent img {
    width: auto;
    height: auto;
    max-width: 100% !important;
    max-height: inherit !important;
}

.publication_container .content-wrapper .publicationcontent table#begin_pub {
    font-size: 1em;
}

.publication_container .content-wrapper .publicationcontent table#begin_pub tr td {
    /*
                        padding-left: 1px;
                        padding-right: 1px;
                        */
}

.publication_container .content-wrapper .publicationcontent table#begin_pub .std_table tr td {
    /*
                            padding-left: 1px;
                            padding-right: 1px;
                            padding-top: 0;
                            padding-bottom: 0;
                            */
    border-collapse: separate;
}

.publication_container .content-wrapper .publicationcontent a.lightbox {
    /*
                    set width of the image linkt to fix IE11 max-width bug
                    width will be changed together with scroll wrapper width in publication.js for content width <915px
                    */
    width: 915px;
    position: relative;
    display: inline-block;
}

.publication_container .content-wrapper .publicationcontent a.lightbox:hover {
    cursor: zoom-in;
}

/*
Lightbox Magnific Popup
*/
body.mfp-zoom-out-cur {
    overflow: hidden;
    /* overlay at start */
    /* overlay animate in */
    /* overlay animate out */
    /* content at start */
    /* content animate it */
    /* content animate out */
}

body.mfp-zoom-out-cur .mfp-bg {
    z-index: 2042;
    opacity: 1;
    background: #fff;
}

body.mfp-zoom-out-cur .mfp-wrap {
    z-index: 2043;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-close {
    font-family: "Roboto Medium", sans-serif;
    color: #fff;
    background: #9a9da0;
    text-shadow: none;
    opacity: 1;
    padding: 0;
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 4px;
    text-align: center;
    border: 2px solid #fff;
    border-right: 0;
    border-top: 0;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-close:hover {
    background: #1e252b;
    cursor: pointer;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    background: #9a9da0;
    width: 34px;
    height: 34px;
    line-height: 1.25rem;
    font-size: 1.25rem;
    opacity: 1;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    transform: none !important;
    box-shadow: none;
    border: 2px solid #fff;
    margin-top: -17px;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow:hover {
    background: #1e252b;
    cursor: pointer;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow:after {
    display: none;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow:before {
    border: 0;
    width: 34px;
    height: 34px;
    margin: 0;
    line-height: 34px;
    opacity: 1;
    position: relative;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow.mfp-arrow-right {
    border-right: 0;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow.mfp-arrow-right:before {
    content: "\f105";
    top: -1px;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow.mfp-arrow-left {
    border-left: 0;
}

body.mfp-zoom-out-cur .mfp-wrap button.mfp-arrow.mfp-arrow-left:before {
    content: "\f104";
    left: -3px;
    top: -1px;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-content .mfp-figure figure img {
    background: #fff;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-content .mfp-figure:after {
    display: none;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-preloader {
    color: #1e252b;
    font-size: 1.125rem;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-preloader a {
    color: #1b5683;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-preloader a:hover {
    color: #9a9da0;
}

body.mfp-zoom-out-cur .mfp-wrap .mfp-counter {
    position: relative;
    top: 0;
    right: 0;
    color: #1e252b;
    font-size: 0.9375rem;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-bg {
    opacity: 1;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-bg.mfp-removing {
    opacity: 1;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

body.mfp-zoom-out-cur .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.result_container {
    /* Registerinformationen */
}

.result_container.registerinformationen {
    margin: 20px 0 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 2px solid #1e252b;
    /* NEW */
}

.result_container.registerinformationen .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border-bottom: 1px solid #1e252b;
}

.result_container.registerinformationen .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.result_container.registerinformationen .scroll-wrapper table {
    width: 100%;
    overflow: hidden;
}

.result_container.registerinformationen .scroll-wrapper table thead tr {
    background: #dee6ee;
}

.result_container.registerinformationen .scroll-wrapper table thead tr th {
    vertical-align: bottom;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    border-right: 1px solid #1e252b;
    border-bottom: 2px solid #1e252b;
    padding: 10px;
}

.result_container.registerinformationen .scroll-wrapper table thead tr th.RegPortErg_KopfRechts {
    font-family: "Roboto Light", sans-serif;
    white-space: nowrap;
    border-right: 0;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td {
    padding: 10px;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_RandLinks {
    border-width: 0px 0px 0px 0px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #1e252b;
    border-style: solid;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_AZ {
    border-width: 2px 0 1px 0;
    border-color: #1e252b #1e252b #9a9da0 #1e252b;
    border-style: solid;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_FirmaKopf {
    padding-left: 0;
    border-width: 1px 1px 0px 0px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #9a9da0;
    border-style: solid;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_SitzStatusKopf {
    border-width: 1px 1px 0px 1px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #9a9da0;
    border-style: solid;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_RandRechts {
    border-width: 0px 0px 0px 1px;
    border-color: #9a9da0 #1e252b #9a9da0 #9a9da0;
    border-style: solid;
    vertical-align: top;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr td.RegPortErg_RandRechts u {
    color: #bcbec0;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td {
    padding: 0;
    font-size: 0.75rem;
    color: #6d7176;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td a {
    text-decoration: none;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_SitzStatus {
    padding-left: 10px;
    padding-right: 10px;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich {
    padding-top: 10px;
    border-width: 0px 1px 1px 0px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #9a9da0;
    border-style: solid;
    color: #1e252b;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Grau {
    color: #6d7176;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav {
    float: right;
    margin-right: 10px;
    color: #bcbec0;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav a,
.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav u {
    text-decoration: none;
    position: relative;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav a:before,
.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav u:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.75rem;
    position: relative;
    top: 1px;
    left: 0;
    padding-right: 3px;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav .show-branches {
    margin-right: 5px;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav .show-branches a:before,
.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav .show-branches u:before {
    content: '\f078';
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav .hide-branches a:before,
.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich span.RegPortErg_Nav .hide-branches u:before {
    content: '\f077';
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_Unterstrich {
    border-width: 0px 1px 1px 1px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #9a9da0;
    border-style: solid;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZn {
    border-width: 0px 1px 0px 0px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #1e252b;
    border-style: solid;
    color: #6d7176;
}

.result_container.registerinformationen .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_SitzStatus {
    border-width: 0px 1px 0px 1px;
    border-color: #9a9da0 #9a9da0 #9a9da0 #9a9da0;
    border-style: solid;
    color: #6d7176;
}

.result_container.registerinformationen .scroll-wrapper table tbody td.RegPortErg_NavForm {
    padding: 3px;
}

.result_container.registerinformationen .scroll-wrapper table tbody span.RegPortErg_Fett {
    color: #1e252b;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.result_container.registerinformationen.new {
    border: 1px solid #1e252b;
    /* legend as footer list */
    /* legend as label with modal */
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr {
    background: #476274;
    color: #fff;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th {
    border-bottom: 0;
    border-right: 1px solid #fff;
    padding: 0;
    height: 100%;
    font-size: 0.75rem;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts {
    white-space: nowrap;
    border-right: 0;
    padding: 0.625rem;
    vertical-align: middle;
    text-align: center;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts b {
    font-family: "Roboto Light", sans-serif;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts b {
        font-family: "Roboto Medium", sans-serif;
    }
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts {
        text-align: left;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts > .label {
    display: none;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts > .label {
        display: inline;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts .modal-dialog {
    text-align: left;
    white-space: normal;
    padding: 0;
    vertical-align: top;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfRechts .modal-dialog b {
    font-family: "Roboto Medium", sans-serif !important;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfMitte .btn-sort {
    height: 170px;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th.RegPortErg_KopfMitte .btn-sort {
        height: 140px;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .sort-btn-container {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row {
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row:last-of-type {
    border-bottom: 0;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-1 {
    height: 130px;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-1 .btn-sort {
    flex-grow: 1;
    border-right: 1px solid #fff;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-1 .btn-sort:last-of-type {
    border-right: 0;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-1 {
        height: 100px;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-2 {
    height: 40px;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-row.row-2 .btn-sort {
    flex-grow: 1;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort {
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Light", sans-serif;
    margin: 0;
    padding: 0 0.625rem;
    text-align: center;
    border-radius: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort {
        white-space: nowrap;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after {
    content: "\f0dc";
    vertical-align: baseline;
    display: block;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:after {
        display: inline;
        padding-left: 0.625rem;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:hover, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort:focus {
    color: #000;
    background-color: #96aebe;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-up {
    color: #000;
    background-color: #96aebe;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-up:after {
    content: "\f0de";
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-down {
    color: #000;
    background-color: #96aebe;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .btn-sort.sort-down:after {
    content: "\f0dd";
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container {
    display: block;
    padding-top: 0.25rem;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip {
    background: #476274;
    color: #fff;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip:hover, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip:focus {
    background: #fff;
    color: #476274 !important;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip:hover span, .result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip:focus span {
    color: #476274 !important;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-info-container .btn-tooltip {
        display: none;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-container {
    text-align: center;
    white-space: normal;
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-container .legend-label {
    display: none;
}

@media (min-width: 768px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-container .legend-label {
        display: inline-block;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-container .btn {
    padding: 0;
}

@media (min-width: 768px) {
    .result_container.registerinformationen.new .scroll-wrapper table thead tr th .legend-container .btn {
        padding-left: 0.3125rem;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.tr-background {
    background-color: #f4f4f4;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandLinks {
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 5px;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_AZ {
    border-width: 3px 0 0 0;
    border-color: #1e252b;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_FirmaKopf {
    font-size: 0.875rem;
    border-width: 1px 0 0px 0px;
    padding-left: 20px;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_SitzStatusKopf {
    font-size: 0.875rem;
    border-width: 1px 0 0px 0;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts {
    border-width: 1px 0px 0px 0;
    text-align: center;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts span[style="padding-right: 2px"] {
    display: none;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts a,
.result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts u {
    font-size: 0.875rem;
    line-height: 1.8;
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts a,
    .result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts u {
        display: inline;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts {
        text-align: left;
    }

    .result_container.registerinformationen.new .scroll-wrapper table tbody tr td.RegPortErg_RandRechts span[style="padding-right: 2px"] {
        display: inline-block;
    }
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td {
    padding-top: 0.3125rem;
    padding-bottom: 0.625rem;
    color: #000 !important;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZnUnterstrich {
    border-width: 0px 0 1px 0px;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_Unterstrich {
    border-width: 0px 0 1px 0;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_HistorieZn {
    border-width: 0px 0 0px 0px;
    color: #000;
    padding-left: 20px;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td.RegPortErg_SitzStatus {
    border-width: 0px 0 0px 0;
    color: #000;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr.RegPortErg_Klein td span.RegPortErg_Grau {
    color: #000;
}

.result_container.registerinformationen.new .scroll-wrapper table tbody tr:first-child td.RegPortErg_AZ {
    border-width: 0;
}

.result_container.registerinformationen.new .legend-list-container .col {
    padding: 0;
}

.result_container.registerinformationen.new .legend-list-container .legend-list {
    padding: 0.625rem;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
    border-top: 3px solid #1e252b;
}

.result_container.registerinformationen.new .legend-list-container .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.result_container.registerinformationen.new .legend-list-container .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
}

.result_container.registerinformationen.new .legend-list-container .legend-list ul li:before {
    display: none;
}

.result_container.registerinformationen.new .legend-list-container .legend-list b {
    border-radius: 4px;
    padding: 5px;
    margin-right: 2px;
    background: #e9e9ea;
}

.result_container.registerinformationen.new .legend-list-container .legend-list p {
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th.RegPortErg_KopfMitte .btn-sort {
    min-height: 150px !important;
    height: auto;
}

@media (min-width: 768px) {
    .result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th.RegPortErg_KopfMitte .btn-sort {
        min-height: 140px !important;
    }
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th.RegPortErg_KopfMitte .btn-sort {
        min-height: 90px !important;
    }
}

.result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th .btn-row.row-1 {
    min-height: 120px;
    height: auto;
}

@media (min-width: 768px) {
    .result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th .btn-row.row-1 {
        min-height: 110px !important;
    }
}

@media (min-width: 992px) {
    .result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th .btn-row.row-1 {
        min-height: 60px !important;
    }
}

.result_container.registerinformationen.new.no-head-legend .scroll-wrapper table thead tr th .btn-row.row-2 {
    min-height: 30px;
    height: auto;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-collapse-container .btn {
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-collapse-container .btn .legend-label {
    margin-right: 0.1875rem;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container {
    background: #f4f4f4;
    color: #1e252b;
    border: 0;
    font-family: "Roboto Light", sans-serif;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list {
    padding: 0.625rem;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #1e252b;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list ul li:before {
    display: none;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list b {
    border-radius: 4px;
    padding: 5px;
    margin-right: 2px;
    background: #e9e9ea;
}

.result_container.registerinformationen.new.no-head-legend.legend-collapse .legend-list-container .legend-list p {
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.search_container {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 4px;
}

.search_container .search-form {
    /* placeholder */
    /* federal state */
}

.search_container .search-form ::-webkit-input-placeholder {
    color: #9a9da0;
}

.search_container .search-form ::-moz-placeholder {
    color: #9a9da0;
}

.search_container .search-form :-moz-placeholder {
    color: #9a9da0;
}

.search_container .search-form :-ms-input-placeholder {
    color: #9a9da0;
}

.search_container .search-form .search-row {
    margin-bottom: 20px;
}

.search_container .search-form .search-row .col {
    padding: 0;
}

.search_container .search-form .search-row .col.col-info {
    padding-right: 40px;
}

.search_container .search-form .search-row .col.col-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: 0;
}

.search_container .search-form .search-row .col.col-info h2 {
    line-height: 34px;
}

.search_container .search-form .search-row .col-lg-4.col-info,
.search_container .search-form .search-row .col-lg-6.col-info {
    padding-right: 50px;
}

.search_container .search-form .search-row .col-lg-4.col-info .btn-tooltip,
.search_container .search-form .search-row .col-lg-6.col-info .btn-tooltip {
    position: absolute;
    right: 10px;
    top: 10px;
}

.search_container .search-form .search-row p.label {
    margin: 0;
    padding: 6px 0 0 0;
}

.search_container .search-form .search-row.headline {
    margin-bottom: 20px;
    margin-top: 40px;
}

.search_container .search-form .search-row.headline.first {
    margin-top: 0;
}

.search_container .search-form .search-row.headline h2 {
    color: #1e252b;
    margin: 0;
    padding: 0;
    font-family: "Roboto Light", sans-serif;
}

.search_container .search-form .search-row.headline p {
    margin-top: 20px;
}

.search_container .search-form .search-row input[type="text"]:focus {
    background: #fff;
}

.search_container .search-form .search-row .col-lg-6 {
    padding-top: 10px;
}

.search_container .search-form .search-row .custom-control.custom-checkbox {
    margin-bottom: 0;
}

.search_container .search-form .search-row .checkbox-wrapper .col,
.search_container .search-form .search-row .checkbox-wrapper .col-lg-6 {
    padding: 5px 12px;
}

.search_container .search-form .search-row .radio-wrapper .col-lg-4 {
    padding: 5px 12px;
}

.search_container .search-form .search-row.submit {
    border-top: 1px solid #d2d3d5;
    padding-top: 1.5625rem;
    margin-bottom: 0;
    display: block;
    overflow: auto;
}

.search_container .search-form .search-row.submit .btn {
    float: right;
    min-width: 200px;
}

.search_container .search-form .search-row.datepicker {
    margin-bottom: 10px;
}

.search_container .search-form #federalState .card-header h4 button {
    background: #dddedf;
    color: #1e252b;
    font-size: 1rem;
    padding: 6px 40px 7px 10px;
}

.search_container .search-form #federalState .card-header h4 button[aria-expanded="true"] {
    color: #fff;
    background: #9a9da0;
}

.search_container .search-form #federalState .card-header h4 button[aria-expanded="true"]:after {
    background: #1b5683;
}

.search_container .search-form #federalState .card-header h4 button:after {
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #9a9da0;
    color: #fff;
}

.search_container .search-form #federalState .card-header h4 button:hover, .search_container .search-form #federalState .card-header h4 button:focus {
    color: #fff;
    background: #9a9da0;
}

.search_container .search-form #federalState .card-body {
    background: #fff;
    padding: 20px 20px 20px 15px;
}

.search_container .search-form #federalState .card-body .checkbox-wrapper .col-12 {
    padding: 5px 12px;
}

#searchoptions .card-header h4 button {
    background: #dddedf;
    color: #1e252b;
    font-size: 1rem;
    padding: 6px 40px 7px 10px;
}

#searchoptions .card-header h4 button[aria-expanded="true"] {
    color: #fff;
    background: #9a9da0;
}

#searchoptions .card-header h4 button[aria-expanded="true"]:after {
    background: #1b5683;
}

#searchoptions .card-header h4 button:after {
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #9a9da0;
    color: #fff;
}

#searchoptions .card-header h4 button:hover, #searchoptions .card-header h4 button:focus {
    color: #fff;
    background: #9a9da0;
}

#searchoptions .card-body {
    padding: 0;
}

.result_info {
    position: relative;
    padding-right: 50px;
    margin-bottom: 40px;
}

.result_info h2 {
    color: #1e252b;
    font-family: "Roboto Light", sans-serif;
    margin: 0;
    padding: 20px 0 10px 0;
}

.result_info h2 .search-term {
    font-family: "Roboto Medium", sans-serif;
}

.result_info .btn-tooltip {
    position: absolute;
    right: 0;
    top: 15px;
}

.result_filter {
    width: 100%;
    z-index: 2;
    /*
    &.text-only {

        .filter-list {

            padding-bottom: 10px;
            overflow: auto;

            li {
                font-family: $FontMedium;
                font-size: rem(18px);
                float: left;
                margin-right: 25px;
                padding-bottom: 10px;

                &:last-child {
                    margin-bottom: 10px;
                }

                &:before {
                    font-family: $FontAwesome;
                    font-weight: 600;
                    font-size: 0.8rem;
                    content: '\f054';
                    top: -1px;
                }

                span {
                    font-family: $FontLight;
                }
            }
        }
    }
    */
}

.result_filter .label {
    margin: 0;
    padding: 0 0 10px 0;
}

.result_filter .dropdown,
.result_filter .dropup {
    position: relative;
    z-index: 1021;
    margin-bottom: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.result_filter .dropdown.show > .btn.dropdown-toggle,
.result_filter .dropup.show > .btn.dropdown-toggle {
    background: #fff;
    color: #1b5683;
    border: 1px solid #d2d3d5;
}

.result_filter .dropdown.show > .btn.dropdown-toggle:after,
.result_filter .dropup.show > .btn.dropdown-toggle:after {
    content: "\f077";
    background: #1b5683;
}

.result_filter .dropdown .dropdown-toggle,
.result_filter .dropup .dropdown-toggle {
    width: 100%;
    text-align: left;
    font-family: "Roboto Medium", sans-serif;
    background: #fff;
    color: #1b5683;
    font-size: 1rem;
    border: 1px solid #d2d3d5;
    padding: 3px 40px 4px 10px;
}

.result_filter .dropdown .dropdown-toggle .counter,
.result_filter .dropup .dropdown-toggle .counter {
    font-family: "Roboto Light", sans-serif;
}

.result_filter .dropdown .dropdown-toggle:hover,
.result_filter .dropup .dropdown-toggle:hover {
    background: #fff;
    color: #1b5683;
    border: 1px solid #d2d3d5;
}

.result_filter .dropdown .dropdown-toggle:after,
.result_filter .dropup .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f078';
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    line-height: 34px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #9a9da0;
    color: #fff;
    border: 0;
    padding-top: 1px;
}

.result_filter .dropdown .dropdown-menu,
.result_filter .dropup .dropdown-menu {
    width: 100%;
    padding: 2px;
    margin-top: 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

.result_filter .dropdown .dropdown-menu ul,
.result_filter .dropup .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.result_filter .dropdown .dropdown-menu ul li,
.result_filter .dropup .dropdown-menu ul li {
    padding: 0;
}

.result_filter .dropdown .dropdown-menu ul li:before,
.result_filter .dropup .dropdown-menu ul li:before {
    display: none;
}

.result_filter .dropdown .dropdown-menu ul li a,
.result_filter .dropup .dropdown-menu ul li a {
    text-decoration: none;
    color: #1b5683;
    background-color: #fff;
    display: block;
    width: 100%;
}

.result_filter .dropdown .dropdown-menu ul li a:hover,
.result_filter .dropup .dropdown-menu ul li a:hover {
    background-color: #e9e9ea;
}

.result_filter .dropdown .dropdown-menu ul li a.active,
.result_filter .dropup .dropdown-menu ul li a.active {
    color: #fff;
    background-color: #1b5683;
}

.result_filter .dropdown .dropdown-menu ul li a.active:hover,
.result_filter .dropup .dropdown-menu ul li a.active:hover {
    background-color: #1b5683;
}

.result_filter .dropdown .dropdown-menu ul li .not-selectable,
.result_filter .dropup .dropdown-menu ul li .not-selectable {
    display: block;
}

.result_filter .dropdown .dropdown-menu ul li a,
.result_filter .dropdown .dropdown-menu ul li .not-selectable,
.result_filter .dropup .dropdown-menu ul li a,
.result_filter .dropup .dropdown-menu ul li .not-selectable {
    padding: 6px 10px 7px 10px;
}

.result_filter .dropdown .dropdown-menu ul li li a,
.result_filter .dropdown .dropdown-menu ul li li .not-selectable,
.result_filter .dropup .dropdown-menu ul li li a,
.result_filter .dropup .dropdown-menu ul li li .not-selectable {
    padding: 6px 10px 7px 25px;
}

.result_filter .dropdown .dropdown-menu ul li li li a,
.result_filter .dropdown .dropdown-menu ul li li li .not-selectable,
.result_filter .dropup .dropdown-menu ul li li li a,
.result_filter .dropup .dropdown-menu ul li li li .not-selectable {
    padding: 6px 10px 7px 40px;
}

.result_filter.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.result_filter.bottom .dropup.show > .btn.dropup-toggle:after {
    content: "\f078";
}

.result_filter.bottom .dropup .dropdown-toggle:after {
    content: '\f077';
}

.result_filter_btn {
    margin-bottom: 15px;
}

.result_filter_btn ul {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
}

.result_filter_btn ul li {
    padding: 0;
    float: left;
    overflow: auto;
    text-indent: 0;
}

.result_filter_btn ul li:before {
    display: none;
}

.result_filter_btn ul li a {
    margin: 0 10px 10px 0;
    position: relative;
    padding-right: 35px;
    text-align: left;
}

@media (min-width: 380px) {
    .result_filter_btn ul li a {
        white-space: nowrap;
    }
}

.result_filter_btn ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00d";
    position: absolute;
    top: 6px;
    right: 10px;
}

.result_filter_btn ul li a.btn-clear-all {
    background-color: #9a9da0;
    color: #fff;
}

.result_filter_btn ul li a.btn-clear-all:hover {
    background-color: #1e252b;
}

.result_container {
    padding: 0;
    border: 1px solid #dddedf;
    /* Suche in allen Bereichen */
    /* Hinterlegte Bilanzen */
}

.result_container .row [class^="col-"],
.result_container .row [class*=" col-"] {
    padding: 8px 10px 0 10px;
}

.result_container .row {
    margin: 0;
    border-bottom: 1px solid #dddedf;
    padding-bottom: 10px;
}

.result_container .row:last-child {
    border: 0;
}

.result_container .row.result_header {
    background: #9a9da0;
    color: #fff;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    padding-bottom: 0;
    border-bottom: 0;
}

.result_container .row.result_header [class*="col-"] {
    padding: 7px 10px;
    border-bottom: 1px solid #dddedf;
}

.result_container .row.result_header .btn-sort {
    background: #fff;
    color: #1b5683;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 0.3125rem;
}

.result_container .row.result_header .btn-sort:hover {
    background: #1e252b;
    color: #fff;
}

.result_container .row.result_header .btn-sort.active {
    background: #1b5683;
    color: #fff;
}

.result_container .row.hidden > div {
    width: 100%;
}

.result_container .row.hidden .company_result {
    margin-left: 32px;
}

.result_container .row.hidden .information_result,
.result_container .row.hidden .label_result {
    margin-left: 12px;
}

@media (min-width: 768px) {
    .result_container .row.hidden .information_result,
    .result_container .row.hidden .label_result {
        margin-left: 0;
    }

    .result_container .row.hidden .company_result {
        margin-left: 17px;
    }
}

.result_container .row .company_result {
    border-bottom: 1px solid #dddedf;
    padding-bottom: 8px;
}

.result_container .row .information_result {
    border-bottom: 1px solid #dddedf;
    padding-bottom: 10px;
    padding-left: 20px;
    word-wrap: break-word;
}

.result_container .row .information_result p {
    padding: 0;
}

.result_container .row .label_result {
    padding-left: 32px;
}

.result_container .row .label_result a {
    text-decoration: none;
    position: relative;
}

.result_container .row .label_result a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f054';
    top: 3px;
    left: -15px;
    position: absolute;
    text-decoration: none !important;
}

.result_container .row .label_result a.toggle-link:before {
    content: '\f077';
    left: -17px;
}

.result_container .row .label_result a.toggle-link.collapsed:before {
    content: '\f078';
    left: -17px;
}

.result_container .row .label_result a:hover:before {
    color: #1b5683;
}

.result_container .row .label_result a:hover span {
    text-decoration: underline;
    color: #1b5683;
}

.result_container .row .label_result .hidden {
    padding-top: 10px;
}

.result_container .row .label_result .hidden li {
    text-indent: -8px;
}

.result_container .row .label_result .hidden li:before {
    left: -3px;
}

.result_container .row.back {
    background: #f4f4f4;
}

.result_container .row.back .company_result {
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 10px;
}

.result_container .row.back .information_result {
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .result_container .row {
        padding-bottom: 0;
    }

    .result_container .row .row [class^="col-"],
    .result_container .row .row [class*=" col-"] {
        padding: 8px 10px;
    }

    .result_container .row.company .company_result, .result_container .row.company .information_result, .result_container .row.back .information_result, .result_container .row.back .information_result,
    .result_container .row .company_result,
    .result_container .row .information_result,
    .result_container .row .label_result {
        border-bottom: 0 !important;
        padding-bottom: 10px !important;
    }

    .result_container .row .label_result {
        padding-left: 15px;
    }

    .result_container .row .information_result {
        padding-left: 0;
    }
}

.result_container.detail-view .label_result,
.result_container.detail-view .information_result {
    padding-left: 0;
}

.result_container.global-search.detail-view {
    margin-bottom: 20px;
}

.result_container.deposits {
    margin-bottom: 40px;
}

.result_container.deposits #accordion .card-body {
    width: 100%;
}

.result_container.deposits .year_result a {
    text-decoration: none;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.result_container.deposits .year_result a i {
    padding-right: 7px;
}

.result_container.deposits .year_result a i.fas.fa-angle-down:before {
    content: "\f106";
}

.result_container.deposits .year_result a.collapsed i.fas.fa-angle-down:before {
    content: "\f107";
}

.result_container.deposits .row {
    position: relative;
    min-height: 55px;
}

.result_container.deposits .row.sticky-top {
    position: sticky;
}

.result_container.deposits .row.result_header {
    display: none;
}

.result_container.deposits .row.result_header.sm-only {
    display: block;
    padding-left: 3px;
}

.result_container.deposits .row.back .company_result {
    border: 0;
}

.result_container.deposits .row.back .information_result {
    border: 0;
}

.result_container.deposits .row .information_result {
    border: 0;
    padding-right: 60px;
}

.result_container.deposits .row:last-child {
    border-bottom: 1px solid #dddedf;
}

.result_container.deposits .row .col-md-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
}

.result_container.deposits .row .col-md-2 {
    padding-left: 13px;
}

.result_container.deposits .row .col-md-2 .label {
    padding-left: 17px;
}

@media (min-width: 768px) {
    .result_container.deposits .row .label {
        display: none;
    }

    .result_container.deposits .row.result_header {
        display: flex;
    }

    .result_container.deposits .row.result_header.sm-only {
        display: none;
    }

    .result_container.deposits .row .col-md-2 {
        padding-left: 10px;
    }
}

.result_container.deposits accordion .row {
    min-height: 54px;
}

.btn-nav {
    margin-top: 20px;
    overflow: auto;
}

@media (max-width: 380px) {
    .btn-nav.d-flex.flex-row.justify-content-between {
        flex-direction: column-reverse !important;
    }

    .btn-nav.d-flex.flex-row.justify-content-between .btn {
        width: 100%;
        margin: 0;
    }

    .btn-nav.d-flex.flex-row.justify-content-between .right .btn {
        margin-bottom: 20px;
    }
}

.btn-nav .btn-green {
    margin-left: 20px;
}

@media (min-width: 576px) {
    .btn-nav .btn-gray {
        min-width: 180px;
    }
}

/* Sicherheitsabfrage */
.block-sicherheitsabfrage .d-flex.justify-content-between p {
    padding-right: 20px !important;
}

.block-sicherheitsabfrage .captcha_container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.block-sicherheitsabfrage .captcha_container .captcha_wrapper {
    border: 5px solid #fff;
}

.block-sicherheitsabfrage .captcha_container .btn.btn-green {
    min-width: 120px;
}

.block-sicherheitsabfrage .captcha_container .captcha-reload-link {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    float: left;
}

.block-sicherheitsabfrage .captcha_container .captcha-reload-link i {
    font-size: 0.75rem;
    margin-right: 5px;
}

.block-sicherheitsabfrage .captcha_container .captcha-reload-link i:before {
    top: -1px;
    left: 0;
    position: relative;
}

/* ESEF Select */
.esef-select-container {
    /* alert */
    /* step buttons */
}

.esef-select-container .alert {
    margin-bottom: 0;
}

.esef-select-container .row {
    padding: 0 10px;
    margin-top: 0.625rem;
}

.esef-select-container .row .btn-primary {
    background: #1b5683;
    color: #fff;
    border: 0;
}

.esef-select-container .row .btn-primary:hover {
    background: #1e252b;
    color: #fff !important;
}

.esef-select-container .row .btn-secondary {
    background: #dddedf;
    color: #4b5056;
    border: 0;
}

.esef-select-container .row .btn-secondary:hover {
    background: #1e252b;
    color: #fff !important;
}

.esef-select-container .row .col-right .btn {
    float: right;
}

.esef-select-container .row .btn {
    min-width: 180px;
}

@media (max-width: 767px) {
    .esef-select-container .row {
        flex-direction: column-reverse;
    }

    .esef-select-container .row .col-left,
    .esef-select-container .row .col-right {
        width: 100%;
    }

    .esef-select-container .row .col-left .btn,
    .esef-select-container .row .col-right .btn {
        min-width: inherit;
        width: 100%;
    }
}

.result_pager {
    background-color: #dddedf;
    position: relative;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.result_pager.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.result_pager .page_count {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.result_pager .pager_items {
    position: relative;
    right: 0;
    top: 0;
}

.result_pager .pager_items form {
    text-align: center;
}

.result_pager .pager_items label {
    line-height: 34px;
    margin: 0 0 5px 0;
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
}

.result_pager .pager_items .form-group {
    margin: 0 auto;
    padding: 0;
    float: none;
    display: inline-block;
    /* only for javascript fallback */
}

.result_pager .pager_items .form-group .select-wrapper {
    float: left;
    clear: both;
}

.result_pager .pager_items .form-group .select-wrapper .select2-container {
    width: 85px !important;
    text-align: left;
}

.result_pager .pager_items .form-group .btn-update {
    margin-left: 2px;
    float: left;
    display: none;
}

.result_pager .pager_wrapper {
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom: 15px;
}

.result_pager .pager_wrapper .pagination {
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 75px;
    width: 100%;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    justify-content: center;
}

.result_pager .pager_wrapper .pagination a {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 1px 2px 1px;
    background: #1e252b;
    position: relative;
    background-color: #fff;
}

.result_pager .pager_wrapper .pagination a.page-nav {
    background-color: #9a9da0;
}

.result_pager .pager_wrapper .pagination a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
}

.result_pager .pager_wrapper .pagination a:hover {
    background-color: #1e252b;
    color: #fff;
}

.result_pager .pager_wrapper .pagination div {
    float: left;
    overflow: hidden;
}

.result_pager .pager_wrapper .pagination .left .first a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.result_pager .pager_wrapper .pagination .left .first a i {
    font-size: 0.8125rem;
}

.result_pager .pager_wrapper .pagination .middle {
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    justify-content: center;
}

.result_pager .pager_wrapper .pagination .middle .page-item {
    display: block;
}

.result_pager .pager_wrapper .pagination .middle .page-item a {
    text-decoration: none;
    color: #1e252b;
    text-align: center;
    line-height: 34px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: block;
}

.result_pager .pager_wrapper .pagination .middle .page-item a.active {
    background-color: #1b5683;
    color: #fff;
}

.result_pager .pager_wrapper .pagination .middle .page-item a:hover {
    color: #fff;
}

.result_pager .pager_wrapper .pagination .right .last a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.result_pager .pager_wrapper .pagination .right .last a i {
    font-size: 0.8125rem;
}

@media (min-width: 460px) {
    .result_pager .pager_wrapper .pagination {
        height: auto;
    }

    .result_pager .pager_wrapper .pagination .left {
        margin-left: 0;
    }

    .result_pager .pager_wrapper .pagination .middle {
        position: static;
        width: auto;
    }

    .result_pager .pager_wrapper .pagination .middle,
    .result_pager .pager_wrapper .pagination .right {
        clear: none;
        position: static;
    }
}

@media (min-width: 520px) {
    .result_pager {
        padding: 20px 20px 75px 20px;
    }

    .result_pager .page_count {
        position: absolute;
        left: 20px;
        top: 75px;
        float: left;
        line-height: 32px;
        margin-bottom: 0;
    }

    .result_pager .pager_wrapper {
        margin-bottom: 0;
        height: 34px;
    }

    .result_pager .pager_items {
        position: absolute;
        right: 20px;
        top: 74px;
    }

    .result_pager .pager_items label {
        line-height: 34px;
        margin: 0 10px 0 0;
        clear: none;
        width: auto;
    }

    .result_pager .pager_items .form-group {
        margin: 0;
        padding: 0;
        float: left;
        display: block;
    }

    .result_pager .pager_items .form-group .select-wrapper {
        clear: none;
    }

    .result_pager .pager_items .form-group .select-wrapper .select2-container {
        width: 85px !important;
        text-align: left;
    }
}

@media (min-width: 1100px) {
    .result_pager {
        padding: 20px;
    }

    .result_pager .page_count {
        top: 20px;
    }

    .result_pager .pager_items {
        top: 20px;
    }
}

.result_pager_detail {
    background-color: #dddedf;
    position: relative;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.result_pager_detail.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.result_pager_detail .left {
    position: static;
    text-align: center;
}

.result_pager_detail .left a {
    margin-bottom: 15px;
}

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

.result_pager_detail .middle .btn-wrapper {
    display: inline-block;
}

.result_pager_detail .middle .btn-wrapper .btn-left a {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.result_pager_detail .middle .btn-wrapper .btn-right {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.result_pager_detail .middle .btn-wrapper .btn-right div {
    float: left;
    margin-right: 10px;
}

.result_pager_detail .middle .btn-wrapper .btn-right div:last-child {
    margin-right: 0;
}

.result_pager_detail .right {
    position: static;
    text-align: center;
}

@media (min-width: 480px) {
    .result_pager_detail {
        padding: 15px 15px 15px 15px;
    }

    .result_pager_detail .left {
        z-index: 2;
    }

    .result_pager_detail .middle {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .result_pager_detail .middle .btn-wrapper .btn-left {
        margin-bottom: 0;
    }
}

@media (min-width: 690px) {
    .result_pager_detail .middle .btn-wrapper .btn-left {
        float: left;
        margin-bottom: 0;
    }

    .result_pager_detail .middle .btn-wrapper .btn-right {
        float: right;
    }
}

@media (min-width: 1055px) {
    .result_pager_detail {
        padding: 15px 15px 5px 15px;
    }

    .result_pager_detail .left,
    .result_pager_detail .right {
        position: absolute;
        top: 15px;
    }

    .result_pager_detail .right {
        right: 15px;
    }

    .result_pager_detail .middle .btn-wrapper .btn-left {
        float: left;
    }

    .result_pager_detail .middle .btn-wrapper .btn-left a {
        margin-bottom: 0;
    }

    .result_pager_detail .middle .btn-wrapper .btn-right {
        float: right;
        margin-bottom: 5px;
    }
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #1b5683;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 98, 106, 0.25);
}

.select2-container--default.select2-container--focus.select2-container--open .select2-selection--single {
    box-shadow: none;
    border-color: #d2d3d5;
}

.select2-container {
    box-sizing: border-box;
    width: auto !important;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 34px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0.4375rem 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #dddedf;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 999999;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.select2-results__option {
    padding: 0.375rem 10px 0.3125rem 20px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 0.9375rem;
    color: #1b5683;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d3d5;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1e252b;
    line-height: 1.25;
    padding-right: 3.125rem;
    white-space: normal;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #9a9da0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f078';
    position: absolute;
    left: 50%;
    top: 52%;
    font-size: 0.875rem;
    color: #fff;
    transform: translate(-50%, -50%);
}

.bottom .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f077';
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: #1b5683;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\f077";
}

.bottom .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\f078';
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddedf;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 217px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1b5683;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #1b5683 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1b5683;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #e9e9ea;
    color: #1b5683;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select.is-selected ~ .select2-container--default .select2-selection--single,
.select-up.is-selected ~ .select2-container--default .select2-selection--single {
    color: #26626a;
}

.select.is-selected ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-up.is-selected ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #26626a;
}

.unternehmenstraegerdaten .content {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    max-width: 1080px;
}

.unternehmenstraegerdaten .content .container {
    border: 2px solid #1e252b;
    padding: 0;
}

.unternehmenstraegerdaten .content .container .col-sm-4 {
    padding-bottom: 0;
}

.unternehmenstraegerdaten .content .container .col-sm-8 {
    padding-top: 0;
}

@media (min-width: 576px) {
    .unternehmenstraegerdaten .content .container .col-sm-4 {
        padding-bottom: 10px;
    }

    .unternehmenstraegerdaten .content .container .col-sm-8 {
        padding-top: 10px;
    }
}

.unternehmenstraegerdaten .content .container .header {
    border-bottom: 1px solid #1e252b;
    padding: 5px 10px;
    background: #f4f4f4;
}

.unternehmenstraegerdaten .content .container .body {
    border-bottom: 1px solid #1e252b;
    padding: 10px;
}

.unternehmenstraegerdaten .content .container .body select {
    padding: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .unternehmenstraegerdaten .content .container .body select {
        margin-top: 0;
    }
}

.unternehmenstraegerdaten .content .container .footer {
    padding: 5px 10px;
}

/* progress bar */
.user-container {
    /* progress */
    /* register */
    /* user data */
    /* company data */
    /* billing data */
}

@media (min-width: 992px) {
    .user-container {
        min-height: 227px;
    }
}

.user-container .progress .progress-bar.bg-current {
    width: auto;
}

.user-container .progress .progress-bar.bg-current .nr {
    padding-right: 0;
}

.user-container .progress .progress-bar.bg-current .text {
    display: none;
}

.user-container .progress .progress-bar span.text {
    font-size: 0.8125rem;
}

@media (min-width: 768px) {
    .user-container .progress .progress-bar.bg-current .nr {
        padding-right: 5px;
    }

    .user-container .progress .progress-bar.bg-current .text {
        display: block;
    }

    .user-container .progress .progress-bar span.text {
        display: none;
    }
}

@media (min-width: 1120px) {
    .user-container .progress .progress-bar {
        justify-content: center;
    }

    .user-container .progress .progress-bar.bg-current {
        width: 20%;
    }

    .user-container .progress .progress-bar span.text {
        display: block;
        font-size: 0.9375rem;
    }
}

.user-container.register .progress .progress-bar {
    width: 20%;
}

.user-container.user-data .progress .progress-bar {
    width: 25%;
}

.user-container.company-data .progress .progress-bar {
    width: 33.333333%;
}

.user-container.billing-data .progress .progress-bar {
    width: 33.333333%;
}

/* form */
.user-container {
    /* authentification */
    /* password reset */
    /* user data */
    /* billing data */
    /* confirm email */
}

.user-container .content .invalid {
    color: #cb2121;
}

.user-container .content .invalid + input {
    border-color: #cb2121;
}

.user-container .content .invalid ~ .select2-container--default .select2-selection--single {
    border-color: #cb2121;
    color: #cb2121;
}

.user-container .content .invalid ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #cb2121;
}

.user-container .content .invalid ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cb2121;
}

.user-container .content.content_middle .forcemargin {
    display: none;
}

.user-container .content.content_middle .form_headline {
    display: none;
}

.user-container .content.content_middle .form_level0 {
    padding-bottom: 20px;
}

.user-container .content.content_middle .block {
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #dddedf;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.user-container .content.content_middle .block fieldset {
    margin: 0;
    padding: 0;
}

.user-container .content.content_middle .block.inactive_block {
    margin-bottom: 40px;
    padding: 0 20px 0 20px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.user-container .content.content_middle .block.inactive_block p.label {
    margin-top: 15px;
}

.user-container .content.content_middle .block .view_elem {
    padding: 0 20px 10px 20px;
    margin: 0 -20px;
    overflow: auto;
    background: #f4f4f4;
}

.user-container .content.content_middle .block .view_elem:nth-child(2) {
    padding-top: 15px;
}

.user-container .content.content_middle .block .view_elem:last-child {
    padding-bottom: 15px;
}

.user-container .content.content_middle .block .view_elem .view_label {
    float: left;
    display: block;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    padding: 0;
}

@media (min-width: 992px) {
    .user-container .content.content_middle .block .view_elem .view_label {
        width: 50%;
        padding-right: 20px;
    }
}

.user-container .content.content_middle .block .view_elem .view_value {
    float: left;
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .user-container .content.content_middle .block .view_elem .view_value {
        float: right;
        clear: none;
        width: 50%;
    }
}

.user-container .content.content_middle .block .marked {
    border-radius: 4px;
    background: #e9e9ea;
    padding: 20px;
    margin: 0 0 20px 0;
}

.user-container .content.content_middle .block .marked.mb-40 {
    margin-bottom: 40px;
}

.user-container .content.content_middle .block .marked.mb-0 {
    margin-bottom: 0;
}

.user-container .content.content_middle .block .block_head {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0.3125rem 20px 0.3125rem 20px;
    margin: 0 -20px;
    font-size: 1.125rem;
    background: #dddedf;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.user-container .content.content_middle .block .block_head > * {
    flex-shrink: 1;
    flex-grow: 0;
}

.user-container .content.content_middle .block .block_head h3 {
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #4b5056;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.user-container .content.content_middle .block .block_head.inactive_block_head {
    margin-bottom: 0;
    padding-right: 5px;
}

.user-container .content.content_middle .block .block_head .left {
    padding-right: 54px;
}

.user-container .content.content_middle .block .block_head .right {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.user-container .content.content_middle .block .form_elem .col {
    padding: 0 0 15px 0;
}

.user-container .content.content_middle .block .form_elem .col.col-info {
    padding-right: 40px;
}

.user-container .content.content_middle .block .form_elem .col.col-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: 28px;
}

.user-container .content.content_middle .block .form_elem .form_label p {
    padding-bottom: 1.25rem;
}

.user-container .content.content_middle .block .form_elem .form_label p.strong {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .form_elem .form_label p.input-group-label {
    margin-top: 1.5625rem;
    padding-bottom: 0.625rem;
}

.user-container .content.content_middle .block .form_elem .form_label label {
    margin-top: 1.5625rem;
}

.user-container .content.content_middle .block .form_input .custom-control-label {
    padding-right: 54px;
}

.user-container .content.content_middle .block .form_input.input-info {
    padding-bottom: 14px;
}

.user-container .content.content_middle .block .form_input.input-info .custom-checkbox {
    margin-bottom: 0;
}

.user-container .content.content_middle .block .form_input.input-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

.user-container .content.content_middle .block .form_input .custom-radio {
    margin-bottom: 13px;
}

.user-container .content.content_middle .block .form_input .custom-radio.input-info .custom-checkbox {
    margin-bottom: 0;
}

.user-container .content.content_middle .block .form_input .custom-radio.input-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

.user-container .content.content_middle .block .form_input input[type="submit"] {
    border-radius: 4px;
    color: #fff;
    font-size: 0.9375rem;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    padding: 0.3125rem 20px;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    background: #1b5683;
    color: #fff;
    float: right;
    cursor: pointer;
}

.user-container .content.content_middle .block .form_input input[type="submit"]:hover {
    background: #1e252b;
    color: #fff !important;
}

@media (min-width: 576px) {
    .user-container .content.content_middle .block .form_input input[type="submit"] {
        min-width: 180px;
    }
}

.user-container .content.content_middle .block .form_input #service_publicate_detail_box {
    padding-top: 0.625rem;
}

.user-container .content.content_middle .block .right_like_input {
    padding: 5px 0 0 0;
    overflow: auto;
}

.user-container .content.content_middle .block .right_like_input input[type="submit"] {
    border-radius: 4px;
    color: #fff;
    font-size: 0.9375rem;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    padding: 0.3125rem 20px;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    background: #1b5683;
    color: #fff;
    float: right;
    cursor: pointer;
}

.user-container .content.content_middle .block .right_like_input input[type="submit"]:hover {
    background: #1e252b;
    color: #fff !important;
}

@media (min-width: 576px) {
    .user-container .content.content_middle .block .right_like_input input[type="submit"] {
        min-width: 180px;
    }
}

.user-container .content.content_middle .block #service_publicate_detail_box {
    display: none;
}

.user-container .content.content_middle .block #show_other_services_block {
    padding: 20px 0 0 0;
    display: none;
}

.user-container .content.content_middle .block #show_other_services_block p {
    padding-right: 50px;
}

.user-container .content.content_middle .block #show_other_services_block .form_elem {
    padding: 0;
}

.user-container .content.content_middle .block .mandatory_notice {
    display: none;
}

.user-container .content.content_middle .block h4 {
    padding: 20px 0 10px 0;
    font-size: 0.9375rem;
}

.user-container .content.content_middle .block .research_page .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border: 0;
}

.user-container .content.content_middle .block .research_page .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .research_page table {
    width: 100%;
}

.user-container .content.content_middle .block .research_page table th {
    font-size: 0.75rem;
    background: #9a9da0;
    color: #fff;
    padding: 10px;
}

.user-container .content.content_middle .block .research_page table td {
    font-size: 0.75rem;
    background: #f4f4f4;
    padding: 10px;
    vertical-align: top;
}

.user-container .content.content_middle .block .research_page table td label {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link {
    text-decoration: none;
    position: relative;
    margin-left: 18px;
    margin-bottom: 20px;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f054';
    top: 3px;
    left: -15px;
    position: absolute;
    text-decoration: none !important;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link:before {
    content: '\f077';
    left: -17px;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link.collapsed {
    margin-bottom: 0;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link.collapsed:before {
    content: '\f078';
    left: -17px;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link:hover:before {
    color: #1b5683;
}

.user-container .content.content_middle .block .toggle-container .toggle-link-wrapper a.toggle-link:hover span {
    text-decoration: underline;
    color: #1b5683;
}

.user-container .content.content_middle .block .toggle-container .toggle-content-wrapper {
    margin-top: 20px;
}

.user-container .content .mandatory_notice {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
}

.user-container .content .form_button_bar .hidden_submit {
    height: 1px;
    width: 1px;
    position: absolute;
}

.user-container .content .form_button_bar .step_buttons {
    padding: 0;
}

.user-container .content .form_button_bar .step_buttons li {
    text-indent: 0;
    float: left;
    overflow: auto;
    margin-right: 10px;
    padding-bottom: 0;
}

.user-container .content .form_button_bar .step_buttons li:before {
    display: none;
}

.user-container .content .form_button_bar .step_buttons li:last-child {
    margin-right: 0;
    float: right;
}

.user-container .content .form_button_bar .step_buttons li:last-child.clear {
    margin-top: 20px;
    clear: both;
}

@media (min-width: 992px) {
    .user-container .content .form_button_bar .step_buttons li:last-child.clear {
        clear: none;
        margin-top: 0;
    }
}

.user-container .content .form_button_bar .step_buttons li:last-child.clear input[type="submit"] {
    min-width: inherit !important;
}

@media (min-width: 576px) {
    .user-container .content .form_button_bar .step_buttons li:last-child {
        clear: none;
        margin-top: 0;
    }
}

.user-container .content .form_button_bar .step_buttons li .button.left_button {
    float: left;
}

.user-container .content .form_button_bar .step_buttons li .button.right_button {
    float: right;
}

.user-container .content .form_button_bar .step_buttons li .button .bbg.disabled_button .disabled {
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 0.9375rem;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    padding: 0.4375rem 20px;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    background: #1b5683;
    color: #fff;
    display: inline-block;
    text-align: center;
    opacity: 0.40;
    display: block;
}

@media (min-width: 576px) {
    .user-container .content .form_button_bar .step_buttons li .button .bbg.disabled_button .disabled {
        min-width: 180px;
    }
}

.user-container .content .form_button_bar .step_buttons li .button .bbg input[type="submit"] {
    border-radius: 4px;
    color: #fff;
    font-size: 0.9375rem;
    /*
    -webkit-transition: $animate 0.5s ease;
    -moz-transition: $animate 0.5s ease;
    -ms-transition: $animate 0.5s ease;
    -o-transition: $animate 0.5s ease;
    transition: $animate 0.5s ease;
    */
    padding: 0.3125rem 20px;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    background: #1b5683;
    float: right;
    line-height: 1.5;
}

.user-container .content .form_button_bar .step_buttons li .button .bbg input[type="submit"]:hover {
    background: #1e252b !important;
    color: #fff !important;
    cursor: pointer;
}

.user-container .content .form_button_bar .step_buttons li .button .bbg input[type="submit"].btn-gray {
    background: #dddedf;
    color: #6d7176;
}

@media (min-width: 576px) {
    .user-container .content .form_button_bar .step_buttons li .button .bbg input[type="submit"] {
        min-width: 180px;
    }
}

@media (min-width: 576px) {
    .user-container .content .form_button_bar .step_buttons li .button .bbg .btn {
        min-width: 180px;
    }
}

.user-container .content .form_button_bar .step_buttons li .button .bbg #service_publicate_detail_box {
    padding-top: 0.625rem;
}

@media (max-width: 575px) {
    .user-container .content .form_button_bar .step_buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    .user-container .content .form_button_bar .step_buttons li {
        display: block;
        width: 100% !important;
    }

    .user-container .content .form_button_bar .step_buttons li .button {
        width: 100% !important;
    }

    .user-container .content .form_button_bar .step_buttons li .button.right_button {
        margin-bottom: 1.25rem;
    }

    .user-container .content .form_button_bar .step_buttons li .button input[type="submit"],
    .user-container .content .form_button_bar .step_buttons li .button .btn {
        width: 100% !important;
    }
}

.user-container.register.step-7 .content .block_head {
    margin-bottom: 0;
}

.user-container.register.step-7 .content .view_elem {
    padding-top: 15px;
}

.user-container.register.step-7 .content .view_elem:nth-child(2) {
    padding-top: 0;
}

.user-container.register.step-7 .content .view_elem.last {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.user-container.register.step-7 .content .datepicker {
    margin-top: 30px;
}

.user-container.password-reset .content .block {
    border: 0;
    padding: 0;
    margin-bottom: 25px;
}

.user-container.user-data #show_other_services_block {
    display: block !important;
}

.user-container.user-data #password-strength {
    margin: 0 44px 0 10px;
}

.user-container.user-data #password-strength .password-strength-bar {
    background: #1b5683 !important;
    height: 5px !important;
}

.user-container.user-data #password-strength .password-strength-text {
    margin-bottom: 10px;
    padding: 5px 0 0 0;
    font-size: 0.8125rem;
}

.user-container.billing-data #billreceiver_block,
.user-container.billing-data #billaddress_block {
    margin-top: 20px;
}

.user-container.billing-data .form_input.radio_line {
    margin-top: 20px;
}

.user-container.confirm-email .content .block {
    border: 0;
    padding: 0;
    margin-bottom: 25px;
}

/* form error messages */
.user-container .content.content_middle .error_msg {
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0 0 0;
    margin-bottom: 20px;
    background: #cb2121;
    color: #fff;
}

.user-container .content.content_middle .error_msg .error_kw {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .error_msg .error_text {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .error_msg {
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0 0 0;
    margin-bottom: 20px;
    background: #cb2121;
    color: #fff;
}

.user-container .content.content_middle .block .error_msg .error_kw {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .error_msg .error_fieldname {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .content.content_middle .block .form_elem .error_msg {
    background: #e9e9ea;
    color: #cb2121;
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}

.user-container .content.content_middle .block .form_elem .form-row ~ .error_msg {
    margin-top: 0;
}

.user-container .content.content_middle .block #service_publicate_detail_box.invalid {
    display: block !important;
}

.user-container .content.content_middle .block #service_publicate_detail_box .error_msg {
    margin-left: 1.5rem;
}

.user-container .content.content_middle .block #show_other_services_block.invalid {
    display: block !important;
}

.service-overview {
    /* Abrufe Unternehmensregister*/
    /* Abrufe Unternehmensregister / Datenübersicht */
}

.service-overview .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.service-overview .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.service-overview .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
}

.service-overview .legend-list ul li:before {
    display: none;
}

.service-overview .legend-list i {
    background: #e9e9ea;
    padding: 5px;
    border-radius: 4px;
    margin-right: 4px;
}

.service-overview .legend-list strong {
    margin-right: 4px;
}

.service-overview .legend-list p {
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.service-overview .btn-list {
    padding-bottom: 0;
}

.service-overview .btn-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .service-overview .btn-list ul {
        justify-content: flex-end;
    }
}

.service-overview .btn-list ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.service-overview .btn-list ul li:before {
    display: none;
}

.service-overview .btn-list a {
    margin: 10px 10px 0 0;
    display: block;
}

@media (min-width: 768px) {
    .service-overview .btn-list a {
        margin: 0 0 10px 10px;
    }
}

.service-overview .ureg_service_overview.result_container .row .result {
    padding-bottom: 10px;
}

.service-overview .overview_list_table {
    padding-top: 20px;
}

.service-overview .overview_list_table .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border: 0;
}

.service-overview .overview_list_table .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.service-overview .overview_list_table table {
    width: 100%;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    border-top: 1px solid #dddedf;
}

.service-overview .overview_list_table table th {
    font-size: 0.75rem;
    background: #9a9da0;
    color: #fff;
    padding: 10px;
}

.service-overview .overview_list_table table td {
    font-size: 0.75rem;
    background: #fff;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #dddedf;
}

.service-overview .overview_list_table table td label {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.service-overview .overview_list_table .legend-list {
    background: #dddedf;
    padding: 10px;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    margin-bottom: 20px;
}

.service-overview .overview_list_table .legend-list i {
    background: #f4f4f4;
}

.customer-data .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.customer-data .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.customer-data .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
}

.customer-data .legend-list ul li:before {
    display: none;
}

.customer-data .legend-list i {
    background: #e9e9ea;
    padding: 5px;
    border-radius: 4px;
    margin-right: 4px;
}

.customer-data .btn-list {
    padding-bottom: 0;
}

.customer-data .btn-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .customer-data .btn-list ul {
        justify-content: flex-end;
    }
}

.customer-data .btn-list ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.customer-data .btn-list ul li:before {
    display: none;
}

.customer-data .btn-list a {
    margin: 10px 10px 10px 0;
    display: block;
}

@media (min-width: 992px) {
    .customer-data .btn-list a {
        margin: 0 0 10px 10px;
    }
}

@media (min-width: 992px) {
    .customer-data .btn-list a {
        margin: 0 0 10px 10px;
    }
}

.customer-data .accordion p {
    padding-bottom: 20px !important;
}

.customer-data .accordion .form_inputs {
    padding-bottom: 20px;
}

.customer-data .accordion input[type="submit"] {
    float: right;
}

@media (min-width: 768px) {
    .customer-data .accordion input[type="submit"] {
        min-width: 180px;
    }
}

.customer-data .accordion fieldset {
    margin-bottom: 0;
}

.customer-data .extra_filter {
    padding: 20px;
    background: #dddedf;
}

.customer-data .extra_filter .button_box {
    margin-top: 10px;
}

.customer-data .extra_filter .button_box input[type="submit"] {
    float: right;
}

@media (min-width: 768px) {
    .customer-data .extra_filter .button_box input[type="submit"] {
        min-width: 180px;
    }
}

.customer-data .move_arrows {
    margin: 0;
    padding: 0;
}

.customer-data .move_arrows li {
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    text-indent: 0;
}

.customer-data .move_arrows li:before {
    display: none;
}

.customer-data .result {
    padding-bottom: 10px;
}

.customer-data.data-change .content.content_middle h4 {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    font-size: 1.125rem;
    color: #1e252b;
}

.customer-data.data-change .content.content_middle .block .col-md-6:last-child {
    padding-top: 0;
}

.customer-data.data-change .content.content_middle .block .col-md-6:last-child h4 {
    padding-top: 0;
}

@media (min-width: 768px) {
    .customer-data.data-change .content.content_middle .block .col-md-6:last-child {
        padding-top: 10px;
    }

    .customer-data.data-change .content.content_middle .block .col-md-6:last-child h4 {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .customer-data.data-change .content.content_middle .block .view_elem .view_label {
        width: auto;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .customer-data.data-change .content.content_middle .block .view_elem .view_value {
        float: left;
        clear: both;
        width: auto;
    }
}

/*
Blocks BAnz
*/
.content {
    /* agb */
    /* 2col content intro with border bottom */
    /* news */
}

.content h4.agb_pricelist {
    font-size: 0.9375rem;
    padding: 0 0 1.25rem 0;
}

.content .content-intro {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #dddedf;
}

.content .news-list .pagination {
    margin: 0 0 1.25rem 0;
    padding: 0;
    float: right;
}

.content .news-list .pagination .btn {
    margin-left: 0.3125rem;
}

@media (min-width: 768px) {
    .content .news-list .pagination {
        position: absolute;
        right: 1.875rem;
        top: 1.875rem;
        padding: 0;
        margin-top: 0;
    }
}

.content .news-list .news-item {
    clear: both;
}

.content .news-list .pull-right {
    float: right;
    position: relative;
    width: 34px;
    height: 34px;
    background: #dddedf;
    border-radius: 4px;
    color: #dddedf;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.content .news-list .pull-right:hover {
    background: #1e252b;
    color: #1e252b;
}

.content .news-list .pull-right:hover:before {
    color: #fff !important;
}

.content .news-list .pull-right:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f106";
    font-size: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1e252b;
}

.content .news-list h4 {
    font-size: 1.125rem;
    color: #1b5683;
    padding-right: 3.125rem;
}

.content .news-list li:before {
    width: 0;
}

.content .news-list li p {
    display: inline;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    box-shadow: 0 0 5px #006378;
}

/* fix inline svg minify empty space bug */
/*
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("/order/img/svg/radio_white_circle.svg");
}
*/
.form_input .custom-control-label {
    padding-right: 54px;
}

.form_input.input-info {
    padding-bottom: 14px;
}

.form_input.input-info .custom-checkbox {
    margin-bottom: 0;
}

.form_input.input-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

.form_input .custom-radio {
    margin-bottom: 13px;
}

.form_input .custom-radio.input-info .custom-checkbox {
    margin-bottom: 0;
}

.form_input .custom-radio.input-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

/*
------------------------------
NEW WIZARD
------------------------------
*/
.form-check .custom-control-label {
    padding-right: 54px;
    padding-top: 1px;
}

.form-check.custom-checkbox {
    margin-bottom: 0;
}

.form-check.custom-radio {
    margin-bottom: 15px;
}

.form-check.input-info .btn-tooltip {
    position: absolute;
    right: 0;
    top: -5px;
}

form {
    /* input elements */
    /* card only form styles */
    /* date picker */
}

form .label {
    padding-left: 10px;
}

form .error_msg .error-header-panel {
    padding: 0 20px 0 23px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    position: relative;
}

form .error_msg .error-header-panel div {
    position: relative;
    margin-bottom: 1.25rem;
}

form .error_msg .error-header-panel div:last-child {
    margin-bottom: 0;
}

form .error_msg .error-header-panel div::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: -17px;
    top: 2px;
    color: #fff;
}

form .error_msg .feedbackPanel li:before {
    color: #fff;
}

form .form-group .form-text {
    margin-top: 13px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

form .form-group [class*="col"] {
    padding-bottom: 15px;
    padding-top: 0;
}

form .form-group [class*="col"].col-info {
    padding-right: 50px;
}

form .form-group [class*="col"].col-info .btn-tooltip {
    position: absolute;
    right: 10px;
    top: 27px;
}

form .form-group [class*="col"] .form-text {
    margin-top: 13px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

form .form-group [class*="col"] .label {
    padding-left: 0;
}

form .form-group [class*="col"].has-error .form-text {
    border-radius: 4px;
    background: #e9e9ea;
    color: #cb2121;
    padding: 10px;
    margin-top: -3px;
    margin-bottom: 15px;
    margin-right: 10px;
    list-style-type: none;
    width: 100%;
}

form .form-group [class*="col"].has-error .form-text li {
    position: relative;
    overflow: auto;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    text-indent: 0;
}

form .form-group [class*="col"].has-error .form-text li:last-child {
    padding-bottom: 0;
}

form .form-group [class*="col"].has-error .form-text li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #cb2121;
    width: 3px;
    display: inline-block;
}

form .form-group [class*="col"].has-error .form-text li p {
    padding: 0;
}

form .form-group [class*="col"].has-error .label,
form .form-group [class*="col"].has-error label,
form .form-group [class*="col"].has-error input,
form .form-group [class*="col"].has-error .select2-selection__rendered {
    color: #cb2121 !important;
}

form .form-group [class*="col"].has-error input[type="text"],
form .form-group [class*="col"].has-error .select2-selection--single {
    border-color: #cb2121 !important;
}

form .form-group [class*="col"].has-error .select2-selection__arrow {
    background-color: #cb2121 !important;
}

form .form-group.has-error .form-text {
    border-radius: 4px;
    background: #e9e9ea;
    color: #cb2121;
    padding: 10px;
    margin-top: -3px;
    margin-bottom: 15px;
    margin-right: 10px;
    list-style-type: none;
    width: 100%;
}

form .form-group.has-error .form-text li {
    position: relative;
    overflow: auto;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    text-indent: 0;
}

form .form-group.has-error .form-text li:last-child {
    padding-bottom: 0;
}

form .form-group.has-error .form-text li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #cb2121;
    width: 3px;
    display: inline-block;
}

form .form-group.has-error .form-text li p {
    padding: 0;
}

form .form-group.has-error .label,
form .form-group.has-error label,
form .form-group.has-error input,
form .form-group.has-error .select2-selection__rendered {
    color: #cb2121 !important;
}

form .form-group.has-error input[type="text"],
form .form-group.has-error .select2-selection--single {
    border-color: #cb2121 !important;
}

form .form-group.has-error .select2-selection__arrow {
    background-color: #cb2121 !important;
}

form .form-group .label {
    padding-top: 20px;
    padding-bottom: 10px !important;
    width: 100%;
}

form .form-group:first-child .label {
    padding-top: 0;
}

form .form-group .col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    line-height: inherit;
}

@media (min-width: 576px) {
    form .form-group .form-group [class*="col-"] {
        padding-right: 10px;
    }
}

form .card .label {
    padding-left: 0;
}

form .card .form-group.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
    padding: 0;
}

form .card .form-group.row .label {
    padding-left: 10px;
}

form .card .form-group.row.has-error .form-text {
    margin-left: 10px;
}

form .card .form-group.row.indent_top_small {
    padding-top: 20px;
}

@media (min-width: 768px) {
    form .card .form-group.row.indent_top_small {
        padding-top: 20px;
    }
}

form .datepicker #abo-start-date {
    margin-bottom: 2.5rem;
}

@media (max-width: 490px) {
    form .datepicker #abo-start-date .input-group-prepend {
        width: 100% !important;
    }
}

.block.login .block-headline i {
    margin: 3px -7px 0 0;
}

.block.login .form_input {
    margin-bottom: 10px;
}

.block.login .btn-min-width-fits {
    min-width: 100%;
}

@media (min-width: 460px) {
    .block.login .btn-min-width-fits {
        min-width: 150px;
    }
}

@media (min-width: 768px) {
    .block.login .btn-min-width-fits {
        min-width: 180px;
    }
}

@media (min-width: 992px) {
    .block.login .btn-min-width-fits {
        min-width: 180px;
    }
}

.block.login .login-footer {
    overflow: auto;
}

.block.login .login-footer .login-nav {
    margin: 2.1875rem 0 0 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    overflow: auto;
}

.block.login .login-footer .login-nav li {
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    color: #1b5683;
    font-size: 0.8125rem;
    text-indent: 0;
}

.block.login .login-footer .login-nav li:before {
    display: none;
}

.block.login .login-footer .login-nav li a {
    text-decoration: none;
    color: #1b5683;
}

.block.login .login-footer .login-nav li a:hover, .block.login .login-footer .login-nav li a:focus {
    text-decoration: underline;
}

.block.login .login-footer .col-left {
    float: left;
    padding: 0;
}

.block.login .login-footer .col-right {
    float: left;
    clear: both;
    padding: 0;
}

.block.login .login-footer .col-right .login-nav {
    margin-top: 0;
}

.block.login .login-footer .col-right .login-nav li {
    padding-right: 0;
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .block.login .login-footer .col-right {
        float: right;
        clear: none;
    }

    .block.login .login-footer .col-right .login-nav {
        margin-top: 2.1875rem;
    }

    .block.login .login-footer .col-right .login-nav li {
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    .block.login .col-auto {
        width: 100% !important;
    }

    .block.login .row {
        flex-direction: column-reverse;
    }
}

.user-container {
    /* billing data */
    /*
    ------------------------------
    NEW WIZARD
    ------------------------------
    */
    /* labels */
    /* step buttons */
    /* card: Ziel der Registrierung */
    /* error */
    /* card */
    /* remove margin from last alert */
}

.user-container #password_bar {
    margin-bottom: 15px;
}

.user-container #password_bar .progress {
    height: 1rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .user-container #password_bar .progress .progress-bar.bg-current .text {
        display: none;
    }

    .user-container #password_bar .progress .progress-bar span.text {
        display: none;
    }
}

@media (min-width: 992px) {
    .user-container #password_bar .progress .progress-bar span.text {
        display: none;
    }
}

@media (min-width: 1023px) {
    .user-container #password_bar .progress .progress-bar span.text {
        display: block;
    }
}

.user-container.billing-data .content.content_middle .block .row {
    margin-left: 0;
    margin-right: 0;
}

.user-container.billing-data .content.content_middle .block .row .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
}

.user-container.billing-data .content.content_middle .block .row .label-container {
    display: none;
}

@media (min-width: 992px) {
    .user-container.billing-data .content.content_middle .block .row .label-container {
        display: block;
    }

    .user-container.billing-data .content.content_middle .block .row .label-container h4 {
        min-height: 80px;
    }

    .user-container.billing-data .content.content_middle .block .row .label-container .view_elem {
        min-height: 62px;
        border-bottom: 1px solid #d2d3d5;
        margin: 0;
        padding: 0;
    }

    .user-container.billing-data .content.content_middle .block .row .label-container .view_elem:last-child {
        border: 0;
    }

    .user-container.billing-data .content.content_middle .block .row .label-container .view_elem .view_label {
        float: none;
        padding-right: 20px;
        padding-top: 10px;
        width: 100%;
    }
}

.user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem .view_value {
    padding-right: 10px;
}

.user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem .view_value h4 {
    font-size: 1.125rem;
    font-family: "Roboto Light", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem {
        margin: 0;
        padding: 0;
        min-height: 62px;
        border-bottom: 1px solid #d2d3d5;
    }

    .user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem:last-child {
        border: 0;
    }

    .user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem .view_label {
        display: none;
        padding-right: 0;
    }

    .user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem .view_value {
        width: 100%;
        padding-top: 10px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .user-container.billing-data .content.content_middle .block .row .label-view-container .view_elem .view_value h4 {
        min-height: 80px;
        padding-top: 0;
    }
}

.user-container p.label {
    width: 100%;
    padding-bottom: 1.25rem;
}

.user-container p.label.strong {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container p.label.input-group-label {
    margin-top: 1.5625rem;
    padding-bottom: 0.625rem;
}

.user-container .form-inline {
    padding: 0 10px;
}

.user-container .form-inline .btn-primary {
    background: #1b5683;
    color: #fff;
    border: 0;
}

.user-container .form-inline .btn-primary:hover {
    background: #1e252b;
    color: #fff !important;
}

.user-container .form-inline .btn-secondary {
    background: #dddedf;
    color: #4b5056;
    border: 0;
}

.user-container .form-inline .btn-secondary:hover {
    background: #1e252b;
    color: #fff !important;
}

.user-container .form-inline .col-right .btn {
    float: right;
}

.user-container .form-inline .col-left .btn {
    float: left;
}

.user-container .form-inline .btn {
    min-width: 180px;
}

@media (max-width: 575px) {
    .user-container .form-inline {
        flex-direction: column-reverse;
    }

    .user-container .form-inline .col-left,
    .user-container .form-inline .col-right {
        width: 100%;
    }

    .user-container .form-inline .col-left .btn,
    .user-container .form-inline .col-right .btn {
        min-width: inherit;
        width: 100%;
    }
}

.user-container #registration__user__rolea {
    padding-left: 25px;
}

.user-container #registration__user__rolea .col .form-text {
    margin-left: 25px;
}

.user-container .role-related p {
    padding-right: 50px;
}

.user-container .has-error .error-header-panel {
    border-radius: 4px;
    padding: 20px 20px 20px 40px;
    margin: 20px 0 0 0;
    margin-bottom: 20px;
    background: #cb2121;
    color: #fff;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    position: relative;
}

.user-container .has-error .error-header-panel div {
    position: relative;
    margin-bottom: 1.25rem;
}

.user-container .has-error .error-header-panel div:last-child {
    margin-bottom: 0;
}

.user-container .has-error .error-header-panel div::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: -15px;
    top: 2px;
    color: #fff;
}

.user-container .card .required {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
}

.user-container .card h4 {
    padding: 0.9375rem 0 0.625rem 0;
    font-size: 0.9375rem;
}

.user-container .card .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border: 0;
}

.user-container .card .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .card table {
    width: 100%;
    margin-bottom: 20px;
}

.user-container .card table th {
    font-size: 0.75rem;
    background: #9a9da0;
    color: #fff;
    padding: 10px;
    vertical-align: top;
}

.user-container .card table td {
    font-size: 0.75rem;
    background: #f4f4f4;
    padding: 10px;
    vertical-align: top;
}

.user-container .card table td label {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .card.overview-card table th {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .card.overview-card table td {
    border-bottom: 1px solid #d2d3d5;
}

.user-container .card.overview-card table td:first-child {
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.user-container .card .card {
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #dddedf;
    margin-bottom: 40px;
}

.user-container .card .card .card-header {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0.3125rem 20px 0.3125rem 20px;
    margin: 0 -20px;
    font-size: 1.125rem;
    background: #dddedf;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: top;
}

/*
.user-container .card .card .card-header-html-print {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0.3125rem 20px 0.3125rem 20px;
    margin: 0 -20px;
    font-size: 1.125rem;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: top;
}*/

.user-container .card .card .card-header > * {
    flex-shrink: 1;
    flex-grow: 1;
}

.user-container .card .card .card-header h3 {
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    padding: 5px 40px 5px 0;
    font-weight: normal;
    color: #4b5056;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
}

.user-container .card .card .card-header.inactive {
    margin-bottom: 0;
    padding-right: 5px;
}

.user-container .card .card .card-header .float-right {
    position: absolute;
    top: 5px;
    right: 5px;
}

.user-container .card .card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.user-container .card .card .card-body ul:last-child {
    margin-bottom: 15px;
}

.user-container .card .card .card-body .form-inline {
    padding-bottom: 0;
}

.user-container .card .card .form-inline {
    padding-bottom: 20px;
}

.user-container .card .card.inactive {
    margin-bottom: 40px;
    padding: 0 20px 0 20px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.user-container .card .card.inactive .card-body {
    margin: 0 10px;
}

.user-container .card .card.inactive .card-body .form-group.row {
    margin-bottom: 10px;
}

.user-container .card .card.inactive .card-body .form-group.row:last-child {
    margin-bottom: 0;
}

.user-container .card .card.inactive .card-body .form-group.row label {
    margin-bottom: 0;
    margin-left: -0.625rem;
    padding-right: 1.25rem;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    line-height: inherit;
}

@media (min-width: 992px) {
    .user-container .card .card.inactive .card-body .form-group.row label {
        margin-bottom: 0;
    }
}

.user-container .card .card.inactive .card-body .form-group.row label:hover {
    cursor: default;
}

.user-container .card .card.inactive .card-body .form-group.row .label {
    padding-left: 0;
}

.user-container .card .card.inactive .card-body .form-group.row .value {
    margin-left: -0.625rem;
    padding-bottom: 0;
}

.user-container .card .card.inactive .card-body .form-group.row .value label {
    font-family: "Roboto Light", sans-serif;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 0;
}

@media (min-width: 992px) {
    .user-container .card .card.inactive .card-body .form-group.row .value label {
        margin-top: 0;
    }
}

.user-container .card .card.inactive .card-body .form-group.row .value ul:last-child {
    margin-bottom: 0;
}

.user-container .card .card.inactive .card-body .form-group.row .col {
    padding-left: 0;
    padding-right: 0;
}

.user-container .card .card.inactive .card-body .alert {
    margin-left: -10px;
    margin-right: -10px;
}

.user-container .card .card.inactive .card-body .alert:last-child {
    margin-bottom: 5px;
}

.user-container .card-body .card div.alert:last-child {
    margin-bottom: 0 !important;
}

.publication_container .content-wrapper {
    /* publication horizontal table scroll */
    /* Anhängige Verfahren / Buttons */
}

.publication_container .content-wrapper.table-scroll {
    /* standard publication */
    /* eBAnz AT */
    /* BAnz AT */
}

.publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td table table.std_table {
    width: auto !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent > div > .table-scroll-wrapper > .scroll-wrapper > table {
    width: 915px !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent table.topbot, .publication_container .content-wrapper.table-scroll .publicationcontent table.top, .publication_container .content-wrapper.table-scroll .publicationcontent table.bottom, .publication_container .content-wrapper.table-scroll .publicationcontent table.all, .publication_container .content-wrapper.table-scroll .publicationcontent table.sides, .publication_container .content-wrapper.table-scroll .publicationcontent table.none {
    width: 915px !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.topbot, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.top, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.bottom, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.all, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.sides, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd table.none {
    width: 888px !important;
}

.publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.topbot, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.top, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.bottom, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.all, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.sides, .publication_container .content-wrapper.table-scroll .publicationcontent dl dd dl dd table.none {
    width: 836px !important;
}

.publication_container .content-wrapper .publicationcontent .btn {
    font-family: "Roboto Light", sans-serif;
    font-weight: 400;
}

.publication_container .content-wrapper .publicationcontent .simple_result_tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #dddedf;
    margin-top: 20px;
    position: relative;
}

.publication_container .content-wrapper .publicationcontent .simple_result_tab .title {
    display: block;
    font-family: "Roboto Light", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    color: #4b5056;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 0.875rem;
}

.publication_container .content-wrapper .publicationcontent .simple_result_tab .close_button:before {
    display: none;
}

.publication_container .content-wrapper .publicationcontent .simple_result_tab .close_button a {
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.publication_container .content-wrapper .publicationcontent .simple_result {
    width: 100%;
    font-size: 0.75rem;
    border: 1px solid #d2d3d5;
}

.publication_container .content-wrapper .publicationcontent .simple_result th {
    background: #9a9da0;
    color: #fff;
    padding: 10px;
    vertical-align: top;
}

.publication_container .content-wrapper .publicationcontent .simple_result tr:nth-child(odd) {
    background: #f4f4f4;
}

.publication_container .content-wrapper .publicationcontent .simple_result tr td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #d2d3d5;
}

/*
-----------------------------------------
BundOL.css style optimization
-----------------------------------------
*/
/* reset overridden user agent default styles */
.publication_container .content-wrapper .publicationcontent .publicationcontent {
    padding: 20px 0 20px 0 !important;
    font-family: verdana, arial, helvetica, sans-serif;
    color: black;
    /* set font size in % to match the publication font size of amtlicher teil */
    font-size: 79.36%;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent h1,
.publication_container .content-wrapper .publicationcontent .publicationcontent h2,
.publication_container .content-wrapper .publicationcontent .publicationcontent h2 span,
.publication_container .content-wrapper .publicationcontent .publicationcontent h3,
.publication_container .content-wrapper .publicationcontent .publicationcontent h4,
.publication_container .content-wrapper .publicationcontent .publicationcontent h5,
.publication_container .content-wrapper .publicationcontent .publicationcontent h6 {
    font-family: verdana, arial, helvetica, sans-serif;
    color: black;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent h2 {
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent h3 {
    padding: 0;
    margin: 0;
    line-height: initial;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent h4 {
    padding: 0;
    margin: 0;
    line-height: initial;
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent h5 {
    padding: 0;
    margin: 0;
    line-height: initial;
    font-weight: initial;
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent dl {
    padding: 0;
    margin-bottom: 1em;
    line-height: initial;
    font-weight: normal;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent dt {
    display: block;
    line-height: initial;
    font-weight: normal;
    white-space: nowrap;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent dd {
    display: block;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent p {
    padding: 0;
    margin: 1em 0;
    line-height: initial;
    display: block;
}

.publication_container .content-wrapper .publicationcontent .publicationcontent div.p {
    line-height: initial;
    font-weight: initial;
}

.result_container.fonddata {
    border-top: 0 !important;
    padding-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.result_container.fonddata .form-group.row .col .select-label,
.result_container.fonddata .form-group.row .col .col-form-label {
    width: 150px !important;
}

.fundHistoryheader {
    background-color: #dadada;
    border: none !important;
    font-weight: bold;
    padding-left: 1ex
}

.fundHistoryeven {
    background-color: #efefef;
}

.fundHistoryodd {
    background-color: #e6edf2;
}

/* printer-friendly pages with CSS */
@media print {
    /* fix firefox one page print bug */
    * {
        overflow: visible !important;
        height: auto !important;
        min-height: initial !important;
    }

    html,
    body,
    #content,
    .content-container {
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        min-height: auto !important;
        min-width: auto !important;
        display: block !important;
    }

    .container {
        width: auto !important;
        overflow: visible !important;
        max-width: none;
    }

    .container > .row {
        display: block;
    }

    .container > .row .col-sm-12 {
        max-width: none !important;
    }

    /* remove body background, set color to black */
    body {
        background: inherit;
        color: #000;
    }

    /* hide header */
    header {
        display: none;
    }

    /* hide cockpit */
    .cockpit {
        display: none;
    }

    /* hide main menu */
    .menu_block {
        display: none;
    }

    /* hide user menu */
    .user_block {
        display: none;
    }

    /* hide footer */
    footer {
        display: none;
    }

    /* hide breadcrumbs */
    .content .breadcrumb .breadcrumb-nav {
        display: none;
    }

    /* remove paddings */
    .content-container {
        padding: 0;
    }

    /* hide margin */
    .container .row > .col-sm-12.col-md-4.col-lg-3 {
        display: none;
    }

    /* hide acronym info icon */
    acronym:after {
        display: none;
    }

    /* hide alerts */
    .alert.alert-primary {
        display: none;
    }

    /* hide progress */
    .progress {
        display: none !important;
    }

    /* hide buttons */
    .btn,
    input[type="submit"] {
        display: none !important;
    }

    /*
--------------------------------------------
accordion
--------------------------------------------
*/
    /* DL/DD version */
    dl.fold {
        /* header */
        /* body */
    }

    dl.fold dt {
        background: #fff;
        color: #1e252b;
        padding: 0;
        font-size: 1.125rem;
        color: #1b5683;
        font-family: "Roboto Medium", sans-serif;
        font-weight: normal;
        margin: 0;
        padding: 0.375rem 0 0.9375rem 0;
    }

    dl.fold dt:after {
        display: none;
    }

    dl.fold dd {
        display: block;
        background: inherit;
        padding: 0;
    }

    /* standard version */
    .accordion,
    .margin-faq-container .accordion {
        margin-bottom: 20px;
    }

    .accordion .card .card-header h4 button,
    .accordion .card .card-header h4 button[aria-expanded="true"],
    .margin-faq-container .accordion .card .card-header h4 button,
    .margin-faq-container .accordion .card .card-header h4 button[aria-expanded="true"] {
        background: inherit;
        color: #1e252b;
        padding: 0;
        color: #1b5683;
        font-family: "Roboto Medium", sans-serif;
        font-weight: normal;
        margin: 0;
        padding: 0.375rem 0 0.9375rem 0;
        display: block !important;
    }

    .accordion .card .card-header h4 button:after,
    .accordion .card .card-header h4 button[aria-expanded="true"]:after,
    .margin-faq-container .accordion .card .card-header h4 button:after,
    .margin-faq-container .accordion .card .card-header h4 button[aria-expanded="true"]:after {
        display: none;
    }

    .accordion .card .collapse,
    .margin-faq-container .accordion .card .collapse {
        display: block !important;
    }

    .accordion .card .collapse .card-body,
    .margin-faq-container .accordion .card .collapse .card-body {
        background: inherit;
    }

    /*
--------------------------------------------
search
--------------------------------------------
*/
    /* hide search options */
    #searchoptions {
        display: none;
    }

    /* hide result pager */
    .result_pager_detail {
        display: none;
    }

    /* hide buttons */
    .btn-wrapper {
        display: none;
    }

    /* hide filter buttons */
    .result_filter_btn {
        display: none;
    }

    /* hide pager */
    .result_pager {
        display: none;
    }

    /* hide nlp search options */
    .search_container.nlp-search {
        display: none;
    }

    /* hide fonddata search options */
    .search_container.fonddata-search {
        display: none;
    }

    /* hide result filter select menu */
    .result_filter {
        display: none;
    }

    .result_container {
        border: 1px solid #000;
    }

    .result_container .row {
        overflow: auto !important;
        display: block !important;
    }

    .result_container .row .col-md-2 {
        float: left;
        max-width: 16.6666666667% !important;
        width: 16.6666666667% !important;
    }

    .result_container .row .col-md-3 {
        float: left;
        max-width: 25% !important;
        width: 25% !important;
    }

    .result_container .row .col-md-4 {
        float: left;
        max-width: 33.3333333333% !important;
        width: 33.3333333333% !important;
    }

    .result_container .row .col-md-5 {
        float: left;
        max-width: 41.6666666667% !important;
        width: 41.6666666667% !important;
    }

    .result_container .row .col-md-6 {
        float: left;
        max-width: 50% !important;
        width: 50% !important;
    }

    .result_container .row.result_header {
        background: #fff;
        color: #000;
    }

    .result_container .row.result_header [class*="col-"] {
        border-bottom: 1px solid #000;
    }

    .result_container .row.back {
        background: #fff;
        color: #000;
        clear: both;
    }

    .publication_container .content-wrapper.table-scroll {
        max-width: none !important;
        width: auto !important;
    }

    /*
--------------------------------------------
news
--------------------------------------------
*/
    .news-list {
        /* hide pagination */
        /* hide top button */
    }

    .news-list .pagination {
        display: none;
    }

    .news-list .pull-right {
        display: none;
    }

    /*
--------------------------------------------
amtlicher teil
--------------------------------------------
*/
    /* hide intro */
    .content .content-intro {
        display: none;
    }

    /* hide filter */
    .result_filter.table_filter {
        display: none;
    }

    /* hide sort buttons */
    .result_container .row.result_header .btn-sort {
        display: none;
    }

    /*
--------------------------------------------
watchlist
--------------------------------------------
*/
    .result_container.watchlist .col-lg-4 {
        float: left !important;
        width: 33.3333333333% !important;
        height: 3rem !important;
    }

    .result_container.watchlist .col-lg-2 {
        float: left !important;
        width: 16.6666666667% !important;
        height: 3rem !important;
    }

    .result_container.watchlist .col-lg-3 {
        float: left !important;
        width: 25% !important;
        height: 3rem !important;
    }

    /* hide watchlist button */
    .result_container.fonddata .watchlist_icon {
        display: none;
    }

    /* hide legend */
    .legend_container {
        display: none;
    }

    /* hide bottom search info box */
    .search-info-box {
        display: none !important;
    }

    /* hide result tabs */
    .result_tabs {
        display: none;
    }

    /* hide result type switch */
    .result_type_switch {
        display: none;
    }

    /* hide watchlist button */
    .result_container.fonddata .watchlist_icon a {
        display: none;
    }

    /* hide watchlist button on document view */
    .result_header .btn-wrapper {
        display: none;
    }

    /* hide search option on document view */
    .fund_profile .fund-prices .search-container .search-row {
        display: none;
    }

    /* hide action buttons on document view */
    .fund_profile .documents .card-body .row .actions a,
    .fund_profile .other-data .card-body .row .actions a {
        display: none;
    }

    /*
--------------------------------------------
Netto-Leerverkaufspositionen
--------------------------------------------
*/
    .result_container.nlp-search .row .col-th-1,
    .result_container.nlp-search .row .col-td-1 {
        float: left !important;
        width: 24%;
    }

    .result_container.nlp-search .row .col-th-2,
    .result_container.nlp-search .row .col-td-2 {
        float: left !important;
        width: 21%;
    }

    .result_container.nlp-search .row .col-th-3,
    .result_container.nlp-search .row .col-td-3 {
        float: left !important;
        width: 15%;
    }

    .result_container.nlp-search .row .col-th-4,
    .result_container.nlp-search .row .col-td-4,
    .result_container.nlp-search .row .col-lg-4 {
        float: left !important;
        width: 20%;
    }

    .result_container.nlp-search .row .col-th-5,
    .result_container.nlp-search .row .col-td-5 {
        float: left !important;
        width: 20%;
    }

    /*
--------------------------------------------
Info-Dienst
--------------------------------------------
*/
    .result_container.info-service_overview .col-lg-3 {
        float: left !important;
        width: 25% !important;
        height: 3rem !important;
    }

    .result_container.info-service_overview .col-lg-2 {
        float: left !important;
        width: 16.6666666667% !important;
        height: 3rem !important;
    }

    .result_container.info-service_overview .col-lg-5 {
        float: left !important;
        width: 41.6666666667% !important;
        height: 3rem !important;
    }

    .result_container.info-service_overview .collapse:not(.show) {
        display: block;
    }

    .result_container.info-service_overview .download {
        display: none !important;
    }

    .result_container.info-service_overview .legend-list {
        display: none !important;
    }

    /*
--------------------------------------------
Fondsdata
--------------------------------------------
*/
    .result_container {
        /* search result / prices */
        /* search result / tax */
        /* search result / fund prices */
    }

    .result_container.fonddata .row.result_header [class^="col-th"] {
        float: left !important;
        height: 6rem !important;
    }

    .result_container.fonddata .row [class^="col-td"] {
        float: left !important;
        width: inherit;
    }

    .result_container.fonddata .row [class^="col-th"] {
        float: left !important;
        width: inherit;
    }

    .result_container.fonddata-search .info {
        padding-left: 0;
    }

    .result_container.fonddata-search .info a.download i {
        display: none !important;
    }

    .result_container.search-result.prices .row .col-th-4,
    .result_container.search-result.prices .row .col-th-5,
    .result_container.search-result.prices .row .col-th-6,
    .result_container.search-result.prices .row .col-th-7,
    .result_container.search-result.prices .row .col-th-8 {
        display: none;
    }

    .result_container.search-result.prices .row .col-td-1,
    .result_container.search-result.prices .row .col-td-2 {
        padding-right: 64px;
    }

    .result_container.search-result.prices .row .sort_buttons {
        margin-left: 0;
        float: left;
        clear: both;
    }

    .result_container.search-result.prices .row .inline-label {
        display: none;
    }

    .result_container.search-result.prices .row .col-th-1,
    .result_container.search-result.prices .row .col-td-1 {
        width: 21%;
        display: block;
        padding-right: 0;
    }

    .result_container.search-result.prices .row .col-th-2,
    .result_container.search-result.prices .row .col-td-2 {
        width: 17%;
        display: block;
        padding-right: 0;
    }

    .result_container.search-result.prices .row .col-th-3,
    .result_container.search-result.prices .row .col-td-3 {
        width: 10%;
        display: block;
    }

    .result_container.search-result.prices .row .col-th-4,
    .result_container.search-result.prices .row .col-td-4 {
        width: 11%;
        display: block;
    }

    .result_container.search-result.prices .row .col-th-5,
    .result_container.search-result.prices .row .col-td-5 {
        width: 11%;
        display: block;
    }

    .result_container.search-result.prices .row .col-th-6,
    .result_container.search-result.prices .row .col-td-6 {
        width: 11%;
        display: block;
    }

    .result_container.search-result.prices .row .col-th-7,
    .result_container.search-result.prices .row .col-td-7 {
        width: 12%;
        display: block;
    }

    .result_container.search-result.prices .row .col-th-8,
    .result_container.search-result.prices .row .col-td-8 {
        width: 7%;
        display: block;
    }

    .result_container.search-result.tax .row .col-th-4,
    .result_container.search-result.tax .row .col-th-5,
    .result_container.search-result.tax .row .col-th-6,
    .result_container.search-result.tax .row .col-th-7 {
        display: none;
    }

    .result_container.search-result.tax .row .col-td-1,
    .result_container.search-result.tax .row .col-td-2 {
        padding-right: 64px;
    }

    .result_container.search-result.tax .row .sort_buttons {
        margin-left: 0;
        float: left;
        clear: both;
    }

    .result_container.search-result.tax .row .inline-label {
        display: none;
    }

    .result_container.search-result.tax .row .col-th-1,
    .result_container.search-result.tax .row .col-td-1 {
        width: 27%;
        display: block;
        padding-right: 0;
    }

    .result_container.search-result.tax .row .col-th-2,
    .result_container.search-result.tax .row .col-td-2 {
        width: 17%;
        display: block;
        padding-right: 0;
    }

    .result_container.search-result.tax .row .col-th-3,
    .result_container.search-result.tax .row .col-td-3 {
        width: 10%;
        display: block;
    }

    .result_container.search-result.tax .row .col-th-4,
    .result_container.search-result.tax .row .col-td-4 {
        width: 17%;
        display: block;
    }

    .result_container.search-result.tax .row .col-th-5,
    .result_container.search-result.tax .row .col-td-5 {
        width: 11%;
        display: block;
    }

    .result_container.search-result.tax .row .col-th-6,
    .result_container.search-result.tax .row .col-td-6 {
        width: 11%;
        display: block;
    }

    .result_container.search-result.tax .row .col-th-7,
    .result_container.search-result.tax .row .col-td-7 {
        width: 7%;
        display: block;
    }

    .result_container.search-result.fundprices .row .col-th-6,
    .result_container.search-result.fundprices .row .col-th-7,
    .result_container.search-result.fundprices .row .col-th-8 {
        display: block !important;
    }

    .result_container.search-result.fundprices .row .label {
        float: none;
    }

    .result_container.search-result.fundprices .row .sort_buttons {
        margin-left: 0;
        float: left;
        clear: both;
    }

    .result_container.search-result.fundprices .row .inline-label {
        display: none;
    }

    .result_container.search-result.fundprices .row .col-th-1,
    .result_container.search-result.fundprices .row .col-td-1 {
        width: 10%;
        display: block;
    }

    .result_container.search-result.fundprices .row .col-th-2,
    .result_container.search-result.fundprices .row .col-td-2 {
        width: 12%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-3,
    .result_container.search-result.fundprices .row .col-td-3 {
        width: 12%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-4,
    .result_container.search-result.fundprices .row .col-td-4 {
        width: 12%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-5,
    .result_container.search-result.fundprices .row .col-td-5 {
        width: 11%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-6,
    .result_container.search-result.fundprices .row .col-td-6 {
        width: 15%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-7,
    .result_container.search-result.fundprices .row .col-td-7 {
        width: 14%;
        display: block;
        text-align: right;
    }

    .result_container.search-result.fundprices .row .col-th-8,
    .result_container.search-result.fundprices .row .col-td-8 {
        width: 13%;
        display: block;
        text-align: right;
    }

    .accordion.fund_profile .card-header h4 button {
        display: block !important;
    }
}

/*
Blocks PP
*/
.calender-container {
    position: relative;
    /*
    .form_calendar_selects {

        background: $color-gray-10;
        padding: 20px;
        margin-bottom: 0;

        position: relative;
        z-index: 2;

        .form-group {

            margin-bottom: -15px;

            .col-sm-6 {

                padding-bottom: 15px;

                label {
                    display: none !important;
                }
            }
        }

        .btn {

            min-width: auto;

            @include media-breakpoint-up(sm) {

                width: 34px;
                height: 34px;
                padding-left: 0;
                padding-right: 0;

                .label {
                    display: none
                }

                i {
                    padding-right: 0;
                }
            }
        }
    }

    .form_calendar {

        position: relative;

        box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px !important;
        width: auto !important;
        border-radius: 4px;
        border: 1px solid $color-gray-5;

        margin-bottom: rem(30px);

        table {

            margin-bottom: 10px;

            th {
                background: $color-gray-5 !important;
                border-radius: 0 !important;
                padding: 2px 0 !important;
                font-size: rem(15px) !important;
                color: $color-gray !important;
                text-align: center;
                cursor: default;

                @include media-breakpoint-up(sm) {
                    padding: 5px 10px !important;
                }
            }

            td {

                font-size: 1rem;
                background: $color-white;
                vertical-align: top;
                color: $color-gray-30;
                text-align: center;
                padding: 2px 0;
                cursor: default;

                @include media-breakpoint-up(sm) {
                    padding: 5px 0;
                }

                a {
                    text-decoration: none;
                    border-radius: 4px;
                    padding: 2px 1px;

                    @include media-breakpoint-up(sm) {
                        padding: 5px 10px;
                    }

                    &:hover {
                        background: $color-gray !important;
                        color: $color-white !important;
                    }
                }

                &.active {
                    background: $color-gray-5;
                    color: $color-gray-45;

                }
            }

            caption {

                caption-side: top;
                text-align: center;
                background: $color-gray-5;
                font-weight: normal;
                font-family: $FontMedium;
                font-size: rem(15px);
                color: $color-gray;
                margin: 0;
                padding: 15px 10px 10px 10px;

            }
        }
    }
    */
}

.calender-container .alert {
    display: none;
    margin-bottom: 1.25rem !important;
}

.calender-container.disabled .form_calendar,
.calender-container.disabled .form_calendar_selects {
    display: none;
}

.calender-container.disabled .alert {
    display: block;
}

.appointment_date_list {
    margin-top: 1.25rem;
}

.appointment_date_list .btn-empty {
    margin-right: 0.625rem;
    position: absolute;
}

.appointment_date_list .input-group.date {
    margin-left: 50px;
}

.appointment_date_list .btn-calender {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.appointment_date_list input {
    max-width: 105px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.appointment_date_list input:hover {
    cursor: pointer;
}

@media (max-width: 400px) {
    .appointment_date_list .input-group-prepend {
        display: none;
    }
}

form {
    /* validation */
}

form .card {
    /* file select */
    /* file drag and drop */
    /* upload */
    /* file language */
    /* file translation */
    /* file list */
}

form .card .custom-file-select {
    position: relative;
    margin-bottom: 0;
    /* info button */
    /* file load info */
}

form .card .custom-file-select .custom-file {
    position: relative;
}

form .card .custom-file-select .custom-file input[type="file"]:hover {
    cursor: pointer;
}

form .card .custom-file-select .custom-file input[type="file"]:hover + label:after {
    background: #1e252b;
    color: #fff;
}

form .card .custom-file-select .custom-file label.custom-file-label {
    height: 2.125rem;
    color: #043e67;
    margin-bottom: 1.25rem;
}

form .card .custom-file-select .custom-file label.custom-file-label:after {
    content: "\f574";
    padding: 0;
    width: 32px;
    height: 32px;
    min-width: 32px !important;
    line-height: 32px;
    font-size: 1.25rem;
    text-align: center;
    color: #6d7176;
}

form .card .custom-file-select .custom-file label.custom-file-label.selected {
    background: #f4f4f4;
}

form .card .custom-file-select .col-info .custom-file .btn-tooltip {
    position: absolute;
    right: -40px;
    top: 0;
}

form .card .custom-file-select .col-info .custom-file label.target {
    margin-right: -40px;
}

form .card .custom-file-select .col-info.p-info p {
    padding-left: 0;
}

form .card .custom-file-select .custom-file-load-info {
    display: none;
    color: #0a416a;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -10px;
    height: 235px;
    width: calc(100% + 20px);
    z-index: 2;
    background: #e7edf2 url("/order/img/spinner.svg") center 60px no-repeat;
    background-size: 45px 45px;
    opacity: 0.85;
    text-align: center;
    line-height: 220px;
    padding-top: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    form .card .custom-file-select .custom-file-load-info {
        top: -20px;
        left: -10px;
        height: 215px;
    }
}

form .card .custom-file-dropzone .target {
    position: relative;
    background: #f4f4f4;
    color: #9a9da0;
    border: 2px dashed #bcbec0;
    display: block;
    margin: 0.625rem 0 1.25rem 0;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    width: 100%;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

form .card .custom-file-dropzone .target:after {
    content: "\f574";
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2.5rem;
    color: #6d7176;
}

form .card .custom-file-dropzone .target:hover, form .card .custom-file-dropzone .target.is-dragover {
    cursor: pointer;
    background: #1e252b;
    color: #fff;
    border: 2px solid #fff;
}

form .card .custom-file-dropzone .target:hover:after, form .card .custom-file-dropzone .target.is-dragover:after {
    color: #fff;
}

form .card .custom-file-upload {
    padding-bottom: 0.625rem !important;
}

form .card .custom-file-upload p {
    padding-top: 1.25rem;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    form .card .custom-file-upload {
        flex-direction: column;
    }
}

form .card .custom-file-language {
    margin-left: -10px !important;
    margin-top: 1.5625rem;
}

form .card .custom-file-language .language-selection-container .checkbox-list,
form .card .custom-file-language .language-selection-container .radio-list {
    list-style-type: none;
    width: 100%;
}

@media (min-width: 576px) {
    form .card .custom-file-language .language-selection-container .checkbox-list,
    form .card .custom-file-language .language-selection-container .radio-list {
        columns: 2;
    }
}

@media (min-width: 992px) {
    form .card .custom-file-language .language-selection-container .checkbox-list,
    form .card .custom-file-language .language-selection-container .radio-list {
        columns: 3;
    }
}

form .card .custom-file-language .language-selection-container .checkbox-list li,
form .card .custom-file-language .language-selection-container .radio-list li {
    width: 100%;
    margin: 0 0 0.3125rem 0;
    padding: 0;
}

@media (min-width: 576px) {
    form .card .custom-file-language .language-selection-container .checkbox-list li,
    form .card .custom-file-language .language-selection-container .radio-list li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    form .card .custom-file-language .language-selection-container .checkbox-list li,
    form .card .custom-file-language .language-selection-container .radio-list li {
        width: 33%;
    }
}

form .card .custom-file-language .language-selection-container .checkbox-list li:before,
form .card .custom-file-language .language-selection-container .radio-list li:before {
    display: none;
}

form .card .custom-file-language .language-selection-container .checkbox-list li label.flag-icon,
form .card .custom-file-language .language-selection-container .radio-list li label.flag-icon {
    padding-left: 34px;
    padding-top: 1px;
    background-position: 4px 0;
    line-height: 0.9375rem;
    height: 0.9375rem;
}

form .card .custom-file-language .language-selection-container .checkbox-list li label:after, form .card .custom-file-language .language-selection-container .checkbox-list li label:before,
form .card .custom-file-language .language-selection-container .radio-list li label:after,
form .card .custom-file-language .language-selection-container .radio-list li label:before {
    top: 0;
}

form .card .custom-file-language .language-selection-container .radio-list li {
    margin: 0 0 0.4375rem 0;
}

form .card .custom-file-language .language-selection-container .radio-list li .custom-radio {
    margin-top: 0;
    margin-bottom: 5px;
}

form .card .custom-file-language .language-selection-container .radio-list li .custom-radio label.flag-icon {
    padding-left: 34px;
    background-position: 4px 0;
}

form .card .custom-file-translation .custom-file-select .p-info p {
    padding-left: 0;
}

form .card .custom-file-list {
    margin-bottom: 0.3125rem;
}

form .card .custom-file-list .result_container.uploaded-files-list {
    /* legend */
}

form .card .custom-file-list .result_container.uploaded-files-list a {
    text-decoration: none;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    display: inline-block;
}

form .card .custom-file-list .result_container.uploaded-files-list .row {
    position: relative;
    font-size: 0.75rem;
    color: #1e252b;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.back {
    background: #f4f4f4;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header {
    display: none;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        color: #fff;
        padding: 0.3125rem;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col {
    min-width: 90px;
    width: 90px;
    flex-grow: 0;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-name {
    min-width: none;
    width: auto;
    flex-grow: 1;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-conent {
    min-width: none;
    width: auto;
    flex-grow: 1;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-conent {
    min-width: none;
    width: auto;
    flex-grow: 1;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-action {
    min-width: 60px;
    width: 60px;
    text-align: right;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content {
    padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content {
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 0.3125rem;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .alert ul {
    padding-left: 0.8125rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .alert ul {
        margin-bottom: 0.625rem;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .alert ul li:before {
    display: none;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col {
    flex-basis: auto;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col {
        min-width: 90px;
        width: 90px;
        flex-grow: 0;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name {
    padding-right: 3.75rem;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name {
        min-width: none;
        width: auto;
        flex-grow: 1;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name .value {
    margin-bottom: 0.625rem;
    padding-right: 20px;
    word-break: break-all;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name .value {
        padding-right: 0;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content {
    padding-right: 3.75rem;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content {
        min-width: none;
        width: auto;
        flex-grow: 1;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content .value {
    margin-bottom: 0.625rem;
    padding-right: 20px;
    word-break: break-all;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content .value {
        padding-right: 0;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action {
    min-width: 60px;
    width: 60px;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0;
    /* action buttons */
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action {
        position: relative;
        top: 0;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list {
    padding-bottom: 0;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul {
        justify-content: flex-end;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li:before {
    display: none;
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a {
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a {
        margin: 0 0 10px 10px;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col .label {
    padding-right: 0.3125rem;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

@media (min-width: 992px) {
    form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col .label {
        display: none;
    }
}

form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col .value {
    display: block;
    padding-right: 0.3125rem;
    padding-bottom: 0.3125rem;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend {
    padding-top: 0.625rem;
    padding-bottom: 0.3125rem;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
    color: #6d7176;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li:before {
    display: none;
}

form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list i {
    background: #e9e9ea;
    color: #1e252b;
    padding: 5px;
    border-radius: 4px;
    margin-right: 4px;
}

form .component-html-feedback .form-text {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}

form .component-html-feedback .form-text div li:first-child {
    padding-left: 0;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

form .component-html-feedback .form-text div li:first-child:before {
    display: none !important;
}

form .component-html-feedback .col p {
    color: #cb2121;
}

form p.component-info-feedback-hint {
    margin: 1.6em 0 1.2em !important;
    color: #cb2121;
}

form div.component-info-feedback p {
    margin: 0.8em 0 !important;
    color: #cb2121;
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-ad {
    background-image: url(/order/img/flags/4x3/ad.svg);
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ad.svg);
}

.flag-icon-ae {
    background-image: url(/order/img/flags/4x3/ae.svg);
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ae.svg);
}

.flag-icon-af {
    background-image: url(/order/img/flags/4x3/af.svg);
}

.flag-icon-af.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/af.svg);
}

.flag-icon-ag {
    background-image: url(/order/img/flags/4x3/ag.svg);
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ag.svg);
}

.flag-icon-ai {
    background-image: url(/order/img/flags/4x3/ai.svg);
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ai.svg);
}

.flag-icon-al {
    background-image: url(/order/img/flags/4x3/al.svg);
}

.flag-icon-al.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/al.svg);
}

.flag-icon-am {
    background-image: url(/order/img/flags/4x3/am.svg);
}

.flag-icon-am.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/am.svg);
}

.flag-icon-ao {
    background-image: url(/order/img/flags/4x3/ao.svg);
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ao.svg);
}

.flag-icon-aq {
    background-image: url(/order/img/flags/4x3/aq.svg);
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/aq.svg);
}

.flag-icon-ar {
    background-image: url(/order/img/flags/4x3/ar.svg);
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ar.svg);
}

.flag-icon-as {
    background-image: url(/order/img/flags/4x3/as.svg);
}

.flag-icon-as.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/as.svg);
}

.flag-icon-at {
    background-image: url(/order/img/flags/4x3/at.svg);
}

.flag-icon-at.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/at.svg);
}

.flag-icon-au {
    background-image: url(/order/img/flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/au.svg);
}

.flag-icon-aw {
    background-image: url(/order/img/flags/4x3/aw.svg);
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/aw.svg);
}

.flag-icon-ax {
    background-image: url(/order/img/flags/4x3/ax.svg);
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ax.svg);
}

.flag-icon-az {
    background-image: url(/order/img/flags/4x3/az.svg);
}

.flag-icon-az.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/az.svg);
}

.flag-icon-ba {
    background-image: url(/order/img/flags/4x3/ba.svg);
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ba.svg);
}

.flag-icon-bb {
    background-image: url(/order/img/flags/4x3/bb.svg);
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bb.svg);
}

.flag-icon-bd {
    background-image: url(/order/img/flags/4x3/bd.svg);
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bd.svg);
}

.flag-icon-be {
    background-image: url(/order/img/flags/4x3/be.svg);
}

.flag-icon-be.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/be.svg);
}

.flag-icon-bf {
    background-image: url(/order/img/flags/4x3/bf.svg);
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bf.svg);
}

.flag-icon-bg {
    background-image: url(/order/img/flags/4x3/bg.svg);
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bg.svg);
}

.flag-icon-bh {
    background-image: url(/order/img/flags/4x3/bh.svg);
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bh.svg);
}

.flag-icon-bi {
    background-image: url(/order/img/flags/4x3/bi.svg);
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bi.svg);
}

.flag-icon-bj {
    background-image: url(/order/img/flags/4x3/bj.svg);
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bj.svg);
}

.flag-icon-bl {
    background-image: url(/order/img/flags/4x3/bl.svg);
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bl.svg);
}

.flag-icon-bm {
    background-image: url(/order/img/flags/4x3/bm.svg);
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bm.svg);
}

.flag-icon-bn {
    background-image: url(/order/img/flags/4x3/bn.svg);
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bn.svg);
}

.flag-icon-bo {
    background-image: url(/order/img/flags/4x3/bo.svg);
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bo.svg);
}

.flag-icon-bq {
    background-image: url(/order/img/flags/4x3/bq.svg);
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bq.svg);
}

.flag-icon-br {
    background-image: url(/order/img/flags/4x3/br.svg);
}

.flag-icon-br.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/br.svg);
}

.flag-icon-bs {
    background-image: url(/order/img/flags/4x3/bs.svg);
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bs.svg);
}

.flag-icon-bt {
    background-image: url(/order/img/flags/4x3/bt.svg);
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bt.svg);
}

.flag-icon-bv {
    background-image: url(/order/img/flags/4x3/bv.svg);
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bv.svg);
}

.flag-icon-bw {
    background-image: url(/order/img/flags/4x3/bw.svg);
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bw.svg);
}

.flag-icon-by {
    background-image: url(/order/img/flags/4x3/by.svg);
}

.flag-icon-by.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/by.svg);
}

.flag-icon-bz {
    background-image: url(/order/img/flags/4x3/bz.svg);
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/bz.svg);
}

.flag-icon-ca {
    background-image: url(/order/img/flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ca.svg);
}

.flag-icon-cc {
    background-image: url(/order/img/flags/4x3/cc.svg);
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cc.svg);
}

.flag-icon-cd {
    background-image: url(/order/img/flags/4x3/cd.svg);
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cd.svg);
}

.flag-icon-cf {
    background-image: url(/order/img/flags/4x3/cf.svg);
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cf.svg);
}

.flag-icon-cg {
    background-image: url(/order/img/flags/4x3/cg.svg);
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cg.svg);
}

.flag-icon-ch {
    background-image: url(/order/img/flags/4x3/ch.svg);
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ch.svg);
}

.flag-icon-ci {
    background-image: url(/order/img/flags/4x3/ci.svg);
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ci.svg);
}

.flag-icon-ck {
    background-image: url(/order/img/flags/4x3/ck.svg);
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ck.svg);
}

.flag-icon-cl {
    background-image: url(/order/img/flags/4x3/cl.svg);
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cl.svg);
}

.flag-icon-cm {
    background-image: url(/order/img/flags/4x3/cm.svg);
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cm.svg);
}

.flag-icon-cn {
    background-image: url(/order/img/flags/4x3/cn.svg);
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cn.svg);
}

.flag-icon-co {
    background-image: url(/order/img/flags/4x3/co.svg);
}

.flag-icon-co.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/co.svg);
}

.flag-icon-cr {
    background-image: url(/order/img/flags/4x3/cr.svg);
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cr.svg);
}

.flag-icon-cu {
    background-image: url(/order/img/flags/4x3/cu.svg);
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cu.svg);
}

.flag-icon-cv {
    background-image: url(/order/img/flags/4x3/cv.svg);
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cv.svg);
}

.flag-icon-cw {
    background-image: url(/order/img/flags/4x3/cw.svg);
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cw.svg);
}

.flag-icon-cx {
    background-image: url(/order/img/flags/4x3/cx.svg);
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cx.svg);
}

.flag-icon-cy {
    background-image: url(/order/img/flags/4x3/cy.svg);
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cy.svg);
}

.flag-icon-cz,
.flag-icon-cs {
    background-image: url(/order/img/flags/4x3/cz.svg);
}

.flag-icon-cz.flag-icon-squared,
.flag-icon-cs.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/cz.svg);
}

.flag-icon-de {
    background-image: url(/order/img/flags/4x3/de.svg);
}

.flag-icon-de.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/de.svg);
}

.flag-icon-dj {
    background-image: url(/order/img/flags/4x3/dj.svg);
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/dj.svg);
}

.flag-icon-dk,
.flag-icon-da {
    background-image: url(/order/img/flags/4x3/dk.svg);
}

.flag-icon-dk.flag-icon-squared,
.flag-icon-da.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/dk.svg);
}

.flag-icon-dm {
    background-image: url(/order/img/flags/4x3/dm.svg);
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/dm.svg);
}

.flag-icon-do {
    background-image: url(/order/img/flags/4x3/do.svg);
}

.flag-icon-do.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/do.svg);
}

.flag-icon-dz {
    background-image: url(/order/img/flags/4x3/dz.svg);
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/dz.svg);
}

.flag-icon-ec {
    background-image: url(/order/img/flags/4x3/ec.svg);
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ec.svg);
}

.flag-icon-ee {
    background-image: url(/order/img/flags/4x3/ee.svg);
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ee.svg);
}

.flag-icon-eg {
    background-image: url(/order/img/flags/4x3/eg.svg);
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/eg.svg);
}

.flag-icon-eh {
    background-image: url(/order/img/flags/4x3/eh.svg);
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/eh.svg);
}

.flag-icon-er {
    background-image: url(/order/img/flags/4x3/er.svg);
}

.flag-icon-er.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/er.svg);
}

.flag-icon-es {
    background-image: url(/order/img/flags/4x3/es.svg);
}

.flag-icon-es.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/es.svg);
}

.flag-icon-et {
    background-image: url(/order/img/flags/4x3/et.svg);
}

.flag-icon-et.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/et.svg);
}

.flag-icon-fi {
    background-image: url(/order/img/flags/4x3/fi.svg);
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fi.svg);
}

.flag-icon-fj {
    background-image: url(/order/img/flags/4x3/fj.svg);
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fj.svg);
}

.flag-icon-fk {
    background-image: url(/order/img/flags/4x3/fk.svg);
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fk.svg);
}

.flag-icon-fm {
    background-image: url(/order/img/flags/4x3/fm.svg);
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fm.svg);
}

.flag-icon-fo {
    background-image: url(/order/img/flags/4x3/fo.svg);
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fo.svg);
}

.flag-icon-fr {
    background-image: url(/order/img/flags/4x3/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/fr.svg);
}

.flag-icon-ga {
    background-image: url(/order/img/flags/4x3/ga.svg);
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ga.svg);
}

.flag-icon-gb,
.flag-icon-en {
    background-image: url(/order/img/flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared,
.flag-icon-en.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gb.svg);
}

.flag-icon-gd {
    background-image: url(/order/img/flags/4x3/gd.svg);
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gd.svg);
}

.flag-icon-ge {
    background-image: url(/order/img/flags/4x3/ge.svg);
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ge.svg);
}

.flag-icon-gf {
    background-image: url(/order/img/flags/4x3/gf.svg);
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gf.svg);
}

.flag-icon-gg {
    background-image: url(/order/img/flags/4x3/gg.svg);
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gg.svg);
}

.flag-icon-gh {
    background-image: url(/order/img/flags/4x3/gh.svg);
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gh.svg);
}

.flag-icon-gi {
    background-image: url(/order/img/flags/4x3/gi.svg);
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gi.svg);
}

.flag-icon-gl {
    background-image: url(/order/img/flags/4x3/gl.svg);
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gl.svg);
}

.flag-icon-gm {
    background-image: url(/order/img/flags/4x3/gm.svg);
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gm.svg);
}

.flag-icon-gn {
    background-image: url(/order/img/flags/4x3/gn.svg);
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gn.svg);
}

.flag-icon-gp {
    background-image: url(/order/img/flags/4x3/gp.svg);
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gp.svg);
}

.flag-icon-gq {
    background-image: url(/order/img/flags/4x3/gq.svg);
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gq.svg);
}

.flag-icon-gr,
.flag-icon-el {
    background-image: url(/order/img/flags/4x3/gr.svg);
}

.flag-icon-gr.flag-icon-squared,
.flag-icon-el.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gr.svg);
}

.flag-icon-gs {
    background-image: url(/order/img/flags/4x3/gs.svg);
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gs.svg);
}

.flag-icon-gt {
    background-image: url(/order/img/flags/4x3/gt.svg);
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gt.svg);
}

.flag-icon-gu {
    background-image: url(/order/img/flags/4x3/gu.svg);
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gu.svg);
}

.flag-icon-gw {
    background-image: url(/order/img/flags/4x3/gw.svg);
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gw.svg);
}

.flag-icon-gy {
    background-image: url(/order/img/flags/4x3/gy.svg);
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gy.svg);
}

.flag-icon-hk {
    background-image: url(/order/img/flags/4x3/hk.svg);
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/hk.svg);
}

.flag-icon-hm {
    background-image: url(/order/img/flags/4x3/hm.svg);
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/hm.svg);
}

.flag-icon-hn {
    background-image: url(/order/img/flags/4x3/hn.svg);
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/hn.svg);
}

.flag-icon-hr {
    background-image: url(/order/img/flags/4x3/hr.svg);
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/hr.svg);
}

.flag-icon-ht {
    background-image: url(/order/img/flags/4x3/ht.svg);
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ht.svg);
}

.flag-icon-hu {
    background-image: url(/order/img/flags/4x3/hu.svg);
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/hu.svg);
}

.flag-icon-id {
    background-image: url(/order/img/flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/id.svg);
}

.flag-icon-ie {
    background-image: url(/order/img/flags/4x3/ie.svg);
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ie.svg);
}

.flag-icon-il {
    background-image: url(/order/img/flags/4x3/il.svg);
}

.flag-icon-il.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/il.svg);
}

.flag-icon-im {
    background-image: url(/order/img/flags/4x3/im.svg);
}

.flag-icon-im.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/im.svg);
}

.flag-icon-in {
    background-image: url(/order/img/flags/4x3/in.svg);
}

.flag-icon-in.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/in.svg);
}

.flag-icon-io {
    background-image: url(/order/img/flags/4x3/io.svg);
}

.flag-icon-io.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/io.svg);
}

.flag-icon-iq {
    background-image: url(/order/img/flags/4x3/iq.svg);
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/iq.svg);
}

.flag-icon-ir {
    background-image: url(/order/img/flags/4x3/ir.svg);
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ir.svg);
}

.flag-icon-is {
    background-image: url(/order/img/flags/4x3/is.svg);
}

.flag-icon-is.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/is.svg);
}

.flag-icon-it {
    background-image: url(/order/img/flags/4x3/it.svg);
}

.flag-icon-it.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/it.svg);
}

.flag-icon-je {
    background-image: url(/order/img/flags/4x3/je.svg);
}

.flag-icon-je.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/je.svg);
}

.flag-icon-jm {
    background-image: url(/order/img/flags/4x3/jm.svg);
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/jm.svg);
}

.flag-icon-jo {
    background-image: url(/order/img/flags/4x3/jo.svg);
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/jo.svg);
}

.flag-icon-jp {
    background-image: url(/order/img/flags/4x3/jp.svg);
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/jp.svg);
}

.flag-icon-ke {
    background-image: url(/order/img/flags/4x3/ke.svg);
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ke.svg);
}

.flag-icon-kg {
    background-image: url(/order/img/flags/4x3/kg.svg);
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kg.svg);
}

.flag-icon-kh {
    background-image: url(/order/img/flags/4x3/kh.svg);
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kh.svg);
}

.flag-icon-ki {
    background-image: url(/order/img/flags/4x3/ki.svg);
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ki.svg);
}

.flag-icon-km {
    background-image: url(/order/img/flags/4x3/km.svg);
}

.flag-icon-km.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/km.svg);
}

.flag-icon-kn {
    background-image: url(/order/img/flags/4x3/kn.svg);
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kn.svg);
}

.flag-icon-kp {
    background-image: url(/order/img/flags/4x3/kp.svg);
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kp.svg);
}

.flag-icon-kr {
    background-image: url(/order/img/flags/4x3/kr.svg);
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kr.svg);
}

.flag-icon-kw {
    background-image: url(/order/img/flags/4x3/kw.svg);
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kw.svg);
}

.flag-icon-ky {
    background-image: url(/order/img/flags/4x3/ky.svg);
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ky.svg);
}

.flag-icon-kz {
    background-image: url(/order/img/flags/4x3/kz.svg);
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/kz.svg);
}

.flag-icon-la {
    background-image: url(/order/img/flags/4x3/la.svg);
}

.flag-icon-la.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/la.svg);
}

.flag-icon-lb {
    background-image: url(/order/img/flags/4x3/lb.svg);
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lb.svg);
}

.flag-icon-lc {
    background-image: url(/order/img/flags/4x3/lc.svg);
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lc.svg);
}

.flag-icon-li {
    background-image: url(/order/img/flags/4x3/li.svg);
}

.flag-icon-li.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/li.svg);
}

.flag-icon-lk {
    background-image: url(/order/img/flags/4x3/lk.svg);
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lk.svg);
}

.flag-icon-lr {
    background-image: url(/order/img/flags/4x3/lr.svg);
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lr.svg);
}

.flag-icon-ls {
    background-image: url(/order/img/flags/4x3/ls.svg);
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ls.svg);
}

.flag-icon-lt {
    background-image: url(/order/img/flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lt.svg);
}

.flag-icon-lu {
    background-image: url(/order/img/flags/4x3/lu.svg);
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lu.svg);
}

.flag-icon-lv {
    background-image: url(/order/img/flags/4x3/lv.svg);
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/lv.svg);
}

.flag-icon-ly {
    background-image: url(/order/img/flags/4x3/ly.svg);
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ly.svg);
}

.flag-icon-ma {
    background-image: url(/order/img/flags/4x3/ma.svg);
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ma.svg);
}

.flag-icon-mc {
    background-image: url(/order/img/flags/4x3/mc.svg);
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mc.svg);
}

.flag-icon-md {
    background-image: url(/order/img/flags/4x3/md.svg);
}

.flag-icon-md.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/md.svg);
}

.flag-icon-me {
    background-image: url(/order/img/flags/4x3/me.svg);
}

.flag-icon-me.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/me.svg);
}

.flag-icon-mf {
    background-image: url(/order/img/flags/4x3/mf.svg);
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mf.svg);
}

.flag-icon-mg {
    background-image: url(/order/img/flags/4x3/mg.svg);
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mg.svg);
}

.flag-icon-mh {
    background-image: url(/order/img/flags/4x3/mh.svg);
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mh.svg);
}

.flag-icon-mk {
    background-image: url(/order/img/flags/4x3/mk.svg);
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mk.svg);
}

.flag-icon-ml {
    background-image: url(/order/img/flags/4x3/ml.svg);
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ml.svg);
}

.flag-icon-mm {
    background-image: url(/order/img/flags/4x3/mm.svg);
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mm.svg);
}

.flag-icon-mn {
    background-image: url(/order/img/flags/4x3/mn.svg);
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mn.svg);
}

.flag-icon-mo {
    background-image: url(/order/img/flags/4x3/mo.svg);
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mo.svg);
}

.flag-icon-mp {
    background-image: url(/order/img/flags/4x3/mp.svg);
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mp.svg);
}

.flag-icon-mq {
    background-image: url(/order/img/flags/4x3/mq.svg);
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mq.svg);
}

.flag-icon-mr {
    background-image: url(/order/img/flags/4x3/mr.svg);
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mr.svg);
}

.flag-icon-ms {
    background-image: url(/order/img/flags/4x3/ms.svg);
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ms.svg);
}

.flag-icon-mt {
    background-image: url(/order/img/flags/4x3/mt.svg);
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mt.svg);
}

.flag-icon-mu {
    background-image: url(/order/img/flags/4x3/mu.svg);
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mu.svg);
}

.flag-icon-mv {
    background-image: url(/order/img/flags/4x3/mv.svg);
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mv.svg);
}

.flag-icon-mw {
    background-image: url(/order/img/flags/4x3/mw.svg);
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mw.svg);
}

.flag-icon-mx {
    background-image: url(/order/img/flags/4x3/mx.svg);
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mx.svg);
}

.flag-icon-my {
    background-image: url(/order/img/flags/4x3/my.svg);
}

.flag-icon-my.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/my.svg);
}

.flag-icon-mz {
    background-image: url(/order/img/flags/4x3/mz.svg);
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/mz.svg);
}

.flag-icon-na {
    background-image: url(/order/img/flags/4x3/na.svg);
}

.flag-icon-na.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/na.svg);
}

.flag-icon-nc {
    background-image: url(/order/img/flags/4x3/nc.svg);
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nc.svg);
}

.flag-icon-ne {
    background-image: url(/order/img/flags/4x3/ne.svg);
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ne.svg);
}

.flag-icon-nf {
    background-image: url(/order/img/flags/4x3/nf.svg);
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nf.svg);
}

.flag-icon-ng {
    background-image: url(/order/img/flags/4x3/ng.svg);
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ng.svg);
}

.flag-icon-ni {
    background-image: url(/order/img/flags/4x3/ni.svg);
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ni.svg);
}

.flag-icon-nl {
    background-image: url(/order/img/flags/4x3/nl.svg);
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nl.svg);
}

.flag-icon-no {
    background-image: url(/order/img/flags/4x3/no.svg);
}

.flag-icon-no.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/no.svg);
}

.flag-icon-np {
    background-image: url(/order/img/flags/4x3/np.svg);
}

.flag-icon-np.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/np.svg);
}

.flag-icon-nr {
    background-image: url(/order/img/flags/4x3/nr.svg);
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nr.svg);
}

.flag-icon-nu {
    background-image: url(/order/img/flags/4x3/nu.svg);
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nu.svg);
}

.flag-icon-nz {
    background-image: url(/order/img/flags/4x3/nz.svg);
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/nz.svg);
}

.flag-icon-om {
    background-image: url(/order/img/flags/4x3/om.svg);
}

.flag-icon-om.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/om.svg);
}

.flag-icon-pa {
    background-image: url(/order/img/flags/4x3/pa.svg);
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pa.svg);
}

.flag-icon-pe {
    background-image: url(/order/img/flags/4x3/pe.svg);
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pe.svg);
}

.flag-icon-pf {
    background-image: url(/order/img/flags/4x3/pf.svg);
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pf.svg);
}

.flag-icon-pg {
    background-image: url(/order/img/flags/4x3/pg.svg);
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pg.svg);
}

.flag-icon-ph {
    background-image: url(/order/img/flags/4x3/ph.svg);
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ph.svg);
}

.flag-icon-pk {
    background-image: url(/order/img/flags/4x3/pk.svg);
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pk.svg);
}

.flag-icon-pl {
    background-image: url(/order/img/flags/4x3/pl.svg);
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pl.svg);
}

.flag-icon-pm {
    background-image: url(/order/img/flags/4x3/pm.svg);
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pm.svg);
}

.flag-icon-pn {
    background-image: url(/order/img/flags/4x3/pn.svg);
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pn.svg);
}

.flag-icon-pr {
    background-image: url(/order/img/flags/4x3/pr.svg);
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pr.svg);
}

.flag-icon-ps {
    background-image: url(/order/img/flags/4x3/ps.svg);
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ps.svg);
}

.flag-icon-pt {
    background-image: url(/order/img/flags/4x3/pt.svg);
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pt.svg);
}

.flag-icon-pw {
    background-image: url(/order/img/flags/4x3/pw.svg);
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/pw.svg);
}

.flag-icon-py {
    background-image: url(/order/img/flags/4x3/py.svg);
}

.flag-icon-py.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/py.svg);
}

.flag-icon-qa {
    background-image: url(/order/img/flags/4x3/qa.svg);
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/qa.svg);
}

.flag-icon-re {
    background-image: url(/order/img/flags/4x3/re.svg);
}

.flag-icon-re.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/re.svg);
}

.flag-icon-ro {
    background-image: url(/order/img/flags/4x3/ro.svg);
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ro.svg);
}

.flag-icon-rs {
    background-image: url(/order/img/flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/rs.svg);
}

.flag-icon-ru {
    background-image: url(/order/img/flags/4x3/ru.svg);
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ru.svg);
}

.flag-icon-rw {
    background-image: url(/order/img/flags/4x3/rw.svg);
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/rw.svg);
}

.flag-icon-sa {
    background-image: url(/order/img/flags/4x3/sa.svg);
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sa.svg);
}

.flag-icon-sb {
    background-image: url(/order/img/flags/4x3/sb.svg);
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sb.svg);
}

.flag-icon-sc {
    background-image: url(/order/img/flags/4x3/sc.svg);
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sc.svg);
}

.flag-icon-sd {
    background-image: url(/order/img/flags/4x3/sd.svg);
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sd.svg);
}

.flag-icon-se {
    background-image: url(/order/img/flags/4x3/se.svg);
}

.flag-icon-se.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/se.svg);
}

.flag-icon-sg {
    background-image: url(/order/img/flags/4x3/sg.svg);
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sg.svg);
}

.flag-icon-sh {
    background-image: url(/order/img/flags/4x3/sh.svg);
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sh.svg);
}

.flag-icon-si {
    background-image: url(/order/img/flags/4x3/si.svg);
}

.flag-icon-si.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/si.svg);
}

.flag-icon-sj {
    background-image: url(/order/img/flags/4x3/sj.svg);
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sj.svg);
}

.flag-icon-sk {
    background-image: url(/order/img/flags/4x3/sk.svg);
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sk.svg);
}

.flag-icon-sl {
    background-image: url(/order/img/flags/4x3/sl.svg);
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sl.svg);
}

.flag-icon-sm {
    background-image: url(/order/img/flags/4x3/sm.svg);
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sm.svg);
}

.flag-icon-sn {
    background-image: url(/order/img/flags/4x3/sn.svg);
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sn.svg);
}

.flag-icon-so {
    background-image: url(/order/img/flags/4x3/so.svg);
}

.flag-icon-so.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/so.svg);
}

.flag-icon-sr {
    background-image: url(/order/img/flags/4x3/sr.svg);
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sr.svg);
}

.flag-icon-ss {
    background-image: url(/order/img/flags/4x3/ss.svg);
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ss.svg);
}

.flag-icon-st {
    background-image: url(/order/img/flags/4x3/st.svg);
}

.flag-icon-st.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/st.svg);
}

.flag-icon-sv {
    background-image: url(/order/img/flags/4x3/sv.svg);
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sv.svg);
}

.flag-icon-sx {
    background-image: url(/order/img/flags/4x3/sx.svg);
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sx.svg);
}

.flag-icon-sy {
    background-image: url(/order/img/flags/4x3/sy.svg);
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sy.svg);
}

.flag-icon-sz {
    background-image: url(/order/img/flags/4x3/sz.svg);
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/sz.svg);
}

.flag-icon-tc {
    background-image: url(/order/img/flags/4x3/tc.svg);
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tc.svg);
}

.flag-icon-td {
    background-image: url(/order/img/flags/4x3/td.svg);
}

.flag-icon-td.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/td.svg);
}

.flag-icon-tf {
    background-image: url(/order/img/flags/4x3/tf.svg);
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tf.svg);
}

.flag-icon-tg {
    background-image: url(/order/img/flags/4x3/tg.svg);
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tg.svg);
}

.flag-icon-th {
    background-image: url(/order/img/flags/4x3/th.svg);
}

.flag-icon-th.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/th.svg);
}

.flag-icon-tj {
    background-image: url(/order/img/flags/4x3/tj.svg);
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tj.svg);
}

.flag-icon-tk {
    background-image: url(/order/img/flags/4x3/tk.svg);
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tk.svg);
}

.flag-icon-tl {
    background-image: url(/order/img/flags/4x3/tl.svg);
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tl.svg);
}

.flag-icon-tm {
    background-image: url(/order/img/flags/4x3/tm.svg);
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tm.svg);
}

.flag-icon-tn {
    background-image: url(/order/img/flags/4x3/tn.svg);
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tn.svg);
}

.flag-icon-to {
    background-image: url(/order/img/flags/4x3/to.svg);
}

.flag-icon-to.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/to.svg);
}

.flag-icon-tr {
    background-image: url(/order/img/flags/4x3/tr.svg);
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tr.svg);
}

.flag-icon-tt {
    background-image: url(/order/img/flags/4x3/tt.svg);
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tt.svg);
}

.flag-icon-tv {
    background-image: url(/order/img/flags/4x3/tv.svg);
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tv.svg);
}

.flag-icon-tw {
    background-image: url(/order/img/flags/4x3/tw.svg);
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tw.svg);
}

.flag-icon-tz {
    background-image: url(/order/img/flags/4x3/tz.svg);
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/tz.svg);
}

.flag-icon-ua {
    background-image: url(/order/img/flags/4x3/ua.svg);
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ua.svg);
}

.flag-icon-ug {
    background-image: url(/order/img/flags/4x3/ug.svg);
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ug.svg);
}

.flag-icon-um {
    background-image: url(/order/img/flags/4x3/um.svg);
}

.flag-icon-um.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/um.svg);
}

.flag-icon-us {
    background-image: url(/order/img/flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/us.svg);
}

.flag-icon-uy {
    background-image: url(/order/img/flags/4x3/uy.svg);
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/uy.svg);
}

.flag-icon-uz {
    background-image: url(/order/img/flags/4x3/uz.svg);
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/uz.svg);
}

.flag-icon-va {
    background-image: url(/order/img/flags/4x3/va.svg);
}

.flag-icon-va.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/va.svg);
}

.flag-icon-vc {
    background-image: url(/order/img/flags/4x3/vc.svg);
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/vc.svg);
}

.flag-icon-ve {
    background-image: url(/order/img/flags/4x3/ve.svg);
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ve.svg);
}

.flag-icon-vg {
    background-image: url(/order/img/flags/4x3/vg.svg);
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/vg.svg);
}

.flag-icon-vi {
    background-image: url(/order/img/flags/4x3/vi.svg);
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/vi.svg);
}

.flag-icon-vn {
    background-image: url(/order/img/flags/4x3/vn.svg);
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/vn.svg);
}

.flag-icon-vu {
    background-image: url(/order/img/flags/4x3/vu.svg);
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/vu.svg);
}

.flag-icon-wf {
    background-image: url(/order/img/flags/4x3/wf.svg);
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/wf.svg);
}

.flag-icon-ws {
    background-image: url(/order/img/flags/4x3/ws.svg);
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ws.svg);
}

.flag-icon-ye {
    background-image: url(/order/img/flags/4x3/ye.svg);
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/ye.svg);
}

.flag-icon-yt {
    background-image: url(/order/img/flags/4x3/yt.svg);
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/yt.svg);
}

.flag-icon-za {
    background-image: url(/order/img/flags/4x3/za.svg);
}

.flag-icon-za.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/za.svg);
}

.flag-icon-zm {
    background-image: url(/order/img/flags/4x3/zm.svg);
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/zm.svg);
}

.flag-icon-zw {
    background-image: url(/order/img/flags/4x3/zw.svg);
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/zw.svg);
}

.flag-icon-es-ca {
    background-image: url(/order/img/flags/4x3/es-ca.svg);
}

.flag-icon-es-ca.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/es-ca.svg);
}

.flag-icon-es-ga {
    background-image: url(/order/img/flags/4x3/es-ga.svg);
}

.flag-icon-es-ga.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/es-ga.svg);
}

.flag-icon-eu {
    background-image: url(/order/img/flags/4x3/eu.svg);
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
    background-image: url(/order/img/flags/4x3/gb-eng.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
    background-image: url(/order/img/flags/4x3/gb-nir.svg);
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
    background-image: url(/order/img/flags/4x3/gb-sct.svg);
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
    background-image: url(/order/img/flags/4x3/gb-wls.svg);
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/gb-wls.svg);
}

.flag-icon-un {
    background-image: url(/order/img/flags/4x3/un.svg);
}

.flag-icon-un.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/un.svg);
}

.flag-icon-xk {
    background-image: url(/order/img/flags/4x3/xk.svg);
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(/order/img/flags/1x1/xk.svg);
}

footer {
    /* old */
}

footer #footer {
    display: none;
}

/*
------------------------------
NEW WIZARD
------------------------------
*/
form {
    /* validation */
}

form .card .form-group.row p.label {
    padding-left: 10px;
    padding-right: 10px;
}

form .card .form-group.row .col-lg-6 p.label {
    padding-left: 0;
}

form .card .form-group.row [class*="col"].col-info.h4-info .btn-tooltip {
    top: 8px;
}

form .card .form-group.row [class*="col"].col-info.p-info .btn-tooltip {
    top: 0;
}

form .card .form-group.row.tinymce label.textarea-label {
    visibility: visible;
    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
}

form .card .form-group.row.tinymce textarea {
    max-width: none !important;
    width: 100% !important;
    height: 440px;
}

form .card .form-group.row.tinymce .tox-tinymce .tox-statusbar__branding {
    display: none;
}

form .card .show-hidden {
    margin: 0;
    padding: 0;
    background: none;
    color: #1b5683;
}

form .card .show-hidden i {
    margin-right: 5px;
    font-size: 0.75rem;
    position: relative;
}

form .card .show-hidden i:before {
    position: relative;
    top: -1px;
    left: 0;
}

form .card .show-hidden:hover {
    text-decoration: underline;
}

form .component-warning {
    color: #cb2121;
}

form .component-warning .component-html-feedback {
    margin-bottom: 0;
}

form .component-warning .component-html-feedback .form-text {
    padding-bottom: 0;
}

form .component-html-feedback {
    margin-bottom: 15px;
}

form .component-html-feedback .form-text {
    border-radius: 4px;
    background: #e9e9ea;
    color: #cb2121;
    padding: 10px;
    margin-top: -3px;
    margin-right: 10px;
    list-style-type: none;
    width: 100%;
}

form .component-html-feedback .form-text li {
    position: relative;
    overflow: auto;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    text-indent: 0;
}

form .component-html-feedback .form-text li:last-child {
    padding-bottom: 0;
}

form .component-html-feedback .form-text li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #cb2121;
    width: 3px;
    display: inline-block;
}

form .component-html-feedback .form-text li p {
    padding: 0;
}

form .component-html-feedback .label,
form .component-html-feedback label,
form .component-html-feedback input,
form .component-html-feedback .select2-selection__rendered {
    color: #cb2121 !important;
}

form .component-html-feedback input[type="text"],
form .component-html-feedback .select2-selection--single {
    border-color: #cb2121 !important;
}

form .component-html-feedback .select2-selection__arrow {
    background-color: #cb2121 !important;
}

header {
    /* logo */
    /* old */
}

@media (min-width: 355px) {
    header .logo_block .container {
        justify-content: space-between;
    }
}

header .logo_block .logo {
    max-width: 130px;
    margin-left: 1.25rem;
}

@media (min-width: 768px) {
    header .logo_block .logo {
        max-width: 155px;
        margin-left: 1.25rem;
        margin-top: -5px;
    }
}

@media (min-width: 355px) {
    header .logo_block .logo_banz {
        display: inline-block;
    }
}

header #header {
    display: none;
}

.role-related[aria-hidden="true"] {
    display: none;
}

input[type="radio"]:checked ~ div.role-related {
    display: block !important;
}

form .card {
    /* inactive area of active form card */
    /* publication preview */
    /* publication preview footer */
}

form .card h4 {
    font-size: 0.9375rem !important;
    color: #4b5056 !important;
    font-family: "Arial", sans-serif !important;
}

form .card.component-wizard.overview .card .custom-file-container {
    margin-bottom: 1.25rem;
}

form .card.component-wizard .qr-code .qr-code-container {
    margin-bottom: 1.25rem;
}

form .card.component-wizard .qr-code .qr-code-container img {
    border: 1px solid #1e252b;
    max-width: 200px;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

form .card .inactive {
    margin-bottom: 30px;
    padding: 20px 30px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    position: relative;
}

form .card .inactive:last-child {
    margin-bottom: 0;
}

form .card .inactive h4 {
    margin-left: -10px;
}

form .card .inactive h4:first-child {
    padding-top: 0;
}

form .card .inactive .custom-file-container {
    margin-left: -10px;
    margin-right: -10px;
}

form .card .inactive .custom-file-container h4 {
    margin-left: 0;
}

form .card .inactive .custom-file-container .custom-file-list {
    margin-bottom: 0.9375rem;
}

form .card .inactive .form-group.row {
    margin-bottom: 10px;
}

form .card .inactive .form-group.row:last-child {
    margin-bottom: 0;
}

form .card .inactive .form-group.row label {
    margin-bottom: 0;
    margin-left: -0.625rem;
    padding-right: 1.25rem;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    line-height: inherit;
}

@media (min-width: 992px) {
    form .card .inactive .form-group.row label {
        margin-bottom: 0;
    }
}

form .card .inactive .form-group.row label:hover {
    cursor: default;
}

form .card .inactive .form-group.row .label {
    padding-left: 0;
}

form .card .inactive .form-group.row .value {
    margin-left: -0.625rem;
    padding-bottom: 0;
}

form .card .inactive .form-group.row .value label {
    font-family: "Roboto Light", sans-serif;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 0;
}

@media (min-width: 992px) {
    form .card .inactive .form-group.row .value label {
        margin-top: 0;
    }
}

form .card .inactive .form-group.row .value ul:last-child {
    margin-bottom: 0;
}

form .card .inactive .form-group.row .col {
    padding-left: 0;
    padding-right: 0;
}

form .card .inactive .alert {
    margin-left: -10px;
    margin-right: -10px;
}

form .card .inactive .alert:last-child {
    margin-bottom: 5px;
}

form .card .inactive.info .btn-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
}

form .card .inactive.info .value {
    padding-right: 1.25rem !important;
}

form .card .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td .std_table,
form .card .publication_container #begin_pub > tbody > tr > td .std_table {
    width: auto !important;
}

form .card .publication_container .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td table {
    width: auto !important;
}

form .card .publication_container .publicationcontent {
    border: 0 !important;
    background: none !important;
}

form .card .publication_container .publicationcontent .content-wrapper.table-scroll .publicationcontent #begin_pub > tbody > tr > td .std_table,
form .card .publication_container .publicationcontent #begin_pub > tbody > tr > td .std_table {
    width: auto !important;
}

form .card .publication_container .publicationcontent table td {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    font-family: Verdana, "Arial Unicode MS";
    font-size: 10pt;
    line-height: 1.3em;
}

form .card .form-group.row.gray {
    background: #f4f4f4;
    padding-top: 10px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -20px !important;
}

form .card .form-group.row h4 {
    color: #1e252b;
}

/*
------------------------------
NEW WIZARD
------------------------------
*/
.table_container {
    /* scroll info */
}

.table_container .scroll-info {
    padding: 5px 10px;
    text-align: right;
    color: #6d7176;
    background: #f4f4f4;
    border: 0;
}

.table_container .scroll-info .text {
    padding-right: 5px;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
}

.table_container table {
    border: 1px solid #dddedf;
}

.table_container table .text-start {
    text-align: left;
}

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

.table_container table .text-end {
    text-align: right;
}

.table_container table thead tr th {
    background: #9a9da0;
    color: #fff;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    padding: 0.5rem 0.625rem;
    vertical-align: top;
}

.table_container table thead tr th.has-modal {
    position: relative;
    padding-right: 54px;
}

.table_container table thead tr th.has-modal .btn-tooltip {
    top: 8px !important;
    right: 10px !important;
    position: absolute;
}

.table_container table thead tr th acronym:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.75rem;
    content: '\f05a';
    padding-left: 5px;
}

.table_container table thead tr th acronym:hover {
    cursor: help;
}

.table_container table tbody tr:nth-of-type(even) {
    background: #f4f4f4;
}

.table_container table tbody tr th {
    padding: 0.5rem 0.625rem;
    border-bottom: 1px solid #dddedf;
    vertical-align: top;
    font-weight: normal;
    font-family: "Roboto Medium", sans-serif;
    line-height: normal;
}

.table_container table tbody tr td {
    padding: 0.5rem 0.625rem;
    border-bottom: 1px solid #dddedf;
    vertical-align: top;
    /* file action */
}

.table_container table tbody tr td.file-action .btn-list ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.table_container table tbody tr td.file-action .btn-list ul li {
    text-indent: 0;
    position: relative;
    padding-bottom: 0;
}

.table_container table tbody tr td.file-action .btn-list ul li:before {
    display: none;
}

.table_container table tbody tr td.file-action .btn-list ul li a {
    display: inline-block;
    margin: 0 0 10px 10px !important;
    padding: 0 !important;
    border: 1px solid transparent;
}

.table_container table tbody tr td.file-action .btn-list ul li a:hover, .table_container table tbody tr td.file-action .btn-list ul li a:focus {
    color: #fff !important;
    background: #1e252b;
    border: 1px solid #dddedf;
}

.table_container table tbody tr td.file-action .btn-list ul li a i {
    padding: 0 !important;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.table_container table tbody tr td.file-action .btn-list ul li a i:before {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.25rem;
    text-align: center;
}

.table_container table tfoot tr td {
    /* legend */
}

.table_container table tfoot tr td .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.table_container table tfoot tr td .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.table_container table tfoot tr td .legend-list ul li {
    margin: 0 20px 5px 0;
    padding: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
    color: #6d7176;
}

.table_container table tfoot tr td .legend-list ul li:before {
    display: none;
}

.table_container table tfoot tr td .legend-list i {
    background: #e9e9ea;
    color: #1e252b;
    border-radius: 4px;
    margin-right: 4px;
    padding: 0 !important;
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: relative;
}

.table_container table tfoot tr td .legend-list i:before {
    display: block;
    width: 22px;
    height: 22px;
}

.table_container table tfoot tr td .legend-list .legend_text {
    margin: 0;
    padding: 2px 0 2px 5px;
    float: left;
}

/* icons */
.content i:before {
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    text-align: center;
}

.content i.icon_edit:before {
    content: "\f044";
}

.content i.icon_cancel:before {
    content: "\f2ed";
}

.content i.icon_insert_in_db:before {
    content: "\f1c0";
}

.content .icon_info {
    background: url("/order/old/images/icons/alpha/icon_info.png") no-repeat scroll 0 0 transparent;
}

.content .icon_edit {
    background: url("/order/old/images/icons/alpha/edit.png") no-repeat scroll 0 0 transparent;
}

.content i.icon_view_pub:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/view_publication.png) center center no-repeat;
}

.content i.icon_select:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/select.png) center center no-repeat;
}

.content i.icon_cancel_nlp:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/cancel_nlp.png) center center no-repeat;
}

.content i.icon_confirm:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/confirm.png) center center no-repeat;
}

.content i.icon_delete:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/delete.png) center center no-repeat;
}

.content i.icon_change_type_jadep:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/change_type_jadep.png) center center no-repeat;
}

.content i.icon_change_type_depja:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/change_type_depja.png) center center no-repeat;
}

.content i.icon_edit_billingdata:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/edit_billingdata.png) center center no-repeat;
}

.content i.icon_mfa_correction:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/mfa_correction.png) center center no-repeat;
}

.content i.icon_mfa_set_model:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/mfa_set_model.png) center center no-repeat;
}

.content i.icon_pdf_beleg:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_beleg.png) center center no-repeat;
}

.content i.icon_pdf_bill:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_bill.png) center center no-repeat;
}

.content i.icon_pdf_add:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_add.png) center center no-repeat;
}

.content i.icon_pdf_download:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_download.png) center center no-repeat;
}

.content i.icon_upgrade:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/upgrade.png) center center no-repeat;
}

.content i.icon_downgrade:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/downgrade.png) center center no-repeat;
}

.content i.icon_eu_cancel:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_cancel.png) center center no-repeat;
}

.content i.icon_eu_add_lang:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_add_lang.png) 0px 1px no-repeat;
}

.content i.icon_eu_pdf_beleg:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_download.png) center center no-repeat;
}

.content i.icon_eu_research:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_file.png) center center no-repeat;
}

.content i.icon_pay:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pay.png) center center no-repeat;
}

.content i.icon_refresh:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/refresh.png) center center no-repeat;
}

.content i.icon_refresh_register:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/refresh_register.png) center center no-repeat;
}

.content i.icon_pdf_confirmation:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation.png) center center no-repeat;
}

.content i.icon_pdf_confirmation_disabled:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_disabled.png) center center no-repeat;
}

.content i.icon_confirmation_history_closed:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_history_closed.png) center center no-repeat;
}

.content i.icon_confirmation_history_open:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_history_open.png) center center no-repeat;
}

.content i.icon_agb_pdf:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/agb_pdf.png) center center no-repeat;
}

.content i.icon_agb_af_pdf:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/agb_af_pdf.png) center center no-repeat;
}

/*
Blocks PP old
*/
body.pp_old_theme {
    /* DL/DD version / margin */
}

body.pp_old_theme .margin-faq-container dl.fold {
    margin-bottom: -15px;
    /* header */
    /* body */
}

body.pp_old_theme .margin-faq-container dl.fold dt {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 10.912px;
    padding: 8px 30px 8px 10px;
    background-color: #e7edf2;
    border-radius: 0;
    margin-bottom: 0.9375rem;
}

body.pp_old_theme .margin-faq-container dl.fold dt:after {
    font-size: 9px;
    position: absolute;
    top: 10px;
    right: 10px;
}

body.pp_old_theme .margin-faq-container dl.fold dt:hover, body.pp_old_theme .margin-faq-container dl.fold dt:focus {
    text-decoration: underline;
    color: #0a416a !important;
}

body.pp_old_theme .margin-faq-container dl.fold dt.active {
    margin-bottom: 0;
    border-radius: 0;
    color: #0a416a !important;
    background-color: #e7edf2;
}

body.pp_old_theme .margin-faq-container dl.fold dd {
    padding: 0.625rem;
    font-size: 10.912px;
    line-height: 1.5em;
    background-color: #e7edf2;
}

body.pp_old_theme .margin-faq-container dl.fold dd p {
    font-size: 10.912px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0 0.5em 0;
}

body.pp_old_theme .margin-faq-container dl.fold dd p:last-child {
    padding-bottom: 0;
}

body.pp_old_theme {
    /*
     .calender-container {

         .form_calendar_selects {

             background: $color-white;
             padding: 0;
             margin-bottom: 0;
             margin-top: 36px;

             width: 160px;
             margin-right: 40px;
             float: left;

             .form-group {

                 margin-bottom: -15px;
                 width: 120px;

                 .col-sm-6 {

                     padding-bottom: 15px;
                     max-width: 130px;
                     width: 130px;

                     label {
                         display: none !important;
                     }

                     select {
                         width: 120px;
                     }
                 }
             }
         }

         .form_calendar {

             float: left;

             box-shadow: none !important;
             border-radius: 0;
             border: 0;

             margin-bottom: rem(15px);

             table {

                 margin-bottom: 10px;

                 border-collapse: separate !important;
                 border-spacing: 2px !important;

                 th {
                     font-size: 9.92px !important;
                     background: $color-white !important;
                     font-family: $FontText;
                     font-weight: bold;

                     border-radius: 0 !important;
                     padding: 5px 0 !important;
                     color: $color-gray !important;
                     text-align: center;
                     cursor: default;

                     width: 25px !important;

                     @include media-breakpoint-up(sm) {
                         padding: 5px 0 !important;
                     }
                 }

                 td {


                     font-family: $FontText;
                     font-size: 9.92px !important;
                     background-color: #d9e4eb;
                     color: $color-pp-black;

                     vertical-align: top;
                     text-align: center;
                     padding: 5px 0;
                     cursor: default;

                     width: 25px !important;

                     @include media-breakpoint-up(sm) {
                         padding: 5px 0;
                     }


                     a {
                         text-decoration: none;
                         border-radius: 4px;
                         padding: 5px 0;
                         color: $color-pp-orange;
                         font-weight: bold;

                         @include media-breakpoint-up(sm) {
                             padding: 5px 0;
                         }

                         &:hover {
                             background-color: $color-pp-calender-back !important;
                             color: $color-pp-orange !important;
                             text-decoration: underline;
                         }
                     }

                     &.active {
                         background: $color-pp-blue;
                         color: $color-white;

                     }
                 }

                 caption {

                     font-size: 9.92px;
                     background: $color-white;
                     font-family: $FontText;
                     font-weight: bold;

                     caption-side: top;
                     text-align: center;
                     color: $color-gray;
                     margin: 0;
                     padding: 0 10px 0 10px;

                 }
             }
         }
     }
     */
}

body.pp_old_theme #appointment-date {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 0;
}

body.pp_old_theme .appointment_date_list {
    margin-top: 0;
    clear: both;
}

body.pp_old_theme .appointment_date_list .btn-empty {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 15px !important;
    max-width: 15px !important;
    min-width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    border-radius: 0;
    color: #cb2121 !important;
    background: #fff !important;
    position: absolute;
    top: 1px;
    left: 10px;
}

body.pp_old_theme .appointment_date_list .btn-empty:hover {
    color: #cb2121 !important;
    background: #fff !important;
}

body.pp_old_theme .appointment_date_list .btn-empty .fa-trash-alt:before {
    content: "\f00d";
    position: relative;
    top: -2px;
}

body.pp_old_theme .appointment_date_list .input-group.date {
    margin-left: 15px;
}

body.pp_old_theme .appointment_date_list .input-group-addon {
    display: block;
    position: relative;
    width: 13px;
    height: 13px;
    left: 5px;
    top: 1px;
}

body.pp_old_theme .appointment_date_list .input-group-addon .btn-calender {
    width: 13px !important;
    min-width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;
    background: none !important;
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 0;
    position: absolute;
    color: #9a9da0;
    top: 0;
    left: 0;
}

body.pp_old_theme .appointment_date_list .input-group-addon .btn-calender:hover {
    color: #9a9da0 !important;
}

body.pp_old_theme .appointment_date_list input.form-control.calender-input {
    max-width: 100px !important;
    min-width: 100px !important;
    width: 100px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.pp_old_theme .appointment_date_list .input-group-prepend {
    width: 75px;
    padding-left: 10px;
}

body.pp_old_theme .alert {
    border-radius: 0;
    clear: both;
}

body.pp_old_theme .alert.alert-primary {
    background: #e7edf2;
    color: #0a416a;
    line-height: 1.2;
    padding: 5px 15px 5px 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

body.pp_old_theme .alert.alert-primary.red {
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
    color: #cb2121;
}

body.pp_old_theme .alert.alert-primary.error {
    color: #fff;
    background: #cb2121;
}

body.pp_old_theme .alert.alert-form-error {
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
    color: #cb2121;
}

body.pp_old_theme .alert.alert-form-error ul {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 20px;
}

body.pp_old_theme .alert.alert-form-error ul li {
    padding-bottom: 0.5em;
    text-indent: -3px;
    padding-left: 0;
}

body.pp_old_theme .alert.alert-form-error ul li:before {
    position: relative;
    top: -1px;
    left: -10px;
    width: 3px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    color: #fff;
}

body.pp_old_theme .content .breadcrumb {
    font-size: 10.912px;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li {
    position: relative;
    padding: 0 7px 0 12px;
    display: inline-block;
    color: #4b5056;
    font-size: 10.912px;
    list-style: none;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:before {
    content: '»';
    position: absolute;
    left: 0;
    top: -2px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #ff4b00;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:after {
    display: none;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li a {
    text-decoration: none;
    color: #ff4b00;
    margin: 0;
    padding: 0;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li a:hover, body.pp_old_theme .content .breadcrumb .breadcrumb-nav li a:focus {
    text-decoration: underline;
    color: #ff4b00;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:last-child {
    padding-right: 0;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:last-child:before {
    content: '›';
    color: #333;
    left: -1px;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:last-child a {
    color: #333;
    margin-left: -2px;
}

body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:last-child a:hover, body.pp_old_theme .content .breadcrumb .breadcrumb-nav li:last-child a:focus {
    text-decoration: none;
    color: #333;
    cursor: default;
}

body.pp_old_theme .btn {
    min-width: auto !important;
    width: auto !important;
}

body.pp_old_theme .btn.btn-primary {
    font-size: 10.912px;
    color: #c30 !important;
    line-height: 10.912px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background: url(/order/old/images/pp/button.gif) no-repeat top left;
    height: 21px;
}

body.pp_old_theme .btn.btn-primary:after {
    background: url(/order/old/images/pp/button.gif) no-repeat top right;
    width: 15px;
    height: 20px;
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
}

body.pp_old_theme .btn.btn-primary:hover {
    cursor: pointer !important;
    background: url(/order/old/images/pp/button.gif) no-repeat top left !important;
    background-position: 0 -21px !important;
    color: #c30 !important;
}

body.pp_old_theme .btn.btn-primary:hover:after {
    background: url(/order/old/images/pp/button.gif) no-repeat top right !important;
    background-position: right -21px !important;
}

body.pp_old_theme .btn.btn-primary:hover:before {
    background: url(/order/old/images/pp/button.gif) no-repeat top right !important;
    background-position: left -21px !important;
}

body.pp_old_theme .btn.btn-primary.btn-next {
    padding-right: 30px;
}

body.pp_old_theme .hide_fund_info_mode {
    border: 1px solid #939393;
    border-radius: 4px;
    font-size: 10px;
    padding: 4px 4px;
    cursor: pointer;
}

body.pp_old_theme .btn.btn-primary.btn-next:after {
    background: url(/order/old/images/pp/button_right.gif) no-repeat top right !important;
}

body.pp_old_theme .btn.btn-primary.btn-next:hover:after {
    background-position: right -21px !important;
}

body.pp_old_theme .btn.btn-primary.btn-next:disabled {
    opacity: 1 !important;
    color: #999 !important;
    background: url(/order/old/images/pp/button_right_disabled.gif) no-repeat top left !important;
}

body.pp_old_theme .btn.btn-primary.btn-next:disabled:after {
    background: url(/order/old/images/pp/button_right_disabled.gif) no-repeat top right !important;
}

body.pp_old_theme .btn.btn-primary.btn-next:disabled:hover {
    cursor: inherit !important;
}

body.pp_old_theme .btn.btn-primary.btn-prev {
    padding-left: 30px;
}

body.pp_old_theme .btn.btn-primary.btn-prev:before {
    background: url(/order/old/images/pp/button_left.gif) no-repeat top left !important;
    width: 15px;
    height: 20px;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
}

body.pp_old_theme .btn.btn-primary.btn-prev:hover:before {
    background-position: left -21px !important;
}

body.pp_old_theme .btn.btn-primary.btn-prev:disabled {
    opacity: 1 !important;
    color: #999 !important;
    background: url(/order/old/images/pp/button_left_disabled.gif) no-repeat top left !important;
}

body.pp_old_theme .btn.btn-primary.btn-prev:disabled:before {
    background: url(/order/old/images/pp/button_left_disabled.gif) no-repeat top right !important;
}

body.pp_old_theme .btn.btn-primary.btn-prev:disabled:hover {
    cursor: inherit !important;
}

body.pp_old_theme .btn.btn-hide-after-collapse {
    margin: 0;
    padding: 0;
    background: none;
    color: #ff4b00;
    font-size: 10.912px;
}

body.pp_old_theme .btn.btn-hide-after-collapse i {
    margin-right: 5px;
    font-size: 0.625rem;
}

body.pp_old_theme .btn.btn-hide-after-collapse:hover {
    text-decoration: underline;
}

body.pp_old_theme .btn.btn-tooltip {
    width: 24px !important;
    height: 24px !important;
    background: transparent url(/order/old/images/pp/icon_help.gif) 0 0 no-repeat !important;
    position: absolute !important;
    right: 20px !important;
    top: -3px !important;
}

body.pp_old_theme .btn.btn-tooltip i {
    display: none;
}

body.pp_old_theme .content h1 {
    font-family: arial, sans-serif;
    font-size: 17.856px;
    line-height: 1.3;
    font-weight: normal;
    margin: 27px 0 17px 0;
    padding: 0;
    color: #000;
}

body.pp_old_theme .content h4 {
    font-size: 1.3em;
    font-weight: bold;
    font-family: arial, sans-serif;
}

body .content ul li {
    padding-bottom: 0;
}

body.pp_old_theme .content h4 {
    font-size: 1.3em;
    font-weight: bold;
    font-family: arial, sans-serif;
}

body .content ul li {
    padding-bottom: 0;
}

body.pp_old_theme .content p {
    font-size: 10.912px;
    line-height: normal;
    padding: 0;
    margin: 1ex 0;
}

body.pp_old_theme .content b,
body.pp_old_theme .content strong {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

body.pp_old_theme {
    /* datepicker */
}

body.pp_old_theme .datepicker,
body.pp_old_theme .user-container .card .datepicker {
    /* date picker input */
    /* date picker menu */
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget ul,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget ul {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget ul li,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget ul li {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget.dropdown-menu,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table {
    margin: 0 !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table thead tr th,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table thead tr th.picker-switch,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table thead tr th.picker-switch {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table tbody td,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table tbody td span,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td span {
    font-size: 12px !important;
}

body.pp_old_theme .datepicker .bootstrap-datetimepicker-widget table tbody td.day,
body.pp_old_theme .user-container .card .datepicker .bootstrap-datetimepicker-widget table tbody td.day {
    font-size: 12px !important;
}

body.pp_old_theme form .card {
    /* file select */
    /* file drag and drop */
    /* upload */
    /* file language */
    /* custom file translation */
    /* validation */
    /* file list */
}

body.pp_old_theme form .card .custom-file-select {
    position: relative;
    margin-bottom: 0;
    margin-top: 17px;
    /* info button */
    /* file load info */
}

body.pp_old_theme form .card .custom-file-select .label {
    width: 295px !important;
    float: left;
    padding-left: 0 !important;
}

body.pp_old_theme form .card .custom-file-select .label strong {
    font-weight: bold !important;
}

body.pp_old_theme form .card .custom-file-select .custom-file {
    position: absolute;
    left: 378px;
    top: 4px;
}

body.pp_old_theme form .card .custom-file-select .custom-file input[type="file"] {
    opacity: 1 !important;
    width: 248px !important;
    font-size: 9.92px !important;
    overflow: hidden !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 17px !important;
    height: 17px !important;
}

body.pp_old_theme form .card .custom-file-select .custom-file label.custom-file-label {
    display: none;
}

body.pp_old_theme form .card .custom-file-select .col-info {
    flex-grow: 0;
}

body.pp_old_theme form .card .custom-file-select .col-info .custom-file .btn-tooltip {
    position: absolute;
    left: -80px;
    top: 0;
}

body.pp_old_theme form .card .custom-file-select .col-info .custom-file label.target {
    margin-right: -40px;
}

body.pp_old_theme form .card .custom-file-select .custom-file-load-info {
    color: #0a416a;
    position: absolute;
    top: -15px;
    left: 10px;
    width: calc(100% - 20px);
    height: 95px;
    z-index: 2;
    background: #e7edf2 url("/order/img/spinner.svg") center 10px no-repeat;
    background-size: 45px 45px;
    opacity: 0.9;
    text-align: center;
    line-height: 95px;
    padding-top: 20px;
    font-weight: bold;
}

body.pp_old_theme form .card .custom-file-dropzone {
    margin-top: 0rem !important;
    margin-bottom: -2.5rem !important;
}

body.pp_old_theme form .card .custom-file-dropzone .target {
    font-size: 9.92px;
    background: #fff;
    color: #1e252b;
    border: 2px dashed #aaa;
    margin: 0.5625rem 0 1.25rem 0;
    padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
}

body.pp_old_theme form .card .custom-file-dropzone .target:after {
    display: none;
}

body.pp_old_theme form .card .custom-file-dropzone .target:hover, body.pp_old_theme form .card .custom-file-dropzone .target.is-dragover {
    cursor: pointer;
    background: #eee;
    color: #1e252b;
    border: 2px dashed #aaa;
}

body.pp_old_theme form .card .custom-file-upload {
    margin-bottom: 1.5625rem !important;
    justify-content: space-between !important;
}

body.pp_old_theme form .card .custom-file-upload p {
    float: none !important;
    width: 80% !important;
    padding-top: 0 !important;
}

body.pp_old_theme form .card .custom-file-upload p strong {
    font-weight: bold !important;
}

body.pp_old_theme form .card .custom-file-language {
    margin-top: 2.5rem;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container {
    width: 370px;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .checkbox-list,
body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list {
    columns: 2 !important;
    width: auto;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .checkbox-list li,
body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li {
    margin-bottom: 0.1875rem;
    width: 185px !important;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .checkbox-list li label,
body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li label {
    padding-top: 0;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .checkbox-list li label.flag-icon.flag-icon-en,
body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li label.flag-icon.flag-icon-en {
    padding-left: 38px;
    background-position: 8px 0;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .checkbox-list li input,
body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li input {
    margin-top: 1px;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list {
    columns: 2 !important;
    width: auto;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li .custom-radio {
    margin-top: 0;
    margin-bottom: 5px;
}

body.pp_old_theme form .card .custom-file-language .language-selection-container .radio-list li .custom-radio label.flag-icon.flag-icon-en {
    padding-left: 34px;
    background-position: 4px 0;
}

body.pp_old_theme form .card #custom-file-translation {
    margin-bottom: -35px;
}

body.pp_old_theme form .card .component-html-feedback .form-text {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}

body.pp_old_theme form .card .component-html-feedback .form-text div li:first-child {
    padding-left: 0;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    padding-bottom: 5px;
}

body.pp_old_theme form .card .component-html-feedback .form-text div li:first-child:before {
    display: none !important;
}

body.pp_old_theme form .card .component-html-feedback .col p {
    color: #cb2121 !important;
}

body.pp_old_theme form .card .custom-file-list {
    margin-bottom: 0.3125rem;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list {
    border: 0;
    /* legend */
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list a {
    text-decoration: underline;
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ff4b00;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row {
    font-size: 9.92px;
    color: #000;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.back {
    background: #fff;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_header {
    display: flex !important;
    background: #dadada;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 0 !important;
    line-height: normal;
    color: #000 !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col {
    padding: 5px !important;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-name {
    flex-grow: 6 !important;
    padding: 5px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_header .col.file-content {
    flex-grow: 3 !important;
    padding: 5px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content {
    display: flex !important;
    background: #fff;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 8px 0 5px 0 !important;
    line-height: normal;
    color: #000 !important;
    flex-direction: row !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content.even {
    background-color: #e6edf2;
    border-bottom: 1px solid #fff;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .alert ul {
    padding-left: 0.8125rem;
    margin-bottom: 0 !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col {
    padding: 5px;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name {
    flex-grow: 6 !important;
    padding: 5px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-name .value {
    margin-bottom: 0;
    padding-right: 0 !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content {
    flex-grow: 3 !important;
    padding: 5px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-content .value {
    margin-bottom: 0;
    padding-right: 0 !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action {
    position: relative !important;
    top: 0 !important;
    /* action buttons */
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list {
    padding-bottom: 0;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 8px 0 0;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li {
    text-indent: 0;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li:before {
    display: none;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 15px !important;
    max-width: 15px !important;
    min-width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    border-radius: 0;
    color: #cb2121 !important;
    background: #fff !important;
    font-size: 15px;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a.btn-up {
    height: 8px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a.btn-down {
    position: relative;
    top: -2px;
    height: 8px !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a .fa-caret-up,
body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a .fa-caret-down {
    position: relative;
    top: -3px;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_legend .legend-list ul li i.fa-caret-up:before,
body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_legend .legend-list ul li i.fa-caret-down:before,
body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a .fa-caret-up:before,
body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a .fa-caret-down:before {
    color: #a9a9a9;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a:hover {
    color: #cb2121 !important;
    background: #fff !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col.file-action .btn-list ul li a .fa-trash-alt:before {
    content: "\f00d";
    position: relative;
    top: -2px;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .row.result_content .col .label {
    display: none !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend {
    padding-top: 0.625rem;
    padding-bottom: 0.3125rem;
    margin-left: -10px;
    overflow: hidden;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list .sr-only {
    display: block !important;
    position: relative;
    width: auto !important;
    height: auto !important;
    clip: inherit;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    float: left;
    overflow: auto;
    padding-right: 15px;
    margin-top: 2px;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul {
    margin: 0;
    padding: 0;
    overflow: auto;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li {
    margin: 0 20px 0 0;
    padding: 0 !important;
    word-break: normal;
    float: left;
    text-indent: 0;
    color: #000;
    overflow: hidden;
    font-size: 10.912px;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: normal;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li:before {
    display: none;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li i {
    padding: 0 !important;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li i.fa-trash-alt {
    color: #cb2121;
    background: #fff;
    font-size: 15px;
}

body.pp_old_theme form .card .custom-file-list .result_container.uploaded-files-list .result_legend .legend-list ul li i.fa-trash-alt:before {
    content: "\f00d";
    position: relative;
    top: 1px;
}

body.pp_old_theme {
    /*
    -----------------------------------------------------------------
    footer

    Source file: main.css (row 439 - 456)

    -----------------------------------------------------------------
    */
    /*
    -----------------------------------------------------------------
    color-scheme Publikations-Plattform

    Source file: main.css (650)

    CHANGES:
    .pp before #footer removed
    ../images/ replaced with ../old/images/
    -----------------------------------------------------------------
    */
}

body.pp_old_theme .uploaded-files-list ul {
    list-style-type: none;
}

body.pp_old_theme #footer {
    background-repeat: repeat-x;
    padding: 12px 18px 36px 18px;
    text-align: right;
}

body.pp_old_theme #footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 9.92px;
}

body.pp_old_theme #footer li {
    display: inline;
    padding: 0;
}

body.pp_old_theme #footer .bullet {
    font-size: 7.936px;
    position: relative;
}

body.pp_old_theme #footer .first .bullet {
    display: none;
}

body.pp_old_theme #footer a {
    font-size: 9.92px;
    text-decoration: none;
}

body.pp_old_theme #footer .bullet,
body.pp_old_theme #footer a {
    color: #666;
}

body.pp_old_theme #footer a:hover,
body.pp_old_theme #footer a:focus,
body.pp_old_theme #footer a:active {
    text-decoration: underline;
}

body.pp_old_theme #footer a:hover {
    cursor: pointer;
}

body.pp_old_theme #footer {
    background-image: url(/order/old/images/pp/footer_bg.png);
}

body.pp_old_theme a.extern_static {
    background: url(/order/img/ext_link_icon.gif) no-repeat left 3px;
    padding-left: 2ex;
}

body.pp_old_theme a.intern_static:before {
    content: '»';
    padding: 0 3px 0 0;
}


body.pp_old_theme table.prettytable {
    border: 1px solid #aaa;
    empty-cells: show;
    margin: 1em 0;
}

body.pp_old_theme table.prettytable td {
    border: 1px solid #aaa;
    padding: 0.3em;
}

body.pp_old_theme table.prettytable th {
    border: 1px solid #aaa;
    padding: 0.3em;
}

body.pp_old_theme table.prettytable th.unbold {
    font-weight: normal;
}

body.pp_old_theme ul li:before {
    content: '';
    display: none;
}

body.pp_old_theme ul.dense {
    font-size: 0.9em;
}

body.pp_old_theme ol.dense {
    font-size: 0.9em;
}

body.pp_old_theme ul li {
    text-indent: 0;
}

body.pp_old_theme ul {
    padding-inline-start: 40px;
    /*padding-left: 40px;*/
}

body.pp_old_theme ol {
    padding-inline-start: 40px;
    /*padding-left: 40px;*/
}

body.pp_old_theme .usefulinfo_navi ul,
body.pp_old_theme .no-bullet-points ul,
body.pp_old_theme .no-bullet-points ul ul,
body.pp_old_theme .dynamic-table-root ul.move_arrows,
body.pp_old_theme .contact-search-table .file-action .btn-list ul,
body.pp_old_theme .subsidiary-search-table .file-action .btn-list ul {
    list-style-type: none !important;
}

body.pp_old_theme ul {
    list-style-type: disc;
}

body.pp_old_theme ol ul {
    padding-inline-start: 40px;
    list-style-type: disc;
}

body.pp_old_theme ul ul {
    padding-inline-start: 40px;
    list-style-type: circle;
}

body.pp_old_theme ul#toc {
    list-style-type: none;
    padding-left: 0;
}

body.pp_old_theme ul#toc li {
    margin: 1ex 0;
}

body.pp_old_theme ul#toc li:before {
    display: none;
    content: "";
}


/* Useful information -  Wissenswertes */
body.pp_old_theme .usefulinfo_navi ul {
    list-style-type: none;
}

body.pp_old_theme .usefulinfo_navi ul li::before {
    content: "" !important;
}

body.pp_old_theme .usefulinfo_navi ul li.main {
    background: transparent url(/order/img/sub_1_bullet_inactive.gif) no-repeat 0 2px;
    margin: 5px 0;
    padding: 0 0 0 18px;
}

body.pp_old_theme .howitworks .usefulinfo_navi ul li.main.howitworks {
    background: transparent url(/order/img/sub_1_bullet_active.gif) no-repeat 0 2px !important;
}


body.pp_old_theme .usefulinfo_navi ul li.main a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

body.pp_old_theme .usefulinfo_navi ul li.sub {
    background: transparent url(/order/img/sub_2_bullet_inactive.gif) no-repeat 0 6px;
    margin: 0;
    padding: 2px 9px 2px 12px;
}

body.pp_old_theme .usefulinfo_navi ul li.sub:has(a.active) {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .workaids .usefulinfo_navi ul li.sub.workaids {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .newsletter .usefulinfo_navi ul li.sub.newsletter {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .usefulinfo_navi ul li.sub {
    font-size: 0.9em;
}

body.pp_old_theme .ewdservice .usefulinfo_navi ul li.sub.ewdservice {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .shortsales .usefulinfo_navi ul li.sub.shortsales {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .ewdservice .usefulinfo_navi ul li.sub.ewdservice {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .newsletter .usefulinfo_navi ul li.sub.newsletter {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .ewdservice .usefulinfo_navi ul li.sub.ewdservice {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .ewdservice .usefulinfo_navi ul li.sub.ewdservice {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .shortsales .usefulinfo_navi ul li.sub.shortsales {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .newsletter .usefulinfo_navi ul li.sub.newsletter {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .ewdservice .usefulinfo_navi ul li.sub.ewdservice {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .shortsales .usefulinfo_navi ul li.sub.shortsales {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .usefulinfo_navi ul li.sub a {
    font-weight: normal;
    /*margin-left: -0.25rem;*/
}

body.pp_old_theme .howitworks.overview .card .card-header {
    background-color: #165380;
}

body.pp_old_theme .howitworks.overview .card .card-header h3 {
    font-size: 1.2em;
}

body.pp_old_theme .howitworks .marked {
    padding: 5px;
    background-color: #e7edf2;
    color: #0a416a;
}

body.pp_old_theme .static-page.howitworks.active-content-upload ol ul {
    list-style-type: circle !important;
}

body.pp_old_theme .static-page.howitworks.active-content-upload ol ul ul {
    list-style-type: square !important;
}

/*
  ---- static content page ---
 */
body.pp_old_theme .static-page.overview .card .card-header {
    background-color: #165380;
}

body.pp_old_theme .static-page.overview .card .card-header h3 {
    font-size: 1.2em;
}

body.pp_old_theme .static-page .marked {
    padding: 5px;
    background-color: #e7edf2;
    color: #0a416a;
}

/* ----- */

/*
  ---- static content navigation ---
 */
body.pp_old_theme .static-page .static_content_navi ul {
    list-style-type: none;
}

body.pp_old_theme .static-page .static_content_navi ul li::before {
    display: none;
}

body.pp_old_theme .static-page .static_content_navi ul li.main {
    background: transparent url(/order/img/sub_1_bullet_inactive.gif) no-repeat 0 2px !important;
    margin: 5px 0;
    padding: 0 0 0 18px;
}

body.pp_old_theme .static-page .static_content_navi ul li.main:has(a.active) {
    background: transparent url(/order/img/sub_1_bullet_active.gif) no-repeat 0 2px !important;
}

body.pp_old_theme .static-page .static_content_navi ul li.main a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

body.pp_old_theme .static-page .static_content_navi ul li.sub {
    background: transparent url(/order/img/sub_2_bullet_inactive.gif) no-repeat 0 6px;
    margin: 0;
    padding: 2px 9px 2px 12px;
    font-size: 0.9em;
}

body.pp_old_theme .static-page .static_content_navi ul li.sub:has(a.active) {
    background: transparent url(/order/img/sub_2_bullet_active.gif) no-repeat 0 6px !important;
}

body.pp_old_theme .static-page .static_content_navi ul li.sub a {
    font-weight: normal;
}

/* ---- */

body.pp_old_theme {
    /* card */
}

body.pp_old_theme .card.basic-card, body.pp_old_theme .card.component-wizard {
    position: relative;
}

body.pp_old_theme .card.basic-card::before, body.pp_old_theme .card.component-wizard::before {
    content: " ";
    display: block;
    width: 100%;
    height: 18px;
    background: #165380;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

body.pp_old_theme .card.basic-card::after, body.pp_old_theme .card.component-wizard::after {
    content: " ";
    display: block;
    width: 100%;
    height: 18px;
    background: #165380;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

body.pp_old_theme .card.basic-card > .card-body, body.pp_old_theme .card.component-wizard > .card-body {
    padding: 38px 25px 25px 30px !important;
    border-left: 1px solid #d0dde6;
    border-right: 1px solid #d0dde6;
}

body.pp_old_theme .card.basic-card .card-body .card, body.pp_old_theme .card.component-wizard .card-body .card {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-header, body.pp_old_theme .card.component-wizard .card-body .card .card-header {
    padding: 1ex 1ex;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    background: #165380;
    border-radius: 0;
    min-height: auto;
    font-size: 10.912px;
}

body.pp_old_theme .card.basic-card .card-body .card .card-header, body.pp_old_theme .card.component-wizard .card-body .card .card-header-html-print {
    padding: 1ex 1ex;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    background: #165380;
    border-radius: 0;
    min-height: auto;
    font-size: 10.912px;
}

body.pp_old_theme .card.component-wizard .card-body .card .card-header-html-print h3 {
    font-size: 1.3em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    color: #555 !important;
    margin: 0;
    padding: 0;
}

.label-html-print {
    color: #555;
}

body.pp_old_theme .card.basic-card .card-body .card .card-header h3, body.pp_old_theme .card.component-wizard .card-body .card .card-header h3 {
    font-size: 10.912px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body, body.pp_old_theme .card.component-wizard .card-body .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body p.label, body.pp_old_theme .card.component-wizard .card-body .card .card-body p.label {
    font-size: 10.912px;
    float: left;
    width: 198px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0.625rem;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body p.label + .form-group .btn.btn-tooltip, body.pp_old_theme .card.component-wizard .card-body .card .card-body p.label + .form-group .btn.btn-tooltip {
    right: 10px !important;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body p strong, body.pp_old_theme .card.component-wizard .card-body .card .card-body p strong {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body h4, body.pp_old_theme .card.component-wizard .card-body .card .card-body h4 {
    font-size: 12.896px !important;
    font-family: Verdana, "Arial Unicode MS";
    font-weight: 700 !important;
    line-height: 1.3em;
    color: #1e252b !important;
    margin: 12px 0;
    padding: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .col, body.pp_old_theme .card.component-wizard .card-body .card .card-body .col {
    padding-bottom: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .col-lg-6 p strong, body.pp_old_theme .card.component-wizard .card-body .card .card-body .col-lg-6 p strong {
    font-weight: bold !important;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .col-lg-6.col-form-label, body.pp_old_theme .card.component-wizard .card-body .card .card-body .col-lg-6.col-form-label {
    font-family: verdana, arial, helvetica, sans-serif !important;
    margin-left: 10px;
    padding: 5px 20px 5px 0;
    text-align: left;
    flex: 0 0 208px;
    display: block;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .col-lg-6.value, body.pp_old_theme .card.component-wizard .card-body .card .card-body .col-lg-6.value {
    flex: 0 0 347px;
    margin: 0;
    padding: 5px 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .col-lg-6.value p, body.pp_old_theme .card.component-wizard .card-body .card .card-body .col-lg-6.value p {
    padding: 0;
    margin: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive {
    padding: 0;
    border: 0;
    background: none;
    margin-bottom: 15px;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive h4, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive h4 {
    margin-left: -20px;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive .alert, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive .alert {
    margin-left: 0;
    margin-right: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive .row, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive .row {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive .row .col-form-label, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive .row .col-form-label {
    font-size: 10.912px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    margin-left: -10px !important;
    max-width: 218px;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive .row .value p, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive .row .value p {
    margin-bottom: 0;
    margin-top: 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive.info, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive.info {
    margin-bottom: 10px;
    margin-left: 20px;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive.info .row, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive.info .row {
    margin: 0 0 0 -10px !important;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive.info .row .col-form-label, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive.info .row .col-form-label {
    font-family: verdana, arial, helvetica, sans-serif !important;
    margin-left: 0;
    padding: 5px 20px 5px 0;
    text-align: left;
    flex: 0 0 208px;
    display: block;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive.info .row .value, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive.info .row .value {
    flex: 0 0 347px;
    margin: 0;
    padding: 5px 0;
}

body.pp_old_theme .card.basic-card .card-body .card .card-body .inactive.info .row .value p, body.pp_old_theme .card.component-wizard .card-body .card .card-body .inactive.info .row .value p {
    padding: 0;
    margin: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive, body.pp_old_theme .card.component-wizard .card-body .card.inactive {
    background: none;
    margin-bottom: 45px;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header {
    background: #fff;
    border: 1px solid #d0dde6;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header h3, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header h3 {
    color: #0a416a !important;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn {
    width: auto;
    height: 13px;
    color: #c30;
    background: none;
    font-size: 10.912px;
    line-height: 1;
    padding: 0;
    margin-top: 1px;
    margin-right: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn i, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn i {
    display: block !important;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn i:before, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn i:before {
    display: none;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only, .tan_submit_link {
    display: block !important;
    position: relative !important;
    clip: unset !important;
    width: auto;
    height: auto;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    color: #ff4b00;
    margin: 0;
    padding: 0 0 0 10px;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only:before, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only:before {
    content: '»';
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #ff4b00;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only:hover, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-header .float-right .btn-icn i .sr-only:hover, .tan_submit_link:hover {
    text-decoration: underline;
    cursor: pointer;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
    margin: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .form-group.row, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .form-group.row {
    margin: 5px 0 !important;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .col-form-label, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .col-form-label {
    font-family: verdana, arial, helvetica, sans-serif !important;
    margin-left: 0;
    padding: 5px 20px 5px 0;
    text-align: left;
    flex: 0 0 208px;
    display: block;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .value, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .value {
    flex: 0 0 347px;
    margin: 0;
    padding: 5px 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .value p, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .value p {
    padding: 0;
    margin: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .custom-file-container, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .custom-file-container {
    margin-left: 0;
    margin-right: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .custom-file-container h4, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .custom-file-container h4 {
    margin-left: 0;
}

body.pp_old_theme .card.basic-card .card-body .card.inactive .card-body .custom-file-container .custom-file-list, body.pp_old_theme .card.component-wizard .card-body .card.inactive .card-body .custom-file-container .custom-file-list {
    margin-bottom: 0;
}

body.pp_old_theme {
    /* custom radio */
    /* custom checkbox */
    /* select */
    /*
    ------------------------------
    NEW WIZARD
    ------------------------------
    */
}

body.pp_old_theme .custom-radio .custom-control-label:before, body.pp_old_theme .custom-radio .custom-control-label:after {
    display: none !important;
}

body.pp_old_theme .custom-radio .custom-control-label a {
    color: #ff4b00;
}

body.pp_old_theme .custom-radio .custom-control-input {
    z-index: 0;
    opacity: 1;
    position: inherit;
    width: auto;
    height: auto;
    left: auto;
    margin-top: 3px;
    margin-left: -19px;
    margin-right: 5px;
    margin-bottom: -1px;
    float: left;
}

body.pp_old_theme .custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #000000;
}

body.pp_old_theme .custom-checkbox .custom-control-label:before, body.pp_old_theme .custom-checkbox .custom-control-label:after {
    display: none !important;
}

body.pp_old_theme .custom-checkbox .custom-control-label a {
    color: #ff4b00;
}

body.pp_old_theme .custom-checkbox .custom-control-input {
    z-index: 0;
    opacity: 1;
    /*position: inherit;*/
    width: auto;
    height: auto;
    left: auto;
    margin-top: 3px;
    margin-left: -21px;
    margin-right: 3px;
    margin-bottom: -1px;
}

body.pp_old_theme .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: #333;
}

body.pp_old_theme .form-control.select {
    width: auto;
    height: auto;
    padding: 0;
    color: #1e252b;
    border-radius: 0;
    background-color: #ffffff;
    height: 1.9em;
    line-height: 1.7em;
    width: 356px;
    font-size: 9.92px;
    color: #000;
    border: 1px solid #000;
}

body.pp_old_theme .select-label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10.912px !important;
}

body.pp_old_theme .content-form.hide-label .select-label {
    visibility: visible;
    opacity: 1 !important;
    float: left;
    width: 208px;
}

body.pp_old_theme input[type="email"].form-control,
body.pp_old_theme input[type="number"].form-control,
body.pp_old_theme input[type="password"].form-control,
body.pp_old_theme input[type="search"].form-control,
body.pp_old_theme input[type="tel"].form-control,
body.pp_old_theme input[type="text"].form-control,
body.pp_old_theme input[type="url"].form-control {
    height: 18px !important;
    border-radius: 0 !important;
    background: none !important;
    width: 356px !important;
    max-width: 356px !important;
    font-size: 9.92px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 1px 2px 1px 5px !important;
}

body.pp_old_theme input[type="email"].is-invalid,
body.pp_old_theme input[type="number"].is-invalid,
body.pp_old_theme input[type="password"].is-invalid,
body.pp_old_theme input[type="search"].is-invalid,
body.pp_old_theme input[type="tel"].is-invalid,
body.pp_old_theme input[type="text"].is-invalid,
body.pp_old_theme input[type="url"].is-invalid {
    color: #cb2121 !important;
    border-color: #cb2121 !important;
}

body.pp_old_theme input[type="email"]:disabled,
body.pp_old_theme input[type="number"]:disabled,
body.pp_old_theme input[type="password"]:disabled,
body.pp_old_theme input[type="search"]:disabled,
body.pp_old_theme input[type="tel"]:disabled,
body.pp_old_theme input[type="text"]:disabled,
body.pp_old_theme input[type="url"]:disabled {
    background: #e7edf2 !important;
}

body.pp_old_theme input[aria-label="Anschrift"] {
    margin-left: 208px;
}

body.pp_old_theme input[type="email"]::-webkit-input-placeholder,
body.pp_old_theme input[type="number"]::-webkit-input-placeholder,
body.pp_old_theme input[type="password"]::-webkit-input-placeholder,
body.pp_old_theme input[type="search"]::-webkit-input-placeholder,
body.pp_old_theme input[type="tel"]::-webkit-input-placeholder,
body.pp_old_theme input[type="text"]::-webkit-input-placeholder,
body.pp_old_theme input[type="url"]::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme input[type="email"]:-moz-placeholder,
body.pp_old_theme input[type="number"]:-moz-placeholder,
body.pp_old_theme input[type="password"]:-moz-placeholder,
body.pp_old_theme input[type="search"]:-moz-placeholder,
body.pp_old_theme input[type="tel"]:-moz-placeholder,
body.pp_old_theme input[type="text"]:-moz-placeholder,
body.pp_old_theme input[type="url"]:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme input[type="email"]::-moz-placeholder,
body.pp_old_theme input[type="number"]::-moz-placeholder,
body.pp_old_theme input[type="password"]::-moz-placeholder,
body.pp_old_theme input[type="search"]::-moz-placeholder,
body.pp_old_theme input[type="tel"]::-moz-placeholder,
body.pp_old_theme input[type="text"]::-moz-placeholder,
body.pp_old_theme input[type="url"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme input[type="email"]:-ms-input-placeholder,
body.pp_old_theme input[type="number"]:-ms-input-placeholder,
body.pp_old_theme input[type="password"]:-ms-input-placeholder,
body.pp_old_theme input[type="search"]:-ms-input-placeholder,
body.pp_old_theme input[type="tel"]:-ms-input-placeholder,
body.pp_old_theme input[type="text"]:-ms-input-placeholder,
body.pp_old_theme input[type="url"]:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme input[type="email"]::-ms-input-placeholder,
body.pp_old_theme input[type="number"]::-ms-input-placeholder,
body.pp_old_theme input[type="password"]::-ms-input-placeholder,
body.pp_old_theme input[type="search"]::-ms-input-placeholder,
body.pp_old_theme input[type="tel"]::-ms-input-placeholder,
body.pp_old_theme input[type="text"]::-ms-input-placeholder,
body.pp_old_theme input[type="url"]::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme input[type="email"]::placeholder,
body.pp_old_theme input[type="number"]::placeholder,
body.pp_old_theme input[type="password"]::placeholder,
body.pp_old_theme input[type="search"]::placeholder,
body.pp_old_theme input[type="tel"]::placeholder,
body.pp_old_theme input[type="text"]::placeholder,
body.pp_old_theme input[type="url"]::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control {
    border-radius: 0 !important;
    background: none !important;
    width: 356px !important;
    max-width: 356px !important;
    font-size: 9.92px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 1px 2px 1px 5px !important;
    min-height: 68px;
}

body.pp_old_theme textarea.form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme textarea.form-control::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

body.pp_old_theme .content-form.hide-label .input-label,
body.pp_old_theme .content-form.hide-label .textarea-label {
    visibility: visible;
    opacity: 1 !important;
    float: left;
    width: 208px;
    margin: 0;
    padding: 0;
    font-size: 10.912px;
}

body.pp_old_theme .input-group {
    /* input prepend / append */
    /* date */
}

body.pp_old_theme .input-group .input-group-prepend .input-group-text {
    background-color: #fff;
    color: #000;
    line-height: 1.2;
    height: 18px;
    border: 0 !important;
    width: 209px;
    margin: 0;
    padding: 0;
    font-size: 10.912px;
}

body.pp_old_theme .input-group .input-group-append .input-group-text {
    background-color: #fff;
    color: #000;
    line-height: 1.2;
    height: 18px;
    border: 0 !important;
    margin: 0;
    padding: 0;
    font-size: 10.912px;
    margin-left: 10px;
}

body.pp_old_theme .input-group.date input {
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    height: 18px !important;
    width: 356px !important;
    min-width: 356px !important;
    flex-grow: 0;
    font-size: 9.92px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 1px 2px 1px 5px !important;
}

body.pp_old_theme .input-group.date input::-webkit-input-placeholder {
    color: #8f9295 !important;
    opacity: 1 !important;
}

body.pp_old_theme .input-group.date input:-moz-placeholder {
    color: #8f9295 !important;
    opacity: 1 !important;
}

body.pp_old_theme .input-group.date input::-moz-placeholder {
    color: #8f9295 !important;
    opacity: 1 !important;
}

body.pp_old_theme .input-group.date input:-ms-input-placeholder {
    color: #8f9295 !important;
    opacity: 1 !important;
}

body.pp_old_theme .input-group.date input::placeholder {
    color: #8f9295 !important;
    opacity: 1 !important;
}

body.pp_old_theme .input-group.date .input-group-addon {
    width: 13px !important;
    height: 13px !important;
    background: none !important;
    font-size: 13px !important;
    position: relative;
    margin-left: 5px;
    color: #9a9da0;
}

body.pp_old_theme .input-group.date .input-group-addon:hover {
    color: #9a9da0;
    cursor: pointer;
}

body.pp_old_theme .input-group.date .input-group-addon span {
    position: absolute;
    background: none !important;
    left: 0;
    top: 0;
}

body.pp_old_theme .form-check .custom-control-label {
    padding-right: 0;
    padding-top: 2px;
}

body.pp_old_theme .form-check.custom-control {
    min-height: auto;
}

body.pp_old_theme .form-check.custom-checkbox {
    margin-bottom: 0;
}

body.pp_old_theme .form-check.custom-radio {
    margin-top: 0.1875rem;
    margin-bottom: 0;
    clear: both;
}

body.pp_old_theme .form-check.input-info {
    min-height: 25px;
}

body.pp_old_theme .col-info.h4-info {
    min-height: 25px;
    min-width: 610px;
    flex-grow: 0;
    margin-top: 5px !important;
    margin-bottom: -5px !important;
}

body.pp_old_theme .col-info.h4-info .btn-tooltip {
    right: 3px !important;
    top: 10px !important;
}

body.pp_old_theme .col-info.h4-info h4 {
    padding-bottom: 0 !important;
}

body.pp_old_theme .col-info .btn-tooltip {
    right: 30px !important;
}

body.pp_old_theme form {
    /* validation */
    /* card only form group styles */
}

body.pp_old_theme form .error_msg {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

body.pp_old_theme form .error_msg .error_kw p {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

body.pp_old_theme form .error_msg .component-warning {
    background: #fff;
    color: #cb2121;
}

body.pp_old_theme form .component-warning {
    background: #fff;
}

body.pp_old_theme form .component-html-feedback .form-text,
body.pp_old_theme form .form-group.row.has-error .form-text {
    border-radius: 0;
    background: #fff;
    color: #cb2121;
    padding: 0;
    margin-top: -3px;
    margin-bottom: 10px !important;
    margin-right: 10px;
    list-style-type: none;
    width: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
}

body.pp_old_theme form .component-html-feedback .form-text li,
body.pp_old_theme form .form-group.row.has-error .form-text li {
    position: relative;
    overflow: auto;
    padding-bottom: 0;
    padding-left: 15px;
    text-indent: 0;
}

body.pp_old_theme form .component-html-feedback .form-text li:last-child,
body.pp_old_theme form .form-group.row.has-error .form-text li:last-child {
    padding-bottom: 0;
}

body.pp_old_theme form .component-html-feedback .form-text li::before,
body.pp_old_theme form .form-group.row.has-error .form-text li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: 2px;
    top: 5px;
    color: #cb2121;
    width: 3px;
    display: inline-block;
}

body.pp_old_theme form .component-html-feedback .form-text li p,
body.pp_old_theme form .form-group.row.has-error .form-text li p {
    padding: 0;
}

body.pp_old_theme form .component-html-feedback .label,
body.pp_old_theme form .component-html-feedback label,
body.pp_old_theme form .component-html-feedback input,
body.pp_old_theme form .component-html-feedback .select2-selection__rendered,
body.pp_old_theme form .form-group.row.has-error .label,
body.pp_old_theme form .form-group.row.has-error label,
body.pp_old_theme form .form-group.row.has-error input,
body.pp_old_theme form .form-group.row.has-error .select2-selection__rendered {
    color: #cb2121 !important;
}

body.pp_old_theme form .component-html-feedback input[type="text"],
body.pp_old_theme form .component-html-feedback input[type="checkbox"],
body.pp_old_theme form .component-html-feedback input[type="radio"],
body.pp_old_theme form .component-html-feedback .select2-selection--single,
body.pp_old_theme form .component-html-feedback select,
body.pp_old_theme form .form-group.row.has-error input[type="text"],
body.pp_old_theme form .form-group.row.has-error input[type="checkbox"],
body.pp_old_theme form .form-group.row.has-error input[type="radio"],
body.pp_old_theme form .form-group.row.has-error .select2-selection--single,
body.pp_old_theme form .form-group.row.has-error select {
    border-color: #cb2121 !important;
    color: #cb2121 !important;
}

body.pp_old_theme form .component-html-feedback .select2-selection__arrow,
body.pp_old_theme form .form-group.row.has-error .select2-selection__arrow {
    background-color: #cb2121 !important;
}

body.pp_old_theme form .card .form-group.row {
    margin-bottom: 3px;
    /* tinymce */
}

body.pp_old_theme form .card .form-group.row.dense {
    margin-bottom: -6px;
    /* tinymce */
}

body.pp_old_theme form .card .form-group.row.tel .label, body.pp_old_theme form .card .form-group.row.fax .label {
    font-weight: bold;
}

body.pp_old_theme form .card .form-group.row.fax {
    margin-bottom: 0.9375rem;
}

body.pp_old_theme form .card .form-group.row .col-lg-6 {
    max-width: 52%;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

body.pp_old_theme form .card .form-group.row .col-lg-6 .custom-radio {
    margin-bottom: 5px;
}

body.pp_old_theme form .card .form-group.row .col-lg-6 .custom-radio .custom-control-label {
    max-width: 22em;
}

body.pp_old_theme form .card .form-group.row .col-lg-6 .custom-radio .custom-control-input {
    margin-right: 0;
}

body.pp_old_theme form .card .form-group.row .col-lg-6 .btn-tooltip {
    right: 2px !important;
    top: 1px !important;
}

body.pp_old_theme form .card .form-group.row .col-sm-3,
body.pp_old_theme form .card .form-group.row .col-sm-4,
body.pp_old_theme form .card .form-group.row .col-sm-9 {
    max-width: 100%;
    flex: none;
    padding-bottom: 5px;
}

body.pp_old_theme form .card .form-group.row .col-sm-9 {
    padding-bottom: 0;
    margin-bottom-bottom: 5px;
}

body.pp_old_theme form .card .form-group.row .col .custom-control-label.form-check-label {
    /* max-width: 362px; */
}

body.pp_old_theme form .card .form-group.row .col .input-info .custom-control-label.form-check-label {
    padding-right: 2.1875rem;
}

body.pp_old_theme form .card .form-group.row .label {
    padding-bottom: 0 !important;
    line-height: 1.2em !important;
    margin: 0.55em 0 0.75em 0 !important;
}

body.pp_old_theme form .card .form-group.row.label-container {
    float: left;
    width: 218px;
}

body.pp_old_theme form .card .form-group.row.label-container .col-info p.label {
    padding-right: 40px !important;
    margin-top: 0 !important;
}

body.pp_old_theme form .card .form-group.row.label-container .col-info .btn-tooltip {
    right: 22px !important;
    top: -1px !important;
}

body.pp_old_theme form .card .form-group.row.tinymce .col-info {
    padding-right: 64px;
}

body.pp_old_theme form .card .form-group.row.tinymce label.textarea-label {
    visibility: visible;
    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
}

body.pp_old_theme form .card .form-group.row.tinymce .btn-tooltip {
    top: 22px !important;
}

body.pp_old_theme form .card .form-group.row.tinymce .tox-tinymce {
    border-color: #000;
}

body.pp_old_theme form .card .form-group.row.tinymce .tox-tinymce .tox-statusbar__branding {
    display: none;
}

body.pp_old_theme {
    /*
    -----------------------------------------------------------------
    header

    Source file: main.css (row 444 - 421)

    CHANGES:
    .pp before #header removed
    ../images/ replaced with ../old/images/
    -----------------------------------------------------------------
    */
    /* language switcher */
    /* plattform and ebanz-logos */
    /* horizontal sub menu */
    /* vertical sub menu */
    /* bullet */
    /*
    -----------------------------------------------------------------
    color-scheme Publikations-Plattform

    Source file: main.css (row 618 - 649)

    CHANGES:
    .pp replaced with #header
    ../images/ replaced with ../old/images/
    -----------------------------------------------------------------
    */
    /* #033e5c */
    /* #074869 */
    /*
    -----------------------------------------------------------------
    Adjustment for Google Chrome

    Source file: browser_chrome.css (row 1 - 6)

    CHANGES:
    -----------------------------------------------------------------
    */
    /* fix positionig of top meta nav */
}

body.pp_old_theme #header {
    background-position: -23px 0;
    /* Wieso hat KB links einen Rand von 23px mehr als im Styleguide definiert? */
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    /* ? */
    font-size: 10.912px;
    line-height: 1.5;
    margin: 0;
    position: relative;
}

body.pp_old_theme #header ul,
body.pp_old_theme #sub_menu ul,
body.pp_old_theme #breadcrumb ul,
body.pp_old_theme #footer ul {
    list-style-type: none;
    margin: 0;
}

body.pp_old_theme #header ul.login_nav,
body.pp_old_theme #header ul.main_menu,
body.pp_old_theme #sub_menu ul,
body.pp_old_theme #breadcrumb ul,
body.pp_old_theme #footer ul {
    padding: 0;
}

body.pp_old_theme #header li,
body.pp_old_theme #sub_menu li,
body.pp_old_theme #breadcrumb li,
body.pp_old_theme #footer li {
    display: inline;
    padding: 0;
}

body.pp_old_theme #header .login_nav li a,
body.pp_old_theme #header .main_menu li a {
    display: block;
    float: left;
}

body.pp_old_theme #header a {
    text-decoration: none;
}

body.pp_old_theme #header a:hover {
    text-decoration: none !important;
}

body.pp_old_theme .meta_nav,
body.pp_old_theme .plattform_nav {
    float: right;
}

body.pp_old_theme .plattform_nav {
    height: 18px;
    padding: 0 0 0 29px;
    background-position: left;
    background-repeat: no-repeat;
}

body.pp_old_theme #header .plattform_nav li {
    float: left;
    height: 18px;
    line-height: 12px;
}

body.pp_old_theme #header .plattform_nav li.first {
    padding-right: 27px;
    background-position: right;
    background-repeat: no-repeat;
}

body.pp_old_theme #header .plattform_nav li.last {
    padding-right: 29px;
    background-position: right;
    background-repeat: no-repeat;
}

body.pp_old_theme #header ul.meta_nav {
    padding-right: 0px;
}

body.pp_old_theme #header .meta_nav li {
    float: left;
}

body.pp_old_theme #header li#flags {
    float: left;
}

body.pp_old_theme #header li#flags ul {
    float: right;
    margin: 1px 0 0 7px;
    padding: 0;
    width: 104px;
}

body.pp_old_theme #header li#flags ul {
    width: 44px;
}

body.pp_old_theme #header li#flags ul li {
    float: left;
    margin: 0;
    padding: 0;
}

body.pp_old_theme #header li#flags ul li a {
    margin: 0 3px;
}

body.pp_old_theme #header li#flags ul li.first a {
    margin-left: 0;
}

body.pp_old_theme #header li#flags ul li.last a {
    margin-right: 0;
}

body.pp_old_theme #header li#flags ul li a {
    background-image: url("/order/old/images/language_flags.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 11px;
    text-indent: -9999px;
    width: 16px;
}

body.pp_old_theme #header li#flags ul li a span {
    position: absolute;
}

body.pp_old_theme #header li#flags ul li.active a.de {
    background-position: 0px 0px;
}

body.pp_old_theme #header li#flags ul li.active a.en {
    background-position: -19px 0px;
}

body.pp_old_theme #header li#flags ul li.active a.fr {
    background-position: -38px 0px;
}

body.pp_old_theme #header li#flags ul li.active a.it {
    background-position: -57px 0px;
}

body.pp_old_theme #header li#flags ul li.active a.es {
    background-position: -76px 0px;
}

body.pp_old_theme #header li#flags ul li.inactive a.de {
    background-position: 0px -14px;
}

body.pp_old_theme #header li#flags ul li.inactive a.en {
    background-position: -19px -14px;
}

body.pp_old_theme #header li#flags ul li.inactive a.fr {
    background-position: -38px -14px;
}

body.pp_old_theme #header li#flags ul li.inactive a.it {
    background-position: -57px -14px;
}

body.pp_old_theme #header li#flags ul li.inactive a.es {
    background-position: -76px -14px;
}

body.pp_old_theme #header .middle {
    padding: 0 18px;
    position: absolute;
    top: 19px;
    /* ureg 37 */
    /* width: 100%; */
    width: 1028px;
}

body.pp_old_theme #header .middle .plattform_logo {
    float: left;
    width: 500px;
}

body.pp_old_theme #header .middle .plattform_logo a img,
body.pp_old_theme #header .middle .banz_logo a img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
    height: 33px;
    width: 144px;
}

body.pp_old_theme #header .middle .banz_logo {
    float: right;
    position: relative;
    right: 37px;
    top: 25px;
    width: 142px;
}

body.pp_old_theme #header .middle .plattform_logo a,
body.pp_old_theme #header .middle .banz_logo a {
    display: block;
}

body.pp_old_theme #header .middle .plattform_logo a {
    width: 110px;
}

body.pp_old_theme #header .middle .plattform_logo {
    padding: 3px 0 0 9px;
}

body.pp_old_theme #header .middle .plattform_logo a img {
    background-image: url(/order/old/images/pp/logo.gif);
    height: 60px;
    width: 125px;
}

body.pp_old_theme #header .middle .banz_logo a img {
    background-image: url(/order/old/images/pp/banz_logo.png);
}

body.pp_old_theme #header .login_area {
    float: right;
    /* margin-right: 18px; */
    width: 26em;
}

body.pp_old_theme .login_area .login_details {
    float: right;
}

body.pp_old_theme .login_area .login_details .login_details_inner {
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 229px;
}

body.pp_old_theme .login_details p {
    color: #fff;
    margin: 0;
    padding: 12px;
    font-size: 10.912px;
    line-height: 1.15;
}

body.pp_old_theme .login_details p.label {
    margin-bottom: 3px;
    padding-bottom: 0;
}

body.pp_old_theme .login_details p.value {
    font-weight: bold;
    padding-top: 0;
}

body.pp_old_theme .login_details .login_details_inner p.label {
    background-psoition: 0 0;
    /* this isn't right, but can i delete this? */
    background-repeat: no-repeat;
}

body.pp_old_theme .login_details .login_details_inner p.value {
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

body.pp_old_theme #header .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

body.pp_old_theme #header .bottom_inner {
    padding: 0 18px;
}

body.pp_old_theme #header .login_nav {
    /*  clear: right; */
    height: 18px;
    margin-top: 10px;
    width: 227px;
}

body.pp_old_theme #header .login_nav li.last {
    margin: 0;
}

body.pp_old_theme .main_menu {
    bottom: 0;
    float: left;
    height: 24px;
    position: absolute;
    width: 55em;
}

body.pp_old_theme .main_menu li,
body.pp_old_theme .login_nav li {
    float: left;
    margin-right: 1px;
}

body.pp_old_theme .pp .main_menu li.service {
    margin-right: 0;
}

body.pp_old_theme #header ul.meta_nav {
    background-color: #fff;
    margin: 0;
    padding: 2px 18px 2px 10px;
}

body.pp_old_theme #header .meta_nav .bullet {
    font-size: 0.8em;
    position: relative;
}

body.pp_old_theme #header .meta_nav .first .bullet {
    display: none;
}

body.pp_old_theme .plattform_nav a,
body.pp_old_theme .plattform_nav span,
body.pp_old_theme .login_nav a,
body.pp_old_theme .main_menu a {
    color: #fff;
    font-weight: bold;
}

body.pp_old_theme .plattform_nav a,
body.pp_old_theme .plattform_nav span {
    height: 14px;
    padding: 2px 4ex;
    position: relative;
    top: 2px;
}

body.pp_old_theme .login_nav a {
    font-size: 11px;
    height: 18px;
    text-indent: -9999px;
    text-transform: uppercase;
}

body.pp_old_theme .login_nav a:focus {
    outline: none;
}

body.pp_old_theme .login_nav li a {
    background-position: 0 -38px;
    background-repeat: no-repeat;
}

body.pp_old_theme .login_nav li a:hover,
body.pp_old_theme .login_nav li.active a:hover {
    background-position: 0 -19px;
}

body.pp_old_theme .login_nav li.active a {
    background-position: 0 0;
}

body.pp_old_theme .login_nav li a.login,
body.pp_old_theme .login_nav li a.logout {
    width: 109px;
}

body.pp_old_theme .login_nav li a.register,
body.pp_old_theme .login_nav li a.mydata {
    width: 117px;
}

body.pp_old_theme ul.main_menu {
    background-position: 0 0;
    background-repeat: repeat-x;
}

body.pp_old_theme .main_menu a {
    font-size: 11px;
    height: 24px;
    text-indent: -9999px;
    text-transform: uppercase;
}

body.pp_old_theme .main_menu a span.text {
    position: absolute;
}

body.pp_old_theme .main_menu a span.text_ext {
    display: block;
    position: relative;
    margin: 4px 0pt 0pt 130px;
    color: #fff;
    text-indent: 0pt;
}

body.pp_old_theme .main_menu a:focus {
    outline: none;
}

body.pp_old_theme .main_menu li a {
    background-position: 0 -50px;
    background-repeat: no-repeat;
}

body.pp_old_theme .main_menu li a:hover,
body.pp_old_theme .main_menu li.active a:hover {
    background-position: 0 -25px;
}

body.pp_old_theme .main_menu li.active a {
    background-position: 0 0;
}

body.pp_old_theme .main_menu li a.startpage {
    width: 94px;
}

body.pp_old_theme .main_menu li a.search {
    width: 69px;
}

body.pp_old_theme .main_menu li a.knowledgeable {
    width: 121px;
}

body.pp_old_theme .main_menu li a.info_service {
    width: 94px;
}

body.pp_old_theme .main_menu li a.publish {
    width: 171px;
}

body.pp_old_theme .main_menu li.service {
    margin-right: 0;
}

body.pp_old_theme .main_menu li a.service {
    width: 196px;
}

body.pp_old_theme .main_menu li a.doccart {
    width: 160px;
}

body.pp_old_theme #header .meta_nav a.active,
body.pp_old_theme #footer .meta_nav a.active {
    text-decoration: underline;
}

body.pp_old_theme #sub_menu {
    background: transparent url(/order/old/images/submenu_rest.png) repeat-x 0 0;
    font-size: 1.1em;
    margin: 0 0 0 16px;
    padding: 0px 18px 0px 0px;
}

body.pp_old_theme #sub_menu ul {
    background: transparent url(/order/old/images/submenu_left.png) no-repeat 0 0;
    padding: 7px 0 8px 4px;
}

body.pp_old_theme #sub_menu li {
    border-left: 1px solid #d6d6d6;
    margin: 0;
    padding: 0 5px 1px 9px;
}

body.pp_old_theme #sub_menu li.first {
    border-left: none;
}

body.pp_old_theme #sub_menu a {
    text-decoration: none;
    padding-bottom: 2px;
}

body.pp_old_theme #sub_menu a:hover,
body.pp_old_theme #sub_menu .active a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

body.pp_old_theme #td_sub_menu_v a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

body.pp_old_theme #td_sub_menu_v ul {
    list-style-type: none;
    margin: 18px 0 0 0;
    padding: 0;
}

body.pp_old_theme #td_sub_menu_v ul li {
    background: transparent url(/order/old/images/sub_1_bullet_inactive.gif) no-repeat 0 2px;
    margin: 5px 0;
    padding: 0 0 0 18px;
}

body.pp_old_theme #td_sub_menu_v ul li.active {
    background-image: url(/order/old/images/sub_1_bullet_active.gif);
}

body.pp_old_theme #td_sub_menu_v ul li a {
    height: 18px;
}

body.pp_old_theme #td_sub_menu_v ul li ul {
    display: none;
    margin: 0;
}

body.pp_old_theme #td_sub_menu_v ul li.active ul {
    display: block;
}

body.pp_old_theme #td_sub_menu_v ul li ul li {
    background: transparent url(/order/old/images/sub_2_bullet_inactive.gif) no-repeat 0 6px;
    margin: 0;
    padding: 3px 9px 3px 12px;
}

body.pp_old_theme #td_sub_menu_v ul li ul li.active {
    background-color: #fff;
    background-image: url(/order/old/images/sub_2_bullet_active.gif);
}

body.pp_old_theme #td_sub_menu_v ul li ul li a {
    font-weight: normal;
}

body.pp_old_theme #td_sub_menu_v ul li.first {
    margin-top: 0;
}

body.pp_old_theme #td_sub_menu_v ul li.last {
    margin-bottom: 0;
}

body.pp_old_theme #td_sub_menu_v ul li ul li.first {
    margin-top: 15px;
}

body.pp_old_theme #td_sub_menu_v ul li ul li.last {
    margin-bottom: 18px;
}

body.pp_old_theme #header .meta_nav .bullet,
body.pp_old_theme #breadcrumb .bullet,
body.pp_old_theme #footer .bullet {
    padding: 0 6px 0 3px;
}

body.pp_old_theme #header .meta_nav .bullet,
body.pp_old_theme #footer .bullet {
    top: -1px;
}

body.pp_old_theme #header {
    background-image: url(/order/old/images/pp/header_bg.gif);
}

body.pp_old_theme #header .plattform_nav {
    background-color: #08557c;
    background-image: url(/order/old/images/pp/plattform_nav_bg1.gif);
}

body.pp_old_theme #header .plattform_nav li.first {
    background-color: #175f94;
    /* #3a7797 */
    background-image: url(/order/old/images/pp/plattform_nav_bg2.gif);
}

body.pp_old_theme #header .plattform_nav li.last {
    background-color: #064068;
    /* #044667 */
    background-image: url(/order/old/images/pp/plattform_nav_bg3.gif);
}

body.pp_old_theme #header ul.main_menu {
    background-image: url(/order/old/images/pp/main_menu/bg.gif);
    width: 585px;
}

body.pp_old_theme #header .login_area .login_details .login_details_inner {
    background-image: url(/order/old/images/pp/login_data/bg.gif);
}

body.pp_old_theme #header .login_area .login_details .login_details_inner p.label {
    background-image: url(/order/old/images/pp/login_data/top.gif);
}

body.pp_old_theme #header .login_area .login_details .login_details_inner p.value {
    background-image: url(/order/old/images/pp/login_data/bottom.gif);
}

body.pp_old_theme #header .login_details_inner,
body.pp_old_theme #header .login_nav li,
body.pp_old_theme #header .main_menu li {
    background-color: #074869;
}

body.pp_old_theme #header .login_nav li.active,
body.pp_old_theme #header .main_menu li.active {
    background-color: #e5e5e5;
}

body.pp_old_theme #header .login_nav li:hover,
body.pp_old_theme #header .main_menu li:hover {
    background-color: #b8c4ca;
}

body.pp_old_theme #header .login_nav a,
body.pp_old_theme #header .main_menu a,
body.pp_old_theme #header #sub_menu a,
body.pp_old_theme #header .meta_nav a,
body.pp_old_theme #header .meta_nav .bullet {
    color: #043e67;
}

body.pp_old_theme #header #sub_menu .active a,
body.pp_old_theme #header #sub_menu a:hover {
    border-bottom-color: #9abbc3;
}

body.pp_old_theme #header ul.meta_nav {
    padding: 1px 0 1px 10px;
}

/*
-----------------------------------------------------------------
OLD language specific customizes (german)

Source file: de.css (row 44 - 51)

CHANGES:
.pp replaced with #header
/order/images/ replaced with ../old/images/
-----------------------------------------------------------------
*/
html:lang(de) #header .main_menu li a.startpage {
    background-image: url(/order/old/images/pp/de/main_menu/startpage.gif);
}

html:lang(de) #header .main_menu li a.publish {
    background-image: url(/order/old/images/pp/de/main_menu/publish.gif);
}

html:lang(de) #header .main_menu li a.knowledgeable {
    background-image: url(/order/old/images/pp/de/main_menu/knowledgeable.gif);
}

html:lang(de) #header .main_menu li a.service {
    background-image: url(/order/old/images/pp/de/main_menu/service.gif);
}

html:lang(de) #header .login_nav li a.login {
    background-image: url(/order/old/images/pp/de/main_menu/login.gif);
}

html:lang(de) #header .login_nav li a.logout {
    background-image: url(/order/old/images/pp/de/main_menu/logout.gif);
}

html:lang(de) #header .login_nav li a.register {
    background-image: url(/order/old/images/pp/de/main_menu/register.gif);
}

html:lang(de) #header .login_nav li a.mydata {
    background-image: url(/order/old/images/pp/de/main_menu/mydata.gif);
}

html:lang(en) #header .main_menu {
    width: 554px !important;
}

html:lang(en) #header .main_menu li a.startpage {
    background-image: url(/order/old/images/pp/en/main_menu/startpage.gif);
    width: 88px;
}

html:lang(en) #header .main_menu li a.publish {
    background-image: url(/order/old/images/pp/en/main_menu/publish.gif);
    width: 149px;
}

html:lang(en) #header .main_menu li a.knowledgeable {
    background-image: url(/order/old/images/pp/en/main_menu/knowledgeable.gif);
    width: 146px;
}

html:lang(en) #header .main_menu li a.service {
    background-image: url(/order/old/images/pp/en/main_menu/service.gif);
    width: 168px;
}

html:lang(en) #header .login_nav li a.login {
    background-image: url(/order/old/images/pp/en/main_menu/login.gif);
    width: 109px;
}

html:lang(en) #header .login_nav li a.logout {
    background-image: url(/order/old/images/pp/en/main_menu/logout.gif);
    width: 109px;
}

html:lang(en) #header .login_nav li a.register {
    background-image: url(/order/old/images/pp/en/main_menu/register.gif);
    width: 117px;
}

html:lang(en) #header .login_nav li a.mydata {
    background-image: url(/order/old/images/pp/en/main_menu/mydata.gif);
    width: 117px;
}

body.pp_old_theme {
    /*
    -----------------------------------------------------------------
    OLD common

    Source file: main.css (row 1 - 42)

    CHANGES:
    .pp before #header removed
    ../images/ replaced with ../old/images/
    -----------------------------------------------------------------
    */
    /* common */
    margin: 0px;
    font-size: 10.912px;
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    /*
     -----------------------------------------------------------------
     GLOBAL
     -----------------------------------------------------------------
     */
    background: #fff;
    /* HEADER */
    /* CONTENT */
    /* FOOTER */
}

body.pp_old_theme table,
body.pp_old_theme input,
body.pp_old_theme select,
body.pp_old_theme textarea,
body.pp_old_theme .content p {
    /* set font and font size */
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
    line-height: 1.2;
    font-weight: normal;
}

body.pp_old_theme img {
    border: none;
}

body.pp_old_theme header {
    /* hide NEW header */
    /* show OLD header */
}

body.pp_old_theme header #skip-to-content,
body.pp_old_theme header .cockpit,
body.pp_old_theme header .logo_block,
body.pp_old_theme header .menu_block,
body.pp_old_theme header .user_block,
body.pp_old_theme header .menu__shadow {
    display: none;
}

body.pp_old_theme header #header {
    width: 992px !important;
    height: 174px !important;
    display: block;
    margin-top: 6px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

body.pp_old_theme .content {
    width: 992px;
    /* breadcrumb */
    /* left */
    /* right */
    /* no margin */
}

body.pp_old_theme .content .breadcrumb {
    font-size: 1.1em;
    margin: 22px 23px 16px 27px;
    top: 10px;
}

body.pp_old_theme .content section.indent_top_small.indent_bottom_small {
    padding-top: 29px !important;
    padding-bottom: 40px !important;
}

body.pp_old_theme .content .col-sm-12.col-md-8.col-lg-9 {
    margin: 0 10px;
    padding: 0;
    flex: 0 0 719px !important;
    max-width: 719px !important;
}

body.pp_old_theme .content .col-sm-12.col-md-8.col-lg-9 .content-container {
    margin: 0;
    padding: 0 10px 0 26px;
}

body.pp_old_theme .content .col-sm-12.col-md-4.col-lg-3 {
    margin: 0 -4px;
    padding: 0;
    flex: 0 0 229px !important;
    max-width: 229px !important;
}

body.pp_old_theme .content .col-12 {
    padding-top: 0;
    padding-right: 6px;
}

body.pp_old_theme .content .col-12 .content-container {
    padding: 0 0 0 26px;
}

body.pp_old_theme footer {
    background: none;
    margin: 0;
    padding: 0;
    height: 48px;
    overflow: hidden;
    width: 992px !important;
    /* hide NEW footer */
    /* show OLD header */
}

body.pp_old_theme footer .container {
    display: none;
}

body.pp_old_theme footer #footer {
    display: block;
    width: 992px !important;
    height: 48px;
    overflow: hidden;
}

body.pp_old_theme .modal-backdrop.show {
    opacity: 1;
    background: rgba(255, 255, 255, 0.7);
}

body.pp_old_theme .modal {
    z-index: 999999;
}

body.pp_old_theme .modal-content {
    border: 1px solid #107a22;
    border-top: 15px solid #107a22;
    border-bottom: 15px solid #107a22;
}

body.pp_old_theme .modal-header {
    border-bottom: 1px solid #107a22;
}

body.pp_old_theme .modal-header .modal-title {
    color: #107a22;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 17.856px;
    line-height: 1.3;
    padding-top: 1px;
}

body.pp_old_theme.modal-open .content .modal-dialog .modal-body ul li {
    padding: 0.5em 0;
}

body.pp_old_theme {
    /* progress */
}

body.pp_old_theme .progress {
    height: 30px;
    min-height: auto;
    margin-bottom: 10px;
    margin-top: 24px;
    background-color: #fff;
    border-left: 1px solid #d0dde6;
    border-bottom: 1px solid #d0dde6;
    border-radius: 0;
}

body.pp_old_theme .progress .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    width: auto !important;
    line-height: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 9.912px;
    color: #0a416a;
    padding: 0 3ex 0 1.5ex !important;
    background: url(/order/old/images/pp/tab.gif) no-repeat top right;
    height: 30px;
    border: 0;
}

body.pp_old_theme .progress .progress-bar.bg-current {
    background: url(/order/old/images/pp/tab_active.gif) no-repeat top right;
    color: #fff;
    flex-grow: 0 !important;
}

body.pp_old_theme .progress .progress-bar.bg-sucess {
    background: url(/order/old/images/pp/tab.gif) no-repeat top right;
    color: #0a416a;
    flex-grow: 0 !important;
}

body.pp_old_theme .progress .progress-bar.bg-sucess.bg-pre-current {
    background: url(/order/old/images/pp/tab_preactive.gif) no-repeat top right;
}

body.pp_old_theme .progress .progress-bar span.text {
    display: block !important;
    font-size: 9.912px !important;
}

body.pp_old_theme .progress .progress-bar span.nr {
    display: none;
}

body.pp_old_theme .progress .progress-bar:last-child {
    border: 0;
    background: url(/order/old/images/pp/tab_last.gif) no-repeat top right;
}

body.pp_old_theme .progress .progress-bar:last-child.bg-current {
    background: url(/order/old/images/pp/tab_active_last.gif) no-repeat top right;
}

body.pp_old_theme .progress .progress-bar:last-child.bg-sucess {
    background: url(/order/old/images/pp/tab_last.gif) no-repeat top right;
}

body.pp_old_theme .block.margin_bottom_large {
    background-color: #fff;
    border: 1px solid #dadada;
    /* #ededed */
    margin-bottom: 18px !important;
    padding-bottom: 15px;
    text-align: left;
}

body.pp_old_theme .block-headline {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 20px 6px 20px;
    font-size: 18px;
    border-radius: 0;
    font-size: 100%;
    padding: 0;
    min-height: auto;
    background-color: #e7edf2;
}

body.pp_old_theme .block-headline h3 {
    font-family: arial, sans-serif;
    font-size: 11.904px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 6px 12px;
    color: #0a416a;
}

body.pp_old_theme .block-headline span {
    display: none;
}

body.pp_old_theme .block-content {
    padding: 15px 12px 0 12px;
    font-size: 10.912px;
    color: #333;
}

body.pp_old_theme .block-content h3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0.5em 0;
}

body.pp_old_theme .block-content h4 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 1em 0;
}

body.pp_old_theme .block-content p {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10.912px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0.75em 0;
}

body.pp_old_theme .block-content p:last-child {
    padding-bottom: 0 !important;
}

body.pp_old_theme .block-content p.contact-info strong {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10.912px;
}

body.pp_old_theme .block-content p.contact-info span {
    font-size: 10.912px;
}

body.pp_old_theme .block-content a {
    color: #ff4b00;
    text-decoration: none;
}

body.pp_old_theme .block-content a:hover {
    text-decoration: underline;
}

body.pp_old_theme .block-content a.btn-icon,
body.pp_old_theme .static-page a.btn-icon {
    font-size: 1.0em;
    color: #ff4b00 !important;
    margin-top: -5px;
}

body.pp_old_theme .block-content a.btn-icon .icon-download-solid,
body.pp_old_theme .static-page a.btn-icon .icon-download-solid {
    background: no-repeat url(/order/old/images/doc_link_icon.gif) left 7px;
    margin-right: 2px;
}

body.pp_old_theme .block-content a.btn-icon .icon-download-solid:before,
body.pp_old_theme .static-page a.btn-icon .icon-download-solid:before {
    display: none;
}

body.pp_old_theme .block-content a.btn-icon i,
body.pp_old_theme .static-page a.btn-icon i {
    color: #ff4b00 !important;
}

body.pp_old_theme .block-content a.btn-icon span,
body.pp_old_theme .static-page a.btn-icon span {
    color: #ff4b00 !important;
    margin-left: -20px;
    font-size: 0.75rem;
    width: 7px;
}

body.pp_old_theme .block-content ul,
body.pp_old_theme .block-content ol {
    margin: 0 0 0 0px;
    padding: 0;
}

body.pp_old_theme .block-content ul li,
body.pp_old_theme .block-content ol li {
    font-size: 10.912px;
    line-height: 1.5em;
    margin: 0 0px 0 0px;
}

body.pp_old_theme .block-content hr {
    margin-right: -15px;
    margin-left: -15px;
}

body.pp_old_theme .block-content hr.divider25-25 {
    border: 0;
    border-top: 1px solid #dddedf;
    height: 1px;
    overflow: hidden;
    margin-bottom: 0.625rem;
    margin-top: 0.3125rem;
}

body.pp_old_theme .user-container {
    /*
    ------------------------------
    NEW WIZARD
    ------------------------------
    */
    padding-bottom: 50px;
    /* card */
    /* step buttons */
    /* error */
}

body.pp_old_theme .user-container .card {
    /* publication  preview */
    /* publication preview footer */
}

body.pp_old_theme .user-container .card .required {
    font-size: 10.912px;
    margin-top: -20px;
}

body.pp_old_theme .user-container .card .form-inline {
    padding-bottom: 0;
}

body.pp_old_theme .user-container .card > .card-body .card .alert:last-child {
    margin-bottom: 0.5em !important;
}

body.pp_old_theme .user-container .card > .card-body .card .card-header.info {
    height: 34px;
}

body.pp_old_theme .user-container .card > .card-body .card .card-header.info .float-right {
    width: 22px;
    height: 22px;
    top: 6px;
    right: 6px;
}

body.pp_old_theme .user-container .card > .card-body .card .card-header.info .float-right .btn-tooltip {
    top: 0 !important;
    right: 0 !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 20px !important;
    background: #fff url(/order/old/images/pp/icon_help.gif) -1px -1px no-repeat !important;
}

body.pp_old_theme .user-container .card.component-wizard > .card-body .card {
    margin-bottom: 45px;
    /* overview table */
}

body.pp_old_theme .user-container .card.component-wizard > .card-body .card .form-inline {
    margin-top: 1.5625rem;
    margin-bottom: -2.1875rem;
}

body.pp_old_theme .user-container .card.component-wizard > .card-body .card table th,
body.pp_old_theme .user-container .card.component-wizard > .card-body .card table td {
    font-family: verdana, arial, helvetica, sans-serif;
    background: none;
    color: #000;
    font-size: 10.912px;
    border-bottom: 0;
    padding: 5px 5px;
}

body.pp_old_theme .user-container .card.component-wizard > .card-body .card table td:first-child {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

body.pp_old_theme .user-container .card.component-wizard > .card-body .card table th {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

body.pp_old_theme .user-container .card.component-wizard > .card-body > .form-inline.row {
    position: absolute;
    right: 0;
    bottom: -40px;
}

body.pp_old_theme .user-container .card.component-wizard.overview .card {
    /*
             margin-bottom: 25px !important;

             .custom-file-container {
               margin-bottom: rem(10px);
             }
             */
    /*
             .card-header {

               padding: 1ex 1ex;
               margin-left: 0;
               margin-right: 0;
               margin-bottom: 1em;
               background: $color-pp-teaser-header-dark;
               border-radius: 0;
               min-height: auto;
               font-size: 10.912px;

               h3 {
                 font-size: 10.912px;
                 font-family: $FontText;
                 font-weight: bold;
                 line-height: 1.3em;
                 color: $color-white !important;
                 margin: 0;
                 padding: 0;
               }
             }
             */
}

body.pp_old_theme .user-container .card.component-wizard.overview .card .form-group.row .custom-checkbox {
    max-width: 570px;
}

body.pp_old_theme .user-container .card.component-wizard.overview .card .form-group.row .col .custom-control-label.form-check-label {
    max-width: 570px;
    width: auto;
}

body.pp_old_theme .user-container .card.component-wizard.overview .required {
    margin-top: 0;
}

body.pp_old_theme .user-container .card.component-wizard .qr-code {
    overflow: auto;
}

body.pp_old_theme .user-container .card.component-wizard .qr-code .qr-code-container {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

body.pp_old_theme .user-container .card.component-wizard .qr-code .qr-code-container img {
    margin-right: 2px;
}

body.pp_old_theme .user-container .card.component-wizard .qr-code .alert {
    clear: none;
    float: right;
    width: 185px;
    height: 200px;
    margin-top: 0;
}

body.pp_old_theme .user-container .card.component-wizard .qr-code p {
    clear: both;
}

body.pp_old_theme .user-container .card .inactive.info .btn-tooltip {
    right: 20px !important;
    top: 5px !important;
}

body.pp_old_theme .user-container .card .inactive.info .value {
    padding-right: 0 !important;
}

body.pp_old_theme .user-container .card .inactive .card-body .alert {
    margin-left: 0;
    margin-right: 0;
}

body.pp_old_theme .user-container .card .publication_container table {
    width: auto !important;
}

body.pp_old_theme .user-container .card .publication_container table#begin_pub {
    width: 873px !important;
}

body.pp_old_theme .user-container .card .publication_container table td:first-child {
    font-weight: inherit !important;
}

body.pp_old_theme .user-container .card .form-group.row.gray {
    background: #fff;
    padding-top: 10px;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -30px !important;
}

body.pp_old_theme .user-container .card .form-group.row.gray .custom-checkbox {
    width: 567px;
    max-width: 567px;
}

body.pp_old_theme .user-container .card .form-group.row.gray .custom-checkbox label {
    max-width: none;
    width: 100%;
}

body.pp_old_theme .user-container .form-inline {
    padding: 0 10px;
    flex-direction: row !important;
    justify-content: flex-end !important;
}

body.pp_old_theme .user-container .form-inline .col-right {
    width: auto !important;
    overflow: auto;
    margin-left: 12px;
}

body.pp_old_theme .user-container .form-inline .col-right.flex-fill {
    width: auto !important;
    flex: 0 0 auto !important;
}

body.pp_old_theme .user-container .form-inline .col-left {
    width: auto !important;
    overflow: auto;
}

body.pp_old_theme .user-container .form-inline .col-left.flex-fill {
    width: auto !important;
    flex: 0 0 auto !important;
}

body.pp_old_theme .user-container .has-error .error-header-panel {
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    background: #fff;
    color: #cb2121;
    font-family: verdana, arial, helvetica, sans-serif;
    position: relative;
}

body.pp_old_theme .user-container .has-error .error-header-panel div {
    position: relative;
    margin-bottom: 1.25rem;
}

body.pp_old_theme .user-container .has-error .error-header-panel div:last-child {
    margin-bottom: 0;
}

body.pp_old_theme .user-container .has-error .error-header-panel div::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.7rem;
    content: '\f12a';
    position: absolute;
    left: -15px;
    top: 2px;
    color: #fff;
}

body.pp_old_theme {
    /* table */
    /* icons */
}

body.pp_old_theme .table_container table {
    border: 0;
}

body.pp_old_theme .table_container table .text-start {
    text-align: left;
}

body.pp_old_theme .table_container table .text-center {
    text-align: center;
}

body.pp_old_theme .table_container table .text-end {
    text-align: right;
}

body.pp_old_theme .table_container table thead tr th {
    vertical-align: top;
    background: #dadada;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 0.375rem;
    line-height: normal;
    color: #000;
}

body.pp_old_theme .table_container table thead tr th.has-modal {
    position: relative;
    padding-right: 30px;
}

body.pp_old_theme .table_container table thead tr th.has-modal .btn-tooltip {
    top: 6px !important;
    right: 6px !important;
}

body.pp_old_theme .table_container table thead tr th acronym:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.75rem;
    content: '\f05a';
    padding-left: 5px;
}

body.pp_old_theme .table_container table thead tr th acronym:hover {
    cursor: help;
}

body.pp_old_theme .table_container table tbody tr:nth-of-type(even) {
    background-color: #e7edf2;
}

body.pp_old_theme .table_container table tbody tr th {
    vertical-align: top;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 0.375rem;
    line-height: normal;
    color: #000;
    border: 0;
}

body.pp_old_theme .table_container table tbody tr td {
    padding: 0.375rem;
    border: 0;
    /* file action */
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li {
    text-indent: 0;
    position: relative;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li:before {
    display: none;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li a {
    display: inline-block;
    margin: 0 0 8px 8px !important;
    padding: 0 !important;
    width: 17px !important;
    max-width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    border-radius: 0;
    background-color: transparent;
    color: #cb2121 !important;
    font-size: 15px;
    border: 0;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li a:focus, body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li a:hover {
    border: 0;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li a i {
    padding: 0 !important;
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    overflow: hidden;
}

body.pp_old_theme .table_container table tbody tr td.file-action .btn-list ul li a i:before {
    display: block;
    width: 17px;
    height: 17px;
}

body.pp_old_theme .table_container table tfoot tr td {
    padding: 0.375rem;
    /* legend */
}

body.pp_old_theme .table_container table tfoot tr td .legend-list {
    padding: 0;
    overflow: auto;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list .sr-only {
    display: block !important;
    position: relative;
    width: auto !important;
    height: auto !important;
    clip: inherit;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 2px 20px 8px 0;
    margin: 0;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul {
    margin: 0;
    padding: 0;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul li {
    padding: 0 20px 8px 0;
    margin: 0;
    word-break: normal;
    float: left;
    text-indent: 0;
    color: #000;
    font-size: 9.92px;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: normal;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul li:before {
    content: "";
    display: none;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul li i {
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    overflow: hidden;
    color: #000;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul li i:before {
    display: block;
    width: 17px;
    height: 17px;
}

body.pp_old_theme .table_container table tfoot tr td .legend-list ul li .legend_text {
    margin: 0;
    padding: 2px 0 2px 5px;
    float: left;
}

body.pp_old_theme .content i.icon_view_pub:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/view_publication.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_select:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/select.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_cancel:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/cancel.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_cancel_nlp:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/cancel_nlp.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_confirm:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/confirm.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_delete:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/delete.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_edit:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/edit.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_change_type_jadep:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/change_type_jadep.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_change_type_depja:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/change_type_depja.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_edit_billingdata:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/edit_billingdata.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_mfa_correction:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/mfa_correction.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_mfa_set_model:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/mfa_set_model.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_beleg:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_beleg.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_bill:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_bill.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_add:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_add.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_download:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_download.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_upgrade:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/upgrade.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_downgrade:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/downgrade.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_eu_cancel:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_cancel.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_eu_add_lang:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_add_lang.png) 0px 1px no-repeat;
}

body.pp_old_theme .content i.icon_eu_pdf_beleg:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_download.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_eu_research:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/eu_file.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pay:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pay.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_refresh:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/refresh.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_refresh_register:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/refresh_register.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_insert_in_db:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/insert_in_db.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_confirmation:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_pdf_confirmation_disabled:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_disabled.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_confirmation_history_closed:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_history_closed.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_confirmation_history_open:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/pdf_confirmation_history_open.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_agb_pdf:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/agb_pdf.png) 0px 0px no-repeat;
}

body.pp_old_theme .content i.icon_agb_af_pdf:before {
    content: "";
    background: transparent url(/order/old/images/icons/alpha/agb_af_pdf.png) 0px 0px no-repeat;
}

/* ie11 only */
/*
-----------------------------------------------------------------
IE11 ONLY
-----------------------------------------------------------------
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    body.pp_old_theme {
        /* HEADER */
        /* CONTENT */
        /* FOOTER */
        /*
     ------------------------------
     NEW WIZARD
     ------------------------------
     */
    }

    body.pp_old_theme header #header {
        width: 1000px !important;
        height: 174px !important;
        margin-top: 6px;
    }

    body.pp_old_theme header #header ul.meta_nav {
        padding: 1px 0 1px 11px;
        width: 366px;
    }

    body.pp_old_theme header #header .middle {
        width: 1036px;
    }

    body.pp_old_theme .content {
        width: 1000px;
        /* breadcrumb */
        /* left */
        /* right */
    }

    body.pp_old_theme .content .breadcrumb {
        font-size: 1.1em;
        margin: 22px 23px 16px 27px;
        top: 10px;
    }

    body.pp_old_theme .content section.indent_top_small.indent_bottom_small {
        padding-top: 29px !important;
    }

    body.pp_old_theme .content .col-sm-12.col-md-8.col-lg-9 {
        flex: 0 0 733px !important;
        max-width: 733px !important;
    }

    body.pp_old_theme .content .col-sm-12.col-md-4.col-lg-3 {
        flex: 0 0 222px !important;
        max-width: 222px !important;
    }

    body.pp_old_theme footer #footer {
        width: 1000px !important;
    }

    body.pp_old_theme .input-group {
        /* input prepend / append */
    }

    body.pp_old_theme .input-group .input-group-prepend .input-group-text {
        background-color: #fff;
        color: #000;
        line-height: 1.2;
        height: 18px;
        border: 0 !important;
        width: 209px;
        margin: 0;
        padding: 0;
        font-size: 10.912px;
    }

    body.pp_old_theme .input-group .input-group-append .input-group-text {
        background-color: #fff;
        color: #000;
        line-height: 1.2;
        height: 18px;
        border: 0 !important;
        margin: 0;
        padding: 0;
        font-size: 10.912px;
        margin-left: 10px;
    }

    body.pp_old_theme .form-check .custom-control-label {
        padding-right: 0;
        padding-top: 2px;
        width: 22em;
    }

    body.pp_old_theme .form-check.custom-control {
        min-height: auto;
    }

    body.pp_old_theme .form-check.custom-checkbox {
        margin-bottom: 0;
    }

    body.pp_old_theme .form-check.custom-radio {
        margin-top: 0.66em;
        margin-bottom: 0.66em;
    }

    body.pp_old_theme .form-check.input-info {
        min-height: 25px;
    }

    body.pp_old_theme .form-check.input-info .btn-tooltip {
        width: 24px;
        height: 24px;
        background: transparent url(/order/old/images/pp/icon_help.gif) 0 0 no-repeat;
        position: absolute;
        right: 10px;
        top: 1px;
    }

    body.pp_old_theme .form-check.input-info .btn-tooltip i {
        display: none;
    }

    body.pp_old_theme form .card .custom-file-container {
        /* file language */
    }

    body.pp_old_theme form .card .custom-file-container .custom-file-language .language-selection-container .checkbox-list li label.flag-icon,
    body.pp_old_theme form .card .custom-file-container .custom-file-language .language-selection-container .radio-list li label.flag-icon {
        width: 0 !important;
        background-position: -4px 0 !important;
    }

    body.pp_old_theme form .card .custom-file-container .custom-file-language .language-selection-container .checkbox-list li label.flag-icon.flag-icon-en,
    body.pp_old_theme form .card .custom-file-container .custom-file-language .language-selection-container .radio-list li label.flag-icon.flag-icon-en {
        background-position: -2px 0 !important;
    }

    body.pp_old_theme form .card .custom-file-container .custom-file-language .language-selection-container .radio-list li .custom-radio label.flag-icon {
        background-position: -2px 0 !important;
    }
}

/*# sourceMappingURL=style.min.css.map */

/* CHECKPAGE styles */
.entrypage .entry {
    background-color: #fff;
    padding: 1em 9px 18px 27px;
}

.checkpageitemcontainer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d0dde6;
    margin-top: 27px;
}

.checkpageitemcontainer .columnheader {
    background-color: transparent;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    padding-top: 12px;
    text-transform: none;
}

.checkpageitemcontainer .news {
    height: 9em;
    color: #333;
}

.checkpageitemcontainer .link_button_container {
    background-color: #e7edf2;
    color: #093b66 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a1b4d2;
    display: inline-block;
}

.checkpageitemcontainer .link_button_container .linkitem:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.checkpageitemcontainer .link_button_container .linkitem:link,
.checkpageitemcontainer .link_button_container .linkitem:visited {
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 4px 3px 4px 10px;
    display: inline-block;
    color: #093b66 !important;
}

.checkpageitemcontainer .height_1 {
    height: 6em;
}

.checkpageitemcontainer .height_2 {
    height: 10em;
}

.checkpageitemcontainer .height_3 {
    height: 18em;
}

.hint-html-print {
    background: #e7edf2;
    color: #0a416a;
    line-height: 1.2;
    padding: 5px 15px 5px 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.col-form-value-header5-html-print {
    font-size: 2.1em;
    font-weight: bold;
}

.col-form-value-header3-html-print {
    font-size: 1.8em;
    margin-top: 40px;
}

.col-form-value-header4-html-print {
    font-size: 1.8em;
}

.col-form-value-header2-html-print {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.col-form-value-header1-html-print {
    font-size: 1em;
}

body.pp_old_theme .content .funddata_title {
    background-color: #165380;
    color: #FFFFFF;
    padding: 2ex 1ex;
    margin-bottom: 2ex;
    font-weight: bold;
    font-size: 1.0em;
}

body.pp_old_theme .headline_divider {
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d0dde6;
}

.business_communication_confirmed {
    margin-top: -40px;
}

.basisinformation-select {
    width: auto;
    height: auto;
    padding: 0;
    padding-left: 0px;
    color: #1e252b;
    border-radius: 0;
    background-color: #ffffff;
    height: 1.9em;
    line-height: 1.7em;
    width: 356px;
    font-size: 9.92px;
    color: #000;
    border: 1px solid #000;
}

.fondsdata-panel-header {
    padding: 1ex 1ex;
    margin-bottom: 1em;
    background: #165380;
    min-height: auto;
    font-size: 10.912px;
    color: white;
    font-weight: bold;
}

.funds-available-allocation div.content-form:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    padding: 0px 0px 0px 0px !important;
}

.funds-available-allocation .card.component-wizard::before,
.funds-available-allocation .card.component-wizard::after,
.funds-available-allocation .card.component-wizard div.card-body {
    content: none !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.funds-available-allocation-table-content > div:nth-child(even) {
    background-color: #e6edf2;
    display: flex;
    flex-wrap: wrap;
}

.funds-available-allocation-table-content > div:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
}

.funds-document-filter-label .button-bar {
    font-weight: bold;
    font-size: 1.0em;
}

.bottom-separator-empty-result {
    border-bottom: 1px solid #d0dde6;
    padding: 4px !important;
}

.orderDocumentFonddata .button-bar input[type="submit"] {
    background-color: #d9e4eb;
}

div.dynamic-table-root.result_container.orderDocumentFonddata div.row.result_content div.col {
    padding: 1ex;
}
