.mtop5 {
    margin-top: 5px;
}
.mtop10 {
    margin-top: 10px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop25 {
    margin-top: 25px;
}
.mtop30 {
    margin-top: 30px;
}
.navbar-brand>img {
    vertical-align: top;
    width: 50px;
    display: inline;
    margin-right: 10px;
}
.checked-box {
    z-index: 3;
    border-color: #acacac;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(187, 187, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(187, 187, 187,.6);
}

form .msg-nil {
    opacity: 0;
    filter:alpha(opacity=0);
    color: #fff;
    background: #488cb7;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-error {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #fff;
    background: #b72a18;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-ok {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #000;
    background: #dff0d8;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-note {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #000;
    background: #caeaf0;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-nil .caret {
    opacity: 0;
    filter:alpha(opacity=0);
    border-top: 5px solid #488cb7;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-error .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #b72a18;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-ok .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #dff0d8;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-note .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #caeaf0;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

@font-face {
    font-family: "Lucida Console 2";
    src:
        url("/static/fontface/lucidaconsole2.eot");
    src:
        url("/static/fontface/lucidaconsole2.eot?#iefix") format("embedded-opentype"),
        url("/static/fontface/lucidaconsole2.woff2") format("woff2"),
        url("/static/fontface/lucidaconsole2.woff") format("woff"),
        url("/static/fontface/lucidaconsole2.ttf") format("truetype"),
        url("/static/fontface/lucidaconsole2.svg#Lucida Console") format("svg");
}

.monofont {
    font-family: 'Lucida Console 2', "Courier New", Courier, monospace;
}

.fontbold {
    font-weight: bold
}

form input {
    font-weight: bold;
    font-family: 'Lucida Console 2', "Courier New", Courier, monospace;
    letter-spacing: 0.1em;
    font-size: 17px;
}

@media only screen and (max-width: 320px) { /*iPhone4, CSS pixel ratio 2*/
    form #vin {
        font-size: 15px;
        letter-spacing: 0em;
    }
}

.input-group .bootstrap-select {
    width: 80px;
}

body {
    background-color: #f0ffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.25);
}

body p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

button.payment, a.payment, div.payment {
    width: 120px;
    height: 40px;
}

/* The .payment class is on the Express Checkout div for the disabled toggle, but its
   120x40 button sizing is too small for a wallet button and forces a "See more"
   overflow. Override the size here (id beats class) so the button renders in full. */
#stripe-express-checkout {
    height: auto;
}

/* div.payment (Stripe Express Checkout) has no native disabled state and wraps a
   cross-origin iframe, so disable it when no vehicle is selected. pointer-events
   is removed from every descendant (Stripe's wrapper divs + the iframe button) so
   the hover falls through to the wrapper, which keeps pointer events and shows the
   not-allowed cursor. The radio handler toggles the [disabled] attribute on .payment. */
div.payment[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}
div.payment[disabled] * {
    pointer-events: none;
}

.apple-pay-button, .apple-pay-button:hover, .apple-pay-button:active {
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.apple-pay-button-black, .apple-pay-button-black:active {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
    border-color: #1e1e1e;
}

.apple-pay-button-black:disabled, .apple-pay-button-black:disabled:hover, .apple-pay-button-black:disabled:active, .apple-pay-button-black:disabled:active:hover, .apple-pay-button-black:disabled:focus {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: #666666;
    border-color: #555555;
}

.apple-pay-button-black:hover {
    background-color: #222222;
    border-color: #1e1e1e;
}

.apple-pay-button-black:active, .apple-pay-button-black:active:hover {
    background-color: #444444;
    border-color: #1e1e1e;
}


.apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: .5px solid gray;
}

.smallprint p {
    font-size: 10px !important;
}

.superscript {
    font-size: 10px !important;
    vertical-align: super;
}

.list-group label {
    font-weight: normal;
}

.spinner {
    margin: 20px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.grecaptcha-badge {
    display: none;
}

#___ratingbadge_0 {
    border-style: solid !important;
    border-width: 0 0 0 thin !important;
}

.plate {
    font-family: 'Lucida Console 2', "Courier New", Courier, monospace;
    font-weight: bold;
    letter-spacing: 0.1em;
}

hr {
    border-top: 1px solid #ddd;
}

.box-pulse-primary {
    -webkit-animation: pulse-primary 2s infinite cubic-bezier(.66, 0, 0, 1);
    -o-animation: pulse-primary 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse-primary 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 2px 0 #337ab7d0;
    box-shadow: 0 0 2px 0 #337ab7d0;
}

@-webkit-keyframes pulse-primary {
    to {
        -webkit-box-shadow: 0 0 15px 15px #337ab700;
        box-shadow: 0 0 15px 15px #337ab700
    }
}

@-o-keyframes pulse-primary {
    to {
        box-shadow: 0 0 15px 15px #337ab700
    }
}

@keyframes pulse-primary {
    to {
        -webkit-box-shadow: 0 0 15px 15px #337ab700;
        box-shadow: 0 0 15px 15px #337ab700
    }
}

/* https://schoberg.net/2020/05/better-strikethrough-strikeout-style-good-for-prices-with-css/ */
s, strike {
    text-decoration:none;
    position:relative;
}
s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-10deg);
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

.pointer {
    cursor: pointer;
}

.hover-underline:hover {
    text-decoration: underline;
}

.grey {
    filter: grayscale(100%);
    transform: scaleX(-1);
}

.blur {
    filter: blur(5px) grayscale(100%);
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
}

ol li {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
}

table th, td {
    padding: 5px;
    text-align: right;
}

#expert table {
    border-collapse: collapse;
    margin: 12px auto;
}

#expert th, #expert td {
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-align: center;
}

#expert th {
    background: #f5f5f5;
}

.blackout {
    color: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,0.4);
}
