/* CSS Document */

@-webkit-keyframes fadein {

  from {opacity: 0} 

  to {opacity: 1;
      //display: none; 
      }

}



@keyframes fadein {

  from {opacity: 0} 

  to {opacity: 1
     //display: none;
      }

}



@-webkit-keyframes fadeOut {

  from {opacity: 1;
       height: 100px;
       font-size: 20px;
       padding: 10px;
       }  

  to {opacity: 0;
      height: 0px;
      font-size: 0px;
      padding: 0px;
     }

}



@keyframes fadeOut {

  from {opacity: 1;
       height: 100px;
       font-size: 20px;
       padding: 10px;
       } 

  to {opacity: 0;
      height: 0px;
      font-size: 0px;
      padding: 0px;
     }

}



body {

 animation: fadein 2s;

 font-size: 16px;

 margin: 0px;

 padding: 0px;
 width:100%;
 height:100%;
 background-size: cover; 

 background-repeat: no-repeat;

 background-position: center;

 overflow: auto;
 -webkit-overflow-scrolling: touch;
}



#rotace{

  margin: 0px;

 padding: 0px;

  position: relative;   

  transform-origin: right;

}

#rotace2{
top:0px;
left: 0px;
margin: 0px;
padding: 0px;
position: absolute;  
text-align: center;

}



#loading {

  z-index: 1; 

  position: fixed; 

  top: 0px;

  left: 0px;  

  background-color: black; 

  opacity: 0.7; 

  font-size: 30px; 

  color: white;

}



#first {

  margin: 0px;

  padding: 0px;

  //position: absolute;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;
 

}



#second {

  margin: 0px;

  padding: 0px;

  //position: static;
  
  height: 100px;
  

}

#third {

  position: static;

  text-align: center;
 
}



#four {

  margin: 0px;
  padding: 0px;
  //position: static;
  top: 0px;

}



#shlukodkazu {

  //position: static;
  display: none;

}



#shlukobrazku {

  //position: static;
  
  //top: 300px;
  
  border-top: 0px solid rgb(192,192,192);

  //margin-top: 25px;

  //justify-content: center;

  //flex-wrap: wrap;

  //display: flex;

}



#shlukvidei {

  //position: static;

  border-top: 0px solid rgb(192,192,192);

  //margin-top: 25px;

 // justify-content: center;

 // flex-wrap: wrap;

 // display: flex;

}



#polozka_menu {

  text-align: center;

  padding: 2px;

  margin: 2px;

  height: 100px;

  background-color: rgb(192,192,192);

  color: white;

}



#polozka_menu_aktivni {

  text-align: center;

  padding: 2px;

  margin: 2px;

  height: 100px;

  background-color: rgb(192,192,192);

  color: white;

}



#jazyk_hlavni {

    background-size: cover; 

    background-repeat: no-repeat;

    background-position: center;

    padding: 5px;

    margin: 5px;

    width: 60px;

    border-radius: 50px 50px;

}



#jazyk_dalsi {

    background-size: cover; 

    background-repeat: no-repeat;

    background-position: center;

    padding: 5px;

    margin: 5px;

    width: 60px;

    border-radius: 50px 50px;

}


#logo {
    padding: 15px;
}

#logo_obrazek {
    max-width: 200px;
    height: auto; 
}


#nazev {

    padding: 20px;

    font-size: 1.8em;

    font-weight: 900;

    text-align: center;
    
    color: white;
    
    //background-color: rgb(0,0,0, 0.6);
    
    //margin: 5px;
    
    //border-radius: 25px 25px 25px 25px;
}



#text {

    border-right: 0px solid rgb(192,192,192);

    height: 100%;

    padding: 20px;
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 600;
    
    text-align: center;

    color: white;

    //background-color: rgb(0,0,0, 0.6);
    
    //border-radius: 25px 25px 25px 25px;

}


#formular {

  
  padding-top: 10px;
  padding-bottom: 10px;
  //padding-right: 20px;
  margin-top: 10px;
  padding: 20px;

  font-size: 20px;

  font-weight: 900;

  text-align: right;
  
  color: white;
}
  
  //background-color: rgb(0,0,0, 0.6);
  
  //border-radius: 25px 25px 25px 25px;
}



.polozka_odkaz {

  position: relative;

  text-align: center;

  padding: 0px;

  margin-bottom: 10px;

  color: black;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;

  display: table;

  vertical-align: middle;       

}



#polozka_menu_odkaz_aktivni {

  text-align: center;

  padding: 0px;

  margin: 0px;

  color: black;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;

}



//#textvodkazu {

//  text-align: center;

//  position: absolute;

//  bottom: 0px;

//  left: 0px;

//  margin: 0px;

//  width: 100%;

//  height: 67%;

  //background: rgba(0, 0, 0, .7);

//  color: white;

//}



#pismenavodkazu {

  position: absolute;

  width: 60px;
  height: 60px;

  text-align: center;

  padding: 0px;

  margin: 0px;

  color: white;

  font-size: 20px;

  //margin: px;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, .7);

  background-size: 70%; 

  background-repeat: no-repeat;

  background-position: center;

  //font-weight: bold;

  background-image: url( './admin/systemove-obrazky/camera.png' );

}

#pismenavevideu {

  position: absolute;

  width: 60px;
  height: 60px;

  text-align: center;

  padding: 0px;

  margin: 0px;

  color: white;

  font-size: 20px;

  //margin: px;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, .7);

  background-size: 70%; 

  background-repeat: no-repeat;

  background-position: center;

  //font-weight: bold;

  background-image: url( './admin/systemove-obrazky/film.png' );

}



#pismenavodkazuvmenu {

  position: absolute;

  text-align: center;

  padding: 2px;

  margin: 0px;

  color: white;

  font-size: 14px;

  display: table-cell;

  vertical-align: middle;

  height: 40px;

  width: 100%;

  bottom: 0px;

  background-color: rgba(0, 0, 0, .4);

  //background-size: contain; 

  //background-repeat: no-repeat;

  //background-position: left;

  //font-weight: bold;

  //background-image: url( './admin/systemove-obrazky/target7.svg' );

}



.polozka_obrazek {

  text-align: center;

  padding: 0px;

  margin: 0px;

  width: 46%;

  color: black;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.polozka_video {

  text-align: center;

  padding: 0px;

  margin: 0px;

  //width: 30%;

  color: black;
  background-color: black;
  position: relative; width: 46%;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;

}


.polozka_obrazek_odkaz_aktivni {

  text-align: center;

  padding: 0px;

  margin: 0px;

  //width: 30%;

  color: black;

  background-size: cover; 

  background-repeat: no-repeat;

  background-position: center;

}



#zpet {

    position: absolute;

    bottom: 25px;

    left: 25px;

    background-image: url('./admin/systemove-obrazky/zpet.png');

    background-size: 90% 90%; 

    background-repeat: no-repeat;

    background-position: center;

    padding: 5px;

    margin: 5px;

    width: 70px;

    height: 70px;

    border: 1px black solid;

    border-radius: 50px 50px;

}



.obrazek_neaktivni {

    opacity: 0.5;

}



#history_back {

    position: absolute;

    bottom: 0px;

    right: 0px;

    text-align: center;

    background: rgba(0, 0, 0, .4);

    font-family: Arial;

    padding: 10px;

    margin: 0px;

    width: 150px;

    height: 90px;

    color: white;

    box-shadow: 2px 2px 4px #000000;

    z-index: 10000;

}

#spodek{
  padding: 60px;
  margin-top: 10px;

}

#navigace{
  position:fixed;
  width: 100%;
  height: 80px;
  bottom: 0px;
  border: 0px solid black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .8);

}

#ojednozpet{
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  margin: 5px;
  color: white;
  font-size: 20px;
  //margin: px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/left.png' );
}

#home{
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  margin: 5px;
  color: white;
  font-size: 20px;
  //margin: px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/home.png' );
}

#ojednodale{
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  margin: 5px;
  color: white;
  font-size: 20px;
  //margin: px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/next.png' );
}

#skener{
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  margin: 5px;
  right: 5px;
  color: white;
  font-size: 20px;
  //margin: px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/qr-code.png' );
}

#navigace_ctecka{
  position:fixed;
  width: 100%;
  height: 80px;
  top: 0px;
  left: 0px;
  border: 0px solid black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0);

}

#zavrit_navigace{
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 20px;
  margin: 5px;
  color: white;
  font-size: 20px;
  margin: 25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/close.png' );
}

#video-container {
  line-height: 0;
  text-align: center; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, .8); 
  margin: 0px; 
  padding: 0px; 
  bottom:0px; 
  left: 0px;
  display: none;
}

#video-container.example-style-1 .scan-region-highlight-svg,
#video-container.example-style-1 .code-outline-highlight {
  stroke: #64a2f3 !important;
}

#video-container.example-style-2 {
  position: relative;
  width: max-content;
  height: max-content;
  overflow: hidden;
}
#video-container.example-style-2 .scan-region-highlight {
  border-radius: 30px;
  outline: rgba(0, 0, 0, .25) solid 50vmax;
}
#video-container.example-style-2 .scan-region-highlight-svg {
  display: none;
}
#video-container.example-style-2 .code-outline-highlight {
  stroke: rgba(255, 255, 255, .5) !important;
  stroke-width: 15 !important;
  stroke-dasharray: none !important;
}

#flash-toggle {
  display: none;
}

hr {
  margin-top: 32px;
}
input[type="file"] {
  display: block;
  margin-bottom: 16px;
}

#vyrezvideo{
  position:absolute;
  height: 100%; 
  width:100%; 
  border: 0px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stred_videa{
  position: absolute;
  width: 45vw;
  max-width: 45vh;
  height: 45vw;
  max-height: 45vh;
  text-align: center;
  padding: 0px;
  margin: 5px;
  color: white;
  font-size: 20px;
  border-radius: 25%;
  background-color: rgba(255, 255, 255, .5);
  background-position: center;
  //font-weight: bold;
}

datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  writing-mode: horizontal-tb;
  font-size: 12px;
  width: 100%;
}

option {
  padding: 5px;
}

input[type="range"] {
  width: 100%;
  margin: 0;
}

.pole {
  background: rgba(225, 225, 225, 0.3);
  padding: 10px;
  margin-top: 15px;
  border-radius: 10px;
  border: 2px solid #2B2B2B;
  
}

#fotak{
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 5px;
  margin: 0px;
  color: white;
  font-size: 10px;
  //margin: px;
  border-radius: 25%;
  border: 1px black solid;
  background-color: rgba(255, 255, 255, .7); 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
}

#stred_vyfotit{
  position: absolute;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
  text-align: center;
  padding: 0px;
  margin: 5px;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  border: 1px black solid;
  background-color: rgba(255, 255, 255, .5);
  //font-weight: bold;
  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center;
  //font-weight: bold;
  background-image: url( './admin/systemove-obrazky/camera.png' );
}

#file-upload {
    //display: none;
    //visibility: hidden;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.custom-file-upload {
    border: 0px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  }   
