/* System table contract, POST-080. Verified against the actual scheduler
   previewRole=scheduler at PC, tablet and phone sizes; see the current spec.
   Opt in at each module boundary, never override unrelated tables globally. */
.schedule-table-standard {
  --st-font-family:"Microsoft YaHei",sans-serif;
  --st-tab-font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
  --st-action-font-family:"Microsoft YaHei",sans-serif;
  --st-action-font:12px;
  --st-action-height:26px;
  --st-action-radius:5px;
  --st-action-min-width:0px;
  --st-filter-size:16px;
  --st-filter-font:12px;
  --st-head-font:12px;
  --st-body-font:12px;
  --st-head-height:40px;
  --st-row-height:40px;
  --st-head-line:1.35;
  --st-body-line:1.35;
  --st-tab-font:12px;
  --st-tab-height:39px;
  --st-tabs-height:42px;
  --st-footer-height:43px;
  --st-footer-bottom:0px;
  --st-head-bg:#edf2f8;
  --st-head-ink:#536681;
  --st-ink:#172236;
  --st-grid:#c7d3e4;
  --st-tab-green:#17795c;
  --st-tab-blue:#31569f;
}
body.mobile-preview.mobile-tablet .schedule-table-standard {
  --st-action-font:11.5px;
  --st-action-height:34px;
  --st-filter-size:14px;
  --st-filter-font:11.5px;
  --st-head-font:11.5px;
  --st-body-font:11.5px;
  --st-head-height:36px;
  --st-row-height:41px;
  --st-head-line:1.3;
  --st-body-line:1.3;
  --st-tab-font:13px;
  --st-tab-height:37px;
  --st-tabs-height:39px;
  --st-footer-height:54px;
  --st-footer-bottom:12px;
}
body.mobile-preview.mobile-phone .schedule-table-standard {
  --st-font-family:SimSun,NSimSun,"Microsoft YaHei",Arial,sans-serif;
  --st-action-font:12px;
  --st-action-height:24px;
  --st-action-radius:3px;
  --st-action-min-width:40px;
  --st-filter-size:14px;
  --st-filter-font:8px;
  --st-head-font:13px;
  --st-body-font:13px;
  --st-head-height:33px;
  --st-row-height:35px;
  --st-head-line:14px;
  --st-body-line:17px;
  --st-tab-font:11px;
  --st-tab-height:32px;
  --st-tabs-height:36px;
  --st-footer-height:54px;
  --st-footer-bottom:16px;
}
.schedule-table-standard table button.st-table-action {
  box-sizing:border-box;
  height:var(--st-action-height);
  min-height:var(--st-action-height);
  min-width:var(--st-action-min-width);
  padding:0 7px;
  border:1px solid #6d8fd2;
  border-radius:var(--st-action-radius);
  background:#fff;
  color:#31569f;
  font-family:var(--st-action-font-family);
  font-size:var(--st-action-font);
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  box-shadow:none;
  cursor:pointer;
}
.schedule-table-standard table button.st-table-action:hover:not(:disabled) { background:#526fba; color:#fff; }
.schedule-table-standard table button.st-table-action:disabled { opacity:.5; cursor:default; }
.schedule-table-standard table button.st-table-action:focus-visible { outline:2px solid #31569f; outline-offset:2px; }
