
.tableWrapper{
  max-width: 98%;
  margin: 0 auto;
}
.tableTextTitle {
    color:  #000000;
    font-size: 19px;
    border-bottom: 1px solid rgb(122, 143, 165);
    margin-bottom: 12px;
    padding: 4px;
}
.tableTextFooter{
  text-align: center;
  font-size: 12px;
}
.tableTextFooter a{
  text-decoration: none;
  color:  #000000 !important;
  cursor: pointer !important;
}
table.dataTable thead tr th:nth-child(1),
table.dataTable tbody tr td:nth-child(1),
table.dataTable thead tr th:nth-child(5),
table.dataTable tbody tr td:nth-child(5),
table.dataTable thead tr th:nth-child(12),
table.dataTable tbody tr td:nth-child(12),
table.dataTable thead tr th:nth-child(13),
table.dataTable tbody tr td:nth-child(13){
    text-align: center;
}
table.dataTable thead tr th:nth-child(4),
table.dataTable tbody tr td:nth-child(4),
table.dataTable thead tr th:nth-child(6),
table.dataTable tbody tr td:nth-child(6),
table.dataTable thead tr th:nth-child(7),
table.dataTable tbody tr td:nth-child(7),
table.dataTable thead tr th:nth-child(8),
table.dataTable tbody tr td:nth-child(8),
table.dataTable thead tr th:nth-child(10),
table.dataTable thead tr th:nth-child(11),
table.dataTable tbody tr td:nth-child(11){
    text-align: right;
}

/* table search, paging, info */
.dt-search label,
.dt-length label,
.dt-info{
    font-size: 14px;
    position:relative;
}
