td {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.84rem;
  color: #3c3c3c;
}

.textarea-md {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.84rem;    
  color: #3c3c3c;
}

/*************************
 * 搜尋結果螢光筆黃色效果
 *************************/
mark {    
    background-color: #ffeb3b; /* 螢光黃 */    
    color: #000;               /* 黑字，增加對比 */
    padding: 0 0px;
    border-radius: 2px;
}

.thead-text-md {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.84rem;
}

.text-md {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.875rem;
}

/*************************
 * 線上人員
 *************************/
.dropdown-item {
    cursor: default; /* 滑鼠不變手指 */
}

.dropdown-item:hover {
    background-color: #f8f9fc; /* Bootstrap 淺灰 hover 效果 */
}

/*************************
 * 按鈕風格
 *************************/
.buttons-style-apply {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 6px 10px 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: -1px 0;
  cursor: pointer;
  border-radius: 4px;
}

/*************************
 * 提示文字 - 斜體
 *************************/
.tip-text {
  font-size: 0.84rem;
  font-family: "Verdana"; 
  font-style: italic;
  color: #323232;
}

/*************************
 * Hazy cover
 *************************/
.hazy-cover-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 998;
  display: none;
  opacity: 0.2;
}

.central-spinner {
  z-index: 999;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/*************************
 * 字串樣式: 共 N 筆資料
 *************************/
#totalRowCount {
  font-size: 0.85rem;
  font-weight: 400;
  color: #6c757d;      /* Bootstrap 的 muted 顏色 */
  font-style: italic;
  /*padding: 0.5rem 0;*/
}

/*************************
 * 視窗拖曳時顯示拖曳提示
 *************************/
.card-header {
  cursor: move;
}

.card-body input {
  font-family: "Verdana";
  font-size: 0.84rem;
  color: #3c3c3c;
}

/*************************
 * 交期回覆視窗
 *************************/
.delivery-date-reply-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

/*************************
 * 出貨回報視窗
 *************************/
.shipping-report-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

/*************************
 * 交期解鎖視窗
 *************************/
/*.delivery-date-unlock-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}*/

/*************************
 * 解除出貨回報視窗
 *************************/
.unlock-shipping-report-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

select.custom {
  font-size: 0.84rem;
  color: #333;      
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
  margin: -3px 0;
  /*padding-right: 25px;*/
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%      
}

/*************************
 * 供應商使用者狀態變更視窗
 *************************/
.supplier-user-status-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

/*************************
 * 供應商使用者密碼變更視窗
 *************************/
.supplier-user-paswd-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

/*************************
 * 供應商狀態變更視窗
 *************************/
.supplier-status-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}

/*************************
 * 供應商密碼變更視窗
 *************************/
.supplier-paswd-card {
  z-index: 999;
  width: 500px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -250px;
  display: none;
}