/*!
 * Gov Design System
 * Copyright(c) 2020 - 2021 Ministerstvo vnitra Ceske republiky
 * Copyright(c) 2020 - 2021 Zdenek Vitek
 * Copyright(c) 2020 - 2021 Lukas Nulicek
 * EUPL v1.2 Licensed
 *
 * Version 3.3.0
 */

:root {
  /*    --gov-color-blue: #2060a5;*/
  /*    --gov-color-grey-dark: #3b3b3b;
    --gov-color-white: #fff;
    --gov-color-blue-dark: #254e80;
    --gov-color-blue-focus: #007bff;
    --gov-color-blue-light: #3077b7;*/
}

.gov-head-icon {
  font-size: 2.5rem !important;
}

.gov-invisible-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.social {
  padding-left: 0px !important;
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gov-list {
  color: white !important;
}

/*ul>li {
    color: white !important;
}*/

.gov-lang-switch {
  margin-left: 1.25em;
}

.gov-lang-switch>select {
  padding: 0 0.3125rem;
  width: 3.125rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  border-radius: 3px;
  color: var(--gov-color-white);
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-appearance: none;
}

.gov-lang-switch>select>option {
  color: var(--gov-color-grey-dark);
}

ul>li:before {
  content: none;
}

.u-bg-color--custom-overlay {
  background-color: #f9f9f9;
}

.u-bg-color--custom-overlay2 {
  background-color: #f5f5f5;
}

.gov-grid-tile p {
  color: #3b3b3b;
}

.gov-grid-tile p b,
.gov-grid-tile p strong {
  color: #3b3b3b;
}

.sw-title {
  display: block;
}

.sw-item {
  color: #797979;
  font-size: 15px;
  overflow-wrap: break-word !important;
  max-width: 100%;
  display: inline-block;
}

.gov-grid-tile:not(:last-of-type):before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--gov-color-grey-inactive);
  /*  width: 90%;
  left: 1.25rem; */
}

.gov-grid-tile:not(:last-of-type):nth-child(even):before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--gov-color-grey-inactive);
  /*   width: 90%;
  left: 2.5rem; */
}

.sw-usneseni-input::before {
  content: none !important;
}

.sw-item a.gov-button {
  display: inline !important;
}

.sw-item b {
  color: #3b3b3b;
  overflow-wrap: break-word;
}

.center {
  margin-top: 2rem;
  text-align: center;
}

.custom-switcher {
  display: none;
  width: 100%;
  margin-bottom: 0.75rem;
}

.custom-switcher ul.switcher {
  list-style: none outside none;
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--gov-color-grey-inactive);
}

.custom-switcher ul.switcher li {
  display: block;
  float: left;
  width: 45%;
  padding: 0.75rem;
  margin-top: -1px;
  cursor: pointer;
  line-height: normal;
}

.custom-switcher ul.switcher li span {
  text-decoration: none;
  color: var(--gov-color-grey-mid);
}

.custom-switcher ul.switcher li span:hover,
.custom-switcher ul.switcher li span.active {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
}

.custom-switcher ul.switcher li.active {
  font-weight: bold;
  text-decoration: none;
  color: var(--gov-color-grey-dark);
  border: 2px solid var(--gov-color-grey-inactive);
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--gov-color-grey-bg);
}

@media (max-width: 800px) {
  .sw-title {
    display: none;
  }

  .custom-switcher {
    display: block;
  }
}

.active-menu {
  background-color: #e6ebf1;
}

.custom-usneseni .gov-grid-tile:after {
  content: none;
}

.custom-usneseni .gov-grid-tile {
  padding-right: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.gov-accordion__header {
  border-bottom: 1px solid #e1e1e1;
}

.gov-accordion__header h3 {
  padding-top: 8.405px;
  padding-bottom: 8.405px;
}

.gov-accordion__header span {
  padding-top: 8.405px;
  padding-bottom: 8.405px;
  color: var(--gov-color-grey-dark);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}

.custom-usneseni .submenu:after {
  content: "b";
  display: inline-block;
  position: relative;
  margin-left: 0.625rem;
  font-family: gov-basic-icons;
  font-size: 1.5rem;
}

.input-grid .gov-grid b {
  color: #3b3b3b;
  margin-bottom: 0.5rem;
}

.input-grid .gov-grid {
  padding: 0 0.5rem;
}

.display-mobile.gov-grid {
  display: none;
}

@media (max-width: 415px) {
  .display-mobile.gov-grid {
    display: block;
  }

  .display-desktop {
    display: none;
  }

  .input-grid .gov-grid b {
    display: none;
  }

  .input-grid .gov-grid {
    margin-top: 1rem;
  }
}

@media (max-width: 800px) {
  .gov-grid--x2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

div.custom-usneseni a.gov-button {
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  top: -10px;
}

@media (max-width: 671px) {
  .gov-layout__col--pos-left {
    margin-bottom: 24px;
  }
}

@media (max-width: 417px) {
  .gov-layout__col--pos-left {
    margin-bottom: 0;
  }
}

.gov-grid--x2 .gov-grid-tile:nth-child(2n):after {
  /*   content: "";

  display: block;

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  width: 1px;

  background-color: var(--gov-color-grey-inactive); */
  display: none;
}

/* .gov-grid--x2 .gov-grid-tile:nth-child(2n) {

    padding-right: none;

  }

 

.gov-grid--x2 .gov-grid-tile:nth-last-child(2n) {

    padding-left: none;

  }
   */
@media (max-width: 800px) {
  .gov-grid--x2 .gov-grid-tile::after {
    display: none;
  }
}

@media (max-width: 671px) {
  .input-grid .gov-grid b {
    display: none;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}

.gov-table--v2 tr:nth-child(even) {
  background-color: #ffffff !important;
  border-bottom: 1px solid var(--gov-color-grey-inactive) !important;
}

.gov-table--v2 tr {
  border: 0 !important;
}

.gov-table--v2 tr th:last-child {
  width: 50px !important;
  white-space: nowrap !important;
}

.gov-table--v2 tr th span {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.gov-table--v2 tr th {
  padding-left: 20px !important;
  right: 20px !important;
}

.gov-table--v2 tr td {
  padding: 13px 20px !important;
  border: 0 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
}

.gov-table--v2 tr td a {
  color: var(--gov-color-blue) !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0px !important;
}

.gov-table--v2 tr td a:hover {
  color: var(--gov-color-red) !important;
}

.gov-breadcrumbs--v2 a {
  color: var(--gov-color-blue) !important;
}

.gov-breadcrumbs--v2 a:hover {
  color: var(--gov-color-grey-dark) !important;
}

.gov-pagination--v2 .gov-pagination__item {
  color: var(--gov-color-blue) !important;
}

.gov-pagination--v2 .gov-pagination__item:hover {
  color: var(--gov-color-red) !important;
}

.gov-pagination--v2 .gov-pagination__item--disabled {
  color: #91b4d9 !important;
}

.gov-pagination--v2 .gov-pagination__item--active {
  color: var(--gov-color-grey-dark) !important;
}

.gov-pagination--info {
  margin-top: 10px;
  margin-bottom: 18px;
}

.gov-pagination--info p {
  margin-bottom: 5px;
  color: #797979;
}

.gov-pagination--info select {
  margin-left: 5px !important;
  border: 1px solid var(--gov-color-grey-mid) !important;
  border-radius: 0px !important;
  background: #fffffd !important;
  box-sizing: border-box !important;
  height: 30px !important;
  line-height: 30px !important;
  color: var(--gov-color-grey-light) !important;
  font-size: 14px !important;
  padding: 0px 20px 0px 5px !important;
}

.gov-pagination--info .gov-form-control {
  display: inline-block !important;
  margin-bottom: 0px !important;
  width: 55px !important;
}

.gov-pagination--info .gov-form-control .gov-select::after {
  right: -5px !important;
}

.gov-pagination--info .gov-form-control:not(.gov-form-control--custom) .gov-form-control__label {
  padding-top: 10px;
}

.gov-pagination--info::after {
  content: "b";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -0.3125rem;
  color: var(--gov-color-blue);
  font-family: gov-basic-icons;
  font-size: 1.5rem;
  text-transform: none;
}

.gov-layout__col.gov-layout__col--pos-right--v2 {
  padding-left: 19px !important;
}

.gov-layout__col.gov-layout__col--pos-left--v2 {
  border-right: 1px solid var(--gov-color-grey-inactive) !important;
  padding-right: 25px !important;
}

.gov-layout__col.gov-layout__col--pos-left--v2 a {
  color: #184195;
  letter-spacing: 0;
}

.gov-layout__col.gov-layout__col--pos-left--v2 p {
  font-weight: 300 !important;
  line-height: 1.34;
  letter-spacing: 0;
  margin-bottom: 1.3rem;
}

.gov-layout__col.gov-layout__col--pos-left--v2 h3:first-child {
  padding-top: 0rem;
  padding-bottom: 7px;
}

.gov-layout__col.gov-layout__col--pos-left--v2 h3 {
  color: var(--gov-color-grey-dark);
  font-weight: 400;
  margin-bottom: 0.7rem;
  padding-top: 0.6rem;
  letter-spacing: 0px;
}

.gov-layout__col.gov-layout__col--pos-left--v2 h4 {
  color: #184195;
  font-size: 0.9375rem;
  line-height: 1.17;
  font-weight: 700;
  padding-bottom: 6px;
}

.gov-layout__col.gov-layout__col--pos-left--v2 strong {
  color: var(--gov-color-grey-dark);
}

.gov-search-wrap {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.gov-search-wrap>div {
  display: table-cell;
  vertical-align: middle;
  color: #797979;
}

.gov-search-wrap>div label {
  font-weight: 400 !important;
  color: #686868 !important;
  text-transform: none !important;
  font-size: 15px !important;
  padding-left: 30px !important;
  letter-spacing: 0px !important;
}

.gov-search-wrap>div:first-child {
  padding: 0px 20px 0px 20px;
  width: 300px;
  letter-spacing: 0px;
}

.gov-search-wrap>div:last-child {
  color: var(--gov-color-blue);
  font-size: 12px;
}

.gov-search-wrap>div:last-child a {
  color: #686868;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  letter-spacing: 0px;
}

.gov-search-wrap>div:last-child a:hover {
  text-decoration: underline;
}

.gov-search-wrap>div:last-child>span {
  padding-right: 15px;
}

.gov-search-wrap>div:last-child a.current {
  color: #686868;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
  color: var(--gov-color-blue);
}

.gov-search-wrap .gov-form-control--custom {
  display: inline-block !important;
}

.gov-search-wrap .gov-form-control--custom .gov-form-group--inline .gov-form-group__item {
  padding-right: 0 !important;
}

.gov-search-wrap .gov-search [type="text"] {
  padding: 0.875rem 3.75rem 0.875rem 1rem !important;
  font-size: 0.9375rem !important;
  letter-spacing: 0px !important;
}

.gov-sidelist {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 25px;
}

.gov-sidelist li {
  padding: 15px 20px;
  border-bottom: 1px solid var(--gov-color-grey-inactive) !important;
  color: #686868;
  font-weight: 300;
  line-height: 1.15;
}

.gov-sidelist li::before {
  display: none;
}

.gov-sidelist li strong {
  display: block;
}

@media only screen and (max-width: 900px) {
  .gov-search-wrap {
    display: block;
    margin-bottom: 20px !important;
  }

  .gov-search-wrap>div {
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: auto !important;
  }

  .gov-search-wrap .gov-search {
    margin-bottom: 10px !important;
  }

  .gov-search-wrap .gov-form-control {
    margin-bottom: 0px !important;
  }

  .gov-search-wrap>div:last-child {
    line-height: 27px;
  }
}

@media only screen and (max-width: 830px) {
  .gov-table--v2 tr {
    padding: 12px 12px !important;
  }

  .gov-table--v2 tr td {
    padding: 0px !important;
    display: inline-block !important;
    line-height: 1.15 !important;
  }

  .gov-table--v2 tr td:first-child {
    display: block !important;
  }

  .gov-table--v2 tr td::before {
    display: inline-block !important;
    color: var(--gov-color-blue) !important;
    font-weight: 400 !important;
  }

  .gov-table--v2 tr td.table-dokumenty-td-nazev::before {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-nazev {
    width: 100%;
    margin-bottom: 12px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-nazev p {
    margin-bottom: 0;
  }

  .gov-table--v2 tr td.table-dokumenty-td-nazev::after {
    display: none;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-upravy::before {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-upravy {
    width: 100%;
    margin-bottom: 12px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-upravy::after {
    display: none;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-vlozeni::before {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-vlozeni {
    width: 100%;
    margin-bottom: 12px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-datum-vlozeni::after {
    display: none;
  }

  .gov-table--v2 tr td.table-dokumenty-td-velikost::before {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .gov-table--v2 tr td.table-dokumenty-td-velikost {
    width: 100%;
  }

  .gov-table--v2 tr td:first-child::after {
    content: "";
  }

  .gov-table--v2 tr td:last-child::after {
    content: "";
  }

  .gov-table--v2 tr td::after {
    content: "|";
  }

  .gov-table--v2 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 670px) {
  .gov-layout__col.gov-layout__col--pos-right--v2 {
    order: 1;
    padding-left: 0px !important;
    margin-bottom: 30px;
  }

  .gov-layout__col.gov-layout__col--pos-left--v2 {
    order: 2;
    padding-right: 0px !important;
    border-right: 0px !important;
  }
}

a.gov-button--primary-outlined,
a.gov-button--primary {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 0.625rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--gov-color-blue);
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  will-change: background-color, border-color;
  border-color: var(--gov-color-blue);
  color: var(--gov-color-blue);
}

a.gov-button--primary {
  background-color: var(--gov-color-blue);
  color: var(--gov-color-white);
}

a.gov-button--primary-outlined {
  border-color: var(--gov-color-blue);
}

a.gov-button--primary-outlined:hover {
  background-color: var(--gov-color-blue-hover);
}

a.gov-button--primary-outlined:focus {
  border-color: var(--gov-color-blue-focus);
}

a.gov-button--primary-outlined.is-active {
  border-color: var(--gov-color-blue-dark);
  color: var(--gov-color-blue-dark);
}

.gov-grid.custom-usneseni {
  margin-top: 60px;
}

.custom-usneseni .gov-grid-tile,
main.calendar .gov-grid-tile {
  padding-left: 0;
}

.gov-grid.gov-grid--x2.input-grid.zapisy div.gov-grid:not(:first-child) {
  order: 100;
}

.gov-grid.gov-grid--x2.input-grid.zapisy div.gov-grid.display-desktop {
  order: 2;
}

.gov-grid.gov-grid--x2.input-grid.usneseni div.gov-grid:not(:first-child) {
  order: 100;
}

.gov-grid.gov-grid--x2.input-grid.usneseni div.gov-grid:nth-child(4) {
  order: 2;
}

.gov-grid.gov-grid--x2.input-grid.usneseni div.gov-grid:nth-child(7) {
  order: 3;
}

div.columns {
  background: var(--gov-color-grey-bg);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  width: 100%;
}

div.columns>div:nth-of-type(1),
main.register-detail div.columns>div:nth-of-type(2) {
  box-sizing: content-box;
  padding-right: 1.875rem;
  position: relative;
  width: 16.875rem;
}

main.search-results div.columns>div:nth-of-type(1),
main.video-list div.columns>div:nth-of-type(1) {
  width: 17.0625rem;
  padding-right: 0.8125rem;
}

main.register-detail div.columns>div:nth-of-type(2) {
  flex-shrink: 0;
  order: 1;
}

main[class*="address-book"] div.columns>div:nth-of-type(1) {
  width: 19.375rem;
  flex-shrink: 0;
}

div.columns>div:nth-of-type(2),
main.register-detail div.columns>div:nth-of-type(1) {
  box-sizing: content-box;
  padding-left: 1.25rem;
  width: 50rem;
}

main.search-results div.columns>div:nth-of-type(2),
main.video-list div.columns>div:nth-of-type(2) {
  width: 51.25rem;
  padding-left: 0.8125rem;
}

main.register-detail div.columns>div:nth-of-type(1) {
  order: 2;
}

main[class*="address-book"] div.columns>div:nth-of-type(2) {
  width: 48.75rem;
}

main.register-detail div.columns>div:nth-of-type(2)::after {
  background: rgb(221, 221, 221);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

main.calendar {
  min-height: initial;
}

main.calendar .gov-calendar__days tbody tr td button:hover {
  background-color: #3077b7;
  border-color: #3077b7;
}

main.calendar div.gov-container.u-bg-color--custom-overlay.u-pb--unset {
  background: var(--gov-color-grey-bg);
}

main.calendar .input-grid .gov-grid {
  padding-left: 0;
  padding-right: 0;
}

main.calendar div.gov-calendar {
  margin-bottom: 1.875rem;
}

main.calendar div.gov-calendar__container {
  background: #2362a2;
}

main.calendar div.events section {
  border-bottom: 1px solid rgb(221, 221, 221);
}

main.calendar div.events section:not(:first-of-type) {
  padding-top: 1.5625rem;
}

main.calendar div.events section h2 {
  color: var(--gov-color-blue);
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1.1875rem;
}

main.calendar div.events article {
  padding-left: 1.25rem;
}

main.calendar div.events article header {
  position: relative;
}

main.calendar div.events article header::before {
  background: var(--gov-color-blue);
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: -1.25rem;
  top: 0.75rem;
  border-radius: 50%;
}

main.calendar div.events article header h3 {
  color: var(--gov-color-grey-dark);
  font-size: 1.625rem;
  margin-bottom: -0.1875rem;
}

main.calendar div.events article header p {
  margin-bottom: 1.125rem;
}

main.calendar div.event p {
  color: var(--gov-color-blue);
  margin-bottom: 0.375rem;
}

main.calendar div.event p.tags {
  min-height: 1.5rem;
  margin-bottom: 1.5rem;
}

main.calendar div.event p.tags span {
  display: inline-block;
  padding: 0 1.25rem 0 1.25rem;
  border-radius: 10px;
  text-transform: uppercase;
}

main.calendar div.event p.tags span.vip {
  background: var(--gov-color-error);
  color: var(--gov-color-white);
}

main.calendar div.event img {
  margin-bottom: 1.6875rem;
  margin-top: 1.125rem;
}

main.calendar div.event a:last-child {
  margin-top: 1.1875rem;
}

main.calendar .gov-grid-tile::after {
  display: none !important;
}

main.register .gov-grid-tile {
  padding-left: 0;
}

main.register-detail a[class*="gov-button--primary"] {
  margin-bottom: 0.875rem;
}

main.register-detail h2 {
  margin-bottom: 0.875rem;
}

main.register-detail h3 {
  margin-bottom: 1.25rem;
}

main.register-detail div.entry table {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}

main.register-detail div.entry table tr {
  border-bottom: none;
}

main.register-detail div.entry table th {
  color: var(--gov-color-blue);
  font-size: 0.8125rem;
  line-height: 1.5rem;
  padding: 0 1.25rem 0 0;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
}

main.register-detail div.entry table td {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0 0 0 1.25rem;
  vertical-align: top;
}

main.register-detail div.entry table li {
  color: var(--gov-color-grey-dark) !important;
}

main.register-detail div.entry table del {
  color: #cc0000;
  text-decoration: none;
}

main.register-detail div.entry p {
  margin-bottom: 0.625rem;
}

main.register-detail div.entry ul {
  margin-bottom: 0.625rem;
}

main.register-detail div.entry ul.lower-alpha li {
  list-style-type: lower-alpha !important;
  color: var(--gov-color-grey-dark);
  line-height: 1.125rem;
}

main.register-detail div.entry ul.decimal li {
  list-style-type: decimal;
  color: var(--gov-color-grey-dark);
  line-height: 1.125rem;
}

main.register-detail div.entry ul.disc li {
  list-style-type: disc;
  color: var(--gov-color-grey-dark);
  line-height: 1.125rem;
}

main.register-detail div.entries>div {
  background: #ffffff;
  margin-bottom: 1.6875rem;
}

main.register-detail div.entries h4 {
  color: var(--gov-color-blue);
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding: 1.125rem 1.25rem 0.1875rem 1.25rem;
}

main.register-detail div.entries>p {
  line-height: 1.25rem;
}

main.register-detail div.entries>div p {
  border-bottom: 1px solid #dddddd;
  line-height: normal;
  margin-bottom: 0;
  padding: 0.875rem 1.25rem 1.0625rem 1.25rem;
}

main.register-detail div.attachments {
  margin-top: 1.25rem;
}

main.register-detail div.attachments ul[type="disc"] li {
  color: var(--gov-color-blue);
  line-height: 1.25rem;
}

main.register-detail div.contact {
  color: #797979;
}

main.register-detail div.contact p {
  font-weight: 300;
  line-height: 1.25rem;
}

main.register-detail div.contact b {
  color: var(--gov-color-grey-dark);
}

main.register-detail span.v-likvidaci {
  color: #cc0000;
  text-transform: uppercase;
}

main.register-detail span.aktivni {
  color: var(--gov-color-grey-mid);
  text-transform: uppercase;
}

main.register-detail a:visited {
  color: var(--gov-color-blue);
}

main.register-detail a:visited.gov-button--primary {
  color: var(--gov-color-white);
}

main[class*="address-book"] {
  min-height: initial;
}

main[class*="address-book"] nav.pagemenu a.has-sub.active::after {
  transform: rotate(180deg);
}

main.address-book-level3 nav.pagemenu a.active:not(.has-sub) {
  background: #e5ebf0;
}

main.address-book-level3 nav.pagemenu>ul>li {
  border-bottom: 1px solid var(--gov-color-grey-inactive);
}

main.address-book-level3 nav.pagemenu ul ul {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  background: var(--gov-color-white);
}

main.address-book-level3 nav.pagemenu ul ul li {
  font-weight: bold;
  font-size: 0.8125rem;
}

main.address-book-level4 nav.pagemenu ul:not(:first-child) {
  margin-left: 1rem;
}

main.address-book-level4 nav.pagemenu ul li a {
  margin-bottom: 0.9375rem;
}

main.address-book-level4 nav.pagemenu>ul:first-child>li {
  font-weight: bold;
}

main.address-book-level4 nav.pagemenu>ul>li a {
  border-bottom: 1px solid var(--gov-color-grey-inactive);
}

main.address-book-level4 nav.pagemenu ul ul ul ul {
  margin-top: -0.9375rem;
  padding-top: 0.375rem;
  background: var(--gov-color-white);
}

main.address-book-level4 nav.pagemenu ul ul ul>li>a.active {
  border-bottom: none;
}

main.address-book-level4 nav.pagemenu ul ul ul ul a {
  border-bottom: none;
  font-size: 0.8125rem;
}

main.address-book-level4 nav.pagemenu ul ul ul ul li:not(:last-child) a {
  margin-bottom: 0;
}

main[class*="address-book"] nav.pagemenu a.has-sub.active+ul {
  display: block;
}

main[class*="address-book"] nav.pagemenu a.has-sub:not(.active)+ul {
  display: none;
}

main[class*="address-book"] div.gov-table-cover>button {
  display: none;
}

main[class*="address-book"] div.expandable {
  margin-bottom: 1.5625rem;
}

main[class*="address-book"] div.expandable>div {
  max-height: 12.5rem;
  overflow: hidden;
  position: relative;
}

main[class*="address-book"] div.expandable:not(.expanded)>div::after {
  background: linear-gradient(to bottom,
      rgba(245, 245, 245, 0) 0%,
      rgba(245, 245, 245, 1) 100%);
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

main[class*="address-book"] div.expandable.expanded>div {
  max-height: initial;
}

main[class*="address-book"] div.expandable.expanded>a[class*="more"] {
  display: none;
}

main[class*="address-book"] div.expandable>a[class*="less"] {
  display: none;
}

main[class*="address-book"] div.expandable.expanded>a[class*="less"] {
  display: unset;
}

main.login {
  min-height: initial;
}

main.login h1 {
  margin-bottom: 0.1875rem;
  margin-top: 0.625rem;
}

main.login div.gov-container {
  padding-top: 1.75rem;
}

main.login div.login-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}

main.login div.login-form form {
  margin-left: auto;
  margin-right: auto;
  max-width: 32.1875rem;
  padding-top: 3.4375rem;
  padding-bottom: 21.25rem;
}

main.login form p {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
}

main.login input[type="text"],
main.login input[type="password"] {
  padding: 1.125rem 1.125rem 1.1875rem 1.125rem;
}

main.login label {
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.9375rem;
  width: 9.6875rem;
  flex-shrink: 0;
}

main.login div.gov-form-control {
  margin-left: 9.6875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.375rem;
}

main.login button {
  margin-left: 9.6875rem;
  background: #2060a5;
}

main.search-results div.columns {
  background: none;
  padding: 0;
  justify-content: space-between;
}

main.search-results nav.gov-sidenav+nav.gov-sidenav {
  margin-top: 2.875rem;
}

main.search-results span.gov-badge {
  font-weight: 700;
  font-size: 0.875rem;
  margin-left: 0;
  top: auto;
  padding: 0;
  padding-left: 0.25rem;
  background: none;
}

main.search-results a.gov-sidenav__link:hover span.gov-badge {
  background: none;
}

main.search-results .gov-grid-tile {
  padding-left: 1.25rem;
  padding-top: 0;
}

main.search-results .gov-grid-tile::after {
  display: none;
}

main .gov-pagination a.gov-pagination__item--arrow-left {
  margin-left: -8px;
  padding-left: 0;
}

.gov-mobile-favourite-search {
  display: none;
}

@media (max-width: 41.99em) {
  .gov-portal-subnav {
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .gov-portal-subnav__column .gov-portal-subnav__submenu {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .gov-portal-subnav__item.has-submenu__subnav .gov-portal-subnav__link::after {
    content: "b";
    display: inline-block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    margin-top: -0.75rem;
    color: currentColor;
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: middle;
  }
}

@media (max-width: 1400px) {

  .gov-portal-subnav.gov-submenu__opened,
  .gov-portal-subnav__submenu.gov-submenu__opened {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}

/*
@media (min-width: 42em) {
  .gov-portal-subnav {
    /min-width: fit-content;
  }
}
*/
@media (max-width: 56.25em) {
  .gov-portal-header__upper {
    flex-wrap: wrap;
    padding-bottom: 0.9375rem;
  }

  .gov-portal-header__column {
    width: 100%;
  }

  .gov-portal-header__column:first-of-type {
    position: relative;
    padding-bottom: 0.9375rem;
  }

  .gov-portal-header__column:first-of-type:after {
    content: "";
    display: block;
    position: absolute;
    left: -1.25rem;
    right: -1.25rem;
    bottom: -1px;
    height: 1px;
    background-color: var(--gov-color-blue-light);
  }

  .gov-portal-header__column:last-of-type {
    padding-top: 0.9375rem;
  }

  .gov-portal-header__extras {
    /*display: none;*/
  }

  .gov-portal-header__extras .gov-lang-switch {
    margin-top: 0.9375rem;
  }

  .gov-lang-switch {
    display: none;
  }

  .gov-portal-header.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 150;
    overflow-y: scroll;
    height: 100vh;
  }

  .gov-portal-header.is-fixed .gov-portal-nav {
    display: block;
  }
}

@media (max-width: 375px) {
  .gov-mobile-favourite-search {
    display: block;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .gov-mobile-favourite-search-title {
    color: var(--gov-color-white);
    font-size: 1.25rem;
    line-height: 1.86666667;
  }

  .gov-mobile-favourite-search ul {
    margin-left: 0px;
  }

  .gov-mobile-favourite-search a {
    color: var(--gov-color-white);
  }
}

table caption {
  color: var(--gov-color-grey-dark);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  width: 100%;
}

main[class*="address-book"] nav.pagemenu ul {
  margin-left: 0;
  margin-bottom: 0;
}

main.address-book-level3 nav.pagemenu>ul {
  margin-bottom: 0.9375rem;
}

main[class*="address-book"] nav.pagemenu a {
  background: var(--gov-color-white);
  color: var(--gov-color-grey-dark);
  display: block;
  padding: 0.9375rem 0.625rem 0.875rem 0.625rem;
  text-decoration: none;
  position: relative;
}

main[class*="address-book"] nav.pagemenu a.has-sub::after {
  content: "b";
  display: block;
  position: absolute;
  font-family: gov-basic-icons;
  font-size: 1.5rem;
  right: 14px;
  top: 50%;
  margin-top: -12px;
  color: var(--gov-color-blue);
}

main.video-list {
  min-height: initial;
}

main.video-list .gov-grid-tile {
  padding-left: 0;
  padding-right: 0;
}

main.video-list h1 {
  margin-bottom: 0;
}

main.video-list div.video-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -4px;
  margin-right: -4px;
}

main.video-list div.video-list h2 {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

main.video-list div.video-list>div {
  width: 268px;
  margin-left: 4px;
  margin-right: 4px;
}

main.video-list div.video-list>div a {
  display: block;
  margin-bottom: 0.5625rem;
  width: 268px;
  border: 4px solid white;
}

main.video-list div.video-list>div p {
  font-weight: bold;
  color: var(--gov-color-grey-mid);
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
}

main.video-list div.video-list div.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border: 4px solid white;
  margin-bottom: 0.3125rem;
}

main.video-list div.video-list div.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.video-list img.banner {
  margin-bottom: 1rem;
  background: grey;
}

main.video-list .gov-grid-tile::after {
  display: none !important;
}

@media only screen and (max-width: 584px) {
  main.video-list div.video-list>div {
    width: 100%;
  }
}

@media only screen and (max-width: 1160px) {
  div.columns {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {

  main[class*="address-book"] div.columns,
  main.video-list div.columns {
    flex-direction: column;
  }

  main[class*="address-book"] div.columns>div:nth-of-type(1) {
    order: initial;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  main[class*="address-book"] div.columns>div:nth-of-type(2) {
    order: initial;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  main.video-list div.columns>div:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.125rem;
  }

  main.video-list div.columns>div:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }

  main.video-list img.banner {
    margin-bottom: 1.4375rem;
  }
}

@media only screen and (max-width: 800px) {
  div.columns {
    flex-direction: column;
  }

  div.columns>div:nth-of-type(1) {
    margin-bottom: 2.5rem;
    padding-right: 0 !important;
    width: 100% !important;
  }

  div.columns>div:nth-of-type(2) {
    padding-left: 0 !important;
    width: 100% !important;
  }

  main.register-detail div.columns>div:nth-of-type(1) {
    order: initial;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  main.register-detail div.columns>div:nth-of-type(2) {
    order: initial;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  main.register-detail div.columns>div:nth-of-type(2)::after {
    display: none;
  }

  main[class*="address-book"] table,
  main[class*="address-book"] table tbody,
  main[class*="address-book"] table tr,
  main[class*="address-book"] table th,
  main[class*="address-book"] table td {
    display: block;
  }

  main[class*="address-book"] table thead {
    display: none;
  }

  main[class*="address-book"] table td {
    padding-left: 0;
  }

  main[class*="address-book"] table td::before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
  }

  main[class*="address-book"] table td:nth-child(1)::before {
    content: "Jméno";
  }

  main[class*="address-book"] table td:nth-child(2)::before {
    content: "Funkce";
  }

  main[class*="address-book"] table td:nth-child(3)::before {
    content: "Telefon, Mobil";
  }

  main[class*="address-book"] table td:nth-child(4)::before {
    content: "E-mail";
  }

  main[class*="address-book"] table td:nth-child(5)::before {
    content: "Místnost";
  }

  main[class*="address-book"] div.gov-table-cover>button {
    display: block;
  }

  main.search-results .gov-grid-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  main.login div.login-form form {
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }

  main.login label {
    display: none;
  }

  main.login div.gov-form-control,
  main.login button {
    margin-left: 0;
  }
}

@media only screen and (max-width: 400px) {

  main.register-detail div.entry table,
  main.register-detail div.entry table tbody,
  main.register-detail div.entry table tr,
  main.register-detail div.entry table th,
  main.register-detail div.entry table td {
    display: block;
  }

  main.register-detail div.entry table th {
    margin-bottom: 0;
    padding-right: 0;
  }

  main.register-detail div.entry table td {
    padding-left: 0;
  }
}

.gov-portal-nav__item.has-subnav:hover nav.gov-portal-subnav {
  visibility: hidden !important;
  opacity: 0 !important;
}

.gov-portal-nav__item.has-subnav nav:not([class]) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.25rem;
  z-index: 51;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  padding: 2.5rem 3.125rem;
  min-height: 350px;
  background-color: var(--gov-color-blue);
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 var(--gov-color-grey-dark);
  /*pointer-events: none;*/
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

.gov-portal-nav__item.has-subnav nav:not([class])>span {
  display: block;
  padding-right: 1.25rem;
  width: 14.375rem;
  color: var(--gov-color-white);
  font-size: 2.5rem;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  line-height: 1.2;
}

.gov-portal-nav__item.has-subnav nav:not([class]) div:only-of-type {
  width: 100%;
}

.gov-portal-nav__item.has-subnav nav:not([class]) div:not(:only-of-type) {
  width: 50%;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul {
  margin-left: 0;
  margin-bottom: 0;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul.two-cols {
  column-count: 2;
  column-gap: 2em;
  column-width: 15.625rem;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul.three-cols {
  column-count: 3;
  column-gap: 2em;
  column-width: 15.625rem;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul li {
  margin-bottom: 0.9375rem;
  break-inside: avoid;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul ul li {
  margin-bottom: 0.3125rem;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul ul {
  column-count: 1;
  border-left: 1px solid var(--gov-color-blue-light);
  padding-left: 1.1875rem;
  margin-top: 0.625rem;
  break-inside: avoid;
  margin-bottom: 1.875rem;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul a {
  color: var(--gov-color-white);
  font-size: 1.25em;
  text-decoration: none;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul a:hover {
  text-decoration: underline;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul a:focus {
  box-shadow: 0 0 0 2px var(--gov-color-white);
  border-radius: 3px;
}

.gov-portal-nav__item.has-subnav nav:not([class]) ul ul a {
  font-size: 0.9375rem;
  font-weight: 400;
}

.gov-portal-nav select.langmenu {
  display: none;
}

.gov-portal-nav select.langmenu {
  width: 92%;
  background: #184195;
  font-family: Roboto;
  border: 2px solid white;
  border-radius: 3px;
  margin: 10px 1.25rem 10px 1.25rem;
  color: white;
  box-sizing: border-box;
  padding: 10px 5px 10px 5px;
}

.gov-portal-nav__item.has-subnav:hover nav:not([class]) {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 671px) {
  .gov-portal-nav__item {
    position: relative;
  }

  .gov-portal-nav__item a {
    font-weight: bold !important;
  }

  .gov-portal-nav__item:not(:first-child)::before {
    display: block !important;
    background: #1e52ba;
    content: "";
    height: 1px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-clip: content-box;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) {
    flex-wrap: wrap;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    text-transform: uppercase;
    padding: 0;
    min-height: initial;
  }

  .gov-portal-nav__item.has-subnav nav:not([class])>span {
    display: none;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul {
    width: 100%;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul.three-cols,
  .gov-portal-nav__item.has-subnav nav:not([class]) ul.two-cols {
    column-count: 1;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul li {
    margin-bottom: 0;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul a {
    font-size: 0.875rem;
    display: block;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul a {
    padding: 1.25rem;
    padding-left: 1.875rem;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul a:hover {
    text-decoration: none;
    background-color: var(--gov-color-white);
    color: var(--gov-color-blue) !important;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul ul {
    margin-top: 0;
    padding-left: 0;
    border-left: 0;
    margin-bottom: 0;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) ul ul a {
    font-size: 0.875rem;
    padding-left: 2.5rem;
  }

  .gov-portal-nav select.langmenu {
    display: block;
  }

  .gov-portal-nav .gov-portal-header__extras {
    border-top: 1px solid #1e52ba;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .gov-portal-nav div.social span.gov-icon {
    font-size: 43px !important;
  }

  .gov-portal-nav div.social span.gov-icon__holder svg {
    width: 43px;
    height: 43px;
  }

  .gov-portal-nav__item.has-subnav nav:not([class]) div:not(:only-of-type) {
    width: 100%;
  }
}

button.gov-calendar__toggle.gov-calendar__toggle--prev span,
button.gov-calendar__toggle.gov-calendar__toggle--next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

:root {
  --base-font-size: 18px;
  --transition-duration: 0.3s;
  --transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --zoom-icon-background: rgba(25, 41, 56, 0.94);
  --zoom-icon-color: #fff;
  --lightbox-background: rgba(0, 0, 0, 0.85);
  --lightbox-z-index: 1337;
  --caption-background: rgba(0, 0, 0, 0.8);
  --caption-color: #eee;
  --counter-background: transparent;
  --counter-color: #fff;
  --button-background: transparent;
  --button-navigation-background: rgba(0, 0, 0, 0.5);
  --button-color: #fff;
  --loader-color: #fff;
  --slide-max-height: calc(100vh - 2.77778em);
  --slide-max-width: 100vw;
}

.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.tobii-zoom img {
  display: block;
}

.tobii-zoom__icon {
  align-items: center;
  background-color: var(--zoom-icon-background);
  color: var(--zoom-icon-color);
  display: flex;
  height: 1.77778em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.44444em;
  top: 0.44444em;
  width: 1.77778em;
}

.tobii-zoom__icon svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  height: 1.33333em;
  pointer-events: none;
  width: 1.33333em;
}

.tobii-is-open {
  overflow-y: hidden;
}

.tobii {
  background-color: var(--lightbox-background);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--base-font-size);
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--lightbox-z-index);
}

.tobii[aria-hidden="true"] {
  display: none;
}

.tobii *,
.tobii :after,
.tobii :before {
  box-sizing: inherit;
}

.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.77778em;
  will-change: transform;
}

.tobii__slider[aria-hidden="true"] {
  display: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slider--animate:not(.tobii__slider--is-dragging) {
    transition-duration: var(--transition-duration);
    transition-property: transform;
    transition-timing-function: var(--transition-timing-function);
  }
}

.tobii__slider--is-draggable [data-type] {
  cursor: grab;
}

.tobii__slider--is-dragging [data-type] {
  cursor: grabbing;
}

.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.tobii__slide:not(.tobii__slide--is-active) {
  visibility: hidden;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slide:not(.tobii__slide--is-active) {
    transition-duration: var(--transition-duration);
    transition-property: visibility;
    transition-timing-function: var(--transition-timing-function);
  }
}

.tobii__slide [data-type] {
  -ms-scroll-chaining: none;
  max-height: var(--slide-max-height);
  max-width: var(--slide-max-width);
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.tobii__slide iframe,
.tobii__slide video {
  display: block !important;
}

.tobii__slide figure {
  margin: 0;
  position: relative;
}

.tobii__slide figure>img {
  display: block;
  height: auto;
  max-height: var(--slide-max-height);
  max-width: var(--slide-max-width);
  width: auto;
}

.tobii__slide figure>figcaption {
  background-color: var(--caption-background);
  bottom: 0;
  color: var(--caption-color);
  padding: 0.22222em 0.44444em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}

.tobii__slide [data-type="html"] video {
  cursor: auto;
  max-height: var(--slide-max-height);
  max-width: var(--slide-max-width);
}

.tobii__slide [data-type="iframe"] {
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}

.tobii__slide [data-type="iframe"] iframe {
  height: var(--slide-max-height);
  width: var(--slide-max-width);
}

.tobii__btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--button-background);
  border: 0.05556em solid transparent;
  color: var(--button-color);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__btn {
    transition-duration: var(--transition-duration);
    transition-property: opacity, transform;
    transition-timing-function: var(--transition-timing-function);
    will-change: opacity, transform;
  }
}

.tobii__btn svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  height: 3.33333em;
  pointer-events: none;
  width: 3.33333em;
}

.tobii__btn--next,
.tobii__btn--previous {
  background-color: var(--button-navigation-background);
  border-radius: 0.27778em;
  top: 50%;
  transform: translateY(-50%);
}

.tobii__btn--previous {
  left: 0.88889em;
}

.tobii__btn--next {
  right: 0.88889em;
}

.tobii__btn--close {
  height: 2.22222em;
  right: 0.27778em;
  top: 0.27778em;
  width: 2.22222em;
}

.tobii__btn--close svg {
  height: 100%;
  transform: scale(1.4);
  width: 100%;
}

.tobii__btn:disabled,
.tobii__btn[aria-hidden="true"] {
  cursor: default;
  visibility: hidden;
}

.tobii__counter {
  background-color: var(--counter-background);
  color: var(--counter-color);
  font-size: 1.11111em;
  left: 0.83333em;
  line-height: 1;
  opacity: 0.8;
  position: absolute;
  top: 0.83333em;
  z-index: 1;
}

.tobii__counter[aria-hidden="true"] {
  display: none;
}

.tobii__loader {
  display: inline-block;
  height: 5.55556em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.55556em;
}

.tobii__loader:before {
  animation: spin 1s infinite;
  border: 0.22222em solid #949ba3;
  border-radius: 100%;
  border-top: 0.22222em solid var(--loader-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.tobii__slide .tobii-html {
  background: #fff;
  max-width: 800px;
  padding: 10px 20px;
}

/******************************************
Footer - beginning
******************************************/

.gov-footer {
  padding-top: 3.125rem;
  padding-bottom: 5.3125rem;
}

.gov-footer__upper {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.gov-footer__lower {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.gov-footer__col {
  padding-right: 0.9375rem;
  padding-bottom: 0.625rem;
  width: 100%;
}

@media (min-width: 34em) {
  .gov-footer__col {
    width: 48%;
  }
}

@media (min-width: 52em) {
  .gov-footer__col {
    width: 30%;
  }
}

@media (min-width: 64em) {
  .gov-footer__col {
    width: 25%;
  }
}

.gov-footer__headline {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  color: var(--gov-color-grey-light);
  text-transform: none;
}

@media (min-width: 34em) {
  .gov-footer__headline {
    margin-bottom: 1.5625rem;
  }
}

.gov-footer__scroll-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.gov-footer__scroll-up:after {
  content: "b";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--gov-color-white);
  font-family: gov-basic-icons;
  font-size: 1.5rem;
  text-transform: none;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

@media not all and (pointer: coarse) {
  .gov-footer__scroll-up:hover {
    background-color: var(--gov-color-white) !important;
  }

  .gov-footer__scroll-up:hover:after {
    color: var(--gov-color-grey-dark);
  }
}

.gov-footer hr {
  margin-bottom: 2.1875rem;
  height: 1px;
  border: none;
  border-bottom: 1px solid var(--gov-color-grey-mid);
}

.gov-footer .gov-container__content {
  position: relative;
}

.gov-footer .gov-autocomplete__results:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-fileinput__attachments:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-form-group:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-list--plain:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-multiselect__options:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-multiselect__tags:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-portal-nav__menu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-portal-subnav__menu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-portal-subnav__submenu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,
.gov-footer .gov-sidenav__items:not(.gov-list--inline):not(.gov-multiselect__tags)>li {
  margin-bottom: 0.9375rem;
  line-height: 1;
}

@media (max-width: 57.99em) {
  .gov-footer {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
  }

  .gov-footer hr {
    margin-bottom: 1.5625rem;
  }

  .gov-footer__lower {
    display: block;
  }

  .gov-footer__lower .gov-fileinput__upload-note:first-child,
  .gov-footer__lower .gov-footnote:first-child {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 41.99em) {

  .gov-footer__upper .gov-list--inline,
  .gov-footer__upper .gov-multiselect__tags {
    margin-bottom: 0;
  }
}

footer ul.gov-list--plain li {
  color: #ffffff;
}

footer .gov-link--inversed {
  display: inline-block;
}

footer .gov-icon--facebook::before,
footer .gov-icon--twitter::before,
footer .gov-icon--youtube::before {
  font-size: 43px;
}

/******************************************
Footer - end
******************************************/

/******************************************
Uredni deska - start
******************************************/

.gov-uredni-deska-search-3-cols {
  display: flex;
  justify-content: space-between;
}

.u-w-desktop-30 {
  width: 32%;
}

.gov-uredni-deska-search-vystavil {
  padding: 1.2rem 3.75rem 1.2rem 1.25rem;
}

.gov-uredni-deska-form-control__datepicker {
  max-width: none;
}

.gov-uredni-deska_text-underlined {
  text-decoration: underline;
  margin-bottom: 0;
}

.gov-uredni-deska_text-smaller {
  font-size: 10px;
  margin-bottom: 0;
}

.gov-uredni-deska-file-link-desktop {
  display: block;
}

.gov-uredni-deska-file-link-mobile {
  display: none;
}

.gov-uredni-deska-attach-table {
  margin-bottom: 0;
}

.gov-uredni-deska-attach-table tbody tr {
  border-bottom: none;
}

.gov-uredni-deska-attach-table tbody td {
  min-width: 75px;
  text-align-last: right;
}

.gov-uredni-deska-attach-table tbody td.priloha {
  min-width: 120px;
  text-align-last: left;
}

.gov-table tbody td a.gov-button--primary.uredni-deska-button {
  font-size: 0.75rem;
}

a.gov-button--primary.uredni-deska-button {
  display: none;
}

.gov-form-control__timepicker.uredni-deska {
  max-width: none;
}

.gov-form-control__datepicker.uredni-deska {
  max-width: none;
}

.gov-button--primary.uredni-deska {
  margin-bottom: 4rem;
  width: fit-content;
}

@media (min-width: 800px) {
  .gov-grid--x2.uredni-deska {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 51.99em) {

  table.gov-table--tablet-block td .gov-uredni-deska-file-link-desktop,
  .gov-uredni-deska-file-link-desktop {
    display: none;
  }

  a.gov-button--primary.uredni-deska-button {
    background-color: transparent;
    color: var(--gov-color-blue);
    display: inline-flex;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }

  table.gov-table--tablet-block tr .gov-uredni-deska-attach-table,
  table.gov-table--tablet-block td .gov-uredni-deska-attach-table {
    padding: 0;
  }

  .gov-uredni-deska-file-link-mobile {
    display: inline-flex;
  }

  .gov-uredni-deska-attach-table tbody td {
    text-align-last: left;
  }

  .gov-table.gov-table--tablet-block.gov-uredni-deska-attach-table tbody tr {
    padding: 0;
  }

  .gov-uredni-deska-search-3-cols {
    display: block;
  }

  .u-w-desktop-30 {
    width: 100%;
  }
}

/******************************************
Uredni deska - end
******************************************/
.gov-table.table_rejstrik_detail {
  width: auto;
}

/*kusk chce opravdu vsechny odstravce zarovnat do bloku*/
p {
  text-align: justify;
}

.gov-accordion__header.gov-menu:after {
  content: none;
}


/****************************
Diskuze -zacatek
**********************************/
main.discussion div.gov-container:nth-child(3)>div {
  display: flex;
  margin: 0 auto;
  max-width: 70rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

main.discussion div.menu {
  margin-left: 0;
  margin-right: 0;
}

main.discussion div.menu ul {
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

main.discussion div.menu li {
  margin-right: 1.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

main.discussion div.menu a {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
}

main.discussion div.menu a:hover {
  color: var(--gov-color-blue);
  text-decoration: underline;
}

main.discussion div.gov-search {
  margin-bottom: 0;
  max-width: 350px;
  margin-right: 0;
  margin-left: auto;
}

main.discussion h2 {
  margin-bottom: 2.25rem;
}

main.discussion div.subscriptions {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion div.subscriptions h3 {
  display: none;
  text-transform: uppercase;
  font-size: 1rem;
}

main.discussion div.subscriptions>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem;
}

main.discussion div.subscriptions>div:not(:last-child) {
  margin-bottom: 1rem;
}

main.discussion div.subscriptions table {
  margin-bottom: 0;
}

main.discussion div.subscriptions table a {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
  font-weight: 700;
}

main.discussion div.subscriptions table thead th {
  padding: 0 1.25rem 1.6875rem 1.25rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #737373;
  font-weight: 400;
  position: relative;
}

main.discussion div.subscriptions table thead th::after {
  content: '';
  height: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--gov-color-grey-inactive);
}

main.discussion div.subscriptions table thead th:not(:first-child) {
  text-align: center;
}

main.discussion div.subscriptions table tbody tr {
  border-bottom: none;
}

main.discussion div.subscriptions table tbody td {
  background: var(--gov-color-blue-hover);
  text-align: center;
  padding: 1rem 1.25rem 1rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  position: relative;
  min-width: initial;
}

main.discussion div.subscriptions table tbody td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: left;
}

main.discussion div.subscriptions table tbody td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: right !important;
  width: 5rem !important;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

main.discussion div.subscriptions div.threads table *:nth-child(5) {
  text-align: left;
}

main.discussion div.subscriptions div.threads table td:nth-child(5) {
  line-height: 1rem;
  position: relative;
}

main.discussion div.subscriptions div.threads table td:nth-child(5)::before {
  content: '\f007';
  font-family: 'fa';
  font-weight: 900;
  display: block;
  font-size: 20px;
  color: #f48989;
  position: absolute;
  left: 0;
  top: 1rem;
}

main.discussion div.my-posts {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion div.my-posts>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main.discussion div.my-posts>div>div {
  width: 100%;
  background: var(--gov-color-blue-hover);
  border-radius: 5px;
  position: relative;
  padding: 1.25rem 1.875rem 0.9375rem 1.25rem;
}

main.discussion div.my-posts>div>div p {
  padding-left: 2.5rem;
  margin-bottom: 0;
  line-height: 1.25rem;
  font-size: 0.75rem;
}

main.discussion div.my-posts>div>div p:first-line {
  font-size: 0.875rem;
}

main.discussion div.my-posts>div span {
  margin-right: 1.25rem;
}

main.discussion div.my-posts>div>div:not(:last-child) {
  margin-bottom: 0.4375rem;
}

main.discussion div.my-posts h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.8125rem;
}

main.discussion div.my-posts a {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
  font-weight: 700;
}

main.discussion div.my-posts a.actions {
  position: absolute;
  right: 10px;
  top: 17px;
}

main.discussion a.actions {
  text-decoration: none;
  display: inline-block;
}

main.discussion a.actions:hover::after {
  color: var(--gov-color-blue);
}

main.discussion div.posts {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion div.posts article {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem 1.875rem 0 1.875rem;
  position: relative;
}

main.discussion div.posts article:not(:last-of-type) {
  margin-bottom: 1rem;
}

main.discussion div.posts article:last-of-type {
  margin-bottom: 2rem;
}

main.discussion div.posts article>*:not(header):not(.actions):not(ul) {
  margin-bottom: 1.5625rem;
  line-height: 1.25rem;
}

main.discussion div.posts article header {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

main.discussion div.posts article header p {
  margin-bottom: 0;
  line-height: 1.25rem;
  font-size: 0.75rem;
}

main.discussion div.posts article header p:first-line {
  font-size: 0.875rem;
}

main.discussion div.posts article header span {
  border-right: 1px solid var(--gov-color-grey-mid);
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}

main.discussion div.posts header h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}

main.discussion div.posts header h3 a {
  text-decoration: none;
}

main.discussion div.posts article a.search {
  padding-left: 1.5625rem;
  font-size: 0.75rem;
}

main.discussion div.posts article+article,
main.discussion div.posts article+article+article {
  margin-left: 5%;
}

main.discussion div.posts article+article+article {
  margin-left: 10%;
}

main.discussion div.posts article blockquote {
  padding: 0.875rem 1.25rem 1.125rem 3.4375rem;
  background: var(--gov-color-grey-bg);
  border: 1px solid #dedede;
  border-radius: 5px;
}

main.discussion div.posts article blockquote p {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0;
}

main.discussion div.posts article blockquote::before {
  left: 1.25rem;
  top: 1.25rem;
  bottom: auto;
  width: auto;
  background: none;
}

main.discussion div.posts article blockquote::after {
  display: none;
}

main.discussion div.posts a.actions {
  position: absolute;
  right: 10px;
  top: 17px;
}

main.discussion div.categories {
  margin: 0 auto;
  max-width: 70rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

main.discussion div.categories>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem;
  position: relative;
  width: 100%;
}

main.discussion div.categories>div>div {
  background: var(--gov-color-blue-hover);
  border-radius: 5px;
  padding: 1.25rem 1.875rem 0.9375rem 3.75rem;
}

main.discussion div.categories>div>div:not(:last-child) {
  margin-bottom: 0.375rem;
}

main.discussion div.categories h2 {
  margin-left: 0;
  margin-right: auto;
}

main.discussion div.categories a[class*='gov-button--'] {
  margin-bottom: 2.25rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem
}

main.discussion div.categories>a.actions {
  margin-bottom: 2.25rem;
}

main.discussion div.categories>a.actions+ul {
  margin-right: 0;
}

main.discussion div.categories h3 {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-size: 1rem;
}

main.discussion div.categories>div a.actions {
  position: absolute;
  right: 10px;
  top: 17px;
}

main.discussion div.categories>div>div p {
  margin-bottom: 0;
  line-height: 1rem;
}

main.discussion div.categories>div>div a {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
  font-weight: 700;
}

main.discussion div.categories>div>div p:nth-of-type(1) {
  margin-bottom: 0.25rem;
}

main.discussion div.categories>div>div p:nth-of-type(2) {
  margin-bottom: 0.5rem;
}

main.discussion div.thread {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion div.thread>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem 1.875rem 0 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
}

main.discussion div.thread>div>*:not(.actions) {
  margin-bottom: 1.4375rem;
}

main.discussion div.thread a.actions {
  position: absolute;
  right: 10px;
  top: 17px;
}

main.discussion div.thread div.header {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

main.discussion div.thread div.header p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

main.discussion div.thread div.header h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}

main.discussion div.thread div.header h3 a {
  text-decoration: none;
}

main.discussion div.thread div.header a.search {
  padding-left: 1.5625rem;
  font-size: 0.75rem;
}

main.discussion div.thread div.header span {
  border-right: 1px solid var(--gov-color-grey-mid);
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}

main.discussion div.statistics {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion div.statistics>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem;
}

main.discussion div.statistics>div:not(:last-child) {
  margin-bottom: 1.5625rem;
}

main.discussion div.statistics div.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

main.discussion div.stats h3,
main.discussion div.tops h3 {
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 1.5rem;
}

main.discussion div.stats p {
  width: 33.33%;
  font-size: 3.125rem;
  line-height: 4.375rem;
  margin-bottom: 0;
  color: var(--gov-color-grey-dark);
  box-sizing: border-box;
}

main.discussion div.stats p:not(:first-of-type) {
  border-left: 1px solid #dddddd;
  padding-left: 3.125rem;
}

main.discussion div.stats p::first-line {
  text-transform: uppercase;
  font-size: 0.875rem;
}

main.discussion div.tops>p {
  width: 100%;
  background: var(--gov-color-blue-hover);
  border-radius: 5px;
  position: relative;
  padding: 1.4375rem 1.25rem 1.0625rem 3.75rem;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #000033;
  margin-bottom: 0;
}

main.discussion div.tops>p:first-line {
  line-height: 1.5rem;
}

main.discussion div.tops a {
  text-decoration: none;
  color: var(--gov-color-grey-dark);
  font-weight: 700;
}

main.discussion a.actions::after {
  font-family: gov-basic-icons;
  content: 't';
  position: relative;
  font-size: 20px;
  color: #737373;
  line-height: 1;
}

main.discussion a.actions+ul {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(24, 24, 24, 0.3);
  padding: 0.6875rem 1rem 0.6875rem 1rem;
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-right: 10px;
  width: 200px;
  box-sizing: border-box;
  right: 20px;
  z-index: 2;
  font-weight: 400;
  display: none;
  top: 0;
  margin-top: 20px;
}

main.discussion div.subscriptions a.actions+ul {}

main.discussion a.actions+ul a {
  color: #737373;
  text-decoration: none;
  font-weight: 400;
}

main.discussion a.actions+ul a:hover {
  color: var(--gov-color-blue);
}

main.discussion a.actions+ul li {
  line-height: 1.5rem;
}

main.discussion a.actions.active+ul {
  display: block;
}

main.discussion div[class*='new-'] {
  margin: 0 auto;
  max-width: 70rem;
}

main.discussion form {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem;
}

main.discussion form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

main.discussion form fieldset:not(.submit) {
  margin-bottom: 1.25rem;
}

main.discussion form fieldset legend {
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  margin-bottom: 1.5rem;
}

main.discussion form fieldset legend button {
  border: none;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--gov-color-grey-dark);
  width: 100%;
  text-align: left;
  display: block;
  position: relative;
}

main.discussion form fieldset legend button::after {
  content: "b";
  display: block;
  position: absolute;
  font-family: gov-basic-icons;
  font-size: 1.5rem;
  right: 14px;
  top: 50%;
  margin-top: -16px;
  color: var(--gov-color-blue);
  text-transform: none;
}

main.discussion form fieldset.active legend button::after {
  transform: rotate(180deg);
}

main.discussion form fieldset legend button:hover {
  background: none;
}

main.discussion form fieldset>div:not([class]) {
  display: none;
}

main.discussion form fieldset.active>div:not([class]) {
  display: block;
}

main.discussion div[class*='new-'] label {
  font-size: 0.875rem;
  margin-bottom: 0.6875rem;
  color: var(--gov-color-grey-dark);
  display: inline-block;
  padding-left: 1.875rem;
}

main.discussion div.new-post>div {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 1.875rem 1.875rem 0 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
}

main.discussion div.new-post form {
  margin-left: 5%;
  margin-bottom: 1.25rem;
}

main.discussion div.new-post a.actions {
  position: absolute;
  right: 10px;
  top: 17px;
}

main.discussion div.new-post div.header {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

main.discussion div.new-post div.header p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

main.discussion div.new-post div.header h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}

main.discussion div.new-post div.header h3 a {
  text-decoration: none;
}

main.discussion div.new-post div.header a.search {
  padding-left: 1.5625rem;
  font-size: 0.75rem;
}

main.discussion div.new-post div.header span {
  border-right: 1px solid var(--gov-color-grey-mid);
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}

main.discussion .gov-form-control--custom {
  margin-bottom: 0;
}

main.discussion a.hint {
  border-radius: 50%;
  line-height: 1rem;
  width: 1rem;
  text-align: center;
  color: #ffffff;
  background: var(--gov-color-blue);
  display: inline-block;
  height: 1rem;
  position: relative;
  margin-left: 0.625rem;
  top: 2px;
}

main.discussion a.hint:hover,
main.discussion a.hint.active {
  background: #000000;
}

main.discussion a.hint span {
  position: absolute;
  left: 2.1875rem;
  top: -3px;
  text-transform: none;
  display: none;
  padding: 1.25rem;
  font-size: 0.75rem;
  width: 13.125rem;
  box-sizing: border-box;
  background: #f9f9f9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  color: var(--gov-color-grey-dark);
  text-align: left;
}

main.discussion a.hint.active span {
  display: block;
}

main.discussion fieldset.submit>*:not(:last-child) {
  margin-right: 0.625rem;
}

main.discussion fieldset.categorization div.gov-form-control {
  display: flex;
  flex-wrap: wrap;
}

main.discussion fieldset.categorization label {
  padding-left: 1.25rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

main.discussion fieldset.categorization input {
  flex: 1;
}

main.discussion fieldset.categorization a {
  align-self: center;
  margin-left: 1.25rem;
}

main.discussion input[type='text'],
main.discussion input[type='date'],
main.discussion textarea,
main.discussion select {
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

main.discussion .gov-button--primary-outlined {
  background: #ffffff;
}

main.discussion div.permissions {
  display: flex;
}

main.discussion div.permissions div.slider {
  flex: 1;
}

main.discussion div.permissions div.item {
  width: 10%;
  display: flex;
  flex-direction: column;
  min-width: 60px;
}

main.discussion div.permissions div.item>p {
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  min-height: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  line-height: 1.125rem;
}

main.discussion div.permissions div.item div.gov-form-control.gov-form-control--custom {
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
  align-self: center;
  height: 20px;
}

main.discussion div.permissions div.item .gov-form-control__label {
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

main.discussion div.permissions.has-slider div.bx-controls-direction a.bx-next::after,
main.discussion div.permissions.has-slider div.bx-controls-direction a.bx-prev::after {
  left: -15px;
}

main.discussion div.permissions div.header {
  align-self: flex-end;
}

main.discussion div.permissions div.header p {
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 20px;
}

main.discussion div.permissions div.header p+p {
  margin-top: 30px;
}

main.discussion div.has-slider div.bx-viewport {
  padding: 0;
}

main.discussion div.has-slider div.bx-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

main.discussion div.has-slider div.bx-controls-direction {
  left: -10px;
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 1160px) {
  main.discussion div.menu {
    width: 100%;
    margin-bottom: 0.875rem;
  }
}

@media only screen and (max-width: 800px) {
  main.discussion div.categories h2 {
    width: 100%;
  }

  main.discussion div.categories a[class*='gov-button--'] {
    margin-left: 0;
  }

  main.discussion div.subscriptions table thead {
    display: none;
  }

  main.discussion div.subscriptions h3 {
    display: block;
  }

  main.discussion div.subscriptions table tbody,
  main.discussion div.subscriptions table td {
    display: block;
    width: auto !important;
  }

  main.discussion div.subscriptions table tbody {
    border-radius: 5px;
    padding: 1.25rem 0.3125rem 0.9375rem 0.3125rem;
    overflow: hidden;
    background: var(--gov-color-blue-hover);
  }

  main.discussion div.subscriptions table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  main.discussion div.subscriptions table tbody td {
    order: 100;
    width: 100% !important;
    text-align: left !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  main.discussion div.subscriptions table tbody td:nth-child(1) {
    order: 1;
    flex: 1;
    width: auto !important;
  }

  main.discussion div.subscriptions div.categories table tbody td:nth-child(2)::before {
    content: 'Kategorie: ';
  }

  main.discussion div.subscriptions div.categories table tbody td:nth-child(3)::before {
    content: 'Vlákna: ';
  }

  main.discussion div.subscriptions div.categories table tbody td:nth-child(4)::before {
    content: 'Příspěvky: ';
  }

  main.discussion div.subscriptions div.categories table tbody td:nth-child(5) {
    order: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  main.discussion div.subscriptions table tbody td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0.25rem;
  }

  main.discussion div.subscriptions div.threads table tbody td:nth-child(2)::before {
    content: 'Založeno: ';
  }

  main.discussion div.subscriptions div.threads table tbody td:nth-child(3)::before {
    content: 'Odpovědi: ';
  }

  main.discussion div.subscriptions div.threads table tbody td:nth-child(4)::before {
    content: 'Shlédnutí: ';
  }

  main.discussion div.subscriptions div.threads table tbody td:nth-child(5)::before {
    content: 'Poslední příspěvek: ';
  }

  main.discussion div.subscriptions div.threads table tbody td:nth-child(6) {
    order: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  main.discussion div.subscriptions div.threads table td:nth-child(5) br {
    display: none;
  }

  main.discussion div.thread div.header span,
  main.discussion div.posts article header span,
  main.discussion div.new-post div.header span {
    display: block;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  main.discussion div.stats p {
    width: 100%;
  }

  main.discussion div.stats p:not(:first-of-type) {
    border-left: none;
    padding-left: 0;
  }

  main.discussion div.new-thread form fieldset.submit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  main.discussion div.new-thread form fieldset.submit>*:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

/****************************
Diskuze -konec
**********************************/


/****************************
Mapa -zacatek
**********************************/

main._map div._map {
  margin: 0 auto;
  max-width: 70rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

main._map table thead th {
  font-weight: 400;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

main._map table tbody td {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

main._map table thead th:not(:last-child),
main._map table tbody td:not(:last-child) {
  text-align: center;
}

main._map div.points {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

main._map div.points>div {
  position: relative;
  height: 38px;
  width: 28px;
  position: relative;
  z-index: 1;
}

main._map div.points>div>a {
  height: 38px;
  width: 28px;
  display: block;
  position: relative;
}

main._map div.points>div>a::after {
  content: "w";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: -4px;
  color: var(--gov-color-blue);
  font-family: gov-basic-icons;
  font-size: 46px;
  text-transform: none;
}

main._map div.points div.popup {
  background: #ffffff;
  box-shadow: 0 0 6px rgba(24, 24, 24, 0.75);
  width: 380px;
  position: absolute;
  left: 0;
  margin-left: -176px;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  bottom: 48px;
  border-radius: 3px;
  display: none;
}

main._map div.points div.popup a.close {
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 16px;
  top: 16px;
  overflow: hidden;
  z-index: 3;
}

main._map div.points div.popup a.close::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgb(162, 162, 162) 0%, rgb(162, 162, 162) 100%), linear-gradient(to bottom, rgb(162, 162, 162) 0%, rgb(162, 162, 162) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%;
  background-position: left 50%, 50% top;
  transform: rotate(-45deg);
}

main._map div.points div.popup::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

main._map div.points div.popup::before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(24, 24, 24, 0.75);
  transform: rotate(45deg);
  border-radius: 3px;
}

main._map div.points div.popup>* {
  position: relative;
  z-index: 2;
}

main._map div.points div.popup p {
  line-height: 1.25rem;
  margin-bottom: 0;
  background: #ffffff;
}

main._map div.points div.popup p:not([class]) {
  margin-bottom: 1.4375rem;
}

main._map div.points div.popup p.title {
  font-size: 1rem;
  color: var(--gov-color-grey-dark);
  border-bottom: 1px solid #ededed;
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 20px 10px 20px;
  margin-bottom: 1.125rem;
}

main._map div.points div.popup img.logo {
  float: left;
  margin-right: 16px;
}

@media only screen and (max-width: 51.99em) {

  main._map table thead th:not(:last-child),
  main._map table tbody td:not(:last-child) {
    text-align: left;
  }
}

/****************************
Mapa -konec
**********************************/
.bx-wrapper .bx-pager.bx-default-pager a {
  display: inline-block !important;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center !important;
  width: 80% !important;
  left: 10% !important;
}

.bx-wrapper .bx-next {
  /* background: none !important; */
  content: "e";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "gov-basic-icons";
  font-size: 1.5rem;
  text-transform: none;
}

.bx-wrapper .bx-prev {
  /* background: none !important; */
  content: "c";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "gov-basic-icons";
  font-size: 1.5rem;
  text-transform: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #184195 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--gov-color-blue-inactive-2) !important;
}

/*
Styling pro urgentní proužek a úpravy pro menu odbory
*/
#attention-bar {
  position: relative;
  padding-bottom: 10px;
}

#attention-bar .gov-alert {
  height: 99px;
  overflow-y: auto;
}

/*
Bílé, statické menu pro odbory
*/
#nav-odbory {
  display: none;
  background: white;
  position: relative;
  margin-top: 5px;
}

.nav-odbory-link,
.nav-odbory-link:visited,
.nav-odbory-link:hover {
  color: var(--gov-color-blue);
}

.display-home-icon {
  display: none;
}

.nav-odbory-home-icon {
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 51.99em) {
  #attention-bar .gov-alert .gov-alert__close {
    right: 0.4rem;
  }
}

@media (min-width: 42em) {
  #attention-bar {
    padding-bottom: 5px;
  }

  #attention-bar .gov-alert {
    height: auto;
    overflow-y: unset;
  }

  #attention-bar .gov-alert p {
    width: 95%;
  }

  #attention-bar::before {
    content: "";
    display: block;
    position: absolute;
    max-width: -webkit-calc(100vw - 9px);
    max-width: -moz-calc(100vw - 9px);
    max-width: calc(100vw - 9px);
    left: -webkit-calc((100vw - 100%)/2 * -1);
    left: -moz-calc((100vw - 100%)/2 * -1);
    left: calc((100vw - 100%) / 2 * -1);
    right: -webkit-calc((100vw - 100%)/2 * -1);
    right: -moz-calc((100vw - 100%)/2 * -1);
    right: calc((100vw - 100%) / 2 * -1);
    top: -10px;
    height: 1px;
    background-color: var(--gov-color-blue-light);
  }

  #nav-odbory {
    display: block;
  }

  #nav-odbory::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    height: 100%;
    background: white;
    box-shadow: 0 0 0 100vmax white;
    clip-path: inset(0 -100vmax);
    max-width: 100vw;
    left: 0;
    right: 0;
  }

  .display-home-icon {
    display: block;
    width: 53px;
  }
}

/* --- BEGIN CODE --- */
/* KAPRAL STYLES FOR ANKETY */
.lfr-ddm__default-page-header {
  padding: 2.5rem 1.25rem;
}

.lfr-ddm__default-page-header-title {
  color: var(--gov-color-grey-dark) !important;
  font-family: Roboto, sans-serif !important;
  letter-spacing: 0.0125em !important;
  line-height: 1.2 !important;
  margin-bottom: 2.5rem !important;
  font-size: 2.5rem !important;
  font-weight: 300 !important;
}

.lfr-ddm__default-page-header-line {
  display: none;
}

.lfr-ddm__default-page-header-description {
  margin-bottom: 1.5625rem;
  color: var(--gov-color-grey-mid);
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.form-group {
  margin-bottom: 0.9375rem;
}

.ddm-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.6875rem;
  color: var(--gov-color-grey-dark);
  display: inline-block;
}

.form-control {
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  display: block;
  width: 100%;
  background-color: var(--gov-color-white);
  border: 1px solid var(--gov-color-grey-mid);
  border-radius: 3px;
  color: var(--gov-color-grey-dark);
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 1.02px;
  line-height: 1.3;
  height: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

fieldset {
  border: none;
}

.custom-control {
  display: block !important;
  margin-left: 0 !important;
}

.custom-control-label-text {
  padding-left: 2.1875rem !important;
}

.form-builder-layout .lfr-ddm-form-page-title {
  margin-bottom: 1.5625rem !important;
  font-size: 1.75rem !important;
  line-height: 1.4;
}

.lfr-ddm-form-container .btn {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 3px;
  color: var(--gov-color-blue);
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  will-change: background-color, border-color;
  -webkit-font-smoothing: antialiased;
  align-self: unset;
}

.lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-next,
.lfr-ddm-form-pagination-controls .btn-primary {
  background-color: var(--gov-color-blue) !important;
  border-color: var(--gov-color-blue) !important;
  color: var(--gov-color-white) !important;
}

.lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev {
  background-color: var(--gov-color-white) !important;
  border-color: var(--gov-color-blue) !important;
  color: var(--gov-color-blue) !important;
}

/* Multi-step nav */

.multi-step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-bottom: 1.875rem;
}

.multi-step-nav>li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  flex: 1;
  align-items: flex-start;
}

.multi-step-nav>li .multi-step-indicator .multi-step-indicator-label {
  font-size: 0.75rem;
  font-weight: 700;
  bottom: 2.5rem;
}

.multi-step-nav>li .multi-step-divider {
  bottom: 19px;
  top: 1.3rem;
  width: 100%;
  display: block;
  height: 3px;
  background: #838384;
}

.multi-step-nav>li:last-child {
  flex: none;
}

.multi-step-nav>li:last-child .multi-step-divider {
  display: none;
}

.multi-step-nav>li.multi-step-item .multi-step-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: #838384;
  font-size: 0.9375rem;
  font-weight: 400;
  background: var(--gov-color-grey-bg);
  border: 1px solid #838384;
  z-index: 2;
  position: relative;
}

.multi-step-nav>li.multi-step-item.complete .multi-step-icon {
  background-color: #6c757d;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: none;

}

.multi-step-nav>li.multi-step-item::before {
  content: none;
}

.multi-step-nav>li.multi-step-item.active .multi-step-icon {
  border: none;
  z-index: 2;
}

.multi-step-nav>li.multi-step-item.active .multi-step-icon,
.multi-step-nav>li.multi-step-item.active .multi-step-divider {
  background: var(--gov-color-blue) !important;
  color: #ffffff;
}

/* Radio */

.custom-radio .custom-control-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 0;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
  color: var(--gov-color-grey-dark);
}

.custom-radio .custom-control-label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid var(--gov-color-blue);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.custom-radio .custom-control-input:checked~.custom-control-label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid var(--gov-color-blue);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: var(--gov-color-blue);
}

.custom-radio .custom-control-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Checkbox */

.custom-checkbox {
  margin-bottom: 0.6875rem !important;
}

.custom-checkbox .custom-control-label-text {
  display: inline-block;
  min-height: 24px;
  padding-left: 2.1875rem !important;
  font-size: 0.75rem !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gov-color-grey-dark);
  vertical-align: top;
}

.custom-checkbox .custom-control-label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid var(--gov-color-blue);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--gov-color-blue);
  border-color: var(--gov-color-blue);
  color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: none;
  background-color: var(--gov-color-blue);
  color: var(--gov-color-white);
}

.custom-checkbox .custom-control-label::after {
  content: "h";
  display: inline-block;
  position: absolute;
  left: 0.1rem;
  right: 0;
  top: 0.4rem;
  bottom: 0;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  color: transparent;
  font-family: gov-basic-icons;
  font-size: 0.875rem;
  text-transform: none;
}

/* Toggle switch */

.toggle-switch-check:empty~.toggle-switch-bar::before {
  top: 0;
  height: 1.5rem;
  width: 2.5rem;
  background-color: var(--gov-color-grey-bg);
  border: 1px solid var(--gov-color-grey-inactive);
  border-radius: 1.5rem;
}

.toggle-switch-check:empty~.toggle-switch-bar::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: var(--gov-color-white);
  border-radius: 100%;
  border-color: var(--gov-color-white);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.toggle-switch-check:checked~.toggle-switch-bar::before {
  background-color: var(--gov-color-blue);
  border-color: var(--gov-color-blue) !important;
}

.toggle-switch-check:checked~.toggle-switch-bar::after {
  transform: translate3d(1rem, 0, 0);
}

label.toggle-switch {
  text-transform: none;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--gov-color-grey-dark);
}

/* Date picker */

.date-picker .input-group .input-group-item .input-group-inset-after.form-control {
  width: auto;
}

.date-picker .input-group .input-group-item .input-group-inset-item-after {
  border: 1px solid var(--gov-color-grey-mid);
}

/* Color picker */

.input-group.clay-color>.input-group-item.input-group-prepend {
  border: 1px solid var(--gov-color-grey-mid);
  border-radius: 3px 0 0 3px;
}

.clay-color>.input-group-item>.input-group-inset-item-before {
  color: #6c757d;
  font-size: inherit;
  padding-left: 0.75rem;
  padding-right: 0;
  border-top: 1px solid var(--gov-color-grey-mid);
  border-bottom: 1px solid var(--gov-color-grey-mid);
  border-left: none;
}

.clay-color>.input-group-item .clay-color-btn {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  margin-left: 0.5rem;
}

.clay-color>.input-group-item>.input-group-text {
  border-color: #ced4da;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border: none;
  height: 100%;
}

.input-group.clay-color .input-group-item .input-group-inset-before.form-control {
  font-size: 0.9375rem;
  color: #737373;
  width: auto;
}

/* Respons fix pro XS zobrazeni datepicker a color input groups */

@media screen and (max-width:387px) {
  .date-picker .input-group .input-group-item .input-group-inset-after.form-control {
    width: 70%;
  }

  .input-group.clay-color .input-group-item .input-group-inset-before.form-control {
    width: 80%;
  }
}

/* Castecna uprava tabulky */

.form-builder-layout .table-responsive table {
  border: none !important;
}

.form-builder-layout .table-responsive table thead,
.form-builder-layout .table-responsive table thead th,
.form-builder-layout .table-responsive table tbody,
.form-builder-layout .table-responsive table tbody tr {
  background: none !important;
}


.form-builder-layout .table-responsive table tbody tr td {
  font-size: 0.8125rem;
  background: none !important;
}

.input-group .btn:disabled {
  background-color: var(--gov-color-blue-inactive-2) !important;
  border-color: var(--gov-color-blue-inactive-2) !important;
  color: var(--gov-color-white) !important;
}

/* --- END CODE --- */
/* KAPRAL STYLES FOR ANKETY */

.bx-wrapper {
  min-height: 232px;
  background: transparent !important;
  box-shadow: initial !important;
  border: 0 !important;
}

.bx-wrapper .bx-viewport {
  min-height: 232px;
}

.input-group .input-group-item .input-group-inset-after.form-control {
  width: calc(100% - 50px) !important;
}

.input-group .input-group-inset-item {
  border-color: #495057 !important;
}

table tbody td,
.gov-table tbody td {
  min-width: 20px !important;
}

.table-cell-expand,
.table-column-expand,
.table-autofit .table-cell-expand {
  min-width: 20px !important;
}

.table-cell-expand,
.table-column-expand,
.table-autofit .table-cell-expand.lfr-nazev-prispevkove-organizace-column {
  min-width: 300px !important;
}

/*
ul,ol,.gov-list,.gov-ordered-list{
  
}
*/

.journal-content-article ul {
  list-style: disc;
}

.gov-accordion__content-inner a {
  display: inherit;
}

/* disable satelite search image */
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: none !important;
  padding-top: 0 !important;
}

/* disable list-style-type indentation for menu items only */
.gov-portal-nav__menu,
.gov-portal-subnav__column,
.gov-portal-subnav__submenu,
body #footer ul {
  list-style: none !important;
}

/*
 modal handlings
*/
.modal-full-screen.not-lfr .modal-content.not-lfr {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.liferay-modal .modal-dialog.modal-full-screen.not-lfr,
html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen.not-lfr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* disable double ol types and fix ol li-value="" */
.journal-content-article ol {
  list-style: decimal !important;
}

.journal-content-article ol>li {
  padding-left: 8px;
}

.journal-content-article ol>li:before {
  display: none !important;
}

.journal-content-article ol>li:marker {
  top: 0.1875rem;
  color: var(--gov-color-blue);
  font-size: .8125rem;
  font-weight: 500;
}

/* diskuze && komentáře rewrites */
.btn-primary,
.btn-outline-primary {
  background-color: var(--gov-color-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--gov-color-white);
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: var(--gov-color-blue-dark);
  border-color: var(--gov-color-blue-dark);
  color: var(--gov-color-white);
  text-decoration: none;
}

.btn-primary:visited {
  color: var(--gov-color-white);
  text-decoration: none;
}

.btn-secondary {
  border-color: var(--gov-color-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 8px 16px;
  background-color: transparent;
  color: var(--gov-color-blue);
}

.btn-secondary:hover {
  border-color: var(--gov-color-blue-dark);
  color: var(--gov-color-blue-dark);
  background-color: var(--gov-color-blue-hover);
}

span.gov-link--standalone:hover {
  text-decoration: none;
}

/*
 rewrite modal in clay.css 
*/
.modal-body-iframe {
  height: 180px;
}


/*
custom td rewrite for td uredni deska / 235KB field
*/
.gov-uredni-deska-attach-size {
  display: block;
  width: 85px;
}

/*
rewrite for pagination /databaze-povinnych-informaci
fixing messed up clay.css declarations?
*/
ul.pagination>li.page-item {
  padding: 10px;
}

/*
if submenu ul in menu empty (redundant - display none)
*/
.gov-portal-subnav__column:empty {
  display: none;
}

/*
homepage videos + responsivity handling
*/
.videos>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videos iframe {
  width: 355px !important;
}

@media (max-width: 1170px) {
  .videos iframe {
    width: 300px !important;
    height: 165px !important;
  }
}

@media (max-width: 1000px) {
  .videos {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 705px) {
  .videos {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 405px) {
  .videos iframe {
    width: 222px !important;
    height: 122px !important;
  }
}

/* fix responsivity for Úřední hodiny Pro veřejnost (homepage)*/
#fragment-0-rjbn .gov-grid-tile:not(:last-of-type):nth-child(even):before {
  background-color: var(--gov-color-red) !important;
}

/* fix zIndex for bxSlider arrows */
.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}

/* subnav menu wrapped when responsive not to cause scrolling to the side */
@media (max-width: 1485px) {
  .gov-portal-subnav__menu {
    flex-wrap: wrap;
  }
}

/*
  styling custom icons not given by prototype (top header icons)
*/
#rss-icon,
#instagram-icon {
  opacity: 0.8;
}

#rss-icon:hover,
#instagram-icon:hover {
  opacity: 1;
}

/*
 styling for responsive version for rss icon
*/
@media only screen and (max-width: 671px) {
  #rss-icon {
    width: 43px !important;
  }

  #instagram-icon {
    width: 43px !important;
  }
}

/*
  úřední deska - fix přílohy clearfix
*/
.vyveseno-clearfix {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.priloha-item {
  width: fit-content;
  float: left;
  margin-right: 8px;
}

.priloha-item>a.gov-button.gov-button--primary.uredni-deska-button {
  min-width: 150px;
}

div#prilohy-container::after {
  content: "";
  clear: both;
  display: table;
}

/*
  render-usneseni-zastupitelstvo
*/
/*#render-usneseni-zastupitelstvo {
  
}*/
#render-usneseni-zastupitelstvo .no-results {
  padding: 1.25rem 2.5rem;
}

#render-usneseni-zastupitelstvo .sw-zapisy,
#render-usneseni-zastupitelstvo .sw-usneseni {
  width: 100%;
}

#render-usneseni-zastupitelstvo .gov-grid-tile:after {
  display: none;
}

#render-usneseni-zastupitelstvo .gov-grid-tile:nth-child(2n) {
  padding: 1.25rem 2.5rem;
}

#render-usneseni-zastupitelstvo .prilohy-usneseni-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--gov-color-grey-inactive);
  padding-bottom: 2rem;
}

#render-usneseni-zastupitelstvo .gov-button {
  margin-bottom: 0.625rem;
}

@media (max-width: 1023px) {
  #render-usneseni-zastupitelstvo .gov-grid-tile:nth-child(2n) {
    padding: 1.25rem;
    padding-bottom: 1.5625rem;
  }
}

#render-usneseni-zastupitelstvo .gov-grid-tile:not(:last-of-type):before {
  display: none;
}

#render-usneseni-zastupitelstvo .gov-grid-tile:not(:last-of-type):nth-child(even):before {
  display: none;
}

#render-usneseni-zastupitelstvo .divider {
  border-right: 1px solid var(--gov-color-grey-inactive);
}

@media (max-width: 800px) {
  .usneseni-form {
    display: none;
  }

  .zapisy-form {
    display: none;
  }

  .usneseni-form.active {
    display: block;
  }

  .zapisy-form.active {
    display: block;
  }

  .usneseni-data {
    display: none;
  }

  .zapisy-data {
    display: none;
  }

  .usneseni-active {
    display: block;
  }

  .zapisy-active {
    display: block;
  }
}

/*
rejtrik dobrovolnych svazku obci - ol, li seznamy fixes
*/
.table_rejstrik_detail li:before {
  display: none !important;
}

/*
  small dokumenty icon fix
*/
div.iconlink-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.iconlink-wrapper>a.svg {
  margin-right: 12px;
}

/*
  Usneseni-portlet - grid fixes with inputs
*/
.usneseni-gi-cislo-usneseni {
  grid-area: cisloUsneseni;
}

.usneseni-gi-cislo-jednani {
  grid-area: cisloJednani;
}

.usneseni-gi-text {
  grid-area: text;
}

.usneseni-gi-datumOd {
  grid-area: datumOd;
}

.usneseni-gi-datumDo {
  grid-area: datumDo;
}

#usneseni-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-rows: auto;
  grid-template-areas:
    "cisloJednani cisloUsneseni"
    "text text"
    "datumOd datumDo";
}

@media (max-width: 800px) {
  #usneseni-grid {
    grid-template-areas:
      "cisloUsneseni cisloUsneseni"
      "cisloJednani cisloJednani"
      "text text"
      "datumOd datumOd"
      "datumDo datumDo";
  }
}

/* clay UI reset for:
  - clay returns element with mb-0 class that deletes margin-bottom default behaviour
  - https://stredoceskykraj.cz/web/urad/terminy-zasedani-vyboru-pro-telovychovu-a-sport
*/
h3.component-heading.mb-0.text-break {
  margin-bottom: 10px !important;
}

/*
ID160 - telefonni seznamy filtry deklarace
*/
#organizacni-struktura-filters-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px;
  padding-bottom: 8px;
  padding-top: 16px;
}

#organizacni-struktura-filters-container>.gov-form-control {
  width: 48%;
}

.standalone-phone-contact-container {
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 8px;
}

@media(max-width: 480px) {
  #organizacni-struktura-filters-container {
    flex-direction: column;
  }

  #organizacni-struktura-filters-container>.gov-form-control {
    width: 100%;
  }
}

/*
řádkování gov itemů
*/
li.gov-sidenav__item>a>span {
  line-height: 1.5;
}

/*
TOP MENU WRAPPING FEATURES
*/
.gov-portal-subnav {
  overflow-x: auto;
  width: fit-content;
  min-width: 100%;
  max-width: 1310px;
}

@media (min-width: 42em) {
  .gov-portal-subnav:after {
    right: 77px;
  }
}

.gov-portal-subnav.enable-wrap {
  max-width: 100%;
  overflow: hidden;
}

.gov-portal-subnav.enable-wrap>.gov-portal-subnav__menu {
  flex-wrap: wrap;
}

@media (min-width: 42em) {
  .gov-portal-subnav.enable-wrap>div>.gov-portal-subnav__column {
    min-width: 0px;
    flex-basis: 31%;
    margin-bottom: 12px;
  }
}

/* fix for subnav menu */
.gov-portal-subnav {
  height: 0;
  min-height: 0;
}

@media (min-width: 42em) {
  .gov-portal-nav__item.has-subnav:focus-within .gov-portal-nav__link~.gov-portal-subnav {
    height: initial;
  }

  .gov-portal-nav__item.has-subnav:hover .gov-portal-nav__link~.gov-portal-subnav {
    height: initial;
  }
}

/* youtube video cover declarations for modal */
.yt-cover-holder {
  position: relative !important;
}

.yt-cover {
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.yt-cover:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/o/sktheme-theme/images/youtube-logo.png') center center no-repeat;
  background-size: 38px;
}

#yt-popup-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

#yt-popup-container.visible {
  visibility: visible !important;
}

.yt-popup-container {
  width: 100%;
  max-width: 560px;
  height: 315px;
  margin: 20px auto;
  background: white;
}

.yt-popup-container>iframe {
  width: 100%;
}

#yt-mask-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 1;
  visibility: hidden;
}

#yt-mask-cover.visible {
  visibility: visible !important;
}

.yt-origin-img {
  margin-left: auto;
  margin-right: auto;
}

.videos.has-slider>.bx-wrapper>.bx-viewport {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* hide side-menu anchor pseudoelement */
a[target="_blank"].gov-sidenav__link.hide-pseudoelement:after {
  display: none !important;
}