/* 全站单据类型图标：合/合同、采/采购、入/入库、出/出库、通/通知 */
.doc-type-icon.doc-type-wide,
.todo-icon.contract,
.todo-icon.purchase,
.todo-icon.inbound,
.todo-icon.outbound,
.todo-icon.sales_order,
.todo-icon.purchase_order,
.dashboard-card header span.doc-type-wide,
.quick-link > span.doc-type-wide,
.global-search-results a > span.doc-type-wide{
  width:auto;
  min-width:36px;
  height:36px;
  padding:0 7px;
  box-sizing:border-box;
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
}
.todo-icon.contract,
.todo-icon.purchase,
.todo-icon.inbound,
.todo-icon.outbound,
.todo-icon.sales_order,
.todo-icon.purchase_order{
  height:38px;
  min-width:38px;
  font-size:12px;
}
.todo-icon.inbound,
.todo-icon.purchase_order{
  background:#eaf5ea;
  color:#3f7a45;
}
.todo-icon.outbound,
.todo-icon.sales_order{
  background:#e7f3fb;
  color:#397ba4;
}
.dashboard-card header span,
.quick-link > span{
  width:auto;
  min-width:36px;
  padding:0 7px;
  box-sizing:border-box;
  font-size:12px;
  white-space:nowrap;
}
.global-search-results a > span{
  width:auto;
  min-width:34px;
  padding:0 6px;
  box-sizing:border-box;
  font-size:12px;
  white-space:nowrap;
}
