.footable {
  border: 1px solid #A7A9AB;
  font-size: 16px;
  background: #FFF;
}
.footable > thead > tr > th {
  border-left: 1px solid #A7A9AB;
  border-top: 1px solid #A7A9AB;
  border-bottom: 0;
  padding: 10px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
  background-color: #FFF;
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #FFF;
}
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
  display: block;
  position: absolute;
  margin-top: -13px;
  margin-left: -5px;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
  display: block;
  position: absolute;
  margin-top: -13px;
}
.footable > tbody > tr .footable-first-column {
  text-indent: -5px;
  padding-left: 25px !important;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr:hover {
  background: #FFF;
}
.footable > tbody > tr > td {
  border-top: 1px solid #A7A9AB;
  border-left: 1px solid #A7A9AB;
  border-bottom: 1px solid #A7A9AB !important;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  background-color: #FFF;
  padding: 10px;
}
.footable .pagination {
  margin: 20px 0;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.footable .pagination > ul > li {
  display: inline;
}
.footable .pagination > ul > li > a,
.footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #A7A9AB;
  border-left-width: 0;
}
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  border-left-width: 1px;
}
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #FFF;
}
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default;
}
.footable .pagination > ul > .disabled > span,
.footable .pagination > ul > .disabled > a,
.footable .pagination > ul > .disabled > a:hover,
.footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background-color: #FFF;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #FFF;
}
