/*
  Global App CSS
  ----------------------
  Use this file for styles that should be applied to all components.
  For example, "font-family" within the "body" selector is a CSS property
  most apps will want applied to all components.

  Any global CSS variables should also be applied here.
*/

:root {
    --freshblue: #f8bc00;
    --darkblue: #da7b08;
    --bgblue: #f6f7f9;
    --bgcard: #ffffff;
    --textheadings: #69302c;
    --lavendellight: #ccddec;
    --lavendel: #8ba6bc;
    --lavendeldark: #404664;
    --white: #FFF;
    --textheadings: #444;
    --borderdefault: #DDD;
    --honeyyellow: #f8bc00;
    --honeyorange: #da7b08;
    --honeydark: #69302c;
    --lavenderlight: #8ba6bc;
    --bghover: #fcfcfc;
    --applegreen: #8ac75b;
    --bee-danger: var(--honeyorange);
    --bee-warning: var(--honeyyellow);
    --bee-neutral: var(--borderdefault);
    --bee-success: var(--applegreen);
    --bee-danger-light: var(--honeyorange);
    --bee-warning-light: var(--honeyyellow);
    --bee-neutral-light: var(--borderdefault);
    --bee-success-light: var(--applegreen);
}

html,
body {
    background-color: var(--bgblue);
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    overflow: hidden;
}

body {
    /* margin-top: -20px; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.beeWideWrap {
    max-width: 934px;
    padding: 0;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.beeSection {
    max-width: 870px;
    padding: 12px 0;
    margin: 16px auto 0;
    color: var(--textheadings);
    border-top: 1px solid var(--freshblue);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.beeSectionCard {
    border-radius: 6px;
    border: 1px solid var(--borderdefault);
    background-color: var(--bgcard);
    padding: 20px;
    margin: 16px auto 0;
    color: var(--textheadings);
    width: 570px;
}

.beeSection h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--textheadings);
    display: inline-block;
    width: 300px;
}

.beeCard {
    border: 1px solid var(--borderdefault);
    background-color: var(--bgcard);
    max-width: 894px;
    border-radius: var(--cardborderradius);
    padding: 20px;
    margin: 16px auto 0;
    color: var(--textheadings);
    font-size: 14px;
    line-height: 21.7px;
}

.beeCard p {
    font-size: 14px;
    line-height: 21.7px;
    margin-bottom: 0;
}

.overflowX {
    overflow-x: auto;
}

.beeOutline {
    box-shadow: none;
    max-width: 934px;
    border-radius: 6px;
    margin: 16px auto 0;
    color: var(--textheadings);
    border: 1px solid #BBB;
}

.fullWidth sl-alert {
    width: 100%;
    display: block;
}

.beeInvincible {
    box-shadow: none;
    max-width: 934px;
    border: none;
    margin: 16px auto 0;
    color: var(--textheadings);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.beeCard h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--textheadings);
    margin: 0;
    padding: 0;
    line-height: 21px;
    font-family: 'Inter', sans-serif;
}

.beeLeftColumn {
    margin: 0;
    flex-grow: 3;
}

.beeLeftCard {
    margin: 0;
    flex-grow: 3;
    border-radius: 6px;
    border: 1px solid var(--borderdefault);
}

.beeRightColumn {
    margin: 0;
    flex-grow: 1;
}

.beeRightCard {
    margin: 0;
    flex-grow: 1;
    border-radius: 6px;
    /* box-shadow: rgba(23, 24, 24, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.15) 0px 1px 2px 0px; */
    border: 1px solid var(--borderdefault);
}

.beeRightCard h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.beeCard8 {
    /* box-shadow: rgba(23, 24, 24, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.15) 0px 1px 2px 0px; */
    border: 1px solid var(--borderdefault);
    border-radius: 8px;
    padding: 20px 20px 0 20px;
    background-color: var(--bgcard);
    margin: 16px auto;
}

@media print {
    .beeCard8 {
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 0;
    }
}

.beeCard8 h3 {
    display: inline-block;
    line-height: 40px;
    margin: 0;
}

.beeSmallCard {
    width: 284px;
}

.beeMediumWideCard {
    width: 684px;
}

table.beeMinimum {
    width: calc(40px + 100%);
    border-collapse: collapse;
}

table.beeTableFooterTotal {
    width: calc(40px + 100%);
    border-collapse: collapse;
    margin: 0 0 0 -20px;
}

table.beeMinimumMargin {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 0 0px;
}

table.beeMinimum tr,
table.beeTableFooterTotal tr,
table.beeTable tr {
    padding: 0 20px;
}

table.beeMinimum tr:nth-child(1) td,
table.beeTableFooterTotal tr:nth-child(1) td,
table.header tr:nth-child(1) td {
    font-style: italic;
}

table.beeTableFooterTotal tr:nth-last-child(1) td {
    background-color: #eee;
    font-weight: bold;
    /* padding: 12px 0; */
}

table.beeMinimum tr td,
table.beeTableFooterTotal tr td,
table.beeTable tr td {
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    width: 100px;
}

table.beeShippingHeader,
table.beeShippingLines,
table.beeMilestones {
    width: 894px;
    overflow-x: auto;
}

table.beeShippingHeader tr td,
table.beeShippingLines tr th,
table.beeShippingLines tr td,
table.beeMilestones tr td {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

table.beeShippingHeader tr td:nth-child(3) {
    text-align: right;
}

table.beeMilestones tr td {
    text-align: right;
}

table.beeTableFooterTotal tr td:nth-child(1) {
    text-align: left;
    padding-left: 20px;
    width: auto;
}

table.largeTable {
    font-size: 14px;
    font-family: arial, verdana, sans-serif;
    border-collapse: collapse;
}

table.largeTable tr td {
    border: 1px solid #CCC;
    padding: 4px;
}

table.beeTableFooterTotal tr td:nth-last-child(1) {
    padding-right: 20px;
}

table.fullWidthTable {
    width: 100%;
}

.beeMediumWideFrame {
    width: 724px;
    margin: 16px auto;
}

.beeMediumWideFrame h3 {
    display: inline-block;
    line-height: 40px;
    margin: 0;
}

table tr td.bgsuccess {
    background-color: lightgreen;
}

table tr td.bgwarning {
    background-color: lightyellow;
}

.beeMediumWideFrame sl-button {
    float: right
}

.kpiSingle {
    background-color: var(--lavendellight);
    color: var(--lavendeldark);
    border-radius: 3px;
    display: inline-block;
    width: 140px;
    height: 80px;
    text-align: left;
    padding: 20px;
}

.kpiSingle h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

.kpiCard {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.kpiCard h3 {
    flex: 0 0 100%;
}

main {
    padding-bottom: 60px;
}

header h1 {
    display: inline-block;
}

header account-avatar {
    float: right;
    margin: 8px 40px 0 0;
}

main h1 {
    line-height: 32px;
    font-size: 28px;
    color: var(--textheadings);
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    display: block;
    margin: 32px auto 0;
    max-width: 934px;
}

main h3.tussenkop {
    line-height: 24px;
    font-size: 21px;
    color: var(--textheadings);
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    display: block;
    margin: 32px auto 0;
    max-width: 934px;
}

main h1 sl-button,
main h1 sl-dropdown,
main h1 sl-button-group {
    float: right;
}

main h1.small {
    max-width: 870px;
}

main p,
main sl-breadcrumb {
    display: block;
    color: var(--textheadings);
    max-width: 934px;
    margin: 20px auto;
}

table.spacetable,
table.spacetable tr {
    width: calc(100% + 40px);
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    border: 0;
}

table.spacetable tr td {
    border-bottom: 1px solid var(--freshblue);
}

table.spacetable tr td {
    padding: 12px;
    padding-left: 20px;
    white-space: nowrap;
}

stencil-route-link a {
    text-decoration: none;
    color: black;
}

table tr td.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.disabledColor {
    color: var(--sl-color-neutral-300);
}

.enabledColor {
    color: var(--sl-color-success-600);
}

.orderRow {
    display: block;
}

.orderRow div {
    display: inline-block;
    padding: 6px 12px;
}

.w100 {
    width: 100px;
}

.w140 {
    width: 140px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

table.sideTable {
    width: 100%;
}

table.sideTable tr td:nth-child(2) {
    text-align: right;
}

table tr th {
    text-align: left;
}

table tr th.numeric,
table tr td.numeric,
table tr th.integerValue,
table tr td.integerValue,
table tr th.doubleValue,
table tr td.doubleValue,
table tr th.arrayValue,
table tr td.arrayValue {
    text-align: right;
    padding-right: 12px;
}

table tr th.textual,
table tr td.textual,
table tr th.stringValue,
table tr td.stringValue,
table tr th.timestampValue,
table tr td.timestampValue,
table tr th.datestampValue,
table tr td.datestampValue {
    text-align: left;
}

.warningbg {
    background-color: #fef5ea;
}

sl-icon.chevron {
    padding-left: 6px;
}

table tr:hover td {
    background-color: var(--bghover);
}

a:link {
    color: #404664;
    text-decoration: underline;
}

#appMenuDiv stencil-route-link a:link {
    text-decoration: none;
}


/* visited link */

a:visited {
    color: #404664;
}


/* mouse over link */

a:hover {
    color: var(--honeyorange);
}


/* selected link */

a:active {
    color: #8ba6bc;
}

div#appwrapp {
    width: 100%;
    overflow: hidden;
    /* makes the body non-scrollable (we will add scrolling to the sidebar and main content containers) */
    margin: 0px;
    /* removes default style */
    display: block;
    box-sizing: border-box;
}

div#appwrapp.darkmode * {
    --freshblue: #f8bc00;
    --darkblue: #da7b08;
    --bgblue: #1a1a1a;
    --bgcard: #242424;
    --textheadings: #69302c;
    --lavendellight: #ccddec;
    --lavendel: #8ba6bc;
    --lavendeldark: #404664;
    --white: #222;
    --textheadings: #FFF;
    --borderdefault: #444;
    --honeyyellow: #f8bc00;
    --honeyorange: #da7b08;
    --honeydark: #69302c;
    --lavenderlight: #8ba6bc;
    --bghover: #fcfcfc;
    --cardborderradius: 3px;
}

div#appwrapp.darkmode * sl-menu-item::part(base) {
    color: #ccc;
}


/* APP LEFT AND RIGHT */

div#appleft,
div#appright {
    background-color: var(--bgblue);
    overflow: auto;
    height: 100%;
    /* allows both columns to span the full height of the browser window */
}


/* APP LEFT */

div#appleft {
    border-right: 1px solid var(--borderdefault);
    width: 239px;
    transition-property: width;
    transition-duration: 0.05s;
    transition-timing-function: ease-in;
}

div#appleft.appcolumn {
    background-color: var(--white);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

div#appleft sl-menu-item#menuselector {
    display: none;
}

@media only screen and (max-width: 1199px) {
    div#appleft.menuin {
        border-right: 1px solid var(--freshblue);
        width: 49px;
        transition-property: width;
        transition-duration: 0.05s;
        transition-timing-function: ease-in;
    }
    sl-menu-item sl-icon {
        margin-left: -10px;
        padding-right: 10px;
    }
    div#appleft.menuout {
        border-right: 1px solid var(--borderdefault);
        width: 229px;
        z-index: 9999;
        /* box-shadow: 2px 2px 10px 1px #CCC; */
    }
    div#appleft.menuin * sl-menu-label {
        display: none;
    }
    div#appleft.menuin {
        overflow-x: hidden;
    }
    div#appleft sl-menu-item#menuselector {
        display: block;
    }
}


/* APP RIGHT */

div#appright.appcolumn {
    width: calc(100% - 240px);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 240px;
}


/* @media only screen and (max-width: 1199px) {
    div#appright.appcolumn {
        width: calc(100% - 50px);
        left: 50px;
    }
} */

div#appleft header,
div#appleft nav,
div#appright header {
    flex-shrink: 0;
    overflow: hidden;
    z-index: 9999;
}

div#appright header {
    display: inline-block;
    width: 100%;
    z-index: 9999;
}


/* div#appleft nav {
  display: flex;
  flex: 1;
  align-items: stretch;
} */

header {
    background: var(--freshblue);
    color: var(--textheadings);
    height: 48px;
    display: flex;
    align-items: center;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

h1 {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 12px;
}

nav {
    /* max-width: 239px;
  width: 239px; */
    display: flex;
    overflow: auto;
}

.basketpic-image {
    max-width: 210px;
    width: 210px;
    margin-bottom: 18px;
    box-shadow: none;
}

.basketpic-image img {
    width: 210px;
    height: 157.5px;
    max-width: 800px;
    max-height: 600px;
    background-color: #CCC;
}

a.link-active sl-menu-item::part(base),
sl-menu-item:hover::part(base) {
    background-color: var(--honeyyellow);
    color: var(--bgcard);
}

#appleft stencil-route-link a {
    text-decoration: none;
    color: var(--bgcard);
}

sl-menu-item[size="small"]::part(base) {
    font-size: var(--sl-font-size-small);
    padding: 2px 20px;
}

.floatright {
    float: right;
}

.flexWrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 936px;
    margin: 24px auto;
}

.thirdBox {
    width: 274px;
    padding: 10px;
    border: 1px solid var(--borderdefault);
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    background-color: var(--bgcard);
}

.twiceBox {
    width: 434px;
    padding: 10px;
    border: 1px solid var(--borderdefault);
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    background-color: var(--bgcard);
}

.twiceBoxNoPadding {
    width: 454px;
    padding: 0;
    border: 1px solid var(--borderdefault);
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    background-color: var(--bgcard);
    margin-bottom: 24px;
}

table.fullTableCard {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}

table.fullTableCard tr th {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
}

table.fullTableCard tr td {
    color: var(--textheadings);
    font-size: 14px;
    line-height: 21.7px;
    padding: 2px 8px;
    vertical-align: top;
}

table.fullTableCard tr:nth-child(2) td {
    padding-top: 8px;
}

div.arrayTag {
    padding: 0px 4px;
    border: 1px solid var(--borderdefault);
    display: inline-block;
    margin-right: 4px;
    font-size: 10px;
    letter-spacing: 0.2px;
}