/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

html {
    height: 100%;}

body {
    background: url(../../assets/images/f_1.jpg);
    background-repeat: no-repeat;
    background-size: cover contain;
    background-position: center bottom;
    font-family: 'Patrick Hand', cursive;
    font-size:15px;
    
}

p.text{
    color:white;
    font-family: 'Patrick Hand', cursive;
    font-size: 18px;
    margin-top:20px;
}

.buttonGreen{
    display:block;
    background: #4ec11f;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: white;
    width: 100%;
    padding:10px;
    font-weight:600;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    margin-top:40px;
}
.buttonGreen:hover{
    color:white;
    text-decoration: none;
}
.buttonRed{
    display:block;
    background: orange;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: white;
    width: 100%;
    padding:10px;
    font-weight:600;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    margin-top:40px;
}
.buttonRed:hover{
    color:white;
    text-decoration: none;
}

/***********Obrazky*************/

img.f_2{
    position:fixed;
    bottom:0;
    left:30px;
    width:170px;
}


img.imageJack {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40%;
}

.textMain {
    color: white;
    text-shadow: 2px 2px black;
    margin-top: 10px;
}

.errorText {
    color: red;
    text-shadow: 2px 2px black;
    //margin-top: 20px;
}

.helpText {
    color: black;
    //text-shadow: 2px 2px black;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:orange;
    padding:3px;
}



.formControl {
    height: auto;
    padding: 7px;
    font-size: 17px;
    line-height: 3;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    will-change: border-color, box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(.27, .01, .38, 1.06), border 250ms cubic-bezier(.27, .01, .38, 1.06);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.75);
    display: block;
    width: 100%;
}

.btn {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    font-size: 18px;
    border:2px solid black !important;
    font-weight:600 !important;
}

p.time {
    color: white;
    font-size: 14px;
    background: black;
    width: 100%;
    padding: 10px;
    top:0px;
    text-align:center;                                                                      
}
span.kruh{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background:black;
padding:3px;
border:1px solid white;
width:30px;
display:block;
float:left;
text-align:center;
margin-right:5px;
margin-bottom:5px;
font-size:18px;
}



/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
    width:100px;
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + img {
    outline: 5px solid #f00;
  } 

.napovedy{
    position:;
    bottom:0;
    text-align:center;
    width:100%;
    padding-top:40px;
}

.napovedy img.help1{
margin:5px;
width: 90px;
}

.napovedy img.help2{
margin:5px;
width: 90px;
}

.napovedy img.help3{
margin:5px;
width: 90px;
}

.step1 .btn{
    width:23%;
    height:70px;
}

.step3 .btn{
    width:49%;
    //height:70px;
    font-weight:900;
    font-size:50px;
    padding-bottom:20px;
}

.step4 img{
    width:150px;
    display:block;
    margin:auto;
    margin-top:40px;
    margin-bottom:40px;
}

.step5 .btn{
    height:50px;
}

.step11 .numbers{
    background:white;
    text-align:center;
    padding:5px;
    font-weight:900;
    font-size:20px;
}

.step12 img{
    width:100%;
}
.step12 span{
    font-size:10px;
    color:#c0c0c094;
}

.step20 a img{
    width:48%;
}

.step21 .buttonGreen{
    margin-top: 10px !important;
}

.step24 .numbers{
    background:white;
    text-align:center;
    padding:5px;
    font-weight:600;
    font-size:13px;
}

.step26 .numbers{
    background:white;
    text-align:center;
    padding:5px;
    font-weight:900;
    font-size:20px;
}



.tile1, .tile2, .tile3, .tile4, .tile5, .tile6, .tile7, .tile8, .tile9 {
  display: table-cell;
  width: 100px;
  height: 100px;
  border: 1px solid white;
  background: url("/assets/images/mapaNakres9.png"); 
  cursor: pointer;
}

.tile1 {background-position: left top;}
.tile2 {background-position: center top;}
.tile3 {background-position: right top;}
.tile4 {background-position: left center;}
.tile5 {background-position: center center;}
.tile6 {background-position: right center;}
.tile7 {background-position: left bottom;}
.tile8 {background-position: center bottom;}
.tile9 {background: white; cursor: default;}