 .orderColor{
            color:red;
        }
        .incap_page-tooltip {
            display: none;
        }

        html {
            width: 100%;
            height: 100%;
        }

        body {
            width: 100%;
            height: 100%;
            margin: 0px;
            overflow: hidden;
        }

        .nav1 {
        
            width: 100%;
            height: 6%;
            float: left;
            background: #3F3F3F;
        }

        .querytab {
            width: 100%;
            height: 4%;
            float: left;
            background:#afd9ee;
        }

        .query {
            width: 100%;
            height: 90%;
            float: left;
        }


        .menu {
            width: 10%;
            height: 100%;
            float: left;
            background: #f2f1f1;  
            /*background: #f6f1ff;*/
        }

        .content {
            width: 90%;
            height: 100%;
            /*background: #e1edff;*/
            /*margin-top: 4%;*/
        }
        .operate{ 
            background: #F6F6F6;
            height: 5%;
            text-align:left ;
            Margin:10px;
            
        }
        .tools{
            width: 100%;
            height: 3%;
        }
        .datahead{
            width: 100%;
            height: 11%;
        }
        .path{ 
            height: 3%;
            text-align:left ;
            Margin:5px;
            /*overflow: auto;*/
        }
        .datainfo{
            width: 100%;
            height: 3%;
            background: #EFEFEF;
            /*overflow: auto;*/
        }
        .data{
            width: 100%;
            height: 84%;
            overflow: auto;
        }
        .schema{
            width: 100%;
            height: 5%;
            /*float: left;*/
        }
        
        .table td { 
			text-align: center;
			vertical-align: middle!important;
		}
