/*CSS Tables*/

.table{
  margin-bottom: 0;
  /*border-bottom: 1px solid #ddd;*/
}
.table .list-inline{
  margin-bottom: 0;
}
.hidden-row{
  background: #f3f3f3;
}
.hidden-row .table{
  background: #f3f3f3;
}
/*.table-compare td:first-child{
  padding-left: 0 !important;
}*/
.table th{
  background: #f9f9f9;
}
.table.bbottom{
  border-bottom: 1px solid #ddd;
}
.table-header {
  background: #f5f5f5;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.table-filters{
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top:0;
}
.table-filters .form-group{
  margin-bottom: 0;
}
.pagination{
  margin: 0;
}
.table .small th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 600;
  background: #f8f9f9 !important;
  font-size: 11px;
}
.table td.btop0, .table th.btop0 {
  border-top: 0;
}
.tfoot{
  border-top:1px solid #ddd;
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  line-height: 0;
}