.jobtrackertable {
	background-color: #eee;
	text-align: center;
}
td.jobrow{
	height: 25px;
	padding: 20px;
}
.quotetable {
	color: white;
}
.ittrackertable {
	height: 500px;
	background-color: #0E3667;
	border: 5px solid white;
	color: white;
	text-align: center;
	border-color: #071B34;
}
.table-responsive{
	height:1200px;
	margin-top: -0.8%;
	overflow-y: auto;
	padding-bottom: 5rem;
}
.ittrackertable > thead,th {
	position: sticky;
	top: 0;
	padding-top: 0;
	height: 85px;
	background: #071B34;
	border: none !important;
	color: white;
}
.table-responsive::-webkit-scrollbar{
	display: none;
}
td.monitorrow {
	padding: 40px 10px 40px 10px;
	height: 75px;
}

.tableHead {
	background-color: #071B34;
	text-align: center;
}
.colorcell {
	width: 15px;
}