table tr:hover { 
   background-color: #d4ebf2 !important;
}

table td:hover { 
   background-color: #ADD8E6 !important;
}
			
input{border:0px solid #000; margin:0; background:white; text-align: center !important;}
table tr td{font-size: 12pt !important; border-right:1px solid #000; border-bottom:1px solid #000;}
table{background: #fff none repeat scroll 0 0;
border-left: 1px solid #000;
border-top: 1px solid #000;}
table tr:nth-child(even){background:white;}
table tr:nth-child(odd){background:#eee;}
 
#table-wrapper {
  position:relative;
}
#table-scroll {
  overflow:auto;  
  margin-top:20px;
  height: calc(100% - 30px) !important;
}
#table-wrapper table {
  width:3000px !important;	
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;  
  
}

th {
	font-size: 12pt !important;
}

/*color: black !important;
background-color: white !important;*/

/*table a:not(.btn), .table a:not(.btn) {
	color: black !important;
	text-decoration: underline !important;
}*/

a {
    color: #3399f3;
    text-decoration: none;
	font-weight: bold !important;
}