﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* VisitLocation radio button overrides */
.visit-location-radios .k-radio {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #444 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
    position: relative !important;
    flex-shrink: 0 !important;
    transition: border-color 0.15s, background-color 0.15s;
}

.visit-location-radios .k-radio:checked {
    border-color: #3f51b5 !important;
    background-color: #fff !important;
    background-image: none !important;
}

.visit-location-radios .k-radio:checked::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #3f51b5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visit-location-radios .k-radio-label {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    margin-right: 12px;
    vertical-align: middle;
}

/* Override Kendo's inner radio span that draws the visible circle */
.visit-location-radios .k-radio + .k-radio-label::before,
.visit-location-radios .k-radio-label::before {
    border-color: #000 !important;
    border-width: 2px !important;
    border-style: solid !important;
}
