@media print
{
    body {
        font-size: 10pt;
    }
    h2 {
        font-size    : 13px !important; 
    }
    
    a[href]:after {
        content      : none !important;
    }
    
    table {
        border             : none !important;
    }

    table > tr{
        border-bottom-color: blue;
    }

    tr.kv-grid-group-row{
        background-color   : blue; 
        color              : white;
    }
    tr.kv-expand-detail-row {
        border-bottom : 5px solid black !important;        
    }
    
    td, a{
        font-size    : 90% !important;
    }
    .glyphicon {
        display      : none;    
    }
   
    td.kv-expand-icon-cell{
        display      : none !important;  
        max-width    : 0pt !important;
    }
    
    .btn-success {
        display      : none !important;    
    }
    button {
        display      : none !important;    
    }
    table {
        max-width    : 95%;
    }

    thead {
        display      :  none !important;
    }
    tr.filters {
        display      :  none !important;
    }    
    .contenuto-col{
        width        : 60% !important;
    }
    .nominativo-col{
        width : 200px;   
    }
    .data_diario-col{
        width : 200px;   
    }
    footer{
        display      :  none !important;
    
    }
    .yii-debug-toolbar {
        display      :  none !important;    
    }
/*
    div.detail-view {
        border-bottom : 5px solid black;       
    }
*/
    div.detail-view {
         font-size    : 95% !important;
    }
    
    a.btn .btn-primary {
        display      :  none !important;    
    }
    span.input-group-addon {
        display      :  none !important;        
    }
}