﻿/* Provide sufficient contrast against white background */
input, textarea, select {
    color: #000000 !important;
}

select {
    -webkit-appearance: listbox !important;
}

.breadcrumb-item a {
    color: #137766 !important;
}

.breadcrumb-item.active {
    color: #000000 !important;
}

.text-danger-contrast {
    color: #E0301F;
}

/* 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: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
}

/* Override bootstrap styles
-------------------------------------------------- */
.card-header-tight {
    padding: .5rem .75rem;
}

.card-body-tight {
    padding-top: .5rem;
    padding-bottom: .25rem;
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}

.modal-title {
    font-size: 1.171875rem;
}
