@font-face {
    font-family: 'Exo';
    src: url('/mpa2025/fonts/exo/Exo-Regular.ttf') format('truetype');
}

html, body {
    font-family: 'Exo', sans-serif;
    font-size: 10pt;
    color: #244C5A;
    height: 100%;
    min-width: 550px;
    max-width: 1200px;
    margin: auto;
}
a:hover {
    text-decoration: none;
}
a{
    color: #2377d2;
}
.container-fluid {
    box-shadow: 0px 15px 20px 5px #ccc;
    padding-bottom: 20px;
    min-height: 100%;
    padding-top: 20px;
}

.intestazione {
    margin-bottom: 60px;
    padding: 0 10px;
}

.titolo {
    font-weight: bold;
    font-size: 24pt;
    margin-top: 44px;
    line-height: 26pt;
}
.info-domanda {
    color: #244C5A; /*#D22630;*/
    margin-top: 14px;
    border-bottom: none;
    font-size: 16pt;
    padding: 0;
    font-weight: bold;
}
.info-risposta {
    font-size: 12pt;
}

.fasce {
    padding-right: 60px;
    height: 300px;
}
.fasce > div {
    float: right;
    clear: both;
    border-right: 0;
}
.fascia-header {
    border-bottom: 50px solid #1f3664;
    border-left: 380px solid transparent;
    height: 50px;
    width: 385px;
    margin-right: -18px;
}
.fascia1 {
    /* ca 0.075 */
    color: white;
    border-bottom: 80px solid #1f3664;
    border-left: 6px solid transparent;
    height: 80px;
    width: 387px;
    margin-right: -18px;
    background-color: #1f3664;
}
.fascia-img {
    border-left: 50px solid transparent;
    border-right: 0;
    height: 400px;
    width: 350px;
    float: right;
}
.fascia-img img {
    height: inherit;
    position: absolute;
    margin-left: -240px;
    z-index: -1;
}
.fascia2 {
    color: white;
    border-bottom: 320px solid #1f3664;
    border-left: 24px solid transparent;
    height: 320px;
    width: 435px;
    margin-right: -18px;
    /*background-color: #D22630;*/
}
.titolo2 {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 16pt;
    line-height: 28px;
}
.titolo2 div {
    font-weight: bold;
}
#mainForm {
    margin-top: 20px;
    margin-right: 10px;
    float: right;
}
#mainForm input {
    width: 100%;
    margin: 2px 0;
    padding: 2px;
    color: #1f3664;
}
.recupero {
    font-size: 8pt;
    cursor: pointer;
    background-color: #1f3664;
}
.accedi {
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

@media (max-width: 992px) {
    .fascia-img {
        display: none;
    }
    .fasce {
        padding-right: 40px;
    }
    .fascia2 {
        border-bottom: 160px solid #1f3664;
        border-left: 12px solid transparent;
        height: 160px;
        width: 398px;
    }
}

@media (max-width: 930px) {
    .istat-logo {
        display: none;
    }
}
.evidenzia {
    color: #1f3664;
    font-weight: bold;
}
.block {
    display: block;
}
.box-lingua {
    font-size: 16pt;
    display: inline-block;
    position: absolute;
    right: 22px;
    cursor: pointer;
}
#dialog-info-back {
    position: fixed;
    z-index: 150;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    cursor: pointer;
}
#dialog-info {
    position: fixed;
    top: 40%;
    left: calc((100% - 500px) / 2);
    width: 500px;
    margin: auto;
    padding: 20px;
}
.informazioni {
    border-radius: 5px;
    box-shadow: 2px 2px 3px #aaa;
    color: #333;
    background-color: #d5eac7;
    font-size: 12pt;
    width: 90%;
    padding: 10px;
    margin-left: 5%;
    margin-top: 10px;
}
.titolo2 a, .titolo2 a:hover {color:white; text-decoration:none;}
.fascia2 a, .fascia2 a:hover {color:white; text-decoration:none;}
.box-lingua a, .box-lingua a:hover {color:#244C5A; text-decoration:none;}

.info-risposta a {
    color: #2377d2;
    text-decoration: underline;
}
.redbold {
    color: #1f3664;
    font-weight: bold;
}

.intestazione img {
    max-width: 50%;
    max-height: 142px;
}
.fascia1, .recupero, .accedi { background-color: #1f3664; }
.sr-only {display:none;}
.daccess {text-align:left;}
.daccess a {
    color: #2377d2;
    text-decoration: underline;}
