﻿
#honestyError{
    color: red;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.container2 {
    height: 100vh;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.confirmNoButton {
    position: relative;
    top: 10px;
    background-color: red !important;
    border: none !important;
    border-radius: 25px !important;
    width: 100%;
}

.confirmYesButton {
    background-color: green !important;
    border: none !important;
    border-radius: 25px !important;
    width: 100%;
}
.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;
  }
}

#PayButton{
    background-color: black;  
}

input {
    width: 100%;
}

.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%;
}

html, body, header, nav {
    background: #0f131e;
    color: white;
}

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 */
}

#bodyContainer {
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 35%;
    height: 100vh;
}


#error {
    color: red;
    position:relative;
    top:10vh;
}

#OverviewImage {
    width: 50%;
}
img {
    height: auto;
    width: 100%;
}

#FeeDueFormatted{
    background-color: yellow;
    font: bold 24px aerial, verdana;
    width: 70%;
    position:absolute;
    float: left;
    left: 45%;
    text-align: center;
}

#feedueLabel {
    position: absolute;
    left: 6%;
    font: bold 20px aerial, verdana;
    top: 8%;
}

#CardButton {
    position: absolute;
    top: 19%;
    width: 21.5%;
    left: 51%;
    color:white;
    height: 5%;
    text-align: center;
    background-color: black;
}

#loading {
    height: auto;
    width: 50px;
    position: absolute;
    top: 75%;
    left: 43%;
    visibility: hidden;
}

.vehicleTypeBtn:hover {
    border: 5px outset white;
    color: black;
}

.vehicleTypeBtn {
    height: 200px;
    width: 200px;
    cursor: pointer;
    font-size: 25px;
    margin: 5px;
}

.fineVehicleButton {
    position: relative;
    color: white;
    background-color: black;
    border: none;
    top: 20px;
}
.vehicleSelectionBackButn {
    position: relative;
    top: 5vh;
    color: white;
    background-color: black;
    border: none;
}

#googlepaybutton {
    position: absolute;
    top: 25%;
    width: 21.8%;
    left: 51%;
    height: 5%;
    text-align: center;
    border-radius: 25px !important;
}

#Registration {
    background-color: yellow;
    text-align: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px !important;
    font-size: 24px;
}

#applepaybutton {
    position: absolute;
    top: 31%;
    width: 21.8%;
    left: 51%;
    height: 5%;
    text-align: center;
}

#logo {
    position: absolute;
    top: 0%;
    left: 0;
}
.fields {
    position: relative;
    top: 15vh;
}

@media only screen and (max-height: 390px) {
    #OverviewImage {
        position: absolute;
        left: 0px;
        width: 20% !important;
    }

    #FeeDueFormatted {
        left: 50% !important;
        width: 400px !important;
    }

    #feedueLabel {
        left: 85% !important;
    }

    #CardButton {
        top: 50% !important;
        height: 30px !important;
    }

    #googlepaybutton {
        top: 60% !important;
    }
    .vehicleTypeBtn {
        height: 200px;
        width: 150px;
    }
}


@media only screen and (max-height: 300px) {

    #OverviewImage {
        position: absolute;
        left: 0px;
        width: 20% !important;
    }
    #FeeDueFormatted {
        left: 20% !important;
    }

    #feedueLabel {
        left: 20% !important;
    }
    .vehicleTypeBtn {
        height: 200px;
        width: 150px;
    }

}

@media only screen and (max-width: 600px) {
    #OverviewImage {
        width: 100%;
    }

    .confirmNoButton {
        position: relative;
        top: 10px;
        background-color: red !important;
        border: none !important;
    }
    .vehicleTypeBtn {
        height: 200px;
        width: 150px;
    }
    .confirmYesButton {
        background-color: green !important;
        border: none !important;
    }

    .fields{
        position: relative;
        top: 15vh;
    }
    #logo {
        position: absolute;
        top: 0%;
        left: 0;
        height: auto;
        width: 100%;
    }

    #applepaybutton {
        position: absolute;
        top: 88%;
        width: 100%;
        left: 0%;
        height: 5%;
        text-align: center;
    }

    #bodyContainer {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        left: 0%;
    }

    #googlepaybutton {
        position: absolute;
        top: 80%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }

    #feedueLabel {
        position: absolute;
        width: 100%;
        text-align: center;
        font: bold 20px aerial, verdana;
        top: 50%;
        left: 0%;
    }

    #FeeDueFormatted {
        background-color: yellow;
        font: bold 24px aerial, verdana;
        width: 100%;
        position: absolute;
        float: left;
        left: 0%;
        bottom: -550%;
        text-align: center;
    }

    #CardButton {
        position: absolute;
        top: 68%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }

    #PayButton {
        width: 100%;
    }
}

@media only screen and (max-height: 692px) {
    #CardButton {
        position: absolute;
        top: 69%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }
    .vehicleTypeBtn {
        height: 200px;
        width: 150px;
    }
    .confirmNoButton {
        position: relative;
        top: 10px;
        background-color: red !important;
        border: none !important;
    }

    .confirmYesButton {
        background-color: green !important;
        border: none !important;
    }

    #googlepaybutton {
        position: absolute;
        top: 75%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }

    #applepaybutton {
        position: absolute;
        top: 83%;
        width: 100%;
        left: 0%;
        height: 5%;
        text-align: center;
    }
}



@media only screen and (max-height: 480px) {
    #OverviewImage {
        width: 70%;
        margin: auto;
    }

    .vehicleTypeBtn {
        height: 200px;
        width: 150px;
    }
    #feedueLabel {
        position: absolute;
        width: 100%;
        text-align: center;
        font: bold 20px aerial, verdana;
        top: 100%;
        left: 0%;
    }

    #FeeDueFormatted {
        background-color: yellow;
        font: bold 24px aerial, verdana;
        width: 100%;
        position: absolute;
        float: left;
        left: 0%;
        bottom: -500%;
        text-align: center;
    }

    #CardButton {
        position: absolute;
        top: 66%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }

    #googlepaybutton {
        position: absolute;
        top: 71%;
        width: 100%;
        height: 5%;
        text-align: center;
        left: 0%;
    }

    #applepaybutton {
        position: absolute;
        top: 75%;
        width: 100%;
        left: 0%;
        height: 5%;
        text-align: center;
    }
}