
.btn-outline-primary {
    color: #003366;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 1px #003366;
    box-shadow: inset 0 0 0 1px #003366
}

    .btn-outline-primary:hover {
        color: #084d91;
        -webkit-box-shadow: inset 0 0 0 1px #084d91;
        box-shadow: inset 0 0 0 1px #084d91
    }

.border-primary {
    border-color: #003366 !important;
}

.color-custom {
    border-color: #003366 !important;
}

/* Sovrascrittura colore primario pulsanti */

.btn-primary {
    background-color: #003366 !important;
    border-color: #003366 !important;
    color: #fff !important;
}

.rounded-icon {
    background-color: #003366 !important;
}

/* Sovrascrittura colore primario testo, sfondo e icone */

.text-primary {
    color: #003366 !important;
}

.bg-primary {
    background-color: #003366 !important;
}

.icon-primary {
    fill: #003366 !important
}

/* Sovrascrittura colore dei chip*/
.chip-label a:link, .chip-label a:visited {
    color: #003366 !important;
}

.chip:hover {
    background-color: #f5d0d6 !important;
}

.custom-backcolor {
    background-color: #003366 !important;
    color: #fff !important
}

.custom-forecolor {
    color: #003366 !important;
}

/* Sovrascrittura sfondo footer e personalizzazione colori link */

.it-footer {
    background-color: #30373d !important;
    color: #fff !important;
}

    .it-footer a:link, .it-footer a:visited {
        color: #fff !important;
    }

    .it-footer a:hover {
        color: #bac8a4 !important;
    }

/* Torna in alto*/

.back-to-top {
    background: #bfdfff;
}

    .back-to-top:hover {
        background: #93c4f5;
        text-decoration: none
    }

/* Newsletter*/

.bg-newsletter {
    background-color: #003366 !important;
    color: #fff !important;
}
