.totalCol{
	font-color: rgb(2, 6, 1 );
	text-align: right;
	 font-size: medium;
	 font-style: bold;
   /*border: 2px;*/
   /*border-color: rgb(58, 243, 112);*/
   /*border-top: thin solid; */
   /* border-bottom: thin solid;*/
	 background-color: rgb(58, 243, 112 );*/
}
.srcol{
  border-top: thin solid; 
    border-bottom: thin solid;
    border-color: rgb(155, 32, 22 );
}
#myInput {
  /*background-image: url('searchicon.png'); /* Add a search icon to input */*/
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 6px 10px 6px 20px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin: 5px; /* Add some space below the input */
}
/*.end_date,.start_date {
	margin: 10px;
}*/
/*#data_table1 {
  border-collapse: collapse; 
  width: 100%;  Full-width 
  border: 1px solid #ddd;
  font-size: 10px;
}*/

/*#data_table1 th, #data_table1 td {
  text-align: left;  Left-align text 
  padding: 6px; 
}
*/
/*#data_table1 tr {
   Add a bottom border to all table rows 
  border-bottom: 1px solid #ddd;
}
*/
/*#data_table1 tr.header, #data_table1 tr:hover {
   Add a grey background color to the table header and on hover 
  background-color: #f1f1f1;
}*/