
.articlesReader {
  background-color:#444;
}
.articlesReader_containers {
  width: 100%;
  height: 100%;
  position: relative;
}
.articlesReader_containers-hidden {
  display: none;
}


.articlesReader_controlButton {
  position: absolute;
  color: #eee;
  padding: 2em 0.1em;
  border: 0 none;

  background-color: #000a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--area-border-radius);
  transition: all 0.5s;
  width: 3em;
  text-align: center;
  margin: 0;
}
.articlesReader_controlButton:focus,
.articlesReader_controlButton:hover {
  color: #eee;
  background-color: #000a;
}
.layoutSize1 .articlesReader_controlButton:hover,
.layoutSize2 .articlesReader_controlButton:hover {
  color: var(--highlighting-color);
  transform: none;
}
.articlesReader_controlButton-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: calc(50% - 3.5em);
  padding-left: 0.5em;
  left: 0;
  z-index: 2;
  transform: translate(-0.4em, 0);
}
.articlesReader_controlButton-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: calc(50% - 3.5em);
  padding-right: 0.5em;
  right: 0;
  z-index: 2;
  transform: translate(0.4em, 0);
}
.articlesReader_controlPanel {
  position: absolute;
  left: 1em;
  bottom: 1em;
  padding: 0.4em 1em;

  width: calc(100% - 4em);

  background-color: #000a;
  color: #eee;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--area-border-radius);

  transition: all 0.5s;
}
.articlesReader-hiddenArrows .articlesReader_controlButton-left {
  transform: translate(-100%, 0);
}
.articlesReader-hiddenArrows .articlesReader_controlButton-right {
  transform: translate(100%, 0);
}
.articlesReader-hiddenControlPanel .articlesReader_controlPanel {
  transform: translate(0, calc(1em + 100%));
}

.layoutSize0 .articlesReader_controlPanel {
  left: 2em;
  right: 2em;
  bottom: 0.5em;
  width: calc(100% - 6em);
}
.layoutSize0 .articlesReader_controlButton {
  top: auto;
  bottom: 0.5em;
  height: 4em;
  width: 2.2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.articlesReader-simulatedFullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.articlesReader_pager {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.articlesReader_pager .mSlider_bar {
  background-color: transparent;
  margin: 0;
  width: 100%;
  height: 100%;
}
.articlesReader_pagerPart {
  position: absolute;
  top: 0.4em;
  height: 0.2em;
  background-color: #eee;
  cursor: pointer;
}
.articlesReader-searchMode .articlesReader_pagerPart:not(.articlesReader_pagerPart-withSearchResult) {
  background-color: #444;
}

.articlesReader_pager .mSlider_thumb {
  border-radius: 0;
  top: 0.4em;
  height: 0.2em;
  background-color: var(--highlighting-color);
  transition: all 0.30s ease;
  cursor: pointer;
}
.articlesReader_pager .mSlider_thumb:hover,
.articlesReader_pager .mSlider_thumb.mDragged {
  top: 0.3em;
  height: 0.4em;
}

.articlesReader_bottomRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.articlesReader_bottomRowPart {
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s;
}
.articlesReader_bottomRowPart-info {
  text-align: left;
  flex: 1; /* Rovnoměrně rostoucí */
}
.articlesReader_bottomRowPart-zoom {
  text-align: center;
  flex: 0 0 280px;
}
.articlesReader_bottomRowPart-buttons {
  text-align: right;
  flex: 1;
}
.layoutSize0 .articlesReader_bottomRowPart-info {
}
.layoutSize0 .articlesReader_bottomRowPart-zoom {
  flex: 0 0 52px;
}
.layoutSize0 .articlesReader_bottomRowPart-buttons {
}


.articlesReader_bottomRowButton {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  width: 2em;
  margin: 0 0 0 0.5em;
  padding: 0.5em;
  background-color: transparent;
  color: #eee;
  border: 0 none;
}
.articlesReader_bottomRowButton:focus,
.articlesReader_bottomRowButton:hover {
  background-color: transparent;
  color: var(--highlighting-color);
}
.articlesReader_bottomRowLogo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;

  width: 70px;
  height: 20px;
  background-image: url('../triobo.png');
  background-size: 70px 20px;
  opacity: 0.6;

  cursor: pointer;
}
.layoutSize0 .articlesReader_bottomRowLogo {
  display: none;
}

.articlesReader-fullscreen .articlesReader_bottomRowButton .fa-expand,
.articlesReader:not(.articlesReader-fullscreen) .articlesReader_bottomRowButton .fa-compress {
  display: none;
}

.articlesReader-fullscreen .articlesReader_headerPart-buttons {
  display: none;
}

.articlesReader_bottomRowButton-thumbnails .fa-minus,
.articlesReader_bottomRowButton-zoomOut:not(.articlesReader_bottomRowButton-thumbnails) .fa-th {
  display: none;
}

.articlesReader_bottomRowPart-zoom .articlesReader_bottomRowButton {
  margin: 0 0.5em;
}
.articlesReader_bottomRowPart-zoom .mSlider {
  display: inline-block;
  width: 200px;
  max-width: calc(100% - 6em);
  vertical-align: middle;
  padding-bottom: 0.9em;
}
.articlesReader_bottomRowPart-zoom .mSlider_bar {
  margin: 0.4em 0;
  width: 100%;
  background-color: #eee;
}
.articlesReader_bottomRowPart-zoom .mSlider_thumb {
  transform: translateX(-50%);
  background-color: #eee;
}
.articlesReader_bottomRowButton-content {
  width: auto;
  vertical-align: baseline;
}

.layoutSize0 .articlesReader_zoomSlider {
  display: none;
}
.layoutSize0 .articlesReader_bottomRowButton {
  margin: 0;
  padding: 0.5em 0.2em;
  width: 1.6em;
}
.layoutSize0 .articlesReader_bottomRowButton-content {
  width: auto;
}

.articlesReader_infoBar {
  display: inline-block;
  vertical-align: middle;
  font-size: 87.5%;
  padding-top: 0.2em;
}
.articlesReader_infoBar span {
  margin-right: 0.5em;
}
.articlesReader_bottomRowPart-info .articlesReader_bottomRowButton {
  margin: 0 0.5em 0 0;
}

.articlesReader_searchbar {
  display: none;
  vertical-align: middle;
}
.articlesReader_searchInputWrapper {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  width: calc(100% - 8.1em);
  border-radius: var(--area-border-radius);
  border: 1px solid var(--lines-color);
  background-color: var(--inputs-background);
  overflow: hidden;
}
.articlesReader_searchInputWrapper-focus {
  border-color: var(--highlighting-color);
}
.articlesReaderSearchInputWrapper_input {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  vertical-align: bottom;
  width: 0;
  flex: 1 0 auto;
  padding: 0.15em 0 0.15em 0.5em;
  border-bottom-right-radius: 0;
  margin: 0;
}
.articlesReaderSearchInputWrapper_status {
  display: inline-block;
  justify-content: center;
  margin: 0;
  color: var(--inputs-color);
  padding: 0.15em 0.25em;
  box-sizing: border-box;
}
.articlesReaderSearchInputWrapper_status span {
  font-size: 70%;
}
.articlesReaderSearchInputWrapper_button {
  display: inline-block;
  vertical-align: bottom;
  width: 2em;
  margin: 0;
  padding: 0.25em;
  border: 1px solid var(--lines-color);
  border-radius: 0;
}
.articlesReader_bottomRowButton-search {
  margin-left: 0;
}
.articlesReaderSearchInputWrapper_button-searching .fa-search,
.articlesReaderSearchInputWrapper_button:not(.articlesReaderSearchInputWrapper_button-searching) .fa-circle-o-notch {
  display: none;
}

.articlesReader_controlButtons {
  display: inline-block;
}

.articlesReader-searchMode .articlesReader_controlButtons {
  width: 0%;
}
.articlesReader-searchMode .articlesReader_bottomRowPart-info,
.articlesReader-searchMode .articlesReader_bottomRowPart-zoom {
  flex: 0;
}
.articlesReader-searchMode .articlesReader_bottomRowPart-buttons {
  flex: 1;
}
.articlesReader-searchMode .articlesReader_searchbar {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}


.articlesReader_thumbnail {
  position: absolute;
  transform: translateX(-50%);
  bottom: 3em;
  padding: 0.25em;
  line-height: 0;
  border-radius: var(--area-border-radius);
  box-shadow: 0 0 6px #0008;
  background-color: #000a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.30s;
  pointer-events: none;
}
.articlesReader_thumbnail-hidden {
  opacity: 0;
}
.articlesReader-hiddenArrows .articlesReader_thumbnail {
  display: none;
}

.articlesReaderThumbnail_pages {
  display: inline-block;
  line-height: var(--def-line-height);
  font-size: 87.5%;
  text-align: center;
  color: white;
}
.articlesReaderThumbnail_pages-hidden {
  display: none;
}
.articlesReaderThumbnail_articlesWrapper {
  white-space: nowrap;
}
.articlesReaderThumbnail_articleWrapper {
  display: inline-block;
  vertical-align: top;
}
.articlesReaderThumbnail_article {
  box-sizing: border-box;
  cursor: pointer;
  width: 6.25em;
}
.articlesReaderThumbnail_pages-twoUp .articlesReaderThumbnail_article {
  width: 12.5em;
}
.articlesReaderThumbnail_article-empty {
  width: 0px;
}
.articlesReaderThumbnail_article img {
  width: 100%;
}

.articlesReader_thumbnails {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 6em 0 4em;
  box-sizing: border-box;
  overflow-y: scroll;
  color: #eee;
}
.articlesReader-noHeader .articlesReader_thumbnails {
  padding-top: 1em;
}
.articlesReader_thumbnails-hidden {
  display: none;
}
.articlesReader_thumbnails .item_listOfLinkedArticles li a {
  color: #eee;
}
.articlesReader_thumbnails .item-article {
  padding: 8px;
}
.articlesReader_thumbnails .item_articles {
  border-color: transparent;
}
.articlesReader_thumbnails .component_title {
  display: none;
}

.articlesReader_thumbnailFooter {
  position: absolute;
  box-sizing: border-box;
  left: 0em;
  bottom: 0em;
  padding: 1em;

  width: 100%;

  background-color: #000a;
  color: #eee;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: all 0.5s;
}
.articlesReader_noFooter .articlesReader_thumbnailFooter {
  transform: translate(0, calc(1em + 100%));
}
.articlesReader_poweredBy {
  display: block;
  width: 16em;
  height: 1.5em;
  margin: 0 auto;
  background-image: url('../powered_by_Triobo.png?20240215');
  background-size: 100% 100%;
  cursor: pointer;
}

.articlesReader_header {
  position: absolute;
  box-sizing: border-box;
  left: 0em;
  top: 0em;

  width: 100%;

  transition: all 0.5s;
}
.articlesReader-hiddenHeader:not(.articlesReader_forceHeader) .articlesReader_header {
  transform: translate(0, calc(-1em - 100%));
}
.articlesReader-noHeader .articlesReader_header {
  display: none;
}

.articlesReader_headerBar {
  padding: 1em;
  background-color: #000a;
  color: #eee;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.articlesReader_headerPart {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.articlesReader_headerPart-logo {
  width: 50%;
  height: 3em;
  cursor: pointer;
}
.articlesReader_headerPart-logo .tImage {
  width: 100%;
  height: 100%;
}
.articlesReader_headerPart-logo .tImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
.articlesReader_headerPart-buttons {
  width: 50%;
  text-align: right;
}
.layoutSize2 .articlesReader_headerPart-logo {
  width: 33%;
}
.layoutSize2 .articlesReader_headerPart-buttons {
  width: 67%;
}
.articlesReader_logo-text {
  padding: 0.4em 0;
  font-size: 1.6em;
}

.articlesReader_headerButton {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  margin: 0 0 0 0.5em;
  padding: 0.5em;
  background-color: transparent;
  color: #eee;
  border: 0 none;
}
.articlesReader_headerButton:focus,
.articlesReader_headerButton:hover {
  background-color: transparent;
  color: var(--highlighting-color);
}

.trioboIconRZHidden .articlesReader_headerButton-user {
  display: none;
}
#desktop.trioboIconUserLoggedIn .articlesReader_headerButton-user .login,
#desktop:not(.trioboIconUserLoggedIn) .articlesReader_headerButton-user .member {
  display: none;
}
.articlesReader_headerPart-buttons .menuItem-search {
  display: none;
}

.articlesReader_navigationBar {
  padding: 0.3em 0.75em 0.3em;
  background-color: transparent;
  color: #eee;
  z-index: -1;
  width: auto;
  display: inline-block;
  background-color: #4448;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
