a {
	font-weight: normal;
}
form {
  clear: none;
  width: auto;
}
h1,h2,h3 {
	background: transparent;
}
.page-header {
	margin-bottom:3px;
}
.breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
}
form div {
	clear: none;
	margin-bottom: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-right: 10px;
}
.required>label:after {
    content: " *";
    font-weight: bold;
    color: red;
}
#header {
	padding:0;
}
th a {
  white-space: nowrap;
}

/* Paginator */
.paginator {
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}
.asc:after {
  content: " \2193";
}
.desc:after {
  content: " \2191";
}