.kalendar_full_display{
    width: 100%;
    position: relative;
}
.sec_hlavicka{
	position: sticky;
	top:60px;
	width: 100%;
	height: auto;
	background-color: #ededed;
    z-index: 1;
    display: flex;
    transition: .3s;
    transition-delay: .15s;
}
.CTRL_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    min-width: 200px;
    width: 200px;
    box-shadow: 0px 1px 0px 0px #cccccc;
    transition: background-color .3s;
}
.CTRL_cont:hover{
    background-color: #f0f0f0;
}

.Kalendar_controls_cont{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
}
.Kalendar_controls{
    display: flex;
    height: 100%;
    align-items: center;
}
.KAL_hours {
    width: 100%;
    height: 20px;
    box-shadow: 0px 1px 0px 0px #cccccc;
    text-align: center;
    display: inline-block;
    float: left;
    z-index: 1;
    display: flex;

}
.KAL_hour {
    width: 100%;
    display: flex;
    align-items: end;
    height: 100%;
    box-shadow: 1px 0px 0px 0px hsl(0, 0%, 70%) inset;
    text-align: left;
    float: left;
    font-size: .5rem;
    color: hsl(0, 0%, 70%);
    padding-left: 3px;
    padding-bottom: 3px;
    cursor: default;
    transition: 0.3s;
}


#kalendar{
    width:100%;
    display: inline-block;
    float: left;
}
.KAL_day_notes{
    display: flex;
}
.KAL_day {
    width: 200px;
    min-width: 200px;
    min-height: 80px;
    box-shadow: 1px 1px 0px 0px hsl(0,0%, 80%) inset;
    background-color: hsl(0,0%,93%);
    text-align: center;
    display: inline-flex;
    float: left;
    position: relative;
    z-index: 0;
    align-items: center;
    justify-content: center;
}
.KAL_preday {
    color: gray;
}

.den {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    width: calc(100% - 20px);
}
.KAL_den {
    font-size: .6rem;
    text-transform: uppercase;
}

.KAL_datum {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.KAL_controls{
    width: 200px;
    height: 90px;
    text-align: center;
    display: inline-block;
    float: left;
    color: black;
    position: fixed;
    top: 60;
    left: 00%;
    transform: translateX(0);
    z-index: 5;
}




.KAL_diary {
    background-color: white;
    width: 100%;
    min-height: 80px;
    box-shadow: 1px 1px 0px 0px hsl(0,0%, 80%) inset;
    text-align: left;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}
.KAL_diary_preday{
    background-color: #f7f7f7;
}
.KAL_diary_cont{
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    display: flex;

}
.diary{
    padding-top: 10px;
    padding-bottom: 10px;
}
.diary_time{
    display: none;
}
.diary_hour{
    box-shadow: 2px 0px transparent inset;
    transition: .3s;
}
.diary_hour:hover{
    box-shadow: 2px 0px gray inset;
}
.clr_diary_1{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.02);
}
.clr_diary_2{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.003);
}
.diary_happy_hours{
    width: 217.4%;
}



.denicek {
  display:grid;
  grid-auto-flow: dense;
  grid-gap: 2px 0px;
  grid-template-columns: repeat(144, 1fr);
}

.minuty {
    display: contents;
    background-color: #DDD;
}
.minuty-label {
  grid-row-start: 1;
  text-align: right;
  margin:0;
}

.denicek-minuty, .minuty-label, .event {
    padding-left: 8px;
}

.event {
    background-color: #c9c9c9;
    padding: unset;
    font-size: .6rem;
    min-height: 60px;
    margin-top: 1px;
    margin-bottom: 1px;
    z-index: 0;
    overflow: hidden;
    cursor: default;
    position: relative;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
    transition: 0.3s;
    transition:padding 0s;
    -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-left: 3px solid #777777;
    position: relative;
    transition: .3s;
}
.event_mine{
    cursor: pointer;

}
.event_admin{
    cursor: pointer;

}
.event_txts{
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 14px 10px 10px;
}
.event_txts_closed{

}
.event_style_dynamic_closed{
    background: repeating-linear-gradient( -45deg, transparent, transparent 15px, rgb(0 0 0 / 5%) 15px, rgb(0 0 0 / 5%) 30px );
}
.event_style_dynamic_overnight_1st_half{
    -webkit-clip-path: unset;
    clip-path: unset;
}
.event_style_dynamic_overnight_mid_half{
    -webkit-clip-path: unset;
    clip-path: unset;
    border-left-width: 0px;
    padding: 0 3px;
}
.event_style_dynamic_overnight_2nd_half{
    border-left-width: 0px;
    padding: 0 3px;
}




.event_selected_del{
    border-width: 5px;
}



.delete_event{
    width: 20px;
    height: 20px;
    float: right;
    opacity: 0.9;
    transition: 0.3s;
    display: none;
    width: 12px;
    height: 12px;
    padding: 2px 2px 4px 4px;
}
.event_txts_hide_absolute{
    position: absolute;
    top:10px;
    right: 20%;
}
.N_studio_typ{
}
.N_head_comment{
    opacity: 0.8;
    font-weight: 400;
}
.N_autor {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.N_text {
    font-weight: 600;
    text-transform: unset;
}
.N_cas_txt{
    font-size: .5rem;
}




.KAL_hodina{
    width:calc(100% / 13);
    min-height: 100px;
    background-color: red;
    outline: 1px solid black;
    text-align: center;
    display: inline-block;
    float: left;
}


#del_hlavicka{

}
.U_space_del{

}
.input_hidden{
    display: none;
}
.U_box_del{
    text-align: center;
    width: 100%;
    background:white;
    margin-left: -5px;
    display: inline-block;
    float: left;
    padding: 40px 0 40px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.U_text_1_del {
    margin-block-start: 0.6em;
    padding-left: 10%;
    width: 80%;
    font-size: 1.6rem;
    font-weight: 600;
}

.KAL_controls{
    width:10%;
    height: 90px;
    text-align: center;
    display: inline-block;
    float: left;
    color:black;
    position: relative;
}

.CTRL_controls{
    text-transform: uppercase;
    float:left;
    text-align:left;
    color:black;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.USR_button_style{
    padding-right: 40px;
    position: relative;
    float: left;
    font-size: .9rem;
    font-weight: 600;
    border-left: 0px solid black;
    height: 25px;
    transition: 0.3s;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.USR_button_style:hover{
    opacity: 1;
    
}
.USR_text_style{
    padding-left: 40px;
    text-align: left;
    position: relative;
    float: left;
    font-size: .9rem;
    border-left: 0px solid black;
    transition: 0.3s;
    cursor: default;
    text-transform: uppercase;
}
.CTRL_profile_controls{
    padding-right: 5%;
    display: flex;
    align-items: center;
}
.CTRL_profile{
    padding-left: 40px;
    display: inline-block;
    text-transform: uppercase;
    float:right;
    text-align:right;
    color:black;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.CTRL_token{
    padding-left: 40px;
    display: inline-block;
    height: 100%;
    text-transform: uppercase;
    float:left;
    text-align:right;
    color:black;
    opacity: 0.5;
    cursor: default;
    transition: 0.3s;
}
.placeholder {
    display: none;
    position: absolute;
    width: 90px;
    padding: 7px;
    background-color: rgba(255,255,255,0.7);
    color: black;
    font-size: .7rem;
    z-index: 100;
    font-weight: 500;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    line-height: 11px;
    text-transform: none;
    text-align: center;
    right: -150%;
    top: 34px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: gibson;
}
.USR_echo {
    display: none;
    position: fixed;
    width: 130px;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    color: black;
    font-size: .8rem;
    z-index: 100;
    font-weight: 500;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    line-height: 11px;
    text-transform: none;
    text-align: right;
    right: 4%;
    top: 46px;
    /* height: 500px; */
    z-index: 91;
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
}
.USR_ECH_name{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}
.logout{
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    background-image: none;
    color: black;
    box-shadow: none;
    border: none;
    background-color: white;
    font-weight: 600;
    padding-bottom: 2px;
}
.USR_img{
    padding: 0 10px 0px 0px;
    height: 18px;
}
.USR_name{
    position: relative;
    float: right;
    font-size: .9rem;
    font-weight: 600;
}
.SQT_BUTT_NON{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.SQT_BUTT_NON img{
    padding: 10px;
    opacity: .2 ;
    height: 60px;
}
.BUTT_TYPE1{
    width:100%;
    height: 100%;
    opacity:0.5;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}
#CLOSE_BUTT{
    display: none;
}
#BACK_BUTT{
    display: none;
}
.butt_svg{
    height:40px;

}
#slider{
    width: 90%;
    height: 100%;
    overflow: hidden;
    float: right;
}
#STAGES{
    width:calc(100% * 3);
}
.STG{
    display: inline-block;
    float:left;
    display: block;
    width: calc(100% / 3);
    margin: 0;
    padding: 0;
}




.vytvoreni_eventu{
    width: 100%;
    height: 100%;
    margin-left: 0;
    z-index: 1;
    display: flex;
}
.vytvoreni_eventu2{
    width: 100%;
    height: 70px;
    z-index: 1;
}
.admin_width2{
    width: 90%;
    margin-left: 5%;
}
.VE_input{
    width: calc((100% / 3) - 5%);
    height: 100%;
    display: inline-flex;
    float: left;
    margin: 0 2.5% 0 2.5%;
    justify-content: center;
    align-items: center;
}
.admin_width{
    width: 19%;
    margin: 0 0.5% 0 0.5%;
}
.cas_width{
    width: 9%;
    margin: 0 0.5% 0 0.5%;
}
.sel_style{
    height: 40px;
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
    color: gray;
    letter-spacing: 1px;
    font-family: canada-type-gibson, sans-serif;
    padding-left: 10px;
    border: none;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    font-weight: 500;
    background: url("../SOURCES/SVGS/CLR_ARR/clr_arr_gray.svg") no-repeat right #ededed;
    -webkit-appearance: none;
    appearance: none;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    font-weight: 600;
    transition: 0.3s;
}
.sel_style:hover{
   color:red;
}
.date_sel{
    width:100%;
}
.sel_style:focus{
    outline: none;
}
.sel_arr_jquery_svg{
    stroke: blue;
}
.input_name{
    width:100%;
    height:40px;
    margin-top: 10px;
    line-height: 40px;
    font-size: .8rem;
    text-align:center;
    display: none;
}
.inp_hide{
    display: none;
}
.VAL_BUTT{
    background-color: gray;
}
#VAL_BUTT{
    width: 100%;
    height: 40px;
    text-align:center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#CONF_BUTT{
    width: 100%;
    height: 40px;
    text-align:center;
    line-height: 40px;
    cursor: pointer;
    background-color: #3dbb8c;
    color:white;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: 1px;
    display: none;
    text-transform: uppercase;
}
.BUTT_style_00{ 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.BUTT_style_00_cont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.error_login{
    color:red;
    font-weight: 600;

}
.clenstvi_login {
    width: 80%;
    margin-top: 10px;
    display: inline-block;
    font-size: 1rem;
}
#ERR_BUTT{
    width: 100%;
    height: 40px;
    text-align:center;
    line-height: 40px;
    cursor: pointer;
    background-color: #f16045;
    color:white;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 1px;
    display: none;
    text-transform: uppercase;
}

.time_sel{
    width:45%;
    display: inline-block;
    float: left;
}
.overeni_do_konce{
    display: none;
}
.VE_permission_overall{
    display: none;
}
.VE_permission_vissible{
    display: block;
}
.plan_sel_each_hidden{
    display: none;
}
.hour_split{
    width:10%;
    text-align: center;
    display: inline-block;
    float: left;
}
.VE_event_type{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 0;
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    transition: .3s;

}
.VE_event_type:hover{
    width: 150%;
}
.VE_studioSelect_cont{
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: calc(100%);
    height: 100%;
    overflow: hidden;
}
.VE_studioSelect_GridCont{
    display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
    height: 100%;
}
.VE_studioSelect{
    padding: 10px 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.5s;
}
.VE_studioSelect_hover{
    width: 100%;
    padding:45px 25px;
    opacity: 0.9;
}
.VE_background{
    background-size:cover;
    background-position: center;
    background-color: darkslategray;
    width: 100%;
    height: 100%;
    filter:grayscale(100%);
}


.KAL_controls_mobile{
    position: static;
    top: 0;
    left: 0;
    transform: translateX();
    z-index: 101;
    width: 100%;
    height: 100%;
    bottom: 0px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stager_button_jq_resActive{
    left: 0;
    transform: translateX(0);
}
.KAL_reservation_control{
    pointer-events: none;
    top: 0;
    transform: translateY(-100%); 
    position: absolute;
    
    left: 0;
    z-index: 100;
    background-color: #ededed;
    width: 100%;
    height: 90px;
    border-bottom: 2px solid #2d2d2d;
    transition: .5s;
    
}
.KAL_reservation_control_active{
    left: 0;
    top: 0;  
    transform: translateY(0);
    pointer-events: unset;
}
.KAL_reservation_studio_select{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.KAL_RES_cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 8.5%;
}
.KAL_CTRL_stager{
    height: 0px;
}
.KAL_CTRL_stager_active{
    height: 90px;
}
.VE_input_butt{
    width: 400px;
}
.input_checkmark_ajax{
    display: inline-block;
    width: 45px;
    margin-top: 10px;
    height: calc(100% - 12px);
    border: solid 0px hsla(0, 0%, 80%, 1);
    border-bottom: solid 2px hsla(0, 0%, 80%, 1);
    background-color: rgb(247 247 247);
    
}
.input_checkmark_ajax_style01{
    margin: unset;
    border: unset;
}
.input_checkmark_bg_ajax{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.input_checkmark_bg_ajax_style01{
    width: auto;
    height: 70%;
    margin-right: 2px;
}
.input_checkmark_img_ajax{
    width: auto;
    height: 100%;
    display: none;
}
.ajax_checkmark_active{
    background-color: none;
}
.ajax_checkmark_nopointer{
    background-image: unset;
    background-color: hsla(0, 0%, 60%, 1.0);
    pointer-events: none;
}
.input_checkmark_text_ajax_style01{
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}
.voucher_price{
    color: green;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(360deg);
    }
    to{
        transform: rotate(0deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s infinite;
}
.Now_handle{
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
}
.Now_blinder{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.03);
    position: absolute;
    top:0;
    left:0;
    border-right: 1px solid #c8c8c8;
}

.KAL_RES_cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 8.5%;
}
.calendar_cont_mobileHide{

}
@media (max-width:900px){
    .calendar_cont_mobileHide{
        display: none;
    }
    .diary_hour:hover{
        box-shadow: unset;
    }
    .KAL_day_notes{
        flex-direction: column;
    }
    .KAL_day{
        width: auto;
        display: flex;
        align-items: center;
        position: sticky;
        top: 60px;
        z-index: 1;
        box-shadow: none;
        border-top: 2px solid #dbdbdb;
        border-bottom: 2px solid #dbdbdb;
    }
    .KAL_diary_cont{
        flex-direction: row;
    }
    .KAL_diary{
        width: 100%;
        padding: 0px 20px 0px 100px;
        box-shadow:  unset;
    }
    .KAL_diary_cont{
        flex-direction: column;
    }
    .clr_diary_1{
        background-color: rgba(0,0,0,0.02);
    }
    .diary_time{
        display: block;
        padding: 10px;
        color: #c7c7c7;
        border-top: 1px solid #c7c7c7;
        width: 50px;
        z-index: 1;
        font-size: .7rem;
    }
    .denicek {
        grid-gap: 0px 10px;
        grid-template-columns: repeat( auto-fit, minmax(0px, 1fr) );
        grid-template-rows: repeat(144, 1fr);
        height: 1500px;
        justify-items: center;
    }
    .event{
        display: flex;
        margin: 0;
        border-left-width: 0px;
        justify-content: center;
        align-items: center;
        border-bottom: 5px solid;
        text-align: center;
        font-size: .8rem;
        max-width: 300px;
        width: -webkit-fill-available;
        -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
    }
    .KAL_hours{
        display: none;
    }
    .sec_hlavicka{
        flex-direction: column;
        z-index: 2;
        top: unset;
        bottom: 0px;
        left: 25%;
        position: fixed;
        box-shadow: 0 0 10px 5px #00000014;
        width: 50%;
    }
    .diary{
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .KAL_day{
        box-shadow: unset;
    }
    .Now_blinder{
        border-bottom: 1px solid #c8c8c8;
        border-right: unset;
    }
    .Kalendar_controls_cont{
        display: none;
    }
    .CTRL_cont{
        width: 100%;
        min-height: 60px;
        min-width: unset;
    }
    .CTRL_cont_anonymous{
        display: none;
    }
    .KAL_CTRL_stager_anonymous{
        /*display: none;*/
    }
    .KAL_reservation_control_timeselect{
        height: auto;
    }
    .KAL_reservation_control{
        height: 100%;
    }

    .vytvoreni_eventu{
        flex-direction: column;
    }
    .vytvoreni_eventu2{
        height: auto;
        flex-direction: column;
        display: flex;
        gap:10px;
    }
    .VE_event_type{
        height: 90px;
    }
    .KAL_CTRL_stager{
        height: 0px;
    }
    .KAL_CTRL_stager_active{
        height: 300px;
    }
    .KAL_RES_cont{
        gap: 20px;
        flex-direction: column;
        height: auto;
    }
    .VE_input{
        margin: unset;
        width: 100%;
    }
    .VE_input_butt{
        width: 100%;
    }
    .VE_studioSelect{
        width: 50%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .VE_studioSelect_hover{
        width: 100%;
        padding: 0;
        height: 100%;
    }
    .VE_event_type{
    }
    .VE_event_type:hover{
        width: 100%;
    }
    .H_DD_cont{
        left: unset;
        right: 0;
        transform: translateX(0%);
    }
    .stager_button_jq_active{
        left: 0%;
        width: 100%;
    }
}