﻿/* 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. */

.game {
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    margin: 0px;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Stronger selector to override defaults */
body code {
    color: #aaff00 !important; /* neon green accent */
    background: #111 !important; /* dark background */
    padding: 2px 4px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
}


/* For larger code blocks */
pre {
    background: #111;
    color: #eee;
    padding: 12px;
    border-radius: 6px;
    overflow: auto;
}


.AgingEyzFontSize {
    font-size: 18px !IMPORTANT;
}

.whiteline {
    height: 6px;
    color: white;
    background-color: white;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.whitelinesmall {
    height: 1px;
    color: white;
    background-color: white
}

.givemeheader {
    color: #FFFFFF;
    text-align: center;
    font-size: x-large;
    /*background-color: #AAFF00 !important;*/
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px #000000;
}

.theboot {
    color: #FFFFFF;
    text-align:left !important;        
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a:link {
    color: #FFFF00;
}

a:visited {
    color: #FFFF00 !important;
}

a:hover {
    text-align: center;
    border-bottom: none;
    color: #FFFFFF !important;
    /*display: block;*/    
}

a:active {
    color: #FFFFFF;    
}

a.sublimelink:link {
    color: #AAFF00 !important;
    cursor: help;
}

a.sublimelink:visited {
    color: #AAFF00 !important;
}

a.sublimelink:hover {
    color: #FFFF00;
    cursor: help;
}

a.sublimelink.active {
    color: #FFFF00;
}

a.sublimelinkwhite:link {
    color: #FFFFFF;
    cursor: help !important;
    text-decoration: none;
}

a.sublimelinkwhite:visited {
    color: #FFFFFF;
    cursor: help !important;
    text-decoration: none;
}

a.sublimelinkwhite:hover {
    color: #FFFFFF;
    cursor: help !important;
    text-decoration: none;
}

a.sublimelinkwhite.active {
    color: #FFFFFF;
    cursor: help !important;
    text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.tableheaderz {
    color: #AAFF00 !important;
    font-size: x-large;    
}

.tablesubheaderz {
    color: #ffffff;    
    font-size: medium;
}

.tablerowline {
    border: solid;
    border-width: 1px 0;    
    padding-bottom: 10px;
    padding-top: 10px;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr.spaceUnder > td {
    padding-bottom: 1em;
    padding-top: 1em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;  
}

.state-header {
    border-bottom: 1px solid #ffffff;
    font-size: medium;    
}

.state-body {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 10px;
  overflow-y: scroll;
}
@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;
    background-color: black;    
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

table, th, td {
    background-color: black;
    color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.gamezGrid {
    display: block;
    /*width: 1063px;*/
    border-spacing: 10px;
    margin-left: auto;
    margin-right: auto;
}

.gamezGridHeader {
    font-size: large;
}

.gamezGridGameCell {
    padding: 6px 6px;
    /*cursor:crosshair;*/
    cursor:help;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*left: 0;
    top: 0;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */    
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }