﻿html,
body,
p {
	font-family: var(--customer-font-family);
}

html {
	position: relative;
	min-height: 100%;
	height: 100%;
}

body {
	height: 100%;
	padding-bottom: 60px; /* Margin bottom by footer height */
}

.body-content {
	padding-left: 15px;
	padding-right: 15px;
}


@font-face {
	font-family: 'roboto-regular';
	src: url('../fonts/roboto-regular.ttf') format('truetype');
	font-style: normal;
}

@media (max-width: 767px) {
	html {
		font-size: 0.75em;
	}
}

:root {
	--customer-font-family: 'arial';
	--customer-color: #ccc;
	--customer-sub-color: #aaa;
	--customer-color-gradient1: #ccc 0%;
	--customer-color-gradient2: #ccc 44%;
	--customer-color-gradient3: #ccc 55%;
	--customer-color-gradient4: #ccc 100%;
	--customer-header-bar-style: 'solid';
	--customer-header-row-style: '';
	--customer-title-bar-color-gradient1: #ccc 0%;
	--customer-title-bar-color-gradient2: #ccc 44%;
	--customer-title-bar-color-gradient3: #ccc 55%;
	--customer-title-bar-color-gradient4: #ccc 100%;
}


	/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
		.dl-horizontal dt {
		white-space: normal;
	}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
button {
	max-width: 280px;
}

.tip {
	color: #4692b2 !important;
	cursor: pointer;
}

.input-short {
	width: 40px !important;
}

/* Turn off HTML5 spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px; /* Set the fixed height of the footer here */
	line-height: 30px; /* Vertically center the text there */
	background-color: #f5f5f5;
}

.view-privacy-policy {
	cursor: pointer;
}

.alert {
	margin-bottom: 0.75rem;
}

.alert-message {
	color: #545656;
	background-color: #ffffff;
	border-color: #ee4c14;
}

.k-calendar {
	width:auto !important;
}

.k-calendar-view thead th {
	text-align: center !important;
}

#VehicleSearchFormContainer {
	position: relative;
	min-width: 0px;
	min-height: 0px;
}

#WheelPlanDiagram {
	border: 1px solid #ff0000;
	width: 200px;
	height: 400px;
}

.serviceHeader {
	background-color: #fff;
	z-index: 99999;
	position: fixed;
}

#customerBrandingThemed {
	display: none;
}

#customerBrandingThemed nav.shadow {
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

#customerBrandingThemed .demo-header #driver-services-logo {
	max-height: 52px;
}

	#customerBrandingThemed .demo-header {
		border-bottom: 0.25rem;
		border-bottom-style: var(--customer-header-bar-style);
		border-bottom-color: var(--customer-color);
		background-color: #fff;
	}

.customerBrandingContainer {
	padding-left: 0px;
	padding-right: 0px;
	max-height: 60px;
	min-height: 60px;
	margin-bottom: 0.5rem;
}

#UserMessage {
	padding-top: 120px;
}

.notMyVehicle {
	width:170px;
}

.my-2 .p-1 {
	margin-top: 10px;
}

/* ### SERVICE BREADCRUMB ### */
#serviceBreadcrumb {
	list-style: none;
	overflow: hidden;
	font: 18px Sans-Serif;
	padding-left: 0px;
	margin: 0 0 0.5rem 0;
	text-indent: 0px;
}

	#serviceBreadcrumb li {
		float: left;
	}

		#serviceBreadcrumb li a {
			color: #495057;
			text-decoration: none;
			padding: 10px 0 10px 25px;
			background-color: #c7c9cc;
			position: relative;
			display: block;
			float: left;
			pointer-events: none;
			cursor: default;
		}

			#serviceBreadcrumb li a::after {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 20px solid transparent; /* Go big on the size, and let overflow hide */
				border-bottom: 20px solid transparent;
				border-left: 15px solid #c7c9cc;
				position: absolute;
				top: 50%;
				margin-top: -20px;
				left: 100%;
				z-index: 2;
			}

			#serviceBreadcrumb li a::before {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 20px solid transparent;
				border-bottom: 20px solid transparent;
				border-left: 15px solid #fff;
				position: absolute;
				top: 50%;
				margin-top: -20px;
				margin-left: 2px;
				left: 100%;
				z-index: 1;
			}

		#serviceBreadcrumb li:first-child a {
			padding-left: 10px;
		}

		#serviceBreadcrumb li.active a {
			color: #fff;
			background-color: #4692b2 !important;
		}

			#serviceBreadcrumb li.active a:after {
				border-left-color: #4692b2 !important;
			}

		#serviceBreadcrumb li.validated a {
			color: #fff;
			background-color: #6db4ca;
		}

			#serviceBreadcrumb li.validated a:after {
				border-left-color: #6db4ca;
			}


/* ### KENDO OVERRIDES ### */
#PersonalUse {
	width: 100%;
	border: 1px solid #ced4da;
	background-color: #fff;
}

.k-tooltip {
	background-color: #edeff2 !important;
	color: #000000 !important;
}

.k-callout-s {
	border-top-color: #edeff2 !important;
}

.k-window-titlebar {
	background-color: #c7c9cc !important;
}

.k-window-content {
	background-color: #edeff2 !important;
}

.form-control:focus {
	color: #495057;
	background-color: #edeff2;
	border-color: rgb(206, 212, 218);
	outline: 0;
	box-shadow: none;
}

.bg-info {
	background-color: var(--customer-color) !important;
}

.alert-info {
	background-color: var(--customer-color) !important;
	font-size: 1.25rem;
	color: #fff;
	border: none;
	border-radius: 0.25rem !important;
	background: -moz-linear-gradient(left,var(--customer-title-bar-color-gradient1),var(--customer-title-bar-color-gradient2),var(--customer-title-bar-color-gradient3),var(--customer-title-bar-color-gradient4));
	background: -webkit-linear-gradient(left,var(--customer-title-bar-color-gradient1),var(--customer-title-bar-color-gradient2),var(--customer-title-bar-color-gradient3),var(--customer-title-bar-color-gradient4));
	background: linear-gradient(to right,var(--customer-title-bar-color-gradient1),var(--customer-title-bar-color-gradient2),var(--customer-title-bar-color-gradient3),var(--customer-title-bar-color-gradient4));
}

.k-tooltip-validation {
	border-color: #721c24;
	color: #721c24 !important;
	background-color: none !important;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.k-dropdown-wrap,
.k-dropdown {
	max-width: 280px;
}

/* The drop-down lists on the services have content greater than default */
#services .k-dropdown-wrap,
#services .k-dropdown {
	max-width: 400px;
}

.grecaptcha-badge {
	bottom: 20px !important;
}

.k-datetimepicker {
	width: auto;
}

/* Hide spinner in numeric textbox for Firefox */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.k-widget.k-tooltip-validation {
	display: none !important;
}

.error-label {
	color: rgba(220, 53, 69, 1);
}

.error-icon {
	margin-left: 5px;
	color: rgba(220, 53, 69, 0.8);
	cursor: pointer;
}

.error-icon-absolute {
	position: absolute;
	z-index: 1000;
	color: rgba(220, 53, 69, 0.8);
	cursor: pointer;
	font-size: 1.8rem;
}

.privacy-checkbox-validation-label:before {
	background-color: rgba(220, 53, 69, 0.5) !important;
	border-color: rgba(220, 53, 69, 1) !important;
}

.error-radio-btn-label:before {
	background-color: rgba(220, 53, 69, 0.5) !important;
	border-color: rgba(220, 53, 69, 1) !important;
}

.tooltip-inner-error {
	background-color: rgba(220, 53, 69, 1);
	color: white;
}

.tooltip-error[x-placement^="top"] .arrow::before {
	border-top-color: rgba(220, 53, 69, 1);
}

.tooltip-error[x-placement^="right"] .arrow::before {
	border-right-color: rgba(220, 53, 69, 1);
}

.tooltip-error[x-placement^="bottom"] .arrow::before {
	border-bottom-color: rgba(220, 53, 69, 1);
}

.tooltip-error[x-placement^="left"] .arrow::before {
	border-left-color: rgba(220, 53, 69, 1);
}

.tooltip-checkbox {
	margin-left: 15px;
}

.k-invalid {
	border: 1px solid red !important;
}

.mobile-breadcrumb-nav {
	flex: 1 1 auto;
	position: relative;
	justify-content: center;
	list-style: none;
	flex-wrap: nowrap;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden
}

.mobile-breadcrumb {
	display: inline-flex;
	align-items: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	justify-content: center;
	font-size: 18px;
	padding: 16px;
	margin: 0px 2px 0px 2px;
	background: #545656;
	color: #fff;
}

.mobile-breadcrumb-nav .validated {
	background-color: var(--customer-color) !important;
}

.mobile-breadcrumb-nav .active {
	background-color: var(--customer-sub-color) !important;
}

.mobile-breadcrumb-overflow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: arial, sans-serif;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	font-size: 14px;
	padding: 14px;
	background: #ccc;
	color: White;
}

#grid .depot-list-circle {
	height: 32px;
	width: 32px;
	border: 1px #555 solid;
	border-radius: 50%;
	cursor: pointer;
}

#grid-mobile thead {
	visibility: hidden;
}

#grid-mobile td, #grid th {
	padding: 2px !important;
}

.form-group {
	margin-bottom: 0.5rem;
}

.activelabel {
	color: var(--customer-color) !important;
	font-weight: bold !important;
}

.btn-success {
	border: none;
	border-radius: 30px;
	background: #f6871f;
	background: -moz-linear-gradient(left,var(--customer-color-gradient1),var(--customer-color-gradient2),var(--customer-color-gradient3),var(--customer-color-gradient4));
	background: -webkit-linear-gradient(left,var(--customer-color-gradient1),var(--customer-color-gradient2),var(--customer-color-gradient3),var(--customer-color-gradient4));
	background: linear-gradient(to right,var(--customer-color-gradient1),var(--customer-color-gradient2),var(--customer-color-gradient3),var(--customer-color-gradient4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6871f',endColorstr='#ef4023',GradientType=1);
}

.btn-secondary {
	border: none;
	border-radius: 30px;
	background: #545656;
}

.btn-outline-info, .btn-outline-info:hover
{
	border: none;
	border-radius: 30px;
	background: #00b1af;
	color: #fff;
}

/* Email Form */
#contact-form-container {
	position: fixed;
	left: 0;
	top: 200px;
	height: 350px;
	margin-left: -3px;
	margin-bottom: -3px;
	background-color: transparent;
}

#email-container {
	float: left;
	width: 300px;
	height: 100%;
	z-index: 1000;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background-color:#fff;
}

#email-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 160px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 60px;
	margin-left: -60px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width: 480px) {
	#contact-form-container {
		position: fixed;
		left: 0;
		top: 200px;
		height: 280px;
		margin-left: -3px;
		margin-bottom: -3px;
	}

	#email-container {
		float: left;
		width: 280px;
		height: 100%;
		z-index: 1000;
		padding: 15px;
		border: 1px solid rgba(0, 0, 0, .2);
		background-color: grey;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	}

	#email-tab {
		float: right;
		color: #fff;
		font-size: 1rem;
		cursor: pointer;
		text-align: center;
		width: 100px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0.4);
		margin-top: 60px;
		margin-left: -35px;
		padding-top: 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}


#email-tab:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

#email-form textarea {
	resize: none;
}

/* end of Email Form */
.invalid-border { border: 1px red solid !important; }

/* SCROLLING AND SCROLLBAR */

.section {
	overflow-y: auto;
}

.section, .slide {
	overflow-x: hidden;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

	::-webkit-scrollbar:vertical {
		width: 10px;
		margin-top: 50px;
	}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}


/* FOOTER */

.footer-light {
	font-size: 12px;
	color: darkgray;
}


/* VE103 */
.light-blue {
	color: #45b2c7;
}

.cp {
	cursor: pointer
}

.ul-tick {
	padding-left: 4em;
	list-style-type: none;
}

	.ul-tick li {
		counter-increment: step-counter;
		margin-bottom: 20px;
		text-indent: -2em;
		margin-top: 0px;
	}

		.ul-tick li:before {
			content: '\2713';
			margin-right: 20px;
		}

.black-on-grey {
	color: #000;
	background-color: #666;
}

.cb-l {
	transform: scale(1.5);
}

/*#region Placeholder: allow for upper case text - but lowercase placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
	text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-transform: none;
}

::placeholder { /* Recent browsers */
	text-transform: none;
}
/*#endregion*/
.h4 {
	font-size: 1.5rem;
}