/*@import url('https://fonts.cdnfonts.com/css/linux-biolinum?styles=33783,33785,33784,33787,33788,33790,33786,33789');

 */

/*@font-face
{
font-family: "Linux Biolinum";
src: url("../fonts/LinBiolinum_R_G.ttf");
}  */
/*
@font-face
{
font-family: "Linux Biolinum Italic";
src: url("../fonts/LinBiolinum_RI_G.ttf");
}   */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf");
}

html {
  /*scroll-behavior: smooth;*/
}

:root {
  --app-page-background-image: url("../img/nebe1-comp-prog-less.jpg");
  --app-page-background-color: rgb(220, 221, 225);
  --app-page-background-position: center center;
  --app-viewport-dynamic-height: 100vh;
  --app-viewport-stable-height: 100vh;
  --app-viewport-max-height: 100vh;
}

body {
  background-color: var(--app-page-background-color);

  font-family: "Roboto Thin", sans-serif;
  font-weight: 100;
  font-size: 15pt;
  color: white;

  /*margin: 0 6px 6px 6px;*/
  margin: 0;
  /*margin: 0; */

  /*width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;    */

  position: relative;
  isolation: isolate;
}

body.app-body--viewport-aware::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: var(--app-page-background-image);
  background-position: var(--app-page-background-position);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--app-page-background-color);
  pointer-events: none;
  transform: translateZ(0);
  will-change: height;
  z-index: -1;
}

@supports (height: 100dvh) {
  body.app-body--viewport-aware::before {
    height: 100dvh;
  }
}

html[data-app-viewport-ready="1"] body.app-body--viewport-aware::before {
  height: var(--app-viewport-max-height, 100dvh);
}

.app-viewport-shell {
  min-height: 100vh;
  box-sizing: border-box;
}

@supports (height: 100svh) {
  .app-viewport-shell {
    min-height: 100svh;
  }
}

html[data-app-viewport-fallback="1"][data-app-viewport-ready="1"]
  .app-viewport-shell {
  min-height: var(--app-viewport-stable-height, 100vh);
}

.app-page-shell {
  display: flex;
  flex-direction: column;
}

.app-page-content-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 9px 9px 9px;
}

.app-page-main {
  flex: 1 0 auto;
}

strong {
  font-family: "Roboto";
}

img#logo {
  display: block;
  /*width : 33%;*/

  margin: 2.1vh auto 1.5vh auto;
  /*height: 356px;    
  max-height: 356px;    */
  height: 33vh;
  max-width: 90vw;

  /*height: 93%;  
  margin : 4% auto 3% auto; */

  /*max-height: 33vh;  */
}

.svgShadow {
  filter: drop-shadow(0px 0px 1px rgb(0, 0, 0));
}

img#tinylogo {
  display: inline;
  height: 39px;
  margin: 0 0 -9px 0;

  -webkit-filter: drop-shadow(0px 0px 1px rgb(0, 0, 0));
}

.app-top-bar-shell {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  width: 100%;
  top: 0;
  isolation: isolate;
}

.app-top-bar-background-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.app-top-bar-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: var(--app-page-background-image);
  background-position: var(--app-page-background-position);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--app-page-background-color);
  transform: translateZ(0);
  will-change: height;
}

@supports (height: 100dvh) {
  .app-top-bar-backdrop {
    height: 100dvh;
  }
}

html[data-app-viewport-ready="1"] .app-top-bar-backdrop {
  height: var(--app-viewport-max-height, 100dvh);
}

table#topBarTable {
  border-spacing: 0;
  position: relative;
  z-index: 1;
  /*height: 425px;   */
  width: 100%;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 13px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  background: transparent;
}

#centerTD a {
  color: white;
}

table#topBarTable td,
table#fixedTopBarTable td {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: white;
}

/*.cs
{
  font-family : Georgia, Times, serif;
  font-size : 95%;
  line-height : 170%;   
}     */

#bigTop {
  text-align: center;
  /*vertical-align: bottom;
    background : url("../img/fenix1-yin-yang-white.svg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;     
    
    margin : 2.1vh auto 1.5vh auto;
    
    /*height: 356px;    
    max-height: 356px;    */

  /*height: 33vh;     */

  /*max-width: 90vw;    
    padding-top: 27vh;    */
}

.cs h1,
h2 {
  line-height: normal;
  margin-top: 0.2em;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  font-family: "Roboto", Georgia, Times, serif;
  font-size: 330%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  text-align: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 0;
  font-family: "Roboto";
  font-size: 200%;
  /*font-style : italic;*/
  font-weight: normal;
}

h3 {
  margin-top: 6px;
  margin-bottom: 9px;
  padding-top: 0;
  font-family: "Roboto";
  font-size: 120%;
  /*font-style : italic;*/
  /*font-weight : normal;*/
}

h3#tinyBarTitle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-right: 15px;
  font-family: "Roboto";
  font-size: 150%;
  /*font-style : italic;*/
  font-weight: normal;
  display: inline;
}

h4 {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 0;
  font-family: "Roboto";
  font-size: 130%;
  /*font-style : italic;*/
  /*font-weight : normal;*/
}

h5 {
  margin-top: 18px;
  margin-bottom: 6px;
  padding-top: 0;
  font-family: "Roboto";
  font-size: 110%;
}

.white {
  color: white;
}

.textShadow {
  text-shadow: 0px 0px 3px black;
}

.textShadowHeavy {
  text-shadow:
    0px 0px 6px black,
    0px 0px 6px black;
}

.shadowSuperHeavy {
  text-shadow:
    0px 0px 12px black,
    0px 0px 12px black,
    0px 0px 12px black,
    0px 0px 12px black;
}

.menu a {
  text-decoration: none;
}

.noUnderline {
  text-decoration: none;
}

.iconLink {
  width: 2em;
}

a {
  color: rgb(133, 166, 233);
  cursor: pointer;
  /*color : #00b7ff;       */
}

div.cellLink {
  margin: 0;
  padding: 0.7em 0 0.5em 0;
  width: 100%;
  height: 100%;
}

img#logosmall {
  display: block;
  margin: 1em;
  height: 39px;
}

#menu {
  display: block;
  width: 39px;
  height: 39px;
}
#lock {
  width: 18px;
  height: 18px;
}

.circle {
  width: 33px; /* == 39 - 2*3px kv�li okraj�m*/
  height: 33px;
  border-radius: 50%;
  border: 3px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  color: white;
  margin-left: auto;
  margin-right: 0;
}

#leftTD {
  width: 180px;
}

#menuTD {
  width: 39px;
  position: relative;
}

#userTD {
  width: 45px;
  padding-right: 6px;
  position: relative;
}

.userInitial {
  width: 33px; /* == 39 - 2*3px kv�li okraj�m*/
  height: 33px;
  margin: 7px auto 0 auto;
  text-align: center;
}

#userMenuDiv {
  position: absolute;
  padding: 1.5em 2em 1em 2em;
  border: none; /*1px solid rgb(210, 210, 220);*/
  border-radius: 3px;
  background: rgba(33, 33, 39, 0.66);
  margin: 0 0 12px 0;
  z-index: 100;
  /*transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;*/
  text-align: center;
  display: none;
  left: 0;
  min-width: 139px;
}

#mainMenuDiv {
  position: absolute;
  right: 0;
  margin: 0 0 12px 0;
  padding: 18px 24px 24px 24px;
  border: none;
  border-radius: 18px;
  background: rgba(33, 33, 39, 0.98);
  color: white;
  min-width: 300px;
  max-width: calc(100vw - 16px);
  max-height: min(calc(100dvh - 84px), calc(100vh - 84px));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  text-align: left;
  z-index: 100;
  opacity: 0;
  transform: scale(var(--main-menu-scale, 0.2));
  transform-origin: var(--main-menu-origin-x, 100%) var(--main-menu-origin-y, 0);
  pointer-events: none;
  visibility: hidden;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out,
    border-radius 0.2s ease-out,
    visibility 0s linear 0.2s;
}

#mainMenuDiv.is-open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  visibility: visible;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out,
    border-radius 0.2s ease-out,
    visibility 0s linear 0s;
  z-index: 1002;
}

#topBarTable.main-menu-open {
  z-index: 2;
}

#topBarShell.main-menu-open {
  z-index: 1002;
}

#userMenuDiv ul,
#mainMenuDiv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#userMenuDiv ul li,
#mainMenuDiv ul li {
  margin-bottom: 12px;
  text-align: center;
}

#mainMenuDiv ul li {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

#mainMenuDiv ul li:hover,
#mainMenuDiv ul li:focus-within {
  background: rgba(255, 255, 255, 0.08);
}

#mainMenuDiv .mainMenuRowLink {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: inherit;
}

#mainMenuDiv .mainMenuIdentityItem {
  pointer-events: none;
}

#mainMenuDiv ul li.mainMenuIdentityItem:hover,
#mainMenuDiv ul li.mainMenuIdentityItem:focus-within {
  background: transparent;
}

#mainMenuDiv .mainMenuIdentityLine {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mainMenuDiv ul li:last-child .mainMenuRowLink {
  border-bottom: none;
}

#topBarSessionName {
  display: block;
  white-space: nowrap;
}

#topBarSessionLogin {
  display: block;
}
