table.inspection-comments {
	margin-bottom: 0;
	clear: both;
}
.lg-backdrop.in {
	z-index: 1090;
	opacity: 0.9;
}
.lg-outer {
	z-index: 1095;
}
.sm-side-padding {
	padding-left: 3px !important;
	padding-right: 3px !important;
	margin: 0 !important;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
#inspectionHeader .page-title {
	margin: 0px;
	border-radius: 0px;
}
.inspection-header-col .page-title {
	margin: 0px;
	border-radius: 0px;
}
.inspection-panel .page-title {
	margin: 0px;
	border-radius: 0px;
}
#inspectionHeader>div.page-title {
	margin: 0px;
	border-radius: 0px;
}
.inspection-results-title {
	margin: 0px;
	border-radius: 0px;
}
.inspection-header-col {
	width: 100%;
	position: relative;
}
#inspectionHeader .inspection-header-label {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	/*padding-left: 5px; */
}
#inspectionHeader .inspection-header-value {
	/*padding-right: 5px;*/
	padding-left: 5px;
}
/* Values used for permit information box on inspection dashboard */
#permitHeader .page-title {
	margin: 0px;
	border-radius: 0px;
}
.permit-header-col .page-title {
	margin: 0px;
	border-radius: 0px;
}
.permit-panel .page-title {
	margin: 0px;
	border-radius: 0px;
}
#permitHeader>div.page-title {
	margin: 0px;
	border-radius: 0px;
}
.permit-header-col {
	width: 100%;
	position: relative;
}
#permitHeader .permit-header-label {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#permitHeader .permit-header-value {
	padding-left: 5px;
}
.nav-tabs.tabs-left a {
	padding-left: 45px;
	background-color: transparent;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border-color: #428bca;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: transparent;
}
.checklist-intro {
	position: relative;
	top: 15px;
}
.inspection-item-result {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 18px;
	z-index: 1000;
}
#inspections-checklist-header:not(:empty) {
	border: 1px solid #aaa;
	border-radius: 2px;
	padding: 5px;
	margin: 5px;
	background-color: #eee;
}
#inspections-checklist-data .indicator {
	margin: 0 5px;
	padding: 3px;
}
.inspection-checklist-item.active {
	background-color: #F5F5F5;
}
.inspection-checklist-item>a {
	border-bottom: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.inspection-checklist-item-detail {
	position: relative;
	top: 0;
	background-color: #F5F5F5;
	margin-right: -1px;
	border-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 5px;
	margin-bottom: 0px;
}
.inspection-checklist-item-comments {
	overflow-y: scroll;
	max-height: 250px;
}
#inspection-checklist-item-content {
	position: relative;
	min-height: 50px;
}
#inspection-checklist-item-content .inspection-checklist-text {
	padding: 0 15px;
}
#inspection-checklist-item-scroller {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
}
#inspection-checklist-item-scroller td {
	vertical-align: middle;
}
#inspection-checklist-item-content .inspection-checklist-scroller {
	text-align: center;
	width: 40px;
	background-color: #ccc;
	cursor: pointer;
}
#inspection-checklist-item-content .inspection-checklist-scroller.disabled {
	background-color: none;
	cursor: initial;
}
.inspection-checklist-result {
	position: relative;
	padding: 5px 0;
}
.inspection-checklist-result-text {
	height: 40px;
	padding: 10px;
}
.inspection-checklist-result-text button {
	position: absolute;
	right: 10px;
}
.inspection-checklist-result-options {
	padding: 3px;
}
#inspection-comment-images img,
.inspection-comment-images img,
.inspection-comment-images canvas {
	height: auto;
	max-width: 45%;
	margin: 3px;
}
.is-final-inspection-btn {
	vertical-align: middle;
}
.comment-group {
	position: relative;
}
.comment-group .tools {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.comment-group .comment-options {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 1.3em;
	z-index: 3;
}
.comment-group .comment-options:hover {
	color: blue;
}
.comment-group .tools-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #666;
	opacity: 0.5;
}
.comment-info {
	width: 100%;
	text-align: left;
	font-size: 12px;
	padding: 0 10px;
}
.comment-text {
	padding: 0 15px 0 25px;
}
.panel-close {
	cursor: pointer;
}
.affix {
	/*right: 15px;*/
	bottom: 0;
	padding-bottom: 25px;
	z-index: 1000;
}

#inspection-report-data li.inspection-report-item {
	font-size: 1em;
}
#inspection-report-data .comment-group .comment-options {
	display: none;
}
#inspection-support {
	position: fixed;
	bottom: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	z-index: 10;
}
#sync-progress {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#inspection-info .col-md-8 {
	padding-left: 0;
}
.inspection-information.btn,
.inspection-appointment.btn {
	min-width: 145px;
}
.inspection-dashboard-cancel.btn,
.inspection-opener.btn {
	min-width: 65px;
}
input.no-op {
	width: 10px;
	background-color: transparent;
	border-color: transparent;
}
#inspections-dashboard-data td,
.inspection-overview-section td {
	vertical-align: middle !important;
}
.inspection-dashboard-table-heading {
	cursor: pointer;
}
.inspection-overview-table-heading {
	cursor: pointer;
}
.inspections-checklist-detail {
	padding:  0px;
}
a.inspection-filter-clear {
	color: #33A;
}
.inspection-overview-custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.inspection-overview-custom-checkbox input {
	display: none; /* Hide the native checkbox */
}
.inspection-overview-custom-checkbox .icon {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.inspection-overview-custom-checkbox .icon.checked {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: white;
}
.inspection-overview-custom-checkbox span {
	font-size: 14px;
}
.inspection-overview-settings-menu {
	min-width: 200px;
	left: auto;
	right: 100%;
}
.inspection-overview-settings-menu li {
	padding: 10px 15px;
}

.inspection-result-message {
	margin-top: 15px; 
	margin-bottom: 10px; 
}

.inspection-summary-border {
	border: 2px black solId;
	padding: 25px;
}

/* prevent appointment date column from wrapping */
.inspection-overview-appointment-wrapper {
	display: flex;
	justify-content: space-between;
	white-space: nowrap; /* keep date + icon on one line */
}
.inspection-overview-appointment {
	/* no float needed—flex will push it to the right */
	margin-left: auto;
}

@media(min-width:480px) {
	.tab-pane.affix, .tab-pane.affix-bottom {
		width: 450px;
	}
}
@media(min-width:768px) {
	.tab-pane.affix, .tab-pane.affix-bottom {
		/*width: 595px;*/
		width: 440px;
	}
	.inspection-header-col {
		position: relative;
		width: 350px !important;
	}

	.permit-header-col {
		position: relative;
		width: 350px !important;
	}
}
@media(min-width:992px) {
	.inspection-header-col {
		width: 370px !important;
	}
	.permit-header-col {
		width: 370px !important;
	}
}
@media print {
	.page-title {
		position: relative;
		left: 0px;
		font-size: 3em;
	}
	.inspection-summary-print {
		display: none;
	}
	#headerContainer,
	#footer,
	.panel-footer {
		display: none;
	}
	#inspectionHeader {
		margin: 20px 0 20px 0;
		padding: 5px 35px;
	}
	#inspectionHeader .inspection-header-label {
		padding-right: 5px;
		padding-left: 0;
	}
	#inspection-report-result {
		font-size: 1.5em;
		font-weight: bold;
	}
	.inspection-comment-images img {
		height: auto;
		max-width: 45%;
		margin: 3px;
	}
}
