﻿/* 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. */

.navbar {
    position: inherit;
    background-color: #d0202e;
    display: inherit;
    padding: .25rem 1rem;
}
    .navbar a {
        color: white !important;
    }
.nav-buttons {
    width: 100%;
}
.nav-buttons-small button {
    font-size: 0.9rem;
}
.accordion > .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.pagemask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8);
}
.loadingspinner {
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: calc(50vh - 150px);
    background-color: white;
    width: 100%;
    padding: 50px 0px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .pagemask,
    body.loading .loadingspinner {
        display: block;
    }
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-9 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}

.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 {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.block{
    display: block;
}
.small-caps{
    font-variant: small-caps;
}
.center{
    text-align: center;
}

.logonbox input{
    padding: 10px;
    min-width: 150px;
    font-size: 1.5rem;
}
.logonbox button{
    min-width: 150px;
    font-size: 1.5rem;
    padding: 5px;
}

.page-button {
    font-size: 2rem;
    padding: 10px 5px;
}
.page-button-small {
    font-size: 1.5rem;
    padding: 5px;
}
.page-button,
.page-button-small{
    width: 100%;
}
    .page-button a,
    .page-button-small {
        color: white !important;
    }
span.badge {
    border-radius: 20px;
    box-shadow: none;
    background-color: #1b6ec2;
    color: white;
    padding: 5px;
    min-width: 20px;
}
button.btn-primary span.badge {
    background-color: white;
    color: #1b6ec2;
}
div.accordion div.card-header{
    padding: .5rem;
}
.accordionbutton{
    width: 100%;
    text-align: left;
    color: black;
}
.accordionbutton span.badge{
    width: 30px;
    line-height: 20px;
}
.order-detail,
.order-item-alternate,
.order-item-alternate-input,
.order-item {
    padding: 5px;
}
.order-item-alternate-input {
    min-height: 75px;
}
.order-item {
    min-height: 95px;
}
.order-detail,
.order-item-alternate-input {
    border-bottom: 1px dotted silver;
}
.order-item {
    border-bottom: 1px dotted black;
}
.order-item-sameday-icon{
    color: gold;
}
.order-header {
    margin: 10px 0px;
}
.scanbarcode {
    position: fixed;
    bottom: 10px;
    z-index: 1;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0px 15px;
    border-radius: 30px;
}
.highlight {
    animation-name: highlighter;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes highlighter {
    0% {
        background-color: white;
    }
    10% {
        background-color: #78ff78;
    }
    70% {
        background-color: #78ff78;
    }
    100% {
        background-color: white;
    }
}

.shortzeropick {
    padding: .175rem .75rem;
}

.gratis-text {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: 500;
}