/*主介面板*/
 /*屬性設定*/
  H2.H1_Size { height: 2.1em; }
  .MaxWidth { width: 100%; max-width:1480px; }
  .H1,H2.H1_Size { font-size: 1.6em; font-weight:900; }
  .H2 { font-size: 1.2em; font-weight:900; }
  .H1_BG {
   height: 2.1em;
   background: url(../Image/AnyGame123Logo.png) -10px -10px no-repeat;
   background-size: contain;
   }
  .H1_BG span { opacity: 0.01; margin-right: 3px; }
  .StrongLine { display:inline-block; margin: 10px 0px; border-bottom:2px solid #CE0906; font-weight: bold; }
  .StrongBlue { color: #0923BA; font-weight: bold; }
  .StrongRed { color: #CE0906; font-weight: bold; }
  .StrongOrange { color: #FF7B0D; font-weight: bold; }
  .StrongGreen { color: #008E04; font-weight: bold; }
  .StrongTeal { color: #008080; font-weight: bold; }
  .StrongPurple { color: #990f6f; font-weight: bold; }
  .StrongIndigo { color: #5812BA; font-weight: bold; }
  .OL { padding-left: 2em; width:100%; }
  .OLi { list-style: decimal; }
  .Radius10px {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
   }
  .OVAL { /*橢圓*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   }
  .BlockBG { 
   width: -webkit-calc(100% - 6em);
   width: -moz-calc(100% - 6em);
   width: calc(100% - 6em);
   width: 100%;
   padding: 1.2em 3em; 
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   border: 1px solid #FEFEFE;
   background: #FCFCFC;
   background-color: rgba(252, 252, 252, 0.7);
   }
  .ContentSize { 
   margin: 0 auto;
   padding: 20px; 
   width: -webkit-calc(100% - 40px);
   width: -moz-calc(100% - 40px);
   width: calc(100% - 40px);
   width: 100%;
   max-width: 1200px;
   }
  .WhiteShadow { text-shadow: 0px 0px 6px rgba(255, 255, 255, 1); }
 /*修調原設定*/
   nav ul { padding-top: 0; }
 /*置頂區塊*/
  .TopMenuDiv {
   position: relative;
   top: 0px;
   padding: 10px 0 0px 0;
   width: 100%;
   height: 50px;
   /*background: white;*/
   }
  .TopMenuInDiv {
   /*display:inline-block;
   *display:inline;
   *zoom:1;*/
   padding: 0px;
   margin: 0 auto;
   width: 100%;
   height: 100%;
   }
  /*選單反應*/
   nav a,nav a:link,nav a:hover {
    display:inline-block;
    padding: 16px 0px;
	padding: 25px 0px;
    margin: 0px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	color: #333;
    }
   nav a,nav a:link,.TxtShadow { text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); font-weight: bold; }
   /*頂部主選單*/
   .TopMenuBlue a:hover { color: #0B2CE8;
      border-bottom: 5px solid #0923BA;
    }
   .TopMenuRed a:hover { color: #CE0906;
      border-bottom: 5px solid #CE0906;
    }
   .TopMenuOrange a:hover { color: #fd5c2a;
      border-bottom: 5px solid #FF7B0D;
    }
   .TopMenuYellow a:hover { color: #F2A20E;
      border-bottom: 5px solid #F2A20E;
    }
   .TopMenuBrown a:hover { color: #8B4513;
      border-bottom: 5px solid #8B4513;
    }
   .TopMenuGreen a:hover { color: #008E04;
      border-bottom: 5px solid #008E04;
    }
   .TopMenuTeal a:hover { color: #008080;
      border-bottom: 5px solid #008080;
    }
   .TopMenuPurple a:hover { color: #990f6f;
      border-bottom: 5px solid #990f6f;
    }
   .TopMenuIndigo a:hover { color: #5812BA;
      border-bottom: 5px solid #5812BA;
    }
/*重設*/
 /*原始設定*/
  div.footer {
   width: -webkit-calc(100% - 40px);
   width: -moz-calc(100% - 40px);
   width: calc(100% - 40px);
   width: 100%;
   max-width: none;
   margin: 0px auto;
   padding: 20px;
   background-color: #56cbe7;
   background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 883,color-stop(0, rgb(162, 255, 242)),color-stop(1, rgb(10, 151, 220)));
   background-image: -webkit-repeating-radial-gradient(right bottom, ellipse farthest-corner,rgb(162, 255, 242) 0%,rgb(10, 151, 220) 100%);
   background-image: repeating-radial-gradient(ellipse farthest-corner at right bottom,rgb(162, 255, 242) 0%,rgb(10, 151, 220) 100%);
   background-image: -ms-repeating-radial-gradient(right bottom, ellipse farthest-corner,rgb(162, 255, 242) 0%,rgb(10, 151, 220) 100%);

   background: #b8e1fc;
   background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd));
   background: -webkit-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);
   background: -o-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);
   background: -ms-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);
   background: linear-gradient(to bottom, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 );
  }
/*動畫*/
 /*淡出*/
  .BgDivFadeAnime {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: FadeIn 2s;
    -moz-animation: FadeIn 2s;
    -webkit-animation: FadeIn 2s;
    -o-animation: FadeIn 2s;
   }
  .DivFadeAnime {
    animation: FadeIn 2s;
    -moz-animation: FadeIn 2s;
    -webkit-animation: FadeIn 2s;
    -o-animation: FadeIn 2s;
   }
  @keyframes FadeIn {
    from { opacity:0; }
    to { opacity:1; }
  }
  @-moz-keyframes FadeIn {
    from { opacity:0; }
    to { opacity:1; }
  }
  @-webkit-keyframes FadeIn {
    from { opacity:0; }
    to { opacity:1; }
  }
  @-o-keyframes FadeIn {
    from { opacity:0; }
    to { opacity: 1; }
  }
 /*水平移動*/
  .MoveX {
    animation: MoveX 0.6s infinite;
    animation-direction: alternate;  
    -moz-animation: MoveX 0.6s infinite;
    -moz-animation-direction: alternate;
    -webkit-animation: MoveX 0.6s infinite;
    -webkit-animation-direction: alternate;
    -o-animation: MoveX 0.6s infinite;
    -o-animation-direction: alternate;
   }
  @keyframes MoveX { from { transform: translateX(0px); } to { transform: translateX(20px); } }
  @-moz-keyframes MoveX { from { transform: translateX(0px); } to { transform: translateX(20px); } }
  @-webkit-keyframes MoveX { from { transform: translateX(0px); } to { transform: translateX(20px); } }
  @-o-keyframes MoveX { from { transform: translateX(0px); } to { transform: translateX(20px); } }

/*浮動容器*/
 .CustomBoxClose {
  display:block;
  position:absolute;
  top:0px;
  right:0;
  margin-right:5px;
  z-index:10000;
  outline:none;
  font-size:30px;
  line-height:30px;
  transition:transform .3s ease-in-out;
  color:#ccc;
 }
 .CustomBoxDiv {
  display:none;
  position:relative;
  padding:24px;
  margin-top: 8px;
  xwidth:80%;
  height:80%;
  background:#FFF;
  box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
 }
 .CustomBoxContainDiv {
  padding:0px;
  width:100%;
  height:100%;
 }
 .CustomBoxContainFlexDiv {
  width:100%;
  height:100%;
  display:flex;
  /*flex-flow:row;*/
 }
 .CustomBoxContainLeftDiv {
  flex-grow:0;
  flex-shrink:0;
  flex-basis:auto;
  padding:10px;
  /*width:26%;*/
  height:100%;
  /*overflow:auto;*/
 }
 .CustomBoxContainLeftDiv::-webkit-scrollbar {
  display: none;
 }
 .CustomBoxContainRightDiv {
  flex-grow:1;
  flex-shrink:1;
  flex-basis:auto;
  padding:10px;
  /*width:74%;*/
  height:100%;
  overflow:auto;
 }
 .CustomBoxContainRightListDiv {
  max-height:750px;
  overflow:auto;
 }
 .CustomBoxContainRightListDiv::-webkit-scrollbar { width: 0 !important }
 .CustomBoxContainRightListDiv { -ms-overflow-style: none;overflow:-moz-scrollbars-none; }
 .CustomBoxContainListDiv {
  max-height: 750px;
  overflow: hidden;
 }
 #CustomBoxDiv_Alert {
  padding:10px 20px;
  max-width:400px;
  max-height:100px;
  background:#F2F2F2;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
 }
 .AlerText {
  display:table;
  width:100%;
  height:100%;
 }
 .AlerText p {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  word-break:break-all;
 }

/*For Menu*/
 body.MeunBody {
 background: linear-gradient(135deg,  #666666 0%,#4c4c4c 5%,#2c2c2c 16%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }
 .MenusDiv {
 background: linear-gradient(to bottom,  #eeeeee 0%,#cdcdcd 32%,#bfbfbf 34%,#e3e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }

/*上傳圖片*/
 .ImageInTd { width:inherit; height:inherit; }
 .ImageLabBigViewDiv,.ImageLabBat {
  /*max-width:1000px !important;
  max-height:800px !important;*/
  text-align:center;
 }
 .ImageLabBigView {
  height:90%;
  max-height:620px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 }
 .ImageLabBigViewInfo {
  margin:20px auto;
  width:80%;
  font-size:1em;
 }
 #Div-Progress,#Div-DropProgress { /*上傳進度圖層*/
   display: none;
   position: absolute;
   width:60%;
   height:60%;
   max-width: 400px;
   max-height: 100px;
   border: 2px solid #fff;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   overflow: hidden;
   background: #a5d6ff;
   z-index: 8999999;
  }
 input[type=checkbox] { width:30px; height:30px; vertical-align: inherit; }

/*OpenID*/
 .OpenIdDiv {
  width: 270px;/*fit-content;*/
  margin: 0 auto;
  position: relative;
  display: table;
  margin-bottom: 20px;
 }
/*登入*/
 .LineLogin,.AbankLogin {
  width: 88px;
  height: 40px;
  top: 2px;
  border: 0px;
  border-radius: 20px;/*50%;*/
  background: url('btn_login_hover.png');/*url('Icon_Line.png');*/
  background-size: 150%;/*contain;*/
  cursor: pointer;
 }
 .AbankLogin { background: url('btn_login_abank.png'); background-size: 150%; }
 .g_id_signin,g_id_onload { width: 0 !important;float: left !important; }
 .MemberQR { 
  background: url('A_BankQR.png?2023'); 
  background-size: contain;
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border:1px solid #d13a00;
  }

/*首頁*/
 .MenuIndexDiv { &::-webkit-scrollbar { display: none; }
  width:100%;
  height:100%;
  background: linear-gradient(to bottom,  #e3e8ea 0%,#f6f8f9 15%,#e5ebee 50%,#cbd2d6 68%,#fcfeff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
 .MenuIndexContect {
  padding: 30px 10px;
  width:95%;
  font-size: 1.5em;
  margin: 0 auto;
 }
 .MenuIndexSNS { text-align:center; margin-bottom: 50px; }
 .MenuIndexSNS img {
  width:calc(86vw / 3);
  max-width:200px !important;;
  max-height:200px !important;;
  border-radius: 10%;
 }
/*菜單*/
 .Member {
  background: url(User_Login.png);
 }
 .MenuDiv {
  width:100%;
  height:100%;
  background: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  &::-webkit-scrollbar { display: none; }
 }
 .MenuDiv span { float: left; margin-top: 12px; }
 .MenuDiv input { display:block;width:30px; height:30px; padding:0;margin-top:10px;  margin-left: auto; margin-right: auto; color:blue; }
 .MenuDiv ul {
  display:block;
 }
 .MenuDiv li {
  text-align:center;
  float:left;
  font-size: 1.3em;
  line-height: 3em;
  width: 20%;
  white-space: nowrap;
  height:50px;
  overflow: hidden;
  border-bottom: 1px solid #d5d4d1;
  border-top: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  user-select: none;
 }
 .MenuDiv li:nth-child(1) { width:41.5%; line-height: 2.2em; overflow-x: auto;padding: 0px 10px 0px 10px; }
 .MenuDiv li:nth-child(2) { width:13%; text-align: right;font-size:1em; }
 .MenuDiv li:nth-child(3) { width:16%; text-align: right;font-size:1.1em; }
 .MenuDiv li:nth-child(4) { width:10%; }
 .MenuDiv li:nth-child(5) { width:19.5%; }
 
 .OrderDiv li { 
  border-right: 1px solid #d5d4d1; background:#FFFBEA;
  /*word-wrap: break-word; word-break: break-all; overflow-wrap: break-word;*/
  /*white-space: normal;*/
  height: 60px;
  line-height: 1.2em !important;
  /*display: grid;*/
  align-items: center;
  justify-content: center;
  
  }
 .OrderDiv li:nth-child(1) { width:52% !important; }
 .OrderDiv li:nth-child(2) { width:10% !important; text-align:center; }
 .OrderDiv li:nth-child(3) { width:13% !important;  }
 .OrderDiv li:nth-child(4) { width:9.5% !important; font-size:1.2em; }
 .OrderDiv li:nth-child(5) { width:15.5% !important; }
 .OrderDiv ul:not(:first-of-type) li:nth-child(5) { text-align: right;padding-right:5px; font-size:1.1em; background:#FFFBF4; }
 .OrderDiv li.jovip { background:unset; }
 .OrderDiv li.jovip:nth-child(5) { background-color:#fff !important; }
 .OrderDiv ul.ItemFalse li,.OrderDiv ul.ItemFalse li.jovip:nth-child(5),tr.TrFalse td {
  text-decoration:line-through !important;
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0, #c7c7c7 2px, transparent 0, transparent 50%) !important;
  background-size: 10px 10px !important;
  background-color: #d4d4d4 !important;  
  }
  .OrderDiv ul.ItemFree li,.OrderDiv ul.ItemFree li.jovip:nth-child(5),tr.TrFalse td {
  text-decoration:line-through !important;
  }
  
 .MenuAdd { margin-left:4px; }
 .MenuAdd,.MenuDel {
  --width: 2rem;
  xbackground-color: black;
  width: var(--width);
  height: var(--width);
  border-radius: var(--width);
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
 }
 .MenuAdd::before,.MenuAdd::after,
 .MenuDel::after {
  content: "";
  height: calc(var(--width) / 5);
  width: calc(var(--width) / 1.5);
  background-color: white;
  transform: rotate(calc(var(--i) * 90deg));
  position: absolute;
 }
 .MenuAdd::before,.MenuAdd::after { background-color: green; }
 .MenuDel::after { background-color: maroon; }

 .MenuAdd::before { left:16%;
  --i: 1;
 }
 .MenuAdd::after,.MenuDel::after { left:16%;
  --i: 2;
 }
 .jconfirm-content { overflow: hidden !important; }
/*菜單圖片適應化*/
 @media screen and (orientation: portrait) { /*縱向*/
  img { width: 100%; }
 }
 @media screen and (orientation: landscape) { /*橫向*/
  img { width:-webkit-fill-available; }
 }

/*頂部滑動提示訊息*/
 .notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-weight:bold;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  display: none;
  z-index: 999999;
  animation: slideDown 0.5s ease, slideUp 0.5s ease 1.5s forwards;
  background: linear-gradient(to bottom,  #f3e6bd 0%,#e8c458 35%,#e9b303 41%,#e9b303 41%,#ffff01 85%,#c89900 99%);
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
 }
 @keyframes slideDown {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
 }
 @keyframes slideUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
 }
/*底部菜單狀態*/
 .MenuCheck {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height:50px;
  padding: 20px;
  padding-top: 0px; 
  font-size: 1.5em;
  font-weight:bold;
  text-align: center;
  z-index: 999999;
  border-color: #c9a700;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: linear-gradient(to bottom,  #f3e6bd 0%,#e8c458 35%,#e9b303 41%,#e9b303 41%,#ffff01 85%,#c89900 99%);
  animation: UnderslideUp 0.5s ease;
 }
 @keyframes UnderslideUp {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
 }
 .OMCheck { display: none; overflow: hidden; *zoom:1}
 .MenuCheck label {
    display: inline-block;
	margin-bottom: 1px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 20%, white 1px, aqua 3%, darkblue 60%, aqua 100%);  
	filter: saturate(0%);
 }
 .OMCheck[type=checkbox]:checked+label {
	filter: saturate(100%);
 }

/*訂單即時管理*/
 :root { /*設定全域變數*/
  --OrderTopDivHeight: 60px;
  --OrderItemHeight: 30px;
  --PlaceholderFontSize: 0.8em;
 }
 .OrderTopDiv {
  clear:both;
  width:100%;
  height: var(--OrderTopDivHeight);
  border-bottom:1px solid #bbb;
  background: linear-gradient(to bottom,  #ececec 0%,#e7e7e7 50%,#e0e0e0 51%,#fefefe 100%);
 }
 .OrderTopDiv span {
  font-size:2em;
  font-weight:bold;
  padding: 0px 10px;
  margin: 0 15px;
  line-height: 2em;
 }
 .HearUL {
  position: fixed;
  width: inherit;
  margin-bottom: var(--OrderItemHeight);
 }
 ul.HearUL li {
  font-size:12pt;
  font-weight:bold;
  padding:0;
  text-align:center;
  height: var(--OrderItemHeight);
  line-height:1.7em;
  border-right-color: orange;
  border-bottom-color: orange;
  background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
 }
 .AdminOrderDiv ul.HearUL li{
  background: linear-gradient(to bottom,  #fcf5bc 0%,#fceb4e 50%,#f8df00 51%,#fbf193 100%);
 }
 .VipOrderDiv,.ClientOrderDiv {
  width:10%;
  height:230px;
  float: right;
  /*overflow-y: auto; IPAD2 滾動BUG會卡卡的*/
  overflow-y: scroll;
  overflow-x: hidden; 
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%);
 }
 .ClientOrderDiv { 
  height:calc(100% - (var-(-OrderTopDivHeight) + var(--OrderItemHeight)));
  height:100vh;
  }
 .VipOrderDiv li,.ClientOrderDiv li { width:100%; border-bottom-color:orange !important; }
 .AdminOrderDiv {
  width:90%;
  height:calc(100vh - var(--OrderTopDivHeight));
  float: left;
  /*overflow-y: auto; IPAD2 滾動BUG會卡卡的*/
  overflow-y: scroll;
  overflow-x: hidden; 
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%);
 }
 .AdminOrderDiv input { }
 .AdminOrderDiv ul,.VipOrderDiv ul,.ClientOrderDiv ul {
  display:block;
 }
 .AdminOrderDiv li,.VipOrderDiv li,.ClientOrderDiv li { height:90px; line-height: 90px;
  text-align:center;
  float:left;
  font-size: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #d5d4d1;
  border-right: 1px solid #d5d4d1;
  border-top: 1px solid #fff;
  cursor: pointer;
  background:#fff;
  -webkit-user-select: none; /* Safari */
  user-select: none;
  overflow: hidden;
  font-weight: bold;
 }
 .VipOrderDiv li,.ClientOrderDiv li { height:50px; line-height: 2.6em; }
 .AdminOrderDiv ul:not(.HearUL):nth-child(odd) li { /*斑馬單數行背景*/
  background: linear-gradient(to bottom,  #fcfafa 0%,#ead6ea 49%,#fcfafa 100%);
 }
 .AdminOrderDiv ul:not(.HearUL):nth-child(even) li { /*斑馬偶數行背景*/
  background: linear-gradient(to bottom,  #fefefe 0%,#e2e2e2 49%,#e9e9e9 50%,#ededed 100%);
 }
 .VipOrderDiv ul:not(.HearUL) li:nth-child(odd),.ClientOrderDiv ul:not(.HearUL) li:nth-child(odd) { /*斑馬單數行背景*/
  background: linear-gradient(to bottom,  #fff9eb 0%,#ffefcd 30%,#ffeab9 51%,#fffbbd 100%,#ffe7af 100%);
 }
 .VipOrderDiv ul:not(.HearUL) li:nth-child(even),.ClientOrderDiv ul:not(.HearUL) li:nth-child(even) { /*斑馬偶數行背景*/
  background: linear-gradient(to bottom,  #fffcf5 0%,#fff7e7 30%,#fff5dd 51%,#fffddf 100%,#fff4d9 100%);
 }

 .AdminOrderDiv ul.OrderFalse:not(.HearUL) li { /*作廢 斜紋*/
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0, #c7c7c7 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  background-color: #d4d4d4;
 }
 .AdminOrderDiv ul.OrderFinish:not(.HearUL) li { /*完成*/
  background: linear-gradient(to bottom,  #ebfbc5 0%,#d8f783 50%,#d1f373 51%,#ddfa8c 100%);
  border-bottom: 1px solid #7cbc0a !important;
  border-right: 1px solid #7cbc0a !important;
 }
 ul:nth-child(2) {
  margin-top:var(--OrderItemHeight);
 }
/*For IPAD2 safari*/ 
 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
   input,label { padding:5px !important; margin: 0 !important; }
   label { padding: 8px 5px !important; }
 }}
/**/
 .AdminOrderDiv li:nth-child(1) { width:32%; width:calc(33vw * 0.9); }
 .AdminOrderDiv li:nth-child(2) { width:6%; width:calc(6vw * 0.9); }
 .AdminOrderDiv li:nth-child(3) { width:6%; width:calc(7vw * 0.9); }
 .AdminOrderDiv li:nth-child(4) { width:5%; width:calc(5vw * 0.9); }
 .AdminOrderDiv li:nth-child(5) { width:9%; width:calc(9vw * 0.9); }
 .AdminOrderDiv li:nth-child(6) { width:8%; width:calc(8vw * 0.9); }
 .AdminOrderDiv li:nth-child(7) { width:8%; width:calc(8vw * 0.9); }
 .AdminOrderDiv li:nth-child(8) { width:6%; width:calc(6vw * 0.9); }
 .AdminOrderDiv li:nth-child(9) { width:18%; width:calc(18vw * 0.9); line-height: 2.3em; }

 .AdminOderCheckBox { display: none; overflow: hidden; *zoom:1}
 .AdminOderCheckBox[type=checkbox]:checked+label.LabelFinish { 
   border:solid 1px green;
   background:#ffffff; /* Old browsers */
   background:-moz-linear-gradient(top,  #ffffff 0%, #68bf35 5%, #298900 51%, #80c217 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#68bf35), color-stop(51%,#298900), color-stop(100%,#80c217));
   background:-webkit-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:-o-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:-ms-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:linear-gradient(to bottom,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bf35', endColorstr='#298900',GradientType=0 );
   
   background: radial-gradient(ellipse at center,  #c1c1c1 0%,#4e9028 0%,#1f6800 32%,#083005 100%);
   background: linear-gradient(to bottom,  #ebfbc5 0%,#d8f783 50%,#d1f373 51%,#ddfa8c 100%);
   color: green;
   border-color: #7cbc0a;
 }
 .AdminOderCheckBox[type=checkbox]:checked+label.LabelFalse { 
   border:solid 1px blue;
   background:#39afdd;
   background:-moz-linear-gradient(top,  #39afdd 0%, #2f40b5 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#39afdd), color-stop(100%,#2f40b5));
   background:-webkit-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:-o-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:-ms-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:linear-gradient(to bottom,  #39afdd 0%,#2f40b5 100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39afdd', endColorstr='#2f40b5',GradientType=0 );

   background: radial-gradient(ellipse at center,  #1984af 0%,#0a1760 100%);

   border:solid 1px #999;
   color: #333;
   background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #e5e5e5 5px, #e5e5e5 10px);
   background-color: #dadbdb;
 }
 .AdminOderCheckBox+label.LabelFinish { padding:6px 60px !important; /*filter: saturate(0%) contrast(414%);*/
   font-size:1em;
   color:white;
   cursor:pointer;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   overflow:hidden;
 }
 .AdminOderCheckBox+label.LabelFalse {
   padding:4px 5%;
   font-size:1em;
   color:white;
   cursor:pointer;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   overflow:hidden;
 }
 .AdminOderCheckBox+label.LabelFinish {
   border:solid 1px green;
   background:#ffffff; /* Old browsers */
   background:-moz-linear-gradient(top,  #ffffff 0%, #68bf35 5%, #298900 51%, #80c217 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#68bf35), color-stop(51%,#298900), color-stop(100%,#80c217));
   background:-webkit-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:-o-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:-ms-linear-gradient(top,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   background:linear-gradient(to bottom,  #ffffff 0%,#68bf35 5%,#298900 51%,#80c217 100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bf35', endColorstr='#298900',GradientType=0 ); 
 }
 .AdminOderCheckBox+label.LabelFalse {
   border:solid 1px blue;
   background:#39afdd; /* Old browsers */
   background:-moz-linear-gradient(top,  #39afdd 0%, #2f40b5 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#39afdd), color-stop(100%,#2f40b5));
   background:-webkit-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:-o-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:-ms-linear-gradient(top,  #39afdd 0%,#2f40b5 100%);
   background:linear-gradient(to bottom,  #39afdd 0%,#2f40b5 100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39afdd', endColorstr='#2f40b5',GradientType=0 );
   /*
   border:solid 1px black;
   background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 42%,#010101 50%,#383838 87%,#1b1b1b 100%);
   */
 }
 .OrderTable { margin: 0 auto; }
 .OrderTable td {
  padding:5px;
  font-size:1em;
  height:unset;
 }
 .OrderTable tr.TrJo td { background-color: #ffffcc; }

/*新菜單*/
 .PhotoMenu {
  width:100%;
  height:100%;
  xbackground: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%);
 }
 .PhotoMenu > ul {
  display:inline-block !important;
  margin: 0 !important;
 }
 .PhotoMenu ul,.PhotoMenu li,.PhotoMenu img {
  display:block;
  width: 100%;
 }
 .PhotoMenu > ul > li {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  background: #eee;
  border-bottom: 1px solid #bbb;
  background: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%);
 }
 .PhotoMenu > ul {
  background: linear-gradient(to bottom,  #f8f7f6 0%,#f0efec 22%,#ecebe6 33%,#eae9e4 50%,#e7e6e1 67%,#d9d8d3 82%,#c5c5c5 100%);
 }
 .MenuImgLi {
  position: relative;
 }
 img.MenuImg {
 }
 .PhotoMenu ul li ul li,.PhotoMenu ul li ul li span { 
  float: left;
 }
 .PhotoMenu ul li ul li { 
  height: 50px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background: #eee;
 }
 .PhotoMenu ul li ul li input {
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #666;
  padding: 0;
  color: blue;
  font-weight: bold;
 }

 table#OrderTempTable th,table#OrderTempTable td { font-size:0.5em; }


/*橫向模式適應化*/
 @media screen and (orientation: landscape) { 
  .PhotoMenu img {
   width: 200px !important;
  }
  .PhotoMenu ul li { float: left; }
  .PhotoMenu ul.HavaImg li {
   width: calc(100% - 200px);
  }
  .PhotoMenu > ul.HavaImg > li:nth-child(1) {
   width: fit-content !important;
  }  
  .PhotoMenu > ul.HavaImg > li:nth-child(2) {
   height: 40px;
  }
  .PhotoMenu ul li.MenuInfo {
   height: 110px;
  }
  .PhotoMenu ul li ul li:nth-child(1) { 
   width: 25% !important;
  }
  .PhotoMenu ul li ul li:nth-child(2) { 
   width: 30% !important;
   height: 50px !important;
  }
  .PhotoMenu ul li ul li:nth-child(3) { 
   width: 20% !important;
   height: 50px !important;
  }
  .PhotoMenu ul li ul li:nth-child(4) { 
   width: 25% !important;
  }
 }


/**/
 .InputButtonEditors span { display:block; text-align: center; }


