<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Main CSS
 *
 * Created by: 
 * - Team Glacier Concepts
 * - BCIT Team 21
 *
 */
 
body {
	background-color:#071328;
	font-family:"Arial";
	color:rgb(219, 219, 219);
	margin:0;
	font-size:14px;
	height:100%;
	line-height:17px;
}
h2 {
	font-size:1em;
	color:#f69220;
}
h3 {
	font-size:1em;
	color:#ffc721;
}
a {
	text-decoration:none;
}
h2 {
	position: relative;
}

th 
{
    min-width:100px;
}

#contentContainer select,
input
{
    margin-top:10px;
}
input[type="button"],
input[type="reset"],
input[type="submit"]
{
    width:4cm;
}

input[type="checkbox"] 
{
    margin:5px;
}

#container {
	width:1024px;
	height:100%;
}
.error 
{
    position:relative;
}
.errorResult
{
    color:White;
    padding:10px;
    border:solid 1px red;
    background-color:#CD5C5C;
    width:100%!important;
    clear:both;
}
label.error
{
    color:White;
    padding:2px;
    border:solid 1px red;
    background-color:#CD5C5C;
    position:absolute;
    margin-left:5px;
    margin-top:8px;
    z-index:9999;
}
.div-center {
	margin: 0 auto;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.noLinkStyle {
	text-decoration: none;
	color:inherit!important;
}
.addRotating 
{
    float:right;
}
#addDivContainer
{
    display:block!important;
    position:relative;
    z-index:999;

}
#addDivContainer a,
#addDivContainer a img
{
    display:block!important;

}
.queryCell 
{
    float:left;
    width:47%;
    padding-right:15px;
}
.spinner 
{
    background-color:#ebf2fa; 
    text-align:center;
}
.queryCheckbox 
{
    border:1px solid rgb(219, 219, 219);
    background-color:#0D0D0D;
    height:100%;
    line-height:0px;
    padding:2px 5px 5px 5px;
}
#header {
	width:1024px;
	margin:0;
	padding:0;
}

#topnav {
	height:35px;
	width:100%;
	color:#9fbcd8;
}
#topnav a {
	color: #9FBCD8;
}
#topnav a:hover {
	color:#bccbcc;
}

#topnav ul {
	padding-inline-start: 0px;
	font-size: 14px;
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: justify;
	height:35px;
	margin:0;
	border-bottom: 1px solid #7DAED4;	
	list-style-type:none;
	border-left: 1px solid #7DAED4;
}
#revisedQuery td
{
    padding-bottom:15px;
}

#topnav ul li {
	float:left;
	padding: 7px 14px;
}
.query {
	color:#738569;
}
.query &gt; p,
.report &gt; p
{
    width:60%;
}
.report {
	color:#738569;
}
.report &gt; table tr td 
{
    vertical-align:top;
}
.report &gt; table tr td:first-child 
{
    min-width:150px;
}
.tableValue {
	color:rgb(219, 219, 219);
}



.navQuery {
	float:left;
	width:520px;
	color:#738569;
	border-bottom:1px solid #7DAED4;
	border-right:1px solid #7DAED4;
	padding:15px 0 15px 30px;
	border-left: 1px solid #7DAED4;
}
.navLower {
	float:left;
	width:470px;
	color:#ffc721;
	
}


.siteUpdated {
	color:#888888;
	font-size:60%;
}

.navSide {
	position:absolute;
	margin-left:-140px;
	text-align:right;
	width:100px;
}
.footerSide {
	float:left;
	width:130px;
	margin: 0 0 0 20px;
	border-left: 1px solid #7DAED4;
	border-right:1px solid #7DAED4;
	height:35px;
	padding-top:10px;
}
.query h2 div,
.query h3 div {
	color:#708580;
}
.report h2 div,
.report h3 div {
	color:#708580;
}

#contentContainer {
	clear:both;
	width:984px;
	padding:0 20px;
	float:left;
	min-height:600px;
	border-left: 1px solid #7DAED4;
}

#sideNav {
	float:left;
	border-left:1px solid #7DAED4;
	border-right:1px solid #7DAED4;
	width:130px;
	height:100%;
}
#proteinDesc a:link 
{
    color:white;
    text-decoration:underline;
}

#proteinDesc tr &gt; td
{
    vertical-align:top;
}
#proteinDesc tr &gt; td:first-child 
{
    min-width: 150px;
}

p &gt; div {
	color:#f69220;
}

#content {
	float:left;
	width:740px;
	padding:20px;
}

#footer {
	float:left;
	text-align:center;
	width:100%;
	color:#738569;
	border-left: 1px solid #7DAED4;
}

#footer a {
	color:#ffc721;
}

#footer h2 {
	color: #738569;
	font-size: 12pt;
}

.queryType {
	border:1px solid grey;
	border-radius: 4px;
	width:270px;
	padding:0 0 0 30px;
	margin-left:20px;
}
.queryFilter 
{
    border:1px solid grey;
	background-color:rgb(197, 197, 197);
	border-radius: 4px;
	width:320px;
	color:black;
	padding:0 0 0 10px;
}

table {
	font-size: inherit;
	color:inherit;
}

/* pager wrapper, div */
.pager {
  padding: 5px;
  background-color: #e6eeee;
  text-align:center;
  width:830px;
}
/* pager wrapper, in thead/tfoot */
td.pager {
  background-color: #e6eeee;
}
/* pager navigation arrows */
.pager img {
  vertical-align: middle;
  margin-right: 2px;
}
/* pager output text */
.pager .pagedisplay {
  font-size: 11px;
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/*** loading ajax indeterminate progress indicator ***/
#tablesorterPagerLoading {
  background: rgba(255,255,255,0.8) url(icons/loading.gif) center center no-repeat;
  position: absolute;
  z-index: 1000;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.pager img.disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
}</pre></body></html>