.uif-table
  width 100%
  font-size 12px
  line-height 20px
  color #384048
  th
    vertical-align top
    text-align left
    color #606E7B
    line-height 20px
    padding 10px 8px
    background-color #F8F8F8
    white-space nowrap
  td
    vertical-align top
    & > .normal
      padding 10px 8px

.uif-table-border-all th
.uif-table-border-all td
  border 1px solid #E4E4E4

.uif-table-border-outer thead
  border 1px solid #E4E4E4
.uif-table-border-outer tbody
  border 1px solid #E4E4E4

.uif-table .uif-table-no-data
  text-align center
  vertical-align middle
  color #646464
  height 60px

.uif-table-border-outer
  td.high-light-start
    border-left 1px solid #E4E4E4
  td.high-light-end
    border-right 1px solid #E4E4E4
  th.high-light
    background-color #F1E4E4
  th.high-light-end
    border-right 1px solid $primary-color
  th.high-light-start
    border-left 1px solid $primary-color
    position relative
    span:before
      content ''
      border-left 0
      border-top 6px solid transparent
      border-bottom @border-top
      border-right 4px solid $primary-color
      position absolute
      left -5px
      top 14px

.uif-table-has-hover tr:hover
.uif-table .tr-selection
  background-color #FFECEC
