@charset "UTF-8";
.musApp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.musApp .colPane {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  height: 100%;
}
.musApp .colPane + .colPane {
  border-left: 1px solid var(--c-border);
}
.musApp .colPane .subColPane {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 100%;
}
.musApp .colPane .subColPane.-msg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.musApp .colPane .subColPane.-msg .text {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  color: var(--c-ltrgray);
}
.musApp .colPane .titlebarPane + .pane,
.musApp .colPane .pane + .pane {
  border-top: 1px solid var(--c-ltborder);
}
.musApp .colPane .subPane {
  width: 100%;
}
.musApp .colPane .subPane + .subPane {
  border-top: 1px solid var(--c-border);
}
.musApp .colPane .titlebarPane {
  flex: 0 0 auto;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.musApp .colPane .fixedPane {
  flex: 0 0 auto;
  width: 100%;
}
.musApp .colPane .scrolledPane {
  flex: 1 1 auto;
  overflow-y: auto;
  width: 100%;
}
.musApp .colPane .scrolledPane::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.musApp .colPane .scrolledPane::-webkit-scrollbar-thumb {
  background: var(--c-dkgray);
}
.musApp .colPane .bottomPane {
  flex: 0 0 auto;
  padding: 16px;
  width: 100%;
}
.musApp .colPane .bottomPane.-buttons {
  display: flex;
  padding: 8px;
  padding-left: 0;
}
.musApp .colPane .bottomPane.-buttons > * {
  flex: 1 1 auto;
  margin-left: 8px;
}
.musApp .colPane .bottomButtonPane .paneBlock {
  margin: 0;
  padding: 8px;
}
.musApp .colPane .bottomButtonPane .mField {
  margin: 0;
}
.musApp .paneBlock {
  margin: 0 24px;
}
.musApp .paneBlock > .titlebar {
  display: flex;
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.musApp .paneBlock > .titlebar span {
  flex: 1 1 auto;
}
.musApp .paneBlock > .titlebar .fn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.musApp .paneBlock > .titlebar .fn > * {
  margin-left: 8px;
}
.musApp .paneBlock .body {
  margin: 0 0;
}
.musApp .paneBlock .body > .titlebar {
  display: flex;
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: var(--c-main);
}
.musApp .paneBlock .body > .titlebar span {
  flex: 1 1 auto;
}
.musApp .paneBlock .body > .titlebar .fn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.musApp .paneBlock .body > .titlebar .fn > * {
  margin-left: 8px;
}
.musApp .paneBlock .body + .body {
  border-top: 1px solid var(--c-ltborder);
}
.musApp .paneBlock + .paneBlock {
  border-top: 1px solid var(--c-border);
}
.musApp .loadingOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.musApp .loadingOverlay .msg {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.pplanEditorApp3 #infoPane {
  left: 0;
  width: 320px;
}
.pplanEditorApp3 #configListPane {
  left: 320px;
  width: 320px;
}
.pplanEditorApp3 #configListPane .dsctListPane {
  margin: 16px 0;
}
.pplanEditorApp3 #configListPane .configItem {
  margin: 16px 0;
  padding: 8px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 #configListPane .configItem.-active {
  color: var(--c-main);
  background-color: #fff;
}
.pplanEditorApp3 #configListPane .configItem.-active .r2 {
  pointer-events: none;
}
.pplanEditorApp3 #configListPane .configItem.-active .r2 .mButton {
  background-color: var(--c-ltgray);
}
.pplanEditorApp3 #configListPane .configItem .r1 {
  flex: 1 1 auto;
}
.pplanEditorApp3 #configListPane .configItem .r1 .typeLabel {
  font-size: 12px;
  line-height: 18px;
}
.pplanEditorApp3 #configListPane .configItem .r1 .i {
  width: 1.5em;
  margin-right: 0.25em;
}
.pplanEditorApp3 #configListPane .configItem .r1 .name {
  margin: 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
}
.pplanEditorApp3 #configListPane .configItem .r1 .name .icon {
  width: 1.5em;
  margin-right: 0.25em;
  vertical-align: baseline;
}
.pplanEditorApp3 #configListPane .configItem .r1 .desc {
  font-size: 12px;
  line-height: 18px;
  color: var(--c-gray);
}
.pplanEditorApp3 #configListPane .configItem .r2 {
  flex: 0 0 auto;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.pplanEditorApp3 #configListPane .configItem .r2 .mButton {
  margin-top: 8px;
}
.pplanEditorApp3 #configListPane .configItem:first-child {
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 #configListPane .addConfigPane {
  margin: 16px 0;
}
.pplanEditorApp3 #configListPane .addConfigPane .captain {
  font-weight: bold;
  margin-bottom: 8px;
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeList {
  margin: 8px 0;
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeItem {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeItem:first-child {
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeItem .label {
  flex: 1 1 auto;
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeItem .label i {
  width: 1.5em;
  margin-right: 0.25em;
}
.pplanEditorApp3 #configListPane .addConfigPane .configTypeItem .mButton {
  flex: 0 0 auto;
}
.pplanEditorApp3 #configListPane .bottomPane {
  display: flex;
}
.pplanEditorApp3 #configListPane .bottomPane .r1 {
  flex: 1 1 auto;
}
.pplanEditorApp3 #configListPane .bottomPane .r2 {
  flex: 0 0 auto;
  margin-left: 8px;
}
.pplanEditorApp3 #configDetailPane {
  left: 640px;
  right: 0;
}
.pplanEditorApp3 table.itemList {
  width: 100%;
  border: 1px solid var(--c-ltborder);
  border-collapse: collapse;
  margin: 16px 0;
}
.pplanEditorApp3 table.itemList th, .pplanEditorApp3 table.itemList td {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.pplanEditorApp3 table.itemList thead th {
  background-color: var(--c-ltgray);
}
.pplanEditorApp3 table.itemList tbody td {
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 table.itemList .col-price {
  width: 5em;
}
.pplanEditorApp3 table.itemList .col-fn {
  width: 6em;
  text-align: right;
}
.pplanEditorApp3 table.itemList .col-fn .mButton {
  width: 2.5em;
}
.pplanEditorApp3 #comboProdEditPane[mus-mode=ADD] *[mus-for]:not([mus-for=ADD]) {
  display: none;
}
.pplanEditorApp3 #comboProdEditPane[mus-mode=EDIT] *[mus-for]:not([mus-for=EDIT]) {
  display: none;
}
.pplanEditorApp3 #comboProdEditActionPane[mus-mode=ADD] *[mus-for]:not([mus-for=ADD]) {
  display: none;
}
.pplanEditorApp3 #comboProdEditActionPane[mus-mode=EDIT] *[mus-for]:not([mus-for=EDIT]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock {
  padding: 16px;
  margin: 16px 0;
}
.pplanEditorApp3 .levelItemBlock[mus-condtype=PRICE] *[mus-condtype]:not([mus-condtype=PRICE]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock[mus-condtype=QTY] *[mus-condtype]:not([mus-condtype=QTY]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock[mus-gifttype=PRICE] *[mus-gifttype]:not([mus-gifttype=PRICE]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock[mus-gifttype=QTY] *[mus-gifttype]:not([mus-gifttype=QTY]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock[mus-gifttype=DISCOUNT] *[mus-gifttype]:not([mus-gifttype=DISCOUNT]) {
  display: none;
}
.pplanEditorApp3 .levelItemBlock .label {
  display: flex;
  align-items: center;
}
.pplanEditorApp3 .levelItemBlock .label span {
  flex: 1 1 auto;
}
.pplanEditorApp3 .levelItemBlock .label .fn {
  flex: 0 0 auto;
}
.pplanEditorApp3 .levelItemBlock .giftList {
  margin-bottom: -16px;
}
.pplanEditorApp3 .levelItemBlock .giftItem {
  border-top: 1px solid var(--c-border);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .itemListPane {
  flex: 1 1 33.33%;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelListPane .levelBlock {
  flex: 1 1 33.33%;
  padding: 8px;
  text-align: center;
  background-color: var(--c-ltgray);
  border: 1px solid var(--c-ltborder);
  cursor: pointer;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelListPane .levelBlock.-active {
  color: #fff;
  background-color: var(--c-main);
  border: 1px solid var(--c-main);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelListPane .levelBlock .label {
  font-size: 16px;
  font-weight: bold;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelListPane .levelBlock + .levelBlock {
  margin-left: 8px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .itemListPane {
  flex: 1 0 50%;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .giftField .action-giftRemoveGroup {
  pointer-events: none;
  background-color: var(--c-gray);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .giftField .action-giftAddGroup {
  display: none;
  background-color: var(--c-gray);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .giftField:first-child .action-giftRemoveGroup {
  display: none !important;
  background-color: var(--c-gray);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .giftField:last-child .action-giftRemoveGroup {
  display: inline-block;
  pointer-events: initial;
  background-color: var(--c-main);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF2] .giftField:last-child .action-giftAddGroup {
  display: inline-block;
  pointer-events: initial;
  background-color: var(--c-main);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock {
  margin: 16px 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock > .label, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock > .label {
  display: flex;
  padding: 16px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock > .label *, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock > .label * {
  flex: 1 1 auto;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock > .label *:last-child, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock > .label *:last-child {
  flex: 0 0 auto;
  margin-left: 8px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock h4, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock h4 {
  font-size: 14px;
  font-weight: bold;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock {
  padding: 16px 16px 0;
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock > .label, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock > .label {
  display: flex;
  align-items: center;
  padding: 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock > .label *, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock > .label * {
  flex: 1 1 auto;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock > .label *:last-child, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock > .label *:last-child {
  flex: 0 0 auto;
  margin-left: 8px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock .cr1, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock .cr1 {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock .cr1 .mField, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock .cr1 .mField {
  margin-top: 0;
  margin-bottom: 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock .cr1 .cr11, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock .cr1 .cr11 {
  flex: 0 0 auto;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock .cr1 .cr12, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock .cr1 .cr12 {
  flex: 1 1 auto;
  margin-left: 16px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .condBlock .cr2 .mButton, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .condBlock .cr2 .mButton {
  margin-left: 8px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock {
  padding: 0 16px;
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .giftBlock, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .giftBlock {
  padding: 16px 0 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .giftBlock > .label, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .giftBlock > .label {
  display: flex;
  align-items: center;
  padding: 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .giftBlock > .label *, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .giftBlock > .label * {
  flex: 1 1 auto;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .giftBlock > .label *:last-child, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .giftBlock > .label *:last-child {
  flex: 0 0 auto;
  margin-left: 8px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .giftBlock + .giftBlock, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .giftBlock + .giftBlock {
  border-top: 1px solid var(--c-ltborder);
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .gr1, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .gr1 {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .gr1 .mField, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .gr1 .mField {
  margin-top: 0;
  margin-bottom: 0;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .gr1 .gr11, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .gr1 .gr11 {
  flex: 0 0 auto;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .gr1 .gr12, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .gr1 .gr12 {
  flex: 1 1 auto;
  margin-left: 16px;
}
.pplanEditorApp3 .dsctEditPane[dsct-type=BaGF] .levelBlock .giftListBlock .gr2 .mButton, .pplanEditorApp3 .dsctEditPane[dsct-type=CART_BaGF] .levelBlock .giftListBlock .gr2 .mButton {
  margin-left: 8px;
}
#infoPane {
  left: 0;
  width: 320px;
}
#infoPane .summaryPane {
  flex: 0 0 auto;
  display: flex;
  padding: 8px;
  font-size: 13px;
  line-height: 20px;
}
#infoPane .summaryPane .c1 {
  flex: 0 0 50%;
  padding: 0 16px;
}
#infoPane .summaryPane .c2 {
  flex: 0 0 50%;
  padding: 0 16px;
}
#infoPane .summaryPane .r1, #infoPane .summaryPane .r2, #infoPane .summaryPane .r3, #infoPane .summaryPane .r4, #infoPane .summaryPane .r5 {
  display: flex;
  padding: 8px 0;
}
#infoPane .summaryPane .r1 .label, #infoPane .summaryPane .r2 .label, #infoPane .summaryPane .r3 .label, #infoPane .summaryPane .r4 .label, #infoPane .summaryPane .r5 .label {
  flex: 0 0 auto;
}
#infoPane .summaryPane .r1 .value, #infoPane .summaryPane .r2 .value, #infoPane .summaryPane .r3 .value, #infoPane .summaryPane .r4 .value, #infoPane .summaryPane .r5 .value {
  flex: 1 1 auto;
  text-align: right;
}
#infoPane .summaryPane .r2 {
  border-top: 1px solid var(--c-border);
}
#infoPane .summaryPane .r3 {
  border-top: 1px solid var(--c-border);
}
#infoPane .summaryPane .r5 {
  line-height: 40px;
  border-top: 1px solid var(--c-border);
}
#infoPane .summaryPane .r5 .value {
  font-size: 20px;
}
#infoPane .summaryPane *[mus-field="sum.origTotal"]::before,
#infoPane .summaryPane *[mus-field="sum.subtotal"]::before,
#infoPane .summaryPane *[mus-field="sum.shippingFee"]::before,
#infoPane .summaryPane *[mus-field="sum.total"]::before {
  content: "$";
}
#infoPane .summaryPane *[mus-field="sum.discount"]::after {
  content: "%";
}

#orderListPane {
  left: 320px;
  width: 320px;
}
#orderListPane .orderItem {
  position: relative;
  margin: 16px 0;
  padding: 8px;
  align-items: center;
  color: var(--c-gray-70);
}
#orderListPane .orderItem.-active {
  color: var(--c-text);
  background-color: #fff;
  border-color: var(--c-main);
}
#orderListPane .orderItem.-active .r2 {
  pointer-events: none;
}
#orderListPane .orderItem.-active .r2 .mButton {
  background-color: var(--c-ltgray);
}
#orderListPane .orderItem.-invalid {
  border-color: var(--c-gray-50);
}
#orderListPane .orderItem.-invalid::after {
  content: "未符合下單規則";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  line-height: 14px;
  padding: 3px;
  color: #fff;
  background-color: var(--c-gray-50);
  border-radius: 0 4px 0 4px;
}
#orderListPane .orderItem.-invalid.-active {
  border-color: var(--c-red);
}
#orderListPane .orderItem.-invalid.-active::after {
  background-color: var(--c-red);
}
#orderListPane .orderItem .r1 .typeLabel {
  font-size: 12px;
  line-height: 18px;
}
#orderListPane .orderItem .r1 .i {
  width: 1.5em;
  margin-right: 0.25em;
}
#orderListPane .orderItem .r1 .name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
}
#orderListPane .orderItem .r1 .name .icon {
  width: 1.5em;
  margin-right: 0.25em;
  vertical-align: baseline;
}
#orderListPane .orderItem .r1 .desc {
  font-size: 12px;
  line-height: 18px;
  color: var(--c-gray);
  display: none;
}
#orderListPane .orderItem .r1 .priceList {
  display: flex;
  margin: 8px 0;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid var(--c-ltborder);
  border-bottom: 1px solid var(--c-ltborder);
}
#orderListPane .orderItem .r1 .priceList .label {
  font-size: 14px;
  line-height: 24px;
}
#orderListPane .orderItem .r1 .priceList .value {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
#orderListPane .orderItem .r1 .priceList .origPrice {
  flex: 1 1 35%;
}
#orderListPane .orderItem .r1 .priceList .discount {
  flex: 1 1 30%;
}
#orderListPane .orderItem .r1 .priceList .price {
  flex: 1 1 35%;
}
#orderListPane .orderItem .r1 .priceList .origPrice .value::before {
  content: "$";
}
#orderListPane .orderItem .r1 .priceList .discount .value::after {
  content: "%";
}
#orderListPane .orderItem .r1 .priceList .price .value::before {
  content: "$";
}
#orderListPane .orderItem .r2 {
  display: flex;
  justify-content: center;
}
#orderListPane .orderItem .r2 .mButton {
  margin-left: 8px;
}

#editPane {
  left: 640px;
  right: 0;
}
#editPane .planItem {
  display: flex;
  padding: 8px;
  border-top: 1px solid var(--c-ltborder);
}
#editPane .planItem .r1 {
  flex: 1 1 auto;
}
#editPane .planItem .r2 {
  flex: 0 0 auto;
  margin-left: 16px;
}
#editPane .planItem .title {
  margin: 8px 0;
  font-size: 16px;
  font-weight: bold;
}
#editPane .planItem .title b {
  display: inline-block;
  padding: 0 4px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: var(--c-gray-70);
  border-radius: 4px;
}
#editPane .planItem .period {
  margin: 8px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: var(--c-green);
}
#editPane .planItem .desc {
  margin: 8px 0;
  font-size: 13px;
  line-height: 16px;
  color: var(--c-gray-70);
}
#editPane .planItem .fn {
  display: flex;
  justify-content: flex-end;
}

#OrderMenuPane .titlebarPane {
  position: relative;
  display: flex;
}
#OrderMenuPane .titlebarPane .titlebar {
  flex: 1 1 auto;
}
#OrderMenuPane .titlebarPane .searchBar {
  margin-left: 8px;
  flex: 0 0 auto;
  display: flex;
}
#OrderMenuPane .titlebarPane .searchBar > * {
  align-items: center;
}
#OrderMenuPane .titlebarPane .searchBar > * + * {
  margin-left: 8px;
}
#OrderMenuPane .titlebarPane .searchBar select {
  vertical-align: top;
}
#OrderMenuPane .titlebarPane .textSearchBar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#OrderMenuPane .titlebarPane .textSearchBar input {
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
#OrderMenuPane .titlebarPane .textSearchBar .bResult {
  flex: 0 0 6em;
  font-weight: normal;
  text-align: center;
}
#OrderMenuPane .titlebarPane .textSearchBar .bButton {
  flex: 0 0 2em;
  text-align: center;
  cursor: pointer;
}
#OrderMenuPane .groupInfo .r1 {
  display: flex;
  align-items: center;
}
#OrderMenuPane .groupInfo .r1 h3 {
  flex: 1 1 auto;
}
#OrderMenuPane .groupInfo .brief {
  margin-top: -16px;
  margin-bottom: 16px;
}
#OrderMenuPane table.itemList {
  width: 100%;
  border: 1px solid var(--c-ltborder);
  border-collapse: collapse;
  margin: 0 0 16px 0;
  /* COMBO RAW ITEM */
}
#OrderMenuPane table.itemList tr.-disabled {
  cursor: not-allowed;
  color: var(--c-gray-50) !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
#OrderMenuPane table.itemList th, #OrderMenuPane table.itemList td {
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
#OrderMenuPane table.itemList thead {
  position: sticky;
  top: 0;
}
#OrderMenuPane table.itemList thead th {
  background-color: var(--c-ltgray);
  border-top: 1px solid var(--c-ltborder);
}
#OrderMenuPane table.itemList tbody td {
  border-top: 1px solid var(--c-ltborder);
}
#OrderMenuPane table.itemList tbody td .mInput {
  padding: 0;
  height: 24px;
}
#OrderMenuPane table.itemList tbody td .mInput[disabled] {
  color: var(--c-gray-50);
  border-color: var(--c-ltborder);
}
#OrderMenuPane table.itemList tr.item.-err-outOfStock {
  color: var(--c-red) !important;
}
#OrderMenuPane table.itemList tr.item.-err-invalidSetQty {
  color: var(--c-red) !important;
}
#OrderMenuPane table.itemList tr.item.-hide {
  display: none;
}
#OrderMenuPane table.itemList tr.item:hover {
  font-weight: bold;
  background-color: #fff;
}
#OrderMenuPane table.itemList tr.subitem td,
#OrderMenuPane table.itemList tr.comboSubItem td,
#OrderMenuPane table.itemList tr.subitem td,
#OrderMenuPane table.itemList tr.prodset td,
#OrderMenuPane table.itemList tr.subitem2 td {
  border-top: 1px solid var(--c-border-10);
}
#OrderMenuPane table.itemList tr.subitem td:first-child,
#OrderMenuPane table.itemList tr.comboSubItem td:first-child,
#OrderMenuPane table.itemList tr.subitem td:first-child,
#OrderMenuPane table.itemList tr.prodset td:first-child,
#OrderMenuPane table.itemList tr.subitem2 td:first-child {
  padding-left: 2em;
}
#OrderMenuPane table.itemList tr.subtitle {
  background-color: var(--c-gray-20);
}
#OrderMenuPane table.itemList tr.text td {
  text-align: center;
}
#OrderMenuPane table.itemList tr.comboItem {
  color: var(--c-blue);
}
#OrderMenuPane table.itemList tr.comboSubItem td.col-name {
  padding-left: 1em;
}
#OrderMenuPane table.itemList tr.comboSubItem td.col-name::before {
  content: "└ ";
}
#OrderMenuPane table.itemList tr.comboSubItem td {
  border-top: 1px solid var(--c-ltborder);
}
#OrderMenuPane table.itemList tr.comboSubItem.comboProdSetItem.-showSubProd ~ tr.comboProdSetProdItem {
  display: table-row;
}
#OrderMenuPane table.itemList tr.comboProdSetProdItem {
  display: none;
}
#OrderMenuPane table.itemList tr.comboProdSetProdItem td.col-name {
  padding-left: 2em;
}
#OrderMenuPane table.itemList tr.comboProdSetProdItem td.col-name::before {
  content: "└ ";
}
#OrderMenuPane table.itemList tr.comboProdSetProdItem td {
  border-top: 1px dashed var(--c-gray-20);
}
#OrderMenuPane table.itemList tr.subitem2 td:first-child {
  padding-left: 3em;
}
#OrderMenuPane table.itemList em {
  color: #000;
  background-color: #ff0;
}
#OrderMenuPane table.itemList .col-price {
  width: 5em;
}
#OrderMenuPane table.itemList .col-number {
  width: 5em;
}
#OrderMenuPane table.itemList .col-fn {
  width: 6em;
  text-align: right;
}
#OrderMenuPane table.itemList .col-fn .mButton {
  width: 2.5em;
}
#OrderMenuPane #OrderMenuInfoPane {
  padding: 16px 0;
}
#OrderMenuPane #OrderMenuInfoPane h3 {
  margin: 0 !important;
  font-size: 16px;
  line-height: 24px;
  color: var(--c-main);
}
#OrderMenuPane #OrderMenuInfoPane p {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-gray-70);
}
#OrderMenuPane .itemListGroup h3 {
  margin: 16px 0;
}
#OrderMenuPane .itemListGroup h3 *[mus-field=brief] {
  margin-left: 8px;
  color: var(--c-gray-50);
}
#OrderMenuPane #OrderMenuLevelPane .paneBlock {
  margin: 0;
}
#OrderMenuPane #OrderMenuLevelPane .levelList {
  margin: 8px;
  display: flex;
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem {
  flex: 1 1 50%;
  position: relative;
  padding-top: 16px;
  color: var(--c-gray-50);
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem.-enabled {
  font-weight: bold;
  color: var(--c-blue);
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem.-enabled .bar.-cond {
  background: var(--c-blue);
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem .bar.-cond {
  top: 0;
  background: var(--c-gray-50);
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem .bar.-gift {
  top: 8px;
  background: var(--c-green);
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem .label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#OrderMenuPane #OrderMenuLevelPane .levelList .levelItem + .levelItem {
  border-left: 1px solid var(--c-ltborder);
}
#OrderMenuPane #OrderMenuSumPane .paneBlock {
  margin: 0;
}
#OrderMenuPane #OrderMenuSumPane .mField > * + * {
  border-left: 1px solid var(--c-ltborder);
}
#OrderMenuPane #OrderMenuSumPane .label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#OrderMenuPane #OrderMenuSumPane .value {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=subtotal]::before {
  content: "$";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=giftValue]::before {
  content: "$";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=giftQty]::before {
  content: "";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=origTotal]::before {
  content: "$";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=summary]::before {
  content: "$";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=giftDiff]::before {
  content: "$";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=discount]::after {
  content: "%";
}
#OrderMenuPane #OrderMenuSumPane *[mus-field=giftDiff] {
  color: var(--c-red);
}

#PartnerSearchPopup .popup {
  width: 960px;
  height: 640px;
}
#PartnerSearchPopup .body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#PartnerSearchPopup .searchInputPane {
  flex: 0 0 auto;
  padding: 16px;
  border-bottom: 1px solid var(--c-border);
}
#PartnerSearchPopup .searchInputPane .r1 {
  display: flex;
}
#PartnerSearchPopup .searchInputPane .r1 .input {
  flex: 1 1 auto;
}
#PartnerSearchPopup .searchInputPane .r1 .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#PartnerSearchPopup .searchInputPane .r2 {
  margin-top: 8px;
}
#PartnerSearchPopup .searchInputPane .keywordList {
  display: flex;
  flex-wrap: wrap;
}
#PartnerSearchPopup .searchInputPane .keywordList .keyword {
  display: block;
  margin: 2px 8px;
  margin-left: 0px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 24px;
  background-color: var(--c-gray-30);
  cursor: pointer;
  border-radius: 4px;
}
#PartnerSearchPopup .searchResultPane {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: auto;
  overflow-y: scroll;
}
#PartnerSearchPopup .searchResultPane .searchResultPaneContent {
  position: absolute;
  width: 100%;
  padding: 8px 16px;
}
#PartnerSearchPopup .searchResultPane .resultItem {
  display: flex;
  align-items: center;
  padding: 8px;
}
#PartnerSearchPopup .searchResultPane .resultItem .label {
  flex: 1 1 auto;
}
#PartnerSearchPopup .searchResultPane .resultItem .label .code {
  font-family: monospace;
}
#PartnerSearchPopup .searchResultPane .resultItem .label .name {
  font-weight: bold;
}
#PartnerSearchPopup .searchResultPane .resultItem .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#PartnerSearchPopup .searchResultPane .resultItem + .resultItem {
  border-top: 1px solid var(--c-ltborder);
}

#CPlanSearchPopup .popup {
  width: 960px;
  height: 640px;
}
#CPlanSearchPopup .body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#CPlanSearchPopup .searchInputPane {
  flex: 0 0 auto;
  padding: 16px;
  border-bottom: 1px solid var(--c-border);
}
#CPlanSearchPopup .searchInputPane .r1 {
  display: flex;
}
#CPlanSearchPopup .searchInputPane .r1 .input {
  flex: 1 1 auto;
}
#CPlanSearchPopup .searchInputPane .r1 .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#CPlanSearchPopup .searchInputPane .r2 {
  margin-top: 8px;
}
#CPlanSearchPopup .searchInputPane .keywordList {
  display: flex;
}
#CPlanSearchPopup .searchInputPane .keywordList .keyword {
  display: block;
  margin-right: 8px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 24px;
  background-color: var(--c-gray-30);
  cursor: pointer;
  border-radius: 4px;
}
#CPlanSearchPopup .searchResultPane {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: auto;
  overflow-y: scroll;
}
#CPlanSearchPopup .searchResultPane .searchResultPaneContent {
  position: absolute;
  width: 100%;
  padding: 8px 16px;
}
#CPlanSearchPopup .searchResultPane .resultItem {
  display: flex;
  align-items: center;
  padding: 8px;
}
#CPlanSearchPopup .searchResultPane .resultItem .label {
  flex: 1 1 auto;
}
#CPlanSearchPopup .searchResultPane .resultItem .label .code {
  font-family: monospace;
}
#CPlanSearchPopup .searchResultPane .resultItem .label .name {
  font-weight: bold;
}
#CPlanSearchPopup .searchResultPane .resultItem .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#CPlanSearchPopup .searchResultPane .resultItem + .resultItem {
  border-top: 1px solid var(--c-ltborder);
}

#OrderPreviewPopup .popup {
  width: 960px;
  height: 640px;
}
#OrderPreviewPopup .body {
  padding: 32px 24px;
  position: relative;
  overflow-y: auto;
}
#OrderPreviewPopup h2 {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
#OrderPreviewPopup .orderListTable thead {
  top: -32px;
}

#parinfoPane {
  left: 0;
  width: 320px;
}

#parconListPane {
  left: 320px;
  width: 448px;
}

#parconEditPane {
  left: 768px;
  right: 0;
}

#ProductSearchPopup .popup,
.ProductSearchPopup .popup {
  width: 960px;
  height: 640px;
  max-height: 100vh;
}
#ProductSearchPopup .body,
.ProductSearchPopup .body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#ProductSearchPopup .buttons,
.ProductSearchPopup .buttons {
  padding-top: 16px;
}
#ProductSearchPopup .searchInputPane,
.ProductSearchPopup .searchInputPane {
  flex: 0 0 auto;
  padding: 16px;
  border-bottom: 1px solid var(--c-border);
}
#ProductSearchPopup .searchInputPane .r1,
.ProductSearchPopup .searchInputPane .r1 {
  display: flex;
}
#ProductSearchPopup .searchInputPane .r1 .select,
.ProductSearchPopup .searchInputPane .r1 .select {
  flex: 0 0 16em;
}
#ProductSearchPopup .searchInputPane .r1 .input,
.ProductSearchPopup .searchInputPane .r1 .input {
  flex: 1 1 auto;
  margin-left: 8px;
}
#ProductSearchPopup .searchInputPane .r1 .mButton,
.ProductSearchPopup .searchInputPane .r1 .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#ProductSearchPopup .searchInputPane .r2,
.ProductSearchPopup .searchInputPane .r2 {
  margin-top: 8px;
}
#ProductSearchPopup .searchInputPane .RecentSearchList,
.ProductSearchPopup .searchInputPane .RecentSearchList {
  display: flex;
}
#ProductSearchPopup .searchInputPane .RecentSearchList .keyword,
.ProductSearchPopup .searchInputPane .RecentSearchList .keyword {
  display: block;
  margin-right: 8px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 24px;
  background-color: var(--c-gray-30);
  cursor: pointer;
  border-radius: 4px;
}
#ProductSearchPopup .searchResultPane,
.ProductSearchPopup .searchResultPane {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: auto;
  overflow-y: scroll;
}
#ProductSearchPopup .searchResultPane .searchResultPaneContent,
.ProductSearchPopup .searchResultPane .searchResultPaneContent {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 16px;
}
#ProductSearchPopup .searchResultPane .resultItem,
.ProductSearchPopup .searchResultPane .resultItem {
  flex: 0 0 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px;
  margin: 4px 0;
}
#ProductSearchPopup .searchResultPane .resultItem .label,
.ProductSearchPopup .searchResultPane .resultItem .label {
  flex: 1 1 auto;
}
#ProductSearchPopup .searchResultPane .resultItem .price,
.ProductSearchPopup .searchResultPane .resultItem .price {
  flex: 0 0 auto;
  margin-left: 8px;
}
#ProductSearchPopup .searchResultPane .resultItem .mButton,
.ProductSearchPopup .searchResultPane .resultItem .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#ProductSearchPopup .searchResultPane .resultItem .-action-removeItem,
.ProductSearchPopup .searchResultPane .resultItem .-action-removeItem {
  display: none;
}
#ProductSearchPopup .searchResultPane .resultItem.-added .-action-removeItem,
.ProductSearchPopup .searchResultPane .resultItem.-added .-action-removeItem {
  display: inline-block;
}
#ProductSearchPopup .searchResultPane .resultItem.-added .-action-selectItem,
.ProductSearchPopup .searchResultPane .resultItem.-added .-action-selectItem {
  display: none;
}
#ProductSearchPopup .searchResultPane .resultItem:hover,
.ProductSearchPopup .searchResultPane .resultItem:hover {
  background-color: var(--c-gray-10);
}

#ProductListSelectPopup .body,
.ProductListSelectPopup .body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#ProductListSelectPopup .searchResultPane,
.ProductListSelectPopup .searchResultPane {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: auto;
  overflow-y: scroll;
}
#ProductListSelectPopup .searchResultPane .searchResultPaneContent,
.ProductListSelectPopup .searchResultPane .searchResultPaneContent {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 16px;
}
#ProductListSelectPopup .searchResultPane .resultItem,
.ProductListSelectPopup .searchResultPane .resultItem {
  flex: 0 0 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px;
  margin: 4px 0;
}
#ProductListSelectPopup .searchResultPane .resultItem .label,
.ProductListSelectPopup .searchResultPane .resultItem .label {
  flex: 1 1 auto;
}
#ProductListSelectPopup .searchResultPane .resultItem .price,
.ProductListSelectPopup .searchResultPane .resultItem .price {
  flex: 0 0 auto;
  margin-left: 8px;
}
#ProductListSelectPopup .searchResultPane .resultItem .mButton,
.ProductListSelectPopup .searchResultPane .resultItem .mButton {
  flex: 0 0 auto;
  margin-left: 8px;
}
#ProductListSelectPopup .searchResultPane .resultItem .-action-removeItem,
.ProductListSelectPopup .searchResultPane .resultItem .-action-removeItem {
  display: none;
}
#ProductListSelectPopup .searchResultPane .resultItem.-added .-action-removeItem,
.ProductListSelectPopup .searchResultPane .resultItem.-added .-action-removeItem {
  display: inline-block;
}
#ProductListSelectPopup .searchResultPane .resultItem.-added .-action-selectItem,
.ProductListSelectPopup .searchResultPane .resultItem.-added .-action-selectItem {
  display: none;
}
#ProductListSelectPopup .searchResultPane .resultItem:hover,
.ProductListSelectPopup .searchResultPane .resultItem:hover {
  background-color: var(--c-gray-10);
}