﻿/* 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. */

/*td, tr {
    border:1px solid black;
}*/

.unifiedfontsize {
    font-size: 16px !important;
}

input.largercheckboxes {
    width: 20px;
    height: 20px;
    flex: none;
}

input.largestcheckboxes {
    width: 38px;
    height: 34px;
    margin: 6px 0px 0px 0px;
}

li.centerCheckboxlabels {
    display:flex;
    align-items:center;
}

div.discText {
    padding-top: 2rem;
    width: 60%;
    padding-left: 5.4rem;
    font-size: 1.1rem;
}

div.discVal {
    padding-top:2rem;
    padding-left: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2rem;
}

h1.textmiddle {

    padding: 0 0 0 23%;
    font-size: 2rem
}

.footer {
    max-height:10%;

    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: inherit; /* Vertically center the text there */
}

li.nav-item {
    margin-bottom: inherit;
    padding: 0.5rem;
}
.navbar {
    padding: inherit;
}

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;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html * {
  font-family:Roboto !important;
}
@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;
}

.hidden {
    display:none;
}

li {
    margin-bottom:8px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pseudoMargin {
    border-top:1em solid transparent;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-accept {
    color: #fff;
    background-color: #0d6efd9c;
    border-color: #0d6efd9c;
}

#reason {
    font-size:16px;
}