/* 
    Created on : 6.12.2019, 11:48:12
    Author     : Zdeněk Józsa
*/

.disabled {
    display: none;
}

.comment__form-group.input-error textarea, .comment__form-group.input-error input {
    border-color: #cb0000;
    background-color: #fef6f2;
}

.comment__form-group.input-error .error-text {
    right: 0;
    color: #f04f00;
    font-size: 0.8rem;
    line-height: 1;
}

.comment-show-more {
    font-weight: 700;
    color: #ff6c00;
    cursor: pointer;
    display: inline-block;
    margin-top: 0.3rem;
}

.comment-show-more:after {
    content: "\e931";
    font-family: icomoon;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}

.comment-hidden, .reaction-hidden {
    display: none;
}

.discussion__text-red:hover {
    color: #CC0000;
}

.art-vet .nav-cities {
    vertical-align: top;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
    background: url("../../../../img/PageModule/RubrikaCustom/Mazlicci/shadow-article.png") no-repeat bottom center;
}

.vypis-obci {
    padding-left: 10px;
}

svg path.active {
    fill: #E6AFB4;
}

#search-results {
    background-color: #fff;
    border: lightgrey 1px solid;
    margin: -9px 0 0 0;
    width: 100%;
    padding: 5px;
    position: relative;
    z-index: 10;
}

#search-results a {
    color: #ce202e;
}

#search-results a:hover {
    text-decoration: underline;
}

.outer {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-wrapper {
    height: 0;
    margin: auto;
    z-index: 1;
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}

.video-wrapper iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
}

.sz-banner-container {
    text-align: center;
    margin: 0 0 1.5rem 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.aside-banner-container {
    height: auto;
}

.item-options {
    font-size: .7rem;
}

.item-options a {
    color: #666;
}

.item-options a:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.item-options .icon-pencil {
    margin-right: .2rem;
}