html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.btn-default {
    border: 1px solid black;
}

/* TODO ADD: top banner styles
-------------------------------------------------- */

.bg-valleymetro {
    background-color: #4A046D;
}

.normalmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.cross_stem {
    position: absolute;
    width: 3px;
    height: 13px;
    background-color: #fff;
    left: 10px;
    top: 5px;
}

.cross_kick {
    position: absolute;
    width: 13px;
    height: 3px;
    background-color: #fff;
    left: 5px;
    top: 10px;
}

.ovalmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
}

.ovalmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.ovalmark_text {
    position: absolute;
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #fff;
    left: 3px;
    top: 1px;
}

/* loading */
.showloader {
    background: url(/images/inputloader2.gif);
    background-repeat: no-repeat;
    background-position: right;
}