﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.versioninfo {
    position: absolute;
    top: 3px;
    width:100%;
    text-align: left;
    z-index: 9999;
    font-size: 12px;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
    line-height:12px;
    padding:3px;
    display:none;
}

html, body {
    touch-action: manipulation;
}

/* 整個捲軸 */
::-webkit-scrollbar {
    width: 2px;
    height:2px;
    border-radius:2px;
}
/* 捲軸的軌道 */
::-webkit-scrollbar-track {
    background: #ff812a;
}
/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece {
    background: #fff;
}
/* 滑動的區塊 */
::-webkit-scrollbar-thumb {
    background: rgb(255 129 42 / 0.80);
}
    /* 滑鼠移到滑動的區塊上 */
    ::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

input[type="checkbox"] {
    cursor: pointer;
}
.custom-switch {
    cursor: pointer;
}
.custom-control-label {
    cursor: pointer;
}
Body {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #adadad;
    font-family: 'Noto Sans TC', sans-serif;
}

div {
    margin: 0px;
    padding: 0px;
}

.swiper-container{
    width:100%;
    height:100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.divtouchscreen {
    position: absolute;
    padding: 0px;
    margin: auto;
    bottom: 22vh;
    left: 10%;
    right: 10%;
    z-index: 9900;
    max-width: 820px;
    width: 80%;
}

#touchscreen {
    animation: animateTouch 2s linear infinite;
}

@keyframes animateTouch {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255,.9),0 0 0 0 rgba(255,255,255,.9);
    }

    40% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255,.9),0 0 0 0 rgba(255,255,255,.9);
    }

    50% {
        opacity: 0.5;
    }

    80% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255,0),0 0 0 0 rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255,0),0 0 0 0 rgba(255,255,255,0);
        opacity: 1;
    }
}

#adsPage{
    position:fixed;
    width:100vw;
    height:100vh;
    z-index:9800;
}

#adsShow {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 1024px;
    width: 100vw;
    height: 100%;
    margin: auto;
    z-index:9900;
}
#MainBody {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 500;
}

#OOSBody {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 1024px;
    width: 100vw;
    height: 100%;
    margin: auto;
    z-index: 600;
}

#HeaderAD {
    position: relative;
    top: 0px;
    left: 0px;
    height: 15vh;
    min-height: 15vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #ffffff;
    z-index: 700;
    /* padding-bottom:6px;*/
}

#HeaderBanner {
    position: relative;
    top: 0px;
    left: 0px;
    
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #ffffff;
    z-index: 700;
    font-size: large;
    font-weight: bold;
    /*    text-shadow: 1px 1px 2px #768d87;*/
    padding-left: 6px;
    /*line-height:10%;*/
}

    #HeaderBanner div {
        position: absolute;
        right: 12px;
        top: 2px;
        
    }
#BodyContent {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    padding-left: 3px;
    padding-right:3px;
    background-color: #ffffff;
    z-index: 700;
    padding-bottom:20%;
}


#FooterFunction {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 8vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 700;
    line-height: 8vh;
}

#divAuthCode {
    position: relative;
    padding-left: 10vw;
    padding-right: 10vw;
}

.divOption {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#BtnSelectCity {
    position:relative;
    width: 64%;
    border-radius: 30px;
    border: 1px solid #DC3545;
    color: #ffffff;
    background-color: #ff812a;
    margin-left:10vw;
    font-size:medium;
}

#BtnSelectArea {
    position: relative;
    width: 64%;
    border-radius: 30px;
    border: 1px solid #DC3545;
    color: #ffffff;
    background-color: #ff812a;
    font-size: medium;
}

.btn:focus .btn:active {
    outline: none;
    box-shadow: none;
}


#divCustomName{
    padding-left:8vw;
    padding-right:8vw;
}

#divCustomPhone {
    padding-left: 8vw;
    padding-right: 8vw;
}

.OosBtn_FirstNext {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8vh;
    /*line-height: 8vh;*/
    width: 100%;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border-radius: 0px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: x-large;
    font-weight: bold;
    /*padding: 6px 24px;
    padding-bottom: 16px;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    z-index: 800;
}

    .OosBtn_FirstNext:hover {
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        background-color: #77a809;
    }

    .OosBtn_FirstNext:active {
        position: relative;
        top: 1px;
    }

.OosBtn_Back {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8vh;
   /* line-height: 8vh;*/
    width: 50%;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: linear-gradient(to bottom, #eeb44f 5%, #ff812a 100%);
    background-color: #eeb44f;
    border-radius: 0px;
    border: 1px solid #ff812a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: x-large;
    font-weight: bold;
    /*padding: 6px 24px;
    padding-bottom: 16px;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
    z-index: 800;
}

    .OosBtn_Back:hover {
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        background-color: #fb9e25;
    }

    .OosBtn_Back:active {
        position: relative;
        top: 1px;
    }


.OosBtn_Next {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 8vh;
    /*line-height: 8vh;*/
    width: 50%;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border-radius: 0px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: x-large;
    font-weight: bold;
   /* padding: 6px 24px;
    padding-bottom: 16px;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    z-index: 800;
}

    .OosBtn_Next:hover {
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        background-color: #77a809;
    }

    .OosBtn_Next:active {
        position: relative;
        top: 1px;
    }


#CartCount {
    font-size: medium;
    border-radius: 100px;
}

.modal-backdrop {
    z-index: -1;
}



.modal-content {
    position: relative;
    height: 70vh;
    margin: auto;
    z-index: 900;
}

.modal-header {
    position: relative;
    justify-content: left;
    height: 15vh;
    z-index: 900;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1ffff+0,e1ffff+7,e1ffff+12,fdffff+12,e6f8fd+30,c8eefb+54,bee4f8+75,b1d8f5+100;Blue+Pipe+%232 */
    background: rgb(225,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.modal-body {
    position: relative;
    justify-content: left;
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 900;
}

.modal-footer {
    position: relative;
    justify-content: left;
    height: 15vh;
    padding: 0px;
    margin: 0px;
    z-index: 900;
}

    .modal-footer > :not(:first-child) {
        margin:0px;
    }

    .modal-footer > :not(:last-child){
        margin:0px;
    }

#PSoosLoading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    width: 100vw;
    height: 100vh;
    line-height: 100vh;
    background-color: rgba(128, 128, 128,0.5);
    text-align: center;
}


.OosModalBtn_ReturnOrders {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    line-height: 100%;
    width: 50%;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    z-index: 800;
}

    .OosModalBtn_ReturnOrders:hover {
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        background-color: #e9e9e9;
    }

    .OosModalBtn_ReturnOrders:active {
        position: relative;
        top: 1px;
    }


.BrandLogo {
    padding-top: 3px;
    padding-left: 3px;
    height: 90%;
    line-height: 90%;
}

.SwitchLang {
    position: relative;
    top:0px;
    left: 0px;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    cursor: pointer;
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    padding: 3px;
    text-shadow: 0px 1px 0px #528ecc;
    z-index:900;
}

.OptionCity {
    position: absolute;
    left: 10vw;
    top: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px;
    height: 300%;
    width: 64%;
    margin: 0 auto;
    z-index: 5000;
    background-color: #ffffff;
    border: 1px solid #DC3545;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.OptionArea {
    position: absolute;
    
    top: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px;
    width: 64%;
    height: 300%;
    margin: 0 auto;
    z-index: 5000;
    background-color: #ffffff;
    border: 1px solid #DC3545;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.itemStoreTel{
    position:absolute;
    top:3px;
    right:6px;
    font-size:small;
    
}

.OrderSearch {
    position: absolute;
    right: 0px;
    margin-right: 12vw;
}


.MenuTypes {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top:3px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dotted #ff812a;
}

.BtnFoodTypeSpaceS {
    position: relative;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    font-size: small;
    width: 1px;
    border-radius: 6px;
    text-align: center;
    margin-left:30%;
}
.BtnFoodType {
    position: relative;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    font-size: small;
    min-width: 120px;
    border-radius: 6px;
    text-align: center;
    font-weight:bold;
}

.FoodTypeOver2 {
    position: absolute;
    top:3px;
    right: 5px;
    color: #ff812a;
    animation: animateOosTip1 1s linear infinite;
    z-index: 990;
}

.FoodTypeOver3 {
    position: absolute;
    top:3px;
    left: 5px;
    color: #ff812a;
    animation: animateOosTip1 1s linear infinite;
    z-index:990;
}


@keyframes animateOosTip1 {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}


.ItemSubItems {
    position: fixed;
    bottom: 12%;
    text-align: right;
    width: 100%;
    max-width: 1024px;
    padding: 0;
    margin: 0;
    color: #ff812a;
    animation: animateOosTip2 1s linear infinite;
    padding-right: 2px;
    z-index:1400;
}

@keyframes animateOosTip2 {
    0% {
        bottom: 17%;
       
    }
    20% {
        bottom: 16%;
       
    }
    40% {
        bottom: 15%;
        
    }
    60% {
        bottom: 14%;
        
    }
    80% {
        bottom: 13%;
        
    }
    100% {
        bottom: 12%;
        
    }
}

#MenuItems {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
    height: 90%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    padding-bottom: 60vh;
    cursor: pointer;
}

.row {
    margin: 0;
    padding: 0;
}

.FoodRow {
    position:relative;
    padding: 3px;
    border-bottom: 2px dotted #ff812a;
}

    .FoodRow div {
        position: relative;
        height: 100%;
        margin: auto;
    }

        .FoodRow div img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        .FoodRow div button {
            position: absolute;
            right: 0px;
            height: 100%;
            margin: 0;
            width: 100%;
        }


.FoodDesc {
    position: absolute;
    padding: 6px;
    top: 0;
    left: 0;
    font-size: medium;
    width: 100%;
    height: 50%;
    font-weight: bold;
    color: #000000;
}

.FoodPrice {
    position: absolute;
    top: 60%;
    width: 50%;
    height: 20%;
    right: 20px;
    color: #000000;
    font-weight:900;
    text-align: right;
    font-size:large;
}

.FoodPromo {
    position: absolute;
    top: 3px;
    left: -20px;
    transform: rotate(-30deg);
    color: #ff812a;
}

.FoodPromoInfo {
    position: absolute;
    top: 2px;
    left: 2px;
    transform: rotate(-30deg);
    color: #ff812a;
}
.FoodSpicy {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 60%;
}

.FoodTypeRow {
    cursor: default;
    font-size: medium;
    color: #ff812a;
    font-weight: bold;
    text-decoration: underline;
}

.btnModalClose {
    position: absolute;
    top: 2px;
    right: 3px;
    /*text-shadow: 0px 0px 10px #ffffff;*/
    color: #ffffff;
    cursor: pointer;    
}

.OosModal {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 1024px;
    width: 100vw;
    height: 100%;
    margin: auto;
    z-index: 1100;

    background-color: rgba(0, 0, 0, 0.25);
}

.ItemModalContent {
    /*position:relative;
    padding:0;
    overflow-x:hidden;
    overflow-y:hidden;
    margin: auto;*/
    width: 100%;
    /*max-width: 1024px;*/
    height: 100%;
    /*border-radius: 3px;*/
    /*z-index: 1100;*/
}

.ItemModalTitle {
    position: fixed;
    top: 0px;
    height: 10%;
    min-height: 10%;
    width: 100%;
    max-width: 1024px;
    margin: 0;
    border-radius: 0px;
    z-index: 1200;
    background: #ff812a;
    color: #ffffff;
    line-height: 10vh;
    padding-left: 20px;
    /*    border-bottom: 1px solid #fce2c1;*/
}

.ModalTitleDesc {
    /*top:-2px;*/
    font-size: x-large;
    /*font-weight:bold;*/
    color:#ffffff;
}

.ItemModalBody {
    position: fixed;
    top: 10%;
    height: 82%;
    min-height: 82%;
    width: 100%;
    max-width: 1024px;
    background-color: #ffffff;
    margin: 0;
    /*padding: 20px;*/
    /*padding-bottom: 60vh;*/
    z-index: 1100;
}

#ItemModalBody0 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    line-height: 40px;
}

#ItemModalBody1 {
    position: absolute;
    height: 46px;
    line-height: 40px;
    z-index:1300;
    width:100%;
    text-align:left;
    bottom:5px;
    background-color:rgb(255 255 255 / 0.80);
    /*display: none;*/
}

#MainItemPrice {
    position: absolute;
    right: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    align-content: center;
    color: #d40000;
    
   display:none;
}


.ItemModalQty {
    width: 62px;
    font-size: medium;
    text-align: center;
    display:none;
}


#ItemModalBodyMain {
    position: relative;
    /*top: 20px;*/
    height: 100vh;
    min-height: 100vh;
    /*margin-top: 26px;*/
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 60vh;
}

#UpgradeItemModalBodyMain {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ItemModalFooter {
    position: fixed;
    bottom: 0px;
    height: 8vh;
    min-height: 8vh;
    width: 100%;
    font-size: x-large;
    max-width: 1024px;
    margin: 0;
    border-radius: 0px;
    text-align: center;
    z-index: 1200;
    cursor: pointer;
    background-color: #ff812a;
    padding: 0px;
    line-height: 8vh;
}
/*.ItemModalFooter p{
    line-height: 8vh;
}*/

#ItemModalDateTimeBK {
    position: absolute;
    top: 0px;
    width: 100vw;
    max-width: 1024px;
    margin: auto;
    height: 100%;
    z-index: 1250;
    background-color: #768d878c;
}

#ItemModalDateTimeObj {
    position: absolute;
    top: 20vh;
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #6c757d;
    box-shadow: 0px -1px 2px #6c757d;
    z-index: 1300;
    background-color: #ffffff;
   
    
}

    #ItemModalDateTimeObj div {
        padding-left: 6px;
        padding-right: 6px;
    }

    #ItemModalDateTimeObj label {
        padding-top: 10px;
        padding-left: 6px;
        padding-right: 6px;
    }

#lockScreen {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,204,0.8);
    padding: 10px;
}

/*[oos-item-desc] {
    font-weight: bolder;
}*/

#MainItemQty {
    text-align: center;
    width: 60px;
}

#MainItemModalQty {
    position: relative;
}

.MainItemImg {
    position: relative;
    border-radius: 6px;
    text-align: center;
    padding-top: 20px;
    min-height: 200px;
}

.MainItemInfo {
    margin: 10px;
    text-align: left;
    border: 1px solid #ff812a;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 1px 1px 2px #768d87;
    font-size: small;
    max-height:10vh;
    overflow-x:hidden;
    overflow-y:auto;
}

.MainItemInfo p{
    padding:0px;
    margin:0px;
}

.MainItemSet_Info {
    margin: 10px;
    text-align: right;
    font-size: small;
}

.MainItemSet_Spicy {
    margin: 0px;
    margin-right:10px;
    text-align: right;
}

.BtnLessOption {
    position: absolute;
    top: 0px;
    right: -10px;
    padding: 3px;
    margin: 0px;
    font-size: x-large;
    background-color: #ff812a;
    color:#ffffff;
    border-radius:3px;
    border:0px;
    display:none;
}

.oos-option-price {
    position: absolute;
    right: 10px;
    bottom: 3px;
    color: #000000;
    font-size: medium;
    font-weight:900;
}


.oos-item-subtotal-price {
    position: relative;
    /*left:20px;*/
    /*bottom:0px;*/
    font-size: x-large;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #ffffff;
}

.ItemOptions_Mlist {
    margin:0;
    padding: 3px;
    border-bottom: 1px solid #adadad;
    text-align:center;
}

.borderItemOptions_Mlist{
    margin-left:20px;
    margin-right:20px;
    border:1px solid #adadad;
    border-radius:10px;
    padding:10px;
}
#Confirm_OrderList {
    padding-bottom: 10vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.ConfirmCardItemQty {
    position: absolute;
    top: 0px;
    left: 6px;
    font-size: xx-large;
    font-weight: bolder;
    text-shadow: 2px 2px 3px #000000;
    color: #ffde7c;
}

.ConfirmDesc {
    text-shadow: 1px 1px 2px #ffffff;
    font-weight: bolder;
    text-align: center;
    border-bottom: 0px;
    font-size:large;
}

.ConfirmCard {
    margin: 3px;
    margin-bottom: 10px;
}

.ConfirmContent {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 0px;
}

    .ConfirmContent div {
        margin: 0px;
    }

        .ConfirmContent div div {
            margin: 0px;
            margin-left: 10px;
            color:#DC3545;
        }


.ConfirmCardFoodPrice {
    position: relative;
    color: #000000;
    font-size:large;
    text-align: right;
}

.Confirmfooter {
    position: relative;
    border-top: 0px;
    padding: 10px;
    margin: 0px;
    width: 100%;
    height: 100%;
    
}

.Confirmfooter_trash {
    position: relative;
    /*border-top: 1px dashed #768d87;*/
    padding: 6px;
    margin: 0;
    text-align: left;
}

.Confirmfooter_price {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    border-top: 1px dashed #768d87;
    text-align: right;
    font-size: medium;
}

.Confirmfooter_trash button {
   
    border-radius: 100%;
}
.BtnTrash {
    color: #ff812a;
    border-color: #ff812a;
}

#OosModalBtn_ClearOrders {
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #dc3545;
    background-color: #e9ecef;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 2px #343a40;
}


#divModalConfirmOrderDoneContent {
    position: fixed;
    top: 8%;
    background-color: #ffffff;
    z-index: 1100;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 23px 3px 50vh 3px;
    width: 100vw;
    max-width: 1024px;
    height: 100%;
    margin: auto;
}

.ShowOrderCard {
    border: 1px solid #ff9247;
}
.ShowOrderBody {
    border-top: 2px dotted #ff9247;
    border-bottom: 2px dotted #ff9247;
}

/*[data-oos-btn='OrderDone'] {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    line-height: 100%;
    width: 50%;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    background-color: #3d94f6;
    border-radius: 0px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
    z-index: 800;
}

    [data-oos-btn='OrderDone']:hover {
        background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
        background-color: #1e62d0;
    }

    [data-oos-btn='OrderDone']:active {
        position: relative;
        top: 1px;
    }*/
.setuploginbox {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 2px 2px 3px #ffffff;
    max-height: 86%;
}

.setupMainbox {
    overflow-y: hidden;
    overflow-x: hidden;
    box-shadow: 2px 2px 3px #ffffff;
    padding: 0px;
    padding-bottom: 30px;
    height: 100%;
    margin: 10px;
    margin-top: 0px;
}

.setupMainTypes {
    position:relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 2px #768d87;
    padding-left: 6px;
    padding-right: 6px;
}

#oosSetupinfo_Shops {
    overflow-y: auto;
    height: 90%;
    overflow-x: hidden;
    padding:0px;
    margin:0px;
    padding-bottom:15vh;
}


.storecard {
    border-radius: 10px;
    box-shadow: 2px 2px 2px #768d87;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .storecard div {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

.storecard_desc {
    font-size: medium;
    color: #ffffff;
    background-color: #0061a7;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
}

.storecard_body {
    padding: 20px;
    padding-top: 6px;
    margin: 0px;
    font-size: medium;
}


.storediv_switch_status{
    position:absolute;
    right:3px;
    top:0px;
}


#Modal_StoreInfo {
    
    background-color:rgba(0, 0, 0, 0.50);
}

.ModalStoreInfo_header {
    position: relative;
    justify-content: left;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #768d87;
}

.ModalStoreInfo_content {
    height: 80vh;
}
.ModalStoreInfo_body {
    overflow-x:hidden;
    overflow-y:auto;
}

.ModalStoreInfo_footer {
    position: relative;
    height: 60px;
    padding: 6px;
    border-top: 1px solid #768d87;
    background: rgb(225,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


textarea {
    resize: none;
}

.setuplogout {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 0px 0px 6px;
    box-shadow: -1px 1px 3px #ffffff;
}

.orderdonesuccess{
    position:absolute;
    bottom:0px;
    width:100%;
    
    color:#28A745;
    text-shadow:1px 1px 2px #ffffff;
    font-size:large;
    font-weight:bolder;
    display:none;
}



.ConfirmMessage-header {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 6px;
    font-size: large;
    width: 100%;
    
}

    .ConfirmMessage-header span {
        position: relative;
        line-height: 30px;
        width: 100%;
        font-weight:bold;
        padding-left:60px;
    }

.ConfirmMessage-body {
    position: relative;
    
    overflow-x: hidden;
    overflow-y: auto;
    font-size: medium;
    padding:10px;
    padding-top: 20px;
    padding-bottom: 0px;
    width: 100%;
    margin: 3px;
    word-break: break-all;
}

.setupMenuBtnBar {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 2px #768d87;
    padding-left: 6px;
    padding-right: 6px;
}

.oosBtnPlus {
    z-index:1000;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-shadow:1px 1px 2px #768d87;
    background-color:#ffffff;
    border-radius:100%;
    cursor:pointer;
}

thead tr th {
    position: sticky;
    top: 0;
    background-color: #dddddd;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    text-align: center;
    font-size: small;
}

thead {
    width:100%;
    display: block;
    overflow: auto;
}
tbody {
    width: 100%;
    display: block;
    height: 74vh;
    overflow: auto;
    padding-bottom: 50vh;
}

.table td, .table th{
    vertical-align:middle;
}

.List_Btns {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    text-align: center;
}


.ShopTable_code_desc {
    min-width: 200px;
    width:10vw;
    text-align: center;
}

.ShopTable_code {
    min-width: 200px;
    width: 10vw;
    text-align: center;
}

.ShopTable_desc {
    min-width: 200px;
    width: 10vw;
    text-align: center;
}

.ShopTable_active {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}

.ShopTable_enable {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
    
}

.ShopTable_datasync {
    min-width: 80px;
    width: 4vw;
    text-align: center;
}

.ShopTable_DueDate {
    min-width: 200px;
    width: 8vw;
    text-align: center;
}

.ShopTable_online_ticket {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}


.ShopTable_city {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}

.ShopTable_area {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}

.ShopTable_tel {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}

.ShopTable_address {
    min-width: 200px;
    width: 30vw;
    max-width: 600px;
    word-break: break-all;
}

.ShopSalesTable_fcode {
    min-width: 100px;
    text-align: center;
}
.ShopSalesTable_hiddenstore {
    min-width: 300px;
    max-width: 300px;
    word-break: break-all;
}
.ShopSalesTable_name {
    min-width: 300px;
	width:30%;
}

.ShopSalesTable_upa1 {
    min-width: 80px;
    text-align: right;
    padding-right:20px;
}

.FTlist_ftcode {
    min-width: 130px;
    text-align: center;
}

.FTlist_name {
    min-width: 160px;
    max-width: 160px;
    word-break:break-all;
    width: 30%;
}

.FTlist_touch{
    min-width:60px;
    text-align:center;
}

.FTlist_sort {
    min-width: 80px;
    text-align:center;
}

.FTlist_upgrade {
    min-width: 100px;
    text-align: center;
}

.FIlist_ftcode {
    min-width: 130px;
    text-align: center;
}

.FIlist_fcode {
    min-width: 100px;
    text-align: center;
}
.FIlist_name {
    min-width: 300px;
	max-width: 300px;
	word-break:break-all;
}
.FIlist_upa1 {
    min-width: 80px;
	max-width: 80px;
    text-align: center;
}
.FIlist_hidden {
    min-width: 80px;
	max-width: 80px;
    text-align: center;
}
.FIlist_sort {
    min-width: 80px;
	max-width: 80px;
    text-align: center;
}

.SIlist_sort {
    min-width: 80px;
    text-align: center;
}
.SIlist_type {
    min-width: 200px;
    text-align: center;
}
.SIlist_subcode {
    min-width: 100px;
    text-align: center;
}
.SIlist_qty {
    min-width: 80px;
    text-align: center;
}
.SIlist_min {
    min-width: 80px;
    text-align: center;
}
.SIlist_max {
    min-width: 80px;
    text-align: center;
}

.oosBtnSetmealPlus {
    z-index: 1000;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-shadow: 1px 1px 2px #ffffff;
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
}

.FoodItemListTableBody {
    z-index: 1000;
    position: absolute;
    left: 20px;
    bottom: 26px;
    width: 40vw;
}

.FoodTypeListTableBody {
    z-index: 1000;
    position: absolute;
    left: 20px;
    bottom: 26px;
    width: 40vw;
}

.MlistTypeListTableBody {
    z-index: 1000;
    position: absolute;
    left: 20px;
    bottom: 26px;
    width: 40vw;
}

.MTlist_code {
    min-width: 130px;
    text-align: center;
}
.MTlist_name {
    min-width: 300px;
	width:30%;
}
.MIlist_mtcode {
    min-width: 130px;
    text-align: center;
}
.MIlist_code {
    min-width: 100px;
    text-align: center;
}
.MIlist_name {
    min-width: 300px;
	width:30%;
}
.MIlist_price {
    min-width: 80px;
    text-align: center;
}
.MIlist_mymodi {
    min-width: 300px;
}


#ItemModalDateTimeObj_Date {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
}

.oosBtnDate {
    position: relative;
    height: 100%;
    display: inline-block;
    min-width:40vw;
    border-radius: 6px;
    text-align: center;
    margin:3px;    
}

.oosSelectTiems{
    position:relative;
    height:10vh;
    font-size:x-large;
    overflow-x:hidden;
    overflow-y:auto;
    text-align:center;
}

#ItemModalDateTimeObj_Time {
    position: relative;
    height: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ItemModalDateTimeDone {
    position: relative;
    margin: 0px;
    margin-top: 20px;
    font-size: x-large;
    background-color: #ff812a;
    color:#ffffff;
    border-radius:0px;
}

.datetimeH {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
}


.datetimeM {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
}
    /*.datetimeM:last-child {
        margin-bottom: 40px;
    }*/

.ModalShopSalesInfo_body {
    height:100%;
   
}

#ShopList {
    position: relative;
    width: 100%;
    height: 35%;
    border: 1px solid #B1D8F5;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
}

#HiddenShop {
    position: relative;
    width: 100%;
    height: 35%;
    border: 1px solid #B1D8F5;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
}


.AddNewADhomeListTableBody {
    z-index: 1000;
    position: absolute;
    left: 20px;
    bottom: 26px;
    width: 40vw;
}

.ADhomelist_sort {
    min-width: 80px;
    text-align: center;
}

.ADhomelist_touch {
    min-width: 80px;
    text-align: center;
}

.ADhomelist_filename {
    min-width: 200px;
    text-align: center;
}

.ADhomelist_preview {
    min-width: 130px;
    text-align: center;
}

.List_Btns_adhome {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    padding:0px;
}


#AdPreviewPage {
    position: fixed;
    left:0px;
    top:0px;
    width: 100vw;
    height: 100vh;
    z-index: 9800;
    background-color:rgba(0, 0, 0, 0.80);
}

#AdPreviewShow {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 1024px;
    width: 100vw;
    height: 100%;
    margin: auto;
    z-index: 9900;
}

.AddNewADbannerListTableBody {
    z-index: 1000;
    position: absolute;
    left: 20px;
    bottom: 26px;
    width: 40vw;
}

.ADbannerlist_sort {
    min-width: 80px;
    text-align: center;
}

.ADbannerlist_touch {
    min-width: 80px;
    text-align: center;
}

.ADbannerlist_filename {
    min-width: 200px;
    text-align: center;
}

.ADbannerlist_preview {
    min-width: 130px;
    text-align: center;
}

.List_Btns_adbanner {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    padding: 0px;
}

.Variables_id {
    min-width: 130px;
    width: 6.5vw;
    text-align: center;
}
.Variables_key {
    min-width: 160px;
    width: 7vw;
    text-align: center;
}
.Variables_val {
    min-width: 160px;
    width: 7vw;
    text-align: center;
}
.Variables_description {
    min-width: 500px;
    text-align: left;
    word-break:break-all;
}

.FoodItem_preview {
    position: fixed;
    left:0px;
    top:0px;
    width: 100vw;
    height: 100vh;
    z-index: 9800;
    background-color:rgba(0, 0, 0, 0.80);
}

.FoodItem_preview_Body {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 1024px;
    width: 100vw;
    height: 100%;
    margin: auto;
    z-index: 9900;
}


.option_checkbox {
    position: relative;
    width: 100%;
    padding-bottom:8px;
    border-bottom: 1px dotted rgb(128, 128, 128);
}

.ShowQty {
    position: absolute;
    right: 6%;
    bottom: 0px;
    font-size: medium;
   
}

.BtnReSelected {
    position: absolute;
    right: 0px;
    top: 1px;
    font-size: medium;
    background-color: #ff812a;
    color: #ffffff;
    padding: 3px;
    padding-right: 3%;
    padding-left: 3%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*display:none;*/
}

.BtnMlistCollapse {
    margin-top: 10px;
    position: relative;
    color: #ff812a;
    width: 100%;
    text-align: center;
    font-size: medium;
    cursor:pointer;
}


div[oos-page="Option"] {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 40vh;
}


div[oos-page="Menu"] {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}