﻿/* 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. */

html {
  font-size: 12px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0 80px 60px 80px;
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

.hidden{ display: none;}

/*BootStrap override*/
@media (min-width: 1200px){
  .container {
    max-width: 100%;
  }  
}

/*BootStrap override*/
@media (min-width: 992px){
  .container {
    max-width: 100%;
  }  
}

/*BootStrap override*/
@media (min-width: 768px){
  .container {
    max-width: 100%;
  }  
}

/*BootStrap override*/
@media (min-width: 576px){
  .container {
    max-width: 100%;
  }  
}

@media print {
  body {
    margin: 50px;
    font-size: smaller;
  }
  
  .footer {
    display: none;
  }

  main {
    margin: 50px 0px;
  }

  .no-print{
    display: none;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  /*width: 100%;*/
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*
@media (min-width: 1200px){
  .container {
    max-width: 1440px;
  }  
}
*/

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;
}

.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;
}

.status {
  font-size: 11pt;
}

.statusicon{
  font-size: 13pt !important;
}

.Valid{
  color: darkgreen;
}


.Questionable{
  color: goldenrod;
}

.Invalid, .validation-summary-errors {
  color: darkred;
}


.list{
  margin-bottom: 10px;
  font-size: 10pt;
}

.rowdark{
  background-color: #eee;
}

.number {
  text-align: right;
}

.money::before{
  content:"$";
}

.header div {
  font-weight: bold;
  text-align: center;
}

.header div.left {
  font-weight: bold;
  text-align: left;
}

.header div.right {
  font-weight: bold;
  text-align: right;
}

.code{
  font-family: 'Courier New', Courier, monospace;
  font-size: smaller;
}

.issues {
  padding-left: 25px;
  margin-bottom: 10px;
}

.buttons{
  margin-top: 10px;
}

.smalltext {
  font-size: 10pt;
}

.h3{
  margin-top: 20px;
}

.ascending:after{
  content: "\25b2";
}

.descending:after{
  content: "\25bc";
}

.sticky {
  background-color:white;
  z-index:1000;
  position: sticky;
  top: 0;
  /*width:100%;*/
}


.report {
  width: 100%;
  /*margin-left: -125px;*/
}

.report tr td {
  white-space: nowrap;
  padding: 0px 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

div.actionbar span{
  margin: 0 10px;
}

.modal{
  position:fixed; 
  top:50%; 
  left:50%; 
  transform:translate(-50%, -50%); 
  background-color:white; 
  padding:20px; 
  border-radius:8px; 
  box-shadow:0 4px 8px rgba(0,0,0,0.2); 
  z-index:10000;
}

div.expando {
    display: none;
}