@import url("standardColor.css");
:root {
    --main-header-menu-color: #21225A; /*SFONDO DELL'HEADER*/
    --main-menu-color: #21225A; /*SFONDO MENU LATERALE*/
    --main-footer-color: #21225A; /*SFONDO DEL FOOTER*/
    --bg-pulsanti-menu-gradient: #3864AB; /* SELEZIONE DEL MENU DI SPALLA*/
    --primary-button-gradient: linear-gradient(90deg, rgba(33,34,90,1) 0%, rgba(13,34,57,1) 100%); /*SFONDO DEL PULSANTE CERCA*/
    --primary-button-gradient-hover: #21225A; /*HOVER DEL PULSANTE CERCA*/
    --secondary-button-background-gradient: linear-gradient(90deg, rgb(203 29 21) 0%, rgb(151 27 21) 100%); /*SFONDO DEL PULSANTE PULISCI*/
    --secondary-button-gradient-hover: linear-gradient(90deg, rgb(203 29 21) 100%, rgb(151 27 21) 100%);
    --secondary-button-border: none; /*ELMINO BORDO AL PULSANTE PULISCI*/
    --secondary-button-color: #ffffff; /*COLORE TESTO DEL PULSANTE PULISCI*/
    --colore-pulsanti-azione: #21225A; /*COMANDI DELLA TOOLBAR*/
    --height-footer-compact: none; /*HEIGHT FOOTER*/
}

.footer_immagini {
    background: url(../../images/background-content.png) repeat;
    padding: 3px; /*top e bottom*/
    margin-top: 10px;
}

.footerText hr {
    margin: 1px;
    color: #3864AB;
}
.img-fluid {
    margin: 2px 8px;
}
td h2{
    line-height: 20px;
}
div div img{
    max-height:70px;
}

@media(min-width:900px)and (max-width:1275px) {
    .img-fluid {
        margin: 2px 20px;
    }
}
@media(min-width:1275px) {
    .td {
        font-size: 0em;
        padding: 0px;
    }

    .img-fluid {
        margin: 2px 30px;
    }

    div div img {
        max-height: none;
    }
}
