/*
 * Basic Table Demo CSS.
 */

.tablesection table {
  width: 100%;
}
.tablesection .table {
  margin: 30px 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #e0e0e0;
}

.tablesection table tr,
.tablesection table th,
.tablesection table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-size:14px;
}

.tablesection table th,
.tablesection table td {
font-size:14px;
  padding: 10px 12px;
  text-align: left;
}

.tablesection table th {
  background: #232323;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.tablesection table tr td {
  background: #f3f1f1;
  color: #333;
}

.tablesection table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

.tablesection table.bt tfoot th,
.tablesection table.bt tfoot td,
.tablesection table.bt tbody td {
  padding: 0;
}

.tablesection table.bt tfoot th:before,
.tablesection table.bt tfoot td:before,
.tablesection table.bt tbody td:before {
  background: #232323;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

.tablesection table.bt tfoot th .bt-content,
.tablesection table.bt tfoot td .bt-content,
.tablesection table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

.tablesection table.bt tfoot th:first-of-type:before,
.tablesection table.bt tfoot th:first-of-type .bt-content,
.tablesection table.bt tfoot td:first-of-type:before,
.tablesection table.bt tfoot td:first-of-type .bt-content,
.tablesection table.bt tbody td:first-of-type:before,
.tablesection table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/*
 * Example 2:
 * Container breakpoint
 */
.clearfix::before,
.clearfix::after {
 content: " ";
 display: table;
}

.clearfix::after {
 clear: both;
}

.tablesection .table td,
.tablesection .table th {
  border-left: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  font-weight: normal;
}
.tablesection .table td:first-child,
.tablesection .table th:first-child {
  border-left-width: 0;
}
.tablesection .table thead,
.tablesection  .table tfoot {
  background-color: #f05050;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.table thead td,
.table tfoot td,
.table thead th,
.table tfoot th {
  border-color: #fff;
}
.table td {
  background-color: transparent;
}
.table_striped tr:nth-child(2n-1) td {
  background-color: #ececec;
}
.table_bordered td {
  border-bottom: 1px solid #e0e0e0;
}
.table_bordered tbody > tr:last-child > td,
.table_bordered thead > tr:last-child > td {
  border-bottom-width: 0;
}
.table_horizontal td,
.table_horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #e0e0e0;
}
.table_horizontal tbody > tr:last-child > td,
.table_horizontal thead > tr:last-child > td {
  border-bottom-width: 0;
}

.tablesection table.bt thead,
.tablesection table.bt tbody th {
  display: none;
}

.tablesection table.bt tfoot th,
.tablesection table.bt tfoot td,
.tablesection table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

.tablesection table.bt tfoot th::before,
.tablesection table.bt tfoot td::before,
.tablesection table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 500;
  width:140px;
}

.tablesection table.bt tfoot th.bt-hide,
.tablesectiontable.bt tfoot td.bt-hide,
.tablesection table.bt tbody td.bt-hide {
  display: none;
}

.tablesection table.bt tfoot th .bt-content,
.tablesection table.bt tfoot td .bt-content,
.tablesection table.bt tbody td .bt-content {
  vertical-align: top;
}


.tablesection table.bt.bt--no-header tfoot td::before,
.tablesection table.bt.bt--no-header tbody td::before {
  display: none;
}
























@media only screen and (max-width: 568px) {
/*  #table-no-resize thead {
    display: none;
  }

  #table-no-resize tbody td {
    border: none !important;
    display: block;
    font-size: .8125rem;
    padding: 0;
    vertical-align: top;

    float: left\9;
    width: 100%\9;
  }

  #table-no-resize tbody td:before {
    background: #56a2cf;
    content: attr(data-th) ": ";
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 10px;
    width: 6.5em;
  }

  #table-no-resize tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  #table-no-resize tbody td:first-of-type:before,
  #table-no-resize tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }

  #table-no-resize tbody td:last-of-type:before,
  #table-no-resize tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }*/
}

/*
 * Example 6:
 * Two axis styling
 */
/*table.two-axis tr td:first-of-type {
  background: #cadde1;
}*/

@media only screen and (max-width: 568px) {
/*  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }*/
}

/*
 * Example 7:
 * Max height
 */
/*.bt-wrapper.active {
  margin-top: 1.5em;
}
.bt-wrapper.active table {
  margin: 0;
}*/


