label.error {
    color: red;
    font-size: small;
    margin-bottom: 0em;
}

input:focus.error {
    border: 2px dotted red;
}

.scroll {
    max-height: 200px;
    overflow-y: auto;
}

.scroll-large {
    max-height: 300px;
    overflow-y: auto;
}

.scroll-xl {
    max-height: 600px;
    overflow-y: auto;
}

.highlighted {
    background-color: bisque;
}

.text-wrap {
    white-space: normal;
}

.width-kw-tag {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.active-navbar {
    background-color: #b6c6fd;
}

html, body {
    height: 100%;
}

.wrapper_index {
    min-height: 100%;
    margin-bottom: -35px;
    position: relative;
}

.wrapper_index:after {
    content: "";
    display: block;
}

.footer, .wrapper_index:after {
    height: 35px;
}

.footer {
    background: #e3f2fd;
}

.bg-stripped {
    background: repeating-linear-gradient(
            -45deg,
            #e6f4ff,
            #e6f4ff 2px,
            #fff 3px,
            #fff 6px
    );
}