@charset "UTF-8";
/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 minxin-themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-table {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border: 1px solid black \9;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: rgb(255,255,255); }
  .u-table thead {
    padding-bottom: 3px; }
    .u-table thead .u-table-select {
      margin-top: 0; }
    .u-table thead tr {
      background-color: #eee; }
      .u-table thead tr th {
        text-align: left; }
  .u-table tbody tr {
    position: relative;
    height: 48px;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color; }
    .u-table tbody tr.is-selected {
      background-color: #e9f7fc; }
    .u-table tbody tr.is-selected td {
      background-color: #e9f7fc; }
    .u-table tbody tr:hover {
      background-color: #f4f8fb; }
    .u-table tbody tr td {
      text-align: left; }
  .u-table td, .u-table th {
    padding: 0 18px 12px 18px;
    text-align: right; }
    .u-table td:first-of-type, .u-table th:first-of-type {
      padding-left: 24px; }
    .u-table td:last-of-type, .u-table th:last-of-type {
      padding-right: 24px; }
  .u-table td {
    position: relative;
    vertical-align: middle;
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid black \9;
    border-bottom: 1px solid black \9;
    padding-top: 12px;
    box-sizing: border-box; }
    .u-table td .mdl-data-table__select {
      vertical-align: middle; }
  .u-table th {
    position: relative;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5rem;
    letter-spacing: 0;
    line-height: 48px;
    height: 48px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    padding: 0 18px 0 18px;
    box-sizing: border-box; }
    .u-table th .u-table-header-sorted-ascending, .u-table th .u-table-header-sorted-descending {
      color: rgba(0, 0, 0, 0.87); }
      .u-table th .u-table-header-sorted-ascending:before, .u-table th .u-table-header-sorted-descending:before {
        font-size: 16px; }
    .u-table th .u-table-header-sorted-ascending:before {
      content: "\e5d8"; }
    .u-table th .u-table-header-sorted-descending:before {
      content: "\e5db"; }
  .u-table .non-numeric {
    text-align: left; }

.u-table-select {
  width: 16px; }

.u-table-base {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  background-color: transparent;
  color: rgb(117,117,117);
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif; }
  .u-table-base > thead > tr > th,
  .u-table-base > thead > tr > td,
  .u-table-base > tbody > tr > th,
  .u-table-base > tbody > tr > td,
  .u-table-base > tfoot > tr > th,
  .u-table-base > tfoot > tr > td {
    text-align: left;
    padding: 8px;
    line-height: 1.57143;
    vertical-align: top;
    border-top: 1px solid rgb(224,224,224); }
  .u-table-base > thead > tr > th, .u-table-base > tfoot > tr > th {
    font-weight: 400;
    color: rgb(97,97,97); }
  .u-table-base > thead > tr > th {
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid rgb(224,224,224); }
  .u-table-base > caption + thead > tr:first-child > th,
  .u-table-base > caption + thead > tr:first-child > td,
  .u-table-base > colgroup + thead > tr:first-child > th,
  .u-table-base > colgroup + thead > tr:first-child > td,
  .u-table-base > thead:first-child > tr:first-child > th,
  .u-table-base > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .u-table-base > tbody + tbody {
    border-top: 1px solid rgb(224,224,224); }

.u-table-bordered {
  border: 1px solid rgb(224,224,224); }
  .u-table-bordered > thead > tr > th,
  .u-table-bordered > thead > tr > td,
  .u-table-bordered > tbody > tr > th,
  .u-table-bordered > tbody > tr > td,
  .u-table-bordered > tfoot > tr > th,
  .u-table-bordered > tfoot > tr > td {
    border: 1px solid rgb(224,224,224); }
  .u-table-bordered > thead > tr > th,
  .u-table-bordered > thead > tr > td {
    border-bottom-width: 1px; }
  .u-table-bordered > thead:first-child > tr:first-child > th {
    border: 1px solid rgb(224,224,224); }

.u-table-hover > tbody > tr:hover {
  background-color: #f4f8fb; }

.u-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f8fb; }

.u-table-hover tbody tr:hover {
  background-color: #E9F7FC; }

.u-table-section.active tr {
  background-color: #eee; }

.u-table-responsive {
  min-height: .01%;
  overflow-x: auto; }

.u-table-base .danger, .u-table-base .info, .u-table-base .success, .u-table-base .warning, .u-table-base .dark {
  color: #fff; }

.u-table .danger, .u-table .info, .u-table .success, .u-table .warning, .u-table .dark {
  color: #fff; }

.u-table-base .danger, .u-table .danger {
  background-color: #f44336; }

.u-table-base .info, .u-table .info {
  background-color: #00bcd4; }

.u-table-base .success, .u-table .success {
  background-color: #4caf50; }

.u-table-base .warning, .u-table .warning {
  background-color: #ff9800; }

.u-table-base .dark, .u-table .dark {
  background-color: #616161; }
