﻿.centerText {
    text-align: center;
}

.noWrapText {
	white-space: nowrap;
	overflow:hidden;
}

.mainHeadText {
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff; 
    margin-bottom: .5em;
    text-shadow: .04em .04em #888;
}

.subHeadText {
    font-size: 2em; 
    font-weight: bold; 
    line-height: 1em;
    color: #78c4fc; 
    padding-top: .5em;
    padding-bottom: .5em;
    text-shadow: .04em .04em #222222;
}

.subSubHeadText {
    font-size: 1em; 
    font-weight: bold; 
    color: #000000; 
    margin-bottom: .5em;
}

.errorText {
    font-size: 1em !important; 
    color: red !important; 
}

.hero {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    margin-bottom: 5px;
}

.visible {
	display: block !important;
}

a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.centerContent {
    width: 99%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.modalBackground {
	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.2); /* Black w/ opacity */
}

.modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.modalContentMenu {
    position: absolute;
    top: 6%;
    left: 4%;
    transform: translateX(-4%) translateY(-6%);
}

.input-container {
	border: 1px solid black; 
	border-radius: 8px;
	padding: .25em;
	background-color: white;
	color: #333;
}

.input-control {
	border: none; 
	outline: none;
	width: 100%;
}

.reportContainer {
	margin: .5em;
}

.menuContainer {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    border: 1px solid #ffffff;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444444;
    padding: 2em;
}

.menuLink {
    color: #0d2038 !important;
    text-decoration: none !important;
}

.menuLink:hover {
	color: #58a4dc !important;
    text-decoration: underline !important;
}

.formContainer {
    background: #0d2038;
    background: -webkit-linear-gradient(top, #0d2038 0%, #051e35 100%);
    background: -moz-linear-gradient(top, #0d2038 0%, #051e35 100%);
    background: -o-linear-gradient(top, #0d2038 0%, #051e35 100%);
    background: linear-gradient(top, #0d2038 0%, #051e35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2038', endColorstr='#051e35',GradientType=0 );
    border: 1px solid #0d2038;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    padding: 1em;
}

.loginForm {
    width: 99%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 1em;
}

.loginLink {
    text-decoration: none !important;
}

.loginLink:hover {
	color: #58a4dc !important;
}

.dateForm {
    width: 99%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 1em;
}

.databaseForm {
    width: 50%;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 2em !important;
}

.indexForm {
    /* width: 98.5%; */
	margin: .5em;
}

.indexTable {
    /* background: #0d2038; */
    border-collapse:collapse;
	margin: 0 auto;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.indexHeader {
    background: #0d2038;
	border: 1px solid #0d2038;
	color:#58a4dc;
	vertical-align:bottom !important;
	font-weight:bold;
}

.indexFooter {
    background: #0d2038;
	border: 1px solid #0d2038;
	color:#ffffff;
	vertical-align:top !important;
	font-weight:bold;
}

.indexRowOdd {
	vertical-align:top;
	background-color:#dceffe;
	border-left:1px solid #0d2038;
	border-right:1px solid #0d2038;
}

.indexRowEven {
	vertical-align:top;
	background-color:#ccdfee;
	border-left:1px solid #0d2038;
	border-right:1px solid #0d2038;
}

.indexRowRed {
	background-color: firebrick;
	color: whitesmoke;
}

.indexRowGreen {
	background-color: darkgreen;
	color: whitesmoke;
}

.indexRowBlue {
	background-color: darkblue;
	color: whitesmoke;
}

.indexRowYellow {
	background-color: goldenrod;
	color: whitesmoke;
}

.indexRowTotal {
	vertical-align:top;
	background-color:#0d2038;
	border-left:1px solid #0d2038;
	border-right:1px solid #0d2038;
}

.indexHeaderLeft {
	padding:.25em;
	text-align:left;
	vertical-align:bottom;
}

.indexHeaderCenter {
	padding:.25em;
	text-align:center;
	vertical-align:bottom;
}

.indexHeaderRight {
	padding:.25em;
	text-align:right;
	vertical-align:bottom;
}

.indexContentLeft {
	padding:.25em;
	text-align:left;
	vertical-align:top;
}

.indexContentCenter {
	padding:.25em;
	text-align:center;
	vertical-align:top;
}

.indexContentRight {
	padding:.25em;
	text-align:right;
	vertical-align:top;
}

.indexContentLeftTotal {
	padding:.25em;
	text-align:left;
	vertical-align:top;
	font-weight:900 !important;
	color:#000;
}

.indexContentRightTotal {
	padding:.25em;
	text-align:right;
	vertical-align:top;
	font-weight:900 !important;
	color:#000;
}

.indexHeaderLink {
	color: #58a4dc !important;
	text-decoration: none!important;
}

.indexHeaderLink:hover {
	color: #fff !important;
}

.indexLink {
	color: #000 !important;
	text-decoration: underline !important;
}

.indexLink:hover {
	color: #58a4dc!important;
}

.indexLinkHoverButton {
	color: #000 !important;
	text-decoration: none !important;
}

.indexLinkHoverButton:hover {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #0d2038;
	color: #fff !important;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 400;
	outline: 0;
	border: 0;
	cursor: pointer;
	-moz-transition: color .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.indexLinkHoverButtonSave:hover {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #0d2038;
	color: #fff !important;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 400;
	outline: 0;
	border: 0;
	cursor: pointer;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.indexButton
{
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #58a4dc;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	font-weight: 800;
	outline: 0;
	border: 0;
	cursor: pointer;
	transition: color .15s ease-in-out;
	padding-left:.5em;
	padding-right:.5em;
	margin-bottom:.25em;
}

.indexButton:hover
{
	color: #000000 !important;
}

.indexButtonDisabled
{
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	font-weight: 800;
	outline: 0;
	border: 0;
	cursor: pointer;
	transition: color .15s ease-in-out;
	padding-left:.5em;
	padding-right:.5em;
	margin-bottom:.25em;
}

.indexButtonDisabled:hover
{
	color: #ffffff !important;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active
{
	background: #0d2038;
}

.indexButton.icon
{
}

	.indexButton.icon:before
	{
		position: relative;
	}

.indexButton.alt
{
	background: #f1f1f1;
	background: rgba(0,0,0,0.05);
	color: #444;
}

	.indexButton.alt:hover
	{
		background: #e8e8e8;
		background: rgba(0,0,0,0.085);
	}

	.indexButton.alt:active
	{
		background: #e4e4e4;
		background: rgba(0,0,0,0.15);
	}

.menu-cat-list {
	display: none;
	position: absolute;
	cursor: pointer;
	background-color: #eee;
	border-radius: 6px;
	border: solid 1px #444;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding-left: .5em;
	margin-left: 0em;
	white-space: nowrap;
}
  
  
.menu-cat-list a {
	color: black !important;
	background-color: #eee !important;
	text-decoration: none;
}
  
.menu-cat-list a:hover {
	color:#58a4dc !important;
}

.menu-item-list {
	display: none;
	position: absolute;
	cursor: pointer;
	background-color: #eee;
	border: solid 1px #444;
	border-radius: 6px;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding-left: .5em;
	margin-top: -1.8em;
	margin-left: 8em;
	white-space: nowrap;
}
  
.menu-item-list a {
	color: black !important;
	background-color: #eee !important;
	text-decoration: none;
}
  
.menu-item-list a:hover {
	color:#58a4dc !important;
}
  
.callout-late {
	border: solid 1px gainsboro;
	border-radius: .25rem;
	padding-left: .25em;
	padding-right: .25em;
	background-color: firebrick;
	color: gainsboro;
}

.callout-pending {
	border: solid 1px gainsboro;
	border-radius: .25rem;
	padding-left: .25em;
	padding-right: .25em;
	background-color: goldenrod;
	color: black;
}

.callout-bad-value {
	border: solid 1px gainsboro;
	border-radius: .25rem;
	padding-left: .25em;
	padding-right: .25em;
	background-color: firebrick;
	color: gainsboro;
}
