html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
em, img, kbd, strong, sub, sup, var,
b, u, i, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main, article, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Vinjetoj";
  font-weight: normal;
  font-style: normal;
  src: url("/tiparoj/piv-vinjetoj6.eot");
  src: url("/tiparoj/piv-vinjetoj6.eot#iefix") format("embedded-opentype"), url("/tiparoj/piv-vinjetoj6.woff2") format("woff2"), url("/tiparoj/piv-vinjetoj6.woff") format("woff"), url("/tiparoj/piv-vinjetoj6.ttf") format("truetype"), url("/tiparoj/piv-vinjetoj6.svg#webfont") format("svg");
}
@font-face {
  font-family: "Manskribo";
  font-weight: normal;
  font-style: normal;
  src: url("/tiparoj/Tangerine-Regular.ttf");
  src: url("/tiparoj/Tangerine-Regular.ttf") format("truetype");
}
html, body {
  font-family: "Nimbus Sans", "FreeSans", "Liberation Sans", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body #atentolisto {
  resize: vertical;
  height: 20em;
  overflow: auto;
  box-sizing: border-box;
  position: fixed;
  top: 7em;
  left: 10em;
  z-index: 1000;
  min-width: 15em;
  border-radius: 0.4em 0.4em 0 0;
  display: block;
  outline: 2px solid #aaa;
  color: #222;
  background-color: #fff;
}
body #atentolisto h2 {
  position: relative;
  font-size: 80%;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  border-radius: 0.4em 0.4em 0 0;
  background-color: #005599;
  color: #fff;
  text-align: center;
  padding: 0.7em 0.2em;
  cursor: grab;
}
body #atentolisto h2 .montri {
  position: absolute;
  left: 0.2em;
  top: 0.2em;
  padding: 0.2em;
  cursor: pointer;
}
body #atentolisto h2 .grupo {
  position: absolute;
  left: 2em;
  top: 0.2em;
  padding: 0.2em;
  cursor: pointer;
}
body #atentolisto h2 .grupo.alfa {
  left: 0.2em;
}
body #atentolisto h2 .fermilo {
  font-size: 150%;
  border-radius: 0 0.3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.2em;
  cursor: pointer;
}
body #atentolisto div.atentolistogrupoj {
  padding: 0;
  background-color: #005599;
}
body #atentolisto div.atentolistogrupoj select, body #atentolisto div.atentolistogrupoj ::picker(select) {
  appearance: base-select;
}
body #atentolisto div.atentolistogrupoj select {
  border: none;
  border-color: #005599;
  width: calc(100% - 3.5em);
  background-color: #005599;
  color: white;
  text-align: center;
}
body #atentolisto div.atentolistogrupoj select option {
  background-color: #005599;
  color: #fff;
}
body #atentolisto div.atentolistogrupoj select option:hover {
  background-color: #fff;
  color: #005599;
}
body #atentolisto div.atentolistogrupoj button {
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: 0.2em;
}
body #atentolisto div.listo {
  margin: 0.2em;
}
body #atentolisto div.listo.malplena {
  text-align: center;
  font-style: italic;
  margin: 0.5em;
}
body #atentolisto div.listo table {
  border: 0px solid #222;
  width: 100%;
  margin-bottom: 0.1em;
}
body #atentolisto div.listo table tr {
  border-top: 0px solid #222;
  border-bottom: 1px solid #aaa;
}
body #atentolisto div.listo table tr:hover, body #atentolisto div.listo table tr.fokuso {
  background-color: yellow;
}
body #atentolisto div.listo table tr td {
  padding: 0.4em 0.2em 0.2em 0.2em;
  cursor: pointer;
}
body #atentolisto div.listo table tr td.vorto:hover {
  color: green;
}
body #atentolisto div.listo table tr td.kapvorto {
  font-weight: bold;
}
body #atentolisto div.listo table tr td.butonoj {
  text-align: right;
  width: 5.7em;
  padding-right: 0;
}
body #atentolisto div.listo table tr td span.butonoj {
  display: inline-block;
}
body #atentolisto div.listo table tr td span.butonoj button {
  cursor: pointer;
  margin-left: 0.3em;
}
body #atentolisto div.listo table tr td span.butonoj button:hover {
  background-color: #005599;
  color: yellow;
}
body #atentolisto div.listo table tr.komento button.komenti {
  background-color: cornflowerblue;
  color: white;
  font-weight: bold;
}

main#kodoserchilo {
  margin: 0 0 0 14em;
  padding: 0.5em 2em 0 0.5em;
}
main#kodoserchilo #kodiloj {
  max-width: 70em;
}
main#kodoserchilo #serchiloj {
  user-select: none;
  width: 100%;
}
main#kodoserchilo #serchiloj tr.xpath {
  opacity: 0.1;
}
main#kodoserchilo #serchiloj th, main#kodoserchilo #serchiloj td {
  padding: 0.2em;
}
main#kodoserchilo #serchiloj th {
  width: 5em;
  text-align: right;
  font-weight: bold;
}
main#kodoserchilo #serchiloj td#elektiloj {
  min-width: 55em;
}
main#kodoserchilo #serchiloj td.input input {
  width: 100%;
}
main#kodoserchilo #serchiloj td.nuligi {
  width: 1em;
  padding: 0.2em 0.5em;
}
main#kodoserchilo #serchiloj td button.kunteksto {
  display: none;
}
main#kodoserchilo #serchiloj td button.kunteksto.aktiva {
  background-color: #005599;
  color: white;
}
main#kodoserchilo #serchiloj td.kun_kunteksto button.kunteksto {
  display: inline;
}
main#kodoserchilo div.kodsekcio {
  margin: 1em;
}
main#kodoserchilo div.kodsekcio.serchesprimo {
  margin-bottom: 0.2em;
}
main#kodoserchilo div.kodsekcio#serchesprimone {
  margin-top: 0.2em;
}
main#kodoserchilo div.kodsekcio#serchesprimo_ne_div.xpath {
  opacity: 0.1;
}
main#kodoserchilo div.kodsekcio.kunteksto {
  margin-top: 0.4em;
}
main#kodoserchilo div.kodsekcio.kunteksto.xpath {
  opacity: 0.1;
}
main#kodoserchilo div.kodsekcio i {
  font-style: italic;
}
main#kodoserchilo #memori {
  margin-left: 1.5em;
}
main#kodoserchilo #montri_kodoserchojn {
  display: none;
}
main#kodoserchilo #montri_kodoserchojn.aktiva {
  display: inline;
}
main#kodoserchilo #pivxml {
  margin-left: 2em;
}
main#kodoserchilo a {
  margin-left: 1em;
}
main#kodoserchilo #serchesprimo {
  font-size: 150%;
  width: calc(100% - 3.5em);
}
main#kodoserchilo #serchesprimo:focus {
  outline: 1px dashed #aaa;
  background-color: yellow;
}
main#kodoserchilo #serchesprimo_ne {
  font-size: 150%;
  width: calc(100% - 3.5em);
}
main#kodoserchilo #serchesprimo_ne:focus {
  outline: 1px dashed #aaa;
  background-color: yellow;
}
main#kodoserchilo div.kunteksto {
  position: relative;
}
main#kodoserchilo #label_kunteksto span.nuligi {
  margin-left: 0.2em;
  visibility: hidden;
  font-size: 1em;
  visibility: visible;
}
@-moz-document url-prefix() {
  main#kodoserchilo #label_kunteksto span.nuligi {
    font-size: 2em;
  }
}
main#kodoserchilo #kunteksto {
  font-size: 150%;
  width: calc(100% - 3.5em);
}
main#kodoserchilo #kunteksto:focus {
  outline: 1px dashed #aaa;
  background-color: yellow;
}
main#kodoserchilo #kunteksto.aktiva {
  outline: 0.1em solid green;
}
main#kodoserchilo div.kunteksto span.kunteksto {
  display: inline-block;
  width: 5.5em;
  position: absolute;
  left: -5em;
  top: 0.5em;
}
main#kodoserchilo div.kunteksto span.kunteksto label {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: -0.3em;
  left: 1em;
}
main#kodoserchilo div.kunteksto span.kunteksto label input {
  position: relative;
  top: 0.3em;
}
main#kodoserchilo span.steksto {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 16em;
  position: absolute;
  left: 0em;
  padding-top: 0.8em;
}
main#kodoserchilo span.senteksto {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 16em;
  position: absolute;
  left: 0em;
  padding-top: 0.8em;
}
main#kodoserchilo #ek {
  font-size: 150%;
  width: 2.5em;
  margin: 0 0 0 0.2em;
}
main#kodoserchilo #atendi {
  max-width: 55em;
  text-align: center;
  display: none;
}
main#kodoserchilo #atendi.aktiva {
  display: block;
}
main#kodoserchilo #referencoraporto {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: none;
}
main#kodoserchilo #referencoraporto.aktiva {
  display: block;
}
main#kodoserchilo #referencoraporto.aktiva {
  display: block;
}
main#kodoserchilo #referencoraporto #referencomesagho {
  display: inline-block;
  font-size: 150%;
  font-style: italic;
  margin-bottom: 0.5em;
  width: auto;
}
main#kodoserchilo #referencoraporto #referencomesagho2 {
  font-style: italic;
  margin-bottom: 0.5em;
}
main#kodoserchilo #referencoraporto button {
  position: relative;
  top: -0.3em;
  display: inline-block;
  visibility: hidden;
}
main#kodoserchilo #referencoraporto button.aktiva {
  visibility: visible;
}
main#kodoserchilo #referencoraporto button#referencopli {
  display: block;
  margin: auto;
}
main#kodoserchilo #kodoraporto {
  width: 40em;
  text-align: center;
  vertical-align: middle;
  display: none;
}
main#kodoserchilo #kodoraporto.aktiva {
  display: block;
}
main#kodoserchilo #kodoraporto #mesagho {
  display: inline-block;
  font-size: 150%;
  font-style: italic;
  margin-bottom: 0.2em;
  width: 13em;
}
main#kodoserchilo #kodoraporto #mesagho2 {
  font-style: italic;
  margin-bottom: 0.5em;
}
main#kodoserchilo #kodoraporto #mesagho2 select {
  margin-left: 0.5em;
}
main#kodoserchilo #kodoraporto button {
  position: relative;
  top: -0.3em;
  display: inline-block;
  visibility: hidden;
}
main#kodoserchilo #kodoraporto button.aktiva {
  visibility: visible;
}
main#kodoserchilo h1 {
  margin: 0;
  max-width: none;
}
main#kodoserchilo #kodosupro {
  margin: 0;
  margin-top: 0em;
  padding-top: 0.2em;
}
main#kodoserchilo #kodosupro h1 {
  margin-top: 0.2em;
}
main#kodoserchilo #kodotrovoj {
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 0;
  resize: horizontal;
}
main#kodoserchilo #kodotrovoj:focus {
  outline: 0px solid #fff;
}
main#kodoserchilo #kodotrovoj.aktiva {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
main#kodoserchilo #kodotrovoj table {
  width: auto;
  margin: 0.5em auto;
}
main#kodoserchilo #kodotrovoj table th, main#kodoserchilo #kodotrovoj table td {
  padding: 0.2em 0.5em;
}
main#kodoserchilo #kodotrovoj table thead th {
  text-align: left;
  font-weight: bold;
}
main#kodoserchilo #kodotrovoj table tbody tr:hover {
  outline: 1px solid green;
  cursor: pointer;
}
main#kodoserchilo #kodotrovoj table tbody tr:hover td {
  background-color: yellow;
}
main#kodoserchilo #kodotrovoj table tbody tr td {
  text-align: left;
  font-weight: normal;
  border: 1px solid #ddd;
}
main#kodoserchilo #kodotrovoj table tbody tr td.kapvorto {
  font-weight: bold;
}
main#kodoserchilo #kodotrovoj table tbody tr td.referenco {
  font-style: italic;
}
main#kodoserchilo #kodotrovoj table tbody tr.preciza td.referenco {
  font-family: monospace;
  font-style: normal;
}
main#kodoserchilo #kodotrovoj div.artikolo {
  border-bottom: 1px dashed #aaa;
  padding: 1em;
}
main#kodoserchilo #kodotrovoj div.artikolo:last-child {
  border-bottom: 0px dashed #aaa;
}
main#kodoserchilo #kodotrovoj div.artikolo h2 {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ddd;
  font-size: 120%;
  font-weight: bold;
  margin: -1em 0 0.1em -1em;
  padding: 0.6em 0.3em 0.3em 0.5em;
  background-color: #fff;
}
main#kodoserchilo #kodotrovoj div.artikolo h2 span.titolospan {
  display: inline-block;
}
main#kodoserchilo #kodotrovoj div.artikolo h2 span.ofto {
  font-weight: normal;
  font-size: 90%;
  margin-left: 2em;
}
main#kodoserchilo #kodotrovoj div.artikolo h2 span.ofto span.la_ofto {
  font-family: monospace;
}
main#kodoserchilo #kodotrovoj div.artikolo h2 span.redakto {
  font-weight: normal;
  font-size: 90%;
  margin-left: 2em;
}
main#kodoserchilo #kodotrovoj div.artikolo button.f, main#kodoserchilo #kodotrovoj div.artikolo button.r {
  -moz-appearance: none;
  margin-right: 0.2em;
  border-radius: 0.5em;
}
main#kodoserchilo #kodotrovoj div.artikolo button.f:hover, main#kodoserchilo #kodotrovoj div.artikolo button.r:hover {
  font-weight: bold;
  color: green;
}
main#kodoserchilo #kodotrovoj div.artikolo button.r {
  margin-right: 0.5em;
}
main#kodoserchilo #kodotrovoj div.artikolo div.kodo {
  font-family: "DejaVu Sans Mono", "Hack", "Menlo", "Consolas", monospace;
  padding: 1em 1em 1em 2em;
  line-height: 1.2;
  color: #555;
}
main#kodoserchilo #kodotrovoj div.artikolo div.kodo span.trafo {
  color: #000;
  background-color: #ffc800;
}
main#kodoserchilo #kodotrovoj div.artikolo div.kodo span.trafo.fokuso {
  border-bottom: 2px solid green;
  background-color: yellow;
}
main#kodoserchilo #kodotrovoj div.artikolo div.kodo.linio {
  padding: 0 1em 0 1em;
  font-size: 80%;
  white-space: pre;
}
main#kodoserchilo #kodotrovoj div.artikolo.lastaalklako h2 {
  background-color: #fee;
}
main#kodoserchilo #kodotrovoj.konkordance div.artikolo {
  width: max-content;
}
main#kodoserchilo #kodotrovoj.konkordance div.artikolo h2 {
  top: auto;
  left: 0;
}
main#kodoserchilo #filtrado {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  text-wrap: nowrap;
}
main#kodoserchilo #filtrado label {
  font-weight: bold;
  margin-left: 0.3em;
  margin-right: 0;
}
main#kodoserchilo #filtrado label span.nuligi {
  margin-left: 0.2em;
  font-size: 1em;
  font-weight: normal;
}
main#kodoserchilo #filtrado label.aktiva span.nuligi {
  visibility: visible;
}
@-moz-document url-prefix() {
  main#kodoserchilo #filtrado label span.nuligi {
    font-size: 1.5em;
  }
}
main#kodoserchilo #filtrado input[type=text] {
  font-family: monospace;
}
main#kodoserchilo #filtrado input[type=text].aktiva {
  outline: 0.2em solid green;
}
main#kodoserchilo #filtrado input[type=text]:focus {
  outline: 1px dashed #aaa;
  background-color: yellow;
}
main#kodoserchilo #filtrado select {
  text-align: left;
}
main#kodoserchilo #filtrado select:focus {
  outline: 1px dashed #aaa;
  background-color: yellow;
}
main#kodoserchilo #en_komentoj_label {
  margin-left: 5em;
}

div.konserviserchon_div table {
  margin-left: auto;
  margin-right: auto;
}
div.konserviserchon_div table th, div.konserviserchon_div table td {
  padding: 0.2em;
  text-align: left;
}
div.konserviserchon_div table th {
  vertical-align: top;
  font-weight: bold;
}
div.konserviserchon_div table th.MANKO {
  color: red;
}
div.konserviserchon_div table th.KASHI {
  color: white;
}
div.konserviserchon_div table td {
  width: 20em;
}
div.konserviserchon_div table td input, div.konserviserchon_div table td textarea {
  width: 100%;
}

#atentolisto table {
  width: 100%;
}
#atentolisto table td {
  padding: 0.2em;
  border-bottom: 1px solid #aaa;
}
#atentolisto table td button {
  width: 100%;
}
#atentolisto table td.nomo {
  padding-left: 0.5em;
}
#atentolisto table tr.malfari {
  display: none;
}
#atentolisto table tr.malfari.aktiva {
  display: table-row;
}
#atentolisto table tr.aktuala {
  background-color: yellow;
}
#atentolisto table tr:hover {
  background-color: yellow;
}

body#kodoserchilo header#header span#h2 {
  left: 7.8em;
}
body#kodoserchilo header#header span#h2 em {
  font-style: italic;
}
body#kodoserchilo nav {
  width: 14em;
}

@media screen and (max-width: 45em) {
  body main#kodoserchilo {
    margin-left: 0;
  }

  body#kodoserchilo header#header span#h2 {
    left: 2em;
  }
}

/*# sourceMappingURL=kodoserchilo.css.map */
