i.icon-xx {
    font-size: large;
    margin: 3px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#templates {
    display: none;
}

.hidden {
    display: none !important;
}

div.obraz.hidden_obraz {
    opacity: 0.05;
    z-index: 5;
}

div.obraz.first_line {
    background-color: color(xyz 0.73 0.76 0.66 / 0.4);
    z-index: 6000;
    scale: 1.1;
}

div.obraz.first_line.hidden_obraz {
    background-color: color(xyz 0.73 0.76 0.66 / 0.3);
    opacity: 50%;
    z-index: 6000;
}

div.obraz.obraz_parent {
    z-index: 6000;
    background-color: color(xyz 0.73 0.76 0.66 / 0.2);
    scale: 1.1;
    border-style: dashed;
}

div.obraz.obraz_parent.hidden_obraz {
    opacity: 55%;
    z-index: 6000;
    background-color: color(xyz 0.73 0.76 0.66 / 0.2);
    border-style: dotted;
}

path.link.hidden_link {
    opacity: 0.05;
    z-index: 5;
}

div.obraz.hidden_subs {
    /*box-shadow: 2px 2px #00000080;*/
    border-bottom-width: 6px;
}

#messages-window {
    display: none;
    position: fixed;
    padding: 5px;
    border-style: solid;
    border-color: red;
    border-radius: 10%;
    background-color: white;
    right: 5%;
    top: 5%;
    z-index: 100000;
    animation: move-message 3s;
}

@keyframes move-message {
    0% {
        right: 60%;
        top: 60%;
    }
    100% {
        right: 5%;
        top: 5%;
    }
}

.result-window {
    position: absolute;
    border-style: groove;
    border-radius: 10%;
    background-color: white;
}

.picture {
    border: 4px solid lightgray;
    background: white;
    padding: 5px;
}

.clickable {
    cursor: pointer;
}

.draggable:hover {
    cursor: grab;
}

.grabbed {
    cursor: grabbing !important;
}

.link-selected {
    stroke: #ff7fe2 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    stroke-width: 4 !important;
}

.blinked,
.blinked > input,
.blinked > textarea {
    background-color: red !important;
}

input:required {
    background-color: lightyellow;
}

input:invalid {
    background-color: darkorange;
}

.bnt_inline {
    height: 15px;
}

#obrazes_plate {
    width: 100%;
    height: 100%;
}

.w100 {
    width: 100%;
}

.paled {
    opacity: 0.3;
    cursor: not-allowed;
}

.outgoing {
    padding: 5px;
    cursor: pointer;
}