header {
    background-color: #FFBD7B;
    font-weight: bold;
    padding: 0.5rem;
}

.barcodeImage {
    height: 40px;
    width: 40px;
}

.last-scanned-success {
    background-color: lightgreen;
}

.last-scanned-warning {
    background-color: lightgoldenrodyellow;
}

.last-scanned-error {
    background-color: lightcoral;
}

.quantity {
    font-weight: bold;
}

img {
	max-width: 72px;
}

.fa-disabled {
    color: #a9a9a9;
}

.imageData {
	width: 72px !important;
	height: 72px;
}

.waiting-user {
    font-style: italic;
    text-align: center;
}