.list-wrapper {
	margin-top: 30px;
}

.list-wrapper ul {
	margin-left: -20px;
}

div.list-button-bar-top {
	margin-bottom: 15px;
}

div.list-button-bar-top > ul {
	padding-inline-start: 0;
}

div.list-button-bar-bottom {
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}

.list-table tr.list-header {
	color: inherit;
}

th {
	position: sticky;
    top: 0;
	background: white;
	white-space: nowrap;
}

th a {
	color: black;
}

th a:hover {
	color: black;
	text-decoration: none;
}

th a i {
	margin-left: 5px;
}

th .orderby-header {	
	white-space: nowrap;
}

tr.even td {
  background-color: #FFFFFF;
}

tr.odd td {
}

td.list-table, td.list-table-narrow, .list-table td {
	padding: 2px 16px;
	border-bottom: 1px solid #007bff;
}

td.list-table-narrow, th.list-table-narrow {
	padding-left: 4px;
	padding-right: 4px;
}

tr.last td {
  border-bottom: 3px solid #007bff;
}

/* pagination ------------------------------------------ */
.list-paginator {
	margin-left: 0px;
}

.list-paginator-top {
	padding-top: 15px;
	padding-bottom: 5px;
    text-align: center;
    display: none;
}

.list-paginator-bottom {
	padding-top: 5px;
	padding-bottom: 15px;
    text-align: center;
}

.list-paginator li {
	color: #007bff;
}

.list-paginator li:hover {
	background: #007bff;
}

.list-paginator li {
	padding: 2px 8px;
	font-weight: bold;
    font-size: 13px;
}

.list-paginator li a:hover {
	background-color: #007bff;
	color: white;
}

.list-paginator li.current {
	background-color: #007bff;
	color: white;
}

/* end pagination ------------------------------------------ */

/* list-filter ------------------------------------------ */

td.list-filter-pane {
	background-color: #eee;
	vertical-align: top;
	border: 1px solid #ccc;
	font-size: .9em;
	color: inherit;
}

.list-filter-header {
	font-weight: bold;
	border-top: 1px solid #999;

}

.list-filter { 
	font-size: x-small;	
  padding-left:10px;
}

tr.list-filter-selected {
	background-color: #bbb;
	color: inherit;
}

span.list-filter-selected { 
	font-weight: bold;
}

.list-filter-section { 
  font-size: x-small; 
  font-weight: bold; 
  background-color: #bbbbff; 
  padding-left: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  margin-top: 0px; 
  margin-bottom: 8px;
}

div.list-inline-filter { 
  font-size: x-small; 
}

span.list-inline-filter { 
}

span.list-inline-filter-selected { 
  font-weight: bold;
}

a.list-inline-filter { 
}

td.list-list-pane {
  background-color: white;
  vertical-align: top;
  padding-left: 10px;
}

ul.compact, .action-list ul{
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}