

.file-list-table-containing-div {
	width:100%;
	display:inline-block;
	text-align:center;
}

.filelist-table {
	/* margin-left:auto; */
	/* margin-right:auto; */
	
	/*padding-left:400px; */
	/* padding-right:400px; */
	/* width:100%; */
	border:0px solid transparent;
	display:inline-block;
	text-align:center;
	/* padding-left:120px; */
	/* padding-right:120px; */
	width:80%;
}

.filelist-table tbody {
  
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
    border:none;
	color:red;
	display:table;
}

.filelist-table tbody tr form {
  background-color:black;
  width:100%;
}

.filelist-table tr {
  height: 40px;
  /* border: 1px solid; */
  border:none;
  font-size:18pt;
  width:80%;
}

#TargetFilePath{
	width:0
}

#TargetFileName,
#TargetFilePath {
	border:none;
	background:inherit;
}

#ProcessFile { 
background:#19ed09;
border:none;
}

.filelist-table thead {
	display:table;
	width:100%;
}

.filelist-table th {
  color:blue;
  background-color:cyan;
}

.filelist-table td {
	/* border: 1px solid; */
  border:none;
  font-size:16pt;
}

.filelist-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.TargetFileNameTextBox {
	font-size:14pt;
	width:100%;
	text-indent:15px;
}

.TargetFileNameColumn {
	
		/* text-indent:15px; */
}

.TargetFilePathColumn {
	color:blue;
	visibility:collapse;
	width:0;
}

.ButtonColumn {
	width:50px;
	text-align:center
	display:inline-block;
	border:none !important;
}

.Process-File-Button {
	display:inline-block;
	text-align:center;
}