@charset "utf-8";
/* CSS Document */

body {
	font: 0.9em Tahoma, Helvetica, sans-serif;
	padding: 0;
	color: #000000;
	overflow: hidden;
	width: 100%;
	background: white;
	margin: 5px;
	text-align: left;
} 
#header {
	position: absolute;
	background-image: url(../images/bigbox.gif);
	background-repeat: repeat-x;
	height: 52px;
}
#header > div, #header > img {
	position: absolute;
}
#header h1 {
	position: absolute;
	margin: 2px 8px;
	color: silver;
	padding: 0; 
}
#header h1>span:first-letter {
	font-size: 1.2em;
	color: white;
	margin-right: 6px;
}
#time, #date {
	color: silver;
	float: right;
	padding: 4px;
}
#loginName {
	color: silver;
	clear: right;
	float: right;
	padding: 4px;
}
p#loginMessage + div span {
	display: inline-block;
	width: 70px;
	text-align: right;
	padding-right: 4px;
}
p#loginMessage + div button {
	margin-left: 100px;
}
div#g_login {
	margin-left: 15px;
}
#header span a {
	color: white;
	margin-left: 10px;
}
#indicatorContainer {
	top: 0px;
	left: 0px;
	height: 56px;
	width:100%;
	overflow: hidden;
}
#indicatorContainer > img {
	position: absolute;
}
#menuPanel {
	position: absolute;
	top: 60px;
	padding: 0;
	border: 1px solid black;
	background: white;
	z-index: 2;
	overflow: auto;
}
#middlePanel {
	position: absolute;
	top: 60px;
	border: 1px solid black;
	background: white;
	z-index: 1;
	padding: 0;
	overflow: auto;
	vertical-align: top;
}
#rightPanel {
	position: absolute;
	top: 60px;
	background: white;
	padding: 0;
	border: 1px solid black;
	overflow: auto;
	background: #ffffff url("../images/COMFSM.png");
	background-position: -190px 40px;
	background-repeat: no-repeat;
	vertical-align: top;
}
#formPanel {
	position: absolute;
	top: 60px;
	border:#333333 thin solid;
	padding: 0;
}
#formDiv {
	position: absolute;
	overflow: scroll;
	margin: 2px;
	background-color: #f4f4f4;
}
.formContainer {
	width: 100%;
	border: none;
	vertical-align: top;
}
#menuPanel p, #menuPanel h3 {
	margin-left: 10px; 
	margin-right: 10px;	
}
#menuDiv {
	font: 0.9em Tahoma, Helvetica, sans-serif;
}
#menuDiv > ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}
#menuDiv > ul > li {
	font-weight: bold;
	margin-top: 6px;
}
#menuDiv > ul ul {
	margin-left: 5px;
	padding-left: 25px;
	font-weight: normal;
}
#menuDiv > a {
	padding-left: 10px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 72px;
	width: 100%;
	padding: 0 2px; 
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
	text-align: center;
	overflow: hidden;
} 
#footer > p {
	margin-left: 110px;
	margin-top: 10px;
	padding: 0;
	white-space: pre-line;
}
@media screen and (max-width: 500px) {
  #footer > p {
  	margin-left: 90px;
  }
  span.footerTxt {
	display: none;
  }
}
#footer > a {
	display: block;
	position: absolute;
	margin-top: 5px;
	margin-left: 6px
	color: #009;
	text-decoration: none;
}
#footer > a > img {
	border: 0;
}
.boxTop {
	background-repeat: repeat-x;
	background-image: url(../images/bg.gif);
	height: 33px;
}
.boxTop>a {
	position: absolute;
	right: 16px;
	padding: 4px;
	color: white;
	font-size: small;
	text-decoration: none;
}
.boxTop>a>img {
	border: 0px;
	position: relative;
	top: 3px;
}
.boxTop>span:first-child {
	display: inline-block;
	margin-top: 7px;
	margin-left: 10px;
	color: silver;
	font-size: large;
}
.dialogFilter {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("dialogFilter.png");
/*	-webkit-backdrop-filter: brightness(80%);
	backdrop-filter: brightness(80%);	*/
}
.dialog {
	position: absolute;
	left: 27%;
	top: 25%;
	width: 40%;
	min-width: 170px;
/*	max-width: 400px;	*/
	border: 2px solid navy;
	padding: 20px 20px;
	background: #f0f0f0;
/*	-webkit-backdrop-filter: brightness(120%) blur(3px);
	backdrop-filter: brightness(120%) blur(3px);	*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font: 14px Helvetica, Arial, sans-serif;
}
.dialog > p {
	text-align: left;
	padding: 8px 0px;
	border-bottom: 1px solid navy;
	font-weight: bold;
	white-space: pre-wrap;
}
.dialog > div {
	position: relative;
	right: 0px;
	text-align: right;
	/* padding-right: 5%; */
}
.dialog > div > div {
	display: inline-block;
	padding-top: 7px;
}
.dialog > div input {
	font-size: 0.9em;
	color: black;
}
.dialog > div button {
	background-color: whitesmoke;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 0 6px lightblue;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding: 2px 7px;
	min-width: 70px;
	text-align: center;
	margin: 2px 0px 0px 20px;
	white-space: nowrap;
}
.dialog > div button:hover {
	color: #00E;
	box-shadow: inset 0 0 3px navy;
}
.dialog > div button:active {
	background-color: gray;
}
.dialog > div button.preferred {
	background-color: navy;
	color: #e4e4e4;
	font-weight: bold;
	box-shadow: none;
}
.dialog > div button.preferred:hover {
	color: white;
}
.dialog > div button.preferred:active {
	background-color: #000040;
	color: silver;
}
.RSSNews, .schedule {
	font: 0.9em Tahoma, Helvetica, sans-serif;
}
.RSSNews>fieldset {
	background-color: white;
	margin-bottom: 10px;
}
.RSSNews>fieldset>legend, .schedule>fieldset>legend {
	font-weight: bold;
}
.RSSNews>fieldset>legend>span, .schedule>fieldset>legend>span {
	font-style: italic;
	color: blue;
	padding-left: 3px;
	cursor: default;
}
.schedule table {
	background-color: white;
	white-space: pre-line;
	text-align: left;
	border-spacing: 0px;
}
.schedule table > tbody > tr > td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
.schedule table > thead > tr > th {
	vertical-align: bottom;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
tr.alt > td {
	background-color: #DDDDDD;
	border: 1px solid #999999 !important;
}
#middlePanel>div>fieldset {
	margin: 1px;
}
#holds>legend {
	font-weight: bold;
	color: red;
}
.critical {
	color: red;
}
.RSSItem {
	border: 1px solid white;
	display: block;
	clear:both;
}
.RSSItem > img {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	padding-right: 5px;
}
.RSSItem > a {
	display: block;
	float: left;
	vertical-align: top;
}
.RSSItem > img+a {
	width: 90%;
	padding-bottom: 3px;
}
.RSSItem > div {
	display:none;
	clear:both;
	padding-left:18px;
	padding-top:5px;
}
.RSSItem > div > p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.imap {
	margin-left: 5px;
	margin-right: 5px;
}
.message {
	font-size: 0.9em;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
.message > .from {
	font-weight: bold;
	float:left;
	white-space:nowrap;
}
.message > .date {
	font-size: 0.8em;
	float:right;
	white-space:nowrap;
}
.subject{
	clear:both;
}
.formBody {
	background: #f4f4f4;
}
.formButtonContainer {
	position: absolute;
	margin: 0px 2px;
	left: 2px;
	width: 95%;
}
button {
	background-color: whitesmoke;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 0 6px lightblue;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	padding: 2px 7px;
	min-width: 70px;
	text-align: center;
	margin: 0.2% 0.8% 0 0;
	white-space: nowrap;
}
button:hover {
	color: #00E;
	box-shadow: inset 0 0 3px navy;
}
button:active {
	background-color: gray;
}
button[disabled] {
	color: gray;
}
button.preferred {
	background-color: navy;
	color: #e4e4e4;
	font-weight: bold;
	box-shadow: none;
}
button.preferred:hover {
	color: white;
}
button.preferred:active {
	background-color: #000040;
	color: silver;
}
.formFeedback {
	position: absolute;
	left: 3px;
	width: 98%;
}
.bpBox {
	position: absolute;
	border: 1px solid navy;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	color: navy;
	padding: 2px;
	margin: 2px;
}
.bpBox > p {
	margin-top: 0px;
}
.bpLine {
	position: absolute;
	margin-top: 11px;
	border-top: 1px solid navy;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	color: navy;
	height: 1px;
}
.bpLabel {
	position: relative;
	left: 0px;
	bottom: 9px;
	text-align: center;
	white-space: nowrap;
	/* margin-bottom: 4px; */
}
.bpLabel > span {
	padding: 0px 3px;
	background-color: #f4f4f4;
}
.blockPair {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	width: 1px;
	overflow: visible;
}
.blockPair label {
	position: absolute;
	white-space: nowrap;
	padding-top: 3px;
	font-size: 0.82em;
	font-weight: bold;
	text-align: right;
}
.blockPair img.notNull {
	width: 4px;
	height: 10px;
	position: absolute;
}
.blockPair label+img {
	position: absolute;
	right: 0px;
	top: 2px;
}
.blockPair label[type="drop"] {
	padding: 2px;
	border: 2px dashed gray;
}
.blockPair > input, .blockPair > textarea {
	position: absolute;
	right: 0px;
	height: 21px;
	font-size: 0.82em;
	color: black;
	padding: 2px;
	border-width: 1px;
	resize: none;
}
input + div.invalidMsg {
	position: absolute;
	z-index: 100;
	top: 20px;
	font-size: 0.9em;
	white-space: nowrap;
	color: red;
	background: white;
	box-shadow: 0px 0px 2px 1px white;
}
div[indrop="YES"].blockPair > input, div[indrop="YES"].blockPair label {
	font-size: 0.9em;
	color: green;
	border-color: green;
}
div.dropControls {
    position: absolute;
    left: 40px;
    height: 23px;
    overflow-y: hidden;
	text-align: left;
}
.dropControls > button.camera {
	width: 31px;
	min-width: revert;
	background-image: url(../camera.png);
	background-size: contain;
}
.dropControls .fileName {
	font-weight: normal;
	font-size: 0.82em;
	white-space: nowrap;
	line-height: 23px;
}
.blockPair > .invalid {
	padding: 1px;
	border: 2px solid red;
	background: white;
	font-weight: bold;
	color: #d80000;
}
.blockPair > .readOnly {
	background: url("readonlyField.png");
}
.blockPair > .disabled {
	color: black;
	background: #eeeeee;
}
.blockImg {
	position: absolute;
	cursor: default;
}
.blockContainer {
	position: absolute;
	width: 1px;
}
.blockContainer > .recordReadOnly {
	display: block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-image: url("readonly.png");
}
.blockContainer > .recordChanged {
	display: block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-image: url("bluepencil.png");
}
.blockContainer > .recordNew {
	display: block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-image: url("newrecord.png");
}
/* Coordinated with code in Block.js for video capture for width calculation	*/
.videoCapture {
	position: absolute;
	width: 40%;
	border: 2px solid navy;
	background: #f0f0f0;
	font: 0.87em Helvetica, Arial, sans-serif;
}
.videoCapture > div {
	position: relative;
	right: 0px;
	text-align: right;
	padding-right: 5%;
}
.videoCapture video {
	width: 100%;
}
.videoCapture canvas {
	position: absolute;
	top: 0px;
}
div.progress-bar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100px;
	background: #777777;
	position: absolute;
	left: 5px;
	opacity: 80%;
}
div.progress-bar > div {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1C467C;
	padding: 5px 0px;
	color: #FFF;
	text-align: center;
	height: 12px;
}
div.progress-bar > div > span {
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 3px;
}
.listContainer {
	position: absolute;
	background-color: white;
}
.listRows {
	position: absolute;
	overflow: auto;
}
.listRows > div, .listColumnLabels {
	position: relative;
	height: 23px;
}
.listQueryRow {
	position: relative;
	height: 23px;
	background: #c8f8c8;
}
.listRows > .current {
	background: #b7daff;
}
.listRows > div > input, .listRows > div > textarea, .listQueryRow > input, .listQueryRow > textarea {
	position: absolute;
	height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	padding: 2px;
	border-width: 1px;
	background-color: transparent;
}
.listRows > div > input[type="checkbox"] {
	margin-left: 2px;
	width: 16px;
}
.listRows > div > img {
	position: absolute;
	padding: 0px;
}
.listRows > div > .invalid {
	padding: 1px;
	border: 2px solid red;
	background-color: white;
	font-weight: bold;
	color: #d80000;
}
.listRows > div > .disabled, .listQueryRow > .disabled {
	color: black;
	background: #eeeeee;
}
.listRows > div > .readOnly {
	background: url("readonlyField.png");
}
.listRows > div > .listDisplayField {
	position: absolute;
	height: 21px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	color: black;
	background: #eeeeee;
	padding: 2px;
	border-width: 1px;
}
.listQueryButton {
	position: absolute;
	display: block;
	background: #c8f8c8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 22px !important;
	width: 23px;
	padding: 0px;
	font-size: 0.87em;
	font-weight: bold;
}
.listQueryButton:hover {
	color: #00E;
}
.listQueryButton:active {
	background-color: gray;
}
.listColumnLabel {
	border: solid 1px black;
	padding: 3px 1px 2px 1px;
	position: absolute;
	left: 0px;
	width: 19px;
	height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	text-align: left;
	background: #ffffb0;
	vertical-align: bottom;
	white-space: nowrap;
}
.listColumnLabel+img {
	position: absolute;
	top: 2px;
	width: 4px;
	height: 10px;
}
.listRows > div > div {
	border: solid 1px black;
	padding: 2px 1px 1px 0px;
	position: absolute;
	left: 0px;
	width: 20px;
	height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	text-align: right;
	background: #ffffb0;
}
.listRows > div > .recordChanged, .listRows > div > .recordNew {
	background: #ffd060;
}
.listRows > div > .recordReadOnly {
	background: #eeeeee;
}
.listRows > div > button {
	padding: 1px 2px 3px 2px;
	margin: 0px 3px 0px 0px;
	background-color: whitesmoke;
	opacity: 80%;
	position: absolute;
}
.listRows > div > div.listDrop {
	background: transparent;
	border: none;
	padding: 0px;
	position: absolute;
	height: 18px;
	font-size: inherit;
}
div.listDrop > label {
	font-size: 0.8em;
	padding: 2px;
	border: 2px dashed gray;
	position: absolute;
	left: 0px;
}
div.listDrop > img {
	position: absolute;
	left: 46px;
	z-index: auto;
	cursor: auto;
}
.select {
	border: 1px solid black;
	background-color: white;
	position: absolute;
	overflow: auto;
}
.select > div {
	cursor: default;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	color: black;
	padding: 1px 3px;
	height: 15px;
}
.select > .current {
	background-color: #ffffa0 !important;
}
.select > div > div {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
.select > div > div[changed] {
	font-style: italic;
}
.rawContainer {
	position: absolute;
}
.blockHTML {
	position: absolute;
}
fieldset legend {
        font: 1.0em Helvetica, Arial, sans-serif;
}
div.v {
	display: block;
	height: 1px;
/*	clear: both; */
}
div.row {
	display: block;
	position: relative;
	font: 0.8em Helvetica, Arial, sans-serif;
/*	clear: both; */
	overflow: visible;
	white-space: nowrap;
}
/* Heading row, with an underline */
div.hrow {
	display: block;
	position: relative;
	font: 0.8em Helvetica, Arial, sans-serif;
/*	clear: both; */
	overflow: visible;
	white-space: nowrap;
	border-bottom: 2px solid black;
}
div.trow {
	display: block;
	position: relative;
	font: 0.9em Helvetica, Arial, sans-serif;
/*	clear: both; */
	white-space: nowrap;
	overflow: visible;
}
@media print {
	div.row { font-size: 0.8em; }
	div.row a {
		text-decoration: none;
		color: black;
	}
	div.trow { font-size: 0.9em; }
	div.hrow {
		font-size: 0.8em;
		border-bottom: 2px solid black;
	}
}
div.row b, div.trow b, div.hrow b {
	padding: 0px;
}
@media screen {
	div.row a {
		text-decoration: underline;
		color: blue;
	}
}

/* White/Green bar rows for old-style report look, and easier reading of rows */
div.wbar {
	display: block;
	position: relative;
	font: 0.8em Helvetica, Arial, sans-serif;
/*	clear: both; */
	overflow: visible;
	background-color: white;
	white-space: nowrap;
}
div.gbar {
	display: block;
	position: relative;
	font: 0.8em Helvetica, Arial, sans-serif;
/*	clear: both; */
	overflow: visible;
	background-color: #DED;
	white-space: nowrap;
}
div.wbar b, div.gbar b {
	padding: 0px;
}
/* Fields that are slugged into reports */
span.fillIn {
	display: inline-block;
	overflow-x: hidden;
	text-decoration: underline;
	max-width: 40px;
}
/* Paging control for HTMLReport content */
div.pageTop {
	height: 0px;
	page-break-before: always;
}
div.pageBottom {
	width: 100%;
	text-align: center;
	background: silver;
	page-break-after: always;
}
@media print {
	body {
		display: table;
		table-layout: fixed;
		padding: 1.0cm;
		height: auto;
	}
	div.gbar, div.wbar { font-size: 0.8em; }
	div.pageBottom {
		display: none;
	}
}
/* Left, right, and center-aligned content, and their bottom-aligned kin */
div.l {
	width: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0.1% 0.4%;
	white-space: pre-line;
}
div.r {
	width: 10px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding: 0.1% 0.4%;
	white-space: pre-line;
}
div.c {
	width: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0.1% 0.4%;
	white-space: pre-line;
}
/* Filler (empty) for repeating lists; prevents blank lines from being
   displayed when a fold is made display: block */
div.lf {
	width: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0.2% 0.4%;
	white-space: pre-line;
}
/* This probably also needs to be form-specific because of the max-width property */
@media screen and (max-width: 600px) {
  div.lf {
	display: none;
  }
}

.popup {
	position: absolute;
	min-width: 200px;
	min-height: 80px;
	border: 2px solid #D9AE00;
	padding: 2px;
	background-color: #FFFF72;
	font: 0.87em Helvetica, Arial, sans-serif;
}
.popupClose {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url("close.png");
	cursor: default;
}
.popupBubbleDown {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -16px;
	background-color: transparent;
	background-image: url("bubbleDown.png");
	background-repeat: no-repeat;
}
.popupBubbleUp {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -16px;
	left: 20px;
	background-color: transparent;
	background-image: url("bubbleUp.png");
	background-repeat: no-repeat;
}
