﻿md-card {
  overflow: hidden;
}
md-data-table-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  height: 64px;
  background-color: #fff;
  box-sizing: border-box;
}
md-data-table-toolbar > .md-title {
  font-size: 20px;
}
md-data-table-toolbar > .md-button:first-child {
  margin-left: -6px;
}
md-data-table-toolbar > .md-button:last-child {
  margin-right: -6px;
}
md-data-table-container ~ md-data-table-toolbar {
  height: 56px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}
md-data-table-container ~ md-data-table-toolbar > *:not(:first-child) {
  margin-left: 16px;
}
md-data-table-container ~ md-data-table-toolbar > *:not(:last-child) {
  margin-right: 16px;
}
table[md-data-table] > thead:not([md-table-progress]) > tr {
  height: 56px;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th.md-active {
  color: rgba(0, 0, 0, 0.87);
}
table[md-data-table] > thead:not([md-table-progress])[md-trim-column-names] > tr > th {
  transition: color 0.25s;
}
table[md-data-table] > thead:not([md-table-progress])[md-trim-column-names] > tr > th trim {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table[md-data-table] > thead:not([md-table-progress])[md-order][md-trim-column-names] > tr > th:not(.md-active):not(:hover) > div > md-icon {
  display: none;
}
table[md-data-table] > thead:not([md-table-progress])[md-order]:not([md-trim-column-names]) > tr > th:not(.md-active):not(:hover) > div > md-icon {
  fill: transparent;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by] {
  transition: color 0.25s;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by]:hover {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by][numeric] > div {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by].md-active > div > md-icon {
  fill: rgba(0, 0, 0, 0.87);
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by]:not(.md-active) > div > md-icon {
  fill: rgba(0, 0, 0, 0.26);
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by] > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by] > div > md-icon {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 18px;
  width: 18px;
  margin: 0 4px;
  transition: fill 0.25s, -webkit-transform 0.25s;
  transition: fill 0.25s, transform 0.25s;
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by] > div > md-icon.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
table[md-data-table] > thead:not([md-table-progress])[md-order] > tr > th[order-by] > div > md-icon.up {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
table[md-data-table] > tbody[md-auto-select] > tr:focus {
  outline: none;
}
table[md-data-table] > tbody > tr {
  height: 48px;
  transition: background-color 0.2s;
}
table[md-data-table] > tbody > tr:hover {
  background-color: #eeeeee !important;
}
table[md-data-table] > tbody > tr[ng-repeat].ng-leave {
  display: none;
}
table[md-data-table] > tbody > tr.md-selected {
  background-color: #f5f5f5;
}
table[md-data-table] > tbody > tr > td {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
table[md-data-table] > tbody > tr > td.numeric {
  text-align: right;
}
table[md-data-table] > tfoot > tr {
  height: 48px;
}
table[md-data-table] > tfoot > tr > td {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
  white-space: nowrap;
}
table[md-data-table] > tfoot > tr > td.numeric {
  text-align: right;
}
md-data-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 600px) {
  md-data-table-pagination > .label {
    display: none;
  }
}
md-data-table-pagination:last-child {
  margin-right: -6px;
}
md-data-table-pagination > *:not(.md-button) {
  margin-right: 16px;
}
md-data-table-pagination > *:not(:first-child):not(.md-button) {
  margin-left: 16px;
}
md-data-table-pagination > md-select {
  padding: 0;
}
md-data-table-pagination > md-select > .md-select-label {
  min-height: 0;
  min-width: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.54) !important;
  border-bottom: 0 !important;
}
md-data-table-pagination > md-select > .md-select-label > * {
  -webkit-transform: none !important;
          transform: none !important;
}
md-data-table-pagination > md-select > .md-select-label > .md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 24px;
  height: 24px;
}
md-data-table-pagination > md-select > .md-select-label > .md-select-icon:after {
  top: 1px;
}
md-data-table-pagination .md-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-height: 24px;
  min-width: 24px;
}
md-data-table-pagination .md-button:first-of-type {
  margin: 0 12px 0 16px;
}
md-data-table-pagination .md-button:last-of-type {
  margin: 0 0 0 12px;
}
@-webkit-keyframes md-table-progress-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes md-table-progress-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes md-table-progress-leave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes md-table-progress-leave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
table[md-data-table] > thead[md-table-progress].ng-enter {
  -webkit-animation: md-table-progress-enter 1s;
          animation: md-table-progress-enter 1s;
}
table[md-data-table] > thead[md-table-progress].ng-leave {
  -webkit-animation: md-table-progress-leave 1s 0.5s;
          animation: md-table-progress-leave 1s 0.5s;
}
table[md-data-table] > thead[md-table-progress] tr > th {
  padding: 0;
}
table[md-data-table] > thead[md-table-progress] tr > th > md-progress-linear {
  height: 0;
  top: -3px;
}
table[md-data-table] > thead[md-table-progress] tr > th > md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table[md-data-table] > thead[md-table-progress] tr > th > md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
md-data-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table[md-data-table] {
  width: 100%;
  border-spacing: 0;
  background-color: #fff;
  overflow: hidden;
}
table[md-data-table]:not([md-row-select]) > thead:not([md-table-progress]) > tr > th:first-child,
table[md-data-table]:not([md-row-select]) > tbody > tr > td:first-child,
table[md-data-table]:not([md-row-select]) > tfoot > tr > td:first-child {
  padding: 0 28px 0 24px;
}
table[md-data-table]:not([md-row-select]) > thead:not([md-table-progress]) > tr > th:nth-child(n+2):nth-last-child(n+2),
table[md-data-table]:not([md-row-select]) > tbody > tr > td:nth-child(n+2):nth-last-child(n+2),
table[md-data-table]:not([md-row-select]) > tfoot > tr > td:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 28px;
}
table[md-data-table][md-row-select] > thead:not([md-table-progress]) > tr > th:first-child,
table[md-data-table][md-row-select] > tbody > tr > td:first-child,
table[md-data-table][md-row-select] > tfoot > tr > td:first-child {
  width: 18px;
  padding: 0 24px;
}
table[md-data-table][md-row-select] > thead:not([md-table-progress]) > tr > th:nth-child(2),
table[md-data-table][md-row-select] > tbody > tr > td:nth-child(2),
table[md-data-table][md-row-select] > tfoot > tr > td:nth-child(2) {
  padding-right: 28px;
}
table[md-data-table][md-row-select] > thead:not([md-table-progress]) > tr > th:nth-child(n+3):nth-last-child(n+2),
table[md-data-table][md-row-select] > tbody > tr > td:nth-child(n+3):nth-last-child(n+2),
table[md-data-table][md-row-select] > tfoot > tr > td:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 28px;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th,
table[md-data-table] > tbody > tr > td,
table[md-data-table] > tfoot > tr > td {
  text-align: left;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th:last-child,
table[md-data-table] > tbody > tr > td:last-child,
table[md-data-table] > tfoot > tr > td:last-child {
  padding: 0 24px;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th:focus,
table[md-data-table] > tbody > tr > td:focus,
table[md-data-table] > tfoot > tr > td:focus {
  outline: none;
}
table[md-data-table] > thead:not([md-table-progress]) > tr > th > md-checkbox,
table[md-data-table] > tbody > tr > td > md-checkbox,
table[md-data-table] > tfoot > tr > td > md-checkbox {
  margin: 0;
}