*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a#podnadpis{
    font-size: 700;
    color: gray;
}
img{   
    padding-left: 5px;
    max-height: 100px;
    position: relative;
}
.header{
    float: none;
    display: block;
    text-align: center;
    overflow: hidden;
}
ul{
    border-collapse: collapse;
    border: 1px ridge #ddd;
    padding: 0;
    width: 100%;  
}

li{
    background-color: whitesmoke;
    cursor: pointer;
    padding: 0.5em;
    border: 1px ridge #ddd;
    list-style-position:none;
    display: flex;   
}
li.neoznaceno{
    background-color: whitesmoke;
}
li.neoznaceno a {
    text-align: right;
    font-size: 26;
    font-weight: 500;
    color: grey;
    flex: 10%;
}
li:hover{
    background-color: rgb(197, 196, 196);
}
li.oznaceno{
    background-color: rgb(98, 166, 216);
    color: white;
    font-weight: 700;    
}
li.oznaceno a{
    text-align: right;
    font-size: 26;
    font-weight: 700;
    color: white;
    flex: 10%;
}
.otazky_vsechny{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.nazev_otazky{
    display: inline-table;
    float: left;
    width: 50%;
}
.odpovedi{
    float: left;
    width: 50%;
    max-width: 775px;
    display: inline-flex;
}
hr{
    border: 1px ridge #ddd;
}
.instrukce{
    font-size: 26;
    color: grey;
}

.vysledek
{
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    border: solid grey 2px;
    color: whitesmoke;
    background-color: rgb(98, 166, 216);
    min-height: 160px;  
    position: fixed;   
    bottom:0px;
    width: 100%;

    margin-left: auto;
    padding-left: 10px;
    margin-right: auto;
    max-width: 785px;
    
    opacity: 1;
}

#volba_tisku{
    z-index: +1;

    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border: solid grey 2px;
    color: whitesmoke;
    background-color: rgb(98, 166, 216);
    min-height: 160px;  
    position: fixed;   
    bottom:0px;
    width: 100%;

    margin-left: auto;
    padding-left: 20px;
    margin-right: auto;
    padding-right: 20px;
    max-width: 785px;
    
    opacity: 1;
}
#indikace_postupu{
    font-size: 20px;
    position: absolute;
    top: 70px;
    right: 80px;
}

progress{
    float: right;
    margin-right: 50px;
    accent-color: rgb(31,54,89);
}
#vyhodnoceni_slovni{
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
}
input{
  color: white;
  width: 80px;
  font-weight: 700;
  font-size: 30px;
  border  : none;
  background: none;
}
.input_volba{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border: rgb(31,54,89);
    background-color: whitesmoke;
    margin: 5px 5px 0px 0px;
    padding: 0px 5px 0px 5px;
    border-radius: 0.2em;
    margin-left: 95px;
    color: rgb(31,54,89);
    width: 320px;
}
.input_volba#ID_p{
    margin-left: 50px;
}
.input_volba#datum{
    margin-left: 0px;
    width: 130px;
}

.tlacitko{
    background-color: rgb(31,54,89);
    padding: 5px;
    margin: 10px 10px 10px 0px;
    float: left;
    height: 50px;  
    width: 120px; 
    font-size: bold;
    color: white;
    border: white;
    border-radius: 5%;
}
.tlacitko[disabled]{
    background-color: rgb(82, 89, 94);
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
 
@media print{
label{
    color: black;
}

div.odpovedi#prazdne{
    display: none !important;
}
#mezera{
    display: block;
}
/*footer {
    page-break-after: always;
}*/
#verze{
    display: none !important;
}
.header{
    display: none !important;
}
.vysledek{
    font-size: 12pt;
    position: relative;
    bottom: 10;
    float: left;
    text-align: left;
    border: 1px ridge #ddd;
}
.tlacitko{
    display: none !important;
}
#text_vysledek{
    font-size: 12pt;
    color: black;
}
#vysledek{
    font-size: 12pt;
    margin: 0px;
    color: black;
}
h1{
    line-height: 15px;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 10px;
    float: right;
}
p.nazev{
    line-height: 15px;
    font-size: 12pt;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
}
ul li{
    font-size: 12pt;
    width: 700px;
    margin: 0;
    padding: 5px;
}
li.oznaceno a{
    border: none;
    color: black;
}
hr{
   display: none !important;
}
.input{
     font-size: 12pt; 
}
.input_volba{
    color: black;
    margin: 0px;
    font-size: 12pt;
    width: auto;
    font-weight: 500;
}
.input_volba#ID_p{
    margin: 0px;
    color: black;

}
li.neoznaceno a{
    font-size: 12pt; 
    color: lightgray;
}

li.oznaceno{
font-size: 12pt; 
color: black;
}
.odpovedi{
    font-size: 12pt;
    z-index: +1;
}
.otazky_vsechny {
     line-height:15px ;
     font-size: 12pt; 
     width: 700px;
}
.nazev_otazky {
    line-height: 15px;
     width: 700px;
     font-size: 12pt; 
     margin: 0;
     padding: 0;
}

#volba_tisku{
    font-size: 12pt;
    line-height: 15px;
    width: 720px;
    border: none;
    font-size: 12pt; 
    margin: 30px 0px 20px 0px;
    padding: 0;
    top: 0px;
    position: absolute;
    z-index: -1;
}

#vyhodnoceni_slovni{
    font-size: 15px;
    font-weight: 700;
    color: black;
}
#indikace_postupu{
    display: none !important;
}

#progress_bar{
    display: none !important;
}

p.instrukce{
    display: none !important;
}
#popis{
    display: none !important;
}
#podnadpis{
    display: none !important;
}

body {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #FFF;
   }  
}  

@media screen and (max-width: 745px) {
    h1{
        font-size: 15px;
    }
    ul{
        border-collapse: collapse;
        border: 1px ridge #ddd;
        padding: 0;
        width: 100%;  
    }
    
    hr{
        display: none;
    }       
    a.cislo{
        font-size: 15px;
    }    
    .nazev_otazky{
        display: block;
        width: 100%;      
    }    
    .odpovedi{
        display: block;
        width: 100%;
    }    
    .vysledek{   
        text-align: none;
        font-size: 15px;
        height: 60px;
        display: block;      
    }
    #volba_tisku{
        height: 80px;
        padding-left: 5px;
    
    }
    #indikace_postupu{
        font-size: 12pt;
        margin-top: 10px;
        margin-right: 5px;
    }
    progress{
        position: absolute;
        bottom: 40px;
        left: 80px;
        float: none;
        margin-right: auto;
    }
    #vyhodnoceni_slovni{
        font-size: 15px;
    }
    input{
      font-size: 15px;
    }  
    .input_volba{
        font-size: 12pt;
        width: max-content;
    }  
    .input_volba#jmeno_p{
        width: 175px;
        margin: auto;
        /*margin-left: 74px;*/
    }
    .input_volba#ID_p{
        width: 140px;
        margin: auto;
        /*margin-left: 38px;*/
    }
    .input_volba#datum{
        width: 100px;
    }
    label{
        padding-left: 0px;
        margin-left: 0px;
        font-size: 12pt;
    }
    .tlacitko{
        width: 100px;
        margin: 5px 5px 5px 0px; 
    }
    #vysledek{
        width: 30px;
    }
   
}