body {
}

#utente .budget {
    background-color: #FFC72C;
    font-size: large;
    top: 4px;
    margin-left: 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 32px;
}

    #utente .budget span {
        padding: 6px;
    }

.campo {
    display: inline-block;
    vertical-align: middle;
}

    .campo span:first-child {
        font-weight: bold;
        width: 100px;
        margin: 4px;
        text-align: right;
        float: left;
        line-height: 2.3em;
    }

    .campo .ctl {
        min-width: 100px;
        display: inline-block;
        width: inherit;
        margin: 5px;
    }

        .campo .ctl.codice {
            min-width: 10px;
        }

        .campo .ctl.errore {
            background-color: #FFAB91;
            color: #5E4B3C
        }

.investimento {
    border: 1px solid navy;
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
    background-color: lightsteelblue;
}

.prodotti {
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    box-sizing: border-box;
    background-color: rgba(240, 248, 255, 0.52);
    border-top: 3px solid navy;
}

    .prodotti .ui-autocomplete-input {
        width: 300px;
    }

.avviso {
    border-radius: 6px;
    border: 1px solid;
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
    background-color: rgba(255, 235, 59, 0.51);
    color: #5E4B3C;
    font-family: inherit;
    font-size: large;
    font-weight: bold;
}

.campo.nuovo {
    border: 1px solid;
    border-radius: 6px;
    border-style: dashed;
    position: relative;
    margin: 10px;
    padding-top: 10px;
}

    .campo.nuovo .pecetta {
        background-color: white;
        min-width: 120px;
        position: absolute;
        border: 1px solid navy;
        border-radius: 3px;
        text-align: center;
        padding: 3px 25px;
        top: -10px;
        left: 10px;
        font-size: smaller;
        font-weight: bold;
    }



        .campo.nuovo .pecetta.errore {
            background-color: #FFAB91;
        }

.campo.totale {
    font-size: 24px;
    margin: 10px;
    border: 2px solid;
    border-radius: 6px;
    background-color: white;
    padding: 6px 40px;
}

    .campo.totale .ctl {
        text-align: right;
        font-weight: bold;
        font-size: 24px;
        width: 200px;
    }

#richieste .contatori {
    padding: 0px;
    float: right;
}

#richieste .filtri {
    /*width: 400px;*/
    float: left;
}

#richieste .filtri input,#richieste .filtri select{
    width: 100%;
    box-sizing: border-box;
}


#tabella_richieste{
    width: 100%;
}
.contatori table {
    min-width: 240px;
}


.contatori table td{
    text-align: right;
}
#richieste .contatori table.info td:first-child, #richieste .filtri table.info td:first-child {
    font-weight: bold;
    border-right: 1px solid lightgray;
}


#corpoInvestimenti .campo.nuovo {
    padding-top: 30px;
}

    #corpoInvestimenti .campo.nuovo .pecetta {
        width: 150px;
    }


.investimento textarea.ctl {
    width: 774px;
    height: 60px;
}

.riepilogo_invio li {
    background-color: transparent !important;
    width: 98%;
}

    .riepilogo_invio li span:first-child {
        display: inline-block;
        width: 60%;
    }

    .riepilogo_invio li span:last-child {
        display: inline-block;
        width: 40%;
        text-align: right;
    }

    .riepilogo_invio li:last-child {
        font-size: medium;
        list-style-type: none;
        border-top: 1px solid;
        margin-top: 4px;
        font-weight: bold;
    }

.situazioneCliente table {
    border: 1px solid #dec399;
    border-radius: 0px 4px 4px 4px;
}
    #richiesta .informazioni table tfoot td{
        padding:4px;
    }
    .situazioneCliente table tr:nth-child(n+1) th {
        text-align: left;
    }

    .situazioneCliente table tr:nth-child(n+1) td {
        text-align: right;
    }
/*
.situazioneCliente .caption {
    margin-top: 10px;
    border: 1px solid;
    padding: 4px 10px;
    font-size: large;
    border-radius: 4px 4px 0px 0px;
    display: inline-block;
    background-color: white;
    border-bottom-width: 0px;
}*/

.investimenti h1:first-child {
    margin-left: 12px;
}

#richiesta {
    background-color: #f1f1f1;
    border-radius: 6px;
    margin-top:10px;
}

#testataRichiesta {
    position: relative;
    margin-top: 6px;
}
    #testataRichiesta .informazioni{
        background-color: #d3d3d391;
        border-radius: 6px;
        margin: 6px;
        display: none;
        vertical-align: top;
    }

    #testataRichiesta .informazioni h1{
        margin: 12px;        
    }

    #testataRichiesta .informazioni .btt{
        float: right;
    }
    #testataRichiesta .informazioni table caption{
        /* display: none; */
    }

    #testataRichiesta .situazioneCliente {
        /* margin: 6px; */
        /* margin-top: -5px; */
        display: inline-block;
        vertical-align: top;
    }

        #testataRichiesta .situazioneCliente .caption {
            /* display: none; */
        }

        #testataRichiesta .situazioneCliente table {
            border-radius: 4px;
        }

    #testataRichiesta textarea, .nota-margine textarea.ctl {
        width: 702px;
        height: 120px;
        min-height: 92px;
    }

#tabella_richieste_cliente {display: inline-block;/* margin: 6px; */}


.testo_al_centro {
    text-align: center;
}

.testo_a_destra {
    text-align: right;
}

.definitivo label.ctl[tipo=etichetta] {
    background-color: lightgreen;
}
#Insegne, #Subinsegne, #Clienti {
    display: inline-block;
    float: left;
    margin: 10px;
}
.selettore .righe {
    max-height: 300px;
    min-width: 250px;
    overflow-y: auto;
    border: 1px solid;
    border-bottom-left-radius: 3px;
    border-top-width: 0px;
}

.selettore table {
    border-spacing: 0px;
    margin: 0px;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}
/*
.selettore .caption {
    border: 1px solid;
    padding: 4px;
    font-size: large;
    border-radius: 4px 4px 0px 0px;
    width: 100px;
    background-color: white;
    border-bottom-width: 0px;
}*/

.selettore div.intestazione {
    display: inline-block;
    font-weight: bold;
    padding: 3px;
    border: 1px solid;
    width: 100%;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    background-color: lightsteelblue;
}

    .selettore div.intestazione span:first-child {
        width: 81px;
        padding: 0px 3px;
        margin-right: 6px;
        display: inline-block;
        border-right: 1px solid rgba(255,255,255,0.5)
    }
.selettore tr td:first-child {
    width: 77px;
}




.selettore table tbody tr.selezione {
    font-weight: bold;
    border: 1px solid black;
    background-color: navy;
}

    .selettore table tbody tr.selezione td {
        color: white;
    }

.dialog-nota-margine {
    display:none;
    width: 550px;
    height: 660px;
}
.dialog-nota-margine textarea.ctl{
    height: 250px;
}
.dialog-nota-margine .btt{
    float: right;
}


@media print {
    .btt.stampa {
        display: none;
    }
}

