﻿body.waiting * {
    cursor: progress;
}

.podminkaClass {
    height: 30px;
    margin-top: 1px;
    /*background-color: aquamarine;*/
}

    .podminkaClass label,
    .podminkaClass input {
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
        display: flex;
        width: 70px;
        height: 20px;
        border: 1px solid #CCC;
        padding: 0;
        cursor: pointer;
        color: silver;
    }

        .podminkaClass input[type="radio"] {
            display: none;
        }

        .podminkaClass label:hover {
            color: #535353;
        }

        .podminkaClass input[type="radio"]:checked + label {
            background: #e5e5e5;
            font-weight: bold;
            color: #535353;
        }

.a_radio {
    left: 130px;
    top: -22px;
}

.nebo_radio {
    top: 0px;
    left: 55px;
}
.doHover:hover {
    background: #314163;
    color: #e5e5e5;
}
.tdHover{
    text-align: left;
}
    .tdHover:hover {
        text-decoration: underline;
        text-align: left;
    }

.sloupec:hover {
    /*background-color: #B3C2EF;*/
    cursor: pointer;
}