.main-order-heading {
	margin-top:24px;
}

.site-visits-table-wrap {
	overflow-x:auto;
}	

.job_section h4 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-top: 16px;
    margin-bottom: 16px;
}


.site-visits-table {
    width: 100%;
	min-width:600px;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #ffffff;
	table-layout: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.site-visits-table thead tr {
    background-color: #E9ECEF; 
    color: #495057;
    font-weight: 400;
	font-size:18px;
}

.site-visits-table th {
    padding: 12px 15px;
    text-align: left;
    font-size: 0.9em;
    border-bottom: 1px solid #dee2e6;
}

.site-visits-table tbody tr {
   
    border-bottom: 1px solid #e9eff5; 
}

.site-visits-table td {
    padding: 12px 15px;
    font-size: 18px;
	font-weight:400;
	color:#495057;
    vertical-align: top; 
}

.site-visits-table tbody tr:last-child {
    border-bottom: none;
}


.site-visits-table tr td:first-child:empty {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
}

.site-visits-table tr:has(.status-Updated) td {
    padding-top: 0;
    padding-bottom: 12px;
}
.site-visits-table tr:has(.status-Updated) td:first-child {
    padding: 0 15px 0 15px !important;
}

@media (min-width:992px){
	.site-visits-table th:nth-child(1),
	.site-visits-table td:nth-child(1) {
		width: 20ch;
	}

	.site-visits-table th:nth-child(2),
	.site-visits-table td:nth-child(2) {
		width: 24ch;
	}

	.site-visits-table th:nth-child(3),
	.site-visits-table td:nth-child(3) {
		width: 16ch;
	}
}
.site-visits-table [class^="status-"]{
	color:#079455;
    font-weight: bold;
}

.site-visits-table .status-Completed,
.site-visits-table .status-Scheduled {
    color: #28a745;
}

.site-visits-table .status-Updated {
    color: #17a2b8;
}

.site-visits-table .status-Cannot-Complete {
    color: #dc3545; 
}

.site-visits-table tbody tr.date-group-merge {
    border-bottom: none !important; 
}

h3.fl-heading {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800; 
}