@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);

p, strong, h1, h2, h3, h4, h5, a, button {
    font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#topheader .navbar-nav li.active {
    background-color: grey;
}

#mainbox {
    border: 1px solid grey;
    margin-bottom: 25px;
    border-radius: 14px;
    box-shadow: 3px 3px 5px grey;
}

#app {
    margin-bottom: 50px
}

#footer {
    position: fixed;
    z-index: 999;
    display: block;
    bottom: 0;
    width: 100%;
    height: 40px
}

#footer-inner {
    height: 40px
}

#footer-inner img, #header-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

#footer-inner {
    height: 40px;
}

a {
    color: #005a9a;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.button-spid {
    background-color: #005a9a;
}

.italia-it-button-size-l {
    width: 310px;
}

.italia-it-button-text {
    width: 79%;
}

.alert-warning {
    color: #ff0000;
    background-color: #fff;
    border-color: #fff;
}

.alert-success {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #005a9a;
    border-color: #005a9a;
}

.progress-bar {
    background-color: #005a9a;
}

@media screen and (min-width: 0) {
    #footer, #footer-inner, #idp-logo {
        height: 55px
    }

    #spid-agid-logo {
        height: 30px
    }
}

@media screen and (min-width: 750px) {
    #footer, #footer-inner, #idp-logo {
        height: 55px
    }

    #spid-agid-logo, .spid-logo img {
        height: 45px
    }

    #idp-logo, #spid-agid-logo {
        padding-top: 5px
    }

}

@media screen and (min-width: 1170px) {
    #footer, #footer-inner, #idp-logo {
        height: 70px
    }

    #idp-logo, #spid-agid-logo {
        padding-top: 5px
    }

    #spid-agid-logo {
        height: 60px
    }
}

dt, dd {
    float: left
}

dt {
    clear: both
}
