﻿/* 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;
}

.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
-------------------------------------------------- */
body, html {
    height: 100%;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
    background: #252525;
}

header{
    color:white;
    background-color:black;
}

body {
    /* Margin bottom by footer height */
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 60px;    
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    background-color: #fff;
}

.text-right{
    text-align:right;
}

.text-center{
    text-align:center;
}

.text-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.dvSpaceMargin {
    margin: 10px;
}

.dvSpacePadding {
    margin: 10px;
}

.dvSpaceRow {
    padding: 10px 0px;
}

.dvSpaceSection {
    padding: 20px 0px;
}

.dvSpaceMarginRow {
    margin: 10px 0px;
}

.dvSpaceColumn{
    padding:0px 10px;
}

.dvSpaceMarginColumn {
    margin: 0px 10px;
}

.dvLineBottom {
    border-bottom: 1px solid #e0e3e6;
    margin-bottom: 10px;
}
.dvLineTop {
    border-top: 1px solid #e0e3e6;
    margin-top: 10px;
}

.btFunction{
    min-width:150px;
    min-height:40px;
}

.dvBoxBlack {
    border: thin solid #000;
    padding: 10px;
}