@font-face {
    font-family: 'VM';
    src: url('../fonts/VM.eot');
    src: url('../fonts/VM.eot?#iefix') format('embedded-opentype'), url('../fonts/VM.woff') format('woff'), url('../fonts/VM.ttf') format('truetype'), url('../fonts/VM.svg#VM') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='vm-icon-']:before {
    display: inline-block;
    font-family: 'VM';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

.vm-icon-settings:before {
    content: "A"
}

.vm-icon-money:before {
    content: "B"
}

.vm-icon-showcase:before {
    content: "C"
}

.vm-icon-euro:before {
    content: "D"
}

.vm-icon-products:before {
    content: "E"
}

.vm-icon-users:before {
    content: "O"
}

.vm-icon-managers:before {
    content: "J"
}

.machineInfoCard {
    width: 400px;
    min-width: 260px;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    margin: 20px 20px 0 0;
}

    .machineInfoCard .mud-card-header {
        padding-top: 8px !important;
    }

    .machineInfoCard .mud-card-content {
        padding-top: 0 !important;
    }

.machineInfoCardContent {
    height: 132px;
    overflow-x: hidden;
    overflow-y: auto;
}

.status-row {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blazored-typeahead__multi-value {
    background-color: var(--mud-palette-appbar-background);
}

.blazored-typeahead__multi-value-label {
    color: white;
    font-size: 1.1em;
}

.parameterPanel {
    margin-top: 0 !important;
}

.productImage {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.blazorq-dropzone {
    min-height: 50px;
}

.blazorq-dropzone-dragged-over {
    border: 2px dashed blue !important;
}

.blazorq-dropzone-spacing {
    height: 10px;
}

.blazorq-dropzone-spacing-dragged-over {
    padding: 25px;
    margin: 3px;
    border: 2px dashed blue;
    border-radius: 4px;
}

/*add this to avoid flickering*/
.blazorq-dropzone-item-inprogess > * {
    /*pointer-events: none;*/
}

.blazorq-dropzone-item-dragged-over {
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .blazorq-dropzone-item-dragged-over > div {
        opacity: 0.6;
        animation: blinker 1s linear infinite;
    }

.blazorq-dropzone-dragged-item-over-denied {
    background-color: red;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.blazorq-dropzone-item-in-transit-move {
    opacity: 0;
}

    .blazorq-dropzone-item-in-transit-move > div {
        opacity: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}


.dropzone-flex .blazorq-dropzone-spacing {
    width: 10px;
    height: auto;
}

.dropzone-flex .blazorq-dropzone-item {
    display: flex;
    margin-bottom: 10px;
}

.blazorq-dropzone-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blazorq-dropzone-item-selected {
    /*border: 3px solid blue;*/
}

.iti {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 100%;
    position: relative;
}

    .iti input {
        font: inherit;
        outline: none;
        width: 100%;
        height: 1.1876em;
        padding-top: 6px;
        padding-bottom: 7px;
        box-sizing: content-box;
        border-bottom: 1px solid var(--mud-palette-lines-inputs);
    }

.mud-input-iti ~ label {
    opacity: 0;
}

.mud-input-iti:focus-within ~ label {
    opacity: 1;
}

.machine-marker-label {
    background-color: #ffffffdb
}

.stock-alert {
    display: inline-block;
    vertical-align: inherit;
}

.locker {
    width: 100px;
    margin: 10px;
    border: 1px solid var(--mud-palette-appbar-background);
    text-align: center;
}

.locker-id {
    font-weight: bold;
    font-size: 25px;
    margin: 10px;
}

.locker-state {
    margin: 10px;
}

.locker-state-Aperto {
    background-color: orange;
}

.locker-state-Chiuso {
    background-color: green;
    color: white;
}
.locker-state-ApertoConCodice {
    background-color: red;
    color: white;
}

.locker-state-ChiusoDopoAperturaConCodice {
    background-color: blue;
    color: white;
}

.space-for-picker {
    padding-bottom: 150px;
}