/* DataVista PDF.js Viewer Customizations */

/* Hide specific toolbar buttons - uncomment as needed */

/* #openFile { display: none !important; } */ /* Open File button */
/* #print { display: none !important; } */ /* Print button */
/* #download { display: none !important; } */ /* Download button */
/* #viewBookmark { display: none !important; } */ /* Bookmark button */
/* #secondaryToolbarToggle { display: none !important; } */ /* Tools menu */
/* #presentationMode { display: none !important; } */ /* Presentation mode */
/* #editorModeButtons { display: none !important; } */ /* Editor tools */

/* Hide sidebar completely */
/* #sidebarContainer { display: none !important; } */
/* #viewerContainer { left: 0 !important; } */

/* Simplify toolbar - keep only essential navigation */
/*
#toolbarViewerLeft > * { display: none !important; }
#sidebarToggle { display: inline-block !important; }
#previous { display: inline-block !important; }
#next { display: inline-block !important; }
#pageNumber { display: inline-block !important; }
#numPages { display: inline-block !important; }
*/
#viewAttachments, #viewLayers, #editorModeButtons, #editorModeSeparator, #downloadButton, #printButton {
    display: none !important;
}