﻿
/* 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. */

body {
/*Dark Mode Pending*/
/*    background-color: #031f30;*/
}
header {
    background-color: #0f1c24;
}
.navbar-brand {
    color: #9cd4f7;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-toggler-icon {
    border: 1px solid #9cd4f7;
}

/* 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
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.testResultPassed {
    color: green;
    font-weight: bold;
}

.testResultFailed {
    color: red;
    font-weight: bold;
}


h1{
    font-size:1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.0rem;
}


textarea {
    background-color: black;
    color: LawnGreen;
    width:90%;
}

.tab-content
{
    width:100%;
}


/*.failScreenshot {
    vertical-align:top;
    -webkit-transform: scale(0.5);*/ /* Saf3.1+, Chrome */
    /*-moz-transform: scale(0.5);*/ /* FF3.5+ */
    /*-ms-transform: scale(0.5);*/ /* IE9 */
    /*-o-transform: scale(0.5);*/ /* Opera 10.5+ */
    /*transform: scale(0.5);*/
    /* IE6–IE9 */
    /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}*/

    