<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-jqgrid {
  border-color: #eff0e6;
  border-radius: 0;
}
.ui-jqgrid .loading {
  font-size: 14px;
}
.ui-jqgrid .ui-widget-content .btn {
  color: #fff;
}
.ui-jqgrid .ui-jqgrid-pager {
  height: 55px;
  background: #eff0e6;
  padding-top: 13.75px;
  border: 1px solid #ceb46c;
  border-radius: 0;
}
.ui-jqgrid .ui-jqgrid-hdiv {
  border: none;
}
.ui-jqgrid .ui-widget-content {
  border: none;
}
.ui-jqgrid .ui-jqgrid-htable {
  border: 1px solid #ceb46c;
}
.ui-jqgrid tr.jqgfirstrow td {
  border: none;
}
.ui-jqgrid tr.jqgrow td {
  border: 1px solid #ceb46c;
}
.ui-jqgrid tr.jqgrow:nth-child(odd) {
  background: #fff;
}
.ui-jqgrid tr.jqgrow:nth-child(even) {
  background: #f9f9f9;
}
.ui-jqgrid tr.jqgroup td {
  border: 1px solid #ceb46c;
}
.ui-jqgrid .ui-state-default.ui-th-column {
  background: #f1fff1;
  vertical-align: middle;
  border-left: 1px solid #ceb46c;
  border-right: 1px solid #ceb46c;
  text-decoration: underline;
  text-align: center;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ui-jqgrid tr.jqgrow td:last-child,
.ui-jqgrid .ui-state-default.ui-th-column:last-child {
  border-right: 2px solid #ceb46c;
}
.ui-jqgrid tr.boldrow td {
  font-weight: bold;
}
/*# sourceMappingURL=ui.jqgrid.custom.css.map */</pre></body></html>