@charset "utf-8";
/* CSS Document */

.pagination > li > a,
.pagination > li > span {
  color: #4ca854;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #4ca854;
  border-color: #4ca854;  
}  

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #4ca854;
}

