﻿.tbl
{
    	text-align:center; border:1px;
}


.fs
{
  color: Black;
  background-color:#ebfd403d; 
  font-family:Times New Roman, Arial, Verdana;
  font-size:12px;
  border-width:1px;
  border-color: Green;
}
.tb2
{
  color: Black;
  background-color:White;
  font-family:Times New Roman, Arial, Verdana;
  font-size:15px;
  border-bottom-color:Green;
  border-left-color:Green;
  border-right-color:Green;
  border-top-color:Green;
  border-width:1px;
  
  }

.tb1
{
  color: Black;
  background-color:White; 
  font-family:Times New Roman, Arial, Verdana;
  font-size:15px;
  border-width:1px;
  border-color:Black;
  
  }
  
  .tdhead
  {
      color:Maroon;
     font-size:15px; 
     padding-left:20px;
     text-align:left;
     font-weight:bold;
     font-family:Times New Roman, Arial, Verdana;
  }
.tddata
  {
     color:black;
     font-size:15px; 
     text-align:left;
     font-weight:bold;
     font-family:Times New Roman, Arial, Verdana;
  }
  
  .trhead
  {
    background-color:rgb(215, 228, 189); 
    color:Green;
    font-family:Times New Roman, Arial, Verdana;
    font-size:15px; font-weight:bold; 
    height:25px;
  }

.trhead1 {
    background-color: rgb(255, 255, 255);
    color: Green;
    font-family: Times New Roman, Arial, Verdana;
    font-size: 15px;
    
    height: 25px;
}
  .btn
  {
    background-color:rgb(215, 228, 189); 
    border: 2px solid Green; 
    height:30px; 
    color:Green;
    font-family:Times New Roman, Arial, Verdana;
    font-size:12px; font-weight:bold;
    border-radius: 8px 8px 8px 8px; cursor:pointer; 
    text-align:center;
    vertical-align:middle
  }

.a_href
{
    color:Green; text-decoration:none;
}  
    .textbox1 { 
    background-color : White ; 
    border: 1px solid green ; 
    color:rgb(56, 93, 138);
    font-size:15px;
    height:25px;
    width:120px;
    font-weight:bold;
     }
  
    .textboxAmount { 
    background-color : White ; 
    border: 1px solid green ; 
    color:rgb(56, 93, 138);
    font-size:12px;
    height:20px;
    width:100px;
    text-align:right;
    vertical-align:middle;
    
  }

.table1 {
    background: #e1e1e1;
    border-collapse: separate;
    /*box-shadow: inset 0 1px 0 #fff;*/
    font-size: 12px;
    line-height: 19px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
     border-top: 1px solid #555;
}

    .table1 th {
        background: linear-gradient(#2386e7, #2372ab);
        border-left: 1px solid #555;
        border-right: 1px solid #777;
        border-top: 1px solid #555;
        border-bottom: 1px solid #333;
        /*box-shadow: inset 0 1px 0 #999;*/
        color: #fff;
        font-size: 12pt;
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
        text-shadow: 0 1px 0 #000;
    }

.table1 th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.table1 th:first-child {
	border-left: 1px solid #777;	
	/*box-shadow: inset 1px 1px 0 #999;*/
}

.table1 th:last-child {
	/*box-shadow: inset -1px 1px 0 #999;*/
}

.table1 td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	font-size:12pt;
	transition: all 300ms;
}

.table1 td:first-child {
	/*box-shadow: inset 1px 0 0 #fff;*/
}	

.table1 td:last-child {
	border-right: 1px solid #e8e8e8;
	/*box-shadow: inset -1px 0 0 #fff;*/
}	

.table1 tr {
	
}

.table1 tr:nth-child(odd)  td {
	background: #f1f1f1 ;	
}

.table1 tr:last-of-type  td {
	/*box-shadow: inset 0 -1px 0 #fff; */
}

.table1 tr:last-of-type  td:first-child {
	/*box-shadow: inset 1px -1px 0 #fff;*/
}	

.table1 tr:last-of-type  td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

/*tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}*/

.hlink {
     cursor:pointer;
     color:blue;
     text-decoration:underline;
}

.fixed_header tbody
{
    color: Black;
  background-color:White; 
  font-family:Times New Roman, Arial, Verdana;
  font-size:15px;
  border-width:1px;
  border-color:Black;
  display:block;
  overflow:auto;
  height:200px;
  width:100%;
}
.fixed_header thead tr
{
    width:100%;
  display:block;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar:hover {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #6BBA80; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #008000; 
}

.table11 {
    border-collapse: collapse;
    width: 100%;
}

.table11 th, td {
    text-align: left;
    padding: 8px;
}

.table11 tr:nth-child(even) {
    background-color: #f2f2f2
}

.table11 th {
    background-color: #2dc388;
    color: white;
}