﻿/* 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;
}

.valFailure {
    color: #d9534f;
    background-color: #edc7c8;
    border-radius: 10px;
    border: 3px solid #d9534f;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    line-height: 1;
}

.valFailure ul {
    padding-left: 25px;
    padding-top: 5px;
}

.valFailure ul li {
    padding-top: 2px;
}

/*Over ride for input groups to shadow them
excludes when you add "cb" to the class, checkboxes dont shadow well
*/
.input-group:not(.cb) {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.form-floating:not(.cb) {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* 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);
}

/* 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 */
}


/* Bootstrap Callouts
    ---------------------------------   */
.bs-callout {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0.250rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }