﻿/* 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: #107f8a;
}

.btn-primary {
  color: #fff;
  background-color: #0f3c4f;
  border-color: #0f3c4f;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:active {
  background-color: #ec4a19;
  border-color: #ec4a19;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0f3c4f;
  border-color: #0f3c4f;
}

.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #107f8a;
}


/* 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: 60px; /* Vertically center the text there */
}


/* CSS provided my mnp.ca */
.mnp-footer {
    position: fixed;
    color: #fff;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.mnp-footer a {
    color: #fff;
    font-weight: 400;
}

.mnp .bg-primary p {
    color: #fff;
}

.mnp .bg-primary {
    color: #fff;
    background-color: #0f3d4f !important;
}

.mnp-footer section {
    margin: 2em 0 0;
}

.mnp .bg-primary-alt {
    background-color: #0a3343;
}

.mnp-footer .util-menu .mug img {
    max-width: 120px;
    margin-top: -1em;
    height: auto;
}

.mnp-footer .util-menu .wbty {
    margin-left: auto;
    margin-top: 10px;
}

.mnp-footer .util-menu .wbty img {
    height: 50px;
    max-width: 100%;
    margin-right: -40px;
}

.mnp-footer .util-menu {
    display: flex;
    padding-bottom: 10px;
    display: -webkit-flex;
    width: 100%;
    box-sizing: border-box;
}

.mnp-footer .legal a {
    padding-right: 1em;
}

.mnp-footer .legal p {
    font-size: 12px;
    justify-content: right;
    margin-left: auto;
    text-align: right;
}

a.navbar-brand {
    display: block;
    width: 100px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar {
    padding: 18px;
}

.bg-blue {
    background-color: #0a3343;
}


/* Overrides */
.mnp-footer .bg-primary-alt {
    border-top: 1px solid #2a667e;
}

.container-fluid {
    height: 100%
}