@charset "UTF-8";

/* line 44, ../scss/order_mgm.scss */
.btn.gray {
  background: #5c5d5d;
  color: #fff;
}

/* line 48, ../scss/order_mgm.scss */
.btn.small {
  padding: 8px 12px;
  font-size: 15px;
  min-width: 60px;
  margin: 12px;
  line-height: inherit;
}

/* line 57, ../scss/order_mgm.scss */
.border-bottom-menu {
  font-size: 0px;
  margin-bottom: 15px;
}

/* line 61, ../scss/order_mgm.scss */
.border-bottom-menu.two div {
  width: calc(100% / 2 - 2 * 8px);
}

/* line 64, ../scss/order_mgm.scss */
.border-bottom-menu.three div {
  width: calc(100% / 3 - 2 * 8px);
}

/* line 67, ../scss/order_mgm.scss */
.border-bottom-menu.four div {
  width: calc(100% / 4 - 2 * 6px);
}

/* line 70, ../scss/order_mgm.scss */
.border-bottom-menu>div {
  color: #5c5d5d;
  border-bottom: 2px solid #5c5d5d;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 6px;
  background: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

/* line 84, ../scss/order_mgm.scss */
.border-bottom-menu>div .order-num-cycle {
  display: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  background: #f0c665;
  border-radius: 100%;
  margin-left: 3px;
}

/* line 99, ../scss/order_mgm.scss */
.border-bottom-menu>div#selectMenu {
  color: #34a4d0;
  border-bottom: 2px solid #34a4d0;
}

/* line 105, ../scss/order_mgm.scss */
.border-step-menu {
  font-size: 0px;
  border: 1px solid #ccc;
  margin: 0px 8px 8px;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/* line 111, ../scss/order_mgm.scss */
.border-step-menu.one div {
  width: 100%;
}

.border-step-menu.two div {
  width: calc(100% / 2);
}

.border-step-menu.three div {
  width: calc(100% / 3);
}

/* line 114, ../scss/order_mgm.scss */
.border-step-menu.four div {
  width: calc(100% / 4);
}

/* line 117, ../scss/order_mgm.scss */
.border-step-menu>div {
  color: #5c5d5d;
  background: #e9f3f8;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

/* line 130, ../scss/order_mgm.scss */
.border-step-menu>div .order-num-cycle {
  display: none;
  color: #8a6d3b;
  font-weight: bold;
  font-size: 12px;
}

/* line 139, ../scss/order_mgm.scss */
.border-step-menu>div:before {
  content: "";
  border-color: transparent transparent transparent #ccc;
  border-style: solid solid solid;
  border-width: 20px 20px 20px 20px;
  bottom: 0;
  height: 0px;
  right: -40px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

/* line 151, ../scss/order_mgm.scss */
.border-step-menu>div:after {
  content: "";
  border-color: transparent transparent transparent #e9f3f8;
  border-style: solid solid solid solid;
  border-width: 20px;
  bottom: 0;
  height: 0px;
  right: -38px;
  position: absolute;
  width: 0px;
  z-index: 2;
}

/* line 163, ../scss/order_mgm.scss */
.border-step-menu>div:last-child,
.border-step-menu>div:last-child:before,
.border-step-menu>div:last-child:after {
  border: none;
}

/* line 166, ../scss/order_mgm.scss */
.border-step-menu>div#selectMenu {
  color: #093b5b;
  font-weight: bold;
  background: #f0c665;
}

/* line 171, ../scss/order_mgm.scss */
.border-step-menu>div#selectMenu .order-num-cycle {
  font-weight: normal;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #8a6d3b;
  color: #fff;
  border-radius: 100%;
  margin-left: 3px;
  box-shadow: 0px 1px 2px 1px rgba(34, 36, 38, 0.2);
}

/* line 183, ../scss/order_mgm.scss */
.border-step-menu>div#selectMenu:after {
  border-color: transparent transparent transparent #f0c665;
}

@media (max-width: 575.98px) {

  /* line 189, ../scss/order_mgm.scss */
  .border-step-menu>div {
    border-right: 1px solid #ccc;
  }

  /* line 192, ../scss/order_mgm.scss */
  .border-step-menu>div:before {
    border-width: 10px;
    bottom: 10px;
    right: -20px;
  }

  /* line 197, ../scss/order_mgm.scss */
  .border-step-menu>div:after {
    border-width: 10px;
    bottom: 10px;
    right: -18px;
  }
}

/* line 205, ../scss/order_mgm.scss */
.order-content {
  position: relative;
  font-size: 0;
  letter-spacing: 1px;
  color: #5c5d5d;
  width: 100%;
  align-items: center;
  vertical-align: middle;
  display: flex;
  margin-bottom: 15px;
}

/* line 212, ../scss/order_mgm.scss */
.order-content .order-datail-btn {
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  display: block;
}

/* line 219, ../scss/order_mgm.scss */
.order-content .order-datail-right {
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 6px;
}

/* line 225, ../scss/order_mgm.scss */
.order-content .order-datail-right p {
  line-height: 40px;
}

/* line 227, ../scss/order_mgm.scss */
.order-content .order-datail-right p i {
  padding-right: 3px;
}

/* line 231, ../scss/order_mgm.scss */
.order-content p,
.order-content span {
  color: #5c5d5d;
  font-size: 17px;
  margin: 1px 0;
  font-weight: 500;
  margin: 0;
}

/* line 235, ../scss/order_mgm.scss */
.order-content .order-price {
  font-size: 18px;
  color: #093b5b;
  margin: 3px 0;
}

/* line 241, ../scss/order_mgm.scss */
.order-content .order-logo {
  width: 72px;
  height: 56px;
  border-radius: 3px;
  background: #093b5b;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0px;
  min-width: 72px;
}

/* line 29, ../scss/order_mgm.scss */
.order-content .order-logo i {
  font-size: 26px;
  padding-bottom: 3px;
  display: block;
  line-height: normal;
  color: #fff;
}

/* line 245, ../scss/order_mgm.scss */
.order-content .order-logo.paylogo {
  padding: 0px;
}

/* line 249, ../scss/order_mgm.scss */
.order-content .order-logo.gray {
  background: #5c5d5d;
}

/* line 252, ../scss/order_mgm.scss */
.order-content .order-logo.green {
  background: #17a196;
}

/* line 256, ../scss/order_mgm.scss */
.order-content .person-logo {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #34a4d0;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  min-width: 56px;
}

/* line 29, ../scss/order_mgm.scss */
.order-content .person-logo i {
  font-size: 26px;
  padding-bottom: 3px;
  display: block;
  line-height: 56px;
}

/* line 259, ../scss/order_mgm.scss */
.order-content .order-info {
  width: calc(100% - 70px);
  display: inline-block;
  padding: 0 0 0 8px;
  vertical-align: middle;
}

.order-content .order-info i {
  color: #5c5d5d;
}

/* line 265, ../scss/order_mgm.scss */
.order-content .order-info-left {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 8px;
}

/* line 272, ../scss/order_mgm.scss */
.order-content .order-info-right {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  right: 10px;
}

/* line 278, ../scss/order_mgm.scss */
.order-content .order-info-right p {
  margin: 3px 0;
}

/* line 282, ../scss/order_mgm.scss */
.order-content .order-info-right .order-time {
  color: #5c5d5d;
  font-size: 17px;
  color: #093b5b;
  margin: 3px 0;
}

/* line 288, ../scss/order_mgm.scss */
.order-content .order-info-right .order-status {
  color: #e84816;
  font-weight: normal;
}

/* line 293, ../scss/order_mgm.scss */
.order-content .order-right {
  position: absolute;
  top: 8px;
  right: 6px;
  text-align: right;
}

/* line 300, ../scss/order_mgm.scss */
.order-status {
  color: #e84816;
  font-weight: normal;
}

/* line 304, ../scss/order_mgm.scss */
.order-box {
  position: relative;
  border: 1px solid #e9f3f8;
  margin: 0px 0px 12px;
  color: #5c5d5d;
  text-align: left;
  background: #fff;
}

/* line 313, ../scss/order_mgm.scss */
.order-box .order-hd {
  font-size: 16px;
  font-weight: bold;
  background: #e9f3f8;
  padding: 0 8px;
  height: 35px;
  line-height: 35px;
}

/* line 322, ../scss/order_mgm.scss */
.order-box .order-status {
  float: right;
}

/* line 326, ../scss/order_mgm.scss */
.order-box .order-content {
  padding: 10px;
}

/* line 332, ../scss/order_mgm.scss */
.order-box.read-s .order-hd:before {
  content: "新";
  width: 32px;
  font-size: 14px;
  background: #e84816;
  padding: 1px 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: initial;
  margin-right: 3px;
}

/* line 346, ../scss/order_mgm.scss */
.order-box.read-c .order-hd:before {
  content: "未讀";
  width: 32px;
  font-size: 14px;
  background: #e84816;
  padding: 1px 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: initial;
  margin-right: 3px;
}

/* line 359, ../scss/order_mgm.scss */
#selectOrder {
  background: #f9e1ab;
  border: 1px solid #f9e1ab;
  box-shadow: 6px 6px 4px #ddd;
  top: -5px;
  left: -5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 369, ../scss/order_mgm.scss */
#selectOrder .order-hd {
  background: #f0c665;
}

/* line 373, ../scss/order_mgm.scss */
#selectOrder .order-content {
  background: #f9e1ab;
}

/* line 377, ../scss/order_mgm.scss */
#selectOrder .order-status {
  color: #8a6d3b;
}

/* line 380, ../scss/order_mgm.scss */
#selectOrder .order-content .order-datail-btn {
  display: none;
}

/* line 385, ../scss/order_mgm.scss */
.box-border-btn {
  font-size: 0px;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #e9f3f8;
  position: relative;
}

/* line 392, ../scss/order_mgm.scss */
.box-border-btn.two div,
.box-border-btn.two>button {
  width: calc(100% / 2 - 2 * 0px);
}

.box-border-btn>button {
  margin: 0;
  min-width: auto;
  border-radius: 0;
  height: 45px;
}

/* line 395, ../scss/order_mgm.scss */
.box-border-btn.two:before {
  content: "";
  height: 100%;
  background: #e9f3f8;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 50%;
}

/* line 405, ../scss/order_mgm.scss */
.box-border-btn div {
  color: #5c5d5d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  height: 45px;
}

/* line 414, ../scss/order_mgm.scss */
.box-border-btn div.submit {
  color: #f0c665;
}

/* line 419, ../scss/order_mgm.scss */
.import-btn {
  position: relative;
  text-align: center;
  min-width: 120px;
  background: #f0c665;
  color: #093b5b;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0px 12px;
  margin: 12px 12px;
  min-height: 38px;
  line-height: 38px;
  cursor: pointer;
}

span.tag {
  background: #34a4d0;
  color: #fff;
  font-weight: 300;
  padding: 2px 4px;
  border-radius: 5px;
  margin: 0px 3px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}

.tag.cycle {
  border-radius: 100%;
}

.tag.yellow {
  background: #f0c665;
}

/* line 446, ../scss/order_mgm.scss */
.detail-box {
  position: relative;
  background: #e9f3f8;
  margin: 0px 3px 12px;
  padding: 15px 12px;
  border: 1px solid #34a4d0;
  border-top: 3px solid #34a4d0;
  text-align: left;
  border-radius: 6px;
  border-color: #34a4d0b3;
}

.detail-box .order-content {
  margin-bottom: 24px;
}

/* line 457, ../scss/order_mgm.scss */
.detail-box label {
  color: #34a4d0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* line 442, ../scss/order_mgm.scss */
.detail-box label i {
  width: 24px;
}

.detail-box .detailBox-div {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/* line 463, ../scss/order_mgm.scss */
.modal .detail-box {
  background: #f5f5f5;
  text-align: center;
  padding: 8px 6px;
}

/* line 468, ../scss/order_mgm.scss */
.modal .detail-box .order-goods {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 12px;
}

/* line 473, ../scss/order_mgm.scss */
.modal .detail-box label {
  margin-bottom: 6px;
}

/* line 517, ../scss/order_mgm.scss */
.order-goods {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin: 0px;
}

/* line 523, ../scss/order_mgm.scss */
.order-goods>div {
  text-align: left;
  border-top: 1px dashed #cecece;
  margin: 6px 0 0px;
  padding: 3px 0;
}

/* line 529, ../scss/order_mgm.scss */
.order-goods p {
  display: inline-block;
  text-align: left;
  padding: 0px 6px;
  font-size: 17px;
  line-height: 20pt;
  margin: 0;
}

/* line 534, ../scss/order_mgm.scss */
.order-goods p.itemCust {
  padding-left: 24px;
  color: #5c5d5d;
  font-weight: normal;
  position: relative;
  margin: 0;
}

.order-goods p.itemCust i {
  position: absolute;
  left: 8px;
  top: 9px;
  font-size: 12px;
  color: #093b5b;
}

/* line 553, ../scss/order_mgm.scss */
#OrderDetail .order-list-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 564, ../scss/order_mgm.scss */
.detailMain {
  color: #5c5d5d;
  text-align: center;
  position: relative;
  padding: 36px 0 15px;
}

/* line 570, ../scss/order_mgm.scss */
.detailMain .order-list-btn {
  position: absolute;
  left: 12px;
  top: 24px;
  cursor: pointer;
  z-index: 99;
}

/* line 577, ../scss/order_mgm.scss */
.detailMain .order-num {
  position: absolute;
  top: 0px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

/* line 582, ../scss/order_mgm.scss */
.detailMain .order-num>label {
  color: #5c5d5d;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  background: #c4e3ee;
  border-radius: 6px;
  margin: 0 10px 0 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 442, ../scss/order_mgm.scss */
.detailMain .order-num>label i {
  width: 24px;
}

/* line 585, ../scss/order_mgm.scss */
.detailMain .order-num>p {
  font-size: 20px;
  color: #093b5b;
  font-weight: bold;
}

/* line 591, ../scss/order_mgm.scss */
.detailMain h1 {
  color: #093b5b;
  font-size: 36px;
}

/* line 596, ../scss/order_mgm.scss */
.detailMain sup {
  font-size: 20px;
}

/* line 599, ../scss/order_mgm.scss */
.detailMain p {
  font-size: 17px;
  font-weight: normal;
}

.detailMain hr {
  margin: 12px;
  border-top: 1px dashed #cecece;
}

.detailMain .order-topInfo {
  display: inline-block;
  text-align: center;
}

.detailMain .order-topInfo p,
.detailMain .order-topInfo span {
  display: inline-block;
  margin: 3px 6px;
}

/* line 606, ../scss/order_mgm.scss */
.menu-shop-content {
  position: relative;
  font-size: 0;
  letter-spacing: 1px;
  text-align: left;
  background: #093b5b;
  color: #ffffff;
  min-height: 44px;
  padding: 36px 12px 24px 24px;
}

/* line 616, ../scss/order_mgm.scss */
.menu-shop-content .menu-shop-logo {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #f0c665;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

/* line 29, ../scss/order_mgm.scss */
.menu-shop-content .menu-shop-logo i {
  font-size: 26px;
  padding-bottom: 3px;
  display: block;
  line-height: 52px;
}

/* line 619, ../scss/order_mgm.scss */
.menu-shop-content .menu-shop-info {
  font-size: 13px;
  width: calc(100% - 62px);
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}

/* line 626, ../scss/order_mgm.scss */
.menu-shop-content .menu-shop-info h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 6px 0;
  text-align: left;
}

/* line 633, ../scss/order_mgm.scss */
.menu-shop-content .menu-shop-info p {
  font-weight: normal;
}

/*slick*/
/* line 640, ../scss/order_mgm.scss */
.slider-nav {
  overflow: hidden;
}

/* line 643, ../scss/order_mgm.scss */
.date-slick {
  background: -webkit-linear-gradient(right, #c4e3ee, #bfe2db);
  background: -o-linear-gradient(right, #c4e3ee, #bfe2db);
  background: -moz-linear-gradient(right, #c4e3ee, #bfe2db);
  background: linear-gradient(to right, #c4e3ee, #bfe2db);
}

/* line 646, ../scss/order_mgm.scss */
.month-btn {
  position: relative;
  color: #5c5d5d;
  font-size: 16px;
  text-align: center;
  padding: 18px 0;
  font-weight: bold;
}

/* line 654, ../scss/order_mgm.scss */
.slick-current {
  position: relative;
}

/* line 657, ../scss/order_mgm.scss */
.slick-current .month-btn {
  color: #093b5b;
}

/* line 661, ../scss/order_mgm.scss */
.slick-current:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #093b5b;
  left: 0px;
  bottom: 0px;
}

/*order_list*/
/* line 674, ../scss/order_mgm.scss */
.date-box.statusClose i {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 678, ../scss/order_mgm.scss */
.date-box.statusClose .order-list {
  display: none;
}

/* line 683, ../scss/order_mgm.scss */
.date-box:nth-child(odd)>.order-date {
  background: #c4e3ee;
}

.date-box:nth-child(even)>.order-date {
  background: #e9f3f8;
}

.order-date {
  background: #e9f3f8;
  color: #093b5b;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 6px;
  text-align: left;
  border-bottom: 1px solid #fff;
  height: 40px;
  line-height: 38px;
}

/* line 694, ../scss/order_mgm.scss */
.order-date small {
  color: #5c5d5d;
}

/* line 697, ../scss/order_mgm.scss */
.order-date i {
  color: #5c5d5d;
  float: right;
  font-size: 14px;
  line-height: 38px;
  position: absolute;
  right: 12px;
  top: 0px;
}

/* line 705, ../scss/order_mgm.scss */
.total-price {
  color: #5c5d5d;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 12px;
}

/* line 713, ../scss/order_mgm.scss */
.border-btn {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-color: #093b5b;
  padding: 0px 24px;
  border: 1px solid #093b5b;
  border-radius: 24px;
  margin: 12px 12px;
  cursor: pointer;
  font-size: 15px;
  box-shadow: 1px 2px 2px #6d6d6d;
  letter-spacing: 2px;
  min-height: 40px;
  line-height: 40px;
  cursor: pointer;
}

/* line 732, ../scss/order_mgm.scss */
.btn-box {
  font-size: 0px;
}

/* line 736, ../scss/order_mgm.scss */
.btn-box.two .btn {
  width: calc(100% / 2 - 2 * 12px);
  min-width: auto;
  box-sizing: border-box;
}

/* line 747, ../scss/order_mgm.scss */
p.modal-title {
  color: #093b5b;
  font-size: 17px;
  margin: 15px 0;
}

.modal-bg {
  position: relative;
  color: #093b5b;
  font-size: 36px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 100%;
  margin: 24px auto;
}

/* line 762, ../scss/order_mgm.scss */
.modal-bg:before {
  content: "";
  transform: scale(0.7);
  background: #f0c665;
  border-radius: 100%;
  position: absolute;
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  animation: scale 1.5s linear infinite;
}

/* line 776, ../scss/order_mgm.scss */
.modal-bg:after {
  content: "";
  transform: scale(1);
  background: rgba(240, 198, 101, 0.6);
  border-radius: 100%;
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  animation: scale_m 1.5s linear infinite;
  -moz-box-shadow: 4px 4px 12px 4px rgba(240, 198, 101, 0.3);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(240, 198, 101, 0.3);
  box-shadow: 4px 4px 12px 4px rgba(240, 198, 101, 0.3);
}

.modal-bg i {
  position: relative;
  z-index: 1;
}

/* line 794, ../scss/order_mgm.scss */
.modal-bg h1 {
  font-size: 36px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 800, ../scss/order_mgm.scss */
.modal-bg small {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {

  /* line 899, ../scss/order_mgm.scss */
  .order-list-btn {
    display: none;
  }
}

/* line 904, ../scss/order_mgm.scss */
#OrderPage {
  overflow-y: auto;
  height: calc(100vh - 160px);
  padding: 0 8px;
}

/* line 910, ../scss/order_mgm.scss */
#settingTime,
#updateTime {
  position: relative;
  padding: 12px 0;
}

/* line 914, ../scss/order_mgm.scss */
#settingTime p,
#updateTime p {
  color: #5c5d5d;
}

/* line 917, ../scss/order_mgm.scss */
#settingTime select,
#settingTime input,
#updateTime select,
#updateTime input {
  color: #093b5b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-align-last: center;
  border: none;
  background: none;
  display: inline-block;
  box-sizing: border-box;
}

/* line 928, ../scss/order_mgm.scss */
#settingTime .pickDate-select,
#settingTime input,
#updateTime .pickDate-select,
#updateTime input {
  width: 48%;
  display: inline-block;
  box-sizing: border-box;
  margin: 6px 0;
}

/* line 934, ../scss/order_mgm.scss */
#settingTime>div[role="dialog"],
#updateTime>div[role="dialog"] {
  position: relative;
  border-radius: 6px;
  background: #f5f5f5;
  border-top: 3px solid #34a4d0;
  border-radius: 6px;
  border-color: #34a4d0b3;
}

/* line 942, ../scss/order_mgm.scss */
#settingTime>div[role="dialog"]:before,
#updateTime>div[role="dialog"]:before {
  content: "";
  border-color: transparent transparent #34a4d0b3 transparent;
  border-style: solid solid solid;
  border-width: 12px;
  top: -24px;
  height: 0px;
  right: calc(25% - 6px);
  position: absolute;
  width: 0px;
  z-index: 1;
}

/* line 968, ../scss/order_mgm.scss */
input[name="picktime"] {
  text-align: center;
  border: none;
  color: #093b5b;
  font-size: 24px;
  margin-top: 3px;
  font-weight: bold;
  outline: none;
  opacity: 1;
}

/* line 979, ../scss/order_mgm.scss */
.modal-define-content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 30vh;
}

/* line 986, ../scss/order_mgm.scss */
.modal-define-content h1 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}

/* line 991, ../scss/order_mgm.scss */
.modal-define-content i {
  font-size: 50px;
}

/* line 996, ../scss/order_mgm.scss */
.prompt-txt {
  text-align: center;
  width: 100%;
  padding: 40% 0 50%;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 26px;
}

/* line 1005, ../scss/order_mgm.scss */
p.modal-impot-style {
  color: #e84816;
  margin: 6px 0;
  text-align: center;
}

/* line 1011, ../scss/order_mgm.scss */
.small-btn {
  background: #e0e1e2;
  color: #093b5b;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 3px 18px 6px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 1022, ../scss/order_mgm.scss */
.refundpass-box input.refundpass {
  width: 50px;
  margin: 8px;
  text-align: center;
  display: inline-block;
}

.label-btn {
  position: relative;
  /* border: 1px solid #34a4d0; */
  /* border-radius: 6px; */
  display: inline-block;
  margin: 3px 12px;
}

.label-btn>.label-wrapper {
  display: grid;
  grid-template-columns: 265px 40px;
  align-items: center;
}

@media (max-width:767.98px) {
  .label-btn>.label-wrapper {
    grid-template-columns: auto auto;
  }
}

.label-btn>.label-wrapper>p {
  margin: 0;
}


.label-btn>.label-wrapper>.clock-item {
  padding: 5px 0 5px 15px;
}

.label-btn>.label-wrapper>.edit-wrapper {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  border-radius: 0 6px 6px 0;
  background-color: #093b5b;
  border: 1px solid #093b5b;
}

.label-btn>.label-wrapper>.edit-wrapper>i {
  color: #fff;
  cursor: pointer;
}

.label-btn>.label-wrapper>.time-wrapper {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  padding: 0 5px;
  border-top: 1px solid #34A0D0;
  border-left: 1px solid #34A0D0;
  border-bottom: 1px solid #34A0D0;
  border-radius: 6px 0 0 6px;
}

.label-btn>.label-wrapper>.time-wrapper>p {
  margin-bottom: 0;
  line-height: 34px;
}

.label-btn>.label-wrapper>.time-wrapper>.limit-time {
  line-height: 34px;
  color: #34a4d0;
  font-weight: 500;
}

.label-btn>.label-wrapper>.time-wrapper>.limit-time>p {
  font-weight: 500;
}

/* 休息日 UI     後面的css會覆蓋前面的(如果同階層)*/
.grid-cd {
  display: inline-grid;
  grid-template-columns: 80% 20%;
  width: 200px;
  height: 78px;
  justify-content: space-between;
}

.text-part {
  border: 1px solid #34a4d0;
  border-style: solid none solid solid;
  border-radius: 6px 0 0 6px;
}

.grid-cd-item {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  border: 1px solid #093b5b;
  padding: 3px 6px 3px 6px;
  background-color: #093b5b;
  border-radius: 0 6px 6px 0;
}

.editcd {
  display: block;
  color: white;
}

.delCDay {
  color: white;
}

.label-btn i {
  font-size: 14pt;
  line-height: 34px;
  width: 20px;
  margin: 0 5px;
}

.label-btn p {
  font-size: 17px;
  display: inline-block;
}

div>.clock-item {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 38px;
}

#useTime_s {
  display: inline-block;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
}

#useTime_e{
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
}

input[name="useTime"] {
  text-align: center;
  color: #093b5b;
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
  outline: none;
  opacity: 1;
  width: 60px;
  border: 1px solid #ddd;
  padding: 0px;
}

.checkboxlist-style {
  text-align: left;
}

.checkboxlist-style h6 {
  color: #2caedf;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}

.checkboxlist-style label {
  color: #333;
  margin-right: 12px;
  margin-bottom: 6px;
  cursor: pointer;
  margin-left: 12px;
}

.checkboxlist-style label input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
  top: 0;
}

input[name="closeDay"] {
  text-align: center;
  color: #093b5b;
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
  outline: none;
  opacity: 1;
  width: 60px;
  border: 1px solid #ddd;
  padding: 0px;
}

input[name="closeTime"] {
  text-align: center;
  color: #093b5b;
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
  outline: none;
  opacity: 1;
  width: 60px;
  border: 1px solid #ddd;
  padding: 0px;
}

#updateCloseDayDiv>input[name="remark"] {
  color: #093b5b;
  font-size: 18px;
  margin: 0px;
  outline: none;
  opacity: 1;
  width: 95%;
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
}

.detail-box>input[name="remark"] {
  color: #093b5b;
  font-size: 18px;
  margin: 0 0 10px 0;
  outline: none;
  opacity: 1;
  width: 95%;
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
}

/*menu*/
.switch-btn {
  width: 220px;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 12px;
  margin: 12px 15px;
  text-align: left;
  line-height: 33px;
  height: 45px;
  background: #e9f3f8;
  border-radius: 6px;
  background: -webkit-linear-gradient(right, #c4e3ee, #bfe2db);
  background: -o-linear-gradient(right, #c4e3ee, #bfe2db);
  background: -moz-linear-gradient(right, #c4e3ee, #bfe2db);
  background: linear-gradient(to right, #c4e3ee, #bfe2db);
}

input[type="checkbox"].mui-switch {
  width: 52px;
  height: 31px;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  outline: none;
  margin: 0px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
}

/* line 67, ../scss/menu.scss */
input[type="checkbox"].mui-switch:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 78, ../scss/menu.scss */
input[type="checkbox"].mui-switch:checked {
  border-color: #f0c665;
  box-shadow: #f0c665 0 0 0 16px inset;
  background-color: #f0c665;
}

/* line 82, ../scss/menu.scss */
input[type="checkbox"].mui-switch:checked:before {
  left: 21px;
}

/* line 86, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-animbg {
  transition: background-color ease 0.4s;
}

/* line 88, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-animbg:before {
  transition: left 0.3s;
}

/* line 91, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-animbg:checked {
  box-shadow: #dfdfdf 0 0 0 0 inset;
  background-color: #f0c665;
  transition: border-color 0.4s, background-color ease 0.4s;
}

/* line 95, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-animbg:checked:before {
  transition: left 0.3s;
}

/* line 101, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-anim {
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s,
    box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

/* line 103, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-anim:before {
  transition: left 0.3s;
}

/* line 106, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-anim:checked {
  box-shadow: #f0c665 0 0 0 16px inset;
  background-color: #f0c665;
  transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

/* line 110, ../scss/menu.scss */
input[type="checkbox"].mui-switch.mui-switch-anim:checked:before {
  transition: left 0.3s;
}

/*top-menu*/
/* line 120, ../scss/menu.scss */
.menu-btn {
  color: #ffffff;
  position: absolute;
  height: 48px;
  width: 48px;
  line-height: 48px;
  z-index: 99999;
  text-align: center;
}

/* line 128, ../scss/menu.scss */
.menu-btn:hover,
.menu-btn:focus {
  opacity: 0.7;
}

/* line 160, ../scss/menu.scss */
.main-nav {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease;
  background: #ffffff;
  left: -250px;
  /* box-shadow: 1px 2px 2px #f5f2f2; */
}

/* line 173, ../scss/menu.scss */
.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0px;
}

/* line 182, ../scss/menu.scss */
.main-nav .close-menu {
  right: 0px;
  top: 0px;
}

/* line 187, ../scss/menu.scss */
.main-nav .nav-menu {
  list-style-type: none;
  font-size: 14px;
  color: #093b5b;
  /* 加油站平板會被遮擋bar，因此調高padding */
  padding: 0 12px 100px 12px;
  cursor: pointer;
}

/* line 194, ../scss/menu.scss */
.main-nav .nav-menu a {
  color: #093b5b;
}

/* line 197, ../scss/menu.scss */
.main-nav .nav-menu a:hover {
  opacity: 0.7;
}

/* line 202, ../scss/menu.scss */
.main-nav .nav-menu a.on {
  color: #34a4d0;
}

/* line 206, ../scss/menu.scss */
.main-nav .nav-menu li {
  padding: 15px 12px 15px 24px;
  text-align: left;
}

/* line 211, ../scss/menu.scss */
.main-nav .nav-menu i {
  width: 28px;
  vertical-align: middle;
  opacity: 0.7;
}

/* line 216, ../scss/menu.scss */
.main-nav .nav-menu span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 224, ../scss/menu.scss */

/* line 228, ../scss/menu.scss */
#main-nav:target {
  left: 0px;
  width: 250px;
}

/* line 233, ../scss/menu.scss */
#main-nav-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}

/* line 243, ../scss/menu.scss */
#main-nav:target+#main-nav-bg {
  display: block;
}

@media (max-width: 991.98px) {

  /* line 249, ../scss/menu.scss */
  #main-nav:target+.page-wrap .open-menu {
    display: none;
  }

  /* line 253, ../scss/menu.scss */
  .slide-frame {
    overflow-x: hidden;
    position: relative;
  }

  /* line 257, ../scss/menu.scss */
  .slide-frame .slide-page {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    background: #ffffff;
    transition: all 0.3s ease;
  }

  /* line 266, ../scss/menu.scss */
  .slide-frame .slide-page.active {
    right: 0px;
  }
}

@media (min-width: 992px) {

  /* line 274, ../scss/menu.scss */
  #main-nav:target+.page-wrap {
    width: calc(100% - 250px);
  }

  /* line 276, ../scss/menu.scss */
  #main-nav:target+.page-wrap .open-menu {
    display: none;
  }

  /* line 279, ../scss/menu.scss */
  #main-nav:target+.page-wrap .main-header {
    width: calc(100% - 250px);
    left: 250px;
  }

  /* line 283, ../scss/menu.scss */
  #main-nav:target+.page-wrap .slide-page-left {
    width: 100%;
  }

  /* line 286, ../scss/menu.scss */
  #main-nav:target+.page-wrap .slide-page {
    display: none;
  }
}

/* line 360, ../scss/menu.scss */
#UnconfirmOrder>div {
  display: inline-block;
  color: #fff;
  min-width: 24px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  background: #e84816;
  border-radius: 5px;
  margin-left: 3px;
  box-shadow: 0px 1px 2px 1px rgba(34, 36, 38, 0.2);
  position: absolute;
  right: 12px;
  top: 11px;
  text-shadow: none;
  padding: 3px 6px;
}

.list-line {
  position: relative;
  font-size: 16px;
}

.switch-line {
  position: relative;
  font-size: 16px;
  padding-right: 72px;
}

.switch-edit>i,
.list-line>i {
  padding: 10px 15px 6px 6px;
}

.switch-line small,
.list-line small {
  color: #5c5d5d;
}

.switch-line .switch-label {
  position: absolute;
  right: 0px;
  top: 6px;
}

@media (min-width: 769px) {
  .switch-edit {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.modalbox {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  border: 1px solid white;
  box-shadow: 1px 1px 3px 1px rgba(26, 26, 26, 0.22);
  border-radius: 6px;
  padding: 10px 24px 12px 6px;
  color: #878787;
  font-size: 15px;
  width: 100%;
}

.modalbox i {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 6px;
  color: #878787;
}

.modal-input {
  position: relative;
  padding-left: 92px;
}

.modal-input span {
  position: absolute;
  left: 0;
  top: 22px;
}

.modalbox>input {
  width: auto;
  margin: 0px 6px;
}

.scroll-list {
  max-height: calc(100vh - 350px);
  overflow-y: scroll;
  padding: 6px 36px;
}

.scroll-list>div {
  min-height: calc(100vh - 400px);
  text-align: left;
  margin: 0px;
}

.searchSort {
  position: relative;
  max-width: 100%;
}

#sortProdList .delSortProd {
  display: block;
}

#AllProdList .delSortProd {
  display: none;
}

.sortDiv>div {
  padding: 0;
}

@media (min-width: 768px) {
  .searchSort {
    bottom: 8px;
  }

  .scroll-list {
    padding: 6px 42px;
  }

  #AllProd {
    padding: 6px 60px 6px 3px;
  }
}

.toggle-btn>.toggle-icon:before {
  content: "\f077";
  padding: 0 5px;
  font-size: 85%;
}

.toggle-btn#selectToggle>.toggle-icon:before {
  content: "\f078";
  padding: 0 5px;
  font-size: 85%;
}

/*collapsing table*/
table.collapsing {
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
}

table.collapsing thead th {
  cursor: auto;
  background: #f9fafb;
  text-align: inherit;
  padding: 0.92857143em 0.78571429em;
  vertical-align: left;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

table.collapsing tbody td {
  padding: 0.92857143em 0.78571429em;
}

table.collapsing tr td,
table.collapsing tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

table.collapsing tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.collapsing tr td,
table.collapsing tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

table.collapsing tr:first-child td {
  border-top: none;
}

table.collapsing tr th:first-child,
table tr td:first-child {
  border-left: none;
}

/*datatable*/
table.dataTable.loading:after {
  content: "資料處理中";
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0;
  background: white;
}

table.dataTable tbody tr.even {
  background-color: rgb(233 243 248 / 70%) !important;
}

table.dataTable thead {
  background: rgb(238, 238, 238);
}

.dataTables_paginate {
  text-align: center;
}

.paginate_button {
  display: inline-block;
  margin: 0 12px;
}

.dt-button-collection {
  margin: 12px 6px !important;
}

.dt-button.buttons-columnVisibility {
  color: #fff;
  font-weight: normal;
  background: #999;
  padding: 8px;
  border-radius: 6px;
  margin: 5px 8px;
  border: none;
}

.dt-button.buttons-columnVisibility.active {
  background: #34a4d0;
}

button.dt-button {
  margin: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
  width: auto;
}

.dt-buttons {
  margin-bottom: 15px;
}

#AttResult,
#InvoiceResult {
  margin: 0px 15px 32px;
  max-width: 100%;
  overflow: hidden;
}

.bottom-menu {
  text-align: center;
  width: 100%;
  z-index: 9;
}

@media (max-width: 768px) {
  .bottom-menu {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #333;
    color: #fff;
    text-align: center;
  }
}

.uptime {
  text-align: left;
  display: none;
}

.uptime>label {
  background: #f0c665;
  color: #093b5b;
  padding: 7px;
  margin: 0px;
  margin-left: 12px;
}

.uptime>label:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 14.66px;
  top: -0.4px;
  border-style: solid;
  border-width: 16.8px 13px 16.8px 0px;
  border-color: transparent #f0c665 transparent transparent;
}

.date-input {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.date-input>div {
  position: relative;
  display: inline-block;
  width: calc(50% - 24px);
}

.date-input p {
  display: inline-block;
  text-align: center;
  width: 48px;
  color: #0c3c5d;
  margin: 0px;
}

.date-input>div:before {
  content: "\f073";
  right: 12px;
  line-height: 40px;
  position: absolute;
  color: #0c3c5d;
  z-index: 1;
  pointer-events: none;
}

.timepicker {
  margin: 0 3px;
}

@media (max-width: 767.98px) {
  .datetime-input {
    display: block;
  }

  .datetime-input>div {
    margin-bottom: 3px;
  }
}

/*updatePIC*/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.update_pic_txt {
  font-weight: 300;
  font-size: 14px;
  position: relative;
  bottom: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #093b5b;
  color: #fff;
  margin: 12px auto;
  min-width: 76px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.update_pic_txt:hover {
  opacity: 0.8;
}

.slider {
  appearance: none;
  height: 5px;
  -webkit-appearance: none;
  outline: none;
  background: #cccccc;
  -webkit-transition: .2s;
  transition: opacity .2s;
  opacity: 0.7;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6C6C6C;
  cursor: pointer;
}