@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.ttf?v=4.7') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.fa-mini {
  font-size: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-cog:before {
  content: "\f013";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-info:before {
  content: "\f129";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-share:before {
  content: "\f064";
}

.fa-lock:before {
  content: "\f023";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-warning:before {
  content: "\f071";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-user:before {
  content: "\f007";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before {
  content: "\f00d";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-list:before {
  content: "\f03a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-apple:before {
  content: "\f179";
}

.fa-android:before {
  content: "\f17b";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-search:before {
  content: "\f002";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-window-close:before {
  content: "\f2d3";
}

.fa-question:before {
  content: "\f128";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-ban:before {
  content: "\f05e";
}
.fa-pencil:before { content: "\f040"; }


/* test focení a výběr fotek */
.fa-camera:before {
  content: "\f030";
}
.fa-image:before {
  content: "\f03e";
}
#buttonPhoto {
  position: absolute;
  display: block;
  top: 80px;
  left: 16px;
  padding: 16px;
  background-color: red;
  color: white;
  font-size: 30px;
  border-radius: 50%;
}
#buttonPictureLibrary {
  position: absolute;
  display: block;
  top: 80px;
  left: 90px;
  padding: 16px;
  background-color: red;
  color: white;
  font-size: 30px;
  border-radius: 50%;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* universal box sizing */

html {
  box-sizing: border-box;
}

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

html,
body {
  width: 100%;
  height: 100%;
  background-color: white;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  overflow: hidden;
}

body.unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.croppedtext .rest {
  display: none;
}
.croppedtext .iconcrop, .croppedtext .iconuncrop {
  cursor: pointer;
  float: right;
}
.croppedtext:not(.uncrop) .iconcrop {
  display: none;
}
.croppedtext.uncrop .ellipsis {
  display: none;
}
.croppedtext.uncrop .rest {
  display: inline;
}
.croppedtext.uncrop .iconuncrop {
  display: none;
}


#desktop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#debugger {
  display: none;
  position: fixed;
  bottom: 32px;
  left: 5%;
  width: 90%;
  height: 30.5em;
  max-height: 33%;
  background-color: rgba(255, 255, 240, 0.95);
  font-family: courier, monospace;
  font-size: 11px;
  overflow-y: scroll;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 99998;
  color: black;
}

#debugger.hidden {
  height: 0em;
  opacity: 0;
}

#debuggerInput {
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 95%;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  background: white;
  color: black;
  border: 1px solid black;
}

#nativeAppQueueMonitor {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 5%;
  width: 300px;
  height: 132px;
  padding: 4px;
  background-color: rgba(200, 255, 255, 0.85);
  font-family: courier, monospace;
  font-size: 11px;
  line-height: 12px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 99999;
}

#nativeAppQueueMonitor.hidden {
  height: 0em;
  opacity: 0;
}

#nativeAppQueueMonitor li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nativeAppQueueMonitor b {
  font-weight: 600;
  border-bottom: 1px solid #666;
}

#monitor {
  width: 250px;
  height: 90px;
  background: #faa;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

#monitor textarea {
  width: 100%;
}

#floatingCookiesPolicyDialog {
  position: fixed;
  width: 600px;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: 0 auto;
  z-index: 10;
  padding: 16px;

  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #888;
  border-radius: 12px;
  
  text-align: center;
}
#floatingCookiesPolicyDialog h1 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 8px 0;
}
#floatingCookiesPolicyDialog button {
  margin: 8px 0 0 0;
}

#header {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  color: black;
  background-color: rgba(240, 240, 240, 0.90);
/*  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);  */
  height: 2.44em;
  text-align: center;
  position: fixed;
  z-index: 15;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  padding: 0 0.75em;
}

#header.hidden {
  -webkit-transform: translate(0, -2.5em);
  transform: translate(0, -2.5em);
}

#thumbs {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  color: rgb(0, 122, 255); /* iOSblue */
  text-shadow: 0px 0px 4px #ddd;
  background-color: rgba(255, 255, 255, 0.9);
  height: 12.7em;
  text-align: center;
  position: fixed;
  z-index: 9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

#thumbs.hidden {
  -webkit-transform: translate(0, -14.5em);
  transform: translate(0, -14.5em);
}

#thumbs.bookmarkedOnly .thumbnail {
  display: none;
}

#thumbs.bookmarkedOnly .thumbnail.bookmarked {
  display: inline-block;
}

#thumbs #thumbsrow {
  margin-top: 3em;
  padding-bottom: 0.1em;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;  
}

#thumbs .thumbnail {
  display: inline-block;
  height: 9em;
  margin: 0 0.3em;
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

#thumbs .thumbnail.tablet.portrait {
  width: 6.75em;
}

#thumbs .thumbnail.tablet.landscape {
  width: 12em;
}

#thumbs .thumbnail.mobile.portrait {
  width: 5em;
}

#thumbs .thumbnail img {
  width: 100%;
  height: 100%;
}

#thumbs .thumbnail.noRightMargin {
  margin-right: 0em;
  border-right: 0px none;
}

#thumbs .thumbnail.noLeftMargin {
  margin-left: 0em;
  border-left: 0px none;
}

#thumbs .thumbnailSpace {
  display: inline-block;
  width: 50%;
}

#thumbs .thumbnail.bookmarked:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 150%;
  content: "\f02e";
  position: absolute;
  top: -0.15em;
  left: 0.3em;
}

#thumbs .thumbnail.noLeftMargin.bookmarked:after {
  display: none;
}

#content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}


#content.resizeInProgress:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
  z-index: 100;
}

#content.resizeInProgress:after {
  content: "";
  background-image: url(trioboImageLoader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;  
}

.animatedScreen {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animatedGroup {
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#headerLeft {
  float:left;
}

#headerRight {
  float:right;
}

#headerLeft button,
#headerRight button {
  display: inline-block;
}

#headerLeft button.hidden,
#headerRight button.hidden {
  display: none;
}

#headerTitle {
  padding: 1em 0em 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 87%;
  font-weight: 600;
}

#header button {
  background-color: transparent;
  border: none;
  color: rgb(0, 122, 255); /* iOSblue */
  font-size: 125%;
  margin: 0;
  padding: 0.5em 0em 0.2em;
  width: 2em;
  text-align: center;
}

#footer {
  font-size: 24px;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  height: 1em;
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 20;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}

#footer.hidden {
  -webkit-transform: translate(0, 1em);
  transform: translate(0, 1em);
}

#footer div {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 10.68em;
  height: 1em;
  background-image: url(powered_by_Triobo.png);
  background-size: 10.68em 1em;
}

#footer.reworkio div {
  width: 5.21em;
  height: 1em;
  background-image: url(powered_by_Reworkio.png);
  background-size: 5.21em 1em;
}

#containerListOfPublications, #containerListOfIssues {
  padding: 16px 0;
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 100%;
}
#containerListOfPublications {
  overflow-y: scroll;
}
#containerListOfIssues {
  overflow: hidden;
}
.itemWrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}

.thumbsGroup {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.thumbsGroup .issueCover {
  position: absolute;
  background-color: white;
  margin: 0 auto;
}


.pubInfo {
  height: 1em;
  margin-bottom: 1em;
  padding: 0 8px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pubInfo .numberOfNewIssues {
  display: inline-block;
  float: right;
  padding: 0px 8px;
}

.pubInfo .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.issueWrapper {
  display: block;
  margin: 0px;
  padding: 8px;
}

.issueCover {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

.pdfonly:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 64px;
  height: 64px;
  background-image: url(pdfonly.png);
  background-size: 64px 64px;
  content: "";
}

.issueCover img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.issueInfo {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  color: #888;
}

.issueInfo p {
  margin: 0;
  padding: 0;
  height: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.issueInfo span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  height: 16px;
}

.issueInfo .title {
  color: black;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}
.issueInfo .title .isNew,
.pubInfo .numberOfNewIssues .isNew {
  float: left;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 4px 4px 0 0;
  background-color: rgb(0, 122, 255); /* iOSblue */
}

.tagTitle.hasNewIssues:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 4px 4px 0 0;
  background-color: rgb(0, 122, 255); /* iOSblue */
}

.pubInfo .numberOfNewIssues .isNew {
  margin-top: 3px;
}

.issueInfo .date {
  font-weight: 200;
  width: 65%;
}

.issueInfo .status {
  text-align: right;
  text-transform: uppercase;
  font-weight: 200;
  width: 35%;
}

.issueInfo .status .value {
  display: inline-block;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
}

.issueInfo .status .loader {
  display: inline-block;
  padding-right: 4px;
}

.issueInfo .status .loader.hidden {
  display: none;
}

.issueInfo .price {
  float: right;
  margin-left: 8px;
  text-align: right;
  font-weight: 200;
  color: rgb(0, 122, 255); /* iOSblue */
}

.box.tagContainer {
  vertical-align: bottom;
  margin-bottom: 8px;
}
.tagWrapper {
  display: block;
  margin: 8px auto 2px;
  text-align: center;
  padding: 6px 0px;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  display: table;
}
.tagWrapper.portrait {
  width: 176px;
  height: 234px;
}
.tagWrapper.landscape {
  width: 234px;
  height: 176px;
}
.tagWrapper .miniCoversWrapper {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tagWrapper .miniCover {
  display: inline-block;
  vertical-align: bottom;
  margin: 1px;
  overflow: hidden;
  position: relative;
}

.tagWrapper .miniCover img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.tagTitle {
  height: 30px;
  text-align: center;
  color: black;
  font-weight: 600;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
#filteredIssuesBox, #folderName {
  display: block;
  width: 300px;
  margin: 32px auto;
}

.tagColor {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 4px;
}

#issueDetailsWrapper {
  padding: 44px 0px 24px;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

#issueDetails {
  vertical-align: top;
  padding: 8px;
  height: 100%;
  overflow-y: scroll;
}

#issueDetails button {
  display: block;
  width: 238px;
  margin: 0px auto 8px;
}

#issueDetails button.inProgress:before {
  content: "\f1ce";
  float: left;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}


#issueDetails .issueTitle {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
}

#issueDetails .description {
  margin: 20px 0 16px;
  line-height: 1.2;
}

#storesLinks {
  margin-top: 16px;
}

#storesLinks button {
  padding: 14px;
  font-size: 95%;
  text-align: left;
  border: 1px solid;
  color: rgb(0, 122, 255); /* iOSblue */
  background-color: white;
}

#storesLinks button i {
  margin: -6px -6px -8px;
  font-size: 200%;
  float: right;
}

#noConnection {
  text-align: center;
  padding: 8px;
  border: 1px solid #ff8;
  background-color: #ffa;
  border-radius: 3px;
  font-size: 13px;
}

#noConnection i {
  color: red;
}

#issueIndexWrapper {
  padding: 44px 0 24px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#issueIndex {
  text-align: left;
  height: 100%;
  overflow-y: scroll;
  padding: 8px 0;
}

#issueIndex .indexItem {
  display: block;
  position: relative;
  vertical-align: bottom;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
}

#issueIndex .indexItem .thumbnailWrap {
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}
#issueIndex .indexItem .thumbnailWrap img {
  width: 100%;
  height: 100%;
}

#issueIndex.largeThumbsOnly .indexItem.narrow .thumbnailWrap {
  width: 150px;
}
#issueIndex.largeThumbsOnly .indexItem.wide .thumbnailWrap {
  width: 242px;
}

#issueIndex.thumbsOnly .indexItem .thumbnailWrap {
  width: 90px !important;
  height: 90px !important;
}
#issueIndex.thumbsOnly .indexItem .thumbnailWrap img {
  border: 0px none;
  width: 100%;
  height: auto;
}
#issueIndex.thumbsOnly .indexItem.narrow .thumbnailWrap img {
  margin-top: 50%;
  transform: translateY(-50%);
}
#issueIndex.thumbsOnly .indexItem.wide .thumbnailWrap img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

#issueIndex .section {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  padding: 2px 8px 2px 100px;
  width: 100%;
  background-color: #ccc;
  color: white;
  font-weight: 200;
  font-size: 13px;
}
#issueIndex .section.repeated {
  display: none;
}
#issueIndex .title {
  padding-top: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}

#issueIndex .title.noauthor {
  padding-top: 42px;
}

#issueIndex .author {
  color: rgba(128, 128, 128, 1);
  font-weight: 200;
}


#issueIndex.fullContent .indexItem {
  height: 102px;
  border-bottom: 1px solid #ddd;
}
#issueIndex.fullContent .thumbnailWrap {
  float: left;
  overflow: hidden;
  width: 90px !important;
  height: 90px !important;
  margin: 2px;
  background-color: white;
}
#issueIndex.fullContent .indexItem .thumbnailWrap img {
  border: 0px none;
  width: 100%;
  height: auto;
}
#issueIndex.fullContent .indexItem.narrow .thumbnailWrap img {
  margin-top: 50%;
  transform: translateY(-50%);
}
#issueIndex.fullContent .indexItem.wide .thumbnailWrap img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

#issueIndex.textOnly .indexItem {
  height: 41px;
  border-bottom: 1px solid #ddd;
  padding: 2px;
}
#issueIndex.textOnly .thumbnailWrap {
  float: left;
  overflow: hidden;
  width: 32px !important;
  height: 32px !important;
  margin: 2px;
  background-color: white;
}
#issueIndex.textOnly .indexItem .thumbnailWrap img {
  border: 0px none;
  width: 100%;
  height: auto;
}
#issueIndex.textOnly .indexItem.narrow .thumbnailWrap img {
  margin-top: 50%;
  transform: translateY(-50%);
}
#issueIndex.textOnly .indexItem.wide .thumbnailWrap img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
#issueIndex.textOnly .section {
  display: none;
}
#issueIndex.textOnly .indexItem p.title {
  padding-top: 3px;
}
#issueIndex.textOnly .indexItem p.title.noauthor {
  padding-top: 12px;
}




#issueIndex .keywords {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0px;
  padding: 0px 8px 0px 100px;
  color: rgba(128, 128, 128, 1);
  font-weight: 200;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}


#issueIndexWrapper.searchResults .indexItem {
  display: inline-block;
  width: 300px;
}

#issueIndex.checklist .indexItem {
  display: none;
}

#issueIndex #checklist {
  display: none;
}

#issueIndex.checklist #checklist {
  display: block;
  max-width: 640px;
  padding: 0 8px;
  margin: 0 auto;
}

#issueIndex.checklist #checklist .indexItem {
  display: block;
  padding: 8px 0;
  height: auto;  
  max-width: 624px;
}
#issueIndex.checklist #checklist .indexItem .value {
  float: right;
}

#issueIndex.thumbsOnly .indexItem p,
#issueIndex.thumbsOnly .indexItem .section {
  display: none;
}

#issueIndex.thumbsOnly .indexItem {
  display: inline-block;
  border-bottom: none;
  width: auto;
}

#issueIndex.largeThumbsOnly .indexItem p,
#issueIndex.largeThumbsOnly .indexItem .section {
  display: none;
}

#issueIndex.largeThumbsOnly .indexItem {
  display: inline-block;
  border-bottom: none;
  width: auto;
}

#issueIndex.editBookmarks .indexItem:after {
  color: #fff;
  -moz-text-stroke-color: #000;
  -webkit-text-stroke-color: #000;
  -moz-text-stroke-width: 1px;  
  -webkit-text-stroke-width: 1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 200%;
  content: "\f02e";
  position: absolute;
  top: 1px;
  left: 12px;
}
#issueIndex .indexItem.bookmarked:after {
  color: rgb(0, 122, 255); /* iOSblue */
  -moz-text-stroke-color: #ddd;
  -webkit-text-stroke-color: #ddd;
  -moz-text-stroke-width: 1px;  
  -webkit-text-stroke-width: 1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 200%;
  content: "\f02e";
  position: absolute;
  top: 1px;
  left: 12px;
}

#issueIndex.editBookmarks .thumbnailWrap {
  opacity: 0.2;
}
#issueIndex.editBookmarks .bookmarked .thumbnailWrap {
  opacity: 1;
}


#issueIndex.bookmarkedOnly .indexItem {
  display: none;
}

#issueIndex.bookmarkedOnly .indexItem.bookmarked {
  display: block;
}

#issueIndex.thumbsOnly.bookmarkedOnly .indexItem.bookmarked {
  display: inline-block;
}

#issueIndex.largeThumbsOnly.bookmarkedOnly .indexItem.bookmarked {
  display: inline-block;
}


.issueProgressBar {
  width: 100%;
  height: 10px;
  border: 1px solid rgba(0, 160, 255, 0.5);
  border-radius: 3px;
  margin-top: 8px;
}

.issueProgressBar div {
  background-color: rgb(0, 122, 255); /* iOSblue */
  height: 100%;
  -webkit-animation: progress 2s linear infinite;
  animation: progress 2s linear infinite;
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 30px;
  }
}

@keyframes progress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 30px;
  }
}

.issueProgressBarData {
  width: 100%;
  text-align: center;
  margin: 4px 0 8px;
}

/* issue Detail Dialog */
#detailIssueLeft {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#detailIssueLeft.portrait {
  width: 200px;
  height: 240px;
}

#detailIssueLeft.landscape {
  width: 252px;
  height: 240px;
}

#detailIssueRight {
  display: inline-block;
  width: 340px;
  vertical-align: middle;
}

#modalDialog #detailIssueLeft .issueCover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.issueDetailTitle {
  /*color: rgb(0, 122, 255); /* iOSblue */
  font-size: 120%;
  margin-bottom: 8px;
  font-weight: 400;
}

.issueDetailTitle:not(:first-child) {
  margin-top: 10px;
  border-top: 1px solid #aaa;
  padding-top: 10px;
}

.issueDetailInfo {
  color: #888;
}

.buttonRow {
  margin-top: 12px;
}

#modalDialog .dialogContent .buttonRow button {
  display: inline-block;
  width: 162px;
  margin: 0 8px 0 0;
  text-align: center;
  background-color: rgb(0, 122, 255); /* iOSblue */
  border-radius: 3px;
  color: white;
}

#modalDialog .dialogContent #previewBar button {
  border: 1px solid rgb(0, 122, 255); /* iOSblue */
  background-color: white;
  color: rgb(0, 122, 255); /* iOSblue */
  border-radius: 3px;  
}

.issueDetailProgress {
  width: 348px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 16px;
}

.articleContainer {
  color: black;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.articlesWrapper {
  transition: opacity 0.2s;
}

.articleContent {
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.fakeArticle {
  position: absolute;
  top: 0px;
  border-width: 4px;
  border-style: dashed;
}

.articleContent .objekt.stranka {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-perspective: 1024px;
  perspective: 1024px;
}

.articleContent.starting .objekt.stranka {
  opacity: 0;
}

.forbiddenArticlePreview {
  width: 100%;
  opacity: 0.5;
}
.overlayForbiddenArticle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(mask.png);
  background-repeat: repeat;
  background-size: 8px 8px;
  opacity: 0.5;
}

.centeredTextBox {
  width: 95%;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinLoader {
  font-size: 200%;
  opacity: 0.3;
}

div.imageloader {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

div.imageloader div {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 4px;
  height: 12px;
  background-color: rgba(0,0,0,0.3);
  -webkit-animation: imageloaderanimation 1s infinite;
  animation: imageloaderanimation 1s infinite;
}

div.imageloader div:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  bottom: 0px;
  width: 4px;
  height: 12px;
  background-color: rgba(0,0,0,0.3);
  -webkit-animation: imageloaderanimation 1s infinite 0.2s;
  animation: imageloaderanimation 1s infinite 0.2s;
}

div.imageloader div:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 0px;
  width: 4px;
  height: 12px;
  background-color: rgba(0,0,0,0.3);
  -webkit-animation: imageloaderanimation 1s infinite 0.4s;
  animation: imageloaderanimation 1s infinite 0.4s;
}

.issueCover .imageLoaderPlaceholder, #issueIndex .indexItem .thumbnailWrap .imageLoaderPlaceholder, .tagWrapper .miniCover .imageLoaderPlaceholder {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(220,220,220,1);
}

@-webkit-keyframes imageloaderanimation {
  0% {height: 12px;}
  50% {height: 6px;}
  100% {height: 12px;}
}
@keyframes imageloaderanimation {
  0% {height: 12px;}
  50% {height: 6px;}
  100% {height: 12px;}
}

button {
  line-height: 1;
  padding: 12px 16px 12px;
  background-color: rgb(0, 122, 255); /* iOSblue */
  border: none;
  border-radius: 3px;
  margin: 4px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}

button.red {
  background-color: #f44;
}

button.green {
  background-color: #4a4;
}

button:focus {
  outline: 0;
}

button:disabled {
  background-color: #888;
  color: #ccc;
}

#butrowMainAndDelete {
  width: 238px;
  margin: 0 auto;
  display: block;
}

#butIssueControlMain {
  width: 100%;
}

#butIssueControlMain.canBeDeleted {
  width: 186px;
}

#butrowMainAndDelete #butIssueDelete {
  font-size: 23px;
  float: right;
  margin-left: 8px;
  width: 42px;
  height: 40px;
  padding: 0px;
}

input {
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px;
  padding: 4px;
  -webkit-appearance: none;
  appearance: none;
}

/* dialogs */

#modalOverlay {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 100;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#modalOverlay.fadeout {
  background-color: rgba(0, 0, 0, 0.5);
}

#modalOverlay.blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);  
}

#modalOverlay.isAnimated {
  opacity: 0;
}

#modalDialog {
  /* autoprefixer: off */
  -webkit-transition: 0.3s -webkit-transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  font-size: 15px;
  background-color: #eaeaea;
  border: 1px solid #ddd;
  overflow: hidden;
  color: black;
}

#modalDialog.isAnimated,
#modalYesNoDialog.isAnimated {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}

#modalDialogArrow {
  /* autoprefixer: off */
  -webkit-transition: 0.3s -webkit-transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ddd;
}

#modalDialogArrow.isAnimated {
  -webkit-transform: translate(0, 20px) rotate(45deg);
  transform: translate(0, 20px) rotate(45deg);
  opacity: 0;
}

#modalYesNoDialog {
  /* autoprefixer: off */
  -webkit-transition: 0.3s -webkit-transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 260px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  color: black;
}

#modalYesNoDialog .title {
  font-weight: 600;
  padding: 20px 16px 0px;
}

#modalYesNoDialog .text {
  font-size: 13px;
  padding: 8px 16px;
}

#modalYesNoDialog .buttons {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #ddd;
  width: 100%;
}

#modalYesNoDialog .buttons button {
  background-color: inherit;
  color: rgb(0, 122, 255); /* iOSblue */
  width: 50%;
  padding: 12px;
  margin: 0;
  border-radius: 0px;
}

#modalYesNoDialog .buttons button:only-child {
  width: 100%;
}

#modalYesNoDialog .buttons button:last-child {
  font-weight: 600;
}

#modalYesNoDialog .buttons button:nth-child(2) {
  border-left: 1px solid #ddd;
}

#modalYesNoDialog .buttons button.red {
  color: red;
}

.dialogScreen {
  /* autoprefixer: off */
  position: absolute;
  -webkit-transition: 0.2s -webkit-transform, 0.2s opacity;
  transition: 0.2s transform, 0.2s opacity;
  border-radius: 8px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.dialogScreen::-webkit-scrollbar {
  display: none;
}

.dialogScreen.left {
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  opacity: 0;
}

.dialogScreen.right {
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  opacity: 0;
}

.dialogHeader {
  border-bottom: 1px solid #ddd;
  color: black;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 18px 64px 14px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dialogContent {
  padding: 12px 0;
}

.dialogContent p.groupTitle {
  margin-top: 16px;
  padding: 6px 16px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}

.dialogContent p.groupTitle:first-child {
  margin-top: 0px;
}
/* if .dialogContent p.groupTitle:first-child was changed to .dialogContent form:first-of-type p.groupTitle, this would not be needed */
.dialogContent p.groupTitle.withGap {
  margin-top: 16px;
}

.dialogContent p.groupTitle.noGap {
  margin-top: 0px;
}

.dialogContent p.note {
  padding: 6px 16px;
  font-size: 12px;
  color: #666;
}

.dialogContent p.clickable {
  padding: 12px 16px 11px;
  color: rgb(0, 122, 255); /* iOSblue */
  font-size: 12px;
  cursor: pointer;
}


.dialogContent p.centered {
  padding: 0 16px;
  line-height: 120%;
  text-align: center;
}

.dialogContent p.big {
  padding: 16px 16px;
  font-size: 300%;
  color: #666;
}

#modalDialog .gapTop {
  margin-top: 16px;
}

.dialogContent .rolableInfos {
  padding: 0px 16px;
  font-size: 12px;
  overflow-y: scroll;
}

#modalDialog .dialogContent .gapBeforeIfNotFirst:not(:first-child) {
  margin-top: 16px;
}

.dialogButtons {
  position: absolute;
  top: 5px;
  width: 100%;
  text-align: center;
  left: 0px;
  height: 40px;
  font-size: 16px;
}

#modalDialog .dialogButtons button {
  margin: 0;
  padding: 15px 16px 7px;
  background-color: transparent;
  color: rgb(0, 122, 255); /* iOSblue */
  border-radius: 0px;
  position: absolute;
  display: inline-block;
  border: 0px none;
  width: auto;
  text-align: left;
}

#modalDialog .dialogButtons button:first-child {
  top: 0px;
  right: 0px;
}

#modalDialog .dialogButtons button:nth-child(2),
#modalDialog .dialogButtons button.onLeft {
  top: 0px;
  left: 0px;
}

#modalDialog .dialogButtons button.mobileOnly,
#modalDialog .dialogContent button.mobileOnly {
  display: none;
}

#modalDialog .dialogContent button {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  background-color: white;
  color: rgb(0, 122, 255); /* iOSblue */
  width: 100%;
  font-size: 16px;
  text-align: left;
}

#modalDialog .dialogButtons button.red,
#modalDialog .dialogContent button.red {
  color: #f44;
}

#modalDialog .dialogContent button:disabled,
#modalDialog .dialogContent form:invalid button[type="submit"]
 {
  opacity: 0.5;
  cursor: not-allowed;
}

#modalDialog .dialogContent button.shareSquare {
  display: inline-block;
  font-size: 200%;
  width: 64px;
  text-align: center;
  margin: 0 8px;
  padding: 16px;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
}

.commonText {
  padding: 0px 16px;
  font-size: 16px;
  line-height: 20px;
}

.innerBox {
  padding: 0px 16px;
  line-height: 20px;
}

.commonText b {
  font-weight: normal;
  color: rgb(0, 122, 255); /* iOSblue */
}

#modalDialog ul {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 16px;
}

#modalDialog ul li {
  font-size: 90%;
  line-height: 120%;
  margin: 4px 0;
}
/* switch */
.multiswitch {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.multiswitch.on::after {
  display: inline-block;
  position: absolute;
  right: 16px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: rgb(0, 122, 255); /* iOSblue */
}

/* iOS switch */
legend {
  margin: 0 0 5px;
  color: #6f6f74;
  font-size: 13px;
  line-height: 1.4;
}

.item {
  position: relative;
  background: #ffffff;
}

.item p {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 12px 64px 11px 16px;
  color: #000000;
  font-size: 16px;
}
.item p.highlighted {
  background-color: rgba(0, 127, 255, 0.3);
}


.item:nth-child(1) p {
  border: 0;
}

input[type="checkbox"] {
  display: none;
}

.toggle {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 9px;
  margin: auto;
  width: 51px;
  height: 31px;
}

.toggle label,
.toggle i {
  display: block;
  background: #ffffff;
}

.toggle label {
  width: 51px;
  height: 32px;
  border-radius: 32px;
  border: 2px solid #e5e5e5;
  -webkit-transition: all 0.30s ease;
  transition: all 0.30s ease;
  cursor: pointer;
}

.toggle i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.275, -0.450, 0.725, 1.450);
  transition: all 0.3s cubic-bezier(0.275, -0.450, 0.725, 1.450);
}

input[type="checkbox"]:active + .toggle i {
  width: 35px;
}

input[type="checkbox"]:active + .toggle label,
input[type="checkbox"]:checked + .toggle label {
  border: 16px solid #4cd964;
}

input[type="checkbox"]:checked + .toggle i {
  left: 21px;
}

input[type="checkbox"]:checked:active + .toggle label {
  border: 16px solid #e5e5e5;
}

input[type="checkbox"]:checked:active + .toggle i {
  left: 14px;
}

/* toggle Buttons */
.toggleButtons {
  display: inline-block;
}

.toggleButtons.hidden {
  display: none;
}

.toggleButtons div {
  display: inline-block;
  border: 1px solid; /* iOSblue */
  border-right: 0px none;
  color: rgb(0, 122, 255); /* iOSblue */
  padding: 11px 12px;
  font-size: 16px;
  cursor: pointer;
}

.toggleButtons div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toggleButtons div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid;
}

.toggleButtons div.pressed {
  background-color: rgb(0, 122, 255); /* iOSblue */
  color: white;
  border-color: rgb(0, 122, 255); /* iOSblue */
}

#header .toggleButtons {
  margin: 0 16px 0 0;
  position: relative;
  top: -2px;
}

#header .toggleButtons div {
  padding: 1px 6px 3px;
  font-size: 80%;
  border-width: 2px;
}

/* info row */

.info {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 16px;
}

.info .value {
  float: right;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  line-height: 1.2;
}

#modalDialog .dialogContent .title {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

/* submenu row */
.submenu {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.submenu::after {
  display: inline-block;
  position: absolute;
  right: 16px;
  padding-top: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  color: #666;
}


/* dialog Login to Triobo Reader */
.dialogLogin span.legend, .zoneGDPR span.legend {
  display: inline-block;
  width: 100px;
}

.dialogLogin input, .zoneGDPR input {
  width: calc(100% - 108px);
  margin: 1px 4px;
}

/* dialog Search Reader */
.dialogSearch span.legend {
  display: inline-block;
  width: 80px;
}

.dialogSearch input {
  width: 380px;
}

#issueDetailsAndIndexWrapper {
  height: 100%;
}

.laySourcesLoader {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 10000;
  text-align: right;
  width: 72px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.laySourcesLoader i {
  float: left;
}

.laySourcesLoader.hidden {
  opacity: 0;
}

/* triobo articles objects */
.objekt {
  box-sizing: border-box;
  position: absolute;
  outline-style: solid;
  outline-width: 0px;
  outline-color: #aaa;
  -webkit-transform-style: flat;
  transform-style: flat;
  overflow: hidden;
  cursor: inherit;
  pointer-events: none;
}

.objekt div {
  white-space: normal;
  word-wrap: break-word;
  unicode-bidi: embed;
  -webkit-line-break: after-white-space;
  -webkit-nbsp-mode: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-column-fill: auto;
  column-fill: auto;
}

.objekt._tg_fix {
  position: fixed;
}

.objekt img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.objekt .cropfix {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

._tg_obj {
  display: block;
  position: relative;
}

._tg_imx {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

._tg_imx img {
  display: block;
  position: absolute;
}

.objekt div {
  border-width: 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.objekt span {
  border-width: 0px;
  border-style: solid;
}

.objekt ul {
  list-style-position: outside;
  padding-left: 1.4em;
  border: 0px solid;
}

.objekt a:link {
  color: inherit;
  text-decoration: inherit;
}

.objekt a:visited {
  color: inherit;
  text-decoration: inherit;
}

.objekt a:hover {
  color: inherit;
  text-decoration: inherit;
}

.objekt a:active {
  color: inherit;
  text-decoration: inherit;
}

.objekt.verti > div {
  display: table-cell;
  height: inherit;
  width: inherit;
}

.objekt video.loading {
  opacity: 0;
}

.objekt .photo360 .threedee {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*.objekt .photo360 .sphere .face {
  box-shadow: inset 0 0 0 1px #0f0;
  mask-image: none !important;
  backface-visibility: visible;
}*/

.objekt  .photo360control {
  position: absolute;
  background-color: rgba(200, 200, 200, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.objekt  .photo360control:hover {
  background-color: rgba(200, 200, 200, 0.3);
}

.objekt .photo360control.rightPanel {
  right: 24px;
  bottom: 24px;
  width: 86px;
  height: 86px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.objekt .photo360control.leftPanel {
  left: 24px;
  bottom: 24px;
  width: 44px;
  height: 86px;
}

.objekt .photo360control div {
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 42px;
  color: rgba(255, 255, 255, 0.3);
}

.objekt .photo360control div:hover {
  color: rgba(255, 255, 255, 0.8);
}

.objekt .photo360control div.up {
  top: 0px;
  left: 44px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.objekt .photo360control div.right {
  top: 44px;
  left: 44px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.objekt .photo360control div.down {
  top: 44px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.objekt .photo360control div.left {
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.objekt .photo360control div.zoomin {
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.objekt .photo360control div.zoomout {
  top: 44px;
  left: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ruka, .isActive, .objekt video, .objekt audio, .objekt._tg_covers, .objekt.hasAction, .objekt iframe, .objekt.photo360object, .objekt .googlemaps {
  cursor: pointer;
  pointer-events: auto;
}

.objekt .formObjectCheckbox div {
  display: table;
  width: 100%;
  height: 100%;
}
.objekt .formObjectCheckbox div div {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.objekt .formObjectNumber div {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}
.objekt .formObjectNumber div div {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.objekt .formObjectNumber.horizontal .minus {
  top: 0px;
  left: 0px;
  width: 33%;
  height: 100%;
}
.objekt .formObjectNumber.horizontal .value {
  top: 0px;
  left: 33%;
  width: 33%;
  height: 100%;
}
.objekt .formObjectNumber.horizontal .plus {
  top: 0px;
  right: 0px;
  width: 33%;
  height: 100%;
}
.objekt .formObjectNumber.vertical .minus {
  top: 67%;
  left: 0px;
  width: 100%;
  height: 33%;
}
.objekt .formObjectNumber.vertical .value {
  top: 33%;
  left: 0px;
  width: 100%;
  height: 33%;
}
.objekt .formObjectNumber.vertical .plus {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 33%;
}
.objekt .formObjectNumber.onright .minus {
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 50%;
}
.objekt .formObjectNumber.onright .value {
  top: 0%;
  left: 0px;
  width: 50%;
  height: 100%;
}
.objekt .formObjectNumber.onright .plus {
  top: 0px;
  right: 0px;
  width: 50%;
  height: 50%;
}

._tg_note {
  position: absolute;
  -webkit-transform-style: flat;
  transform-style: flat;
  overflow: hidden;
  cursor: pointer;
}

.stranka .group {
  -webkit-overflow-scrolling: touch;
}


/* animations */

._tg_anim_fadeOut {
  opacity: 0;
}

._tg_anim_foldDown {
  opacity: 0;
  -webkit-transform: translateY(50%) scale(0.1) rotateX(80deg) !important;
  transform: translateY(50%) scale(0.1) rotateX(80deg) !important;    
}

._tg_anim_dimmedLeft {
  opacity: 0.5;
  -webkit-transform: translateX(-32px) !important; 
  transform: translateX(-32px) !important;
}

._tg_anim_dimmedRight {
  opacity: 0.5;
  -webkit-transform: translateX(32px) !important;
  transform: translateX(32px) !important;
}

._tg_anim_newsPaper {
  -webkit-transform: scale(0.001) rotateZ(900deg) !important;  
  transform: scale(0.001) rotateZ(900deg) !important;  
}

@-webkit-keyframes _tg_key_infSpinRight {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}   
}
@keyframes _tg_key_infSpinRight {
  0%  {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}   
}

@-webkit-keyframes _tg_key_infSpinLeft {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(-360deg);}   
}
@keyframes _tg_key_infSpinLeft {
  0%  {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}   
}

@-webkit-keyframes _tg_key_infSpinX {
  0%  {-webkit-transform: rotateX(0deg);}
  100% {-webkit-transform: rotateX(360deg);}   
}
@keyframes _tg_key_infSpinX {
  0%  {transform: rotateX(0deg);}
  100% {transform: rotateX(360deg);}   
}

@-webkit-keyframes _tg_key_infSpinY {
  0%  {-webkit-transform: rotateY(0deg);}
  100% {-webkit-transform: rotateY(360deg);}   
}
@keyframes _tg_key_infSpinY {
  0%  {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}   
}

@-webkit-keyframes _tg_key_infSpinXandWait {
  0%  {-webkit-transform: rotateX(0deg);}
  10% {-webkit-transform: rotateX(360deg);}   
  100% {-webkit-transform: rotateX(360deg);}   
}
@keyframes _tg_key_infSpinXandWait {
  0%  {transform: rotateX(0deg);}
  10% {transform: rotateX(360deg);}   
  100% {transform: rotateX(360deg);}   
}

@-webkit-keyframes _tg_key_infSpinYandWait {
  0%  {-webkit-transform: rotateY(0deg);}
  10% {-webkit-transform: rotateY(360deg);}   
  100% {-webkit-transform: rotateY(360deg);}   
}
@keyframes _tg_key_infSpinYandWait {
  0%  {transform: rotateY(0deg);}
  10% {transform: rotateY(360deg);}   
  100% {transform: rotateY(360deg);}   
}

@-webkit-keyframes _tg_key_infHorizShake {
  25%  {-webkit-transform: translateX(2px);}
  75%  {-webkit-transform: translateX(-2px);}
}
@keyframes _tg_key_infHorizShake {
  25%  {transform: translateX(2px);}
  75%  {transform: translateX(-2px);}
}

@-webkit-keyframes _tg_key_infDimming {
  50%  {opacity: 0;}
}
@keyframes _tg_key_infDimming {
  50%  {opacity: 0;}
}

@-webkit-keyframes _tg_key_infFlashing {
  0%   {opacity: 1;}
  49%  {opacity: 1;}
  50%  {opacity: 0;}
  99%  {opacity: 0;}
}
@keyframes _tg_key_infFlashing {
  0%   {opacity: 1;}
  49%  {opacity: 1;}
  50%  {opacity: 0;}
  99%  {opacity: 0;}
}

@-webkit-keyframes _tg_key_infPulse {
  0%  {-webkit-transform: scale(1);}
  5%  {-webkit-transform: scale(1.1);}
  10%  {-webkit-transform: scale(1);}
  15%  {-webkit-transform: scale(1.1);}
  20%  {-webkit-transform: scale(1);}
}
@keyframes _tg_key_infPulse {
  0%  {transform: scale(1);}
  5%  {transform: scale(1.1);}
  10%  {transform: scale(1);}
  15%  {transform: scale(1.1);}
  20%  {transform: scale(1);}
}

@-webkit-keyframes _tg_key_infRainbow {
  0%   {background-color: rgb(255, 0, 0);}
  16%   {background-color: rgb(255, 255, 0);}
  33%   {background-color: rgb(0, 255, 0);}
  50%   {background-color: rgb(0, 255, 255);}
  66%   {background-color: rgb(0, 0, 255);}
  83%   {background-color: rgb(255, 0, 255);}
  100%  {background-color: rgb(255, 0, 0);}
}
@keyframes _tg_key_infRainbow {
  0%   {background-color: rgb(255, 0, 0);}
  16%   {background-color: rgb(255, 255, 0);}
  33%   {background-color: rgb(0, 255, 0);}
  50%   {background-color: rgb(0, 255, 255);}
  66%   {background-color: rgb(0, 0, 255);}
  83%   {background-color: rgb(255, 0, 255);}
  100%  {background-color: rgb(255, 0, 0);}
}


/* animations end */


.variableObject {
  -webkit-perspective: 1024px;
  perspective: 1024px;
}

#galleryContainer {
  width: 100%;
  height: 100%;
  background-color: black;
  color: black;
  -webkit-perspective: 1024px;
  perspective: 1024px;
}

.galleryImageContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.galleryImageContainer img {
  position: absolute;
}

.galleriesInfo {
  position: absolute;
  bottom: 32px;
  width: 100%;
}

.galleriesInfo p {
  margin: 0px;
  border: 0px solid;
}

.galleriesButton {
  position:absolute;
  z-Index:200;
  cursor: pointer;  
}

.VOdotsBar {
  text-align: center;
  height: 16px;
  position: absolute;
  width: 100%;
  bottom: 16px;
}

.VOdot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 5px 4px;
  opacity: 0.3;
}

.VOdot.active {
  opacity: 1;
}

.articleContent.isPortrait ._tg_landscapeOnly {
  display: none;
}

.articleContent.isLandscape ._tg_portraitOnly {
  display: none;
}

._tg_covers {
  overflow: hidden;
}

.syncLog table table {
  border: 1px solid gray;
}

.syncLog table th {
  color: blue;
}

.syncLog table tr td {
  padding: 2px 4px;
}

#buttonThumbs i {
  margin-right: 2px;
  -webkit-transform: scale(1, 2) translate(0, -3px);
  transform: scale(1, 2) translate(0, -3px);
}

#buttonBookmark.bookmarked i.fa-bookmark-o:before {
  content: "\f02e";
}

.hasAction {
  cursor: pointer;
}

#articleListControl {
  margin: 12px 0;
  text-align: center;
}






#singleIssueLoader {
  width: 100%;
  height: 768px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#singleIssueLoader #issueDetailsWrapper {
  display: block;
  width: 60%;
  height: 50%;
  margin: 21px auto 0px;
}

#singleIssueLoader #issueDetails .issueProgressBar {
  margin-top: 32px;
}

#singleIssueLoader #issueDetails .issueCover {
  width: 168px;
  height: 168px;
}

#singleIssueLoader #issueDetails p {
  display: none;
}

#singleIssueLoader #articleListControl {
  display: none;
}

#singleIssueLoader #issueIndexWrapper {
  display: block;
  width: 100%;
  padding-top: 32px;
}

#singleIssueLoader #issueIndex {
  white-space: nowrap;
  margin: 0 32px;
}

#singleIssueLoader .indexItem {
  display: inline-block;
  border-bottom: 0px none;
}

#singleIssueLoader .indexItem p,
#singleIssueLoader .indexItem .section {
  display: none;
}

#singleIssueLoader #issueIndex .tablet.portrait .thumbnailWrap {
  width: 168px;
  height: 224px;
}

#singleIssueLoader #issueIndex .mobile.portrait .thumbnailWrap {
  width: 63px;
  height: 111px;
}

#singleIssueLoader #issueIndex .tablet.landscape .thumbnailWrap {
  width: 298px;
  height: 224px;
}

#singleIssueLoader #issueIndex .tablet.landscape .thumbnailWrap img.thumbnail {
  left: 0px;
}

#singleIssueLoader #issueIndex .mobile.landscape .thumbnailWrap {
  width: 111px;
  height: 63px;
}

#issueDetailsAndIndexWrapper.singleIssue .issueTitle {
  display: none;
}

#issueDetailsAndIndexWrapper.singleIssue .issueCover {
  margin-top: 4px;
  width: 168px;
  height: 168px;
}


#searchContainer {
  width: 90%;
  max-width: 640px;
  margin: 16px auto 8px;
  position: relative;
}

#searchQuery {
  width: 100%;
  margin: 0px;
  padding-right: 32px;
}

#searchButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 29px;
  margin: 0px;
  padding: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#searchHelp {
  margin-top: 32px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
  border-radius: 3px;
  color: #888;
}

#searchHelp h1 {
  background-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: white;
  width: 100%;
  padding: 4px 16px;
  font-size: 160%;
}

#searchHelp .searchHelpBlock {
  display: inline-block;
  width: 33%;
  min-width: 210px;
  padding: 16px;
}

#searchHelp .sample {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 3px;
  position: relative;
}

#searchHelp .sample:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 4px;
  color: rgba(255,255,255,0.5);
  background-color: #ccc;
}

#searchHelp ul {
  margin: 8px 0;
}

#searchHelp .no {
  text-decoration: line-through;
  opacity: 0.5;
}

.formattedInfo h1 {
  margin: 0 0 0.2em 0;
  font-size: 150%;
  font-weight: bold;
}
.formattedInfo p {
  margin: 4px 0;
}


/* distributing space (simulating flex), container has style boxesinXcolumns, each item has style box. Rest is remaing space if box is used as left sidebar. */

.box,
.rest {
  display: inline-block;
  vertical-align: bottom;
}

.boxesin1columns .box {
  width: 100%;
}

.boxesin1columns .rest {
  width: 100%;
}

.boxesin2columns .box {
  width: 50%;
}

.boxesin2columns .rest {
  width: 50%;
}

.boxesin3columns .box {
  width: 33.333%;
}

.boxesin3columns .rest {
  width: 66.666%;
}

.boxesin4columns .box {
  width: 25%;
}

.boxesin4columns .rest {
  width: 75%;
}

.boxesin5columns .box {
  width: 20%;
}

.boxesin5columns .rest {
  width: 80%;
}

.boxesin6columns .box {
  width: 16.666%;
}

.boxesin6columns .rest {
  width: 83.333%;
}

.boxesin7columns .box {
  width: 14.285%;
}

.boxesin7columns .rest {
  width: 85.715%;
}

.boxesin8columns .box {
  width: 12.5%;
}

.boxesin8columns .rest {
  width: 87.5%;
}

.boxesin9columns .box {
  width: 11.111%;
}

.boxesin9columns .rest {
  width: 88.888%;
}

.boxesin10columns .box {
  width: 10%;
}

.boxesin10columns .rest {
  width: 90%;
}

.boxesin11columns .box {
  width: 9.09%;
}

.boxesin11columns .rest {
  width: 90.91%;
}

.boxesin12columns .box {
  width: 8.333%;
}

.boxesin12columns .rest {
  width: 91.666%;
}

.boxesin13columns .box {
  width: 7.692%;
}

.boxesin13columns .rest {
  width: 92.308%;
}


@media (max-width: 767px), (max-width: 815px) and (max-height: 420px) {
  #header button {
    width: 1.5em;
  }  
  
  #issueDetailsAndIndexWrapper .issueTitle {
    display: none;
  }

  #issueDetailsAndIndexWrapper {
    height: 100%;
    padding-bottom: 32px;
    overflow-y: scroll;
  }

  #issueIndexWrapper {
    padding: 0px;
    height: auto;
    min-height: 48px;
  }

  #issueIndexWrapper.searchResults {
    padding-top: 44px;
  }

  #issueDetailsWrapper {
    height: auto;
    min-height: 48px;
  }

  #issueDetails {
    height: auto;
    overflow-y: visible;
  }

  #issueIndex {
    overflow: hidden;
    height: auto;
  }

  #modalDialog {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    border: 0px none;
    border-radius: 0px;
  }

  .dialogScreen {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    border: 0px none;
    border-radius: 0px;
  }

  #modalDialog.virtualKeyboardShown {
    height: 55% !important;
  }

  .dialogIsAnimated {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 1;
  }
  
  .dialogHeader {
    position: fixed;
    height: 64px;
    padding: 36px 64px 0;
    z-index: 100;
  }

  .dialogContent {
    padding-top: 72px;
  }


  #floatingCookiesPolicyDialog {
    width: 100%;
    bottom: 0;
    padding-bottom: 32px;
    border: none;
    border-top: 1px solid black;
    border-radius: 0;
  }

  #modalDialogArrow {
    display: none;
  }

  #modalDialog .dialogButtons button.mobileOnly,
  #modalDialog .dialogContent button.mobileOnly {
    display: block;
  }

  .dialogButtons {
    position: fixed;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 101;
  }

  .noMaxHeightOnMobile {
    max-height: 10000px !important;
  }

  .minimize .issueControlButtons {
    height: auto;
    position: fixed;
    top: 44px;
    left: 0px;
    width: 100%;
    padding: 8px 8px 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);  
  }
  
  .tagWrapper.portrait {
    width: 146px;
    height: 194px;
  }
  .tagWrapper.landscape {
    width: 194px;
    height: 146px;
  }
  .tagWrapper .miniCover.portrait {
    width: 45px;
    height: 60px;
  }
  .tagWrapper .miniCover.landscape {
    width: 60px;
    height: 45px;
  }

  #issueDetailsAndIndexWrapper .emptySpace {
    display: none;
  }

  #issueDetailsAndIndexWrapper.minimize .emptySpace {
    display: block;
  }

  #issueIndex.largeThumbsOnly .indexItem.tablet.portrait {
    height: 202px;
  }

  #issueIndex.largeThumbsOnly .indexItem.tablet.portrait .thumbnailWrap {
    width: 146px;
    height: 194px;
  }

  #issueIndex.largeThumbsOnly .indexItem.tablet.landscape {
    height: 164px;
  }

  #issueIndex.largeThumbsOnly .indexItem.tablet.landscape .thumbnailWrap {
    width: 210px;
    height: 158px;
  }

  #issueIndex.largeThumbsOnly .indexItem.mobile.portrait {
    height: 230px;
  }

  #issueIndex.largeThumbsOnly .indexItem.mobile.portrait .thumbnailWrap {
    width: 126px;
    height: 222px;
  }
  
  #singleIssueLoader #issueDetails {
    margin: auto;
  }
  
  #singleIssueLoader #issueDetails .issueProgressBar {
    margin-top: 8px;
  }
  
  #singleIssueLoader #issueIndex {
    overflow-x: scroll;
  }
  
  #singleIssueLoader #issueIndex .indexItem {
    height: 242px;
  }
  #singleIssueLoader #issueIndex .indexItem.tablet.landscape {
    height: 128px;
  }
  #singleIssueLoader #issueIndex .indexItem.tablet.landscape .thumbnailWrap {
    width: 170px;
    height: 128px;
  }

  /* list of issues */
  .issueWrapper {
    padding: 4px;
  }
  
  ._tg_covers .issueCover.narrow, #containerListOfIssues .issueCover.narrow {
    width: 150px;
  }
  
  ._tg_covers .issueCover.wide, #containerListOfIssues .issueCover.wide {
    width: 200px;
  }

  /* issue Detail Dialog */
  #detailIssueLeft {
    display: block;
    width: 100% !important;
  }

  #detailIssueRight {
    padding: 16px;
    display: block;
    width: 100%;
    text-align: center;
  }

  #modalDialog .issueCover {
    margin: 0 auto;
  }

  .buttonRow {
    text-align: center;
  }

  #modalDialog .dialogContent .buttonRow button {
    width: 70%;
    margin: 4px auto;
  }

  .issueDetailProgress {
    width: 90%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 16px auto;
  }

  .dialogContent.dialogIssueDetail {
    position: absolute;
    width: 100%;
    height: 310px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
  }
}

@media (min-width: 512px) and (max-width: 767px) {
  .itemWrapper {
    display: inline-block;
    width: 50%;
  }

  #issueIndex {
    padding: 0px;
    height: auto;
  }

  #issueDetailsAndIndexWrapper .itemWrapper {
    width: 100%;
  }

  #issueIndex.largeThumbsOnly .indexItem.portrait {
    height: 184px;
  }

  #issueIndex.largeThumbsOnly .indexItem.portrait .thumbnailWrap {
    width: 134px;
    height: 178px;
  }
}

@media (max-height: 550px) {
  #modalDialog.virtualKeyboardShown {
    height: 38% !important;
  }

  #issueDetails .issueCover.narrow, #detailIssueLeft .issueCover.narrow {
    width: 102px;
  }

  #issueDetails .issueCover.wide, #detailIssueLeft .issueCover.wide {
    width: 160px;
  }

  .issueControlButtons {
    clear: both;
  }

  .dialogContent.dialogIssueDetail {
    height: 150px;
  }
  
  #singleIssueLoader {
    height: 320px;
  }
  
  #singleIssueLoader #issueDetails {
    display: inline-block;
    width: 33%;
    height: 100%;
    padding-top: 64px;
  }
  
  #singleIssueLoader #issueDetails .issueProgressBar {
    margin-top: 8px;
  }
  
  #singleIssueLoader #issueDetails .issueCover {
    width: 168px;
    height: 168px;
  }
  
  #singleIssueLoader #issueDetails p {
    display: none;
  }
  
  #singleIssueLoader #articleListControl {
    display: none;
  }
  
  #singleIssueLoader #issueIndexWrapper {
    display: inline-block;
    width: 66%;
    padding-top: 64px;
  }

  #singleIssueLoader #issueIndex {
    margin: 0px;
  }

  #singleIssueLoader #issueIndex .tablet.landscape .thumbnailWrap {
    width: 240px;
    height: 180px;
  }

  
}

@media (max-height: 768px) and (min-height: 551px) {
  #singleIssueLoader {
    height: 100%;
  }

  #singleIssueLoader .itemWrapper {
    height: 50%;
  }

  #singleIssueLoader #issueIndexWrapper {
    height: 50%;
    padding-top: 8px;
  }

  #singleIssueLoader .itemWrapper .issueProgressBar {
    margin-top: 8px;
  }

  #singleIssueLoader #issueIndex {
    margin: 0;
  }
}


@media (max-height: 420px) {
  /* mobile landscape => header on right */
  #header.canBeOnSide {
    height: 100%;
    width: 48px;
    right: 0px;
  }
  #header.canBeOnSide #headerTitle {
    display: none;
  }
  #header.canBeOnSide #headerLeft {
    float: none;
    width: 48px;
  }
  #header.canBeOnSide #headerRight {
    position: absolute;
    float: none;
    right: 0px;
    bottom: 24px;
    width: 48px;
  }
  #header.canBeOnSide button {
    padding: 0.6em;
    display: block;
    width: 100%;
    text-align: center;
  }
  #header.canBeOnSide button.hidden {
    display: none;
  }
  #issueDetails {
    padding-top: 16px;
  }
  .minimize #issueDetails {
    top: 0px;
  }  
  .minimize .issueControlButtons {
    top: 0px;
    padding-right: 56px;
  }
  #containerListOfPublications {
    padding-top: 16px;
    padding-right: 48px;    
  }
  #issueDetailsWrapper {
    padding-top: 0px;
  }
  #issueIndexWrapper {
    padding-top: 0px;
  }
  #searchContainer {
    padding-right: 64px;
  }
  #searchButton {
    right: 48px;
  }
  #singleIssueLoader #issueDetailsWrapper {
    margin: auto;
    padding: 16px 0 0 0;
  }
  #singleIssueLoader #issueDetails {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  #singleIssueLoader #issueIndexWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  #singleIssueLoader #issueDetails .issueCover {
    width: 100px;
    height: 100px;
  }
  #singleIssueLoader #issueIndex .tablet.landscape .thumbnailWrap {
    width: 160px;
    height: 120px;
  }
}

/* Arrows */

.arrow {
  position: fixed;
  width: 30px;
  height: 45px;
  opacity: 0.66;
  transition: all 0.5s;
  z-index: 10;
  background-image: url(arrows.png);
  background-size: 120px 90px;
  cursor: pointer;
}
.arrow:hover {
  opacity: 1;
}
.arrow.left {
  top: 50%;
  left: 16px;
  background-position-x: 0px;
}
.arrow.right {
  top: 50%;
  right: 16px;
  background-position-x: -30px;
}
.arrow.cross {
  top: 10px;
  right: 16px;
  background-position-x: -60px;
}
.arrow.menu {
  top: 10px;
  left: 16px;
  background-position-x: -90px;
}
.arrow.black {
  background-position-y: 45px;  
}
.arrow.gallery {
  position: absolute;
}

#desktop.hidePaginationArrows .arrow.pagination.left {
  transform: translate(-46px);
}
#desktop.hidePaginationArrows .arrow.pagination.right {
  transform: translate(46px);
}
#desktop.hidePaginationArrows .arrow.pagination.menu {
  opacity: 0;
  pointer-events: none;
}
.arrow.pagination.menu.hidden {
  opacity: 0;
}

#helpBox {
  position: fixed;
  bottom: 5%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 208px;
  height: 86px;
  transition: all 0.5s;
  z-index: 10;
  background-size: 208px 86px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,0.75);
  border: 1px solid white;
  box-shadow: 0 0 16px rgba(0,0,0,0.5);
  padding: 32px;
  box-sizing: content-box;
  border-radius: 16px;
}
#helpBox.touches {
  background-image: url(help-touches.png);  
}
#helpBox.keys {
  background-image: url(help-keys.png);
}
#helpBox.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(1, 0.001);
}

.fullScreen {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  border: 0px none;
  background-color: black;
  z-index: 100000;
}

/* zoom */

#zoomOverlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#zoomSwitch {
  width: 100px;
}

.overlaySelect {
  background-color: rgba(224, 224, 224, 0.95);
  font-family: CooperHewitt,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 200;
  left: 20px;
  opacity: 1;
  padding: 8px 16px;
  position: fixed;
  top: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2000;
}

.overlaySelect.hidden {
  opacity: 0;
  -webkit-transform: translateX(-220px);
  transform: translateX(-220px);
}

.overlaySelect button {
  color: #666;
  display: block;
  padding: 12px 8px 4px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0 auto;
  border-radius: 0;
  cursor: pointer;
}

.overlaySelect button:hover,
.overlaySelect button.active {
  color: #fff;
}

.overlaySelect button:not(:last-child) {
  border-bottom: 1px solid #666;
}

#desktop.zoomed .articlesWrapper {
  position: absolute;
  top: 0;
  left: 0;
}

#desktop.noViewport.permanentHeader #header.hidden {
  -webkit-transform: none;
  transform: none;
}
#desktop.noViewport.showingGallery.permanentHeader #header.hidden {
  display:none;
}

#desktop.zoomed.permanentHeader #content {
  top: 3.2em;
  height: calc(100% - 3.2em);
  overflow-y: auto;
}
#desktop.zoomed.showingGallery.permanentHeader #content {
  overflow-y: hidden;
  top: 0px;
  height: 100%;
}#header button {
  cursor: pointer;
}

.publicationWrapper .numberOfNewIssues,
#butIssueDelete,
.issueProgressBar,
.issueProgressBarData {
  display: none;
}

.noViewport .articleContainer:nth-last-child(2) {
  z-index: 2;
}



/* UI elements */

.toggle label {
  margin-top: 8px;
  width: 44px;
  height: 12px;
  border: 6px solid rgba(0, 0, 0, 0.38);
}

.toggle i {
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fafafa;
}

input[type="checkbox"]:active + .toggle label,
input[type="checkbox"]:checked + .toggle label {
  border-color: rgba(0, 122, 255, 0.5); /* iOSblue */
  border-width: 6px;
}

input[type='checkbox']:checked + .toggle i {
  background-color: rgb(0, 122, 255); /* iOSblue */
}

input[type="checkbox"]:checked:active + .toggle label {
  border: 6px solid #e5e5e5;
}

#modalDialog {
  border-radius: 2px;
  background-color: #fff;
}

.dialogHeader.showCloseButton:after,
#modalYesNoDialog .title:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  position: absolute;
  right: 14px;
  top: 12px;
  opacity: 0.2;
  font-size: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10000;
}

#modalYesNoDialog {
  border-radius: 2px;
  text-align: left;
}

#modalYesNoDialog .title {
  font-size: 17px;
  padding-top: 16px;
  padding-bottom: 4px;
}

#modalYesNoDialog .text {
  color: #888;
  font-size: 13px;
}

#modalYesNoDialog .buttons {
  position: absolute;
  bottom: 16px;
  border-top: 0px none;
  text-align: center;
  width: 100%;
}

#modalYesNoDialog .buttons button {
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 3px;
  color: white;
  background-color: rgb(0, 122, 255); /* iOSblue */
  font-size: 15px;
}

#modalYesNoDialog .buttons button:only-child {
  width: auto;
}

#modalYesNoDialog .buttons button:last-child {
  font-weight: normal;
}

#modalYesNoDialog .buttons button:nth-child(2) {
  border-left: 0px none;
}

.dialogScreen {
  border-radius: 2px;
}

.dialogHeader {
  border-bottom: 0px none;
}

#modalDialog .dialogButtons.androidStyle {
  position: relative;
  text-align: right;
}

#modalDialog .dialogButtons.androidStyle button {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}

#modalDialog .dialogContent button {
  color: white;
  background-color: rgb(0, 122, 255); /* iOSblue */
  border-bottom: 0px none;
  margin: 0 auto 4px;
  width: 70%;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
}

.dialogContent p.groupTitle {
  font-size: 15px;
  margin-top: 10px;
  padding: 10px 16px 6px;
  text-transform: none;
  color: rgb(0, 122, 255); /* iOSblue */
}

.multiswitch {
  border-bottom: 0px none;
}

.item p {
  border-bottom: 0px none;
  font-size: 15px;
}

.submenu {
  border-bottom: 0px none;
}

.info {
  border-bottom: 0px none;
}

::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}
#containerListOfPublications::-webkit-scrollbar-track:vertical, .animatedGroup::-webkit-scrollbar-track:vertical {
  margin-top: 44px;
  margin-bottom: 24px;
}
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(128, 128, 128, 0.9);
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

#thumbsrow::-webkit-scrollbar {
  height: 4px;;
}

#thumbsrow::-webkit-scrollbar-thumb {
  border: 0px none;
}

#modalDialog .dialogButtons button.mobileOnly,
#modalDialog .dialogContent button.mobileOnly {
  display: none !important;
}

@media (max-height: 420px) {
  /* mobile landscape => header on right */
#containerListOfPublications::-webkit-scrollbar-track:vertical, .animatedGroup::-webkit-scrollbar-track:vertical {
  margin-top: 0px;
}
}

