@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);
/* GENERAL */
body{
    font-family:Dosis, sans-serif;
	background-color: #484767;
	background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("bg.jpg"); /*linear-gradient(#005BBB 0% 50%,#FFD500 50% 100%);*/
	background-size: auto, cover;
	background-attachment: fixed, fixed;
	background-position: center, center;
    color:#d8d8d8;
    font-size:16px;
    /*scrollbar-width:none; /* bug 1 */
}
:root{
--bgColor: rgb(53, 56, 73);
--red : red;
--blue : #0336FF;
--green : #349839;
--yellow : #F93;
}
/*body::-webkit-scrollbar{ 
    display:none;
    width:0px;
}  /*bug 1 */
h1,h2,h3,h4,h5,h6{
    font-family: Yanone Kaffeesatz, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color:white;
}
h1{
    font-size:36px;
    margin: 20px 0;
}
h2{
    font-size:36px;
    margin:20px 0;
}
h3{
    font-size:24px;
    margin: 20px 0px 10px;
}
hr{
    margin:20px 0px 10px;
}
table{
    border-collapse:collapse;
    border-color:#ccc;
}
td{
    padding:0.5em;
}
.no-padding td{
    padding:0;
}
button.button{
    transition: background-color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 5px;
    border: 0;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 13%);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.75em;
    letter-spacing: 0.1em;
    line-height: 3.75em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
button.button:hover{
    background-color: rgba(255, 255, 255, 0.025);
}
button.button[disabled]{
    color: rgb(255 255 255 / 13%) !important;
    cursor:default;
}
button.button[disabled]:hover{
    background-color: transparent;
}
button.button.right{
    float:right;
    position:relative;
}
a{
    text-decoration:none;
}
a.dotted{
    border-bottom:1px dashed white;
}
a:link{
    color: white;
}
a:visited{
    color: white;
}
a:active{
    color: grey;
}
textarea, input{
    outline:none;
    color:black;
    font-family:Dosis, sans-serif;
    border:0px;
    font-size:17px;
    border-bottom:2px solid white;
}  
/* HEADER */
#header{
    box-sizing: inherit;
    color: #ffffff;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    /*transition: background-color 0.2s ease-in-out;*/
    background-color: rgba(53, 56, 73, 0.95);
    height: 3.5em;
    left: 0;
    line-height: 3.5em;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-sizing:border-box;
    transition:top 1s;
}
.home {
    text-decoration:none;
    border:0;
}
.home-image {
    position:relative;
    height:100%;
    /*opacity:1;*/
    transition:0.15s;
}
.home-image:hover{
    opacity:0.5;
    transition:0.3s;
}
#header .navbar{
    line-height:1;
    position:absolute;
    top:0px;
    height:3.5em;
    right:0px;
    display:inline-block;
    margin:0px;
    padding:0px;
}
#header .title{
    line-height:1;
    position:absolute;
    top:0px;
    /*height:3.5em;*/
    right:0px;
    left:0px;text-align:center;
    display:inline-block;
    margin:0px;
    padding:0px;
    padding-top:0.3em;
    font-size:2em;
    text-transform:uppercase
}
#header .navbar li{
    display:inline-block;
    list-style:none;
    cursor:pointer;
    text-transform:uppercase;
    height:1em;
    padding:1.25em 0.9em;
    color:white;
    transition:background-color 0.15s; 
}
#header .navbar li.scroll.active, #header .navbar li:hover{
    background-color:#45485a;
    transition:background-color 0.3s;
}
#header .navbar li.close{
    color:white;
    background-color:#8c3939;
    transition:background-color 0.15s;
}
#header .navbar li.close:hover{
    background-color:#6b2f2f;
    transition:background-color 0.3s;
}
#header a{
    text-decoration:none;
} 
#header .toolbar{
    display:none;
}
#header.hidden{
    top:-100px;
    transition:top 1s;
}
.toolbar{
    transition:top 1s;
}
/* CONTENT */
.container, .container-wide{
    position:absolute;
    top:3.5em;
    left:0px;
    right:0px;
    padding:1em 5em 0 5em;
    width:calc(100% - 10em);
}
.content, .content-wide{ 
    padding:0 5em;
    margin-top:1em;
    margin-bottom:2em;
    font-size:17px;
}
.content.odsazeni, .content-wide.odsazeni{
    margin-top:2.5em;
}
.content.padding-bottom, .content-wide.padding-bottom{
    padding-bottom:5em;
}
.content p, .content-wide p{
    text-align:justify;
}
.content ul.big li, .content-wide ul.big li{
    font-size:24px;
}
.narrow-table{
    width:75%;
    box-sizing: border-box;
    border-spacing:0;
}
.narrow-table tbody{
    box-sizing:border-box;
    border-color:black;
}
.narrow-table tr{
    box-sizing:border-box;
    display:table-row;
}
.narrow-table td{
    display:table-cell;
    box-sizing: border-box;
    width:25%;
    padding:0;
    text-align:center;
}
.narrow-table td:nth-child(even){
    background-color:#efefef;
}
.narrow-table td button{
    width:100%;
    height:100%;
    margin:0;
    box-sizing: border-box;
    display:block;
    font-size:20px;
    margin:0;
    border:0;
    cursor:pointer;
    padding: 0.5em 0;
    background-color:none;
}
.add, .edit{
   width: 70px;
   height: 70px;
   background-color: #8c3939;
   border-radius: 50%;
   box-shadow: 0 6px 10px 0 #666;
   cursor:pointer;
   font-family:sans-serif;
   
   font-size: 28px;
   line-height: 70px;
   color: white;
   text-align: center;
   
   position: fixed;
   transition: all 0.1s ease-in-out;
   z-index: 1000;
}
.add.top{
    top: 10px;
    right: 10px;
}
.add.bottom{
    bottom:50px;
    right: 50px;
}
.edit.bottom{
    bottom:150px;
    right: 50px;
}
.add.green, .edit.green{
    background-color:#386b36;
}
.add:hover, .edit:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(1.05);   
}
.add.hidden{
    visibility:hidden;
}
.icon-href{
    color:white;
    cursor:pointer;
    text-decoration:none;
    padding-right:1em;
}
.input-long{
    width:300px;
}
.input-heslo{
    width:200px;
}
#send{
    display:none;
}
.contact-info{
    border:1px solid white;
}
.contact-info td{
    border:0.5px solid grey;
}
.contact-info tr td:first-child{
    border-left:1px solid white;
} 
.contact-info tr td:last-child{
    border-right:1px solid white;
}
.contact-info tr:first-child th, .contact-info tr:last-child td{
    border-bottom:1px solid white;
}
.red{
    color:#8c3939;
} 
.space{
    padding-left:1em;
}
.half-space{
    padding-left:0.5em;
    font-size:13px;
}
.nowrap{
    white-space: nowrap;
}
.odskok{
   line-height:2;
}
/* RESPONSIVE */
@media (max-width:1023px){
    #header{
        padding-left:0px;
    }
    #header .navbar li{
        padding:1.25em 0.45em;
    }
}
@media (max-width:869px){
    /*#header .toolbar{
        line-height:1;
        position:fixed;
        top:0px;
        height:3.5em;
        right:0px;
        display:inline-block;
        margin:0px;
        padding:0px;
    }
    #header .toolbar li{
        display:inline-block;
        list-style:none;
        cursor:pointer;
        text-transform:uppercase;
        height:1em;
        padding:0.6em 0.8em;
        margin:0.65em 0.1em;
        border:1px solid white;
        border-radius:5px;
        color:white;
        transition:background-color 0.15s; 
    }
    #header .toolbar li.scroll.active{
        background-color:#45485a;
        transition:background-color 0.3s;
    }
    #header .toolbar li.close{
        color:white;
        background-color:#8c3939;
        transition:background-color 0.15s;
    }
    #header .toolbar li a{
        text-decoration:none;
        color:inherit;
    }
    #header .navbar{
        position:fixed;
        display:block;
        top:3.5em;
        right:0px;
        left:0px;
        bottom:0px;
        z-index: 10000;
    }
    #header .navbar li{
        display:block;
        background-color:rgba(53, 56, 73, 0.95);
        font-size:19px;
        padding:1em;
    }
    #header .navbar .scroll.active{
        background-color:#45485a;
    }
    #header .navbar .scroll.close{
        background-color:#8c3939;
    }
    #header .navbar.hidden{
        display:none;
    } */
    .add.bottom, .edit.bottom{
        width:50px;
        height:50px;
        right:10px;
        font-size: 20px;
        line-height: 50px;
    }
    .add.bottom{
        bottom:30px;
    }
    .edit.bottom{
        bottom:100px;
    }
    .input-long{
        width:200px;
    }
    .container-wide{
        padding:0 1em 1.5em 1em;
        width:calc(100% - 2em);        
    }
    .navigator ~ .container-wide{
        padding-bottom:11em; 
    }
    .content-wide{
        padding:0 0.5em;
    }
    #randmob,#jazmob,#pocmob{
        display:none;
    }
}
@media(max-width: 659px){
    .container{
        padding:0 1em 1.5em 1em;
        width:calc(100% - 2em);        
    }
    .navigator ~ .container{
        padding-bottom:11em; 
    }
    .content{
        padding:0 0.5em;
    }
    .input-long, .input-heslo{
        width:160px;
    }    
}
@media(max-width: 535px){
    .responsive td{
        display:block;
    }
    .responsive td .dash{
        display:none;
    }
    .contact-info, .contact-info tr, .contact-info td, .contact-info tr td:first-child, .contact-info tr td:last-child, .contact-info tr:last-child td{
        border:0;
    }
    .contact-info tr td, .contact-info tr td:last-child, .contact-info tr:last-child td{
        border-left:1px solid white;
        border-right:1px solid white;
    }
    .contact-info tr td:first-child{
        border-top:1px solid white;
        border-left:1px solid white;
        border-right:1px solid white;
    }
    .contact-info tr:last-child td:last-child{
        border-bottom:1px solid white;
    }
    .contact-info th{
        display:none;
    }
    .partial-padding tr td:last-child{
        padding-bottom:1em;
    }
}
@media(max-width: 330px){
    .responsive td .koncovka{
        display:none;
    }
}
::-webkit-input-placeholder {
    color:#ccc;
}
:-moz-placeholder {
    color: #ccc;  
}
::-moz-placeholder {
    color: #ccc;  
}
:-ms-input-placeholder {  
    color: #ccc;  
}
#header .navbar .scroll.no-padding{
    padding:0px !important;
}
/* */
body.pride{
    background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), linear-gradient(#e40303 0% 17%,#ff8c00 17% 33%,#ffed00 33% 50%,#008026 50% 67%,#004dff 67% 83%,#750787 83% 100%);
}
body.pride #header{
    background:transparent;
}
.theme {cursor: url("/images/theme.cur"),help;}

.step1 #form, .rem{position:relative;top:4em}
.step1 .save-panel{position:relative;top:5em}
.step2 .save-panel{position:relative;top:2em}
.step1 input[type=text],.step1 [type=email],.step1 input[type=tel] {position:relative;width:19.25%;font-size:20px;outline:1px solid var(--bgColor);background-color:rgba(255,255,255,1);}
.step1 input[type=text]:focus,.step1 input[type=email]:focus,.step1 input[type=tel]:focus {outline:2px solid black;z-index:5}
#popisek input[type=number]{position:relative;width:18%;margin-top:25px;font-size:30px;}
.step1 input[readonly]{background-color:var(--bgColor);font-weight:bold;border:1px solid var(--bgColor);color:white}
.step1 input[readonly]:focus{outline:1px solid var(--bgColor)}
//.fixed{width:19.25%;top:0%;left:0%}
.uzky{position:relative;width:3.75% !important;font-size:20px !important;outline:1px solid var(--bgColor) !important;}
.uzky:focus{outline:3px solid var(--bgColor);}
#cerna{position:fixed;top:0px;bottom:0px;left:0px;right:0px;background-color:rgba(0, 0, 0, 0.65);z-index:10000;}
#popisek{position:absolute;left:35%;right:35%;top:35%;bottom:35%;color:black; background-color:rgba(255, 255, 255, 1);z-index:10001;padding:20px;overflow:auto;text-align:justify;font-weight:bold;font-size:22px; font-family:verdana; text-align:center;}
#souhlas{position:fixed;bottom:35%;right:35%;width:10%;height:5%;background-color:#0336FF;color:white; font-weight:bold;text-align:center;padding-top:0.5%;cursor:pointer;border:2px solid #0336FF}
#souhlas:hover{background-color:white;color:#0336FF;}
#souhlas:focus{background-color:rgb(255, 255, 255);color:#0336FF;}
#proved{position:relative;background-color:#0336FF;color:white; font-weight:bold;text-align:center;padding:1vh 2vw;cursor:pointer;border:2px solid #0336FF}
#proved:hover{background-color:white;color:#0336FF;}
#proved:focus{background-color:rgb(255, 255, 255);color:#0336FF;}
#udel{background-color:red;color:white; font-weight:bold;text-align:center;padding:1vh 2vw;cursor:pointer;border:2px solid red}
#udel:hover{background-color:white;color:red;}
#udel:focus{background-color:rgb(255, 255, 255);color:red;}
#konec{margin-top:25px;}
.control-panel{position:absolute;width: calc(100% - 20em);display:flex;justify-content:space-between}
.option{color:white;padding:1vh 2vw;cursor:pointer}
.option:focus{outline:none;}
.option.blue{background-color:var(--blue);border:2px solid var(--blue);}
.option.red{background-color:var(--red);border:2px solid var(--red);}
.option.green{background-color:var(--green);border:2px solid var(--green);}
.option.yellow{background-color:var(--yellow);border:2px solid var(--yellow);}
.option.blue:hover, .option.blue:focus{background-color:white;color:var(--blue);}
.option.red:hover, .option.red:focus{background-color:white;color:var(--red);}
.option.green:hover, .option.green:focus{background-color:white;color:var(--green);}
.option.yellow:hover, .option.yellow:focus{background-color:white;color:var(--yellow);}
.save-panel{text-align:right;}
table.registration{border: 1px solid var(--bgColor);font-size:20px;color:black;background-color:white;}
table.registration th{text-align:left;color:white;background-color:var(--bgColor);}
table.registration tr.admin{background-color:#81ff81;}
table.registration tr button{width:100%;height:100%;position:relative}
/*table.registration tr td:nth-child(3):before{content:"uživatel";}
table.registration tr.admin td:nth-child(3):before{content:"správce";}*/
table.registration tr td:nth-child(3){cursor:pointer;text-align:center;background-color:#c1c1c1;transition: 0.1s}
table.registration tr td:nth-child(3):hover{background-color:gainsboro;transition: 0.1s}
table.registration td select, table.registration td select option{font-size:20px;}  
.step3 input{
background-color: transparent;
color:white;
}