@charset "utf-8";
/* CSS Document */ :root {
  --cervena: #ec1c24;
  --modra: #0257a3;
  --seda: #d4d4d4;
  --bledoseda: #f9f9f9;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0
}
a {
  background: 0 0
}
a:focus {
  outline: thin dotted
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre-wrap
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 200px;
  display: inline-block;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
* {
  margin: 0;
  padding: 0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  box-shadow: 0 0 2px 2px var(--modra); /* keyboard-only focus styles */
  outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
h1, h2, h3 {
  line-height: 1.2em;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3, .h3 {
  font-size: 1.2rem;
}
.h3 {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.subtitle {
  font-size: 18px;
  opacity: 0.8;
}
.sendform small, footer small {
  font-size: 14px;
  opacity: 0.85;
  font-weight: 500;
  margin-bottom: 48px;
}
a {
  color: #0056a3;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
ul {
  list-style-position: inside;
}
ul.pismena {
  list-style: none;
  margin-bottom: 2rem;
}
ul.pismena li::first-letter {
  font-weight: 700;
}
ul.pismena li {
  margin-bottom: 0.5rem;
}
div.MultiFile-label {
  background-color: var(--bledoseda);
  border: 1px solid var(--seda);
  border-left: 6px solid var(--modra);
  padding: 8px;
  margin-top: 8px;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0;
  color: #fff;
  background: var(--cervena);
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
}
.wrap, .cv-center {
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
}
.wrap {
  padding: 48px 0 64px;
  background-color: #fff;
}
.btn-aceptar {
  margin-top: 0px !important;
  margin-left: 12px;
}
.aside {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 380px;
}
.cislo {
  background-color: #008A61;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: .5rem;
  margin-top: 3rem;
}
.cv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 16px;
}
.cv-grid > div {
  padding: 16px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cv-grid-fill {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-gap: 16px 32px;
}
.cv-button {
  color: #fff;
  background-color: var(--modra);
  border: 2px solid var(--modra);
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.cv-button:hover {
  color: var(--modra);
  background-color: #fff;
}
table.jsondom {
  border-spacing: 0;
  width: 100%;
}
#tabpod_wrapper {
  margin-top: -50px;
}
.dataTables_length {
  margin-bottom: 24px;
}
td, th {
  padding: 7px;
  vertical-align: middle;
}
table, table tr, table td, table th {
  border: 1px solid var(--seda);
}
hr {
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background-color: var(--seda);
  grid-column: 1/-1;
  margin: 12px 0;
}
label {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
label span {
  color: red;
  font-size: 18px;
}
label span > span {
  display: none;
}
input, textarea, select {
  border: 1px solid var(--seda);
  padding: 8px 10px;
  background-color: #fff;
}
input[type=text], input[type=email], input[type=url], textarea, input[type=file], select {
  display: block;
  width: 100%;
}
input[readonly] {
  background-color: var(--bledoseda);
  opacity: 1;
}
input[readonly]:focus, input[readonly]:hover {
  cursor: no-drop !important;
}
input.number {
  width: 88px;
  display: inline-block;
}
input[type=search] {
  padding: 7px 10px;
  margin-bottom: 16px;
}
textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 60px;
  height: 120px;
  max-height: 480px;
}
#cv-form {
  padding-top: 64px;
}
.anchor {
  padding-top: 400px;
  margin-top: -400px;
  z-index: -1;
}
.imgw {
	max-width: 760px
}
.infoadmin {
  border: 1px solid var(--cervena);
  background-color: rgba(255, 0, 4, 0.1);
  border-left-width: 6px;
  padding: 32px;
  margin-bottom: 64px;
}
.infoupload {
  background-color: var(--bledoseda);
  border: 1px solid var(--seda);
  border-left: 4px solid var(--modra);
  padding: 32px;
}
.dataTables_info {
  display: none;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: var(--bledoseda);
  margin: 24px 0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: var(--modra);
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}
ul.breadcrumb li:last-child a, ul.breadcrumb li:last-child a:hover {
  color: #000;
  cursor: none;
  text-decoration: none;
}
i {
  font-size: 16px;
}
.hidden {
  display: none;
}
table thead tr th {
  text-align: center;
}
table td {
  font-size: 14px !important;
}
header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  align-items: center;
}
nav {
  grid-column: 1/-1;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 24px 0;
  margin-bottom: 32px;
}
nav ul {
  display: flex;
}
nav li {
  list-style: none;
  margin-right: 32px;
  font-weight: 500;
}
nav li a {
  color: #000;
  text-decoration: none;
}
nav li a:hover {
  text-decoration: underline;
  color: var(--modra);
}
nav ul li.active a {
  color: #0257a3;
  text-decoration: underline;
}
.titulok {
  text-align: right;
  font-size: 17px;
  opacity: 0.8;
}
p {
  margin-bottom: 1rem;
}
* > p:last-child {
  margin-bottom: 0;
}
.sirkach {
  max-width: 70ch;
}
.sendform {
  background-color: var(--bledoseda);
  border: 1px solid var(--seda);
  padding: 32px;
}
.katpodnet {
  border: 1px solid #d4d4d4;
  background-color: #f9f9f9;
  padding: 32px;
  margin-top: 32px;
}
.katbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 21px;
  margin-top: 32px;
}
.katpodnetall {
  grid-template-columns: repeat(2, 1fr);
}
.riadok {
  grid-template-columns: 1fr;
}
.katbox > a {
  border: 1px solid #cccc;
  background-color: #fff;
  padding: 12px;
  display: grid;
  grid-gap: 12px;
  align-items: center;
  grid-template-columns: 50px 1fr;
  font-weight: 500;
}
.katbox > a:hover {
  background-color: var(--modra);
  color: #fff;
}
.katbox i {
  font-size: 22px;
  text-align: center;
}
.katbox a {
  text-decoration: none;
  color: #000;
  min-height: 70px;
}
/*section.sekcia {
	border-top: 1px solid var(--seda);
	margin-top: 64px;
	padding-top: 64px;
}*/
.stic {
  position: sticky;
  top: 1rem;
  margin-top: 0;
}
.full {
  grid-column: 1/-1;
}
.cap {
  grid-column: 1/-1;
  font-size: 17px;
  margin-bottom: -4px;
}
.cap span {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: var(--modra);
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  position: relative;
  top: 0px;
}
footer {
  margin-top: 128px;
  padding-top: 64px;
  border-top: 1px solid #d4d4d4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  opacity: 0.9;
}
footer * {
  margin: 0;
}
footer > *:last-child {
  text-align: right;
}
table i {
  width: 26px;
  height: 26px;
  background-color: var(--modra);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 26px !important;
  font-size: 13px;
  margin-right: 8px;
}
.active {
  color: var(--modra);
  text-decoration: underline;
}
/* dataTables */
table .form-error {
  display: none;
}
table {
  width: 100% !important;
  /*font-size: 90%;*/
}
table thead tr th {
  text-align: left;
  border-bottom: 1px solid var(--seda);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
table thead th, table thead td {
  position: relative;
}
table td, table th {
  border-top: 1px solid var(--seda);
}
table tbody tr.odd {
  background-color: #f1f3fa;
}
table tbody tr:hover {
  background-color: #e6e9eb !important;
}
table th[class*='sorting'] {
  cursor: pointer;
}
table tr.link a:hover {
  text-decoration: underline;
}
tr td:last-child {
  white-space: nowrap;
}
table th[class*='sorting']:before, table th[class*='sorting']:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  right: 3px;
  font-size: 13px;
  opacity: 0.15;
}
table th[class*='sorting']:before {
  content: "\f106";
  top: 10%;
}
table th[class*='sorting']:after {
  content: "\f107";
  bottom: 10%;
}
.sorting_asc:after {
  display: none;
}
table th.sorting_asc:before {
  color: #000;
  opacity: 0.9;
}
.sorting_desc:before {
  display: none;
}
table th.sorting_desc:after {
  color: #000;
  opacity: 0.9;
}
.dataTables_length {
  float: left;
  display: inline-block;
}
.dataTables_filter {
  float: right;
  display: inline-block;
}
.dataTables_length select {
  width: auto;
  display: inline-block;
}
.dataTables_paginate a {
  font-size: 1.5em;
  cursor: pointer;
  opacity: 0.5;
  color: #000;
}
.paginate_button {
  margin-right: 8px;
}
.dataTables_paginate a:hover {
  color: #727cf5;
  opacity: 1;
}
.dataTables_filter input {
  display: inline-block;
  width: 80px;
}
.dataTables_info {
  margin: 0.55rem 0;
}
.dataTables_length {
  float: left;
  display: inline-block;
}
table td {
  position: relative;
}
.resmenu {
  display: none;
}
/* COOKIES */
#cookie-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
}
/* NEPODPOROVANY PREHLIADAC */
.upgrade-browser {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .upgrade-browser {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 5%;
    z-index: 600000;
  }
  .upgrade-browser h2 {
    color: #fff;
    margin: 24px 0 12px;
  }
  .upgrade-browser > div {
    max-width: 600px;
    border: 12px solid #ff0;
    padding: 5%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .aside {
    grid-template-columns: 1fr;
  }
  .riadok {
    grid-template-columns: 1fr 1fr;
  }
  nav li {
    margin-right: 16px;
    font-size: 15px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer, footer > *:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .cislo {
    display: block;
    margin-bottom: 1rem;
  }
  td i {
    display: block !important;
    text-align: center;
    margin: auto;
  }
  .wrap {
    padding: 24px 0 32px;
  }
  .riadok {
    grid-template-columns: 1fr;
  }
  .titulok {
    grid-column: 1/-1;
    grid-row: 3;
    border-bottom: 1px solid var(--seda);
    border-top: 1px solid var(--seda);
    padding: 16px 0;
    text-align: left;
    font-size: 16px;
  }
  .titulok br {
    display: none;
  }
  .katpodnet {
    padding: 24px;
  }
  tr td:last-child {
    white-space: pre-wrap;
    text-align: center;
  }
  header {
    grid-template-columns: 2fr 1fr;
    grid-gap: 16px;
  }
  header nav {
    grid-row: 2;
    border: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  nav ul {
    display: block
  }
  nav li {
    display: block;
    border-bottom: 1px solid var(--seda);
    padding: 6px 0;
    margin: 0;
  }
  nav li:last-child {
    border: none;
  }
  .resmenu {
    display: block;
    text-align: right;
    margin: 0;
  }
  .resmenu i {
    font-size: 26px
  }
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3, .h3 {
    font-size: 1.1rem;
  }
  .cv-grid-fill {
    grid-template-columns: 1fr;
  }
  .sendform {
    padding: 24px;
  }
}