﻿/* 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. */

.myTable-xl {
    font-size: x-large;
    padding: 1px;
}
.myTable-l {
    font-size: large;
    padding: 1px;
}
.myTable-m {
    font-size: medium;
    padding: 0px;
}
.myTable-s {
    font-size: small;
    padding: 0px;
}
.myTable-xs{
    font-size: smaller;
    padding: 0px;
}
.myTable-xxs {
    font-size: xx-small;
    padding: 0px;
}
.myBorder {
    border-style: solid;
    border-width: 1px;
}
.myBorder-2 {
    border-style: solid;
    border-width: 2px;
}
.myBorderR {
    border-right-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.MyJumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
.MyFormLabel {
    font-size: smaller;
    padding: 0px;
    margin-bottom: 0;
    color: #17a2b8;
    /*color: #007bff;*/
}
td.MyItem {
    width: 5%;
    text-align: right;
    vertical-align: top;
    color: royalblue;
    white-space: nowrap
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none;
}

.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-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 {
    background-color: #f3f3e9;
/*   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 */
}
