html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', 'Open sans', sans-serif;
}
main {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}
.footer-top {
    padding: 30px 0 10px 0;
    background: #67a2d4;
    text-align: left;
    color: #fff;
}
.footer-top section {
    font-size: 16px;
}
.footer-top a {
    color: #fff;
    font-size: 16px;
}
.footer-top h4 a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.footer-bottom {
    padding: 15px 0;
    background: #001a33;
    text-align: left;
    font-size: 15px;
}
.footer-bottom a {
	padding-right: 1rem;
	color: #f8f9fa;
}

.selected-element {
    background-color: yellow;
    color: black;
    outline: 0;
}
.deselected-element {
    border-color: auto;
    box-shadow: auto;
    background-color: auto;
    color: auto;
}
.img-simboli {
    max-width: 120px;
}
.navbar {
    background-color: #0066CC;
}
.card-header-candidato {
    padding-bottom: 0;
    padding-top: 0;
}

[data-toggle="collapse"] .fa:before {
    content: '\f077';
}
[data-toggle="collapse"].collapsed .fa:before {
    content: '\f078';
}
[data-toggle="collapse"] .btn.focus,
[data-toggle="collapse"] .btn:focus {
    box-shadow: none;
}
.navbar-brand img {
    max-height: 50px;
}
.title-partizione {
    font-size: 1.05rem;
}

@media (min-width: 768px) {
    .navbar-brand img {
        max-height: 65px;
    }
    .font-size-lg {
        font-size: 2rem;
    }
    .title-partizione {
        font-size: 1.5rem;
    }
}
