/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 11, 2017, 10:47:47 AM
    Author     : ghajrah
*/

.data th {
  top: 80px;
  position: sticky;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #E0E0E0;
  font-weight: bold;
  font-size: 14px;
  z-index: 100;
}
.data thead > tr > th  {
    z-index: 100;
}
.data th {
  z-index: 90;
}


.data th.top{
   top: 0px;
   position: relative;
   z-index: 1;
}

.data th.header3 {
   top: 0px;
   position: relative;
   z-index: 2;
}

.inline {
  display:inline;
}
body {
  background: white;
  overflow: hidden;
}
#header { 
  float: left;
}

#header.table {
   width: 100%;
}

#main-content {
    position: absolute;
    padding-top: 0px;
    top: 129px;
    left: 31%;
    transform: translate(-30%, 0);
}


#footer_2 {
  float: left;
}
#main_content {
	
}