﻿/* 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. */
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

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

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color:#000000;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.form-control{
    color:#000000;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.submit-success {
    background: #78BE21;
    color: #FFFFFF;
    font-size: 1em;
    width: auto;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-block-end: 1em;
    margin-inline-start: inherit;
    margin-inline-end: 1em;
    padding-inline-start: 20px;
    margin-bottom: 10px;
    border: 1px solid #0D5257;
    width: auto;
}

    .submit-success:focus, .submit-success:hover {
        /* Background / highlight for hover/active button. */
        background: #78BE21; /* Minnesota Blue*/
        border-color: #9BCBEB; /* Extended Accent Sky Blue */
        -webkit-box-shadow: 0px 0px 1px 3px #9BCBEB;
        /* Extended Accent Sky Blue */
        box-shadow: 0px 0px 1px 3px #9BCBEB; /* Extended Accent Sky Blue */
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
dt{
    font-weight: bold;
}
dd{
    margin-left: 0;
}
.button-group-height {
    height: 55px;
}

/*Remove spinners from number fields*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.form-page{
   
}

@font-face {
    font-family: 'fa-solid-900';
    /*src: url('.lib/font-awesome/webfonts/fa-solid-900.eot?#iefix');*/ /* IE9 Compat Modes */
    src: url('.lib/font-awesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('.lib/font-awesome/webfonts/fa-solid-900.woff') format('woff'), /* Modern Browsers */
    url('..lib/font-awesome/webfonts/fa-solid-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/myfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}