.fulcroReportTable > thead {
	background-color: #6492c3;
	color: white;
}

.tableContainerReport::-webkit-scrollbar-thumb {
  background-color: #6492c3;
}
.tableContainerReport::-moz-scrollbar-thumb {
  background-color: #6492c3;
}
.tableContainerReport::-ms-scrollbar-thumb {
  background-color: #6492c3;
}
.tableContainerReport::-o-scrollbar-thumb {
  background-color: #6492c3;
}

.fulcroReportTable>thead>tr>th,
.fulcroReportTable>tbody>tr>th,
.fulcroReportTable>tfoot>tr>th,
.fulcroReportTable>thead>tr>td,
.fulcroReportTable>tbody>tr>td,
.fulcroReportTable>tfoot>tr>td {
	border: 1px solid #ccdbea;
}