*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: black;
}


html,
:host {
    line-height: 1.5;
    tab-size: 4;
    font-family: 'fontFamily.sans', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

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

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

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

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

/**
 * Utilities
 */

 .padding-1 {
    padding: 0.5em;
 }

 .padding-2 {
    padding: 1em;
 }

 .padding-3 {
    padding: 1.5em;
 }

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.info-message-text {
    color: #15803d;
}

.error-message-text {
    color: rgb(248 113 113);
}

body .hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1
}

.btn {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    align-items: center;
    border-radius: 0.5rem;
}

.btn:disabled {
    background-color: rgb(226 232 240);
    color: rgb(148 163 184);
}

.space {
    width: 1rem;
}

.movement-header {
    font-size: 1.1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    color: #666;
}

.overview-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.section-label {
    margin-top: 1rem;
    border-bottom: 1px solid rgb(226 232 240);
}

.section {
    padding: 0.5rem;
}


.btn-primary {
    background-color: rgb(250 204 21);
}

.btn-secondary {
    background-color: white;
}

.btn-secondary-on-white {
    background-color: rgb(226 232 240);
}

/**
 * App
 */
.app-root {
    height: 100vh;
    background-color: rgb(248 250 252);
    overflow: hidden;
}

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-widget {
    padding: 1.25rem;
    margin-bottom: 4rem;
    background-color: rgb(255 255 255);
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.login-form {
    display: flex;
    flex-direction: column;
}

.login-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
    flex-grow: 1;
    text-align: center;
    color: rgb(0 0 0 / 1);
}

.login-form-input {
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    border-radius: 0.25rem;
}

.login-button {
    margin-top: 1rem;
    flex-grow: 1;
}

.movement-overview-page,
.picking-overview-page,
.order-page,
.picking-overview-page,
.my-tasks-page,
.location-page,
.home-page,
.print-page,
.movement-page,
.picking-page,
.sku-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: stretch;
    min-height: 100vh;
    background-color: rgb(255 255 2550);
}

.picking-list-item {
    display: flex;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: rgb(226 232 240);
    padding: 1rem 0.5rem;
}

.picking-list :first-child {
    border-style: none;
}

.picking-list-product-image {
    height: 3.5rem;
    width: 3.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226 232 240);
}

.picking-detail-product-image {
    max-height: 120px;
    max-width: 50%;
}

.picking-quantity-info,
.picking-step-action-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #a8a29e;
}

.picking-step-action-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #15803d;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.picking-step-action-value.text-smaller {
    font-size: 1.2em;
}

.picking-step-action-value.text-smallest {
    font-size: 1em;
}


.picking-list-info {
    margin-left: 0.75rem;
    overflow: hidden;
}

.picking-list-info-line {
    line-height: 1;
    display: flex;
}

.picking-quantity-selection {
    width: 75%;
    display: flex;
    flex-direction: row ;
    align-items: center;
    justify-content: center;
}

.picking-quantity {
    appearance: none;
    background-color: #fff;
    width: 100%;
    border-color: #6b7280;
    border-width: 2px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0.25rem;
}

.picking-quantity-ok {
    border-color: #15803d;
    color: #15803d;
}

.picking-quantity-error {
    border-color: rgb(248 113 113);
    color: rgb(248 113 113);
}

.picking-quantity-warning {
    border-color: #f59e0b;
    color: #f59e0b;
}

.picking-button {
    min-width: 15%;
    font-size: 1.5rem;
}

.picking-list-info-line-value {
    color: rgb(0 0 0);
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.picking-list-info-line-label {
    margin-right: 0.25em;
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgb(148 163 184);
}

.picking-list-info-quantity {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}

.picking-warning {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

.picking-warning.picking-quantity-ok {
    opacity: 0;
}

.picking-list-info-quantity-success {
    color: rgb(74 222 128);
}

.picking-list-info-quantity-error {
    color: rgb(248 113 113);
}

/**
 * Utilities
 */

.layout-top-bar {
    display: flex;
    flex-direction: row ;
    background-color: rgb(250 204 21);
    padding: 0.25rem 0.5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.layout-top-bar .icon {
    cursor: pointer;
    max-height: 16px;
}

.layout-content {
    flex-grow: 1;
    overflow-y: auto;
}

.layout-bottom {
    display: flex;
    flex-direction: row ;
    align-items: center;
    justify-content: center;
    background-color: rgb(250 204 21);
    padding: 0.5rem;
}

.layout-bottom .btn-primary {
    background-color: black;
    color: white;
}

.layout-bottom .btn-primary:disabled {
    background-color: #e7e5e4;
    color: rgb(148 163 184);
}

.layout-bottom .btn-secondary {
    background-color: #e7e5e4;
}

.barcode-wrap {
    width: 80%;
}

.barcode-input {
    appearance: none;
    background-color: #fff;
    width: 100%;
    border-color: #6b7280;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0.25rem;
}

.barcode-button {
    padding-left: 2em;
    padding-right: 2em;
    background-color: rgb(226 232 240);;
}

.barcode-button svg {
    stroke: #a8a29e;
    fill: #a8a29e;
}

.centered {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

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

/* Snackbar */
.snackbar {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.87);
    display: flex;
    opacity: 0;
    transition: opacity 2s;
    width: 100%;
    min-height: 56px;
    padding: 0 8px 0 16px;
}

.snackbar.sb_message, .snackbar.sb_with_action {
    opacity: 1;
}
.snackbar.sb_hidden {
    display: none;
}
.snackbar span, .snackbar a {
    color: #fff;
    margin: auto 0;
    padding: 8px 0;
}
.snackbar.sb_with_action span {
    width: 280px;
}
.snackbar.sb_with_action .sb_action {
    color: #64b5f6;
    cursor: pointer;
    width: 64px;
    text-align: center;
    text-decoration: none;
}

.hint {
    color: #a8a29e;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding-bottom: 2rem;
}

.centered-content .space {
    padding-top: 1rem;
}

.pick-all-button {
    color: black;
    text-decoration: underline;
}
.pick-all-button:disabled {
    background-color: white;
}

.movement-overview-line {
    font-size: 0.875rem;
    color: #999;
    display: flex;
    flex-direction: row;
}

.movement-overview-line-quantity {
    width: 10%;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
}

.movement-overview-line-product {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.movement-list-item {
    display: flex;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: rgb(226 232 240);
    padding: 1rem 0.5rem;
}

.movement-list-info-line {
    line-height: 1;
    width: 100%;
}

.movement-list:first-child {
    border-style: none;
}

.movement-list-select {
    flex-shrink: 0;
    width: 3rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.movement-list-product-image-wrapper {
    width: 3rem;
    flex-shrink: 0;
}
.movement-list-product-image {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226 232 240);
}

.movement-list-info {
    margin-left: 0.75rem;
    overflow: hidden;
    flex-grow: 1;
}

.movement-detail-product-image {
    max-height: 120px;
    max-width: 50%;
}

.report-list-item:first-child {
    border-style: none;
}
.report-list-item {
    display: flex;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: rgb(226 232 240);
    padding: 1rem 0.5rem;
    cursor: pointer;
}

.printer-list-item:first-child {
    border-style: none;
}
.printer-list-item {
    display: flex;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: rgb(226 232 240);
    padding: 1rem 0.5rem;
    cursor: pointer;
}

.sku-page .product-image {
    width: 50%;
}

.sku-page .product-name
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sku-page .product-reference
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #a8a29e;
}

.print-page input {
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.print-page .print-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #a8a29e;
    margin-bottom: 0.25em;
}

.print-page .btn-select {
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
    background-color: rgb(226 232 240);
}

.home-page-section-buttons {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-page-section-button {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 6px;
    background-color: rgb(226 232 240);
    font-size: 0.85em;
    align-content: center;
}

.home-page-section-button img {
    height: 40px;
    width: auto;
}

.full-height {
    height: 100%;
}

.padding-1 {
    padding: 0.25em;
}

.pointer {
    cursor:pointer;
}

.color-highlight {
    color: #15803d
}

.bold {
    font-weight: bold;
}

/* info section */

.info-section {
    overflow: hidden;
    width: 100%;
}

.info-section .split {
    display: flex;
    flex-direction: row;
}

.info-section .split .split-left,
.info-section .split .split-right {
    flex-shrink: 0;
    flex-grow: 1;
}

.info-section .split.split-grow-left .split-left {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 0.5em;
}

.info-section .split.split-grow-left .split-right {
    flex-grow: 0
}

.info-section .split.split-grow-right .split-right {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 0.5em;
}

.info-section .split.split-grow-right .split-left {
    flex-grow: 0
}

.info-section .split.split-1-to-2 .split-left {
    width: 33%;
}

.info-section .split.split-1-to-2 .split-right {
    width: 66%;
    padding-left: 0.5em;
}

.info-section .split.split-1-to-3 .split-left {
    width: 25%;
}

.info-section .split.split-1-to-3 .split-right {
    width: 75%;
    padding-left: 0.5em;
}

.info-section .split.split-2-to-1 .split-left {
    width: 66%;
}

.info-section .split.split-2-to-1 .split-left {
    width: 66%;
    padding-right: 0.25em;
}

.info-section .split.inverted {
    flex-direction: row-reverse;
}

.info-section .list {
    overflow: hidden;
    width: 100%;
}

.info-section .list .line {
    margin-top: 0em;
}


.info-section .list.spacing-1 .line {
    margin-top: 0.25em;
}

.info-section .list.spacing-2 .line {
    margin-top: 0.5em;
}

.info-section .img {
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226 232 240);
}

.info-section .img-size-small {
    height: 48px;
    width: 48px;
}

.info-section .img-size-medium {
    height: 80px;
    width: 80px;
}

.info-section .img-size-large {
    height: 120px;
    width: 120px;
}

.info-section .line {
    line-height: 1;
}

.info-section .line .value {
    color: rgb(0 0 0);
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-section .line .label {
    font-size: 0.875rem;
    line-height: 1rem;
}

.info-section .line .action {
    font-size: 0.875rem;
    line-height: 1rem;
}

.text-muted {
    color: rgb(148 163 184);
}

.text-normal {
    color: black;
}

.text-action {
    color: #15803d;
}

.text-highlight {
    color: rgb(250 204 21);
}

.abc {
    font-size: 1.5em;
    font-weight: bold;
}

.abc-small {
    font-size: 1em;
}

.abc-a {
    color: green;
}

.abc-b {
    color: orange;
}

.abc-c {
    color: red;
}

.warning {
    color: rgb(248 113 113);
    margin-bottom: 0.5em;
    line-height: 1;
}

.warning.bold {
    font-size: 1.5em;
}