﻿/* 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. */

#JSONData {
    width: 720px;
    height: 500px;
}

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);
}

td,  th {
    border: 1px solid #ddd;
    padding: 8px;
}

th {
    background-color: #ccdddd;
}

tr:nth-child(odd) {
    background-color: #ddffff;
}

.launchButton {
    background-color: rgb(0,123, 255);
    color: #fff;
    border: none;
    padding:10px;
    margin:10px;
    width: 200px;
    border-radius: 10px;
}

.launchButton:hover {
    background-color: rgb(0,73, 255); /* darker blue */
    color: white;
}

.AppGrid {
    margin-left: auto;
    margin-right: auto;
}

.Admin {
    background-color: #ccffff;
}


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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.button {
    font: bold 11px Arial;
    background-color: rgb(0,123, 255);
    color: #fff;
    border: none;
    padding: 5px;
    margin: 5px;
    width: 200px;
    border-radius: 5px;
}

.button:hover {
    background-color: rgb(0,73, 255); /* darker blue */
    text-decoration: none;
    color: white;
}

.tabUnSelected {
    background-color: #ffffcc;
    background: #cccccc;
    border: 1px solid black;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    height: 100px;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: none;
}

.tabSelected {
    background-color: #ffffff;
    background: #ffffff;
    border: 1px solid black;
    color: #000000;
    border-radius: 10px 10px 0 0;
    height: 100px;
    padding: 10px;
    border-bottom: none;
    margin-right: 5px;
    margin-left: 5px;
}

.contentBodyWrap {
    padding-top:20px;
    background: #000000;
    padding: 1px;
    border-radius:10px;
    margin-top:7px;
}

.contentBody {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0px;
}

.formBodyWrap {
    padding-top: 0px;
    background: #FFFFFF;
    padding: 1px;
    border-radius: 10px;
    margin-top: 0px;
 
}

.formBody {
    background: #000000;
    padding: 1px;
    border-radius: 10px;
    margin-top: 7px;
}