html,body {
    height: 100%;
    margin: 0px;
}

.page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.filtri {
    width: 100%;
    height: 100px;
    background: limegreen;
}

#filtri-link.active .filtri{
    position: fixed;
    top: 0;
}

.div img {
    width: 100%;
}

.no-padding{
    padding: 0px;
}

.image-container img {
    width: 100%;
}

.hidden {
    margin-top: -300px;
}

.image-container.with-placeholder{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
}

.gruppi:hover .placeholder img{
    content:url("images/1_on.png");
}

.gruppi:hover > a > img{
    content:url("images/gruppi_on.png");
}

.cat:hover .placeholder img{
    content:url("images/2_on.png");
}

.cat:hover > a > img{
    content:url("images/cat_on.png");
}

.placeholder img{
    max-height: 100%;
    position: absolute;
    width: 100%;
}

div img{
    max-width: 100%;
}

pre {
    padding: 10px;
}

.sezione-carousel .carousel-indicators {
    display: none;
}

[uib-typeahead-popup].dropdown-menu { 
    max-height: 300px;
    overflow: auto;
}
