*{
  box-sizing: border-box;
}

input[type="submit"], input[type="button"], input[type="Reset"] {
  -webkit-appearance: none;
}

*:not(input){
  -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 */
}

html{
  font-family: Segoe;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  background-color: #eaeaea;
  overflow-x: hidden;
}

body{
  position: relative;
  font-family: Segoe;
  max-width: 800px;
  min-height: 670px;
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  background-image: url('./img/back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 13px;
}

.bck_pr{
  background-image: url('./img/back_pruh.png');
  min-height: 100vh!important;
}

h1{
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0px;
}

h2{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.menu_top{
  position: relative;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 37px;
  /*background-image: url('./img/menu_top.png');*/
  background-size: 100% auto;
}

.logo{
  position: absolute;
  top: 3px;
  left: 8px;
  height: 30px;
  width: 102px;
  background-image: url('./img/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.menu_top_jmeno{
  position: absolute;
  left: 125px;
  top: 0px;
  line-height: 37px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #fff;
}

.menu_top_roller_icon{
  display: none;
  position: absolute;
  left: calc(50% - 17px);
  top: 33px;
  width: 34px;
  height: 16px;
  background-color: #46516b;
  border-radius: 5px;
  background-image: url('./img/roller_icon.gif');
}

.menu_top_roller{
  position: absolute;
  width: 100%;
  top: 35px;
  color: white;
  background-image: url('./img/roller_back.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  padding: 10px;
  padding-bottom: 30px;
  display: none;
}

.menu_top_roller table{
  color: white;
  width: 100%;
}

.menu_top_roller table tr td:first-child{
  text-align: right;
  width: 50%;
  font-weight: 300;
  padding: 0px 5px;
}

.menu_top_roller table tr td:last-child{
  text-align: left;
  font-weight: 500;
  padding: 0px 5px;
}

.menu_top_roller_icon2{
  position: absolute;
  left: calc(50% - 17px);
  bottom: 3px;
  width: 34px;
  height: 16px;
  background-color: #46516b;
  border-radius: 5px;
  background-image: url('./img/roller_icon.gif');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.logout{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 56px;
  height: 22px;
  border-radius: 10px;
  color: black;
  line-height: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #e9e9e9;
  font-size: 11px;
  color: #383838;
  transition-duration: 0.3s;
  box-shadow: 1px 1px 2px #777;
  background-color: red;
  color: white;
}

.logout:hover{
  background-color: red;
  color: white;
}

.menu_main{
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.mmc{
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 63px;
}

.menu_main a{
  position: relative;
  display: block;
  width: 90px;
  height: 63px;
  background-image: url('./img/menu_icons.png');
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #35c731;
  padding-top: 48px;
  font-size: 12px;
  margin: 0px auto;
}

.menu_main a:hover{
  color: white;
}

.menu_main_1{
  background-position: 0px 0px;
}
.menu_main_1:hover{
  background-position: 0px -70px;
  color: white;
}
.menu_main_1_active{
  background-position: 0px -70px;
  color: white!important;
}
.menu_main_2{
  background-position: -90px 0px;
}
.menu_main_2:hover{
  background-position: -90px -70px;
  color: white;
}
.menu_main_2_active{
  background-position: -90px -70px;
  color: white!important;
}
.menu_main_3{
  background-position: -180px 0px;
}
.menu_main_3:hover{
  background-position: -180px -70px;
  color: white;
}
.menu_main_3_active{
  background-position: -180px -70px;
  color: white!important;
}
.menu_main_4{
  background-position: -270px 0px;
}
.menu_main_4:hover{
  background-position: -270px -70px;
  color: white;
}
.menu_main_4_active{
  background-position: -270px -70px;
  color: white!important;
}
.menu_main a.menu_main_5{
  background-position: -360px 0px;
  color: #fee900;
}
.menu_main a.menu_main_5:hover{
  background-position: -270px -70px;
  color: white;
}
.menu_main a.menu_main_5_active{
  background-position: -270px -70px;
  color: white!important;
}
.menu_main_6{
  background-position: -450px 0px;
}
.menu_main_6:hover{
  background-position: -450px -70px;
  color: white;
}
.menu_main_6_active{
  background-position: -450px -70px;
  color: white!important;
}

.info{
  position: relative;
  width: 100%;
  padding: 0px 10px;
  padding-bottom: 30px;
}

.pravidla{
  position: relative;
  width: 100%;
  padding: 10px 10px;
  max-height: calc(100vh - 100px);
  color: white;
  overflow: auto;
  text-align: justify;
}

.pravidla a{
  color: white;
  font-size: 16px;
}

.pravidla h2{
  text-decoration: underline;
  font-size: 20px;
}

.pravidla table tr td{
  color: white;
}

.pravidla_cont{
  position: relative;
  width: 100%;
  padding: 10px 10px;
  max-height: calc(100vh - 20px);
  color: white;
}

.spacer{
  position: relative;
  margin: 0px;
  padding: 0px;
  border: 0px;
  clear: both;
  width: 100%;
  margin: 5px 0px;
}

.spacer tr td{
  background-image: url('./img/spacer.png');
  background-repeat: repeat-x;
  background-position: left center;
  width: 50%;
}

.spacer tr td.spacer_text{
  position: relative;
  display: inline-block;
  color: #edebeb;
  text-transform: uppercase;
  font-size: 13px;
  background-image: none;
  padding: 0px 10px;
  width: auto;
  white-space: nowrap;
}

.kalendar{
  position: relative;
  padding: 5px 0px 10px 0px;
}

.kalendar_tyden{
  position: relative;
  width: 100%;
  clear: both;
}

.kalendar_nazev_dne{
  position: relative;
  width: 14.28%;
  float: left;
  text-align: center;
  color: white;
}

.kalendar_den{
  position: relative;
  width: 14.28%;
  float: left;
  text-align: center;
  color: white;
  height: 34px;
  line-height: 32px;
  padding: 5px 0px;
}

.den_jizda{
  background-color: #00a6fe;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
}

.den_teorie{
  background-color: #fe9f00;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
}
.den_aktualita{
  background-color: #ff2121;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(-90deg, #f00, #ffa700);
	background-size: 400% 400%;
	animation: gradient 2s ease infinite;
}
.den_nastenka{
  background-color: #76b1f0;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
}
.den_prihlaseni{
  background-color: #0087b6;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
}

.den_jizda_teorie{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 50%, #fe9f00 50%);
}

.den_jizda_aktualita{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 50%, #ff2121 50%);
}
.den_jizda_prihlaseni{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 50%, #0087b6 50%);
}

.den_jizda_teorie_aktualita{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 34%, #fe9f00 34% 63%, #ff2121 63%);
}
.den_jizda_teorie_prihlaseni{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 34%, #fe9f00 34% 63%, #0087b6 63%);
}

.den_jizda_teorie_aktualita_prihlaseni{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #00a6fe 25%, #fe9f00 25% 50%, #ff2121 50% 75%, #0087b6 75%);
}

.den_teorie_aktualita{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #fe9f00 50%, #ff2121 50%);
}
.den_teorie_prihlaseni{
  border-radius: 17px;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  background: linear-gradient(135deg, #fe9f00 50%, #0087b6 50%);
}

.udalosti{
  position: relative;
  padding: 5px 0px 10px 0px;
}

.udalost{
  position: relative;
  height: 34px;
  width: calc(100% - 10px);
  margin: 6px 5px 12px 5px;
  background-color: white;
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
}
.udalost_short{
  position: relative;
  height: 34px;
  width: calc(100% - 10px);
  padding-right: 50px;
  margin: 6px 5px 12px 5px;
  background-color: white;
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
}

.udalost_den{
  position: relative;
  width: 34px;
  height: 34px;
  color: white;
  line-height: 32px;
  float: left;
}

.udalost_text{
  position: relative;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.udalost_apd{
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 30px;
  background-color: #ddd;
  border-radius: 17px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.2);
}

.udalost_apd span{
position: absolute;
top: -13px;
font-size: 9px;
width: 50px;
left: 0px;
}

.udalosti_btn{
  position: relative;
  height: 34px;
}

.button_right{
  position: absolute;
  right: 6px;
  width: auto;
  height: 34px;
  border-radius: 17px;
  line-height: 30px;
  padding: 0px 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #979797;
  font-size: 13px;
  color: white;
  transition-duration: 0.3s;
  border: 0px;
}

.button_right:hover{
  color: #979797;
  background-color: white;
}

.odkazy{
  display: none;
}

.odkazy a{
  position: relative;
  display: block;
  height: 34px;
  width: calc(100% - 10px);
  margin: 6px 5px 12px 5px;
  background-color: #979797;
  color: white;
  border-radius: 17px;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  background-image: url('./img/link_back.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  transition-duration: 0.3s;
}

.odkazy a:hover{
  color: #979797;
  background-color: white;
}

.both{
  position: relative;
  clear: both;
}

#prompt_android{
  position: fixed;
  bottom: -81px;
  display: none;
  left: 0px;
  width: 100%;
  height: 81px;
  background-color: white;
  border-top: 1px solid #0087b6;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.prompt_android_icon{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: white;
  background-image: url('./img/myska.jpg');
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.52);
}

.prompt_android_text{
  position: relative;
  margin-left: 82px;
  width: calc(100% - 170px);
  margin-top: 34px;
  font-size: 15px;
  font-weight: 500;
}

.prompt_android_button{
  position: absolute;
  right: 10px;
  top: 30px;
  background-color: #0087b6;
  border: 0px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
}

.prompt_android_close{
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: gray;
  color:white;
  height: 15px;
  width: 15px;
  border-radius: 7px;
  text-align: center;
  line-height: 11px;
}

.login_form{
  position: relative;
  max-width: 400px;
  margin: 0px auto;
  text-align: center;
}

.login_form input{
  width: 100%;
}

.login_form span{
  font-size: 2vh;
  color: #464646;
  font-weight: 500;
  margin-top: 3vh;
  display: inline-block;
}

.logo_login{
  position: relative;
  height: 10vh;
  width: auto;
  background-image: url('./img/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
  margin-bottom: 3vh;
}

.login_form input[type='text'], input[type='number'], input[type='password']{
  border-radius: 5px;
  border: 1px solid gray;
  height: 10vh;
  font-size: 23px;
  font-weight: 300;
  padding: 0px 10px;
  max-height: 60px;
}

.login_form input[type='submit']{
  border-radius: 5px;
  border: 1px solid #5b5b5b;
  height: 10vh;
  font-size: 23px;
  font-weight: 300;
  padding: 0px 10px;
  cursor: pointer;
  margin-top: 5vh;
  max-height: 60px;
  background-color: #0087b8;
  color: white;
}

.login_form label{
  color: #464646;
  height: 5vh;
  line-height: 5vh;
  font-size: 20px;
  font-weight: 300;
  padding: 0px 10px;
  display: inline-block;
}

.login_form div.note_login{
  font-size: 3vh;
  color: #ff6c00;
  margin-top: 1vh;
  display: inline-block;
}

#dialog_box{
  position: fixed;
  top: 20vh;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  width: 90vw;
  max-width: 600px;
  height: 60vh;
  background-color: white;
  border-radius: 14px;
  display: none;
  box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
}

.dialog_close{
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: gray;
  color:white;
  height: 15px;
  width: 15px;
  border-radius: 7px;
  text-align: center;
  line-height: 11px;
}

#dialog_cont{
  position: relative;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  overflow: auto;
  color: black!important;
}
#dialog_cont h2{
  color: black;
}
#dialog_cont h1{
  color: black;
}
#dialog_cont strong{
  color: black;
}

.dch{
  display: none;
}

#dialog_cont{
  font-size: 16px;
}
#dialog_cont strong{
  font-weight: 500;
}

.info_note{
  position: relative;
  color: white;
  font-size: 15px;
  text-align: center;
}


.submit{
  position: relative;
  border: 0px;
  border-radius: 17px;
  line-height: 30px;
  padding: 0px 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #979797;
  font-size: 13px;
  color: white;
  transition-duration: 0.3s;
}

.submit:hover{
  color: #979797;
  background-color: white;
}

.red{
  color: red;
}

.strong{
  font-weight: 600;
}

.center{
  text-align: center;
}
.left{
  text-align: left;
}

.right{
  text-align: right;
}

.vystraha{
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 10px;
}

.upozorneni{
  font-size: 17px;
  color: red;
  text-align: center;
  margin-bottom: 10px;
}

.red_bck{
  background-color: #db6868;
}

.testy_cvicne{
  width: 100%;
}
.testy_cvicne td{
  width: 33%;
  text-align: center;
  color: white;
  font-size: 17px;
}

.testy_cvicne td span{
  display: block;
  font-size: 15px;
  padding: 15px 0px 5px 0px;
}

.btn_btn{
  position: relative;
  width: auto;
  height: 34px;
  border-radius: 17px;
  line-height: 30px;
  padding: 0px 15px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #979797;
  font-size: 13px;
  color: white;
  border: 0px;
  transition-duration: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.btn_btn:hover{
  color: #979797;
  background-color: white;
}

.btn_long{
  width: 100%;
}

.testy_cvicne tr.testy_cvicne_hodnota td{
  font-size: 22px;
  font-weight: 500;
}

.testy_souhrnne{
  width: 100%;
}

.testy_souhrnne tr{
  height: 60px;
}

.testy_souhrnne td{
  color: white;
  font-weight: 500;
}

.testy_souhrnne td.testy_souhrnne_btn{
  position: relative;
  width: 110px;
  text-align: right;
}

.testy_souhrnne td strong{
  font-size: 20px;
  font-weight: 500;
}

.testy_prehled{
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 17px;
  padding: 10px;
}

.testy_prehled td{
  position: relative;
}

.testy_img{
  max-width: 100%;
}

.testy_button{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 34px;
  border-radius: 17px;
  line-height: 30px;
  padding: 0px 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #979797;
  font-size: 13px;
  color: white;
  transition-duration: 0.3s;
  border: 0px;
  cursor: pointer;
}

.testy_button:hover{
  color: #979797;
  background-color: white;
}

.testy_vysledky{
  display: none;
}

.otazka_fin_detail{
  display: none;
  position: fixed;
  top: 10vh;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 96vw;
  max-width: 600px;
  /*height: 80vh;*/
  background-color: white;
  border-radius: 14px;
  box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
  z-index: 9;
  padding: 10px;
  border: 1px solid #ccc;
}

.otazka_fin_detail h2{
  color: black;
}

.otazka_fin{
  position: relative;
  width: calc(25% - 10px);
  margin: 5px;
  height: 25px;
  padding: 0px 5px;
  float: left;
  font-size: 16px;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (max-width: 630px) {
  .otazka_fin{
    position: relative;
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .otazka_fin{
    position: relative;
    width: calc(50% - 10px);
  }
}

.otazka_fin_body{
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 14px;
}

.of_right{
  background-color: #aaffaa;
}
.of_false{
  background-color: #ffaaaa;
}

.otazka_fin:hover{
  opacity: 0.5;
}

.otazka_fin_detail_close{
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: gray;
  color:white;
  height: 15px;
  width: 15px;
  border-radius: 7px;
  text-align: center;
  line-height: 11px;
}

.odpoved_cislo{
  position: relative;
  font-size: 20px;
  border-radius: 3px;
  border: 1px solid black;
  background-color: white;
  width: 26px;
  height: 26px;
  text-align: center;
  float: left;
  line-height: 21px;
}

.check{
  position: absolute;
  top: -5px;
  left: -5px;
  /*z-index: 9999;*/
  width: 44px;
  height: 39px;
  background-image: url('./img/check.png');
  background-repeat: no-repeat;
  display: none;
}

.check_vis{
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 9999;
  width: 44px;
  height: 39px;
  background-image: url('./img/check.png');
  background-repeat: no-repeat;
}

.odpoved{
  position: relative;
  background-color: #f8ffd2;
  border-radius: 5px;
  min-height: 35px;
  margin-top: 5px;
  padding: 5px;
  cursor: pointer;
}

.odpoved_a{
  position: relative;
  background-color: #50f866;
  border-radius: 5px;
  min-height: 35px;
  margin-top: 5px;
  padding: 5px;
  cursor: pointer;
}

.odpoved_n{
  position: relative;
  background-color: #fc6e6e;
  border-radius: 5px;
  min-height: 35px;
  margin-top: 5px;
  padding: 5px;
  cursor: pointer;
}

.odpoved_odpoved{
  position: relative;
  padding: 0px 0px 0px 37px;
  font-size: 12px;
  min-height: 20px;
}

.nastroje_test{
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 2px 0px;
}
.nastroje_test2{
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
  background-color: #293134;
}
.nastroje_test3{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 4px 0px;
  background-color: #293134;
}

.nastroje_test table{
  color: white;
  font-size: 11px;
  width: 100%;
}
.nastroje_test3 table{
  color: white;
  width: 100%;
}

#test_cas, .test_cislo{
  font-size: 16px;
}

.otazky_zodpovezeno{
  display: none;
}

.otazky_cisla{
  display: none;
}

.otazka_img{
  max-width: 100vw;
  margin: 0px auto;
  display: block;
}

.otazka_prejdi{
  position: relative;
  margin: 2px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background-color: white;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.2);
}

.ot_ok{
  background-color: #67c7eb;
}

.ot_ak{
  background-color: orange;
}

.test_buttons{
  position: relative;
  clear: both;
  height: 100px;
  background-image: url('./img/logo.png');
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center top;
}

.testy_predchozi{
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100px;
}

.testy_dalsi{
  position: absolute;
  top: 0px;
  right: 10px;
  width: 100px;
}

.testy_konec{
  position: absolute;
  bottom: 0px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  width: 220px;
}

.otazka_otazka{
  padding: 0px 4px;
}

.test_dialog{
  height: 180px!important;
}

.test_timebar{
  display: none;
}

.kategorie{
  text-align: center;
  color: white;
  font-size: 15px;
  padding-top: 5px;
}

#id_kategorie{
  width: 100%;
}

#s2id_id_kategorie{
  width: calc(100% - 10px);
  margin: 5px;
}

#loader{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: black;
  background-image: url('./img/loading.gif');
  background-repeat: no-repeat;
  background-position: center 30%;
  opacity: 0.6;
  z-index: 9999;
  display: none;
}

.navod_odstavec{
  color: white;
  font-size: 15px;
}

.navod_odstavec img{
  max-width: calc(100vw - 20px);
  box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
  border-radius: 8px;
  border: 1px solid gray;
}

.navod_table th{
  color: white;
  font-weight: 400;
  font-size: 12px;
  width: 20%;
}

.ud_red{
  background-color: #e9b6a6;
}
.ud_green{
  background-color: #a6e9b2;
}

.vlajky{
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 9;
}

.vlajky a{
  cursor: pointer;
}

.vlajky a img{
  opacity: 0.4;
  filter: grayscale(70%);
}

.nepritomnost{
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 10px 0px;
}

.ot_vid{
  display: none;
}

.ot_vid_desc{
  text-align: center;
  font-size: 16px;
  padding: 5px;
  color: white;
}

.menu_bar{
  width: 100%;
  height: 3px;
  display: none;
}

.u_1{
 background-color: #49de4e;
}

.bg_box{
  position: relative;
  float: left;
  background-color: transparent;
  border: 1px solid #7584a9;
  border-radius: 3px;
  margin: 1px;
  height: 25px;
}

.bg_box2{
  position: relative;
  float: left;
  background-color: transparent;
  border: 1px solid #7584a9;
  border-radius: 3px;
  margin: 1px;
  height: 25px;
}

.bargraf_text{
  text-align: center;
  color: white;
  margin-bottom: 5px;
}

.bg_box_o{
 background-color: #49de4e; 
}
.bg_box_p{
 background-color: #00a6fe; 
}
.bg_box_s{
 background-color: #fb4d18; 
}

.hashtag{
  width: 30%;
  margin: 0px auto;
  position: relative;
  margin-top: 40px;
  display: block;
}

.ht_a{
  border: 0px;
  color: black;
}


.prukaz_table_pagebreak{
  page-break-after: always;
}
.prukaz_table{
  width: 100%;
}
.prukaz_table_cont{
  width: 100%;
  background-color: white;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #aaa;
  margin-top: 10px;
  color: #515f7e;
  
}

.pr_n{
  font-size: 4mm;
}

.pr_1{
  width: 200px;
  text-align: center;
  padding-top: 15px;
}
.pr_s{
  width: 100px;
}
.pr_2{
  width: 500px;
  text-align: center;
  padding-top: 20px;
}

.pr_1b{
  width: 200px;
  border-top: 1px #a1a1a1 dotted;
  font-size: 8px;
  text-align: center;
  padding-top: 5px;
}
.pr_2b{
  width: 500px;
  border-top: 1px #a1a1a1 dotted;
  font-size: 8px;
  text-align: center;
  padding-top: 5px;
}



.prukaz_razitko{
  width: 45mm;
  padding-top: 15px;
}

.pt2_n{
  font-size: 3.5mm;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding: 3px 0px;
  text-align: center;
}

.pt2_h{
  width: 10mm;
  font-size: 5mm;
  border-bottom: 1px dotted #a4a4a4;
  padding: 3px 0px;
  text-align: center;
}
.pt2_d{
  width: 30mm;
  font-size: 3.5mm;
  border-bottom: 1px dotted #a4a4a4;
  padding: 3px 0px;
  text-align: center;
}
.pt2_p{
  font-size: 3.5mm;
  border-bottom: 1px dotted #a4a4a4;
  padding: 3px 0px;
  text-align: center;
}

.prukaz_podpis{
  width: 15mm;
}

.prukaz_podpis_s{
  width: 20mm;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}