﻿#page-wrapper {
    margin-right: 0px;
    padding: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

#wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

html {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

body {
    position: fixed;
    height: 100%;
    width: 100%;
}

.theme-config {
    display: none;
}

.prebill {
    position: fixed;
    width: 30%;
    height: 85%;
    left: 0px;
    top: 80px;
    opacity: 1;
    z-index: 201;
    padding-left: 20px;
}

    .prebill.prebillShowBill {
        position: relative;
        top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .prebill.prebillShowBill .prebillinnerpanel {
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.41);
        }

        .prebill.prebillShowBill .btn-pay {
            margin-top: 20px;
            width: 300px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
        }

        .prebill.prebillShowBill .btn-cancel {
            width: 100px;
            height: 40px;
            font-size: 12px;
            align-self: flex-end;
            margin-top: 50px;
        }

    .prebill .prebillinnerpanel {
        background: rgba(255, 255, 255,1);
        padding-left: 50px;
        border-radius: 7px;
        border: 1px solid #e4e4e4;
        padding: 10px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .prebill:hover {
        opacity: 1;
    }

    .prebill .orderspanel {
        overflow: auto;
        width: 100%;
        height: 85%;
    }

        .prebill .orderspanel .firsthint {
            direction: rtl;
            text-align: center;
            font-size: 25px;
            border-top: 1px solid #ccc;
            padding-top: 10px;
        }


    .prebill .Paybill {
        background: #82ffc6;
        color: #009853;
        width: 100px;
        height: 40px;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
        border: 0px;
        margin-right: 10px;
        font-size:18px;
        text-align:center;
    }

    .prebill .Paybillpanel {
        margin-bottom: 20px;
        width: 100%;
    }

    .prebill .payamount {
        font-size: 18px;
        color: #2ab978;
        text-align: center;
    }

    .prebill table {
        direction: rtl;
        width: 100%;
    }

        .prebill table th, .prebill table td {
            text-align: center;
        }

            .prebill table td:first-child {
                text-align: center;
            }

        .prebill table td {
            border-bottom: 1px solid #e4e4e4;
            padding: 10px 0px;
            width: 25%;
            vertical-align: top;
            white-space: nowrap;
        }

    .prebill .description {
        font-size: 10px;
        color: #6dcfa3;
    }


    .prebill table tfoot td {
        text-align: left;
    }

        .prebill table tfoot td:last-child {
            text-align: right;
        }

    .prebill table tr td:last-child {
        text-align: center;
    }

    .prebill table tfoot td span {
        width: 50px;
        display: inline-block;
        text-align: left;
    }

    .prebill .tfoot {
        align-items: flex-end;
        direction: rtl;
        font-weight: bold;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

        .prebill .tfoot div {
            width: 100%;
            text-align: left;
            direction: rtl;
            justify-content: flex-end;
            width: 200px;
            justify-content: space-between;
        }

.ordercontainer {
    position: fixed;
    height: 100%;
    width: 70%;
    right: 0px;
}


.menucontainer {
    /*background-color: cadetblue;*/
    width: 100%;
    height: 100%;
    right: 0px;
    direction: rtl;
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 300px;
}

.foodgroupsmenu {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    z-index: 200;
    background: #f3f3f4;
    padding-right: 5px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    background: #f3f3f4;
    flex-wrap: wrap;
    justify-content: center;
}

    .foodgroupsmenu li {
        list-style: none;
        margin-left: 5px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 10px;
    }

        .foodgroupsmenu li .img {
            background: rgba(220, 220, 220, 0.34);
            width: 280px;
            height: 100px;
            margin-bottom: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

.foodgrouppanel {
    /*background: red;*/
}

    .foodgrouppanel h2 {
        font-weight: bold;
        border-bottom: 1px solid rgba(204, 204, 204, 0.44);
        padding-bottom: 3px;
        padding-top: 15px;
        margin-right: 20px;
        text-indent: 20px;
        background: rgba(139, 139, 139, 0.08);
    }

.foodnamethumb {
    width: 400px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px;
    margin-left: 100px;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 8px 0px #000000a6;
}

    .foodnamethumb .name {
        position: absolute;
        top: -15px;
        right: -10px;
        font-size: 30px;
        background: #ff0052;
        color: white;
        padding: 5px 20px;
        min-width: 150px;
        text-align: center;
        max-width: 80%;
    }

    .foodnamethumb .orderbuttons {
        position: absolute;
        left: 0px;
        font-size: 20px;
        text-align: left;
        color: black;
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

        .foodnamethumb .orderbuttons i {
            cursor: pointer;
            color: white;
            background: green;
            padding: 10px;
            margin-bottom: 10px;
            border-radius: 5px;
        }

        .foodnamethumb .orderbuttons .icofont-minus {
            background: orange;
        }

    .foodnamethumb .count {
        position: absolute;
        left: -80px;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        width: 80px;
        height: 110px;
        color: white;
        border: none;
        text-align: center;
        border-radius: 10px 0px 0px 10px;
        background: #ff0052;
        box-shadow: 0 0 8px 0px #000000a6;
        z-index: -1;
    }

    .foodnamethumb .price {
        position: absolute;
        right: 0px;
        bottom: 0px;
        font-size: 30px;
        color: black;
        width: 40%;
        height: 60%;
        z-index: 1;
        overflow: hidden;
        width: 50%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .foodnamethumb .price .pricetext {
            z-index: 3;
            font-size: 40px;
            padding-left: 15px;
            transform: rotate(-40deg);
            color: white;
            font-weight: bold;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-direction: column;
            width: 100%;
            height: 100%;
        }

            .foodnamethumb .price .pricetext .toman {
                font-size: 20px;
                text-align: center;
            }

        .foodnamethumb .price .hover {
            position: absolute;
            background: #ff0052;
            height: 385px;
            width: 72%;
            top: -25px;
            right: 0px;
            transform: rotate(50deg);
            z-index: 2;
        }

    .foodnamethumb .options {
        padding: 10px;
        position: absolute;
        width: 100%;
        bottom: 0px;
        text-align: left;
        font-size: 30px;
    }

        .foodnamethumb .options i {
            color: white;
            background: #d40000;
            padding: 10px;
            border-radius: 5px;
            margin-right: 10px;
        }

    .foodnamethumb .optonshoverpanel {
        font-size: 10px;
        color: black;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        background: rgba(255, 255, 255, 0.59);
        font-size: 15px;
        width: 85%;
        top: 20%;
        height: 65px;
        flex-direction: row-reverse;
        justify-content: flex-end;
        line-height: 30px;
        overflow-y: auto;
        max-height: 30%;
    }

        .foodnamethumb .optonshoverpanel label {
            margin-left: 5px;
            cursor: pointer;
            flex-direction: row-reverse;
            display: flex;
            cursor: pointer;
            justify-content: flex-end;
            align-items: center;
            padding: 0px 10px;
            width: 100%;
        }

        .foodnamethumb .optonshoverpanel input {
            margin: 0px;
            margin-left: 10px;
        }

    .foodnamethumb .commentspanel {
        font-size: 10px;
        color: black;
        text-shadow: 1px 1px 1px black;
        cursor: pointer;
        position: absolute;
        left: 10px;
        bottom: 70px;
    }

        .foodnamethumb .commentspanel input {
            background: rgba(255, 255, 255, 0.67);
            border: none;
            font-size: 13px;
            border-radius: 3px;
            padding: 5px 5px;
            direction: rtl;
            width: 150px;
            border: 1px solid #7c7c7c;
        }

.menubtn {
    display: none;
}

@media (min-width: 320px) and (max-width:768px) {
    .nav.navbar-top-links a
    {
        font-size:12px;
        padding:3px;
        min-height:0px;
    }
     .navbar-fixed-top, .navbar-static-top {
        padding-right: 0px !important;
    }
    .nav.navbar-top-links select {
        font-size: 10px;
        /*margin-top:10px !important;*/
    }
    .SendBill {
        position: fixed;
        right: 10px;
        top: 10px;
        display: flex;
        z-index: 3000;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: center;
        font-size: 14px;
        color: #ff0052;
        font-weight: bold;
    }

    .menubtn {
        display: inline-block;
        color: #ff0052;
        font-size: 20px;
        margin-left: 5px;
        margin-right:3px;
    }

    .row {
        margin: 0px;
    }

    .menucontainer {
        margin-top: 0px;
    }

    .prebill {
        width: 0px;
        margin: 0px;
        padding: 0px;
        height: 90%;
        display: none;
        opacity: 0;
        transition: all 0.3s ease-out;
    }

        .prebill.prebillShowBill {
            width: 100%;
            margin: 0px;
            padding: 0px;
            display: flex;
            opacity: 1;
            transition: all 0.3s ease-out;
            top: 0px;
        }

        .prebill.open {
            background: red;
            display: block;
            opacity: 1;
            width: 100%;
            transition: all 0.3s ease-out;
        }

        .prebill .prebillinnerpanel {
            border-radius: 0px;
            position: fixed;
            top: 50px;
        }

        .prebill.prebillShowBill .prebillinnerpanel {
            border-radius: 0px;
            position: relative;
            width: 100%;
            top: 0px;
        }

        .prebill .orderspanel {
            height: 60%;
        }

    .ordercontainer {
        width: 100%;
        overflow: auto;
    }

    .foodgroupsmenu {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .foodgroupsmenu li {
            width: 70px;
            height: 75px;
            margin: 0px;
            font-size: 10px;
            padding-top: 10px;
            white-space: nowrap;
        }

            .foodgroupsmenu li.active {
                background-color: #cecece;
            }

            .foodgroupsmenu li .img {
                padding: 10px;
                width: 100px;
                height: 100px;
                background-color: rgba(0, 0, 0, 0.00);
                margin-bottom: 5px;
            }

    .foodgrouppanel h2 {
        margin: 0px;
    }

    .foodnamethumb {
        width: 100%;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .foodnamesrow {
        flex-direction: column;
        padding:4px;
    }

    .foodnamepanel {
        width: 100%;
        padding: 0px;
        padding: 20px;
    }

    .foodnamethumb .count {
        left: unset;
        left: 0px;
        z-index: 1;
        bottom: -55px;
        height: 50px;
        border-radius: 5px;
        width: 100%;
    }

    .foodnamethumb .price .pricetext {
        font-size: 25px;
        padding-left: 0px;
    }

    .foodnamethumb .name {
        font-size: 20px;
    }

    .foodnamethumb .options i {
        font-size: 20px;
    }

    .nav-bar-nt {
    }

    .foodnamethumb .name {
        top: 10px;
        padding: 5px 3px;
        width: auto;
        right: 0px;
    }

    .foodnamethumb .orderbuttons {
    }

    .foodnamethumb .price {
        display: none;
    }

    .foodnamethumb .options {
        right: 0px;
        text-align: right;
        padding-bottom: 0px;
        width: auto;
    }

        .foodnamethumb .options i {
            font-size: 20px;
            padding: 2px 5px;
            margin: 0pc;
        }

    .foodnamethumb .commentspanel {
        position: absolute;
        right: 10px;
        bottom: 40px;
        left:10px !important; 
    }

    .foodnamethumb .optonshoverpanel {
        max-height: 100%;
        font-size: 13px;
        color: #282828;
        width: auto;
        right: 150px;
        left: unset;
        top: 0px;
        line-height: 30px;
        padding-top: 10px;
        height: 145px;
        overflow-y: auto;
    }

    .foodnamethumb .orderbuttons i {
        margin-bottom: 5px;
    }

    .foodnamethumb .count {
        position: relative;
        bottom: 0px;
        width: 40px;
        padding: 0px !important;
        margin: 0px;
        font-size: 22px;
        height: 40px;
        margin-bottom: 5px;
        background: rgba(255, 255, 255, 0.54);
        color: black;
        padding-top: 0px;
        right:0px !important;
    }

    .foodnamepanel {
        padding: 0px;
        margin: 0px;
    }

    .foodnamethumb {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        height: 150px;
        border-radius: 0px;
        margin-right:0px !important;
    }

    .registerlink {
        display: none !important;
    }

    .waiter .foodnamethumb .count {
        margin-left: 3px;
        margin-right: 3px;
        right: 0px;
        padding-left: 0px;
    }
}

.defaultstyle .fa-check {
    display: none;
}

.defaultstyle .fa-spin {
    display: none;
}

.defaultstyle .bs {
    display: inline-block;
    display: none;
    font-size: 18px;
    background: lightgreen;
    color: white;
    padding: 8px;
    border-radius: 5px;
}

.defaultstyle .bs5 {
    padding: 0px;
}

.defaultstyle .bs0 {
    background: orange;
}

    .defaultstyle .bs0 .bs5 {
        background: orange;
    }

.defaultstyle .bs1 {
    background-color: #019b54;
}


.defaultstyle .bs4 {
    background-color: #019b54;
}

    .defaultstyle .bs4 .bs5 {
        background-color: #019b54;
    }

.defaultstyle .bs2 {
    background-color: lightgray;
    color: black;
}

    .defaultstyle .bs2 .bs5 {
        background-color: lightgray;
        color: black;
    }

.defaultstyle .bs3 {
    background-color: lightgray;
    color: black;
}

    .defaultstyle .bs3 .bs5 {
        background-color: lightgray;
        color: black;
    }

.defaultstyle .bs6 {
    background-color: #007feb;
    color: white;
}

.defaultstyle .bs7 {
    background-color: #ff0052;
    color: white;
}
/*Food Court*/

.feature_0.isLocal_True.billstate_Waiting .bs0 {
    display: inline-block;
    background: orange;
}

.feature_0.isLocal_True.billstate_Prepared .bs1 {
    display: inline-block;
}

.feature_0.isLocal_True.billstate_Prepared .bs5 {
    display: inline-block;
    background-color: #019b54;
}

.feature_0.isLocal_True.billstate_null .bs2 {
    display: inline-block;
    background: lightgray;
    color: black;
}

.feature_0.isLocal_True.billstate_null .bs5 {
    display: inline-block;
    background: lightgray;
    color: black;
}

.feature_0.isLocal_True.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_0.isLocal_True.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_0.isLocal_True.billstate_Payed .bs1 {
    display: inline-block;
}


.feature_0.isLocal_False.billstate_Waiting .bs0 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_Prepared .bs4 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_Prepared .bs5 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_null .bs2 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_null .bs5 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_0.isLocal_False.billstate_Payed .bs4 {
    display: inline-block;
}

/*Modern*/

.feature_1.isLocal_True.billstate_Waiting .bs0 {
    display: inline-block;
    background: orange;
}

.feature_1.isLocal_True.billstate_Prepared .bs1 {
    display: inline-block;
}

.feature_1.isLocal_True.billstate_null .bs2 {
    display: inline-block;
    background: lightgray;
    color: black;
}

.feature_1.isLocal_True.billstate_null .bs5 {
    display: inline-block;
    background: lightgray;
    color: black;
}

.feature_1.isLocal_True.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_1.isLocal_True.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_1.isLocal_True.billstate_Payed .bs1 {
    display: inline-block;
}


.feature_1.isLocal_False.billstate_Waiting .bs0 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_Prepared .bs4 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_null .bs2 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_null .bs5 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_1.isLocal_False.billstate_Payed .bs4 {
    display: inline-block;
}
/*Advanced Catering*/
.feature_2.isLocal_True.billstate_Waiting .bs0 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Waiting .bs5 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Prepared.deliver_True .bs1 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Prepared.deliver_False .bs0 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_null .bs2 {
    display: inline-block;
}

    .feature_2.isLocal_True.billstate_null .bs2 .bs5 {
        display: inline-block;
    }

.feature_2.isLocal_True.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Payed.deliver_True .bs1 {
    display: inline-block;
}

.feature_2.isLocal_True.billstate_Payed.deliver_False .bs0 {
    display: inline-block;
}







.feature_2.isLocal_False.billstate_Waiting .bs0 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Waiting .bs5 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Prepared.deliver_True .bs4 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Prepared.deliver_False .bs0 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_null .bs2 {
    display: inline-block;
}

    .feature_2.isLocal_False.billstate_null .bs2 .bs5 {
        display: inline-block;
    }

.feature_2.isLocal_False.billstate_Closed .bs3 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Closed .bs5 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Payed.deliver_True .bs4 {
    display: inline-block;
}

.feature_2.isLocal_False.billstate_Payed.deliver_False .bs0 {
    display: inline-block;
}

.feature_2.deliver_null .bs1 {
    display: inline-block;
}


.approvestatus_0 .bs0, .approvestatus_0 .bs1, .approvestatus_0 .bs2, .approvestatus_0 .bs3, .approvestatus_0 .bs4,
.approvestatus_2 .bs0, .approvestatus_2 .bs1, .approvestatus_2 .bs2, .approvestatus_2 .bs3, .approvestatus_2 .bs4,
.approvestatus_3 .bs0, .approvestatus_3 .bs1, .approvestatus_3 .bs2, .approvestatus_3 .bs3, .approvestatus_3 .bs4,
.approvestatus_4 .bs0, .approvestatus_4 .bs1, .approvestatus_4 .bs2, .approvestatus_4 .bs3, .approvestatus_4 .bs4 {
    display: none !important;
}


.approvestatus_2 .bs6 {
    display: inline-block;
}

.approvestatus_3 .bs6 {
    display: inline-block;
}

.approvestatus_0 .bs7 {
    display: inline-block;
}


.approvestatus_4 .bs7 {
    display: inline-block;
}


/*Orders*/

.defaultrowstyle .flags {
    display: none;
    white-space: nowrap;
}

.defaultrowstyle .oloading {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    margin-left: 3px;
    color: orange;
}

.defaultrowstyle .PreparedToDeliver {
    background: green;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
}

.defaultrowstyle .Prepared {
    background: green;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
}
/*Food Court*/
.feature_0.isLocal_True .Prepare_Status_ID_0.deliveryOrder_null .oloading {
    display: flex;
}

.feature_0.isLocal_True .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_0.isLocal_True .Prepare_Status_ID_0.deliveryOrder_False .timer0 {
    display: inline-block;
}

.feature_0.isLocal_True .Prepare_Status_ID_0.deliveryOrder_False .oloading {
    display: flex;
}


.feature_0.isLocal_True .Prepare_Status_ID_1.deliveryOrder_null .PreparedToDeliver {
    display: inline-block;
}

.feature_0.isLocal_True .Prepare_Status_ID_1.deliveryOrder_True .PreparedToDeliver {
    display: inline-block;
}

.feature_0.isLocal_True .Prepare_Status_ID_1.deliveryOrder_False .PreparedToDeliver {
    display: inline-block;
}




.feature_0.isLocal_False .Prepare_Status_ID_0.deliveryOrder_null .oloading {
    display: flex;
}

.feature_0.isLocal_False .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_0.isLocal_False .Prepare_Status_ID_0.deliveryOrder_False .timer0 {
    display: inline-block;
}

.feature_0.isLocal_False .Prepare_Status_ID_0.deliveryOrder_False .oloading {
    display: flex;
}




.feature_0.isLocal_False .Prepare_Status_ID_1.deliveryOrder_null .Prepared {
    display: inline-block;
}

.feature_0.isLocal_False .Prepare_Status_ID_1.deliveryOrder_True .Prepared {
    display: inline-block;
}

.feature_0.isLocal_False .Prepare_Status_ID_1.deliveryOrder_False .Prepared {
    display: inline-block;
}
/*Modern*/
.feature_1.isLocal_True .Prepare_Status_ID_0.deliveryOrder_null .oloading {
    display: flex;
}

.feature_1.isLocal_True .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_1.isLocal_True .Prepare_Status_ID_0.deliveryOrder_False .timer0 {
    display: inline-block;
}

.feature_1.isLocal_True .Prepare_Status_ID_0.deliveryOrder_False .oloading {
    display: flex;
}


.feature_1.isLocal_True .Prepare_Status_ID_1.deliveryOrder_null .PreparedToDeliver {
    display: inline-block;
}

.feature_1.isLocal_True .Prepare_Status_ID_1.deliveryOrder_True .PreparedToDeliver {
    display: inline-block;
}

.feature_1.isLocal_True .Prepare_Status_ID_1.deliveryOrder_False .PreparedToDeliver {
    display: inline-block;
}




.feature_1.isLocal_False .Prepare_Status_ID_0.deliveryOrder_null .oloading {
    display: flex;
}

.feature_1.isLocal_False .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_1.isLocal_False .Prepare_Status_ID_0.deliveryOrder_False .timer0 {
    display: inline-block;
}

.feature_1.isLocal_False .Prepare_Status_ID_0.deliveryOrder_False .oloading {
    display: flex;
}




.feature_1.isLocal_False .Prepare_Status_ID_1.deliveryOrder_null .Prepared {
    display: inline-block;
}

.feature_1.isLocal_False .Prepare_Status_ID_1.deliveryOrder_True .Prepared {
    display: inline-block;
}

.feature_1.isLocal_False .Prepare_Status_ID_1.deliveryOrder_False .Prepared {
    display: inline-block;
}

/*Advanced Catering*/
.feature_2.isLocal_True .Prepare_Status_ID_0.deliveryOrder_null .oloading {
    display: flex;
}

.feature_2.isLocal_True .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_2.isLocal_True .Prepare_Status_ID_0.deliveryOrder_False .PreparedToDeliver {
    display: inline-block;
}



.feature_2.isLocal_True .Prepare_Status_ID_1.deliveryOrder_null .oloading {
    display: inline-block;
}

.feature_2.isLocal_True .Prepare_Status_ID_1.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_2.isLocal_True .Prepare_Status_ID_1.deliveryOrder_False .PreparedToDeliver {
    display: inline-block;
}





.feature_2.isLocal_False .Prepare_Status_ID_0.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_2.isLocal_False .Prepare_Status_ID_0.deliveryOrder_False .Prepared {
    display: inline-block;
}


.feature_2.isLocal_False .Prepare_Status_ID_1.deliveryOrder_null .oloading {
    display: flex;
}

.feature_2.isLocal_False .Prepare_Status_ID_1.deliveryOrder_True .timer {
    display: inline-block;
}

.feature_2.isLocal_False .Prepare_Status_ID_1.deliveryOrder_False .Prepared {
    display: inline-block;
}
