/* 
    Created on : 16.1.2019, 13:47:10
    Author     : Zdeněk Józsa
*/

.form-row.input-error textarea, .form-row.input-error input {
    border-color: #cb0000;
    background-color: #fef6f2;
}

.comment-hidden, .reaction-hidden {
    display: none;
}

.comment-show-more {
    cursor: pointer;
}

.likeIcon {
    cursor: pointer;
}

#rozbalit-vse {
    cursor: pointer;
}

#sorting-asc, #sorting-desc {
    cursor: pointer;
}

.comment-reply {
    background-color: #d1e0e0;
    margin: -2rem -3rem 2rem -2rem;
    padding: 0.2rem 3rem 0.2rem 2rem;
}

.form-comment {
    padding: 1rem;
}

#newComment-header, #reply-header {
    padding: 0 6rem 2rem 1rem;
    margin-top: 1rem;
    display: none;
}

.positive {
    color: #2b7100 !important;
}

.comment-bubble-reply {
    background-color: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    display: block;
    margin: 0 20rem 0.5rem 3.5rem;
    padding: 0.5rem 1.3rem;
    width: auto;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.cely-prispevek {
    color: #014a6c;
    text-decoration: underline;
    background-color: transparent;
}

.cely-prispevek:hover {
    color: #05648f;
    cursor: pointer;
    text-decoration: none;
}

.block-poradce {
    margin-bottom: 15px;
}