/*
 * Basic Table Demo CSS.
 */

/*@import url(//fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);*/

/** {*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*body {*/
/*  background: #e4ebeb;*/
/*  color: #636363;*/
/*  font-family: 'Lato', sans-serif;*/
/*  line-height: 1.5;*/
/*}*/

/*#page {*/
/*  padding: 50px 100px;*/
/*}*/

/*@media only screen and (max-width: 568px) {*/
/*  #page {*/
/*    padding: 50px 30px;*/
/*  }*/
/*}*/

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5 {*/
/*  line-height: 1.2;*/
/*  font-family: 'Montserrat', sans-serif;*/
/*  font-weight: normal;*/
/*}*/

/*h1 {*/
/*  color: #5b8e8d;*/
/*  font-size: 3rem;*/
/*  font-weight: 700;*/
/*  letter-spacing: -0.01em;*/
/*  margin-bottom: 0.75em;*/
/*  text-transform: uppercase;*/
/*}*/

/*@media only screen and (max-width: 568px) {*/
/*  h1 {*/
/*    font-size: 2.25rem;*/
/*  }*/
/*}*/

/*h2 {*/
/*  color: #82bcba;*/
/*  font-size: 1.75rem;*/
/*  margin-bottom: 0.75em;*/
/*  margin-top: 2em;*/
/*}*/

/*h3 {*/
/*  color: #82bcba;*/
/*  font-size: 1.25rem;*/
/*  margin-bottom: 0.75em;*/
/*  margin-top: 2em;*/
/*}*/

/*a,*/
/*a:visited,*/
/*a:active {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

/*a:hover {*/
/*  color: #53bcba;*/
/*}*/

/*p {*/
/*  font-size: 1.125rem;*/
/*  word-break: break-word;*/
/*}*/

/*p.credits {*/
/*  font-size: .8125rem;*/
/*  margin-top: 6em;*/
/*}*/

/*@media only screen and (max-width: 568px) {*/
/*  .phone-block {*/
/*    display: block;*/
/*  }*/

/*  .phone-hide {*/
/*    display: none;*/
/*  }*/
/*}*/

/*code {*/
/*  background: #c6d8d8;*/
/*  border-radius: 5px;*/
/*  color: #3d6969;*/
/*  display: block;*/
/*  margin: 2em 0;*/
/*  padding: 15px;*/
/*  position: relative;*/
/*}*/

/*code:after {*/
/*  bottom: 5px;*/
/*  color: #e4ebeb;*/
/*  font-family: 'Lato', sans-serif;*/
/*  font-size: 1rem;*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  text-transform: uppercase;*/
/*}*/

/*code.css:after {*/
/*  content: 'css';*/
/*}*/

/*code.js:after {*/
/*  content: 'js';*/
/*}*/

.settings-account table,
.table-to-tabs-canvas table {
  background: white;
  border-collapse: collapse;
  /*margin: 1.25em 0 0;*/
  width: 100%;
}

.settings-account table tr,
.settings-account table th,
.settings-account table td,
.table-to-tabs-canvas table tr,
.table-to-tabs-canvas table th,
.table-to-tabs-canvas table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem;
}

.settings-account table th,
.settings-account table td,
.table-to-tabs-canvas table th,
.table-to-tabs-canvas table td  {
  padding: 10px 12px;
  text-align: left;
}

.settings-account table th,
.table-to-tabs-canvas table th {
  background: #e2e2e2;
  /*color: #ffffff;*/
  text-transform: uppercase;
}

.settings-account table tr td,
.table-to-tabs-canvas table{
  background: #eaf3f5;
  color: #999999;
}

.settings-account table tr:nth-of-type(2n+2) td,
.table-to-tabs-canvas table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

.settings-account table.bt tfoot th,
.settings-account table.bt tfoot td,
.settings-account table.bt tbody td,
.table-to-tabs-canvas table.bt tfoot th,
.table-to-tabs-canvas table.bt tfoot td,
.table-to-tabs-canvas table.bt tbody td  {
  font-size: .8125rem;
  padding: 0;
}

.settings-account table.bt tfoot th:before,
.settings-account table.bt tfoot td:before,
.settings-account table.bt tbody td:before,
.table-to-tabs-canvas table.bt tfoot th:before,
.table-to-tabs-canvas table.bt tfoot td:before,
.table-to-tabs-canvas table.bt tbody td:before  {
  background: #e2e2e2;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

.settings-account table.bt tfoot th .bt-content,
.settings-account table.bt tfoot td .bt-content,
.settings-account table.bt tbody td .bt-content,
.table-to-tabs-canvas table.bt tfoot th .bt-content,
.table-to-tabs-canvas table.bt tfoot td .bt-content,
.table-to-tabs-canvas table.bt tbody td .bt-content  {
  display: inline-block;
  padding: 2px 5px;
}

.settings-account table.bt tfoot th:first-of-type:before,
.settings-account table.bt tfoot th:first-of-type .bt-content,
.settings-account table.bt tfoot td:first-of-type:before,
.settings-account table.bt tfoot td:first-of-type .bt-content,
.settings-account table.bt tbody td:first-of-type:before,
.settings-account table.bt tbody td:first-of-type .bt-content,
.table-to-tabs-canvas table.bt tfoot th:first-of-type:before,
.table-to-tabs-canvas table.bt tfoot th:first-of-type .bt-content,
.table-to-tabs-canvas table.bt tfoot td:first-of-type:before,
.table-to-tabs-canvas table.bt tfoot td:first-of-type .bt-content,
.table-to-tabs-canvas table.bt tbody td:first-of-type:before,
.table-to-tabs-canvas table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

.settings-account table.bt tfoot th:last-of-type:before,
.settings-account table.bt tfoot th:last-of-type .bt-content,
.settings-account table.bt tfoot td:last-of-type:before,
.settings-account table.bt tfoot td:last-of-type .bt-content,
.settings-account table.bt tbody td:last-of-type:before,
.settings-account table.bt tbody td:last-of-type .bt-content,
.table-to-tabs-canvas table.bt tfoot th:last-of-type:before,
.table-to-tabs-canvas table.bt tfoot th:last-of-type .bt-content,
.table-to-tabs-canvas table.bt tfoot td:last-of-type:before,
.table-to-tabs-canvas table.bt tfoot td:last-of-type .bt-content,
.table-to-tabs-canvas table.bt tbody td:last-of-type:before,
.table-to-tabs-canvas 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;*/
/*}*/

/*.col-sm-3 {*/
/*  padding-top: 1em;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .col-sm-3,*/
/*  .col-sm-9 {*/
/*    float: left;*/
/*  }*/

/*  .col-sm-3 {*/
/*    padding-left: 2em;*/
/*    width: 25%;*/
/*  }*/
/*  .col-sm-9 {*/
/*    width: 75%;*/
/*  }*/
/*}*/

/*
 * Example 5:
 * Media query over js resize
 */
@media only screen and (max-width: 1200px) {
  .settings-account .table thead,
  .table-to-tabs-canvas .table thead {
    display: none;
  }

  .settings-account .table tbody td,
  .table-to-tabs-canvas .table tbody td  {
    border: none !important;
    display: block !important;;
    font-size: 12px !important;;
    padding: 0 !important;;
    vertical-align: top !important;;
    width: 100% !important;

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

  .settings-account .table tbody td:before,
  .table-to-tabs-canvas .table tbody td:before  {
    background: #e2e2e2;
    content: attr(data-th);
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 10px;
    width: 11.5em;
    text-transform: uppercase;
  }

  .settings-account .table tbody td .bt-content 
  .table-to-tabs-canvas .table tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  .settings-account .table tbody td:first-of-type:before,
  .settings-account .table tbody td:first-of-type .bt-content,
  .table-to-tabs-canvas .table tbody td:first-of-type:before,
  .table-to-tabs-canvas .table tbody td:first-of-type .bt-content  {
    /*padding-top: 10px !important;*/
  }

  .settings-account .table tbody td:last-of-type:before,
  .settings-account .table tbody td:last-of-type .bt-content,
  .table-to-tabs-canvas .table tbody td:last-of-type:before,
  .table-to-tabs-canvas .table tbody td:last-of-type .bt-content  {
    padding-bottom: 10px !important;;
  }
}

table.bt tfoot th,
table.bt tfoot td,
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;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
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: bold;
  width: 6.5em;
}
/*
 * 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;*/
/*}*/


.settings-account table,
.table-to-tabs-canvas table  {
  width: 100%;
}
.settings-account .table 
.table-to-tabs-canvas .table {
  margin: 30px 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #e0e0e0;
}
.settings-account .table caption,
.table-to-tabs-canvas .table caption {
  color: #333;
  font-style: italic;
  font-size: 85%;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}
.settings-account .table td,
.settings-account .table th,
.table-to-tabs-canvas .table td,
.table-to-tabs-canvas .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;
}
.settings-account .table td:first-child,
.settings-account .table th:first-child,
.table-to-tabs-canvas .table td:first-child,
.table-to-tabs-canvas .table th:first-child {
  border-left-width: 0;
}
.settings-account .table thead,
.settings-account .table tfoot,
.table-to-tabs-canvas .table thead,
.table-to-tabs-canvas .table tfoot  {
  background-color: #f05050;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.settings-account .table thead td,
.settings-account .table tfoot td,
.settings-account .table thead th,
.settings-account .table tfoot th,
.table-to-tabs-canvas .table thead td,
.table-to-tabs-canvas .table tfoot td,
.table-to-tabs-canvas .table thead th,
.table-to-tabs-canvas .table tfoot th  {
  border-color: #fff;
}
.settings-account .table td,
.table-to-tabs-canvas .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;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

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

table.bt tfoot th,
table.bt tfoot td,
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;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
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: bold;
  width: 6.5em;
}

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

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

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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