﻿:root {
    --customer-color: #ccc;
    --customer-color2: #aaa;
    --customer-color3: #aaa;
    --customer-buttonColor: #aaa;
    --customer-color-gradient1: #ccc 0%;
    --customer-color-gradient2: #ccc 44%;
    --customer-color-gradient3: #ccc 55%;
    --customer-color-gradient4: #ccc 100%;
}

/*USED ONLY FOR SCREEN READERS*/
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* BOOTSTRAP OVERRIDES USING VARS ABOVE */
.btn-primary, .btn-primary:hover, .btn-outline-primary:hover {
    background-color: var(--customer-buttonColor);
    border-color: var(--customer-buttonColor);
    color: var(--customer-color);
}

.toggle-btn.active {
    filter: brightness(1.5);
}

.btn-outline-primary {
    color: var(--customer-color);
    border-color: #256d8e;
}
/* END BOOTSTRAP OVERRIDES */

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    html {
        font-size: 0.75em;
    }

    #LookUpVehicle {
        padding: 7px !important;
    }

    #LookUpVehicle, #LookUpBookingReference {
        margin-top: 1em;
    }
}

body {
    height: 100%;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

img {
    -webkit-user-drag: none;
}

/* 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;
}

.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;
}

.alert {
    margin-bottom: 0.75rem;
}

.alert-message {
    min-width: 450px;
    color: #721c24;
    background-color: #edeff2;
    border-color: #721c24;
}

#VehicleSearchFormContainer {
    position: relative;
    min-width: 0px;
    min-height: 0px;
}

#WheelPlanDiagram {
    border: 1px solid #ff0000;
    width: 200px;
    height: 400px;
}

.serviceHeader {
    background-color: #fff;
    z-index: 1000;
    position: fixed;
}

#VWFSThemed {
    display: none;
}

    #VWFSThemed nav.shadow {
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
    }

    #VWFSThemed .demo-header #driver-services-logo {
        max-height: 52px;
    }

    #VWFSThemed .demo-header {
        background-color: #004666;
    }

#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: solid;
        border-bottom-color: rgb(70, 147, 177);
        background-color: #fff;
    }

.customerBrandingContainer {
    padding-left: 0px;
    padding-right: 0px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 0.5rem;
}

#UserMessage {
    padding-top: 120px;
}

/* ### 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 ### */
.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;
}

.bg-info {
    background-color: #45b2c7 !important;
}

.alert-info {
    background-color: #45b2c7 !important;
    font-size: 1.25rem;
    color: #fff;
    border: none;
}

.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;
}

.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: Roboto, 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: #888;
    color: #e8e8e8;
}

.mobile-breadcrumb-nav .validated {
    background-color: #6db4ca !important;
}

.mobile-breadcrumb-nav .active {
    background-color: #4692b2 !important;
}

.mobile-breadcrumb-overflow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, 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: rgba(255, 140, 0, 1) !important;
    font-weight: bold !important;
}

.backButton {
    white-space: normal;
}

/* Email Form */
#contact-form-container {
    position: fixed;
    left: 0;
    top: 25px;
    height: 500px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 999;
}

#email-container {
    float: left;
    width: 300px;
    height: 100%;
    z-index: 2000;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.5);
    -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: 20px;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 230px !important;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 90px;
    margin-left: 0px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 2000;
}

.rotate {
    writing-mode: vertical-rl;
}

#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;
}

#genericLayout {
    display: flex;
    flex-flow: column;
    height: 100%;
}

#genericRemaining {
    flex-grow: 1;
}

.noSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Used as an attribute*/
.panelToHide {
}

.showPointer {
    cursor: pointer;
}

.largeTitle {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2;
}

.smallTitle {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.2;
}

.titleColour {
}

.textAreaFullWidth {
    resize: both;
    overflow: auto;
    width: 100%;
}

.base {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.card {
    padding: 32px;
    background-color: #fff;
    border-radius: .125rem;
}

.card-wrapper .card{
    border-top:none;
}
.card-wrapper .nav-link {
    background-color: #dee2e6;
}

.content {
    margin: 1rem 2rem;
}

@media (min-width: 1024px) {
    .content {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    #leadTimeTitle {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .content {
        margin-top: 4rem;
        margin-left: 16rem;
        margin-right: 16rem
    }
}

@media (min-width: 1440px) {
    .content {
        margin-top: 5rem;
        margin-left: 18rem;
        margin-right: 18rem
    }
}

@media (min-width: 1920px) {
    .content {
        margin-top: 6rem;
        margin-left: 20rem;
        margin-right: 20rem
    }
}

#leadTimeTitle { display:none; }

#pickAddress, #VorPickAddress {
    overflow: auto;
    height: 200px;
}

.whiteSpacePre {
    white-space: pre-wrap;
}

.form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

::-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;
}

.container-fluid {
    padding: 0px;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

.noBold {
    font-weight: normal !important;
}

#GenericRegistration, #BookingReference {
    height: 2.6em;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.formLabelsWithoutInput {
    font-size: 1.1rem;
    font-weight: 700;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mt-12 {
    margin-top: 12px;
}

.mt-6 {
    margin-top: 6px;
}

.reglabel {
    display:flex;
    align-items:center;
}

#genericContainer {
    margin-top: 50px;
}

.proactiveAlert {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.clickHere {
    background-color: #c82333;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
}

.garageMap {
    width: 100%;
    min-height: 200px;
    height: 400px;
}

.noMargins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.selectedRow {
    background-color: #ccc;
}

input[type='radio'] {
    transform: scale(1.5);
}

#GaragePostCodeLookup {
    padding: 6px !important;
}

div.divLink {
    position: relative;
}

div.divLink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

#wkRepairServices .unavailable {
    color:gray;
}