:root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", sans-serif;
  font-size: 1em;
  background-color: #fff;
  background-image: url(/img/logo_ps-logo-name-blue.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top 5px left 5px;
  background-size: 20vw;
  color: #000;
  position: absolute;
  --bs-success-text-emphasis: green;
  --bs-success-bg-subtle: #b8fbb8;
  --bs-success-border-subtle: green;
  --bs-danger-text-emphasis: red;
  --bs-danger-bg-subtle: #fbdede;
  --bs-danger-border-subtle: red;
}

.nav {
  --bs-nav-link-padding-y: 0;
}

.nav-link {
  color: darkgreen;
}

.nav-link:visited {
  color: #007000;
}

.nav-link:hover {
  color: green;
  text-decoration: underline;
  text-underline-offset: .3em;
}

.container {
  padding-bottom: 1em;
}

.full-size {
  /* max-width: calc(100vw - 1em); */
  max-width: 100%;
}

table.tabela {
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
/*  margin-top: 2em; */
  margin-block-start: 2em;
  color: black;
  line-height: 1em;
}

table.tabela th {
  position: sticky;
  top: 0;
  text-align: center;
  background-color: white;
  border-bottom: 3px solid #666;
  padding-bottom: .7em;
/*  white-space: nowrap; */
}

table.tabela td {
  text-align: left;
/*  background-color: white; */
  border: 1px solid #666;
  padding: 3px 5px;
}

table.tabela caption {
  font-size: 1.3em;
  color: black;
  caption-side: top;
  text-align: center;
  font-weight: bold;
}

/*
table.tabela a {
  color: black;
  text-decoration: none;
}

table.tabela a:hover {
  color: black;
  text-decoration: underline;
}
*/

.duzy_odstep {
  line-height: 1.5em !important;
}

table.tabela2 {
  width: 70%;
  margin: auto;
}

table.tabela2 tr {
  border: 1px solid black;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tabela2 th {
  width: 25%;
  border-right: 1px solid black;
  padding-left: .3em;
  padding-right: 2em;
}

table.tabela2 td {
  padding-left: 1em;
}

em {
  font-style: normal;
  font-weight: bold;
}

.email {
  font-family: monospace;
}

.ou {
  color: #777;
}

.nowrap {
  white-space: nowrap;
}

.info_box {
  border-spacing: 0;
  border-collapse: collapse;
}

.center {
  margin: auto;
  width: 70%;
  padding: 10px;
}

.vertical_align
{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error {
  background-color: #fbbebe;
  color: red;
  font-size: 16px;
  text-align: center;
  border: 3px solid red;
  /*
  margin-bottom: 1.5em;
  margin-right: auto;
  width: auto;
  display: table;
  */
}

/*
input[type=text] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}
*/

span.warning {
  font-style: italic;
  color: darkred;
}

td.action-cell {
  line-height: 2em;
  text-align: center !important;
  white-space: nowrap;
}

a.zwykly:link, a.zwykly:visited {
  color: darkgreen;
  font-weight: normal;
  text-decoration: none;
}

a.zwykly:hover {
  color: green;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: .3em;
}

a.astext:link, a.astext:visited {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a.astext:hover {
  color: black;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: .3em;
}

a.action:link, a.action:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: .2em;
  border-radius: .3em;
  margin-top: .5em;
  margin-bottom: .5em;
}

a.action:hover {
  color: white;
  font-weight: bold;
  padding: .2em;
  border-radius: .3em;
  margin-top: .5em;
  margin-bottom: .5em;
}

a.action-go:link, a.action-go:visited {
  background-color: #12802f;
}
a.action-go:hover {
  background-color: #42b05f;
}

a.action-stop:link, a.action-stop:visited {
  background-color: #80122f;
}
a.action-stop:hover {
  background-color: #b0425f;
}

a.action-mod:link, a.action-mod:visited {
  background-color: #2f1280;
}
a.action-mod:hover {
  background-color: #5f42b0;
}

a.action-get:link, a.action-get:visited {
  background-color: #b0b02f;
}
a.action-get:hover {
  background-color: #e0e05f;
}



/*
.action::before {
  content: "["
}
.action::after {
  content: "]"
}

.action {
  color: #007000;
}

.action:visited {
  color: #007000;
}

.action:hover {
  color: #007000;
  text-decoration: underline;
  text-underline-offset: .3em;
}
*/

