.simple-grid {
  background-color: #FFFFFF;
  border-spacing: 0px;
  table-layout: fixed;
  width: 100%;
  thead > tr {
    height: 51px;
    th {
      background-color: #FFFFFF;
      color: rgba(0, 0, 0, 0.54);
      font-family: Roboto;
      font-size: 12px;
      font-weight: bold;
      padding: 0px 28px;
      position: sticky;
      text-align: left;
      top: 0px;
      z-index: 2;
      &:first-child {
        padding-left: 24px;
      }
      &:last-child {
        padding-right: 24px;
      }
    }
  }
  .table-progress > tr {
    height: 5px;
    th {
      border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
      overflow: hidden;
      padding: 0px !important;
      text-overflow: ellipsis;
      top: 51px;
      white-space: nowrap;
      md-progress-linear {
        top: 0px !important;
      }
    }
  }
  tbody > tr {
    height: 48px;
    &:hover {
      background-color: #EEEEEE;
    }
    &.clickable {
      cursor: pointer;
    }
    td {
      border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
      color: rgba(0, 0, 0, 0.87);
      font-family: Roboto;
      font-size: 13px;
      font-weight: normal;
      overflow: hidden;
      padding: 0px 28px;
      text-overflow: ellipsis;
      white-space: nowrap;
      &:first-child {
        padding-left: 24px;
      }
      &:last-child {
        padding-right: 24px;
      }
      abbr {
        text-decoration: none;
      }
    }
    &:last-child > td {
      border-bottom: none;
    }
  }
}

.sticky-helper {
  height: 56px;
}

.simple-grid-pagination {
  &.sticky {
    bottom: 0px;
    position: fixed;
  }
  background-color: #FFFFFF;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
  height: 56px;
  position: relative;
  z-index: 2;
  div, p {
    color: rgba(0, 0, 0, 0.54);
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
  }
  md-select, p {
    margin: 0px 8px;
  }
}

.simple-grid-no-results {
  md-icon {
    font-size: 32px;
    height: 32px;
    margin-top: 16px;
    width: 32px;
  }
}