﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #022C46;
    border-color: #0293C6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #022C46;
    border-color: #0293C6;
}

/* 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%;
    overflow-y: scroll;
    scroll-padding-top: 70px; /* Sticky header */
}

body {
    margin-bottom: 280px;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
/* Heading
-------------------------------------------------- */
.topheading {
    text-shadow: 0px 2px 2px #929292;
    color: #022C46;
}
/* Nav Buttons
-------------------------------------------------- */
.btn-faded-primary {
    color: #fff;
    background-color: #02641D;
    border-color: transparent;
}
.btn-faded-primary:hover {
    color: #fff;
    background-color: #02641D;
}
.validation-error {
    color: #cc0000;
}
.nav-link.hover, .nav-link:focus, .nav-link:hover {
    color: #fff;
    background-color: #02641D;
}
.navmodalcolor, .menu > li > a {
    color: #646464;
}
/* DropDown Selection Color
-------------------------------------------------- */
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #02641D;
}
.dropdown-item.hover, .dropdown-item:hover {
    color: #fff!important;
    background-color: #02641D;
}
/* Breadcrumb Active color
-------------------------------------------------- */
.breadcrumb-item.active {
    color: #32363A;
}
/* Accordion Colors
-------------------------------------------------- */
.accordion > .card-success .card-header:hover, .accordion > .card-success .card-header[aria-expanded=true] {
    background-color: #02641D;
    color: #fff;
}
.accordion > .card-success .card-header {
    background-color: #eaf7ed;
    color: #02641D;
}
.card.card-success {
    border-color: #02641D;
}
.btn-success {
    color: #fff;
    background-color: #02641D;
    border-color: #4cc065;
}
/* Text Formating
-------------------------------------------------- */
.fineprint {
    font-size: .8em;
    font-style: italic;
}