﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: TypeNext-Light !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

label {
    font-family: TypeNext-Bold;
}

    label.font-light {
        font-family: TypeNext-Light;
    }

label, .asterisk {
    color: #000000de !important;
    font-size: 14px !important;
}

.asterisk {
    color: red;
}

.form-group {
    padding-top: 30px;
}

@font-face {
    font-family: "TypeNext-Light";
    src: url(../fonts/BMWTypeNext-Light.otf);
}

@font-face {
    font-family: "TypeNext-Regular";
    src: url(../fonts/BMWTypeNext-Regular.otf);
}

@font-face {
    font-family: "TypeNext-Bold";
    src: url(../fonts/BMWTypeNext-Bold.otf);
}


.dropdown::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #333;
}

.select-wrapper, select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-control {
    height: 50px !important;
    padding: 10px !important;
    /*border: 2px solid #ddd !important;*/
    font-family: TypeNext-Regular;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    border-width: 2px;
}

.form-select {
    height: 50px !important;
    padding: 10px !important;
    /*border: 2px solid #ddd !important;*/
    font-family: TypeNext-Regular;
    width: 100%;
    font-size: 14px;
    border-width: 2px;
    background-image: none;
    border-radius: 0;
}

.input {
    height: 50px !important;
    padding: 10px !important;
    /*border: 2px solid #ddd !important;*/
    color: #000;
    font-family: TypeNext-Regular;
    width: 100%;
    font-size: 14px;
    border-width: 2px;
}

.select2 {
    max-width: 100% !important;
    width: 100% !important;
    z-index: 0 !important;
}

.select2-search {
    margin-top: 5px;
}

.select2-selection {
    min-height: 50px !important;
    /*border: 2px solid #ddd !important;*/
    border-width: 2px !important;
    color: #000000de;
    font-family: TypeNext-Regular;
    width: 100%;
    border-radius: 0 !important;
    font-weight: bold;
}

.error {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 1.6rem;
    height: 1.6rem;
    fill: #e00000;
    padding-bottom: 4px;
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.is-holiday {
    background: red;
    opacity: 0.9 !important;
}

    .is-holiday .ui-state-default {
        background: red !important;
        opacity: 0.9 !important;
    }

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    /*border: 2px solid #e00000 !important;*/
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

#alertM {
    background-color: #0d6efd;
    border-radius: 0;
}

p.text-description {
    font-size: 16px;
}

.my-text-14 {
    font-size: 14px
}

.myform-input {
    height: 40px;
}

.fa-calendar {
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%)
}

#fully_book {
    display: none;
}

#message_timeslot {
    display: none;
}

#IsPickupService {
    margin-right: 10px
}

label[for=IsPickupService] {
    color: #000000de !important;
    font-size: 14px !important;
}

#Dropoff {
    margin-right: 10px
}

label[for=Dropoff] {
    color: #000000de !important;
    font-size: 14px !important;
}

#PickupLocation {
    width: 100%;
    height: 40px;
}

#Remark {
    width: 100%;
    height: 110px !important;
}

p.p-info {
    padding-top: 30px;
    font-size: 12px;
}

.d-checkbox {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.p-confirm {
    padding-top: 20px;
    font-size: 12px
}

#submit_button {
    font-family: TypeNext-Regular;
    color: #fff;
    background-color: #1c69d4;
    width: 200px;
    height: 3.25rem;
    font-size: 14px;
    border: 2px solid #1c69d4;
}

#fileToUpload {
    width: 100%;
    height: 40px;
    padding: 7px 10px 13px
}
