/* TAG */
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-size: 24px;
    text-align: center;
}
h2 {
    font-size: 19px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #005b99; /*#337ab7;*/
    text-transform: uppercase;
}
b {
    color: #005b99;
}
p {
    font-size: 14px;
    text-align: center;
}
label {
    margin-top: 25px !important;
    margin-bottom: 1px !important;
}
hr {
    border-color: #85D5E5;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* PRINCIPALE */
#logo {
    text-align: center;
    padding: 15px 0 5px 0;
}
#logo img {
    height: 36px;
}
#widget-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.app-container {
    padding: 0 10px;
}
#footer {
    margin-top: 25px;
}
/* VARIE */
span.ctinfo {
    display: block;
    margin-top: 1px !important;
    padding: 5px;
}
div.error {
    color: #a94442;
}
div.risultato {
    background-color: #d9edf7 !important;
    padding-left: 10px;
    padding-right: 10px;
}
div.risultato p {
    font-size: 18px;
}
.breadcrumb {
    font-size: 12px;
}
option:first-child
{
    color: #999;
}
.pure-form select {
    height: 2.5em;
}
.full-width {
    width: 100%;
}
.separa-sotto {
    margin-bottom: 16px;
}
.alert {
    margin-top: 25px;
}
.alert p {
    margin-top: 0 !important;
}
.alert p.titoletto {
    margin-bottom: 7px;
}
.no-margin-top {
    margin-top: 0;
}
p.disclaimer {
    font-size: 12px !important;
    margin-top: 25px !important;
}
@media only screen and (max-width: 640px) {
    body {
        font-size: 16px !important;
    }
    select, textarea, input {
        font-size: 16px !important;
    }
    .btn {
        font-size: 16px !important;
    }
}

@media print {
    ol.breadcrumb, div#footer {
        display: none;
    }
    div.risultato {
        margin-top: 2cm;
    }
}
