﻿ body, html {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
}
        .norightborder {
            border-right: 0 !important;
        }
        .qry_tab {
            border:3pt solid rgb(149,149,149);
            border:0.3vw solid rgb(149,149,149);
            border-spacing:0pt;
            table-layout:fixed;
        }
       
            .qry_tab tbody {
                display:inline-block;
                height:330px;
                height:27vw !important;
                overflow:auto;
                -ms-overflow-style: -ms-autohiding-scrollbar;
            }
            .qry_tab thead,tbody tr{
                display:table;
                width:100%;
                table-layout:fixed;/* even columns width , fix width of table too*/
            }
            .qry_tab tbody::-webkit-scrollbar {
                width: 0.8vw;
            }
            .qry_tab tbody-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            }
            .qry_tab tbody tr{
	            color:black;
	            font-size:14pt;
	            font-size:1.1vw;
	            height:66px;
	            height:5.6vw;
	            font-weight:bolder;
                font-family:微軟正黑體;
            }
             .qry_tab thead tr{
	            color:white;
	            font-size:13pt;
	            font-size:1vw;
	            background:rgb(125,125,125);
	            height:44px;
	            height:3.6vw;
                font-family:微軟正黑體;
            }
             .cell{
	            border:1pt solid rgb(149,149,149);
	            border:0.1vw solid rgb(149,149,149);
            }
        #dialog {
            padding:0;
            margin:0;
            background:#000 url("../images/dialog_bg.png") center center no-repeat;
	        -moz-background-size:45vw 35vw;
	        background-size:45vw 35vw;
        }
        .ui-widget-content.ui-dialog
        {
           border: 0.8vw solid rgb(180,180,180);
           border-radius:0.2vw;
           box-shadow:0.1vw 0.1vw 1vw 0.5vw rgba(0,0,0,0.5);
        }
        #qr-iframe {
            overflow:hidden;
            overflow-x:hidden;
            overflow-y:hidden;
        }
        .disable-btn {
            width:80px;
            width:7vw;
            height:30px;
            height:2vw;
            display:inline-block;
            text-align:center;
            border:0;
            font-weight:bolder;
            color:white;
            font-size:18pt;
            font-size: 1.4vw; 
            background:rgb(149,149,149);
            border-radius:5px;
            border-radius:0.3vw;
            cursor:pointer;
        }