﻿.inventoryPopup .k-window-content {
	display: flex;
	flex-direction: column;
}

.actionPopup .k-window-content {
	padding-bottom: 16px;
}

	.actionPopup .k-window-content section#actionList {
		display: flex;
		flex-direction: column;
	}

.actionPopup .k-window-titlebar {
	padding-bottom: 0;
}

.actionPopup .inventoryCounts {
	display: block;
}

.actionPopup .inventoryActions {
	margin: 10px;
}

.actionPopup .confirm {
	margin: 0 10px 0 0;
}

.signee {
	margin: 0 0 10px 0;
}

#newRfidField {
	display: flex;
	flex-wrap: nowrap;
	margin: 10px 0;
}

h2.newRfid {
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
}

#newRfidField button {
	margin: 0 0 0 10px;
}

#rfidLengthMessage, span.newRfid {
	margin: 0 0 10px 0;
}

.resetReadMode {
	float: right;
	margin: 10px 0 0 0;
}

button.writeRfid {
	margin: 0 5px 0 0;
}

.notFirstLabel {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-width: 0;
	border-top: 1px solid #0000001F;
	display: block;
}

.storageLocation {
	margin-bottom: 20px;
}

#clientInteractionForm {
	padding: 10px 0;
}

.mobilePopup {
	bottom: 0;
}

.bookingDetailPopup {
	overflow: auto;
	max-height: 100vh;
}

	.bookingDetailPopup .driverAction,
	.bookingDetailPopup .vehicleAction {
		margin: 15px 0 0 0;
	}

	.bookingDetailPopup .k-window-content {
		display: flex;
		flex-direction: column;
	}

	.bookingDetailPopup .k-window-content {
		flex: 1 0 auto;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
	}

.iphoneLike .k-window-content {
	padding: 8px 24px 16px;
}

	.iphoneLike .k-window-content .clickableLink {
		display: flex;
		text-decoration: none;
		margin: 0;
		align-items: center;
		border-bottom: 1px solid #0000001F;
	}

		.iphoneLike .k-window-content .clickableLink:hover {
			background-color: rgba(0, 0, 0, 0.07);
		}

		.iphoneLike .k-window-content .clickableLink.boldLine {
			border-bottom: 3px solid #000000;
		}

		.iphoneLike .k-window-content .clickableLink.first {
			border-top: 1px solid #0000001F;
		}

		.iphoneLike .k-window-content .clickableLink span.telerik-blazor,
		.iphoneLike .k-window-content .clickableLink i {
			width: 40px;
			text-align: center;
		}

		.iphoneLike .k-window-content .clickableLink .description {
			margin-left: 10px;
			display: inline-block;
			padding: 10px 0;
		}

.serviceNote {
	margin: 0 0 10px 0;
	display: block;
}

.k-list-content.k-list-scroller .k-list-item {
	line-height: 15px;
}

.telerikIconAlign .k-i-redo {
	margin: 0 5px 0 5px;
}

	.telerikIconAlign .k-i-redo::before {
		font-size: 30px;
		width: 40px;
	}

h1.thin {
	margin: 0;
}

a.link,
.k-grid a.link {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}

	a.link:hover,
	.k-grid a.link:hover {
		text-decoration: underline;
	}

.fastTurnaround .k-window-titlebar,
.fastTurnaround .k-window-title {
	padding-bottom: 0;
}

.k-treeview.fastTurnaround p {
	margin: 0;
	font-size: 12px;
}

.k-treeview.fastTurnaround .k-treeview-leaf {
	padding: 6px;
}

.mobile .fastTurnaround .k-i-caret-alt-right,
.mobile .fastTurnaround .k-i-caret-alt-down {
	font-size: 30px;
}

.checkRFID {
	margin: 0 5px 0 0;
}

.k-child-animation-container li {
	line-height: 15px;
	word-break: break-all;
	white-space: normal;
}

.waypoint .noMargin {
	margin: 0;
}

.waypoint .dateTime {
	margin: 0 10px 0 0;
}

.waypoint .hidden {
	display: none;
}

.infoAdd label {
	display: block;
}

.infoAdd span.k-combobox {
	width: calc(100% - 60px);
	margin-right: 5px;
}

	.infoAdd span.k-combobox.twoIcon {
		width: calc(100% - 100px);
	}

.externalLink {
	cursor: pointer;
	font-size: 18px;
	padding: 2px;
	margin: 0 5px 0 0;
}

.driver span.k-combobox {
	width: calc(100% - 10px);
}

.waypoint .k-radio-list {
	flex-direction: row;
	justify-content: space-around;
}

.bookingWaypointGrid .k-table-row.k-filter-row,
.noFilter .k-table-row.k-filter-row,
.noGridToolBar .k-toolbar {
	display: none;
}

.fullSizeImage .k-window-titlebar {
	padding: 10px 20px 0 0;
}

.fullSizeImage .k-window-content {
	display: flex;
	justify-content: center;
}

.mobile .bookingBuilderItemsTree .k-svg-icon {
	width: 2.5em;
}

.mobile .k-treelist.checkpoint .k-svg-icon {
	width: 2em;
	height: 2em;
	text-align: center;
}

	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-right svg,
	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-down svg {
		display: none;
	}

	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-right::after {
		content: "\f105";
		font-family: "Font Awesome 6 Free";
		font-size: 1.5em;
	}

	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-down::after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
		font-size: 1.5em;
	}

	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-right,
	.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-down {
		margin-left: 50px;
	}

		.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-right + .image,
		.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-down + .image {
			position: absolute;
		}

		.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-right:not(:has(+ .image)),
		.mobile .k-treelist.checkpoint .k-svg-icon.k-svg-i-chevron-down:not(:has(+ .image)) {
			margin-left: 0;
		}

img.fullSizeImage {
	width: auto;
	max-width: 90vw;
	height: auto;
}

.bookingNote .k-window-titlebar {
	padding-bottom: 0;
}

.bookingNote .k-window-content {
	padding: 0 24px 16px;
}

#directArchive {
	margin: 10px 0;
}

.bookingNote td {
	white-space: normal;
	word-break: break-word;
}

	.bookingNote td p {
		margin: 0;
		line-height: 18px;
	}

.note .hidden {
	display: none;
}

.postBookingAction .form {
	margin: 0;
}

	.postBookingAction .form .separate {
		margin-left: auto;
	}

.postBookingAction .k-form-legend {
	margin: 0;
}

.postBookingAction #addNote {
	margin: 10px 0 0 0;
}

.postBookingAction .k-window-content {
	padding-bottom: 20px;
}

.addNote {
	margin-bottom: 10px;
}

.errorColor.addNote {
	margin-top: 0;
}

#extBookingPickupTimePicker {
	transform: translateX(-60px);
	z-index: 9999;
}

.extRoleList .k-table-td {
	overflow: visible;
}

.imageUpload .k-actions.k-actions-end.k-actions-horizontal {
	display: none;
}

#newRepairImage {
	margin-top: 10px;
	padding: 10px 0 0 0;
	display: block;
	border-top: 1px solid #0000001F;
}

.navCheckpoint .k-window-titlebar {
	padding-bottom: 0;
}

.navCheckpoint .k-window-content {
	padding: 16px 24px 16px 24px;
}

.navCheckpoint button {
	margin: 12px 5px 0 0;
}

.navCheckpoint h2#title {
	padding: 0;
	font-size: 14px;
	font-weight: 100;
	margin: 0 0 10px 0;
}

.navCheckpoint label#repairNote {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	display: block;
	border-top: 1px solid #0000001F;
}

#lastBooking.repair {
	margin: 5px 0 0 0;
	display: block;
	white-space: normal;
	word-break: break-word;
	line-height: 15px;
}

.upperCase {
	text-transform: uppercase;
}

.telerik-blazor.stepProcess.k-progressbar {
	position: relative;
	margin: 0;
}

.newLine {
	display: block;
}

.desktop .bottomSpace {
	margin-bottom: 10px;
}

.k-window.postBookingAction .bookingNote div.k-grid-content {
	overflow: auto;
}

.k-window.postBookingAction .bookingNote div.k-grid-header {
	padding: 0;
}

.iphoneLike h1 {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

button.share {
	position: absolute;
	top: 0;
	right: 60px;
	width: 38px !important;
	height: 38px;
	z-index: 10000;
	margin: 10px 0;
}

.irrecoverablePopup .confirm {
	margin: 10px 10px 10px 0;
}

.noteWithImage {
	display: flex;
}

	.noteWithImage img {
		margin-left: auto;
		cursor: pointer;
		align-content: center;
	}

.k-panelbar.telerik-blazor.blobFiles li span.k-link {
	color: #000000;
}

.k-panelbar.telerik-blazor.blobFiles li span.k-link {
	padding-left: 5px;
}

.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected,
.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected:focus,
.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected:focus-within,
.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected:hover,
.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected:focus:not(:hover),
.k-panelbar.telerik-blazor.blobFiles .k-link.k-selected:hover:focus {
	background-color: #FF8F00;
}

#popupField {
	margin: 10px 0;
}

	#popupField legend {
		margin: 10px 0;
	}

.hidden,
.k-form div.k-form-field.hidden {
	display: none;
}

.irrecoverablePopup p,
#action p {
	margin: 0;
}

.irrecoverablePopup .k-form-legend {
	margin: 0;
}

.irrecoverablePopup #addNote {
	margin: 10px 0 5px 0;
}

#action {
	margin: 10px 0;
}

.noHeaderIndenting h1 {
	padding: 0;
	margin: 0;
}

.noHeaderIndenting .k-window-titlebar {
	padding-bottom: 0;
}

.noHeaderIndenting .k-window-content {
	padding-bottom: 16px;
}

.postBookingAction .bookingNote,
.postBookingAction .commsList {
	max-height: calc(95vh - 400px);
}

.noHeaderIndenting .k-window-content {
	padding-bottom: 16px;
}

.brandDetailsPopup .k-window-content {
	padding: 0px 24px 20px;
}

.brandDetailsPopup .k-form-buttons {
	padding-bottom: 20px;
}

.brandDetailsPopup .k-window-titlebar {
	padding: 16px 24px 0px;
}

.deleteConfirmation {
	min-width: 200px;
}

	.deleteConfirmation .k-window-titlebar {
		padding: 16px 24px 0px;
	}

	.deleteConfirmation .k-window-title {
		line-height: 0;
	}

	.deleteConfirmation .k-window-content {
		padding: 0px 24px;
	}

	.deleteConfirmation .buttons {
		justify-content: flex-end;
		display: flex;
		padding-bottom: 20px;
	}

	.deleteConfirmation .k-button {
		margin-left: 10px;
	}

.noLineChange {
	display: inline-block;
}

.imageTool {
	font-size: 12px;
	display: flex;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.step {
	margin: 5px 0 0 0;
	text-transform: uppercase;
	color: darkorange;
	font-size: 14px;
	font-weight: bold;
	white-space: break-spaces;
}

.clientName {
	color: #808080;
	font-weight: 300;
	font-size: 12px;
	text-transform: capitalize;
}

h2.driverAction {
	padding: 0;
	white-space: break-spaces;
}

h3.driverAction {
	margin: 5px 0 0 0;
	line-height: 14px;
	font-size: 14px;
	white-space: break-spaces;
	padding: 0;
	display: block;
}

.driverVehicleAction div.telerik-blazor.stepProcess.k-progressbar.k-progressbar-horizontal {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.driverVehicleAction .k-form-buttons.k-actions-start {
	display: flex;
	justify-content: space-between;
}

.driverVehicleAction .k-form-field {
	margin: 0;
}

.readOnlyBooking .k-tabstrip-content.k-content.k-active {
	overflow: visible;
}

.rightBottom {
	margin-left: auto;
}

.fullScreenIframe {
	height: calc(100vh - 115px);
}

.fullScreenIframe {
	height: calc(100vh - 115px);
}

.bookingContactEdit .k-window-titlebar {
	padding-bottom: 0;
}

.bookingContactEdit .k-window-content {
	padding-bottom: 16px;
}

.bookingContactEdit .contactField {
	width: calc(100% - 45px);
}

.k-progressbar.k-progressbar-horizontal.bulk {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: calc(100% - 20px);
}

section.postBookingPopupList {
	display: flex;
}

.attachmentSelection .k-checkbox {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.smallTopRight {
	position: absolute;
	transform: translate(20px, -10px);
}

.commsHistoryPopup .k-window-title h1 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
}

.commsHistoryPopup .k-form-field {
	margin: 0;
}

.commsHistoryPopup label {
	font-weight: 600;
}

#messageContent {
	white-space: pre-line;
}

.actionPopup a.comms.clickableLink span.k-icon::before {
	padding: 0 0 0 8px;
	font-size: 24px;
}

.actionPopup a.comms.clickableLink span.description.telerikIcon {
	padding-left: 8px;
}

button.submit-action {
	margin-top: 20px;
}

.mergeContact p {
	margin: 10px 0;
}

.mergeContact tr.k-master-row {
	cursor: pointer;
}

.mergeContact .k-checkbox {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.mergeContact .searchText {
	width: calc(100% - 100px);
}

button.submit-action {
	margin-top: 20px;
}

.main {
	position: relative;
}

.commsHistory tr.k-master-row.k-table-row {
	cursor: pointer;
}

.siteContact.contacts .k-avatar-image > img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: translate(-10px, -10px);
}

.operationalRolepopup .k-window-content,
.popup .k-window-content {
	padding-top: 0;
	padding-bottom: 20px;
}

.operationalRolepopup h1,
.popup h1 {
	font-size: 24px;
	padding: 0;
}

.operationalRolepopup .k-window-title,
.popup .k-window-title {
	padding: 10px 0 0 0;
}

.tagTypeDetails {
	display: flex;
	align-items: center;
}

	.tagTypeDetails image {
		cursor: pointer;
	}

.expandInfo label {
	margin: 5px 0;
	font-weight: 600;
	display: inline-block;
}

.expandInfo p#messageContent {
	margin: 5px 0;
}

section.miniCheckbox {
	display: block;
	font-size: 14px;
	transform: translateY(10px);
}

section.imageEdit {
	display: flex;
}

	section.imageEdit img {
		width: 50px;
	}

	section.imageEdit section.upload {
		position: relative;
		display: flex;
		flex: 1 0 auto;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

span.k-icon-sm.k-icon.k-font-icon.k-i-qr-code {
	font-size: 22px;
}

.avatarImage {
	cursor: pointer;
}

.incompleteJourneyBooking .k-listview-content button {
	margin: 0 5px 5px 5px;
	padding: 0 5px 0 5px;
	line-height: 20px;
	height: 40px;
}

.incompleteJourneyBooking .k-listview-header {
	border-bottom: 1px solid #0000001F;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#bookingHasIntermediateJourney {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #0000001F;
}

	#bookingHasIntermediateJourney p {
		margin-right: 10px;
	}

	#bookingHasIntermediateJourney button.first {
		margin-left: auto;
	}

.processOfflineScan {
	margin: 0 10px 0 0;
}

.offlineScanTime {
	color: #808080;
	white-space: normal;
	font-size: 14px;
	margin: 5px 0 0 0;
}

.offlineRfid {
	margin: 0;
}

.offlineScan .k-window-content {
	max-height: 90vh;
}

.rfidWriterActions {
	display: flex;
	flex-wrap: wrap;
}

	.rfidWriterActions button {
		margin: 2px;
	}

input#oldRfid {
	filter: none;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
	padding: 10px 20px 0 0;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
	position: absolute;
	right: 0;
	top: 10px;
}

#mapController {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	align-items: center;
	text-align: center;
}

	#mapController > * {
		flex: 1;
	}

.mapInfoContainer {
	padding: 4px 8px;
	font-size: 13px;
	line-height: 1.2;
	white-space: nowrap;
}

.mapLocationName {
	font-weight: 500;
}

.mapTimestamp {
	color: #666;
}

.bookingWaypoint .k-window-content {
	padding-bottom: 24px;
}

.cost.k-numerictextbox {
	width: calc(100% - 10px);
}

section.timeRangeSliderContainer p, section.timeRange p {
	text-align: center;
	font-weight: 600;
	margin: 20px 0 0 0;
	font-size: 16px;
}

section.timeRange label {
	display: block;
}

section.timeRange {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

/* Read-only range slider: keep the normal appearance (boundaries stay visible) but block all
   interaction so warehouse users can't drag the handles or move the window. No greyed-out /
   disabled look, and the cursor never turns into a draggable pointer. */
.readOnlyRange.k-slider {
	pointer-events: none;
}

.readOnlyRange.k-slider .k-draghandle,
.readOnlyRange.k-slider .k-slider-track,
.readOnlyRange.k-slider .k-slider-selection {
	cursor: default;
	pointer-events: none;
}

.withTabStrip .k-window-content {
	padding-top: 0;
}

section.imageEdit {
	display: flex;
}

	section.imageEdit img {
		width: 50px;
	}

	section.imageEdit section.upload {
		position: relative;
		display: flex;
		flex: 1 0 auto;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

span.k-icon.k-font-icon.k-i-qr-code {
	font-size: 22px;
}

.avatarImage {
	cursor: pointer;
}

.withTabStrip .smallTabButton .k-tabstrip-items .k-link {
	font-size: 12px;
	padding: 10px 24px;
}

.withTabStrip.noHeaderButtom .k-window-titlebar {
	padding-bottom: 0;
}

.mobilePopup.withTabStrip .k-tabstrip-content.k-active {
	overflow-y: auto;
}

.delivery-status-badge {
	font-size: 12px;
}

.k-animation-container.telerik-blazor.k-animation-container-shown {
	z-index: 99999;
}

.approval-status {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.approval-status--pending {
	background: rgba(255, 143, 0, 0.12);
	color: #ff8f00;
	border: 1px solid rgba(255, 143, 0, 0.35);
}

.approval-status--approved {
	background: rgba(16, 179, 114, 0.12);
	color: #10b372;
	border: 1px solid rgba(16, 179, 114, 0.35);
}

.approval-status--rejected {
	background: rgba(219, 44, 83, 0.1);
	color: #db2c53;
	border: 1px solid rgba(219, 44, 83, 0.3);
}

.approval-actions {
	margin-bottom: 20px;
}

.approval-reject-notes {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
}

.approval-result {
	margin-top: 16px;
}

	.approval-result label {
		font-weight: 600;
		font-size: 13px;
		color: #444;
	}

	.approval-result pre#payloadContent {
		background: #f5f5f5;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		padding: 12px;
		font-size: 12px;
		line-height: 1.5;
		overflow-x: auto;
		max-height: 300px;
		overflow-y: auto;
		white-space: pre;
		font-family: monospace;
	}

.endpoint-edit-popup .k-window-titlebar {
	padding-bottom: 0;
}

.endpoint-edit-popup .k-window-title {
	font-size: 16px;
	font-weight: 600;
}

.communicationHistory tbody tr.k-table-row.k-master-row {
	cursor: pointer;
}

.communicationHistory tbody td {
	white-space: normal;
	word-break: break-word;
}