
.fixTableHead {
      overflow-y: auto;
      height: 400px;
      width: 300px;
	  
    }
    .fixTableHead thead th {
      position: relative;
      top: 0;
      background: #FFC300;
    }
   
    th,
    td {
      padding: 8px 15px;
      
    }
   
	.right {float: right; }
	.left	{float: left; }
	.clear	{clear: both; }
	.center {margin:  auto;}
	.red{color:red;}
	p{margin-bottom: 8px;}






.urdu_text {
FONT-FAMILY: "Jameel Noori Nastaleeq", Tahoma;
text-align:right;
}

.urduh { 
 font-family: "jameel-noori-nastaleeq"; 
} 

.urdu_text_left {
FONT-FAMILY: "Jameel Noori Nastaleeq", Tahoma;
text-align:left;
}



.font-face {
    font-family: "Jameel Noori Nastaleeq";
    font-style: normal;
    font-weight: normal;
	src: url("includes/Fonts/JameelNooriNastaleeqRegular.ttf");
} 


.urdu_text {
FONT-FAMILY: "Jameel Noori Nastaleeq", Tahoma;
text-align:right;
}


    .fixTableHead {
      overflow-y: auto;
      height: 400px;
      width: 300px;
	  
    }
    .fixTableHead thead th {
      position: relative;
      top: 0;
      background: #FFC300;
    }
   
    th,
    td {
      padding: 8px 15px;
      
    }
   
	.right {float: right; }
	.left	{float: left; }
	.clear	{clear: both; }
	.center {margin:  auto;}
	.red{color:red;}
	p{margin-bottom: 8px;}





@media print{
			#print {
				display:none;
			}
		}
		@media print {
			#PrintButton {
				display: none;
			}
		}
		
		@page {
			size: auto;   /* auto is the initial value */
			margin: 0;  /* this affects the margin in the printer settings */
		}
		
		@media print
{
.noprint {display:none;}
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:auto;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;

}
#table-wrapper table  {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  
}

