﻿/* 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: #1b6ec2;
  border-color: #1861ac;
}

.bg-county {
    background-color: #B33C25 !important;
}

hr.heavy {
    border: 1px solid black;
    border-radius: 5px;
}
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}
.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    font-weight: bold;
}
.nav-tabs .nav-link {
    border: 1px solid;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-bottom: none;
    border-top-left-radius: 0.30rem;
    border-top-right-radius: 0.25rem;
}
.btn-county {
    color: #fff;
    /*background-color: #d9534f;*/
    background-color: #B33C25;
    /*border-color: #d43f3a;*/
    border-color: #d9534f;
}

    .btn-county:focus,
    .btn-county.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-county:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-county:active,
    .btn-county.active,
    .open > .dropdown-toggle.btn-county {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-county:active:hover,
        .btn-county.active:hover,
        .open > .dropdown-toggle.btn-county:hover,
        .btn-county:active:focus,
        .btn-county.active:focus,
        .open > .dropdown-toggle.btn-county:focus,
        .btn-county:active.focus,
        .btn-county.active.focus,
        .open > .dropdown-toggle.btn-county.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-county:active,
    .btn-county.active,
    .open > .dropdown-toggle.btn-county {
        background-image: none;
    }

    .btn-county.disabled:hover,
    .btn-county[disabled]:hover,
    fieldset[disabled] .btn-county:hover,
    .btn-county.disabled:focus,
    .btn-county[disabled]:focus,
    fieldset[disabled] .btn-county:focus,
    .btn-county.disabled.focus,
    .btn-county[disabled].focus,
    fieldset[disabled] .btn-county.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-county .badge {
        color: #d9534f;
        background-color: #fff;
    }


/* 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 */
}
