<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {    width: 8px; height: 8px;    }
::-webkit-scrollbar-thumb {    background: #0091DC;    }
::-webkit-scrollbar-track {    background: #f1f1f1;    }
button {
    color: white;
    background: #006498;
    border: none;
    border-radius: 10px;
    padding: 7px 11px !important;
    cursor: pointer;
}
button a {
    color: white !important;
}
#programma_e_sedi .testo .moduli{
    min-height: 135px;
    width: 200px;
    border: 1px solid rgb(0, 144, 54);
    display: inline-table;
    background: #FFF;
}
div.iscritti_N div p {
    padding: 5px 0;
}
div.iscritti_N div {
    min-height: 32px;
}
table.prezzi.carrello{
    border-collapse: collapse;
    border: 1px solid #009036;
}
table.prezzi.carrello td{
    padding: 5px;
}
label, input, button, select, textarea {
    font-family: 'PT Sans', sans-serif;
    font-size: 14.5px !important;
}
.tr_prodotto_carrello_prodotto .ordine{
    width: 30px;
    text-align: center;
    border-left: 10px solid #009036;
    color: #009036;
    font-weight: bold;
    padding: 6px 0;
}
.tr_prodotto_carrello_prodotto #intestazione_content{
    padding-bottom: 20px;
    width: initial;
}
.tr_prodotto_carrello_prodotto #intestazione_content #intestazione{
    border: none;
}
.tr_prodotto_carrello_prodotto .pulsanti{
    text-align: right;
    padding-bottom: 15px;
}
.tr_prodotto_carrello_prodotto .pulsanti .quantita_prodotto{
    width: 20px;
    text-align: center;
}
.tr_prodotto_carrello_prodotto .pulsanti .diminuisci_quantita{
    margin-top: 0px;
    padding: 3px 5px 3px !important;
    width: 26px;
    border-radius: 15px;
    font-size: 21px;
}
.tr_prodotto_carrello_prodotto .pulsanti .aumenta_quantita{
    margin-top: -1px;
    padding: 3px 5px 3px !important;
    width: 26px;
    border-radius: 15px;
    font-size: 21px;
}
.tr_prodotto_carrello_prodotto .pulsanti .costo_prodotti{
    margin-left: 40px;
    min-width: 120px;
    display: inline-block;
    font-weight: bold;
}
.tr_prodotto_carrello_prodotto .pulsanti .elimina{
    margin-top: -1px;
    padding: 3px 5px 3px !important;
    width: 26px;
    border-radius: 15px;
    font-size: 20px;
}
.tr_prodotto_carrello_prodotto .iscritti_N{
    width: 100%;
    padding: 0;
    margin: 0 auto  5px;
    /*min-height: 50px;*/
}
.tr_prodotto_carrello_prodotto .iscritti_N div{
    border: solid 1px #777;
    padding: 5px 10px 5px;
    margin: 0px auto 0 35px;
    display: block;
    max-width: 100%;
}
.tr_prodotto_carrello_prodotto .iscritti_N button{
    margin-top: -1px;
    margin-left: 10px;
    padding: 0px 5px;
    font-size: 12px;
    float: right;
}
.tr_prodotto_carrello_prodotto .button_aggiungi_iscritto span{
    font-family: fontello;
    font-size: 15px;
    display: inline;
    font-weight: normal;
}
.tr_prodotto_carrello_prodotto .bordo{
    border-bottom: solid 2px #777;
    margin: 0 -6px 18px;
}
/*
.tr_prodotto_carrello_prodotto .button_aggiungi_iscritto{
    margin-top: -1px;
    margin-right: 100px;
    padding: 0px 5px;
    font-size: 12px;
    display: none;
}
*/
.tr_costo_gestione .costo_singolo{
    text-align: right;
    margin: 0px auto 10px;
    float: right;
}
.tr_costo_gestione .numero_gestione{
    margin-bottom: 10px;
    color: #006498;
}
.tr_costo_gestione table{
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #777;
}
.tr_costo_gestione table td{
    border-right: solid 1px #777;
    border-left: solid 1px #777;
    padding: 5px 10px;
}
#link_carrello span{
    font-family: 'Quicksand';
    font-weight: bold;
    background: red;
    color: white;
    display: block;
    height: 9px;
    width: 9px;
    padding: 1px 4px 7px 4px;
    font-size: 13px;
    border-radius: 10px;
    float: right;
    margin: -12px -5px 0 0;
    text-align: center;
}
#div_iscritti_prodotto{
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 20000001;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;
    box-shadow: rgb(119, 119, 119) 0px 0px 5px 1px;
    border-radius: 10px;
    background-color: rgba(51, 51, 51, 0.8);
    display: none;
}
#div_iscritti_prodotto #iscritti_prodotto{
    text-align: center;
    width: 780px;
    min-height: 250px;
    padding: 25px;
    position: fixed;
    left: 50%;
    margin-left: -415px;
    top: 12%; /*100px;*/
    border-radius: 10px;
    background-color: #fff;
    max-height: 65%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: overlay;
}
#div_iscritti_prodotto #iscritti_prodotto #form_iscritti_prodotto{
    max-width: 771px;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
#div_loading{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000001;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;  
}
#div_loading div{
    text-align: center;
    padding: 25px;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 30%;  
}

.dtsp-titleRow {
    display: none;
}
#elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-3,
#elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-2,
#elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-1{
    width: 20%;
    float: left;
    min-width: 19% !important;
}
.dtsp-searchButtonCont {
    display: none !important;
}
.dtsp-subRow2 {
    display: none !important;
}
table#elenco_ordini_tutti_clienti tbody th, table#elenco_ordini_tutti_clienti tbody td {
    padding: 2px 4px;
}
table.dataTable thead&gt;tr&gt;th.sorting:before, table.dataTable thead&gt;tr&gt;th.sorting:after,
table.dataTable thead&gt;tr&gt;th.sorting_asc:before, table.dataTable thead&gt;tr&gt;th.sorting_asc:after,
table.dataTable thead&gt;tr&gt;th.sorting_desc:before, table.dataTable thead&gt;tr&gt;th.sorting_desc:after{
    right: inherit;
    left: -2px;
}
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting:before,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting:after,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_asc:before,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_asc:after,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_desc:before,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_desc:after,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_asc_disabled:before,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_asc_disabled:after,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_desc_disabled:before,
table.dataTable thead&gt;tr&gt;th#ColonnaButton.sorting_desc_disabled:after{
    display: none;
}
#elenco_ordini_tutti_clienti {
    font-size: 0.85em;
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;th:first-child:before {
    top:  1px !important;
    left: 1px !important;
}


@media only screen and (max-width: 1200px){
    #bottom_menu {
        width: 100% !important;
    }
    
    div#sidebar_filtri.menu_utente {
        margin-right: 0px;
        width: 100%;
    }
}
@media only screen and (max-width: 840px) {
    #div_iscritti_prodotto #iscritti_prodotto{
        max-width: 90%;
        left: 1%;
        margin-left: 0;
    }
    #form_iscritti_prodotto form div[id*="dati_iscritto_prodotto_"],
    #form_iscritti_prodotto form div[id*="sede_iscritto_prodotto_"],
    #form_iscritti_prodotto form div[id*="fatturazione_iscritto_prodotto_"]{
        width: 100% !important;
    }
}
@media screen and (max-width: 640px){
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-3,
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-2,
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-1{
        width: 98%;
        float: left;
        min-width: 90% !important;
        margin-top: 0px !important;
    }
    
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-3 .dataTables_scrollBody,
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-2 .dataTables_scrollBody,
    #elenco_ordini_tutti_clienti_wrapper .dtsp-searchPane.dtsp-columns-1 .dataTables_scrollBody{
        height: 85px !important;
    }
}
</pre></body></html>