/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
    color: white;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* responsive visuals */
img, embed, object, video {
    display: block;
    max-width: 100%;
    height: auto;
}

/* box sizing */
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


/**
 * Clear inner floats
 */
html body * span.cl,
html body * div.cl,
html body * li.cl,
html body * dd.cl {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, u, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

input, select, textarea {
    border: 1px solid #C3C3C3;
    color: #293133 !important;
    font-size: 12px;
}

select {
    width: 100%;
    max-width: 30em;
    height: 24px;
    border: 1px solid #C3C3C3;
}

.header {
    background-color: #0070f7;
}

div.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #0070f7;
}

div.footer ul li {
    display: inline-block;
    margin: 10px;
}

#page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 16px 40px 16px;
}

.header__wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px;
}

.header__wrap a {
    color: white;
}

.footer a {
    color: white;
}

.header__logo {
    width: 128px;
    height: 32px;
    float: left;
}

.header__search {
    width: 270px;
    float: left;
    padding: 0 0 0 20px;
    position: relative;
}

#mainnavi {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 40px;
    max-height: 43px;
}

.search-input {
    border: none;
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background-color: #FDAA33;
    background-image: url(/px/icon/search-icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center center;
    border: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}


.header__menu {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0 0 0 20px;
}

.header__menu-item {
    float: left;
    list-style: none;
    position: relative;
}

.header__menu-link {
    display: block;
    height: 100%;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px;
    position: relative;
}

.header__menu-link--logout {
    padding: 10px 30px 10px 10px;
}

.header__menu-link--logout:after {
    content: '';
    position: absolute;
    background-image: url(/px/icon/logout.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: 50%;
    right: 0;
    height: 20px;
    width: 18px;
    margin: -10px 0 0;
}

.artikel-filter > span {
    float: left;
}

.artikel-filter > span:last-child {
    padding: 0 0 0 10px;
}

.filter-element-body {
    position: absolute;
    z-index: 100;
    left: auto;
    top: auto;
    height: auto !important;
    background-color: #FFF;
    display: none;
}

.filter-element-link {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.header__bottom {
    padding: 15px 0 0 0;
}

.warenkorb {

}

.header__left,
.header__right {
    float: left;
}

.header__left {
    width: 670px;
}

.header__right {
    width: 310px;
}

.shopping-cart {
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    text-align: center;
    min-height: 38px;
}

.shopping-cart__top a,
.shopping-cart__bottom a {
    font-size: 15px;
    padding: 8px;
    display: block;
}

.shopping-cart__top a {
    text-transform: uppercase;
    color: #FDAA33;
    font-weight: bold;
}

.shopping-cart__top {
    border-right: 1px solid #FFFFFF;
    display: inline-block;
    width: 150px;
}

.shopping-cart__bottom {
    display: inline-block;
    width: 150px;
}

.shopping-cart__bottom a {
    font-size: 15px;
    color: #FFFFFF;
}

.top-head-admin .head .head-logout {
    float: right;
    padding-top: 28px;
}


.top-head-besteller .head form {
    float: left;
    width: 645px;
}

.top-head-besteller input.btn-search {
    margin-top: 10px;
    margin-left: 3px;
}

.top-head-admin .head {
    height: 65px;
    width: 771px;
    margin: 0 auto;
}


.top-head-besteller .head input.artikel-search {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    height: 20px;
    width: 190px;
}

.top-head-besteller .head form ul.menu {
    padding-top: 8px;
    padding-left: 10px;
    float: right;
}

.top-head-besteller .head form ul.menu a {
    color: white;
}

.top-head-besteller .head div.artikel-filter {
    display: inline-block;
    height: 39px;
    text-align: left;
    float: left;
}

.top-head-besteller .head div.artikel-filter .filter-element {
    display: inline-block;
    float: right;
}

.artikel-filter .filter-element {
    display: inline-block;
    margin-right: 1em;
}

.top-head-besteller .head form.warenkorb {
    border: solid 1px white;
    float: right;
    width: 120px;
    height: 52px;
    top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.top-head-besteller .head form.warenkorb div {
    padding-top: 5px;
    padding-bottom: 4px;
}


input:-webkit-autofill {
    color: #949599;
    -webkit-text-fill-color: #949599;
}

input.text {
    width: 240px;
}

#doLogin input.text,
#requestPassword input.text {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: auto;
    margin: 0 0 5px 0;
    text-align: center;
}


.btn.doLoginBtn {
    margin-top: 10px;
}

div.footer-link {
    float: none;
}

div#login {
    display: inline-block;
}

#login-wrap {
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
}

.browser-info ul {
    list-style: none;
}

.browser-info-title {
    font-size: 12pt;
    margin: 20px 120px 10px 20px;
}

.browser-info-list {
    font-size: 10pt;
    margin-left: 20px;
    margin-right: 120px;
}

.browser-info ul li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.browser-info ul li img {
    margin-bottom: 10px;
}

.browser-info-note {
    margin-top: 10px;
    text-align: left;
    font-size: 8pt;
}

div.footer-link {
    float: none;
}

input.checkbox {
    border: none;
}

input[type=radio] {
    border: none;
}

input.text.inputError {
    border: 1px solid #fbc7c9;
    background-color: #fbe3e4;
    color: #780000;
}

input.text.disabled {
    background-color: #eee;
}

label.top {
    display: block;
    margin: 5px 0 3px;
}

input.text.w175 {
    width: 175px;
}

.form-input-container {
    margin-bottom: 3px;
}

.form-input-container.inline,
.lieferadresseart-row {
    width: 100%;
    margin-bottom: 10px;
    display: table;
}

.form-input-container.inline .btn-line {
    display: table-row;
}

.form-input-container.inline .btn-line li.btn-list {
    display: table-cell;
}

.form-input-container.inline label {
    display: inline-block;
    margin-bottom: 5px;
    clear: left;
    width: 100%;
}

.form-input-container.inline input[type="text"] {
    padding: 5px;
    height: 24px;
}

.fullWidth {
    width: 100%;
}

.fullWidth table {
    width: 100% !important;
}

.form-input-container .full {
    width: 100%;
}

.form-input-container .halfHalf {
    width: calc(50% - 0.25em);
}

.form-input-container .oneThree {
    width: 25%;
}

.form-input-container .threeOne {
    width: calc(75% - 0.5em);
}


.form-input-container .marginRight {
    margin-right: 0.5em;
}

.form-input-container.inline select.win {
    width: 320px;
}

.ui-datepicker-trigger {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: bottom;
}

.ui-selectcheckboxmenu-label-container {
    width: 319px;
    display: inline-block;
    height: 28px;
}

.ui-selectcheckboxmenu-items-wrapper {
    width: 316px;
}

.win .ui-selectcheckboxmenu-trigger.ui-state-default.ui-corner-right {
    width: 21px;
}

input.btn,
button.btn {
    border: none;
}


button.btn {
    cursor: pointer;
}

#aktionsumsatzForm {
    background: #FEDAA5;
    padding: 20px;
}

#aktionsumsatzForm .btn {
    display: inline-block;
    padding: 5px 10px;
}

#aktionsumsatzForm input.produkt {
    width: 692px;
}

.btn-inline {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 40px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #FFFFFF;
}

.btn-inline.edit,
.btn-inline.add {
    background-image: url(/px/btn/cogwheel.png);
}

.btn-inline.apply {
    background-image: url(/px/icon/save.png);
}

#endBestellprozess .end-bestellung {
    display: inline-block;
}

#endBestellprozess .add-entwurf {
    display: inline-block;
}

.end-bestellung,
.add-entwurf {
    padding: 20px;
    width: 49.193548387%;
}

table.entityTable {
    width: 100%
}

table.entityTable td,
table.entityTable th {
    padding-right: 5px;
}

table.entityTable th {
    text-transform: uppercase;
}

table.paging-table {
    background-color: #EAEAEA;
    margin-bottom: 10px;
    width: 100%;
}

table.paging-table td {
    text-align: center;
    background-image: none;
    border-bottom: solid 1px #CCCCCC;
}

table.paging-table td div {
    padding: 0px;
}

table.paging-table td.shift {
    width: 70px;
}

table.paging-table td.number {
    width: 30px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

table.paging-table td.number a {
    display: block;
}

table.paging-table td.number.current {
    width: 30px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: white;
}

.paging-element {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.paging-element.inaktiv {
    color: navy;
    font-weight: bold;
}

.mymedia_logo_icon {
    max-height: 40px;
}

table.half-width {
    width: 430px;
}

.checkbox-table-div table {
    width: 340px;
}

.checkbox-table-div td {
    padding: 0;
    background-image: none;
}

.checkbox-table-div.mt-standard td {
    padding: 0.5em 0px 0px;
    background-image: none;
}

.checkbox-table-div input {
    display: inline-block;
}

.form-input-container.inline .checkbox-table-div label {
    display: inline;
    width: auto;
    padding-bottom: 2px;
    vertical-align: top;
}

.checkbox-table-div input {
    margin-right: 5px;
    vertical-align: initial;
}

.checkbox-table-div input[type="checkbox"] {
    vertical-align: top;
}

.modal-text-div {
    height: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    border-bottom-color: grey;
    padding-bottom: 10px;
}

.modal a.btn {
    display: inline-block;
    color: #FFFFFF;
    font-size: small;
}

.view-switcher {
    text-align: center;
    vertical-align: top;
    margin-top: 6px;
    width: 149px;
}

.view-switcher a {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    /* 	background-image:url(/px/icon/list.png); */
}

.artikel-list.TILE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;

    overflow: auto;
    width: 100%;
}

.artikel-list.TILE .artikel-list-artikel,
.artikel-list.LIST .artikel-list-artikel {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    background: #FEDAA5;
    list-style: none;
}

.artikel-list.LIST .artikel-list-artikel {
    padding: 3px 3px 20px;
}

.artikel-list.TILE .artikel-list-artikel {
    display: inline-block;
    width: 23.487903226%;
    padding: 3px 3px 60px;
}

.artikel-list.TILE .artikel-list-artikel.mrr {
    margin-right: 2.016129032%;
}

.artikel-list-artikel .ranking {
    display: none;
}

.artikel-list-bild {
    text-align: center;
    background: #FFFFFF;
}

.artikel-list .artikel-list-bild a {
    display: block;
    height: 100%;
}

.artikel-list.LIST .artikel-list-bild {
    float: left;
    width: 23.9350913%;
}

.artikel-list.TILE .artikel-list-bild img {
    max-height: 150px;
    min-height: 150px;
    width: auto;
    display: inline-block;
}

.artikel-list.LIST .artikel-list-bild img {
    height: auto;
    display: inline-block;
}

.artikel-list.TILE .artikel-list-inhalte {
    padding: 10px 7px 0;
}

.artikel-list.LIST .artikel-list-inhalte {
    padding: 13px 20px 0 15px;
    width: 76.0649087%;
    float: left;
}

.artikel-list.TILE .artikel-list-label {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.artikel-list.LIST .artikel-list-label {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.artikel-list-row.info {
    margin: 0 0 5px 0;
    font-weight: bold;
    height: 1em;
}

.artikel-list.LIST .artikel-list-row {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
    font-size: 15px;
}

.artikel-list-column {
    float: left;
    width: 50%;
    word-wrap: break-word;
}

.artikel-list-column--first {
    padding-right: 2px;
}

.artikel-list-column--second {
    font-weight: bold;
}

.artikel-list.LIST .btnWarenkorb {
    padding: 20px 0 0;
}

.btn,
.end-bestellung a,
.artikel-list.LIST .btnWarenkorb a,
.artikel-list.TILE .btnWarenkorb a,
.btn-clean-warenkorb a {
    display: block;
    background: #103473;
    background: -moz-linear-gradient(top, #103473 0%, #071c41 100%);
    background: -webkit-linear-gradient(top, #103473 0%, #071c41 100%);
    background: linear-gradient(to bottom, #103473 0%, #071c41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103473', endColorstr='#071c41', GradientType=0);
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.btnNotAvailable {
    display: block;

    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #0ccccc 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #0ccccc 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #0ccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#0ccccc', GradientType=0);

    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.btnImWarenkorb {
    display: block;

    background: #BCBCBC;
    background: -moz-linear-gradient(top, #BCBCBC 0%, #DCDCDC 100%);
    background: -webkit-linear-gradient(top, #BCBCBC 0%, #DCDCDC 100%);
    background: linear-gradient(to bottom, #BCBCBC 0%, #DCDCDC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCBCBC', endColorstr='#DCDCDC', GradientType=0);

    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.btnNotAvailable,
.btnImWarenkorb,
.artikel-list.TILE .btnWarenkorb a {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}

.btn-clean-warenkorb a {
    float: right;
    width: 200px;
    margin-bottom: 20px;
}

.warenkorb-title {
    display: inline-block;
    width: 50%;
}

.kasse-empty-warenkorb-msg {

}

.btn-clean-warenkorb {
    display: inline;
}

.artikel-details {
    background: #FEDAA5;
    padding: 3px 20px 20px 3px;
}


.artikel-details-bild {
    background: #FFFFFF;
    width: 24.3550052%;
    float: left;
}

.artikel-details-bild img {
    width: 100%;
}

.artikel-details-info {
    float: left;
    width: 75.6449948%;
    padding: 0 0 0 15px;
}

.artikel-details-header {
    padding: 13px 0 20px;
    font-size: 15px;
}

.artikel-details-row {
    padding: 2px 0 2px;
    font-size: 15px;
}

.artikel-details-row.last-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}

.artikel-details-header.first-row {
    padding-bottom: 2px;
}

.artikel-details-name,
.artikel-details-cart,
.artikel-details-download,
.artikel-details-facts {
    float: left;
}

.artikel-details-name,
.artikel-details-facts {
    width: 70.083102493%;
}

.artikel-details-cart,
.artikel-details-download {
    width: 29.916897507%;

}

.artikel-details-name {
    float: left;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}

.add-entwurf a,
.btn-in-warenkorb {
    display: block;

    background: #c45500;
    background: -moz-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: -webkit-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: linear-gradient(to bottom, #c45500 0%, #c52317 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45500', endColorstr='#c52317', GradientType=0);

    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.artikel-details-download {
    padding: 15px 0 0;
}

.artikel-details-facts {
    padding: 0 20px 0 0;
}

.artikel-details-fact {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
    font-size: 15px;
}

.artikel-details-label,
.artikel-details-value {
    display: inline-block;
}

.artikel-details-label {
    padding: 0 10px 0 0;
    font-weight: bold;
}

.btn-go-back {
    display: inline-block;
    position: relative;

    background: #a3cb64;
    background: -moz-linear-gradient(top, #a3cb64 0%, #7a9a48 100%);
    background: -webkit-linear-gradient(top, #a3cb64 0%, #7a9a48 100%);
    background: linear-gradient(to bottom, #a3cb64 0%, #7a9a48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3cb64', endColorstr='#7a9a48', GradientType=0);

    color: #000000;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 10px 10px 25px;
}

.btn-go-back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin: -5px 0 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #000000 transparent transparent;
}


.warenkorb-artikel-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;

    overflow: auto;
    width: 100%;
}

.warenkorb-artikel-list-item {
    display: inline-block;
    width: 23.487903226%;
    margin-right: 2.016129032%;
    padding: 3px 3px 60px;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    background: #FEDAA5;
    list-style: none;
}


.warenkorb-artikel-bild {
    background: #FFFFFF;
    width: 23.935091278%;
    float: left;
}

.warenkorb-artikel-bild img {
    text-align: 100%;
    background: #FFFFFF;
}

.warenkorb-artikel-info {
    float: left;
    width: 76.064908722%;
    padding: 0 0 20px 15px;
}

.warenkorb-artikel-name {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    padding: 13px 0 20px;
}

.warenkorb-artikel-facts {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
    font-size: 15px;
}

.warenkorb-artikel-label,
.warenkorb-artikel-value {
    display: inline-block;
}

.warenkorb-artikel-label {
    width: 32.9218107%;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.warenkorb-artikel-value {
    width: 66.255144033%;
}


table.bestellung-list td {
    padding-right: 5px;
}

div.bestellung-details h2 {
    padding-top: 20px;
}

.warenkorb-artikel-list div.bild {
    display: inline-block;
    width: 170px;
    height: 200px;
}

.warenkorb-artikel-list div.bild img {
    max-width: 160px;
    max-height: 200px;
}


.warenkorb-artikel-list .info {
    display: inline-block;
    width: 500px;
    vertical-align: top;
    padding-left: 15px;
}

.kasse {
    background: #FEEED6;
}

.kasse .uebersicht {
    float: left;
    width: 49.193548387%;
    padding: 20px;
}

.kasse .uebersicht .entwurf-closed {
    padding: 15px;
    background-color: #103473;
    border: 1px solid white;
}

.kasse .uebersicht .entwurf-open {
    font-size: 12px;
    padding: 20px 0;
}

.kasse .uebersicht .entwurf-closed a {
    color: #FFFFFF;
    dispay: block;
}

.kasse__row {
    border: 1px solid #FFFFFF;
    padding: 12px 10px 10px 10px;
    position: relative;
}

.kasse__wrap {
    padding: 12px 55px 10px 0px;
}

.kasse__row--kunde, .kasse__row--kunde-closed {
    position: inherit;
}

.kasse__row--kunde .kasse__wrap {
    /* 	position: relative; */
}

.kasse__row:not(:last-child) {
    margin: 0 0 20px;
}


.kasse__inline-text {
    color: #0070f7;
    display: inline-block;
}

.kasse__inline-text a {
    color: #00AAe7;
}

#kasseForm select {
    background: #FFFFFF;
    border: none;
    color: #434343;
    padding: 5px;
}

.kasse .uebersicht .kunde a {
    display: block;
    padding: 9px 0;
}

.kasse .uebersicht .kunde select {
}

.kasse .uebersicht .kunde div.kunde-row,
.kasse .uebersicht .vkfm,
.kasse .uebersicht .vgs {
    padding-bottom: 5px;
}

.kasse .uebersicht .kunde div.kunde-name {
}

.kasse .details {
    padding: 20px;
    float: left;
    width: 50.806451613%;
}

.kasse .details .artikel-details {
    background: none;
    padding: 0;
}

.kasse .details .filter table {
    width: 200px;
}

.kasse .details .filter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.kasse .details .kunde-details .form-input-container.inline label {
    width: 160px;
}

.kasse .details .kunde-details .filter-value .btn {
    display: inline-block;
    width: 100px;
}

div.to-details {
    float: right;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(/px/btn/pfeil-nach-rechts.png);
    margin-left: 10px;
}

.kasse .details div.label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kasse .artikel-details .artikel-label {
    display: inline-block;
    width: 64.655172414%;
}

.kasse .artikel-details .artikel-menge {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-weight: bold;
    width: 30%;
}

.kasse .artikel-details .artikel-poster {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-weight: bold;
}

.kasse .artikel-details .artikel-poster .btn {
    padding: 5px 10px;
}

.kasse .artikel-details .artikel-menge input {
    width: 40%;
    padding: 5px;
}

.kasse .artikel-details .artikel-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #FFFFFF;
}

.artikel-label__info {
    display: block;
    margin-bottom: 10px;
}

.artikel-label__bestand {
    font-style: italic;
    display: block;
    color: #999999;
}

input.calendar,
input.calendar-full {
    padding: 5px 5px 3px;
}

.kasse__line:not(:last-child) {
    margin-bottom: 10px;
}

.kasse .artikel-details .artikel-apply {
    margin-top: 15px;
    float: right;
}

.kasse .poster-details .poster-name .name-input input {
    padding: 5px;
    width: 100%;
}

.kasse .poster-details .poster-name .name-input .name-label {
    margin-bottom: 10px;
}

.kasse .poster-details .poster-name .name-hinweis {
    padding: 5px 0 0;
}

.name-hinweis__label {
    font-style: italic;
    color: #999999;
}

.kasse .poster-details .poster-name .name-hinweis .label {
    margin-bottom: 1px;
    margin-left: 5px;
}

.kasse .poster-details .poster-name .name-hinweis .content div {
    display: inline-block;
}

.kasse .poster-details .poster-name .name-hinweis .content .label-green {
    color: green;
}

.kasse .poster-details .poster-name .name-hinweis .content .label-red {
    color: red;
}

.kasse .poster-details .poster-name .name-hinweis .content {
    display: inline-block;
    margin: 0 10px 0 0;
}

.kasse .poster-details .poster-kundenlogo .kundenlogo-label {
    vertical-align: top;
    padding: 2px 0 0 0;
    display: inline-block;
}

.kasse .poster-details .poster-kundenlogo .kundenlogo-input {
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
}

.kasse .poster-details__row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #FFFFFF;
}

.kasse .poster-details .menge-input {
    margin-top: 10px;
}


.kasse .poster-details .poster-markenlogo .markenlogo-input select {
    background: #FFFFFF;
    border: none;
    color: #434343;
    padding: 5px;
    margin-top: 10px;
}


.kasse .poster-details .poster-menge .menge-input input {
    width: 50px;
    padding: 5px;
}

.kasse .poster-details .poster-apply {
    margin-top: 10px;
    float: right;
}

.bestellung-entwurf-label {
    display: inline-block;
    padding: 0 3px 0 0;
}

.bestellung-entwurf-row {
    height: 30px;
}

.bestellung-entwurf-row .ui-datepicker-trigger {
    vertical-align: middle;
}

.inline-text {
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
}

.form-input-container.inline input[type="text"].calendar,
.form-input-container.inline input[type="text"].calendar-full {
    width: 100px;
}

.promotion-poster-link {
    margin-bottom: 10px;
}

#promotionEditForm .kundenhierarchie-name {
    display: inline-block;
    width: 250px;
}

#promotionEditForm .kundenhierarchie-level {
    display: inline-block;
}

#promotionEditForm .team-budget-row .team-budget-label {
    display: inline-block;
    width: 140px;
    font-weight: bold;
    margin-bottom: 5px;
}

#promotionEditForm .team-budget-row .team-budget-value {
    display: inline-block;
    width: 160px;
}

#promotionEditForm .team-budget-row {
    display: block;
    width: 310px;
    margin-bottom: 15px;
}

#promotionEditForm .team-budget-row .team-budget-value {
    display: inline-block;
}

#aktionsumsatzForm .form-input-container label {
    width: 120px;
}

#aktionsumsatzForm .form-input-container select {
    margin-right: 10px;
    width: 150px;
    background: #FFFFFF;
    border: none;
    color: #434343;
    padding: 5px;
}

#aktionsumsatzForm select.produkt {
    width: 693px;
    max-width: 693px;
    background: #FFFFFF;
    border: none;
    color: #434343;
    padding: 5px;
}

#aktionsumsatzForm input {
    padding: 5px;
}

#aktionsumsatzForm input.produkt {
    width: 491px;
}

#aktionsumsatzForm .aktionsumsatz-list {
    margin-top: 10px;
}

#aktionsumsatzForm .aktionsumsatz-list .input-menge {
    margin-left: 5px;
    width: 80px;
}

#aktionsumsatzForm .aktionsumsatz-list .input-betrag {
    margin-left: 5px;
    width: 80px;
}

#aktionsumsatzForm .aktionsumsatz-list .aufbauwert-ok {
    margin-left: 5px;
}

.big-hit-row {
    padding: 0 0;
}

.big-hit-row__wrap {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.big-hit {
    width: 236px;
    height: 250px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    margin: 0 16px 0 0;
}

.bigHit-wrapper .big-hit:nth-of-type(4) {
    margin: 0;
}

.big-hit .big-hit-image {
    text-align: center;
    height: 135px;
}

.big-hit .big-hit-image a {
    height: 100%;
    display: block;
}

.big-hit .big-hit-image img {
    max-height: 150px;
    width: auto;
    display: inline-block;
}

.big-hit .big-hit-name a {
    font-size: 20px;
    font-weight: bold;
    color: #C45500;
    text-transform: uppercase;
    display: block;
    padding: 10px 0px 0px 20px;
}

.big-hit .big-hit-name {
    height: 57px;
}

.big-hit .big-hit-info {
    font-size: 14px;
    font-weight: bold;
    color: #C45500;
    display: block;
    padding: 5px 0px 5px 20px;
}

.big-hit .big-hit-info-invert {
    font-size: 14px;
    font-weight: bold;
    background-color: #C45500;
    color: white;
    display: block;
    padding: 5px 0px 5px 20px;
}

.big-hit-row .big-hit-forward,
.big-hit-row .big-hit-backward {
    position: absolute;
    width: 56px;
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    margin: -36px 0 0;
}

.big-hit-row .big-hit-backward {
    left: 0;
}

.big-hit-row .big-hit-forward {
    right: 0;
}

.big-hit-row .big-hit-backward a {
    background-image: url(/px/icon/prev.png);
}

.big-hit-row .big-hit-forward a {
    background-image: url(/px/icon/next.png);
}

.big-hit-row .big-hit-forward a,
.big-hit-row .big-hit-backward a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px 30px;
}

.button-leiste {
    text-align: center;
    margin-top: 2em;
}

.button-leiste__wrap {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.button-leiste a {
    margin: 0 29px 10px 29px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0.5em 10px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    background: #0070f7;
}

.button-leiste a.home-page-button {
    width: 190px;
    align-content: center;
}

.generic-button {
    background: #103473;
    background: -moz-linear-gradient(top, #103473 0%, #071c41 100%);
    background: -webkit-linear-gradient(top, #103473 0%, #071c41 100%);
    background: linear-gradient(to bottom, #103473 0%, #071c41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103473', endColorstr='#071c41', GradientType=0);
    width: 238px;
    vertical-align: top;
}

.generic-button-1 {
    background: #4064E3;
    background: -moz-linear-gradient(top, #4064E3 0%, #071c71 100%);
    background: -webkit-linear-gradient(top, #4064E3 0%, #071c71 100%);
    background: linear-gradient(to bottom, #4064E3 0%, #071c71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4064A3', endColorstr='#071c41', GradientType=0);
    width: 238px;
    vertical-align: top;
}

.generic-button-2 {
    background: #4064E3;
    background: -moz-linear-gradient(top, #4064E3 0%, #071c71 100%);
    background: -webkit-linear-gradient(top, #4064E3 0%, #071c71 100%);
    background: linear-gradient(to bottom, #90B4FF 0%, #172c81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4064A3', endColorstr='#071c41', GradientType=0);
    width: 238px;
    vertical-align: top;
}

.info-button {
    background: #c45500;
    background: -moz-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: -webkit-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: linear-gradient(to bottom, #c45500 0%, #c52317 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45500', endColorstr='#c52317', GradientType=0);
    width: 238px;
    vertical-align: top;
}

.subheader-label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.back-to-home {
    margin-bottom: 10px;
}

.quartalsprioritaet-row {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
}

#quartalsprioritaetenForm .qp-row {
    list-style: none;
    margin: 0 0 15px;
    background: #FEDAA5;
    padding: 3px;
    height: 126px;
}

#quartalsprioritaetenForm .qp-row .qp-image {
    float: left;
    width: 23.9350913%;
    background: #FFFFFF;
    text-align: center;
}

#quartalsprioritaetenForm .qp-row .qp-image a {
    display: block;
    height: 116px;
}

#quartalsprioritaetenForm .qp-row .qp-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding: 13px 20px 0 15px;
    float: left;
    width: 76.0649087%;
}

#quartalsprioritaetenForm .qp-row .qp-name a {
    display: block;
}

#quartalsprioritaetenForm .qp-row .qp-info {
    display: block;
    padding: 13px 20px 0 15px;
    float: left;
    font-size: 14px;
}

#quartalsprioritaetenForm .qp-row .qp-info-invert {
    font-size: 14px;
    font-weight: bold;
    background-color: #C45500;
    color: white;
    display: block;
    width: 77px;
    padding: 5px 0px 5px 5px;
}

#quartalsprioritaetenForm .qp-row .qp-image img {
    display: inline-block;
    height: 120px;
    width: auto;
}


#artikelListForm .empty-highlight-text,
#artikelListForm .empty-artikel-list-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

#artikelListForm .vor-filter-aktiv {
    display: inline-block;
    float: right;
}

#artikelListForm .vor-filter-aktiv label {
    vertical-align: middle;
    padding-bottom: 15px;
}

#infoCenterInfoListForm div.info-text {
    border: dotted gray thin;
    padding: 5px;
    margin-top: 5px;
}

#infoCenterInfoListForm .info-row a span.unreaded {
    font-weight: bold;
}

#myOrdersForm .order-type-element {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#myOrdersForm .search-term {
    display: inline-block;
    float: right;
}

table.order-table,
table.promotion-table,
table.highlight-artikel-list {
    width: 100%;
}

table.order-table td {
    padding-right: 15px;
}

.order-table .order-item-table td,
.order-table .tracking-id-table td,
.vgs-kategorie-table td {
    background: none;
}

.radio-list-table td {
    background: none;
}

#bestellarchivForm .radio-list-table table {
    width: 400px;
}

table.order-item-table {
    width: 100%;
}

table.tracking-id-table {
    width: 100%;
}

table.addressTable {
    width: 100%;
}

table.addressTable tr td,
table.addressTable tr th {
    padding: 1em;
}

table.addressTable tr td input.haupt-lieferadresse {
    vertical-align: top;
    padding-top: 1em;
}

table.addressTable tr.haupt-lieferadresse {
    background-color: #FEDAA5;
}

table.vkfm-team-kontingent-table thead th {
    padding-right: 5px;
}

table.vkfm-team-kontingent-table td {
    background: none;
    padding-right: 5px;
}

#kundenteamEditForm div.kundenhierarchie-row {
    margin-bottom: 5px;
}

#bestellarchivForm .form-input-container label {
    width: 200px;
}

#bestellarchivForm .form-input-container .radio-list-table label {
    width: auto;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 1px;
}

.bestellung-details .nachweis-erbracht-msg {
    display: inline-block;
    margin-right: 10px;
    padding-left: 20px;
    color: green;
    background-image: url(/px/icon/ok.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left center;
}

.bestellung-details .cancel {
    background: red;
}

.bestellung-details .erbracht {
    background: green;
}

.with-artikel-list .filter-element-link {
    font-size: 14px;
}

.with-artikel-list .text-search {
    color: #AAAAAA;
    font-size: 14px;
    height: auto;
    float: left;
    height: 19px;
}

.with-artikel-list .btn-search {
    float: left;
    margin-right: 30px;
}

.kasse__row--vkfm,
.kasse__row--vgs {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.kasse__row--vkfm .kasse__line,
.kasse__row--vgs .kasse__line {
    position: relative;
    border: 1px solid #FFFFFF;
    padding: 5px;
}

.kasse__row--vkfm .kasse__line input.calendar,
.kasse__row--vgs .kasse__line input.calendar {
    width: 100px;
}

.kasse-artikel-info {
    display: inline-block;
    width: 70%;
}

.kasse-artikel-bild {
    float: right;
    width: 28%;
}

.artikel-menge-vse {
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
}

.bestellung-entwurf-value {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.end-bestellprozess-btn-panel {
    margin-bottom: 30px;
}

ul.btn-line {
    text-align: justify;
}

li.btn-list {
    display: inline-block;
    list-style-type: none;
}

.order-summary .summary-row label {
    display: inline-block;
    width: 170px;
}

.order-summary .summary-row .summary-value {
    font-weight: bold;
}

.order-summary .summary-data {
    margin-top: 10px;
}

.order-summary .summary-data .header {
    margin-top: 10px;
    font-size: 14px;
    background: none;
}

.overlay-content .btn-panel,
.poster-auswahl .btn-panel {
    float: right;
}

.order-summary table {
    width: 100%;
}

.order-summary table th {
    background: none;
    border-bottom: thin dotted grey;
}

.poster-auswahl .poster-list img {
    width: 100px;
}

.poster-auswahl .poster-list img.selected {
    border: 2px blue solid;
}

img.poster-list-bild {
    width: 100px;
}

img.poster-edit-bild {
    width: 250px;
    border: 1px solid grey;
}

.with-artikel-list div.artikel-filter {
    margin-left: 0px;
    float: unset;
}

.with-artikel-list .text-search {
    margin-left: 5px;
}

div.artikel-filter {
    background-color: #0070f7;
    border-radius: 5px;
    margin-bottom: 5px;
}

div.artikel-filter .filter-element-head {
    margin-top: 2px;
}

div.artikel-filter .text-search {
    padding: 2px;
    border-radius: 4px;
    height: 20px !important;
}

div.artikel-filter .btn-search {
    background-color: #FDAA33;
    background-image: url(/px/icon/search-icon.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    margin-left: -5px;
    height: 20px;
    border-radius: 3px;
    background-position-x: 3px;
}

label.label-only-with-assigment {
    vertical-align: top;
    margin-left: 5px;
}

.sort-active {
    font-weight: bold;
    text-decoration: underline;
}

.checkbox-label {
    vertical-align: top;
    margin-left: 5px;
}

.checkbox-input {
    vertical-align: top;
}

.article-list-top-btn {
    position: fixed;
    top: 175px;
    z-index: 998;
    left: 50%;
    margin-left: 420px;
}

.artikel-filter-label {
    margin-top: 2px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.article-order-by {
    font-size: 15px;
    border-radius: 4px;
    margin-top: 6px;
    padding: 2px;
}

.artikel-list-break {
    width: 100%;
    height: 46px;
    vertical-align: bottom;
    border-top: solid thick #FEDAA5;
    font-size: 30px;
}

#statusForm .error,
#statusForm .success {
    padding: 5px 0px;
}

.info-center-link,
.artikel-sort-link {
    font-size: 18px;
}

.info-center-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 20px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    background: #c45500;
    background: -moz-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: -webkit-linear-gradient(top, #c45500 0%, #c52317 100%);
    background: linear-gradient(to bottom, #c45500 0%, #c52317 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45500', endColorstr='#c52317', GradientType=0);
    width: 120px;
    height: 43px;
    vertical-align: top;
}

.artikel-sort-link {
    margin-right: 15px;
}

#nachweisEditForm {
    text-align: center;
    background-color: #FEDAA5;
    font-size: 15px;
    padding: 20px;
}

.bestellung-nachweis-head {
    margin-bottom: 15px;
}

.btn-nach-oben,
.btn-nach-unten {
    height: 23px;
    vertical-align: middle;
    width: 30px;
}

.btn-nach-oben {
    background-color: #FDAA33;
    background-image: url('/px/btn/nach_oben_small.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    max-width: 1em;
}

.btn-nach-unten {
    background-color: #FDAA33;
    background-image: url('/px/btn/nach_unten_small.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    max-width: 1em;
}

input[type=checkbox].double-size {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

.filter-element-body td label {
    vertical-align: top;
}

.input-text {
    padding: 5px;
}

#aktionsumsatzForm .budget-hinweis {
    color: #EE0000;
    font-size: 10pt;
    padding-bottom: 5px;
}


.kunde-verschieben-dlg {
    width: 338px;
}

form#statusForm {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: grid;
}

table tr.no-border td {
    background: none;
}

table td label {
    vertical-align: bottom;
}

.kunde-details .eigene-kundenhierarchie-select {
    display: inline-block;
    max-width: 300px;
    width: 300px;
    height: 24px;
    margin-top: 10px;
    border: thin solid #C3C3C3;
}

.btn-disabled {
    pointer-events: "none";
}

table.table-padding-3 td {
    padding: 3px;
}

table.table-editable td {
    background: none;
    vertical-align: middle;
}

table.table-editable td.label {
    font-weight: bold;
}

.vgs-poster-vorlage-delete {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    color: red;
}

.kasse-to-kunde-mode-switch {
    margin-right: calc(40px + 1em);
    margin-bottom: 1em;
}

#mitarbeiterPositionEditForm .edit-label {
    min-width: 300px;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;

    overflow: auto;
    width: 100%;
}

.top-navi-label {
    color: white;
    font-size: 18px;
    margin-right: 1em;
}

input.input-short {
    width: 7em;
}

input.input-medium,
select.input-medium {
    width: 18em;
}

#catalogForm .catalog-not-downloaded {
    color: red;
}

.article-not-ready {
    border: red 1px solid;
    padding: 2px;
}

.vgs_edit_session_control label {
    margin-left: 0.5em;
    vertical-align: top;
}

table.big-rows td.withoutunderline {
    vertical-align: middle;
}

.sustainable-article {
    border: green thick solid;
}

.artikel-list.TILE .artikel-list-bild img.sustainability-seal {
    max-height: 3em;
    min-height: 3em;
    position: absolute;
    top: 118px;
    left: 10px;
}

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

body .ui-widget .ui-widget {
    font-size: 0.85em;
}

.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}

table.ui-datepicker-calendar {
    width: 15em;
}