table{
	border:1px solid black;
}

th
{
	border:1px solid black;
	padding:8px 5px 8px 5px;
	text-align:center;
}
thead
{
	background-color:#9AC5E4;
	
}
td
{
	border:1px solid black;
}
#entry_tab
{
	background-color: #dceaf5;
}
#entry_table
{
	height:900px;
	width:100%;
	overflow-x:scroll;
	overflow-y:scroll;
}
#update_button
{
	background-color: #2b8d38;
	font-weight: bold;
	color: white;
}

label { 
    text-align:left; 
	font-weight: bold;
}

#edit_list
{
	height:900px;
	width:100%;
	overflow-x:scroll;
	overflow-y:scroll;
}

/* input:focus {
	 border-color:#51ABEA !important; 
	box-shadow: 0px 1px 1px#000000  inset, 0px 0px 8px #000000 ;
} */

/* #pending_approval_table
{
	height:700px;
	width:100%;
	//overflow-x:scroll;
	//overflow-y:scroll;
}
#approved_table
{
	height:700px;
	width:100%;
	//overflow-x:scroll;
	//overflow-y:scroll;
} */
/* #reqst_approvl_table
{
	//height:500px;
	width:100%;
	//overflow-x:scroll;
	//overflow-y:scroll;
} */
/* 
input:focus {
  //background-color: yellow;
  border: 3px solid #48ACF5 !important;
  outline: none !important;
  box-shadow: 0px 1px 1px #48ACF5  inset, 0px 0px 3px #48ACF5 !important;
  
} */
input {
 border-radius: 5px !important;
 border: 1px solid #A8ADB0 !important;
  
}

select{
 border-radius: 5px !important;
 border: 1px solid #A8ADB0 !important;
  
}


#target_table_body
{
	height:900px;
	width:100%;
	overflow-x:scroll;
	overflow-y:scroll;
}





