/* --------------------------------------------------------------------------------*/
/* --------------------------- Overall print                                       */
/* --------------------------------------------------------------------------------*/

#list_paging, #footer, #search, #options, .page-message {
	display: none;
}


@media print{@page {size: landscape}
    #reportContainer #backToReports, #navigation-primary, #reportContainer .datetime #filterReport a, #reportContainer .datetime #filterReport input[type="button"]  {
        display: none;
    }


}

