﻿table.greyGridTable {
  border: 0px solid #FFFFFF;
  /*background-color: #FFFFFF;*/
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.greyGridTable td, table.greyGridTable th {
  border: 0px solid #FFFFFF;
  padding: 3px 3px;
}
table.greyGridTable tbody td {
  font-size: 13px;
}
table.greyGridTable tr:nth-child(even) {
  background: #F1F1F1;
}
table.greyGridTable thead {
    border-bottom: 1px solid #333333;
}
table.greyGridTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 0px solid #333333;
}
table.greyGridTable thead th:first-child {
  border-left: none;
}

table.greyGridTable tfoot th{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-top: 1px solid #333333;
}
table.greyGridTable tfoot td {
  font-size: 14px;
}
table.greyGridTable tfoot .links {
  text-align: right;
}
table.greyGridTable tfoot .links a{
  display: inline-block;
  background: #333333;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
table.tbody {
    background-color: #FFFFFF !important;
}

.dataTables_filter {
    display: none;
}