
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design md-ab-table style -------------- */
.md-ab-table {
  width: 100%;
  max-width: 100%;
  /*margin-bottom: 2rem;*/
  /*background-color: #fff;*/
}
.md-ab-table > thead > tr,
.md-ab-table > tbody > tr,
.md-ab-table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.md-ab-table > thead > tr > th,
.md-ab-table > tbody > tr > th,
.md-ab-table > tfoot > tr > th,
.md-ab-table > thead > tr > td,
.md-ab-table > tbody > tr > td,
.md-ab-table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  overflow:hidden;
  text-overflow: ellipsis;
  /*width: 100%;*/
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.md-ab-table > thead > tr > th {
  font-weight: 400;
  /*width: 100%;*/
  color: black;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.md-ab-table > caption + thead > tr:first-child > th,
.md-ab-table > colgroup + thead > tr:first-child > th,
.md-ab-table > thead:first-child > tr:first-child > th,
.md-ab-table > caption + thead > tr:first-child > td,
.md-ab-table > colgroup + thead > tr:first-child > td,
.md-ab-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.md-ab-table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.md-ab-table .md-ab-table {
  /*background-color: #fff;*/
}
.md-ab-table .no-border {
  border: 0;
}
.md-ab-table input {
  background-color: transparent;
}
.md-ab-table-condensed > thead > tr > th,
.md-ab-table-condensed > tbody > tr > th,
.md-ab-table-condensed > tfoot > tr > th,
.md-ab-table-condensed > thead > tr > td,
.md-ab-table-condensed > tbody > tr > td,
.md-ab-table-condensed > tfoot > tr > td {
  padding: 0.2rem;
}
.md-ab-table-bordered {
  border: 0;
}
.md-ab-table-bordered > thead > tr > th,
.md-ab-table-bordered > tbody > tr > th,
.md-ab-table-bordered > tfoot > tr > th,
.md-ab-table-bordered > thead > tr > td,
.md-ab-table-bordered > tbody > tr > td,
.md-ab-table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.md-ab-table-bordered > thead > tr > th,
.md-ab-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.md-ab-table-striped > tbody > tr:nth-child(odd) > td,
.md-ab-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.md-ab-table-hover > tbody > tr:hover > td,
.md-ab-table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .md-ab-table-responsive-vertical > .md-ab-table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .md-ab-table-responsive-vertical > .md-ab-table > thead,
  .md-ab-table-responsive-vertical > .md-ab-table > tfoot {
    display: none;
  }
  .md-ab-table-responsive-vertical > .md-ab-table > tbody {
    display: block;
  }
  .md-ab-table-responsive-vertical > .md-ab-table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .md-ab-table-responsive-vertical > .md-ab-table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .md-ab-table-responsive-vertical > .md-ab-table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .md-ab-table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .md-ab-table-responsive-vertical.shadow-z-1 > .md-ab-table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .md-ab-table-responsive-vertical > .md-ab-table-bordered {
    border: 0;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-striped > tbody > tr > td,
  .md-ab-table-responsive-vertical > .md-ab-table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-hover > tbody > tr:hover > td,
  .md-ab-table-responsive-vertical > .md-ab-table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .md-ab-table-responsive-vertical > .md-ab-table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}

/* Scroll Table */
.md-ab-table-scroll-container{
  overflow-y: auto;
}
.md-ab-table-scroll-section{
  position: relative;
  padding-top: 75px;
}

.md-ab-table-scroll-container thead{
  position: absolute;
  top: 0;

}
