﻿.redfront {
  color: red;
}

.grayfront {
  color: #2080E0;
}

.NoItem {
  margin: 5px;
}

.num {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 120px;
}

/* CUS. 20230626 AI3/Tina.Wang */
.txtOther {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 260px;
}

/* CUS. 20230626 AI3/Tina.Wang */
.txt {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 138px;
}

/* CUS. 20230626 AI3/Tina.Wang */
.WayButton {
  margin: 5px 1px 0px 270px;
  border-radius: 6px;
  float: right;
}

.WayButtonRange {
  width: 300px;
  margin: 5px;
}

.contect {
  margin: 5px;
}

.error {
  color: red;
}

/* 20210614 goodsInquiry add css */
.goods-inquiry-link-disable {
  text-decoration: underline;
  color: gray;
}
.goods-inquiry-alert-message {
  color: red;
  font-weight: bold;
}
/* 20210614 goodsInquiry add css end*/

/* CUS. 20230626 AI3/Tina.Wang RemarkHtml */
.RemarkTXT {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 138px;
}

.QRCodeAttPointTXT {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 138px;
}
/* CUS. 20230626 AI3/Tina.Wang RemarkHtml END */
/* CUS. 20230901 AI3/Tina.Wang InvoiceHtml */
.invoiceTXT {
  margin: 2px 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1;
  width: 138px;
}
.invoiceSpan, [name="PaperInvoice"],[name="CloudInvoice"],[name="InvoiceDonate"] {
	left: 30px;
    position: relative;
}
/* CUS. 20230901 AI3/Tina.Wang InvoiceHtml END */
