﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0px;
    text-align: left;
    width: 100%;
    background-color: lightsteelblue;

}



.rg-isnew {
    background-color: #fff3cd !important;
    border-left: 4px solid #f0ad4e;
}



.tag_box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 160px;
    padding: 6px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: normal 16px/1 Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #0199d9;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* ===============================
   TOOLTIP EVENTO CONFRONTO
   =============================== */

.tippy-box .tt-wrap {
    color: #fff;
    font-size: 13px;
}

.tippy-box .tt-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.tippy-box .tt-meta {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.tippy-box .tt-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 6px;
}

    .tippy-box .tt-table th,
    .tippy-box .tt-table td {
        border: 1px solid rgba(255,255,255,0.25);
        padding: 6px 10px;
        text-align: left;
        white-space: nowrap;
    }

    .tippy-box .tt-table th {
        font-weight: 600;
        opacity: 0.9;
    }

.tippy-box .tt-footer {
    margin-top: 10px;
    font-size: 11px;
    opacity: 0.7;
}



/* Agisce solo sul contenuto della lista, non sul contenitore esterno */
.RadComboBoxDropDown .rcbSlide,
.RadComboBoxDropDown .rcbScroll {
    max-height: 200px !important;
    overflow-y: auto !important;
}     

.align_right {
    float: right;
    text-align: right;
}


.rcbMoreResults {
    background-color: red !important;
}

#drop_zone {
    border: 5px solid blue;
    width: 200px;
    height: 100px;
}


.DivMenu {
    position: fixed;
    text-align: left;
    top: 6px;
    left: 350px;
    padding: 15px;
    
}


a.selected.static {
    border: 2px solid red !important;
}

.RadMenu {
   
    text-align: center;
}





.RadMenu .rmRootGroup {
    background: !important;
}


.RadMenu .rmLeftImage {
    
    position: absolute !important;
  

}


.RadMenu .rmText {
  
    text-align: center;
    
    display: block;
    margin-top: 51px;
   
}









.container {
    
    display: grid;
    width: 100%;
    height: 100%;
 
    grid-template-areas: "header" "main";
    grid-template-columns: 1fr;
    grid-template-rows: 70px 1fr;
}

    .container > div {
        border: 0px dashed #888;
    }

.header {
    grid-area: header;
    position: fixed;
    background-color: #426cb4;
    width: 100%;
    z-index: 10000;
    padding:40px;
    padding-top:20px;
    padding-bottom:20px;
    
    
}


.header_mobile {
    grid-area: header;
    position: fixed;
    background-color: #426cb4;
    width: 100%;
    z-index: 10000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main {
    grid-area: main;
    
    
    padding: 40px;
}

.main_mobile {
    grid-area: main_mobile;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom:0px;
}


.RadGrid .rgRow:first-child td {
    padding-top: 0 !important;
}




.RadGrid .rgSelectedRow {
    background-image: none !important;
    background-color: lightblue !important;
}


.invisibile {

    display: none;

}

    .fissoDX {
    position: fixed;
    text-align: right;
    bottom: 15px;
    right:15px;
   
      
}




.fissoDXaltoLogo {
    position: fixed;
    text-align: right;
    top: 15px;
    right: 15px;
 
}


.fissoDXalto {
    position: fixed;
    text-align: right;
    top: 20px;
    right: 20px;
    color: white ;
}


.fissoDXalto_100 {
    position: fixed;
    text-align: right;
    top: 20px;
    right: 100px;
    color: white;
}

.fissoDXalto_300 {
   position: fixed;
    text-align: right;
    top: 20px;
    right: 300px;
    color: white;
}



.fissoDXbasso {
    position: fixed;
    text-align: right;
    bottom: 15px;
    right: 15px;
    color: #426cb4;
   
}





.button_nostampa {
    display: none;
}


.fl_left {
float: left
}


.internobase {
    vertical-align: top;
    border-style: solid;
   
    border-width: 0px;
    
    border-radius: 8px;
    padding: 10px 0px 0px 0px;
    background-color:  lightsteelblue;
    
    
}

.tabella{
    vertical-align: top;
    border-style: solid;
    border-width: 0px;
    
}


.titolo {
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    font-size: 22px;
    letter-spacing: -0.2px;
    word-spacing: 2px;
    color: #426cb4;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    border: 5px none #1C6EA4;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #DDE3ED;
    background: -moz-linear-gradient(top, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);

}


.titolo-collapsible {
    cursor: pointer;
    user-select: none;
    display: block
}

    .titolo-collapsible::after {
        content: "▼";
        float: right;
        transition: transform .15s
    }

    .titolo-collapsible.active::after {
        transform: rotate(-180deg)
    }

.section-body {
    display: none
}

.titolo-collapsible.active + .section-body {
    display: block
}




.tit_piccolo {
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
    word-spacing: 2px;
    color: #426cb4;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    border: 5px none #1C6EA4;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #DDE3ED;
    background: -moz-linear-gradient(top, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #DDE3ED 0%, #FFFFFF 35%, #FFFFFF 100%);
}



.tit_piccoloblu {
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
    word-spacing: 2px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    border: 5px none #1C6EA4;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #3c7ae7;
    background: -moz-linear-gradient(top, #5b94f8 0%, #FFFFFF 35%, #80838480 100%);
    background: -webkit-linear-gradient(top, #5b95f9 0%, #FFFFFF 35%, #0d82e8 100%);
    background: linear-gradient(to bottom, hwb(218 80% 13%) 0%, #5888db 35%, #5888db 100%);
}


.titoloselezevento {
    margin-right: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    text-transform: none;
    border-bottom: 5px solid #1C6EA4;
}






.menueventi {
    width: 96%;
   
    
    margin: 5px;
   
}

.fissoDXmenu {
    position: fixed;
    text-align: right;
    bottom: 15px;
    right: 15px;
    border: 3px solid #73AD21;
}


.loading {
    width: 200px;
    height: 200px;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);


    }



.noVisible {

    display: none;
}


.progresszone {
    position: fixed; /* Fisso rispetto alla finestra del browser */
    /* Centratura assoluta */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000; /* Assicura che sia sopra gli altri contenuti */
}






.DropZone10 {
    width: 300px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: white;
    position: absolute; /* Cambiato da fixed a absolute */
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    visibility: visible;
    /* Centratura assoluta */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.DropZone1 {
    width: 150px;
    height: 50px;
    background-color: blueviolet;
    font-size: x-small;
    text-align: center;
    font-size: 16px;
    color: white;
    position: fixed;
    text-align: left;
    top: 20px;
    left: 750px;
}

#DropZone2 {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

.DropZone3 {
    width: 200px;
    height: 200px;
    background-color: darkslategrey;
    font-size: x-small;
    text-align: center;
    font-size: 16px;
    color: white;
}

* {
    box-sizing: border-box
}

.wrapper {
    height: 100%;
    width: 100%;
}

    .wrapper .row {
        display: flex;
        flex-direction: row;
    }

        .wrapper .row div {
            flex: 1;
            border: 0px solid white;
         
            text-align: left;
          
            display: inline-block;
            vertical-align: middle;
        }





#div2 {

    display: none;
}

#div1:hover ~ #div2 {
    display: block;
}

#div2:hover {
    display: block;
}


#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}



/* evita che il wrapper (Panel) o il toggle spingano oltre la larghezza */
.camp-acc, .camp-toggle {
    box-sizing: border-box;
    max-width: 100%;
}

.camp-toggle, .camp-tt, .camp-sum {
    min-width: 0;
}
/* i flex-child possono restringersi */
.camp-sum {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





/* SOCIETÀ — colonna Azioni compatta: icone nude, attaccate, allineate a destra */
.card.societa .budget th.actions,
.card.societa .budget td.actions {
    width: 42px !important; /* 3 simboli stretti + poca aria */
    white-space: nowrap;
    text-align: right;
    padding-right: 2px !important;
}

.card.societa .row-actions {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px; /* frecce attaccate */
}

.card.societa .btn-ic {
    all: unset; /* NESSUN box */
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    color: #333;
}

    .card.societa .btn-ic.act-del {
        color: #b00020;
    }

        .card.societa .btn-ic.act-del:hover {
            color: #d10023;
        }



.evento-evidenziato td {
    background-color: #d4f8d4 !important; /* verde chiaro */
}


