﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

.navbar {
    height: 50px;
    padding: 0px;
}

.navbar .btn {
    height: 50px;
    border-radius: 0px;
    font-size: large;
}

.content {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    width: calc(100% - 20px);
}

.upper-content {
    position: relative;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: calc(100% - 20px);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dark-bg {
    background-color: black;
}

.full-height {
    height: 100%;
}

#app {
    height: 100%;
    overflow: auto;
    padding: 0px;
    cursor: grab;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader-container {
    margin: auto;
    display: block;
    background-image: url("../icon-512.png");
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*order*/
.order {
    border-color: #d6d5d5;
}

    .order.card-header {
        padding: 2px 4px 2px 4px;
        font-weight: bold;
        background-color: #ebebeb
    }

        .order.card-header.today {
            background-color: var(--primary);
            color: #ebebeb
        }

    .order.card-body {
        padding: 0px 0px 4px 0px;
    }

.order-item {
    padding-left: 4px;
    padding-right: 4px;
    min-height: 60px;
}

.order.btn {
    height: 26px;
    padding: 1px 6px 1px 6px;
    width: 26px;
}

.order-controls {
    padding-top: 6px;
    /*min-height: 56px;*/
}

.order-spin {
    max-width: 270px;
    min-width: 200px;
}

.order-item-preview {
    padding-left: 4px;
    padding-right: 4px;
    min-height: 40px;
    display: flex;
    width: 100%;
}

.input-group > .order-item-preview {
    width: 90% !important;
}

.stock-controls {
    display: flex;
}

.stock-btn {
    margin-right: 4px;
}

@media (max-width: 991px) {
    .inline-header {
        display: none !important;
    }

    .incell-header {
        padding-right: 4px;
    }

    .ordered-cnt {
        /*height: 60px;*/
    }

    .stock-controls {
        height: 60px;
    }
}

@media (min-width: 1420px) {
    .stock-btn {
        width: 134px;
    }
}

@media (min-width: 990px) {
    .incell-header {
        display: none !important;
    }

    .ordered-cnt {
        height: 100%;
    }

    .stock-controls {
        height: 100%;
    }
}

.menu-caption {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.spaced-item {
    margin-top: 4px;
    margin-bottom: 4px;
}

.vertical-center {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.top-absolute {
    position: absolute;
    width: 100%;
}

.loading-on-dark {
    color: beige;
}

.login-input {
    width: 100%;
    padding-right: 14px;
    font-size: 20px;
}

.keypad {
    width: 400px;
    height: 300px;
    margin-left: auto;
}

.key {
    height: 100px;
    width: 100px;
    border-radius: 0px;
    font-size: xx-large;
    font-weight: bold;
}

.key2v {
    height: 200px;
    width: 100px;
    border-radius: 0px;
    font-size: xx-large;
    font-weight: bold;
}

.key2h {
    height: 100px;
    width: 200px;
    border-radius: 0px;
    font-size: xx-large;
    font-weight: bold;
}

.clock {
    margin-right: 20px;
}

.clock-date {
    font-size: 1.2rem;
    font-weight: bold;
}

.mrgb-sm {
    margin-bottom: 8px;
}

.list-menu {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 2.5rem;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 12%);
}

.list-menu-btn {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 2.5rem !important;
    white-space: nowrap;
}

.order-tab-btn {
    height: calc(2.5rem - 2px) !important;
    margin: 1px;
}

.order-day-btn {
    width: 6rem;
}

.order-week-btn {
    width: 11rem;
}

.list-menu-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--light) !important;
}

.list-menu-selected-btn:focus {
    background-color: var(--primary) !important;
}

.list-menu-title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    white-space: nowrap;
    color: black;
}

.menu-title-icon {
    width: 1.7rem;
}

.list-menu-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid lightgrey;
    border-radius: .2rem;
}

.current-date-tab {
    border: 3px solid var(--primary) !important;
}

.first-tab-in-week {
    border-top-left-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important;
}

.last-tab-in-week {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important;
}

.person-title-details {
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.top-menu {
    position: relative;
    z-index: 999;
    background-color: white;
    outline: white solid 8px;
    top: 0px;
}

.top-menu-fixed {
    z-index: 999;
    background-color: white;
    outline: white solid 8px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 3.6rem;
}

.info-carousel-control {
    width: 50px !important;
}

.info-carousel-indicator {
    top: 65px !important;
}

.mw-480 {
    max-width: 480px !important;
}

.mw-960 {
    max-width: 960px !important;
}

.mw-1100 {
    max-width: 1100px !important;
}

.mnw-1100 {
    min-width: 1100px !important;
}

.mnw-550 {
    min-width: 550px !important;
}

.alergens-button {
    white-space: normal;
}

.bg-soldout {
    background-color: red !important;
    color: white !important;
}

    .bg-soldout::placeholder {
        color: #e1e1e1
    }

    .bg-soldout::-ms-input-placeholder {
        color: #e1e1e1
    }

.monospace {
    font-family: monospace;
    font-size: 13px;
}

.alert-notifications {
    position: fixed;
    z-index: 1030;
    right: 10px;
    top: calc(3.5rem + 10px);
    font-size: 1rem;
}

@keyframes demo-alert-notify {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.alert-notifications .alert:last-of-type {
    animation: demo-alert-notify 0.3s linear;
    animation-fill-mode: forwards;
}

.language-selector {
    position: absolute;
    top: -2.5rem;
    right: 0;
}

.language-button {
    border-radius: 0px;
}

.input-group > .dxbl-text-edit {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.dxbl-tabs-item {
    border-width: 0 0 3px 0 !important;
}

*:focus {
    outline: none !important;
}

.dxbl-tabs-item:hover::before {
    background-color: inherit !important;
}

.dxbl-tabs-item {
    border: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    .dxbl-tabs-item.dxbl-active {
        border-color: var(--primary) !important;
    }

.info-content {
    min-height: 1130px;
}

.dxbl-fl-ctrl {
    margin-block: auto;
}

.ctrl-prepend {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ctrl-append {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.lng-prepend {
    width: 3.5rem;
}

.mnw-100 {
    min-width: 100px;
}