﻿/* *** STILI per personalizzazioni del Front End User di Overseer *** */

.cmp-hero .it-hero-wrapper {
    min-height: unset;
}

.cmp-breadcrumbs {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.cmp-hero .it-hero-wrapper .it-hero-text-wrapper .hero-text p {
    color: #191919;
    font-family: Titillium Web !important;
}

.card-after-0::after {
    margin-top: 0;
}

.note-editor.card::after {
    margin-top: 0;
}

.note-editor.card .note-btn {
    font-weight: lighter;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error,
textarea.input-validation-error + .note-editor {
    border: 1px solid #b94a48;
}

@media(min-width:768px) {
    .cmp-breadcrumbs {
        margin-top: 2.22rem;
        margin-bottom: 1.333rem
    }
}