/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: currentColor;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: OpenSans;
  src: url("OpenSans-Regular.7d4aacf7.7df68ccfcb8f.ttf") format("truetype");
}

@font-face {
  font-family: OpenSansBold;
  src: url("OpenSans-Bold.b289ca2c.5112859ee40a.ttf") format("truetype");
}

html, body {
  color: #555;
  height: 100%;
  margin: 0;
  font-family: OpenSans, sans-serif;
  font-size: 11pt;
  position: relative;
}

h1, h2, h3, h4, h5, h6, b, dt {
  font-family: OpenSansBold;
  font-weight: normal;
}

a {
  color: #ce7f4d;
  text-decoration: none;
}

a:hover, a:focus {
  color: #d86822;
}

em {
  background-color: #ce7f4d4d;
  font-style: normal;
}

form {
  gap: .2rem;
  min-width: 30vw;
  display: grid;
}

.mono {
  font-family: monospace;
}

.text-center {
  text-align: center;
}

.undecorated {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal {
  z-index: 1000;
  background: #ffffffe6;
  border-radius: 5px;
  width: max-content;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #000;
}

button, select, input[type="submit"], .btn {
  color: #fff;
  cursor: pointer;
  background-color: #ce7f4d;
  border: 0;
  border-radius: 0;
  padding: .5rem;
  transition: all .25s;
  box-shadow: 1px 1px 2px #00000080;
}

button:hover, button:focus, select:hover, select:focus, input[type="submit"]:hover, input[type="submit"]:focus, .btn:hover, .btn:focus {
  color: #fff;
  background-color: #d86822;
}

button:disabled, select:disabled, input[type="submit"]:disabled, .btn:disabled {
  cursor: not-allowed;
  color: #aaa !important;
}

select {
  color: #555;
  background-color: #0000;
  border: 1px solid #55555580;
}

select:hover, select:focus {
  color: #555;
  background-color: #0000;
}

.btn-selected {
  border: 2px solid #555;
}

.link-disabled {
  cursor: not-allowed;
  color: #aaa;
}

.btn-disabled {
  cursor: not-allowed;
  color: #aaa;
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #aaa;
}

.btn-disabled:hover, .btn-disabled:focus {
  color: #aaa;
  background-color: #0000;
}

.btn-unstyled {
  box-shadow: none;
  color: #555;
  background-color: #0000;
}

.btn-unstyled:hover, .btn-unstyled:focus {
  background-color: #0000;
}

input {
  text-align: center;
  border: none;
  padding: .5rem;
  box-shadow: inset 0 0 3px #00000080;
}

.button-bar {
  justify-content: end;
  display: flex;
}

.button-bar button {
  vertical-align: middle;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 0;
}

.clickable {
  color: #ce7f4d;
  cursor: pointer;
}

.clickable:hover, .clickable:focus {
  color: #d86822;
}

.container {
  background-color: #fff;
  max-width: 1100px;
  margin: 1rem auto;
  padding: 2rem;
  position: relative;
}

dl {
  display: grid;
}

dt {
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr:nth-child(2n) {
  background-color: #aaaaaa1a;
}

th, td, td a {
  padding: .25rem .5rem;
}

td:has(a) {
  padding: 0;
}

.expansible-table input[name="collapse"], .expansible-table .collapsed {
  display: none;
}

.expansible-table tr.collapsed:has(input[name="collapse"]:checked) {
  display: table-row;
}

.main-menu {
  background-color: #fff;
  border-top: 4px solid #ce7f4d;
  min-height: 2em;
  padding: 0 2em;
  font-family: OpenSansBold, sans-serif;
  font-size: 12pt;
  box-shadow: 1px 1px 5px #00000054;
}

.main-menu .main-menu-content {
  align-items: center;
  gap: .5em;
  max-width: 1100px;
  margin: auto;
  display: flex;
}

.main-menu a, .main-menu input, .main-menu button {
  color: #555;
}

.main-menu a:hover, .main-menu a:focus, .main-menu input:hover, .main-menu input:focus, .main-menu button:hover, .main-menu button:focus {
  color: #ce7f4d;
}

.main-menu img {
  max-width: 5em;
}

.main-menu menu {
  flex-grow: 1;
  gap: 2em;
  display: flex;
}

.main-menu .lang-select {
  justify-content: right;
  gap: 0;
}

.main-menu .lang-select form {
  display: inline;
}

.main-menu .lang-select input {
  box-shadow: none;
  background-color: #0000;
}

.main-menu .links li {
  align-items: center;
  display: flex;
}

.pagination ul {
  justify-content: center;
  gap: .5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.page-login {
  background: #333;
}

.page-search .search-box {
  color: #fff;
  background-color: #000000a6;
  border-radius: 5px;
  margin: 2rem 0;
  padding: 1rem;
  display: inline-block;
  box-shadow: 1px 1px 5px #00000080;
}

.page-search h1 {
  margin-top: 0;
}

.page-search form {
  gap: 0;
  width: fit-content;
  margin: auto;
  display: flex;
}

.page-search form input[type="text"] {
  border-radius: 5px 0 0 5px;
  flex-grow: 1;
}

.page-search form input[type="submit"] {
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
}

.page-search .ents-list {
  margin-top: 2rem;
}

.page-search .ents-list li {
  margin-top: 1rem;
}
/*# sourceMappingURL=main.css.dc07b1be65ef.map */
