.table {
	/* width: fit-content; */
	text-align: center;
	/* max-width: 100vw; */
	/* margin: auto; */
	/* box-shadow: inset 0 0 5px #777; */
	font-size: 0.8em;
	/* overflow: scroll; */
	padding: 0px 15px;
	background: #e6e7e9;
	/* padding-bottom: 0; */
	border-spacing: 0;
	white-space: nowrap;
	overflow-x: scroll;
}

.table thead th {
	background-color: #d6008b;
	color: #f2f2f2;
	padding: 12px;
}

.table tbody td {
	padding: 12px;
	color: #1d2c59;
	text-transform: capitalize;
}

td input:not([type="checkbox"]), td select, td textarea {
	padding: 0;
	margin: 0.3em 0 .4em;
	line-height: 1.5em;
}

#ReportTable tbody td {
	padding: 0 12px;
}

#ReportTable td:first-child {
	text-align: left;
}

#ReportTable td:nth-child(3), #ReportTable td:nth-child(4) {
	text-align: left;
}

.table tbody tr {
	background-color: #fcf9f9;
}

.table tbody tr:nth-child(odd) {
	background-color: #d6e7f0;
}

.table tbody tr:hover {
	/* box-shadow: inset 0 0 5px #777; */
	background-color: #7ec9f8;
}

.tableSearchArea {
	background-color: #e6e7e9;
	padding: 15px;
}

#TableAddButton {
	border-radius: 5px;
	margin: 6px 0;
	justify-self: start;
	grid-column: 1/2;
}

#tableSearchBox {
	background: #f2f2f2;
	border-radius: 5px;
	width: auto;
	line-height: 2.25em;
	margin: 0;
	display: inline-block;
	vertical-align: super;
}

.locationSearch {
	grid-column: 2/3;
	justify-self: end;
	align-self: center;
}

.tableSelectBox {
	background: #f2f2f2;
	border-radius: 5px;
	width: 100%;
	line-height: 2.50em;
	justify-self: start;
	align-self: center;
	margin: auto;
	text-transform: capitalize;
	color: #000;
}

.tableSelectHeading {
	border: 0;
	color: #f2f2f2;
}

#EmployeeTable td, #EmployeeTable th {
	max-width: calc(( 85vw - 30px)/11);
	overflow: hidden;
}

.Locationsection {
	text-align: left;
}
#ViewReportTable td {
  border-bottom: 1px solid #051851;
}