*{
    
}

@font-face {
    font-family: nexa;
    src: url(./fonts/Nexalight.otf);
}

@font-face {
    font-family: nexar;
    src: url(./fonts/NexaRegular.otf);
}

@font-face {
    font-family: nexaOriginal;
    src: url(./fonts/NexaBlackItalic.otf);
}

.sticky {
    position: fixed;
    top: 0;
    background-color: white;
}

table{
    text-align: center;
}

html, body{
    margin:0px;
    background-color: #f5f7ff;
    display: flex;
    flex-direction: column;
}


.title_cont{
    background: rgb(255,153,55);
    background: -moz-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    background: -webkit-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    background: linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9937",endColorstr="#ff5414",GradientType=1); 
    height: 30px;
    width:100vw;
    overflow: hidden;
    position: fixed;
    transform: translateX(0px);
    z-index: 1001;
}

.h1_cont h1{
    color: rgb(239, 239, 239);
    font-family: nexaOriginal;
    font-size: 20px;
    margin-top: 5.5vmin;
    background-color: red;
    text-align: center;
}

.error_hlaska{
    margin-top: 200px;
    text-align: center;
    font-size: 20px;
}

.main_table{
    position: absolute;
    left:1vw;
    width:99vw;
    top:10px;
    padding-top: 0px;
    font-size: 15px;
    
    margin-bottom: 100px;
}

.main_table td{
    border-radius: 10px;
    margin: 5px;
}

.main_table th{
    border-radius: 10px;
    margin: 5px;
}

.container{
    position:absolute;
    font-family: nexa;
    width: 100vw;
    top:380px;
    height:calc(100vh - 380px);
    overflow:auto;
}

.cont_2{
    position:absolute;
    font-family: nexa;
    width: 100vw;
    top:230px;
    height:148px;
    overflow: hidden;
    z-index:2002;
}

.cont_2 .main_table{
    top:100px;
}

.line{
    display: flex;
    flex-direction: row;
    text-align: left;
    border-radius: 10px;
}

.line:hover{
    background-color: rgb(230, 237, 255);
    transition-duration: 0.2s;
}

.line:hover .date_background{
    background-color: #e6edff;
    border-color: #e6edff;
}

.hoveredline{
    background-color: rgb(230, 237, 255) !important;
    transition-duration: 0.2s !important;
}

.hoveredbackground{
    background-color: #e6edff !important;
    border-color: #e6edff !important;
}

#hlavicka:hover{
    background-color: transparent !important;
}

.header{
    transform: rotateZ(90deg);
    width: 33px;
    background-color: transparent;
    border: 1px solid transparent;
}

thead th {
    position: sticky;
    top: 0;
    background-color: white;
  }

.header p{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    margin: 5px;
    margin-bottom: 20px;
    height: 35px;
    width: 120px;
}

/*

<div class="video">
                    <iframe src="https://player.vimeo.com/video/371834641?h=509fb491b8&amp;title=0&amp;app_id=122963" width="1300" height="800" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="" title="Tich&amp;aacute; voda (2019) | Ofici&amp;aacute;ln&amp;iacute; trailer" data-ready="true"  frameborder="0"></iframe>
                </div>

*/

.data_cont{
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: white;

    /* -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    /* -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    /*  box-sizing: border-box;        /* Opera/IE 8+ */
}

.data_cont p{
    background-color: transparent;
    margin-top: 2px;
    height: 100%;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
}

.inside{
    position: relative;
    width: 70% !important;
    top:12px;
    transform: translateY(-50%);
    
    pointer-events: none;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.days{
    width: 30px;
    position:relative;
    left:10px;
    text-align: center;
    height: 35px;
    background-color: transparent;
    background-color: #f5f7ff;
    z-index: 1999;

    position: sticky;
    position: -webkit-sticky;
}

.days_mesic{
    position: relative !important;
}

.days p{
    z-index: 2500;
    padding-top: 5px;
    margin-top: -5px;
}

.date{
    background-color: #e6edff;
    position: sticky;
    position: -webkit-sticky;
    
    left:52px;
    z-index: 1999;
}

.date_background{
    position: sticky;
    width: 85px;
    left: 0px;
    height: 35px;
    margin-left: -4px;
    margin-top: -1px;
    background-color: #f5f7ff;
    border: 1px solid #f5f7ff;
    border-radius: 0px 10px 10px 0px;
}

.jm p{
    position: relative;
    left:50%;
    transform: rotateZ(180deg) translateX(100%);
    -webkit-transform: rotateZ(180deg) translateX(100%);
    background-color:transparent;
}

.jmeno_barevne_1{
    color: black !important;
}

.jmeno_barevne_2{
    color: rgb(255, 157, 0) !important;
}

.jmeno_barevne_3{
    color: rgb(0, 199, 63) !important;
}

.set{
    background-color: #ffd6ba;
}

.sett{
    background-color: white;
    border: 2px solid #ff761a;
    width: 30px;
    height: 30px;
}

.sett .picker_pic{
    margin-top: 2.5px;
    margin-left: 4px;
}

.ulozit{
    background-color: rgb(221, 221, 221);
    transition-duration: .5s;
}

.ulozit:hover{
    cursor: pointer;
}

.clickable{
    border: 1px solid white;
    width:33px;
    height: 33px;
    position:relative;
    left:1px;
}

.comment{
    background-color: #ff761a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9937",endColorstr="#ff5414",GradientType=1);
    font-family: nexa;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    min-width: 300px;
    text-align: center;
}

.comment input{
    margin-top: -1px;
    color:white;
    font-family: nexa;
    font-size: 15px;
    height: 35px;
    margin-top: 2px;
    min-width: 300px;
    background-color: transparent;
    border:none;
    text-align: center;
}

.comment_svatek{
    background-color: #137367;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9937",endColorstr="#ff5414",GradientType=1);
    font-family: nexa;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    min-width: 300px;
    text-align: center;
}

.comment_svatek input{
    margin-top: -1px;
    color:white;
    font-family: nexa;
    font-size: 15px;
    height: 35px;
    margin-top: 2px;
    min-width: 300px;
    background-color: transparent;
    border:none;
    text-align: center;
}

.comment input:disabled{
    color:white;
    
    -webkit-text-fill-color: white;
    opacity: 1; /* required on iOS */
}

.input_sichty{
    border:0px;
    background-color: transparent;
    width: 100%;
    height:100%;
    text-decoration: none;
    text-align: center;
    border-radius:10px ;
    padding: 0px;
    font-size: 15px;
}

.input_sichty:disabled{
    color:black;

    -webkit-text-fill-color: black;
    opacity: 1; /* required on iOS */
}


.picker{
    border: 1px solid transparent;
    position: absolute;
    width: 100px;
    height: 60px;
    margin-left: 34px;
    top: 35px;
    z-index: 3000;

    pointer-events: none;
}


.picker:hover{
    cursor: default;
}

.rotated{
    position:absolute;
    transform: rotateZ(90deg);
    top: -6px;
}

.nazev_smeny{
    position: absolute;
    margin-left: 22px;
    margin-top: 0px;
}

.circle_1{
    position:relative;
    left: 0px;
    top: 0px;
    width:5px;
    height:5px;
    border-radius: 100%;
    background-color:#ffffff;
    border: 1px solid #ff761a;
    display:none;
    opacity: 0;
}

.circle_2{
    position:relative;
    left: 2px;
    top: 2px;
    width:17px;
    height:15px;
    border-radius: 100%;
    background-color:#ffffff;
    border: 1px solid #ff761a;
    display:none;
    opacity: 0;
}

.circle_3{
    position:relative;
    left: 18px;
    top: 0px;
    width:25px;
    height:22px;
    border-radius: 100%;
    background-color:#ffffff;
    border: 1px solid #ff761a;
    display:none;
    opacity: 0;
}

.circle_3_white{
    position:absolute;
    left: -7px;
    top: -4px;
    width:23px;
    height:20px;
    border-radius: 100%;
    background-color:#ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
    display:none;
    opacity: 0;
}

.pick_cont{
    z-index: 10000;
    position: relative;
    left: 25px;
    top: -20px;
    width:0px;
    height:0px;
    border-radius: 10px;
    background-color:#ffffff;
    border: 1px solid #ff761a;
    display: none;
}

.picker_pic{
    width:15px;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.pict_popup{
    opacity: 0;
    width:25px;
}

.pict_popup:hover{
    cursor: pointer;
}

.leg{
    z-index: 5;
}

.click_detect{
    background-color: transparent;
    position:relative;
    width:35px;
    height:35px;
    top: -35px;
    z-index: 1900;
    -webkit-z-index: 1900;
    -moz-z-index: 1900;
    border: none;
}

.click_detect:hover{
    cursor: pointer;
}

.admin_login{
    display:flex;
    flex-direction: column;
    background-color: transparent;
    width:25vmin;
    margin-left: 10vmin;
    z-index: 10;
    margin-top: 16vmin;
    font-family: nexa;
    align-items: start;
}

.admin_login button{
    margin-left: 2vmin;

    font-size: 2vmin;

    color: white;
    border:none;
    border-radius: 1vmin;
    padding: .9vmin;
    font-size: 1.5vmin;

    background: rgb(255,153,55);
    background: -moz-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    background: -webkit-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    background: linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9937",endColorstr="#ff5414",GradientType=1);


}

.admin_login button:hover{
    cursor: pointer;
}

.admin_login input{
    margin-top: 2vmin;
    font-size: 2vmin;
    
    background: rgba(255, 152, 55, 0.3);
    background: -moz-linear-gradient(335deg, rgba(255,153,55,0.4) 1%, rgba(255,84,20,0.4) 100%);
    background: -webkit-linear-gradient(335deg, rgba(255,153,55,0.4) 1%, rgba(255,84,20,0.4) 100%);
    background: linear-gradient(335deg, rgba(255,153,55,0.4) 1%, rgba(255,84,20,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9937",endColorstr="#ff5414",GradientType=1); 

    
    padding-left: .8vmin;
    padding-right: .8vmin;
    height: 4.4vmin;
    text-align: center;
    text-decoration: none;
    border-radius: 1.2vmin;
    border: 0vmin solid transparent;
    color: white;
}

.legenda{
    position:fixed;
    background-color: transparent;

    font-size:14px;
    font-family: nexa;

    margin-left: 50px;
    margin-top: 100px;

    width: calc(100vw - 50px);
    display: block;
    z-index: 2003;
}

.ikona_legenda_dolu{
    position:absolute;
    margin-left: 10px;
    margin-top: -2px;
    opacity:0;
}

.legenda p{
    font-family: nexaOriginal;
    font-size: 20px;

    background: -webkit-gradient(linear, right top, left bottom, from(rgb(255, 173, 72)), to(rgb(255, 116, 16)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


    width: 120px;
    margin-bottom: -5px;
}

.texted_comment{
    color: rgb(159, 84, 14) !important;
}

.hightlight{
    background: -webkit-gradient(linear, right top, left bottom, from(rgb(255, 106, 0)), to(rgb(255, 178, 85)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
}



.tabulka{
    position:absolute;
    left: 50%;
    margin-top: -5px;
    transform: translateX(-50%);
    font-size:20px;
    width: 300px;
}

.tabulka input{
    padding: 4px;
    border: 0px solid rgb(208, 112, 22);
    border-radius: 9px;
    font-size:15px;
}

.tabulka td{
    width: 50px
}

.tl_odeslat{
    display: inline-block;

    position:absolute;
    left:50%;
    transform: translateX(-50%);
    color:#aebcdf;
    width: 100%;
    font-size: 20px;

    background-color: #e6edff;
    font-family: nexa;
    padding: 4px;
    padding-top: 10px;
    border: 0px solid black;
    border-radius: 10px;
    margin-top: 0px;
    transition-duration: 1s;
}

.tl_odeslat:hover{
    cursor: pointer;
    background-color: #ff761a;
    color: white;
}


.tl_odeslat:disabled{
    color: #e6edff;
}

.tl_odeslat:disabled:hover{
    cursor:default;
    background-color: #e6edff;
    color: #e6edff;
}

.tl_second{
    width: 250px;
}

.tl_third{
    margin-top: 50px;
}

.tl_přidat{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    color:#ffffff;
    width: 250px;
    font-size: 20px;

    background-color: #ff761a;
    font-family: nexa;
    padding: 4px;
    padding-top: 10px;
    border: 0px solid black;
    border-radius: 10px;
    margin-top: -40px;
}

.tl_přidat:hover{
    cursor: pointer;
    background: -webkit-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
}

.tl_odeslat_edit{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    color:white;
    width: 100%;
    font-size: 3vmin;

    background: -webkit-linear-gradient(335deg, rgba(255,153,55,1) 1%, rgba(255,84,20,1) 100%);
    padding: 8px;
    border: 0px solid black;
    border-radius: 2vmin;
    margin-top: 2vmin;
}

.tl_odeslat_edit:hover{
    cursor: pointer;
}

.tl_odeslat_edit:disabled{
    opacity: 0.5;
}

.tl_odeslat_edit:hover:disabled{
    cursor: default;
}

.input_line{
    width: 210px;
    padding: 10px;
}

#welcome_page{
    margin-top: 100px;
    z-index: 1;
}

#welcome_page h1{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#welcome_page p{
    font-size: 25px;
    text-align: center;
}

#welcome_page div{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#boss_vypis{
    z-index:1;
    margin-top: 45px;
}

#boss_vypis h1{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top:65px;
    margin-bottom: 65px;
}

#boss_vypis h2{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 50px;
}

#boss_vypis div{
    width: 100%;
    text-align: center;
}

.select{
    -webkit-appearance:none;
    background-color: #ffffff;
    width: 220px;
    height: 30px;
    border: 0px solid rgb(208, 112, 22);
    border-radius: 10px;
    padding: 6px;
    font-size: 15px !important;
}

.nadpis{
    font-family: nexa;
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
    width: 100vw;
    z-index: 1;
}

.nav_m{
    background: rgb(230,236,255);
    background: linear-gradient(0deg, rgba(245,247,255,1) 0%, rgb(225, 232, 255) 100%);
    height: 420px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    position: absolute;
}

.nav_m a{
    height: 45px;
}

.nav_img{
    margin-top: 15px;
    height: 55px;
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
}

.nav_info{
    color: #aebcdf;
    font-family: nexa;
    font-size: 15px;
    margin-top: 32px;
    width: 15vmin;
    text-align: center;
}

.nav_btn{
    background-color: white;
    font-family: nexa;
    font-size: 15px;
    height: 25px;
    border: none;
    border-radius: 7px;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 32px;
    color: #aebcdf;
    transform: translateY(-50%);
    transition-duration: 0.2s;
    z-index: 2004;
}

.nav_btn:hover{
    cursor: pointer;
    background-color: #ff761a;
    color: white;
}

.nav_btn_resp{
    background-color: rgba(255, 255, 255, 0);
    font-family: nexa;
    font-size: 2vmin;
    border: none;
    margin-top: 6vmin;
    width: 10vmin;
    display: none;
    z-index: 2004;
}

.nav_btn_resp img{
    width: 8vmin;
    height: 8vmin;
}

.choosing_btn{
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    border: none;
    margin-bottom: 30px;
    width: 300px;
    height: 40px;
    border-radius: 12px;
    font-family: nexa;
    padding-top: 8px;
    transition-duration: 0.2s;
    color: #000000;
}

.choosing_btn:hover{
    cursor: pointer;
    color: #ff761a;
}

.black_screen{
    width: 100vw;
    height: 100vh;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.257);
    z-index: 2999;
    top:0px;
    left: 0px;
    display: none;
}

.admin_menu{
    margin-top:-30px;
}

.admin_menu button{
    width: 300px;
}

.admin_menu br{
    line-height:50px;
}

.br{
    line-height:50px;
    height: 50px;
}


.choices{
    background-color:transparent;
    border: none;
    font-size: 20px;
    color: #ff761a;
    margin-top: 10px;
    transition-duration: .5s;
    font-family: nexa;
}

.choices:hover{
    color: #ffb483;
    cursor: pointer;
}

.choices_n{
    background-color:transparent;
    border: none;
    font-size: 20px;
    color: #acbade;
    margin-top: 10px;
    font-family: nexa;
    transition-duration: .5s;
}

.choices_n:hover{
    color: #ff761a;
    cursor: pointer;
}

.choices_form{
    margin-bottom: -10px;
}

.set_max_btn{
    width:100%; 
    height: 100%; 
    background-color:transparent;
    border:none;
}

.log_cont{
    background-color: rgb(255, 255, 255);
    width: 95vw;
    margin-left: 2.5vw;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.296) 6px 6px 25px;
    z-index: 2002;
    overflow: auto;
    height: calc(100vh - 290px);
}

.zpet_sichty{
    position:absolute;
    width: 70px;
    height: 20px;
    font-size: 15px;
    transform: rotateZ(-90deg) translateY(-100%);
    z-index: 2002;

    margin-left: -50px;
    margin-top: -26px;

    color:#000000;
    font-size: 15px;
    text-align: center;

    background-color: #e6edff;
    font-family: nexa;
    padding: 4px;
    padding-top: 10px;
    border: 0px solid black;
    border-radius: 10px;
    transition-duration: .4s;
}

.zpet_sichty:hover{
    cursor: pointer;
    background-color: #ff761a;
    color: white;
}

.vypsany_mesic{
    margin-top: 25px;
    z-index: 2002;
    color: #aebcdf;
    font-family: nexa;
    font-size: 15px;
}

.prisluzba{
    color: rgb(59, 196, 177) !important;
}

.prisluzba p{
    position: absolute;
}

.prisluzba_sett{
    height: 30px;
    width: 30px;
    color: rgb(59, 196, 177) !important;
    border: 2px solid rgb(140, 232, 220);
    text-align: center;
    line-height: 34px;
}

.prisl_btn{
    background-color: transparent;
    border: none;
    position: relative;
    left: 0px;
    width: 90px;
    height: 30px;
}

.prisl_btn:hover{
    cursor: pointer;
}

.napln_title p{
    position: absolute;
}

.full_jmeno{
    width: auto;
    display: inline-block;
    height: auto;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.789);
    border: 1px solid #ff761a;
    border-radius: 0px 10px 10px 10px;
    position: absolute;
    margin-left: 12px;
    margin-top: 17px;
    line-height: 100%;
    pointer-events: none;

    opacity: 0;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;

    z-index: 1000;
}

.mezera_jm{
    margin-top: 3px;
}















@media only screen and (max-width: 500px) {
/*
    .picker{
        width: 40vmin;
        height: 20vmin;
        margin-left: 9vmin;
        top: 10vmin;
        
        z-index: 2200;
    }
    
    .circle_1{
        position:relative;
        left: 0px;
        top: 0px;
        width:1.4vmin;
        height:1.4vmin;
        border-radius: 100%;
        background-color:#ffffff;
        border: 1px solid #ff761a;
        display:none;
        opacity: 0;
    }
    
    .circle_2{
        position:relative;
        left: .6vmin;
        top: .5vmin;
        width: 2.2vmin;
        height:2.1vmin;
        border-radius: 100%;
        background-color:#ffffff;
        border: 1px solid #ff761a;
        display:none;
        opacity: 0;
    }
    
    .circle_3{
        position:relative;
        left: 2.7vmin;
        top: .1vmin;
        width:3.5vmin;                                                                                                                                                                                                                                                                                                                                                       
        height:3.5vmin;
        border-radius: 100%;
        background-color:#ffffff;
        border: 1px solid #ff761a;
        display:none;
        opacity: 0;
    }
    
    .circle_3_white{
        position:absolute;
        left: -.7vmin;
        top: -1.2vmin;
        width:3.5vmin;
        height:3.4vmin;
        border-radius: 100%;
        background-color:#ffffff;
        display:none;
        opacity: 0;
    }
    
    .pick_cont{
        z-index: 10000;
        position: relative;
        left: 10px;
        top: 20px;
        width:0px;
        height:0px;
        border-radius: 10vmin;
        background-color:#ffffff;
        border: 1px solid #ff761a;
        display: none;
    }
    
    

    .tabulka{
        font-size:6vmin;
    }
    
    .tabulka input{
        font-size:5vmin;
    }

    .tl_odeslat{
        font-size: 10px;
        margin-top:10px;
        border-radius: 3vmin;
        transition-duration: 1s;
    }

    .input_line{
        width: 50vmin;
    }

    .nadpis{
        font-size: 8vmin;
        margin-top: 20vmin;
    }
    
    .nav_m{
        height: 280px;
    }
    
    .nav_img{
        height: 15vmin;
        margin-top: 5vmin;
    }
    
    .nav_info{
        font-size: 4vmin;
        margin-top: 11vmin;
    }
*/    
    .nav_btn{
        display:none;
    }

    .nav_btn_resp{
        display: flex;
    }

}

