#div_s_clen {
    position: fixed;
    right: 3px;
    top: 21px;
}

#div_s_clen img {
   cursor: pointer;
}

#info_s_clen {
    border: 2px solid rgb(0, 0, 0);
    background-color: #416E00;
    border-right-width: 0px;
    position: absolute;
    display: none;
    width: 222px;
    color: white;
    padding: 4px;
    right: -3px;
    top: 18px;
}

#info_s_clen a {
    text-decoration: underline;
    font-weight: normal;
    color: white;
}

#info_s_clen input[type="text"] {
    width: 218px;
}

#info_s_clen input[type="submit"] {
    background-color: #63A403;
    border: 1px solid black;
    cursor: pointer;
    margin: 5px 0px;
    width: 222px;
}

#info_s_clen input[type="submit"]#vymazat_udaje {
    background-color: #C72929;
}

.label_s_clen {    
    display: inline-block;
    width: 55px;    
}

#oznameni_plny {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;

    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#oznameni_obsah {
    border: 2px solid #416E00;
    margin: 150px 0px 0px 0px;
    display: inline-block;
    background: #E4FFC1;
    text-align: center;
    padding: 30px 20px;
    width: 500px;
}

#oznameni_text {    
    margin-bottom: 15px;
    text-align: center;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.a_tucny {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #BF0808;
}

.a_tucny:hover {
    text-decoration: underline;
}

.selected_cas {
    background: #FABABA;
}