@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");


.cara {
    border-bottom: 2px solid black;
}

.width100 {
    width: 100px;
}

.width50 {
    width: 50px;
}

.pointer {
    cursor: pointer;
}

.flex-column-spacer {
    min-width: 8px;
}

.input-zmena:focus,
.input-zmena {
    background-color: #ffff99;
}

.ikonaForm {
    width: 50px;
    cursor: pointer;
    text-align: center;
}

.scroll-container-40{
 /*   max-height: 40em; */
    height:calc(100vh - 350px);
    overflow-y: auto;
}


.scroll-container-45{
    height:calc(100vh - 225px);
    overflow-y: auto;
}

.scroll-container-vysoky{
    height:calc(100vh - 200px);
    overflow-y: auto;
}

.scroll-container-hodiny-nova{
    height:calc(100vh - 250px);
    overflow-y: auto;
}

.scroll-container-hodiny-vedeni{
    height:calc(100vh - 450px);
    overflow-y: auto;
}


.scroll-container-370{
    height:calc(100vh - 370px);
    overflow-y: auto;
}

thead > tr {
    border-bottom: solid 2px black ;
    border-top: solid 2px black ;
}