﻿/* for normal user */
.generalUser {
    display: none;
}

/* for validation */
.form-control.is-invalid {
    background-image: none !important;
}

.select2-selection.is-invalid {
    border-color: #ff0000;
}

.invalid-feedback {
    font-size: 90%;
}

/* for map */
#map {
    width: 100%;
    height: 500px;
}

#bookingMap {
    width: 100%;
}

#routeMap {
    width: 100%;
    height: 582px;
}

/* for select2 */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #ffffff;
    background: #3d9dfc;
    border: 1px solid #ebedf2;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        color: #ffffff;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #3d9dfc;
    color: #ffffff;
    font-weight : 500;
}

/* for quick qoute */
.kt-option.selected {
    border: 1px solid #3d94fb;
}

.kt-option.non-selected {
    border: 1px solid #ebedf2;
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__value {
    font-size: 1.0rem;
    font-weight: 500;
}

/* for grid hr */
.custom-separator {
    margin: 0px;
    border: 1px solid #3d94fb;
}

/* Border */
.border-brand--dashed {
    border: 1px dashed #3d94fb !important;
}

.border-brand-top--dashed {
    border-top: 1px dashed #3d94fb !important;
}

.border-brand-bottom--dashed {
    border-bottom: 1px dashed #3d94fb !important;
}

.border-brand-left--dashed, .border-brand-left-desktop--dashed {
    border-left: 1px dashed #3d94fb !important;
}

.border-brand-right--dashed, .border-brand-right-desktop--dashed {
    border-right: 1px dashed #3d94fb !important;
}

.border-brand {
    border: 1px solid #3d94fb !important;
}

.border-brand-top {
    border-top: 1px solid #3d94fb !important;
}

.border-brand-bottom {
    border-bottom: 1px solid #3d94fb !important;
}

.border-brand-left, .border-brand-left-desktop {
    border-left: 1px solid #3d94fb !important;
}

.border-brand-right, .border-brand-right-desktop {
    border-right: 1px solid #3d94fb !important;
}

@media (max-width: 768px) {
    .border-brand-left-desktop,
    .border-brand-left-desktop--dashed {
        border-left: none !important;
    }

    .border-brand-right-desktop,
    .border-brand-right-desktop--dashed {
        border-right: none !important;
    }
}

.btn.btn-brand i {
    color: #ffffff;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #0775fa;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #0775fa;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #0775fa;
}

    .datepicker table tr td span.active:active:hover,
    .datepicker table tr td span.active:hover:active:hover,
    .datepicker table tr td span.active.disabled:active:hover,
    .datepicker table tr td span.active.disabled:hover:active:hover,
    .datepicker table tr td span.active.active:hover,
    .datepicker table tr td span.active:hover.active:hover,
    .datepicker table tr td span.active.disabled.active:hover,
    .datepicker table tr td span.active.disabled:hover.active:hover,
    .datepicker table tr td span.active:active:focus,
    .datepicker table tr td span.active:hover:active:focus,
    .datepicker table tr td span.active.disabled:active:focus,
    .datepicker table tr td span.active.disabled:hover:active:focus,
    .datepicker table tr td span.active.active:focus,
    .datepicker table tr td span.active:hover.active:focus,
    .datepicker table tr td span.active.disabled.active:focus,
    .datepicker table tr td span.active.disabled:hover.active:focus,
    .datepicker table tr td span.active:active.focus,
    .datepicker table tr td span.active:hover:active.focus,
    .datepicker table tr td span.active.disabled:active.focus,
    .datepicker table tr td span.active.disabled:hover:active.focus,
    .datepicker table tr td span.active.active.focus,
    .datepicker table tr td span.active:hover.active.focus,
    .datepicker table tr td span.active.disabled.active.focus,
    .datepicker table tr td span.active.disabled:hover.active.focus {
        background-color: #0775fa;
    }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #0775fa;
}

    .datepicker table tr td.active:active:hover,
    .datepicker table tr td.active:hover:active:hover,
    .datepicker table tr td.active.disabled:active:hover,
    .datepicker table tr td.active.disabled:hover:active:hover,
    .datepicker table tr td.active.active:hover,
    .datepicker table tr td.active:hover.active:hover,
    .datepicker table tr td.active.disabled.active:hover,
    .datepicker table tr td.active.disabled:hover.active:hover,
    .datepicker table tr td.active:active:focus,
    .datepicker table tr td.active:hover:active:focus,
    .datepicker table tr td.active.disabled:active:focus,
    .datepicker table tr td.active.disabled:hover:active:focus,
    .datepicker table tr td.active.active:focus,
    .datepicker table tr td.active:hover.active:focus,
    .datepicker table tr td.active.disabled.active:focus,
    .datepicker table tr td.active.disabled:hover.active:focus,
    .datepicker table tr td.active:active.focus,
    .datepicker table tr td.active:hover:active.focus,
    .datepicker table tr td.active.disabled:active.focus,
    .datepicker table tr td.active.disabled:hover:active.focus,
    .datepicker table tr td.active.active.focus,
    .datepicker table tr td.active:hover.active.focus,
    .datepicker table tr td.active.disabled.active.focus,
    .datepicker table tr td.active.disabled:hover.active.focus {
        background-color: #0775fa;
    }

@media (min-width: 1025px) {
    .kt-padding-t-12-desktop {
        padding-top: 12px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .kt-padding-t-12-tablet {
        padding-top: 12px !important;
    }
}

.bookingOption {
    min-width: 200px;
    height: 90px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff !important;
}

    .bookingOption.Go {
        min-width: 100%;
        font-size: 1.5rem;
    }

    .bookingOption.Go:hover {
        text-decoration: underline !important;
    }

/* table */
.table {
    color: #212529;
}

    .table tbody + tbody {
        border-bottom: 2px solid #ebedf2;
    }

/* highlighed Button with box shadow for speedy */

.deliveryPoints.highlight {
    box-shadow: rgb(212, 212, 212) 5px 5px !important;
}

.deliveryPoints.highlight:focus {
    box-shadow: rgb(212, 212, 212) 5px 5px !important;
}

/* timeline */
.kt-timeline-v3 .kt-timeline-v3__item:before {
    width: 0.28rem;
    left: 11rem;
    height: 100%;
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
    width: 10rem;
    text-align: left;
    font-size: 13px;
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
    padding-left: 12rem;
    padding-top: 0.6rem;
}

    .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-text {
        padding-top: 0.6rem;
    }

/* Payment Popup */
.paypal {
    width: 43%
}

.square {
    width: 68%
}

.stripe {
    width: 40%
}

.sagepay {
    width: 55%
}

    .sagepay.cards {
        width: 60%
    }

.paymentBtn {
    width: 51.98%
}

@media (max-width: 768px) {
    .paypal {
        width: 61%
    }

    .square {
        width: 73%
    }

    .stripe {
        width: 57%
    }

    .sagepay {
        width: 69%
    }
        .sagepay.cards {
            width: 74%
        }

    .paymentBtn {
        width: 73.72%;
    }
}

/* Postcode */
.postcode {
    text-transform: uppercase;
}
    .postcode::-webkit-input-placeholder {
        text-transform: none;
    }
    .postcode:-moz-placeholder {
        text-transform: none;
    }
    .postcode::-moz-placeholder {
        text-transform: none;
    }
    .postcode:-ms-input-placeholder {
        text-transform: none;
    }
    .postcode::placeholder { 
        text-transform: none;
    }

/* Sage Payment Iframe */
.sage-iframe {
    border: none;
    width: 100%;
    min-height: 416px;
    overflow: auto;
}

/* Google ReCAPTCHA */
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* Fleet Tracking */
#show_side_panel {
    background: #3d94fb;
}

#side_panel_open_button {
    color: #fff;
}

#side_panel_close_button {
    color: #fff;
}

#side_panel {
    background: #fff;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .5);
    border: 1px solid #3d94fb;
}

#side_panel_title {
    background: #3d94fb;
}

#side_panel_title_text {
    color: #fff;
}

.div-left-side {
    background-color: #fff;
}

.quick-quote-title {
    color: #444;
    font-family: 'Goldplay-SemiBold', sans-serif;
}

    .quick-quote-title > span {
        color: #471d7c;
    }