/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media print {
  @page {
    margin: 1cm;
  }
  body {
    font-size: 10pt;
    line-height: 1.2;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    height: initial !important;
    page-break-after: auto;
  }

  h1 {
    font-size: 18pt;
  }

  h2,
h3,
h4 {
    font-size: 12pt;
    font-weight: bold;
  }

  a,
blockquote,
table,
pre,
ul,
ol,
dl {
    page-break-inside: avoid;
  }

  h1,
h2,
h3,
h4,
h5,
h6,
img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  input {
    border: 1px solid transparent;
    background-color: transparent;
  }

  input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  input[type=date] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
  }

  /* Removes the clear button from date inputs */
  input[type=date]::-webkit-clear-button {
    display: none;
  }

  /* Removes the spin button */
  input[type=date]::-webkit-inner-spin-button {
    display: none;
  }
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) *100);
}
body main {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, button,
.button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, button:hover,
.button:hover,
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

button,
.button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #7f2ad9;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
}
button:hover,
.button:hover,
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #8c3fdd;
}
button:active,
.button:active,
.btn:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: #9955e1;
  transition-duration: 0s;
}
button:disabled, button.disabled, button[disabled],
.button:disabled,
.button.disabled,
.button[disabled],
.btn:disabled,
.btn.disabled,
.btn[disabled],
input[type=button]:disabled,
input[type=button].disabled,
input[type=button][disabled],
input[type=reset]:disabled,
input[type=reset].disabled,
input[type=reset][disabled],
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=submit][disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
button:disabled:hover, button.disabled:hover, button[disabled]:hover,
.button:disabled:hover,
.button.disabled:hover,
.button[disabled]:hover,
.btn:disabled:hover,
.btn.disabled:hover,
.btn[disabled]:hover,
input[type=button]:disabled:hover,
input[type=button].disabled:hover,
input[type=button][disabled]:hover,
input[type=reset]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset][disabled]:hover,
input[type=submit]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit][disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
button i,
.button i,
.btn i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i {
  font-size: 1.3rem;
  line-height: inherit;
  float: left;
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
table td,
table th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: baseline;
  border-radius: 2px;
}

table.compact {
  width: initial;
}
table.compact tr {
  border-bottom: none;
}
table.compact tr td, table.compact tr th {
  padding: 3px;
}

table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #eeeeee;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

table.properties tr td:first-child {
  vertical-align: top;
  font-weight: bold;
  text-align: right;
}

label {
  display: flex;
  align-items: center;
}
label input[type=radio], label input[type=checkbox] {
  margin: 5px;
}

@media all and (max-width: 600px) {
  input[type=checkbox], input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.hidden {
  display: none;
}

.clickable {
  cursor: pointer;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media all and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
  }
}
@media all and (min-width: 601px) {
  .hidden-big {
    display: none !important;
  }
}
@media print {
  .hide-print {
    display: none;
  }
}

@media print {
  * {
    transition: none !important;
  }
}
inkoop-order-item {
  display: grid;
  font-size: 0.9em;
  align-items: baseline;
  max-width: 800px;
  grid-template-columns: 1fr 5fr 2fr 2fr 1fr 100px 20px;
}
inkoop-order-item span[key=opmerking] {
  color: #e01d2a;
}
inkoop-order-item i.material-icons {
  font-size: 1em;
}
@media all and (max-width: 600px) {
  inkoop-order-item {
    grid-template-columns: 1fr 6fr 2fr 2fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  inkoop-order-item i.material-icons {
    font-size: 1.3em;
  }
  inkoop-order-item span[key=opmerking] {
    grid-row: 2;
    grid-column: 1/span 6;
    text-align: right;
  }
}
inkoop-order-item div#editOpmerking {
  grid-row: 2;
  grid-column: 1/span 6;
  text-align: right;
}
inkoop-order-item span {
  padding: 3px;
}
inkoop-order-item input[type=checkbox] {
  margin: 3px;
}
inkoop-order-item div.header {
  grid-column: 1/span 7;
  border-bottom: 1px solid grey;
  padding-top: 5px;
}
inkoop-order-item div.header strong {
  margin-top: 3px;
  font-size: 1em;
  font-weight: bolder;
}
inkoop-order-item:not([template=inkoop-order-item-header]):nth-child(even) {
  background-color: #eeeeee;
}

inkoop-orders {
  flex-grow: 1;
  display: flex;
  overflow-y: hidden;
}
@media all and (max-width: 600px) {
  inkoop-orders div.content h4 {
    margin-left: 45px;
    margin-top: 0px;
    font-size: 1.5em;
  }
}
inkoop-orders nav-side div#date {
  display: flex;
  align-items: center;
}
inkoop-orders nav-side div#date input[type=date] {
  height: 36px;
  margin: 0px 0px 0px 5px;
  border: 0px;
}
inkoop-orders nav-side div#date button {
  margin-left: 5px;
  border-radius: 5px;
}
inkoop-orders nav-side ul#leveranciers {
  list-style-type: none;
  margin: 5px 2px 0px 0px;
  padding: 0px;
}
inkoop-orders nav-side ul#leveranciers li {
  background-color: #f0cdac;
  border-bottom: 1px solid #e9b380;
  color: #000;
  padding: 10px;
  white-space: nowrap;
  cursor: pointer;
}

body#login {
  /* Change styles for span and cancel button on extra small screens */
}
body#login input[type=text], body#login input[type=password] {
  width: 100%;
  margin: 8px 0;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
body#login button {
  font-weight: bold;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
body#login button:hover {
  opacity: 0.8;
}
body#login .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
body#login img.logo {
  width: 25%;
  border-radius: 50%;
}
body#login .container {
  padding: 16px;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 300px) {
  body#login span.password {
    display: block;
    float: none;
  }
}

nav-bar {
  display: grid;
  background-color: #18854d;
  border-bottom: 1px solid #18854d;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-template-rows: auto, auto;
  z-index: 999;
  align-items: end;
}
@media all and (max-width: 600px) {
  nav-bar {
    grid-template-columns: 100%;
  }
}
nav-bar a {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}
nav-bar button.menu-button {
  display: none;
  background-color: #18854d;
  position: absolute;
  right: 0px;
  box-shadow: none;
}
@media all and (max-width: 600px) {
  nav-bar button.menu-button {
    display: inline-block;
  }
}
nav-bar button.menu-button:hover {
  background-color: #1a9254;
}
nav-bar button.menu-button i.material-icons {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}
nav-bar span[key=title] {
  color: #fff;
  font-size: 1.8em;
  padding-left: 5px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
nav-bar nav-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 3px 3px 10px;
  border-right: 1px solid #1a9254;
}
@media all and (max-width: 600px) {
  nav-bar nav-item {
    display: none;
  }
  nav-bar nav-item.visible {
    display: flex;
    min-height: 36px;
  }
}
@media all and (min-width: 601px) {
  nav-bar nav-item.active {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.87);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
nav-bar nav-item i.material-icons {
  margin-left: -5px;
  margin-right: 5px;
  font-size: 18px;
}
nav-bar nav-item:nth-child(2) {
  border-left: 1px solid #1a9254;
}
nav-bar nav-item:hover:not(.active) {
  background-color: #1a9254;
}
@media print {
  nav-bar {
    display: none !important;
  }
}

nav-footer {
  background-color: #18854d;
  color: #fff;
}

nav-panel {
  display: none;
  grid-row-end: 9999;
  grid-column: 1/-1;
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
@media all and (max-width: 600px) {
  nav-panel {
    min-height: 36px;
  }
}
nav-panel.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-column-gap: 5px;
  grid-row-gap: 3px;
  grid-auto-flow: dense;
}
nav-panel nav-section {
  margin: 2px 0px 2px 0px;
  padding: 3px;
  text-align: center;
  border: 1px solid #c8c8c8;
  margin-bottom: 14px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24px, max-content));
  grid-template-rows: repeat(auto-fit, minmax(24px, max-content));
  grid-auto-flow: dense;
}
nav-panel nav-section > span.title {
  color: #5a3410;
  position: absolute;
  bottom: -18px;
  left: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
nav-panel i.material-icons {
  font-size: 1.2em;
  margin: 3px;
  color: #44270c;
  float: none;
}
nav-panel button,
nav-panel input,
nav-panel select,
nav-panel span,
nav-panel a,
nav-panel a.menu,
nav-panel p {
  font-size: 12px;
  margin: 2px 0px 2px 0px;
  max-height: 24px;
}
@media all and (max-width: 600px) {
  nav-panel button,
nav-panel input,
nav-panel select,
nav-panel span,
nav-panel a,
nav-panel a.menu,
nav-panel p {
    height: 32px;
    max-height: initial;
  }
}
nav-panel button {
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  line-height: 1em;
  height: initial;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  padding: 4px 4px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav-panel button:hover {
  border-color: #c8c8c8;
  background-color: #e2e2e2;
  box-shadow: none;
}
nav-panel select,
nav-panel input {
  margin: 0px;
}
nav-panel a.menu {
  position: relative;
  padding-right: 15px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 24px;
}
@media all and (max-width: 600px) {
  nav-panel a.menu {
    height: 32px;
  }
}
nav-panel a.menu::before {
  display: block;
  position: absolute;
  color: transparent;
  font-size: 0;
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #44270c;
  top: 50%;
  right: 0px;
  margin-left: -1rem;
  margin-top: -0.2rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: center center 1px;
  transform-origin: center center 1px;
}
nav-panel a.menu:hover ul {
  display: block;
}
nav-panel a.menu ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 24px;
  left: 0px;
  padding: 5px;
  margin: 0px;
  min-width: 100px;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  list-style: none;
}
@media all and (max-width: 600px) {
  nav-panel a.menu ul {
    top: 32px;
  }
}
nav-panel a.menu ul li {
  text-align: left;
  float: none;
  border: none;
}
nav-panel a.menu ul li:hover a {
  background-color: #e2e2e2;
}
nav-panel a.menu ul li a {
  padding: 5px;
  border: none;
  color: #18854d;
}

nav-side {
  --nav-side-width: 300px;
  display: block;
  position: relative;
  width: var(--nav-side-width, 300px);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #198e52;
  color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
nav-side + div.content {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: scroll;
}
@media all and (max-width: 600px) {
  nav-side {
    --nav-side-width: 0px !important;
  }
}
nav-side button.nav-side-toggle {
  position: fixed;
  left: var(--nav-side-width);
  background-color: #198e52;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 600px) {
  nav-side button.nav-side-toggle {
    display: initial;
  }
}

nav-bar {
  display: grid;
  background-color: #18854d;
  border-bottom: 1px solid #18854d;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-template-rows: auto, auto;
  z-index: 999;
  align-items: end;
}
@media all and (max-width: 600px) {
  nav-bar {
    grid-template-columns: 100%;
  }
}
nav-bar a {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}
nav-bar button.menu-button {
  display: none;
  background-color: #18854d;
  position: absolute;
  right: 0px;
  box-shadow: none;
}
@media all and (max-width: 600px) {
  nav-bar button.menu-button {
    display: inline-block;
  }
}
nav-bar button.menu-button:hover {
  background-color: #1a9254;
}
nav-bar button.menu-button i.material-icons {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}
nav-bar span[key=title] {
  color: #fff;
  font-size: 1.8em;
  padding-left: 5px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
nav-bar nav-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 3px 3px 10px;
  border-right: 1px solid #1a9254;
}
@media all and (max-width: 600px) {
  nav-bar nav-item {
    display: none;
  }
  nav-bar nav-item.visible {
    display: flex;
    min-height: 36px;
  }
}
@media all and (min-width: 601px) {
  nav-bar nav-item.active {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.87);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
nav-bar nav-item i.material-icons {
  margin-left: -5px;
  margin-right: 5px;
  font-size: 18px;
}
nav-bar nav-item:nth-child(2) {
  border-left: 1px solid #1a9254;
}
nav-bar nav-item:hover:not(.active) {
  background-color: #1a9254;
}
@media print {
  nav-bar {
    display: none !important;
  }
}

nav-footer {
  background-color: #18854d;
  color: #fff;
}

nav-panel {
  display: none;
  grid-row-end: 9999;
  grid-column: 1/-1;
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
@media all and (max-width: 600px) {
  nav-panel {
    min-height: 36px;
  }
}
nav-panel.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-column-gap: 5px;
  grid-row-gap: 3px;
  grid-auto-flow: dense;
}
nav-panel nav-section {
  margin: 2px 0px 2px 0px;
  padding: 3px;
  text-align: center;
  border: 1px solid #c8c8c8;
  margin-bottom: 14px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24px, max-content));
  grid-template-rows: repeat(auto-fit, minmax(24px, max-content));
  grid-auto-flow: dense;
}
nav-panel nav-section > span.title {
  color: #5a3410;
  position: absolute;
  bottom: -18px;
  left: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
nav-panel i.material-icons {
  font-size: 1.2em;
  margin: 3px;
  color: #44270c;
  float: none;
}
nav-panel button,
nav-panel input,
nav-panel select,
nav-panel span,
nav-panel a,
nav-panel a.menu,
nav-panel p {
  font-size: 12px;
  margin: 2px 0px 2px 0px;
  max-height: 24px;
}
@media all and (max-width: 600px) {
  nav-panel button,
nav-panel input,
nav-panel select,
nav-panel span,
nav-panel a,
nav-panel a.menu,
nav-panel p {
    height: 32px;
    max-height: initial;
  }
}
nav-panel button {
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  line-height: 1em;
  height: initial;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  padding: 4px 4px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav-panel button:hover {
  border-color: #c8c8c8;
  background-color: #e2e2e2;
  box-shadow: none;
}
nav-panel select,
nav-panel input {
  margin: 0px;
}
nav-panel a.menu {
  position: relative;
  padding-right: 15px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 24px;
}
@media all and (max-width: 600px) {
  nav-panel a.menu {
    height: 32px;
  }
}
nav-panel a.menu::before {
  display: block;
  position: absolute;
  color: transparent;
  font-size: 0;
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #44270c;
  top: 50%;
  right: 0px;
  margin-left: -1rem;
  margin-top: -0.2rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: center center 1px;
  transform-origin: center center 1px;
}
nav-panel a.menu:hover ul {
  display: block;
}
nav-panel a.menu ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 24px;
  left: 0px;
  padding: 5px;
  margin: 0px;
  min-width: 100px;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  list-style: none;
}
@media all and (max-width: 600px) {
  nav-panel a.menu ul {
    top: 32px;
  }
}
nav-panel a.menu ul li {
  text-align: left;
  float: none;
  border: none;
}
nav-panel a.menu ul li:hover a {
  background-color: #e2e2e2;
}
nav-panel a.menu ul li a {
  padding: 5px;
  border: none;
  color: #18854d;
}

nav-side {
  --nav-side-width: 300px;
  display: block;
  position: relative;
  width: var(--nav-side-width, 300px);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #198e52;
  color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
nav-side + div.content {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: scroll;
}
@media all and (max-width: 600px) {
  nav-side {
    --nav-side-width: 0px !important;
  }
}
nav-side button.nav-side-toggle {
  position: fixed;
  left: var(--nav-side-width);
  background-color: #198e52;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 600px) {
  nav-side button.nav-side-toggle {
    display: initial;
  }
}

snack-bar {
  visibility: hidden;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #030201;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  text-align: left;
  --snack-bar-timeout: 1s;
}
snack-bar.visible {
  visibility: visible;
  animation-name: fade;
  -webkit-animation-name: fade;
  animation-duration: var(--snack-bar-timeout);
  -webkit-animation-duration: var(--snack-bar-timeout);
}
snack-bar button {
  float: right;
  margin-left: 5px;
}
snack-bar span {
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
}

@keyframes fade {
  0% {
    bottom: 0;
    opacity: 0;
  }
  10% {
    bottom: 30px;
    opacity: 1;
  }
  90% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    bottom: 0;
    opacity: 0;
  }
  10% {
    bottom: 30px;
    opacity: 1;
  }
  90% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
verkoop-orders div#list {
  max-width: 800px;
}
verkoop-orders div#list verkoop-order {
  display: grid;
  grid-template-columns: 2fr 10fr 2fr;
  padding-top: 5px;
}
verkoop-orders div#list verkoop-order[template=verkoop-order-list-header] {
  grid-template-columns: 1fr;
  background-color: #5a3410;
  color: white;
  padding: 3px;
  margin-top: 10px;
}
verkoop-orders div#list verkoop-order span[key=ordernr] {
  text-decoration: underline;
}
verkoop-orders div#list verkoop-order[percbinnen] span#perclabel {
  background-color: #fafa54;
}
verkoop-orders div#list verkoop-order[percbinnen="0"] span#perclabel {
  background-color: #e01d2a;
}
verkoop-orders div#list verkoop-order[percbinnen="100"] span#perclabel {
  background-color: #398339;
}
verkoop-orders div#list verkoop-order span#perclabel {
  text-align: center;
  border-radius: 5px;
  padding: 3px;
}
verkoop-orders div#list verkoop-order:not([template=verkoop-order-list-header]):nth-child(even) {
  background-color: #eeeeee;
}

verkoop-order table#info input[key=aantalstickers] {
  width: 50px;
}
verkoop-order verkoop-orderregel {
  display: grid;
  grid-template-columns: 1fr 10fr 2fr 4fr 4fr;
}
verkoop-order verkoop-orderregel:not([template=verkoop-orderregel-header])[binnen="0"] {
  border-left: 3px solid #e01d2a;
}
verkoop-order verkoop-orderregel:not([template=verkoop-orderregel-header])[binnen="1"] {
  border-left: 3px solid #398339;
}
verkoop-order verkoop-orderregel span {
  font-size: 0.9em;
}
verkoop-order verkoop-orderregel span[key=opmerking] {
  color: #e01d2a;
}
verkoop-order verkoop-orderregel:not([template=verkoop-orderregel-header]):nth-child(even) {
  background-color: #eeeeee;
}
verkoop-order verkoop-orderregel[template=verkoop-orderregel-header] {
  padding-top: 5px;
}
verkoop-order verkoop-orderregel[template=verkoop-orderregel-header] span {
  font-size: 1em;
  margin-top: 3px;
  font-weight: bolder;
  grid-column: 1/span 5;
}
verkoop-order div[key=voettekst] {
  margin: 25px 10px 10px 10px;
}

verzamel-pakbonnen div#list, verzamel-pakbonnen div#list-header {
  max-width: 800px;
}
verzamel-pakbonnen verzamel-pakbon,
verzamel-pakbonnen div#list-header {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr 1fr 1fr 4fr 2fr;
}
verzamel-pakbonnen verzamel-pakbon {
  padding-top: 5px;
}
verzamel-pakbonnen verzamel-pakbon:nth-child(even) {
  background-color: #eeeeee;
}
verzamel-pakbonnen div#list-header span {
  background-color: #5a3410;
  color: #fff;
  padding: 3px;
}

verzamel-pakbon verzamel-pakbon-item {
  display: grid;
  grid-template-columns: 1fr 10fr 1fr;
  align-items: center;
}
verzamel-pakbon verzamel-pakbon-item[template=verzamel-pakbon-item-header] {
  grid-template-columns: 200px 50px 100px;
  font-weight: bolder;
  padding-top: 10px;
}

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