﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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: 170px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background: #444;
    padding-top: 25px;
    /*padding-bottom: 30px;*/
    color: #fff !important;
    font-size: 14px;
}

.navbar {
    background-color: #f4f4f4 !important;
}

.footer-list {
    width: 100% !important;
    list-style-type: none;
}

.footer-list li {
    display : inline-block
}

.footer-hr {
    background-color: #767676
}

.navbar-nav {
    margin-left: auto;
}

.logo {
    max-width: 270px;
    width: 100%;
}

a.navigator {
  color: #148d7b;
}

a.navigator:hover {
  color: #0e6054;
}

div.top-header {
    background: #545454;
    min-height: 25px;
}

.footer-link:hover {
    color: #b8ddd7;
    text-decoration: none;
}

.footer-link {
    color: white;
    text-decoration: none;
}

.pagination-item {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 14px;
  border: 1px solid #148d7b;
  border-radius: 50%;
  color: #148d7b;
}

.no-numbers {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.no-numbers li {
  margin-bottom: 10px;
}


.btn-primary {
  background: #148d7b;
  color: white;
  border-color: #148d7b;
}

.btn-primary:active {
  background-color: #148d7b !important;
  color: white !important;
  border-color: #148d7b !important;
}

.btn-primary:focus {
  background: #148d7b;
  color: white;
  border-color: #148d7b;
}


.btn-primary:hover {
  background: #148d7b;
  color: white;
  border-color: #148d7b;
  box-shadow: 0 0 0 1px #148d7b;
}

p.question {
  font-size: 2rem;
  margin-bottom: 15px;
}

p.small-question {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

span.field-validation-error {
  color: red;
  font-style: italic;
  font-size: small
}


.help-text:hover {
  color: #148d7b;
  cursor :pointer;
}

.hide-alert {
   display: none;
}

i.fas.fa-info-circle {
    font-size : 45px;
}

div.icon {
    margin-right: 15px;
}

.input-validation-error {
  border-color: red
}

.input-validation-error:focus {
  border-color: red;
  box-shadow: 0 0 0 1px red;
}

.card:hover {
    color: white;
    background: #006354;
}

.card-title {
    font-size: 1.4rem;
    font-weight: bold;
}
.card {
    text-decoration: none;
    color: white;
    background: #148d7b;
    border-radius: 0;
}

.card a {
    color: white;
}

.card a:hover {
    text-decoration: none
}

.card-body {
    padding-bottom: 80px;
}

.bold-green {
    font-weight: bold;
    color: #148d7b !important;
    display: block;
    text-align: center;
    font-size: 3rem;
}

span.icon-info {
    color: #28bde4;
    font-size: 45px;
}

span.alert-icon {
    color: #f7941d;
    font-size: 45px;
}

.btn-outline-primary {
    border-color: #148d7b;
    color: #148d7b;
    background-color: white;
}

.btn-outline-primary:hover {
    border-color: #148d7b;
    color: white;
    background-color: #148d7b;
}

.btn-outline-primary:active {
    border-color: #148d7b !important;
    color: white !important;
    background-color: #148d7b !important;
}

.btn-outline-primary:focus {
    border-color: #148d7b;
    color: white;
    background-color: #148d7b;
}

.item-header {
    margin-bottom: 0;
    color: #148d7b;
}

.map-legend {
    background: white url('../images/shelter_map_legend.jpg') no-repeat center;
    width: 190px;
    height: 72px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    border-radius: 3px;
}
