.obsah .headerWrap > tbody > tr:nth-child(1) > td{
    white-space: normal;
}
.wbc_table_scroll{
    overflow-y:scroll;
}
.wbc_ico_prepnuti::after{
    font-family: "Ionicons";
    content: "\f39c";
    font-weight: normal;
    font-size: 19px;
    margin-top: -7px;
    margin-left: 6px;
}
strong.cislo{
    font-weight:bold;
}
#wbc_full_loading.wbc_full_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 111;
    backdrop-filter: saturate(180%) blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}
#wbc_full_loading.wbc_full_loading::after{
    content:"Prosím čekejte";
    font-size: 23px;
}
#wbc_full_loading.wbc_full_loading::before{
    font-family:"Ionicons";
    content:"\f29c";
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
     
     -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    font-size: 48px;
}
@-moz-keyframes spin { 50% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 50% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.wbc_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px;
    max-width: calc(100% - 20px);
    position: relative;
    z-index: 2;
}
.wbc_fullLine{
    display:flex;
    align-items:center;
}
.wbc_tr_td{
    display: flex;
    flex-direction: column;
}
.wbc_tr_td > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wbc_tr_td > div:last-child{
    margin-bottom:0;
}
.wbc_tr_td > div{
    margin-bottom:1px;
}
.wbc_tr_td > div > span:last-child{
    margin-right:0;
}
.wbc_tr_td > div > span{
    margin-right:5px;
}
.wbc_dva_sloupce > div:first-child{
    margin-right: 5px;
}
.wbc_dva_sloupce > div{
    margin: 0;
    border: 1px solid #e3e3e3;
    padding: 10px;
}
.wbc_dva_sloupce{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wbc_dva_sloupce_full_height{
    align-items: stretch;
}
.wbc_dva_sloupce_50 > div{
    width:50%;
}
.wbc_row label{
    line-height: 1.375;
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.wbc_row > span {
    max-width: 100%;
    width: 100%;
}
.input_cas.celodenni{
    height: 0;
    overflow: hidden;
    padding: 0;
    border-bottom: 0;
}
.wbc_hlavicka_nadpis{
    font-weight: 800;
    color: black;
    text-transform: uppercase;
}
.wbc_hlavicka{
    border-bottom: 1px solid #dddddd;
    margin: 15px -15px;
    padding: 0;
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
}
.wbc_hlavicka > div > div{
    padding: 11px 15px;
    border-right: 1px solid #dddddd
}
.wbc_hlavicka > div{
    display:flex;
}
.wbc_hlavicka_radek{
    border-bottom: 1px solid #dddddd;
}
.wbc_hlavicka_radek:last-child{
    border-bottom:none;
}
.wbc_input_stitky .wbc_stitek{
    display: inline-flex;
    background-color: #0C60E6;
    color: white;
    border-radius: 18px;
    padding: 0px 8px;
    margin:1px;
}
.wbc_input_stitky .wbc_stitek_remove::after{
    font-family:"Ionicons";
    content:"\f405";
    cursor:pointer;
    color:white;
    opacity:1;
    text-decoration:none;
    margin-left: 3px;
    margin-right: -3px;
}
.wbc_input_stitky .wbc_stitek_remove:hover::after{
    content:"\f406";
    color:white;
    opacity:1;
    text-decoration:none;
}