﻿body{
    background-color:#fff;
}

*{color:#000;}

.do_not_print, .IstiMenuPath, .IstiButton, .gMaps_buttonContainer  {
    display:none
}

.Info {
    border-bottom:none;
}




.IstiPageHeader {
    margin:0px;
}

/***********************/
.IstiBox{border:0px;background-color:#fff;
          /*page-break-inside: avoid; */
}

.IstiBox.IstiBoxFocus {

    border:2px solid #000;

}

.IstiBox .IstiBox_Header {
    border-bottom: 2px solid #ddd;
}

.CategorieCatastaliCell {
    height: inherit;
    overflow: inherit;
}


/************************/
.IstiGrid {
    /*padding:0px;*/
    /* TENERE auto altrimenti va in errore*/
    /*page-break-inside: auto; */
    
}


.IstiGrid tr    { page-break-inside:avoid; page-break-after:auto }
.IstiGrid thead { display:table-header-group }
.IstiGrid tfoot { display:table-footer-group }


