﻿@import url(Fonts.css);

body
{
    font-family: 'MuseoSans';
    color: #333333;
    font-size: 14px;
}

section.contenuto
{
    width: 80%;
    position: relative;
    margin: 0% 10%;
    text-align: center;
    overflow: auto;
    overflow-style: move;
}

    section.nuovo .split article {
        font-size: 80%;
    }

section.nuovo .split article a:first-of-type{
    display: inline;
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
}

header
{
    position: fixed;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #fbb03b;
    padding: 20px;
    font-family: 'MuseoSans';
    font-weight: 300;
    font-size: 40pt;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    z-index: 2;
}

    header input[type="image"]
    {
        display: block;
        float: left;
    }

heder img
{
    width: 63px;
}

.logged header
{
    background-color: #e47708;
}

footer
{
    position: fixed;
    background-color: #e47708;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    z-index: 2;
}

    footer input[type="image"]
    {
        display: block;
        float: left;
        margin-left: 20px;
    }

        footer input[type="image"]:nth-of-type(2)
        {
            float: right;
            margin-right: 20px;
        }

    footer div
    {
        display: block;
        width: 98px;
        height: 98px;
        border-radius: 50px;
        position: absolute;
        left: 50%;
        margin-left: -49px;
        bottom: 0px;
        background-color: white;
    }

        footer div img
        {
            width: 60px;
            height: 60px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -30px; /*larghezza immagine: 86px*/
        }

        footer span.beta{
            position: absolute;
            bottom: 1em;
            right: 6em;
            color: white;
        }

        footer aside{
            position: absolute;
            display: block;
            font-size: 95%;
            bottom: 0;
            right: 2em;
        }

        footer aside span{
            display: flex;
            width: 100%;
            align-content: space-between;
        }

        footer aside a{
            display:inline-block;
            width: 30%;
            background-color: unset;
            text-wrap: avoid;
            text-align: center;
            font-size: 70%;
            padding: 0;
        }

a
{
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fbb03b;
    display: inline-block;
    width: 500px;
    margin: 1%;
    padding: 10px;
    border-radius: 50px;
}

    a:nth-of-type(2)
    {
        background-color: #e47708;
    }

article
{
    margin-bottom: 2%;
    font-size: 24pt;
    text-transform: uppercase;
}

    article.titolo
    {
        font-size: 70pt;
        font-weight: 300;
        color: #ba4308;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    article.errore
    {
        display: block;
        color: white;
        font-size: 80%;
        background-color: #fb4505;
    }

    article span
    {
        line-height: 2em;
    }

h1
{
    font-weight: 500;
    font-size: 24pt;
    color: #333333;
}

h2
{
    font-weight: 500;
    font-size: 20pt;
    color: #333333;
}

section.login
{
    padding-top: 100px;
    padding-bottom: 100px;
}

div.split
{
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-top: 10%;
}

section.nuovo div.split{
    margin-top: 15em;
}

div.split article label
{
    color: #888888;
    font-size: 80%;
    font-weight: normal;
    text-transform: initial;
    margin-right: 0.7em;
}

.home
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../Immagini20/SfondoL.png');
    background-repeat: repeat-y;
    background-size: cover;
}

    .home img
    {
        display: block;
        margin: 5% auto;
    }


        .home article input[type="image"]
        {
            margin-right: 1%;
            vertical-align: middle;
            display: inline-block;
        }

.main
{
    margin: -8px -8px 0px -8px;
}

    .main article
    {
        margin-bottom: 3%;
    }

input.semplice
{
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    display: block;
    width: 500px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
}

a.base
{
    background-color: initial;
    text-decoration: underline;
    color: #333333;
    text-transform: uppercase;
}

input[type="submit"]
{
    font-family: 'MuseoSans';
    font-weight: 500;
    font-size: 25px;
    display: inline-block;
    width: 350px;
    color: white;
    background-color: #fbb03b;
    border-radius: 50px;
    border-style: none;
    padding: 10px;
    margin-top: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.error_message
{
    display: block;
    width: 500px;
    margin: -10px auto;
    text-align: center;
}

.normalBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E47708;
    opacity: 0.3;
    z-index: 9;
}

section.errore,
section.messaggio {
    position: fixed;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    z-index: 10;
    font-size: 18pt;
}

section.errore {
    background-color: #E47708;
    box-shadow: 0.5em 0.5em 0.5em #a05304;
}

section.messaggio {
    background-color: #fbb03b;
    box-shadow: 0.5em 0.5em 0.5em #E47708;
}

section.errore header {
    background-color: #E47708;
}

section.errore header,
section.messaggio header {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 24pt;
    text-align: center;
}

    section.errore header input[type="image"],
    section.messaggio header input[type="image"] {
        position: absolute;
        top: 1em;
        right: 1em;
        height: 24pt;
        width: 24pt;
        display: block;
    }

section.errore header span,
section.messaggio header span{
    margin: 0 2em;
}

section.errore div,
section.messaggio div {
    margin: 25px 65px 10px 65px;
    height: 70%;
    overflow: auto;
}

    section.errore div
    {
        text-align: center;
    }

    section.messaggio div
    {
        text-align: justify;
    }

section.yesNo div
{
    height: 60%;
}

section.yesNo div:last-of-type
{
    position: absolute;
    width: 100%;
    height: initial;
    bottom: 10px;
    padding: 10px;
}

section.yesNo input[type="submit"],
section.promo input[type="submit"]
{
    background-color: #e47708 !Important;
    width: 40%;
}

section.promo {
    height: 12.5em;
    top: 50%;
    margin-top: -5em;
    width: 36em;
    left: 50%;
    margin-left: -18em;
    text-align: center;
}

section.promo div{
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    text-align: center;
}

section.promo div.error_message{
    font-size: 80%;
}

section.promo div:last-of-type{
    position: absolute;
    bottom: 1em;
    left: 0;
}

    section.promo input[type="text"] {
        width: 10em;
        font-size: inherit;
        border-radius: 10px;
        text-align: center;
        margin: 0.5em 0 0.5em 0;
        padding: 10px;
    }

    section.acquisto {
        width: 37em;
        left: 50%;
        margin-left: -18.5em;
        height: auto;
    }

section.acquisto fieldset{
    margin: 1em 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.acquisto fieldset a{
    display: inline-block;
    color: initial;
    background-color: initial;
    width:initial;
    margin: 0 0.1em;
    padding: initial;
    border-radius: initial;
}

section.abbonamenti{
    height: 70%;
    top: 14%;
}
section.abbonamenti div{
    margin: 3% auto;
}

    section.abbonamenti p {
        text-align: center;
        font-size: 120%;
    }

section.abbonamenti fieldset {
    margin: auto;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    height: 70%;
}

section.abbonamenti fieldset article{
    flex-shrink: 1;
    text-align:center;
}

section.abbonamenti fieldset article input[type="image"]{

    width: 60%;
}

section.abbonamenti fieldset article label{
    display: block;
    color: white;
    font-size:80%;
    text-transform: none;
}

section.privacy {
    position: fixed;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 20;
    font-size: 100%;
    background-color: #fbb03b;
    box-shadow: 0.5em 0.5em 0.5em #E47708;
}

    section.privacy header {
        position: relative;
        background-color: #fbb03b;
        font-size: 150%;
        padding: 1em 0;
    }
    
    section.privacy iframe{
        position: relative;
        border: none;
        width: 100%;
        height: 84%;
        background-color: white;
    }

    section.privacy footer {
        position: absolute;
        background-color: #fbb03b;
        font-size: 120%;
        padding: 0.5em 0;
        bottom: 0;
        text-align: center;
    }

    section.privacy footer a{
        display: inline-block;
        font-size: inherit;
        margin: 0;
        width: auto;
        background-color:  #E47708;
        padding: 0.2em 1em;
    }
    
    .loader
{
    position: fixed;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 250;
    overflow: hidden;
}

    .loader h1
    {
        margin-top: 240px;
        font-size: 1.8rem;
        color: #7D8088;
        color: rgb(125, 128, 136);
        text-align: center;
        margin-bottom: 0;
    }

    .loader img
    {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        margin-top: 20px;
    }

    .loader p
    {
        font-size: 1.6rem;
        color: #7D8088;
        color: rgb(125, 128, 136);
        text-align: center;
    }

section.opzioni 
{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0;
    padding: 4%;
}

    section.opzioni .split 
    {
        flex-grow: 1;
        padding: 10px;
        height: 45vh;
    }

        section.opzioni .split div {
            position: absolute;
            width: 100%;
        }

    section.opzioni .split:nth-of-type(2n) div{
        bottom: 0px;
    }

section.opzioni .container
{
    display: table;
    margin: auto;
}

    section.opzioni a {
        font-weight: 300;
        border-radius: 50%;
        width: 16vw;
        height: 16vw;
        font-size: 130%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    section.opzioni .split:nth-of-type(2) a {
        color: #e47708;
        background-color: white;
        border: 4px solid #e47708;
    }

    section.opzioni .split:nth-of-type(3) a {
        background-color: #e47708;
    }

    section.opzioni .split:nth-of-type(n+4) a {
        background-color: #ff4701;
    }

section.opzioni span
{
    width: 210px;
    display: inline-block;
    text-align: justify;
    font-size: 14px;
    line-height: 1em;
    vertical-align:top;
}

section.opzioni input[type="image"]
{
    vertical-align: middle;
}

section.utente .split{
    width: unset;
    margin-top: 14%;
}

section.utente .split article article{
    display:inline-block;
    max-width: 48%;
    min-width: 370px;
}

    section.utente .split article article:first-of-type input[type="submit"] {
        background-color: #e47708;
    }

    section.utente .split article article input[type="submit"]:last-of-type {
        background-color: #999999;
    }

.xbrl_button
{
    display: none !Important;
}

.lista .periodo{

    border-bottom: 2px solid black;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.lista .periodo span{
    display: block;
    width: 80%;
    margin: auto auto;
}

.lista .periodo input[type="image"]{
    width: 3em;
    height: 3em;
    vertical-align: middle;
}

.lista select{
    border-radius: 10px;
}

.lista .periodo select {
    margin: 0.5em;
    font-size: 80%;
    background-color: #f4f4f4;
}

.lista .anno select,
.lista .anno input[type="text"]{
    display: inline-block;
    width: auto;
    font-size: inherit;
    border: 1px solid #767676;
}

section.lista
{
    padding-top: 150px;
    padding-bottom: 100px;
}

.lista article
{
    display: block;
    margin: 0px auto;
}

.lista div.bilancio
{
    font-weight: 300;
    margin: 1%;
    padding: 10px;
    border-radius: 50px;
}

.lista div.trimestrale
{
    background-color: #e3e3e3 !important;
}

.lista a,
.lista div.bilancio
{
    border: 1px solid #999999;
    color: #333333;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    text-wrap: avoid;
    width: auto;
    
}

.bilancio a,
.lista div.bilancio
{
    vertical-align: middle;
}

.lista img,
.lista input[type="image"]
{
    display: inline-block;
    width: 24px;
    height: 24px;
}

.lista span
{
    display: inline-block;
    width: 325px;
    text-align: center;
}

.lista div.bilancio span
{
    width: 5.5em;
    text-align: right;
    margin-left: 1em;
    margin-right: 0.4em;
}

.lista div.bilancio input[type="image"]
{
    width: auto;
    height: auto;
    vertical-align:middle;
}

.lista .logo label{
    display: inline-block;
}

.lista .logo input[type="image"]:first-of-type {
    height: 3em;
    width: auto;
    display:inline-block;
    vertical-align: middle;
    margin-left: 2em;
}

.lista .logo input[type="image"]:nth-of-type(n+2) {
    height: 10em;
    width: auto;
    display: block;
}

.lista .logo .loader{
    display: none;
}

section.datiInput
{
    margin-bottom: 200px;
}

section.datiInput footer
{
    position: fixed;
    bottom: 98px;
    background-color: white;
}

    section.datiInput footer a
    {
        position: relative;
        color: white;
        background-color: #fbb03b;
        width: 480px;
        border-radius: 50px;
        border-width: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

section.datiInput footer div
{
    position: relative;
    display: block;
    width: 500px;
    height: auto;
    left: initial;
    margin: 0px auto;
}

        section.datiInput footer a.selezione
        {
            color: #999999;
            background-color: white;
            font-size: 14pt;
            border: 1px solid #999999;
            border-radius: 15px;
            width: 222px;
            padding: 3px;
            text-transform: none;
            margin-left: 0px;
            margin-right: 0px;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 30px;
            }

            section.datiInput footer a.selezione:hover,
            section.datiInput footer a.aspNetDisabled
            {
                background-color: #d2d0d0;
                color: white;
            }

.lista section.datiInput div:nth-of-type(n+2)
{
    margin-top: 40px;
}

.lista table.bilancio td
{
    text-align: left;
    font-weight: 500;
    font-size: 16pt;
    color: #808080;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
}

.lista table.bilancio th
{
    font-size: 24pt;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid #e47708;
    border-collapse: separate !Important;
}

.lista table.bilancio tr th:last-of-type,
.lista table.bilancio tr th:nth-last-of-type(2)
{
    text-align: center;
    color: #e47708;
}

.lista table.bilancio span {
    text-align: center;
    width: initial;
    margin: 0.2em auto;
    font-size: 80%;
    display: block;
}

.lista table.bilancio td.barra1
{
    background-color: #fbb03b;
    width: 30px;
    border: 2px solid white;
    border-top-style: none;
    border-bottom-style: none;
}

.lista table.bilancio td.barra2
{
    background-color: #fee5bd;
    width: 30px;
    border: 2px solid white;
    border-top-style: none;
    border-bottom-style: none;
}

.lista table.bilancio td.barra3
{
    background-color: #FFF2DF;
    width: 30px;
    border: 2px solid white;
    border-top-style: none;
    border-bottom-style: none;
}

.lista table.bilancio input[type="text"]
{
    border-color: #666666;
    border-radius: 10px;
    padding: 15px 8px 15px 8px;
    text-align: right;
    font-weight: 500;
    font-size: 19pt;
}

.lista table.bilancio tr.titolo
{
    border-top: 10px solid white;
    border-collapse: separate !Important;
    font-weight: bold;
}

.lista table.bilancio tr.livello1
{
}

    .lista table.bilancio tr.livello1 input[type="text"]
    {
        border-color: #fbb03b;
    }


.lista table.bilancio tr.livello2
{
}

.lista table.bilancio tr.livello3
{
}

    .lista table.bilancio tr.livello3 input[type="text"]
    {
        border-color: #fbb03b;
    }

.lista table.bilancio tr.livello4
{
}

.lista table.bilancio tr.livello5
{
}

.lista table.bilancio tr.livello6
{
}

    .lista table.bilancio tr.livello6 input[type="text"]
    {
        background-color: #fbb03b;
        border-color: #fbb03b;
    }


.lista .aggiungi a
{
    border: none;
    color: white;
    background-color: #fbb03b;
}

.lista div.tooltip,
.lista div.tasti,
.lista div.compara
{
    display: inline-block;
}

.lista div.tooltip
{
    width: 180px;
    margin-right: 10px;
}

.lista div.tasti
{
    width: 50px;
}

.lista div.compara
{
    width: 8em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.lista .tooltip a
{
    padding: 5px;
    width: 100%;
    background-color: #e47708;
    border-radius: initial;
    border-style: none;
    color: white;
    font-size: 16px;
    text-transform: none;
    text-align: left;
}

.lista .tooltip a.quadratura
{
    background-color: #fb4505;
}

.lista .compara a
{
    padding: 5px;
    width: 100%;
    background-color: #e47708;
    border-style: none;
    color: white;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
}

    .lista .compara a:hover
    {
        color: #e47708;
        background-color: white;
        border: 1px solid #e47708;
    }

    .lista .compara a.aspNetDisabled,
    .lista .compara a.aspNetDisabled:hover
    {
        background-color: #b6b5b5;
        color: white;
        border-style: none;
    }

.lista .compara a.premium
{
    width: 7em;
}

section.dettagli
{
    height: auto;
    overflow: auto;
}

article div.elimina span,
article div.elimina a
{
    font-weight: 300;
    font-size: 16px;
}

article div.elimina span
{
    width: 270px;
    margin-left: -50px;
    text-align:justify;
    line-height: 1.1em;
}

article div.elimina a
{
    margin: 0px 5px;
    vertical-align: top;
    color: white;
    background-color: #fbb03b;
    border-style: none;
    width: 100px;
    border-radius: 10px;
}

section.compara div.fissa a.fissa
{
    cursor: default;
}

section.compara span.dummy
{
    width: 40px;
    height: 40px;
}

section.compara a.compara
{
    background-color: #fbb03b;
    color: white;
    border-color: #fbb03b;
}

section.compara span.compara
{
    border: 1px solid #fbb03b;
    border-radius: 50%;
    color: #fbb03b;
    font-weight: 500;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0px 9px;
    padding: 0px 5px 10px 5px;
}

section.compara span.selezionato
{
    background-color: #fbb03b;
    color: white;
}

section.compara div.fissa span article a span
{
    width: 600px;
}

section.manuale
{
    max-width: 800px;
    margin: 0 auto;
}

section.manuale h3
{
    font-size: 25pt;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #e47708;
    padding-top: 20px;
    padding-bottom: 10px;
}

    section.manuale label
    {
        font-size: 19pt;
        font-weight: 500;
        display: block;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    section.manuale article
    {
        text-align: left;
    }

    section.manuale textarea
    {
        font-family: 'MuseoSans';
        font-weight: 500;
        color: #808080;
        display: block;
        width: 97%;
        height: 100px;
        padding: 10px;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 0px;
    }

    section.manuale input[type="text"],
    section.manuale select
    {
        font-family: 'MuseoSans';
        font-weight: 500;
        color: #808080;
        display: block;
        width: 97%;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 0px;
        padding: 10px;
    }

        section.manuale select{
            width: 100%;
        }

        section.bilancio input[type="text"] {
            font-size: 18px;
            width: 200px;
            margin: 0px auto;
            text-align: center;
        }

section.bilancio article
{
    text-align: center;
}

    section.manuale .errore
    {
        width: 97%;
        margin-top: 0px;
        background-color: #fb4505;
        font-size: 12pt;
        color: white;
        padding: 2px 5px 2px 5px;
    }

section.bilancio .errore
{
    width: 200px;
}

section.utente .logout{
    display: block;
    width: 100%;
}

section.utente input[type="submit"]
{
    margin-top: 12px;
    text-transform: uppercase;
}

section.utente .logout input[type="submit"]
{
    margin-top: 40px;
    background-color: #999999;
}

    section.utente input.semplice
    {
        width: 326px;
        font-size: 18px;
    }

        section.utente .errore
    {
        width: 326px;
        margin-top: 0px;
        background-color: #fb4505;
        font-size: 12pt;
        color: white;
        padding: 2px 5px 2px 5px;
    }

article.ateco div,
article.comune div,
article.formaGiuridica div
{
    margin-bottom: 0.5em;
}

input[type="text"].ateco {
    width: 6em !important;
    text-align: center !important;
}

article.comune span,
article.ateco span,
article.formaGiuridica span{
    display: block;
    text-align: left;
    font-size: 60%;
    font-style: italic;
    width: initial;
}

input[type="text"].comune {
    width: 20em !important;
}

article.comune .pannello{
    max-height: 12em;
}

article.comune .pannello td {
    white-space: nowrap;
    padding: 0 0.5em;
}

.pannello {
    position: absolute;
    background-color: white;
    max-height: 5em;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 10px 10px 10px #333333;
    z-index: 20;
}

    .pannello a {
        color: black;
        font-size: 50%;
        text-decoration: none;
        width: unset;
        height: unset;
        padding: 0.1em;
        border: none;
        margin: 0;
    }

    .pannello table {
        margin: 0 auto;
        border: none;
        text-align: left;
    }

    .pannello tr td:first-of-type {
        white-space: nowrap;
    }

    .pannello table tr {
    }

@media screen and (max-width: 750px),
screen and (orientation: portrait) {
    footer aside {
        font-size: 10px;
        text-wrap: normal;
        text-align:center;
        max-width: 35%;
        right: 1em;
    }
}

@media screen and (max-width: 900px), screen and (orientation: portrait) {
    section.acquisto {
        width: 80%;
        left: initial;
        margin-left: 10%;
    }

        section.acquisto fieldset {
            justify-content: center;
        }

    footer aside {
        font-size: 10px;
    }
}

@media screen and (orientation: landscape) and (max-width: 1024px) 
{
    footer aside {
        font-size: 11px;
    }

    .home
    {
        background-image: url('../Immagini20/SfondoL.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 320px;
    }

    article
    {
        font-size: 16px;
    }

        article.titolo
        {
            font-size: 45px;
        }

    .home article input[type="image"]
    {
        width: 40px;
    }

    section.compara span.dummy
    {
        width: 20px;
        height: 20px;
    }

    section.compara span.compara
    {
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px -10px;
    }

    section.manuale input[type="text"],
    section.manuale textarea
    {
        width: 96%;
    }

    section.datiInput footer
    {
        padding: 5px 0px 5px 0px;
        bottom: 93px;
    }

    section.datiInput footer div
    {
        width: 250px;
    }

    section.datiInput footer a
    {
        font-size: 14px;
        padding: 3px;
        width: 235px;
    }

        section.datiInput footer a.selezione
        {
            width: 110px;
            font-size: 9pt;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 0px;
            }

    .lista div.compara{
        width: 13em;
    }

    .lista table.bilancio th
    {
        font-size: 20px;
    }

    .lista table.bilancio td
    {
        font-size: 10pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 120px;
        padding: 8px 6px 8px 6px;
        font-size: 12pt;
    }
}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1366px)
{
    footer aside {
        font-size: 12px;
    }

    .home
    {
        background-image: url('../Immagini20/SfondoLHD.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 400px;
    }

    article
    {
        font-size: 20px;
    }

        article.titolo
        {
            font-size: 56px;
        }

    .home article input[type="image"]
    {
        width: 40px;
    }

    article div.elimina span,
    article div.elimina a
    {
        font-size: 14px;
    }

    article div.elimina span
    {
        width: 220px;
        margin-left: -50px;
    }

    article div.elimina a
    {
        width: 80px;
    }

    section.compara span.dummy
    {
        width: 20px;
        height: 20px;
    }

    section.compara span.compara
    {
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px -10px;
    }

        section.datiInput footer
    {
        padding: 10px 0px 10px 0px;
        bottom: 98px;
    }

    section.datiInput footer div
    {
        width: 400px;
    }

    section.datiInput footer a
    {
        font-size: 16px;
        padding: 5px;
        width: 380px;
    }

        section.datiInput footer a.selezione
        {
            width: 167px;
            font-size: 10pt;
        }

    .lista div.compara{
        width: 12em;
    }

    .lista table.bilancio th
    {
        font-size: 20px;
    }

    .lista table.bilancio td
    {
        font-size: 12pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 160px;
        padding: 8px 6px 8px 6px;
        font-size: 14pt;
    }
}
@media screen and (orientation: landscape) and (min-width: 1367px) and (max-width: 1720px) {
    article {
        font-size: 22px;
    }
}

@media screen and (orientation: landscape) and (min-Width: 1721px) and (max-width: 1920px)
{
    footer aside {
        font-size: 13px;
    }

    .home
    {
        background-image: url('../Immagini20/SfondoLFull.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 500px;
        font-size: 20pt;
    }

    section.datiInput footer
    {
        padding: 10px 0px 10px 0px;
        bottom: 98px;
    }

    section.datiInput footer div
    {
        width: 400px;
    }

    section.datiInput footer a
    {
        font-size: 16px;
        padding: 5px;
        width: 380px;
    }

        section.datiInput footer a.selezione
        {
            width: 167px;
            font-size: 10pt;
        }

    .lista div.compara{
        width: 8em;
    }

    .lista table.bilancio th
    {
        font-size: 20px;
    }

    .lista table.bilancio td
    {
        font-size: 14pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 200px;
        padding: 10px 8px 10px 8px;
    }
}

@media screen and (orientation: landscape) and (min-width: 1921px)
{
    footer aside {
        font-size: 14px;
    }

    .home
    {
        background-image: url('../Immagini20/SfondoL4K.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 650px;
        font-size: 20pt;
    }
}

@media screen and (orientation: portrait)
{
    section.opzioni
    {
        flex-direction: column;
        padding: 4em 5% 6em 5%;
    }

    section.opzioni a{
        width: 35vw;
        height: 35vw;
    }

    section.opzioni .split{
        height:auto;
    }

    section.opzioni .split div{
        position: relative;
    }

    section.nuovo .split{
        margin-top: 2em;
    }

    section.abbonamenti {
        height: 80%;
        top: 10%;
    }

    section.abbonamenti div{
        height: 80%;
    }

    section.abbonamenti fieldset{
        flex-direction: column;
        font-size: 90%;
        height: unset;
    }
}

@media screen and (orientation: portrait) and (max-width: 576px)
{
    .home
    {
        background-image: url('../Immagini20/SfondoP.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 200px;
    }

    article
    {
        margin-bottom: 10%;
        font-size: 20pt;
    }

        article.titolo
        {
            margin-top: 15%;
            margin-bottom: 10%;
            font-size: 55pt;
        }

    .home article input[type="image"]
    {
        width: 40px;
    }

    .lista div.bilancio span
    {
        width: 3em;
    }

    .lista div.compara {
        font-size: 80%;
        width: 9em;
        margin-left: 0.2em;
        margin-right: 0.2em;
    }

    div.split
    {
        display: block;
        width: 100%;
    }

    .lista div.bilancio,
    .lista div.compara a 
    {
        font-size: 70%;
    }

    article div.elimina span
    {
        width: 280px;
        margin-left: 0px;
        text-align: center;
    }

        section.compara span.dummy
    {
        width: 20px;
        height: 20px;
    }

    section.compara span.compara
    {
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px -10px;
    }

    section.manuale input[type="text"],
    section.manuale textarea
    {
        width: 94%;
    }

        section.datiInput footer
    {
        padding: 5px 0px 5px 0px;
        bottom: 93px;
    }

    section.datiInput footer div
    {
        width: 250px;
    }

    section.datiInput footer a
    {
        font-size: 14px;
        padding: 3px;
        width: 235px;
    }

        section.datiInput footer a.selezione
        {
            width: 110px;
            font-size: 9pt;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 0px;
            }

    .lista table.bilancio th
    {
        font-size: 12px;
    }

    .lista table.bilancio td
    {
        font-size: 8pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 80px;
        padding: 8px 6px 8px 6px;
        font-size: 9pt;
    }
}

@media screen and (orientation: portrait) and (min-Width: 577px) and (max-width: 768px)
{
    .home
    {
        background-image: url('../Immagini20/SfondoPHD.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 350px;
    }

    article
    {
        margin-bottom: 7%;
        font-size: 14pt;
    }

        article.titolo
        {
            margin-top: 15%;
            margin-bottom: 10%;
            font-size: 65pt;
        }

    .home article input[type="image"]
    {
        width: 40px;
    }

    div.split
    {
        display: block;
        width: 100%;
    }

    article div.elimina span
    {
        width: 270px;
        margin-left: 5px;
    }

    article div.elimina a
    {
        width: 80px;
    }

    .lista div.compara{
        width: 12em;
    }

    section.compara span.dummy
    {
        width: 20px;
        height: 20px;
    }

    section.compara span.compara
    {
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px -10px;
    }

    section.manuale input[type="text"],
    section.manuale textarea
    {
        width: 95%;
    }

            section.datiInput footer
    {
        padding: 5px 0px 5px 0px;
        bottom: 93px;
    }

    section.datiInput footer div
    {
        width: 250px;
    }

    section.datiInput footer a
    {
        font-size: 14px;
        padding: 3px;
        width: 235px;
    }

        section.datiInput footer a.selezione
        {
            width: 110px;
            font-size: 9pt;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 0px;
            }

    .lista table.bilancio th
    {
        font-size: 12px;
    }

    .lista table.bilancio td
    {
        font-size: 8pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 100px;
        padding: 8px 6px 8px 6px;
        font-size: 10pt;
    }
}

@media screen and (orientation: portrait) and (min-Width: 769px) and (max-width: 1080px)
{
    .home
    {
        background-image: url('../Immagini20/SfondoPFull.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 500px;
    }

    article
    {
        margin-bottom: 8%;
        font-size: 20pt;
    }

        article.titolo
        {
            margin-top: 12%;
            margin-bottom: 10%;
            font-size: 65pt;
        }

    div.split
    {
        display: block;
        width: 100%;
    }

        section.compara span.dummy
    {
        width: 20px;
        height: 20px;
    }

    section.compara span.compara
    {
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px -10px;
    }

    section.manuale input[type="text"],
    section.manuale textarea
    {
        width: 96%;
    }

    section.datiInput footer
    {
        padding: 10px 0px 10px 0px;
        bottom: 98px;
    }

    section.datiInput footer div
    {
        width: 250px;
    }

    section.datiInput footer a
    {
        font-size: 14px;
        padding: 3px;
        width: 235px;
    }

        section.datiInput footer a.selezione
        {
            width: 110px;
            font-size: 9pt;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 0px;
            }

    .lista table.bilancio th
    {
        font-size: 16px;
    }

    .lista table.bilancio td
    {
        font-size: 10pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 100px;
        padding: 8px 6px 8px 6px;
        font-size: 10pt;
    }
}

@media screen and (orientation: portrait) and (min-Width: 1081px)
{
    .home
    {
        background-image: url('../Immagini20/SfondoP4K.png');
    }

    a,
    input.semplice,
    .error_message,
    .lista span
    {
        width: 800px;
    }

    article
    {
        border: 1px solid red;
        margin-bottom: 10%;
        font-size: 28pt;
    }

        article.titolo
        {
            margin-top: 15%;
            margin-bottom: 10%;
            font-size: 80pt;
        }

    div.split
    {
        display: block;
        width: 100%;
    }

        section.datiInput footer
    {
        padding: 10px 0px 10px 0px;
        bottom: 98px;
    }

    section.datiInput footer div
    {
        width: 250px;
    }

    section.datiInput footer a
    {
        font-size: 14px;
        padding: 3px;
        width: 235px;
    }

        section.datiInput footer a.selezione
        {
            width: 110px;
            font-size: 9pt;
        }

            section.datiInput footer a.selezione:nth-of-type(n+2)
            {
                margin-left: 0px;
            }

    .lista table.bilancio th
    {
        font-size: 16px;
    }

    .lista table.bilancio td
    {
        font-size: 10pt;
    }

    .lista table.bilancio input[type="text"]
    {
        width: 100px;
        padding: 8px 6px 8px 6px;
        font-size: 10pt;
    }
}

@media screen and (min-width: 1280px) and (max-height: 700px)
{
    div.split
    {
        margin-top: 5%;
    }
}

    @media screen and (min-width: 1280px) and (max-height: 600px)
    {
        div.split
        {
            margin-top: 2%;
        }
    }