html {
   
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /* background-image: url('./imgs/aa.png'); */
  background-color: #333;
  width: 100vw;
  height: 100vh;
   
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.pswp__custom-caption {
  font-size: 0.8rem;
  color: var(--infoboxColor);
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  background-color: var(--infoboxBack);

  /* width: calc(100% - 32px);
  max-width: 400px; */
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

  .pswp__custom-caption a {
      color: #fff;
      text-decoration: underline;
  }

  .pswpIcon {
    position: unset !important;
  }

.hidden-caption-content {
  display: none;
}


#container {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: stretch;
}

#three {
  /* border: 10px solid red; */
  flex: 1;
}

#imageOverlay {
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: blur(5px); */
  /* background-color: rgba(255, 255, 255, 0.3); */
  background-blend-mode: lighten;
  pointer-events: none;
}

#mainOverlay {
  height: 100vh;
  width: 100vw;
  /* pointer-events: none; */
  background-color: white;
  /* border: 1px solid yellow; */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  /* border: 1px solid yellow; */
  /* filter: blur(5px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten; */
}

#noieOverlay {
  height: 100vh;
  width: 100vw;
  /* pointer-events: none; */
  /* background-color: red;
    background-image: url("/show/thumb/H94g"); */
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  /* border: 1px solid yellow; */
  /* filter: blur(5px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#noieOverlay p {
  padding: 20px;
  font-size: 1rem;
}

#noieOverlay a {
  color: white;
}

#loadingDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

#loadingTextDiv {
  padding-top: 5rem;
}

#loadingTextDiv p {
  margin: 0;
}

#shadowOverlay {
  height: 100vh;
  width: 100vw;
  pointer-events: all;
  background-color: black;
  /* border: 1px solid yellow; */
  display: none;
  background-image: url(https://xcloud.r.worldssl.net/imgs/aa.png);
  opacity: 0.2;
}

#panoLoading {
  height: 100vh;
  width: 100vw;
  pointer-events: all;
  background-color: black;
  /* border: 1px solid yellow; */
  display: none;
  justify-content: center;
  align-items: center;
  background-image: url(https://xcloud.r.worldssl.net/imgs/aa.png);
  opacity: 1;
}

.alertError {
  color: #ffb000;
  background-color: #000000b0;
  /* border-color: #20070a; */
  /* opacity: 0.8; */
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.uvodItem {
  display: block;
  position: absolute;
}

.vitezeContainer {
  /* height: 50vh; */
  display: flex;
  /* border: 1px solid red; */
  height: 50vh;
  flex-direction: column;
  padding: 10vh 30vw 0 30vw;
  justify-content: top;
}

.vitezeContainer h1 {
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 50px;
}

#viteze {
  text-align: center;
}

#viteze span {
  color: #337ab7;
  font-size: 0.8em;
}

#procenta {
  font-size: 1rem;
  margin: 0;
}

h1 {
  font-size: 1rem;
}

#divContainer {
  /*position: absolute;*/
  border: 1px solid red;
  height: 600px;
}

#map {
  background-color: red;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.fullscreenBttns {
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.bottomBttns {
  right: 0;
  top: 0;
  margin-left: 40px;
  margin-right: 20px;
  padding-top: 20px;
  font-size: 1rem;
  text-align: right;
  line-height: 3em;
}

.cameraLabel {
  padding-right: 10px;
}

.mapIcon {
  /* color: #337ab7; */
  /* color: #000; */
  color: var(--iconFront);
  /* cursor: pointer; */
  padding: 20px 0px 0px 20px;
  /* background-image: url(./imgs/crl.png);
    background-size: cover; */
  /* -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; */
  /* opacity: 0.5; */
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#exitBttnSpan {
  font-size: 1.5rem;
}

.icon {
  /* color: #337ab7; */
  /* color: #666; */
  color: var(--iconColor);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.icon:hover {
  /* color: #6396c4; */
  /* color: #333; */
  /* filter: brightness(0.9); */
}

.myDrop {
  top: 30px !important;
  left: -30px !important;
  opacity: 0.8;
}

.mapIcon:hover {
  /* color: #a42526; */
  /* color: #6396c4; */
  /* color: black; */
  /* opacity: 0.8; */
  /* filter: brightness(0.9); */
}

.alertDialog {
  /* border: 1px solid #333333; */
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #dcdcdc;
  border-radius: 1rem;
  text-align: center;
}

.loadingDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  padding: 3rem;
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: #000;
  border-radius: 1rem;
  text-align: center;
}

.loadBttn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15rem;
  line-height: 1;
  cursor: pointer;
  color: var(--playBttnBack);
  --fa-primary-color: var(--playBttn);
}

.fa-vc {
  line-height: inherit !important;
}

.loadBttn div {
  color: #fff;
}

.loadBttn:hover {
  /* color: red !important; */
  --fa-primary-color: rgb(149, 193, 31);
  --fa-primary-color: var(--playBttnHover);
}

.preLoadText {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #dcdcdc;
  border-radius: 1rem;
  text-align: center;
}

#smallLogoContainer{
  margin: 1rem;
  cursor: pointer;
}
#smallLogoContainer a img {
   width: 150px;
}

#logoContainer {
 
  width: 300px;
  height: 200px;
  margin: auto;
  text-align: center;
  background-position: center; 
    background-repeat: no-repeat; 
    background-size: contain;
  margin-bottom: 10rem;
}

#branding {
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin: 1rem;
  background-position: center; 
    background-repeat: no-repeat; 
    background-size: contain;
}

.helpContainer {
  position: absolute;
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 100px 20px 100px 20px;
  justify-content: center;
  z-index: 9999;
}

.helpbox {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #dcdcdc;
  border-radius: 1rem;
  text-align: center;
  max-height: 100%;
  display: flex;
  pointer-events: all;
  position: relative;
}

.helpbox p {
  font-weight: bold;
  padding: 1rem;
}

.helpboxContent {
  overflow: auto;
}

.helpRow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}

.helpCamera {
  font-weight: bold;
  font-size: 0.9rem;
}

.helpDesc {
  font-size: 0.8rem;
}

.helpRow img {
  max-width: 80px;
}

.helpRow div {
  max-width: 200px;
  padding: 0.5rem;
  line-height: 1.3;
}

.popisContainer {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* padding: 100px 20px 100px 20px; */
  justify-content: center;
  z-index: 9999;
}

.popis {
  border: 1px solid var(--dialogBorder);
  display: none;
  max-height: 100%;
  position: relative;
  background-color: var(--dialogBack);
  color: var(--dialogText);
  border-radius: 1rem;
  text-align: center;
  pointer-events: all;
  font-size: 16px;
  flex-direction: column;
}

#popisContent {
  overflow: auto;
  margin: 1rem;
  padding: 1rem;
}

.videoContent {
  margin: 0 !important;
  padding: 0 !important;
}

.popisContentVideo {
  margin: 0 !important;
}

#popisContent h1 {
  font-size: 1.3rem;
}

.kRounded {
  border-radius: 1rem !important;
}

.infoContainer {
  position: absolute;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 150px 60px 60px 60px;
  justify-content: left;
}

.infoDialogContainer {
  border: 1px solid var(--dialogBorder);
  /* width: 20%; */
  width: 500px;
  max-height: 100%;
  position: relative;
  background-color: var(--dialogBack);
  color: var(--dialogText);
  border-radius: 1rem;
  text-align: center;
  pointer-events: all;
  font-size: 16px;
  display: none;
  flex-direction: column;
  font-size: 1rem;
}

.infoDialogHelpMain {
  text-align: left;
  margin-bottom: 0px;
  font-size: 14px;
}

.infoDialogHelp {
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.infoDialogInfo {
  border-top: 1px solid #ddd;
  padding: 30px 0px 0px 0px;
  font-size: 14px;
  font-style: italic;
}

.infoDialogOdkaz {
  text-align: right;
}

.infoHeader {
  padding: 25px 40px;
  /* border-bottom: 1px solid #e0e0e0; */
  /* background-image: url('./imgs/spr1.png'); */
}

.infoHeader p {
  margin: 0;
  font-weight: bold;
}

.infoContent {
  overflow: auto;
  padding: 0px 15px 0px 15px;
  margin: 0 3px 1rem 3px;
  text-align: left;
}

.infoContent img {
  max-width: 100%;
}

.infoContent p {
  padding-bottom: 1rem;
}

.infoContent ul {
  padding-bottom: 1rem;
}

.infoContent ol {
  padding-bottom: 1rem;
}

.infoContent li {
  padding-bottom: 0.3rem;
}

.ql-editor a {
  text-decoration: none;
  border-bottom: 1px dashed !important;
  color: var(--dialogText); 
}

.ql-editor a:hover {
  border-bottom: 1px solid !important;
  color: var(--hoverLink);
}

.infoDialogBttns {
  position: absolute;
  /* color: #337ab7; */
  color: #333;
  top: -16px;
  right: -20px;
  font-size: 1rem;
}

.infoDialogHeaderIcon {
  position: absolute;
  color: #337ab7;
  top: -25px;
  left: -25px;
}

.infoBottomBox {
  margin: 1rem 2rem 1rem 2rem;
  color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: auto !important;
}

#infoBottomBoxText {
  font-size: 0.9rem;
  color: var(--infoboxColor);
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  background-color: var(--infoboxBack);
  display: none;
  margin-top: 1rem;
}

#infoBottomBoxClose {
  display: none;
  pointer-events: all;
  color: black;
  font-size: 1.3rem;
  /* opacity: 0.6; */
}

#infoBottomBoxClose:hover {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-content {
  width: 90vw !important;
  height: 90vh !important;
  /* max-width: 80%;
    max-height: 80%;
    margin: 0; */
}

.spinner-border {
  width: 10rem;
  height: 10rem;
}

#backBttnBackground {
  color: #00000088;
}

#backBttnForeground {
  color: #fff;
}

.mapIconBack {
  /* color: #fff; */
  color: var(--iconBack);
}

#panoCloseBack, #backBttnBackground {
  color: var(--infoboxBack);
}
#panoClose, #backBttnForeground {
  color: var(--infoboxColor);
}

#mainInfoCloseBttn {
  color: var(--dialogBorder);
}

.dialogIcon {
  color: var(--dialogIcon);
}

.markedPointLine {
  border: 2px solid red;
}

.blackwhite {
  filter: grayscale(100%);
}



/* LARGE */

@media screen and (max-width: 1200px) {
  #infoContainer {
    align-items: baseline;
    justify-content: center;
    padding: 150px 10vw 10vw 10vw;
  }
  #infoDialogContainer {
    width: 500px;
  }
  .infoDialogContainer {
    font-size: 0.9rem;
  }

  #smallLogoContainer{
    
    margin: 1rem;
  }
  #smallLogoContainer a img {
     width: 120px;
  }
}

/* MEDIUM  */

@media screen and (max-width: 992px) {
  #infoContainer {
    align-items: baseline;
    justify-content: center;
    padding: 150px 10vw 10vw 10vw;
  }
  #infoDialogContainer {
    width: 500px;
  }
  #popisContent div {
    margin: 1.5rem;
  }
  #popisContent h1 {
    font-size: 1rem;
  }
  .infoDialogContainer {
    font-size: 0.8rem;
  }

  #smallLogoContainer{
    
    margin: 1rem;
  }
  #smallLogoContainer a img {
     width: 70px;
  }

  .pswp__custom-caption {
    font-size: 0.8rem;
    color: var(--infoboxColor);
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    background-color: var(--infoboxBack);
    position: absolute;
    left: 0;
    transform: unset;
    bottom: 16px;
    margin: 1rem;
    max-height: 200px;
    overflow: auto;
  }

 
}

@media screen and (max-width: 992px) and (orientation: landscape) {

  .pswp__custom-caption {
    margin: 1rem 5rem;
    max-height: 100px;
  }
}

/* SMALL  */

@media screen and (max-width: 768px) {

  .pswp__custom-caption {
    font-size: 0.8rem;
    color: var(--infoboxColor);
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    background-color: var(--infoboxBack);
    position: absolute;
    left: 0;
    transform: unset;
    bottom: 16px;
    margin: 1rem;
    max-height: 200px;
    overflow: auto;
  }

  #tickText {
    font-size: 1em;
  }
  #infoContainer {
    align-items: baseline;
    justify-content: center;
    padding: 150px 10vw 100px 10vw;
  }
  #infoDialogContainer {
    width: 80vw;
    font-size: 0.8rem;
  }
  .uvodItem {
    /* height: 30vh; */
  }
  .vitezeContainer {
    height: 50vh;
    padding: 20vh 10vw 0 10vw;
  }
  .vitezeContainer h1 {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #viteze {
    font-size: 0.8rem;
  }
  .bottomBttns {
    font-size: 0.9rem;
  }
  .mapIcon {
    padding: 20px 0px 0px 10px;
  }
  .fullscreenBttns {
    font-size: 1rem;
  }
  #infoBottomBoxText {
    font-size: 0.7rem;
    padding: 0.5rem 1rem;
  }
  .fancybox-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #loadingTextDiv {
    font-size: 0.8rem;
  }
  .spinner-border {
    width: 7rem;
    height: 7rem;
  }
  .loadingDialog {
    padding: 2rem;
  }
  .alertError {
    font-size: 0.7rem;
  }
  .loadBttn {
    font-size: 7rem;
  }
  .loadingDialog {
    width: 80%;
  }
  .alertDialog {
    font-size: 0.7rem;
    padding: 1rem;
  }
  #logoContainer {

    width: 200px;
    height: 150px;
    margin-bottom: 3rem;
    
  }
  #loadingTextDiv {
    padding-top: 3rem;
  }
  #popis {
    font-size: 0.8rem;
  }
  .helpCamera {
    font-size: 0.8rem;
  }
  .helpDesc {
    font-size: 0.7rem;
  }
  .helpRow img {
    max-width: 60px;
  }
  .helpRow div {
    line-height: 1rem;
  }
  .helpContainer {
    padding: 100px 30px;
  }
  .infoDialogContainer {
    font-size: 0.8rem;
  }
  #smallLogoContainer{
    
    margin: 1rem;
  }
  #smallLogoContainer a img {
     width: 50px;
  }

  .infoBottomBox {
    margin: 1rem 1rem 1rem 5rem;
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {

  .pswp__custom-caption {
    margin: 1rem 5rem;
    max-height: 100px;
  }

  #infoContainer {
    align-items: baseline;
    justify-content: center;
    padding: 100px 50px 10vw 50px;
  }
  .tick {
    width: 30vh;
  }
  .uvodItem {
    /* height: 20vh; */
  }
  #logoContainer {
    width: 150px;
    height: 100px;
    margin-bottom: 1rem;
  }
  #loadingTextDiv {
    padding-top: 1rem;
  }
  .vitezeContainer {
    height: 50vh;
    padding: 10vw 10vw 0 10vw;
    font-size: 1rem;
  }
  .vitezeContainer h1 {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #procenta {
    font-size: 1rem;
  }
  #viteze {
    font-size: 0.8rem;
  }
  .popisContainer {
    padding: 40px 20px 20px 20px;
  }
}

/* 
@media (orientation:landscape) {
    .vitezeContainer {
        display: none;
    }
} */

@media screen and (max-width: 768px) {

  #branding {
    width: 50px;
    height: 50px;
  }

}
