.footable {
  border-collapse: separate;
  border-spacing: 0;
  border:4px solid #99c118;
  font-size: 14px;
  color: #666;
  background: #ffffff;
  font-size:12px;
  text-align:right;
 /* margin-bottom:10px;*/
}
.footable > thead > tr > th {
 /* border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;*/
  padding: 10px;
  text-align: left;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
  background-color: #99c118;
  color:#fff;
  font-size:13px;
  font-weight:bold;
}
.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: #eeeeee;
}*/
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr:hover {
  background: #fafeeb;
}
.footable > tbody > tr > td {
  /*border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;*/
  padding: 10px 6px;
  text-align:left!important;
  background:#f7f7f7;
}
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  background-color: #99c118;
  padding: 10px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
}
.footable .pagination {
  margin:8px 0px 0px;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 #cccccc;
  border-left-width: 0;
  color:#99c118;
}
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.footable .pagination > ul > li:last-child > a,
.footable .pagination > ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #fbffed;
}
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #666;
  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: #fbffed;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #f7f7f7;
}

.footable-row-detail-name { font-weight:bold; color:#000; padding:5px 0px; }
.footable-row-detail-value { padding:5px 0px;}

.footable > thead > tr > th > span.footable-sort-indicator::before { content:"\f0dc"; font-size:12px; cursor:pointer;
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator::before { content:"\f0de";}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator::before { content:"\f0dd"; }
.green-divider { border-top:1px solid #7ea500; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle::before { content:"\f067"; margin-right:5px; font-size:10px; color:#666; cursor:pointer;
display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle::before { content:"\f068" }
.kwh-pad { padding-right:25px;}
.ttc-pad { padding-right:35px; }
