/*
 * Palette FSI (Ferrovie dello Stato Italiane)
 * Verde primario: #00665B
 * Rosso accent:   #D0142C
 *
 * Sfumature verde:
 *   scuro:    #004D44
 *   base:     #00665B
 *   chiaro:   #338C83
 *   pallido:  #E6F2F1
 *
 * Sfumature rosso:
 *   scuro:    #A01022
 *   base:     #D0142C
 *   chiaro:   #E04858
 *   pallido:  #FDEAED
 */

/* === PRIMARY (Verde) === */
.primary-bg {
    background-color: #00665B !important;
}
.primary-color {
    color: #00665B !important;
}
.btn-primary {
    background-color: #00665B !important;
    border-color: #00665B !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #004D44 !important;
    border-color: #004D44 !important;
}
.btn-outline-primary {
    color: #00665B !important;
    border-color: #00665B !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #00665B !important;
    border-color: #00665B !important;
    color: #fff !important;
}
.text-primary {
    color: #00665B !important;
}
.bg-primary {
    background-color: #00665B !important;
}
a {
    color: #00665B;
}
a:hover {
    color: #004D44;
}

/* === DANGER / ACCENT (Rosso) === */
.btn-danger {
    background-color: #D0142C !important;
    border-color: #D0142C !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #A01022 !important;
    border-color: #A01022 !important;
}
.btn-outline-danger {
    color: #D0142C !important;
    border-color: #D0142C !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: #D0142C !important;
    border-color: #D0142C !important;
    color: #fff !important;
}
.text-danger {
    color: #D0142C !important;
}
.bg-danger {
    background-color: #D0142C !important;
}
.badge-danger {
    background-color: #D0142C !important;
}

/* === HEADER & NAVIGATION === */
.it-header-slim-wrapper {
    background-color: #004D44;
}
.it-header-center-wrapper {
    background-color: #00665B;
}
.it-header-navbar-wrapper {
    background-color: #004D44;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-color: #00665B;
}

/* === FOOTER === */
.it-footer .it-footer-main {
    background-color: #00665B;
}
.it-footer .it-footer-small-prints {
    background-color: #004D44;
}

/* === COMPONENTS === */
.progress-bar {
    background-color: #00665B;
}
.page-link {
    color: #00665B;
}
.page-item.active .page-link {
    background-color: #00665B;
    border-color: #00665B;
}
.alert-primary {
    background-color: #E6F2F1;
    border-color: #338C83;
    color: #004D44;
}
.alert-danger {
    background-color: #FDEAED;
    border-color: #E04858;
    color: #A01022;
}

/* === CUSTOM CLASSES === */
.btn-consip,
.btn-fsi {
    background-color: #00665B !important;
    border-color: #00665B !important;
    color: #fff !important;
}
.btn-consip:hover,
.btn-fsi:hover {
    background-color: #004D44 !important;
    border-color: #004D44 !important;
}
