/* 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-word;
}

.navbar-nav a, div.dropdown {
    margin-top: 10px !important; 
}

.navbar-expand-sm .navbar-nav {
    flex-direction: row-reverse;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;

}

.maxWidthForMobile {
    max-width: 1300px;
}

.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;
    scroll-behavior: smooth;
}

.wishlistImage {
    align-items: center;
    justify-content: center;
    max-width: 600px;
    height: auto;
    margin: auto;
}


@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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.btn-link,
.nav-link {
    color: white !important
}

td a {
    text-decoration: underline;
}


:root {
    --lighBlueColor: #5eacb1;
    --darkBlueColor: #3795a5;
    --greyColor: #666666;
    --lightGreyColor: #bfbfbf;
    --greenColor: #c6db93;
    --lightRedColor: #d08471;
    --teal: #20c997;
    --brightRed: #df4e4f;
    --brightGreen: #99ff99
}

body *, * {
    box-sizing: border-box;
}



body {
    font-family: sans-serif;
    color: #333;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


smallText {
    font-size: small;
}

.whosOnlineNow {
    background-color: #686868;
    position: absolute;
    left: 40px;
    margin-top: -58px;
    z-index: 100;
    align-items: flex-start;
    border: #000 solid 1px;
    border-radius: 5px;
    max-height: 50px;
    padding: 5px;
    width: min-content;
    white-space: nowrap;
    color: #fff;
}

.card {
    padding: 2px;
    margin: 2px;
}

.inactiveCard {
    padding: 2px;
    margin: 5px;
}

.inactiveCardBody {
    padding: 2px;
}


.driverPageLarge {
    font-size: x-large;
}

.driverPageMedium {
    font-size: large;
}

.cardDropBorder {
    border: #d08471 solid 10px;
    border-radius: 5px;
}

.cardPickBorder {
    border: #5eacb1 solid 10px;
    border-radius: 5px;
}

.whosOnlineNow li {
    text-align: center;
    display: inline-block;
    outline: #000 solid 1px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin: 0px 3px;
    padding-top: 2px;
    padding-left: 1px;
    background-color: var(--darkBlueColor);
    color: #fff;
}

.whosOnlineNow .driver {
    text-align: center;
    display: inline-block;
    outline: #000 solid 1px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin: 0px 3px;
    padding-top: 2px;
    padding-left: 1px;
    background-color: var(--lightRedColor);
    color: #fff;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
    margin-left: 10px;
    box-shadow: 0 0px 10px 0 var(--greenColor)
}

.rightAlign {
    text-align: right;
    float: right;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.smallPadding {
    padding: 10px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.vl {
    border-left: 6px solid var(--greenColor);
    height: 100%;
    position: absolute;
    left: 0%;
    margin-left: -3px;
    top: 0;
}

.justifyCenter {
    justify-self: center;
}


.modal-content .form {
    position: center;
    z-index: 100;
    justify-self: center;
}

.narrowForm {
    max-width: 500px;
}

.mediumForm {
    max-width: 1000px;
}

#map {
    height: 400px;
    width: 400px;
}

.smallMapHolder {
    height: 400px;
    width: 400px;
}

.pac-controls {
    padding: 5px 11px;
}

.titleOverImage {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

#infowindow-content {
    display: none;
}

#infowindow-content {
    display: inline;
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

table {
    border-collapse: collapse;
    width: 100%;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;
    /* Standard syntax */
}

    table td {
        padding: 0px 5px 0px 5px;
    }

        table td .narrowCell {
            padding: 0px 0px 0px 0px;
            white-space: nowrap;
        }

.expandoTable {
    display: flex;
    flex-wrap: nowrap;
}

.expand {
    flex-grow: 1;
}

.shrink {
    flex-shrink: 1;
}

.routeEditor table {
    border-collapse: collapse;
    width: 100%;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;
    /* Standard syntax */
}


tr:nth-child(2n) {
    border-bottom: grey dashed 1px;
}

.horizontalLine {
    border-bottom: grey dashed 1px;
    margin-bottom: 10px;
    margin-top: 10px
}

.flex-container {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 600px;
}

.highlight:hover {
    background-color: var(--lighBlueColor);
}

.draggable {
    position: absolute;
    z-index: 999;
}

    .draggable:hover {
        cursor: all-scroll;
    }


    .draggable:active {
        cursor: move;
    }

.startHidden {
    display: none;
}

.overflowScroll {
    overflow-y: scroll;
    height: 75vh;
}


.fullHeight {
    width: 100%;
    height: 75vh;
    background: red;
}

.height90 {
    width: 100%;
    height: 85vh;
}

.bottomPadding40 {
    padding-bottom: 40px;
}

.gridEqual1 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual6040 {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual4060 {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual2080 {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.height75 {
    height: 75vh;
}

.gridEqual2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.halfHeight {
    height: 400px;
    overflow: auto;
}



.gridEqual3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridNarrow2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}

.gridEqual7 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
}



input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    border: 0;
    position: relative;
    display: inline-block;
    border: .5px solid #909090;
    border-bottom: 2px solid #b4becb;
    width: 100%;
    padding: 3px;
    min-height: 34px;
    font-size: 16px;
}

button[type='submit'] {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

input[type="time"] {
    box-sizing: border-box;
}

input[type="text"], textarea {
    border: 1px solid #b4becb !important;
}

input[type="range"] {
    border: 0;
    position: relative;
    padding: 8px;
    font-size: 16px;
    width: 100px;
    height: 10px;
    -webkit-appearance: none;
    margin: -0px 5px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000;
    height: 20px;
    width: 15px;
    border-radius: 5px;
    background: #c6db93;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #c6db93;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: #c6db93;
    border-radius: 5px;
    border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 15px;
    border-radius: 5px;
    background: #c6db93;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: #c6db93;
    border-color: transparent;
    color: #fff;
}

input[type=range]::-ms-fill-lower {
    background: #3071A9;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #3071A9;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 1px solid #000000;
    height: 20px;
    width: 15px;
    border-radius: 5px;
    background: #c6db93;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071A9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #3071A9;
}

td input[type="number"] {
    border: 0;
    position: relative;
    display: inline;
    border-bottom: 1px solid #b4becb;
    font-size: 16px;
}

.narrowInput {
    width: 4rem !important;
}

.smsWindow,
.transferWindow,
.plannerNotesWindow,
.driverWindow,
.historyWindow,
.complexTicketWindow,
.signatureCaptureWindow,
.photoCaptureWindow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.logInWindow,
.waitlistBox {
    display: flex;
    margin: auto;
    flex-direction: column;
    max-width: 800px;
    align-content: center;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.waitlistThanks {
    display: none;
}

.waitlistBox h1 {
    font-size: 24px;
    font-weight: 900;
}

.waitlistBox .centerCard {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
    color: #333;
    padding: 20px;
    max-width: 1200px;
}

.driverCalendar {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 5px;
    display: block;
}

    .driverCalendar a {
        padding: 5px;
        display: inherit;
        margin: 5px;
    }

.photoCaptureWindow,
.signatureCaptureWindow {
    padding-top: 10px; /* Location of the box */
}

.fullScreenModal {
    background-color: #fefefe;
    justify-self: auto;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    padding: 0px 0px 0px 0px;
    grid-gap: 10px;
    padding-top: 10px;
}

.overlay {
    display: grid;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    justify-items: stretch;
    position: inherit;
    margin-bottom: 32px !important;
    z-index: 210;
}


.form .editor :hover {
    background-color: var(--lightRedColor);
}



.form .editor :hover {
    background-color: var(--lightRedColor);
}



button,
.btn {
    display: inline-block;
    cursor: pointer;
    padding: .1rem .1rem;
    border: 1px solid #b4becb;
    border-radius: 5px;
    background-color: var(--darkBlueColor);
    color: #FFF
}

.clearBtn {
    background-color: white;
    color: #000
}

.btn-link {
    border: 0px solid #b4becb !important;
    border-radius: 0px !important;
}

button:active {
    background-color: #b4becb;
}

.lightRedBackground {
    background-color: var(--lightRedColor);
    color: #FFF
}

.label {
    margin-bottom: 0rem !important;
}


.brightRedBackground {
    background-color: var(--brightRed);
    color: #FFF
}

.brightGreenBackground {
    background-color: var(--brightGreen);
    color: #000
}

.greenBackground {
    background-color: var(--greenColor);
    color: #000
}



.greenForeground {
    color: var(--greenColor)
}


.lightBlueBackground {
    background-color: var(--lighBlueColor);
    color: #FFF
}

.darkBlueBackground {
    background-color: var(--darkBlueColor);
    color: #fff;
}

.tealBackground {
    background-color: var(--teal);
    color: #fff;
}

.greyBackground {
    background-color: var(--greyColor);
    color: #FFF
}

.lightGreyBackground {
    background-color: var(--lightGreyColor);
    border-color: var(--greyColor);
    color: #000
}

.whiteBackground {
    background-color: white;
    color: #000
}

.blackBorder {
    border-color: black;
}

.heavyBlackBorder {
    border: 2px double black !important;
}

.border {
    border: 1px solid black !important;
}

.center {
    text-align: center;
}


.isWorkingIcon .loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.positionAbsolutelyTopLeft {
    position: absolute;
    top: 5px;
    left: 0px;
}

.positionAbsolutelelyTopRight {
    position: absolute;
    top: 5px;
    right: 0px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.gallery {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .gallery img {
        border: 1px solid black;
        max-width: 600px;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

        .gallery img.sig {
            max-width: 600px;
            object-fit: cover;
        }

#video {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    margin-left: auto;
    margin-right: auto;
}

.camera {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.output {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    display: block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.fullWidthCanvas {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media screen and (max-width:1300px) and (min-width:300px) {


    .card {
        padding: 2px;
        margin: 2px;
    }

    .inactiveCard {
        padding: 2px;
        margin: 2px;
    }

    .inactiveCardBody {
        padding: 2px;
    }


    .driverPageLarge {
        font-size: x-large;
    }

    .driverPageLarge {
        font-size: x-large;
    }

    .driverPageMedium {
        font-size: large;
    }


    .cardDropBorder {
        border: #d08471 solid 10px;
        border-radius: 5px;
    }

    .cardPickBorder {
        border: #5eacb1 solid 10px;
        border-radius: 5px;
    }

    table td {
        padding: 0px 5px 0px 5px;
        white-space: normal;
    }

        table td .narrowCell {
            padding: 0px 0px 0px 0px;
            white-space: normal;
        }

    tr {
        border-bottom: grey dashed 1px;
    }

    .gallery img {
        border: 1px solid black;
        max-width: 600px;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

        .gallery img.sig {
            max-width: 600px;
            object-fit: cover;
        }





    .navbar {
        margin: 0px;
        padding: 0px;
    }

    .mb-3 {
        margin: 0px
    }

    .container {
        padding: 0px
    }

    .whosOnlineNow {
        background-color: #686868;
        position: absolute;
        left: 40px;
        margin-top: -10px;
    }



    button,
    .btn,
    input[type=email]{
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
    }

        button[type='submit'] {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .gridEqual2 {
        display: grid;
        align-content: space-between;
        grid-template-columns: 1fr 1fr;
        padding: 10px 0px 10px 0px;
        grid-gap: 10px;
    }

    .gridEqual3 {
        display: grid;
        align-content: space-between;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 0px 10px 0px;
        grid-gap: 10px;
    }

    .gridEqual4 {
        display: grid;
        align-content: space-between;
        grid-template-columns: 1fr 1fr;
        padding: 10px 0px 10px 0px;
        grid-gap: 10px;
    }

    .gridNarrow2 {
        display: grid;
        align-content: space-between;
        grid-template-columns: 1fr;
        padding: 10px 0px 10px 0px;
        grid-gap: 10px;
    }

    .gridEqual5 {
        display: grid;
        align-content: space-between;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        padding: 10px 0px 10px 0px;
        grid-gap: 10px;
    }

    .gridEqual7 {
        padding: 10px 0px 10px 0px;
        align-content: space-between;
        grid-gap: 10px;
    }



    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    .modal-content {
        background-color: #fefefe;
        display: grid;
        justify-self: auto;
        border: 1px solid #888;
        width: 100%;
        height: fit-content;
        min-width: 500px;
    }

    .smsWindow,
    .transferWindow,
    .plannerNotesWindow,
    .driverWindow,
    .historyWindow,
    .complexTicketWindow,
    .signatureCaptureWindow,
    .photoCaptureWindow {
        padding-top: 0px; /* Location of the box */
    }

    .fullScreenModal {
        background-color: #fefefe;
        display: grid;
        position: absolute;
        justify-self: auto;
        border: 1px solid #888;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr;
        padding: 0px 0px 0px 0px;
        grid-gap: 10px;
    }

    .overlay3 {
        display: grid;
        position: absolute;
        align-content: space-evenly;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
        top: 0 !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-items: stretch;
        z-index: 210;
    }


    .camera {
        margin-left: auto;
        margin-right: auto;
        display: grid;
        position: relative;
        top: 0px !important;
    }

    .output {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0px !important;
    }

    .fullWidthCanvas {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 300px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

   .navbar-nav div.dropdown, btn{
       margin-top:0px !important;
   }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row-reverse;
    }
}
