﻿@charset "UTF-8";
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page. 9/10/2021
*/
@import url("https://fonts.googleapis.com/css?family=Monda|Orbitron&display=swap") only screen and (min-width: 48em);
#menu {
  margin-left: -190px; /* "#menu" width */
  width: 190px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000; /* so the menu or its navicon stays above all content */
  background: #191818;
  background: #262626;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*
    All anchors inside the menu should be styled like this.
    */
#menu a {
  color: #999;
  color: #61EFCE;
  border: none;
  padding: 0.6em 0 0.6em 0.6em;
  text-align: right;
  margin-right: 7px;
}

/*
    Remove all background/borders, since we are applying them to #menu.
    */
#menu .pure-menu,
#menu .pure-menu ul {
  border: none;
  background: transparent;
}

/*
    Add that light border to separate items into groups.
    */
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid #333;
}

/*
        Change color of the anchor links on hover/focus.
        */
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
  background: #333;
}

/*
    This styles the selected menu item `<li>`.
    */
#menu .pure-menu-selected,
#menu .pure-menu-heading {
  background: #1f8dd6;
}

/*
        This styles a link within a selected menu item `<li>`.
        */
#menu .pure-menu-selected a {
  color: #fff;
}

/*
    This styles the menu heading.
    */
#menu .pure-menu-heading {
  font-size: 110%;
  color: #fff;
  margin: 0;
}

.pure-menu-link {
  display: block;
  text-decoration: none;
}

.pure-menu-list {
  list-style: none;
}

/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
  position: fixed;
  display: block; /* show this only on small screens */
  top: 0;
  left: 0; /* "#menu width" */
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-size: 10px; /* change this value to increase/decrease button size */
  z-index: 10;
  width: 2em;
  height: auto;
  padding: 2.1em 1.6em;
}

.menu-link:hover,
.menu-link:focus {
  background: #000;
}

.menu-link span {
  position: relative;
  display: block;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  width: 100%;
  height: 0.2em;
}

.menu-link span:before,
.menu-link span:after {
  position: absolute;
  margin-top: -0.6em;
  content: " ";
}

.menu-link span:after {
  margin-top: 0.6em;
}

/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page. 9/10/2021
*/
#menu {
  margin-left: -190px; /* "#menu" width */
  width: 190px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000; /* so the menu or its navicon stays above all content */
  background: #191818;
  background: #262626;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*
    All anchors inside the menu should be styled like this.
    */
#menu a {
  color: #999;
  color: #61EFCE;
  border: none;
  padding: 0.6em 0 0.6em 0.6em;
  text-align: right;
  margin-right: 7px;
}

/*
    Remove all background/borders, since we are applying them to #menu.
    */
#menu .pure-menu,
#menu .pure-menu ul {
  border: none;
  background: transparent;
}

/*
    Add that light border to separate items into groups.
    */
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid #333;
}

/*
        Change color of the anchor links on hover/focus.
        */
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
  background: #333;
}

/*
    This styles the selected menu item `<li>`.
    */
#menu .pure-menu-selected,
#menu .pure-menu-heading {
  background: #1f8dd6;
}

/*
        This styles a link within a selected menu item `<li>`.
        */
#menu .pure-menu-selected a {
  color: #fff;
}

/*
    This styles the menu heading.
    */
#menu .pure-menu-heading {
  font-size: 110%;
  color: #fff;
  margin: 0;
}

.pure-menu-link {
  display: block;
  text-decoration: none;
}

.pure-menu-list {
  list-style: none;
}

/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
  position: fixed;
  display: block; /* show this only on small screens */
  top: 0;
  left: 0; /* "#menu width" */
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-size: 10px; /* change this value to increase/decrease button size */
  z-index: 10;
  width: 2em;
  height: auto;
  padding: 2.1em 1.6em;
}

.menu-link:hover,
.menu-link:focus {
  background: #000;
}

.menu-link span {
  position: relative;
  display: block;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  width: 100%;
  height: 0.2em;
}

.menu-link span:before,
.menu-link span:after {
  position: absolute;
  margin-top: -0.6em;
  content: " ";
}

.menu-link span:after {
  margin-top: 0.6em;
}

body {
  font-family: "Monda", sans-serif;
}

h1 {
  color: navy;
}

#contentwrapper {
  background-color: #e7f1f8;
  max-width: 100%;
}

img, iframe, embed, object, video {
  max-width: 100%;
}

code {
  font-family: Courier New;
  background-color: #ddd;
  padding: 0.12em 0.2em;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: black;
}

kbd {
  color: #171717;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-bottom-color: #a2a2a2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3019607843);
  border-radius: 0.25rem;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 10px;
  display: inline-block;
}

/*
Add transition to containers so they can push in and out.
*/
#pagecontainer,
#menu,
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#pagecontainer.active #menu {
  left: 190px;
  width: 190px;
}

#pagecontainer.active .menu-link {
  left: 190px;
}

/*
The content `<div>` is where all your content goes.
*/
#mainContainer {
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid silver;
}

#topmenu, #intro, .reklama, #leftCol {
  display: none;
}

#leftcolumn {
  display: none;
  width: 100%;
}

div#main {
  padding: 10px 10px;
  background-color: #e7f1f8;
  min-height: 650px;
}

.db {
  display: block;
  background-color: #0fc;
  margin: 18px;
  padding: 10px;
  color: navy;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  border-radius: 5px;
  background: #b2e1ff; /* Old browsers */
  background: -webkit-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to top, orange 0%, yellow 100%); /* W3C */
}
.db .hint {
  color: ThreeDDarkShadow;
  font-size: 12px;
}
.db:hover {
  color: black;
  text-decoration: none;
  background-color: Orange;
  background: #ffc578; /* Old browsers */
  background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to top, orange 0%, lightyellow 100%); /* W3C */
}

footer {
  text-align: center;
  background-color: #494949;
  width: 100%;
}
footer a {
  color: #FFF;
  margin-right: 15px;
  font-size: 15px;
}

#footerInner {
  padding: 14px 0;
  display: inline-block;
  margin: 0 3em;
  line-height: 2em;
}

hr.footer {
  border-color: gray;
}

#selLang > a {
  color: cyan;
}

div.note {
  background-color: crimson;
  color: white;
  padding: 10px;
  border-radius: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}

a.video {
  background-color: darkcyan;
  color: white;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 1px;
}

#topmenu > ul > li#ol2, #topmenu > ul > li#ol3 {
  display: none;
}

a.db {
  text-decoration: none;
}

.pure-menu input {
  font-size: 24px;
}

.tip {
  color: white;
  background-color: darkolivegreen;
  border-radius: 1em;
  padding: 1em;
  margin-top: 1px;
  margin-bottom: 1px;
}

.tip::before {
  content: "💡";
  margin-right: 1em;
}

.tip th {
  background-color: teal;
}

.warn {
  color: white;
  background-color: firebrick;
  border-radius: 1em;
  padding: 1em;
}

.warn::before {
  content: "⚠️";
  margin-right: 1em;
}

body {
  margin-bottom: 9em;
}

/* -- Responsive Styles (Media Queries) ------------------------------------- */
@media (min-width: 48em) {
  * {
    box-sizing: border-box;
  }
  #topmenu {
    margin: auto;
    width: 100%;
    max-width: 860px;
    height: 50px;
    display: block;
    padding: 0;
    border-radius: 0px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding-top: 7px;
  }
  .addsearch {
    font-size: 24px;
    width: 100%;
  }
  #search-box {
    float: left;
    margin-left99: 3em;
  }
  #topmenu > ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
  }
  #topmenu > ul > li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
  }
  #topmenu > ul > li.right {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: right;
    display: block;
    position: relative;
  }
  #topmenu > ul > li.right > ul {
    right: 0;
  }
  #topmenu > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px;
    font: bold 13px/100% Monda, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
  #topmenu > ul > li:first-child > a {
    border-ra999dius: 5px 0 0 5px;
  }
  #topmenu > ul > li > a:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
  }
  #topmenu ul li.has-sub:hover > a:after {
    top: 0;
    bottom: 0;
  }
  #topmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 18px;
    right: 6px;
    border: 5px solid transparent;
  }
  #topmenu > ul > li.has-sub:hover > a:before {
    top: 19px;
  }
  #topmenu ul li.has-sub:hover > a {
    padding-bottom: 13px;
    padding-top: 13px;
    top: -1px;
    z-index: 999;
  }
  #topmenu ul li > a:hover {
    background: #3f3f3f;
  }
  #topmenu ul li.has-sub:hover > ul, #topmenu ul li.has-sub:hover > div {
    display: block;
  }
  #topmenu ul li.has-sub > a:hover {
    background: #3f3f3f;
  }
  #topmenu ul li > ul, #topmenu ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 38px;
    padding: 10px 0;
    background: #3f3f3f;
    border-radius: 0 0 5px 5px;
    z-index: 999;
  }
  #topmenu ul li > ul {
    width: 190px;
  }
  #topmenu ul li > ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #topmenu ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    font: 10pt Monda, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  }
  #topmenu, #topmenu > ul > li > ul > li a:hover {
    background: #006161;
  }
  #topmenu > ul > li > a {
    color: #fff;
  }
  #top-logo {
    float: left;
    width: 150px;
  }
  body {
    background-color: #e7f1f8;
  }
  #mainContainer {
    background-color: white;
  }
  #topmenu {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  #topmenu > ul > li#ol1 {
    display: block;
  }
  #topmenu > ul > li#ol2, #topmenu > ul > li#ol3 {
    display: block;
  }
  div#search-box {
    display: none;
  }
  .header,
  .content {
    padding-left: 2em;
    padding-right: 2em;
  }
  #pagecontainer {
    padding-left: 0; /* left col width "#menu" */
    left: 0;
  }
  #menu {
    left: 150px;
  }
  .menu-link {
    position: fixed;
    left: 0;
    display: none;
  }
  #pagecontainer.active .menu-link {
    left: 150px;
  }
  #menu {
    display: none;
  }
  #top-nav {
    display: block;
  }
  #leftcolumn {
    width: 30%;
    display: block;
    position: sticky;
    top: 50px;
    height: 90vh;
    overflow: scroll;
  }
  #leftcolumn::-webkit-scrollbar {
    display: none;
  }
  #contentwrapper {
    width: 70%;
    min-height: 650px;
  }
  #menuV {
    font-family: "Orbitron";
    margin-top: 1px;
    border-bottom: dotted 1px #90F;
  }
  #menuV ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menuV ul li {
    border-top: dotted 1px #90F;
  }
  #menuV a {
    background-color: #FFF;
    display: block;
    text-decoration: none;
    font-size: large;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px;
    color: #000;
  }
  #menuV a:hover {
    background-color: #e7f1f8;
  }
  #menuV span {
    font-weight: 700;
    color: #0033b3;
    display: block;
  }
  #menuV a.nest {
    color: Navy;
    font-size: small;
    text-align: right;
  }
  .nest div {
    color: gray;
    font-size: small;
    text-align: right;
    padding: 10px;
  }
  li.nest {
    font-size: large;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    color: Black;
  }
  #leftCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #search-box input {
    border-radius: 5px;
  }
  #selLang {
    display: block;
    color: brown;
    max-width: 100%;
  }
  a {
    text-decoration: none;
  }
  td a, p a {
    box-shadow: inset 0 -8px 0 0 rgba(102, 0, 153, 0.1);
  }
  a:hover {
    text-decoration: underline;
  }
  pink {
    background-color: pink;
  }
  yellow {
    background-color: yellow;
  }
  yl {
    background-color: rgb(255, 255, 128);
  }
  td img {
    max-width: initial;
  }
}
@media (min-width: 60em) {
  body {
    margin: 0;
  }
  div#main {
    background-color: #E5EDF0;
  }
  #topmenu {
    max-width: 100%;
  }
  div#search-box {
    display: block;
    width: 25%;
  }
}
@media (min-width: 70em) {
  div#search-box {
    width: 30%;
  }
}
@media (min-width: 80em) {
  div#search-box {
    width: 40%;
  }
}
/* help */
ol.ol_wide li {
  margin: 30px 0;
}

.accordion-toggle {
  cursor: pointer;
  padding: 4px;
  margin: 0;
  background-color: #ffc;
  margin: 5px;
}

.accordion-toggle:hover {
  background-color: yellow;
}

.accordion-content {
  display: none;
  margin: 10px;
}

.accordion-content a {
  display: block;
  text-decoration: none;
  background-color: #9fc;
  padding: 7px 3px;
  margin: 7px;
}

.accordion-content a:hover {
  background-color: darkcyan;
  color: yellow;
}

.accordion-content.default9 {
  display: block;
}

.accordion-content-active {
  color: red;
  font-weight: bold;
}

#accordion-faq h2 {
  border-top: dotted silver 1px;
  padding-top: 0.7em;
  cursor: pointer;
}

#accordion-faq h2.active {
  color: Green;
}

/* for the help contents */
table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: bisque;
}

table, td, th {
  border: 1px solid silver;
}

table.striped tr:nth-child(odd) {
  background: #ddd;
}

table.striped tr:nth-of-type(1) {
  background: #ffc;
}

table.striped {
  margin: 2em auto;
}

#menu .pure-menu-selected, #menu .pure-menu-heading {
  background-color: darkmagenta;
}

html {
  scroll-behavior: smooth;
}

nav#in-page-menu a {
  background-color: aquamarine;
  margin: 3px;
  padding: 2px 7px;
  display: inline-block;
  border: solid darkcyan 1px;
  border-radius: 3px;
  text-decoration: none;
}

nav#in-page-menu a:hover {
  background-color: darkcyan;
  color: yellow;
  text-decoration: none;
}

summary {
  font-size: 15px;
  color: Green;
}

details {
  margin: 1em;
  padding: 1em;
  background: #f6f6f6;
  border-radius: 7px;
  cursor: pointer;
}

details img {
  max-width: 100%;
}

details[open] summary ~ * {
  animation: expand 0.5s ease-out forwards;
}
