@charset "utf-8";

body{-moz-user-select: none; 
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    behavior: url(/ieUserSelectFix.htc); 
    user-select: none;}
@media print {.PP-OB-TableTitle2, span.tabtext, tabs ui-tabs-nav{ display:none; visibility: hidden; } }



/* Style for images and page */
        img {
            max-width: 100%;
            height: auto;
        }
       
        /* Custom context menu styling (hidden by default) */
        .custom-menu {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            padding: 5px;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            z-index: 1000;
        }
        .custom-menu a {
            display: block;
            padding: 5px 10px;
            color: #000;
            text-decoration: none;
        }
        .custom-menu a:hover {
            background: #f0f0f0;
        }

