﻿* {
    font-family: 'Lucida Sans';
    margin: 0px;
    padding: 0px;
    text-align: left;
}

a:link {
    /*color: #ffffff;*/
}

.main-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#footer {
    min-height: 75px;
}

.container {
    flex: 1;
    overflow: auto;
}

.header {
    background-color: #f5f5f5;
}

.w100 {
    width: 100%;
}
.bg-scuro {
    background-color: #0b324f;
    color: #ffffff;
}

.logo-footer {
    margin: auto;
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    width: 170px;
    height: 65px;
}

.caption {
    background-color: #f4f4f4;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    color: #3577a7;
}

.sectionHeaderSmall {
    margin: 1px 1px 5px 1px;
    padding: 0px 0px 0px 5px;
    outline: #ddd solid 1px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size:1.2rem;
}

    .sectionHeaderSmall img {
        padding-right: 10px;
    }


