body {
	font-family: "Segoe UI", Verdana;
	font-size: 10pt;
	margin: 0px;
	background-color: #feffff;
}

p { /* Overrides _reboot.scss */
	margin-top: revert;
}

code { /* Overrides _reboot.scss */
	color: inherit;
	font-size: inherit;
}

textarea { /* Overrides _reboot.scss */
	resize: both;
}

textarea.code {
	font-family: monospace;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

th.editableColHeader {
	background-color: #9B4317 !important
}

a {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: darkblue;
}
a:hover { text-decoration: none; border-bottom:1px solid }

button.link {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px dashed;
	border-radius: 0px;
	letter-spacing: normal;
	font-size: 10pt;
}

button.link:hover {
	text-decoration: none;
	border-bottom: 1px solid
}

button.link:focus {
	outline: none;
	text-decoration: underline;
}


tr.pager { font-size: 12pt; font-weight: bold }
div.pager {
	padding:2px 8px 5px;
}
div.pager button.link {
	font-size: 10pt;
	font-weight: normal;
	margin-right:20px;
	border-bottom:0px;
}

a:visited
{
	color: DarkBlue;
}

.urlWhite a { text-decoration: none; border-bottom:1px dashed; color:white }
.urlWhite a:hover { text-decoration: none; border-bottom:1px solid; color:white }
a.img-noborder {
	border: 0px none;
	text-decoration: none;
}

div.stripMenu td.info a.img-noborder {
	padding: 0px;
	background: none;
}

/* Allows resource library items in dropdown menu to provide their own padding */
.dropit-submenu li.dropit-raw {
	padding: 0px;
}

/* For use in resource library icon links */
img.img-noborder {
}

div.masthead {
	position: fixed;
	z-index: 1010;
	width: 100%;
}

table.borderless
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

div.topMenu
{
	float:left;
	padding: 4px 12px 8px;
	margin: 0px 10px -1px 10px;
	background-color: #3aafa9;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

/*div.topMenu.current
{
	background-color: #feffff;
	color: #3aafa9;
}

div.topMenu.tabEBS
{
	background-color: #90a80e;
}*/

/*div.topMenu.tabEBS a
{
	color:black;
	font-weight: bold;
}*/

/*div.topMenu.tabEBS.current
{
	background-color:white
}*/

/*div.masthead div.current a
{
	color: #17252a;
}*/

div.masthead .title
{
	font-size: 14pt;
	padding-left: 8px;
	white-space: nowrap;
}

div.mainContent, main.mainContent
{
	margin: 2px 8px;
	position:relative;
}

div.footer, footer.footer
{
	border-top: 1px solid lightgray;
	padding: 10px 0px;
	margin-top: 20px;
	text-align:center;
	font-size: 8pt;
	color: #808080;
	letter-spacing: 0.1em;
}

div.pageTitle
{
	font-size: 18pt;
	text-align: center;
	padding-top: 55px;
	color: #17252a;
}

div.stripMenu
{
	padding: 5px 10px;
	margin: 10px 0px;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	background-color: #def2f1;
}

div.stripMenu a
{
	text-decoration: none;
	font-weight: bold;
	color: #606060;
	border-bottom: none;
}

div.stripMenu a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #606060;
}

div.stripMenu a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #202020;
	text-decoration: underline;
}

div.stripMenu td.view a
{
	 padding-left:20px;
	 background:url(/public/overview.png) 0px no-repeat;
     padding-right:18px;
}

div.stripMenu td.done a
{
	 padding-left:18px;
	 background:url(/public/backup.png) 0px no-repeat;
     padding-right:18px;
}

div.stripMenu td.jump a
{
	 padding-left:18px;
	 background:url(/public/linkup.png) 0px no-repeat;
     padding-right:18px;
}

div.stripMenu td.edit a
{
	 padding-left:20px;
	 background:url(/public/edit.png) 0px no-repeat;
	 padding-right:18px;
}

div.stripMenu td.dropMenu a
{
	padding-left:18px;
	background:url(/public/menu.png) 0px no-repeat;
	padding-right:18px;
}

div.stripMenu td.info a {
		padding-left: 20px;
		background: url(/public/info.png) 0px no-repeat;
		padding-right: 18px;
}

div.stripMenu td.otherEditor a
{
	 padding-left:20px;
	 background:url(/public/cog.png) 0px center no-repeat;
	 padding-right:18px;
}

div.stripMenu td.otherViewer a
{
	 padding-left:20px;
	 background:url(/public/eye.png) 0px center no-repeat;
     padding-right:18px;
}

div.stripMenu td.excel a
{
	 padding-left:20px;
	 background:url(/public/excel.png) 0px no-repeat;
	 padding-right:18px;
}

div.stripMenu td.specialHighlight a
{
	color: darkmagenta;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	margin-top: 5px;
}

h2
{
	font-size: 14pt;  /* WAS 13pt */
	font-weight: normal; /* TESTING */
	margin-top: 3px;
	margin-bottom: 5px;
}

h3
{
	font-size: 12pt;   /* WAS 11pt */
	font-weight: normal; /* TESTING */
	margin: 3px 0px 4px;
}

table.grid
{
	background: #f8f8f8;
	border-collapse: separate;
	border-spacing: 0;
	/*border-radius: 8px;  Only sets bottom coners; for top, first/last cells must be individually set */
	/*overflow: MUST NOT set otherwise sticky headers will not work */
}

table.grid tr.odd td
{
	background-color: #e0e0e0; /* On the cells so that frozen columns cover non-frozen when scrolled */
}

table.grid tbody tr td
{
	background-color: #f8f8f8; /* On the cells so that frozen columns cover non-frozen when scrolled */
}

table.grid tbody tr.rowError td, table.grid tr.odd.rowError td
 {
	background-color: red;
	color:white;
}

	table.grid tr.header th, tr.header th {
		text-align: center;
		color: white;
		font-weight: normal;
		background-color: #01394b;
	}

table.grid td, table.grid th, tr.header th {
	padding: 3px 8px 5px;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

table.grid th
{
	position: sticky;
	top: 53px; /* Allows for the masthead */
	z-index: 3; /* Sticky headers in front of all grid content except sticky columns */
}

/* Round the top corners of the first and last column header cells */
table.grid thead tr th:first-child {border-top-left-radius: 8px;}
table.grid thead tr th:last-child {border-top-right-radius: 8px;}
/* Round the bottom corners of the first and last cells of the last row */
table.grid tbody tr:last-child td:first-child {border-bottom-left-radius: 8px;}
table.grid tbody tr:last-child td:last-child {border-bottom-right-radius: 8px;}

table.grid td.right
{
	text-align: right;
}

table.grid td.left
{
	text-align: left;
}

table.grid td.vBorders
{
	border-left: 1px solid darkgray;
	border-right: 1px solid darkgray;
}

table.grid td.center
{
	text-align: center;
}

/* Mouse-over row coloring */
table.grid tbody tr:hover td {
  background-color: yellow !important;
  color: black !important;
}
/* Smooth transition of mouse-over highlight */
tbody tr td {
  transition: background-color 0.5s ease;
}

/* Frozen column (header and body cells).  Must be fixed width (allow for padding) */
/* For columns other than the first, the individual cells must specify position as cummulative pixel width of columns to the left */
table.grid td.freeze {position: sticky; left: 0; z-index: 3;}
table.grid th.freeze {position: sticky; left: 0; z-index: 4;}

td.leftPanel
{
	vertical-align: top;
	padding-right: 15px;
}

td.nonLeftPanel
{
	padding-left: 20px;
	vertical-align: top;
	border-left: 1px solid lightgray;
	padding-right: 15px;
}

.small
{
	 font-size: 8pt;
}

table.dataEntry
{
	border-collapse: separate;
}

table.dataEntry.dataGrid td /* Added to ensure consistent spacing when inside a DataGrid, e.g. the ValueEditor */
{
	padding: 5px 2px;
}

table.dataEntry.dataGrid td.checkBoxList /* For checkbox lists inside data entry grid */
{
	padding: 0px 2px;
}

td.checkBoxList select {
	color: black;
}

table.dataEntry td
{
	padding: 4px 2px;
	white-space: nowrap;
}

table.dataEntry td.checkBoxList table td input[type="radio"] {
	vertical-align: top;
	margin-right: 2px;
	margin-top: 4px;
}

td.topAlign
{
	vertical-align: top;
	padding-top: 40px;
}

td.dataEntryPrompt
{
	vertical-align: top;
	padding-top: 3px;
	text-align: right;
	white-space:nowrap;
}

div.message
{
	 font-size: 12pt;
	 text-align: center;
	 font-weight: bold;
}

div.pageInfo
{
	color:DarkGreen;
}

div.pageError
{
	color:Red; 
}

div.reportGroup
{
	padding-bottom: 10px;
	max-width:325px;
}

div.reportGroup div.reportTitle
{
	font-size: 14pt;
	/*font-weight: bold;*/
	padding-bottom:3px;
}

div.reportGroup div.reportTitle a
{
	text-decoration: none;
	border-bottom: none;
	color: navy;
}

div.reportTitle a:hover
{
}

div.reportGroupMember
{
	padding: 2px 0px;
	max-width: 325px;
}

div.reportGroupMember div.reportTitle
{
	font-size: 10pt;
	/*font-weight: bold;*/
}

div.reportGroupMember div.reportTitle a
{
	 text-decoration: none; border-bottom:1px dashed;
}

div.reportGroupMember div.reportTitle a:hover
{
	 text-decoration: none; border-bottom:1px solid;
}

div.reportNotes p
{
	margin-top: 2px;
	font-size: 9pt;
}

td.right
{
	text-align: right;
	
}


/* Report XML Output */

div.xml-report-sql div 
{
	 height: 200px;
	 overflow:auto;
	 border: 1px solid silver;
	 padding: 5px;
	 white-space: pre-wrap;
	 white-space: -moz-pre-wrap;
	 white-space: -o-pre-wrap;
}

div.xml-parameter
{
	width: 300px;
	height: 375px;
	margin-right: 20px;
	float: left;
}

div.xml-column
{
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left;
}

div.xml-parameters, div.xml-columns
{
	border-top: 1px solid silver;
	margin-top: 15px;
	clear:both;
}

div.xml-parameters h2, div.xml-columns h2
{
	text-align: center;
	padding-top:0px;
}

div.xml-report h4
{
	margin-bottom: 4px;
	margin-top: 10px;
}

div.xml-report h3
{
	margin-bottom: 4px;
	margin-top: 10px;
}

div.mapContainer
{
	padding-top: 10px;
	width: 400px;
	display: none;
}

div.mapContainer a
{
	border-bottom: none;
}

div.mapContainer div.mapTitle
{
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}

.mapLabel
{
	 background-color: yellow;
    border: 1px solid silver;
    white-space: nowrap;
    margin: 0px;
    padding: 0px 2px;
}

table.itemList
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.itemList td
{
	padding: 0px 0px 4px;
}

table.itemList td.itemLabel
{
	padding-right: 8px;
	text-align: right;
	vertical-align: top;
}

table.itemList td.itemValue
{
	font-weight: bold;
	text-align: left;
}

td.mapSearch
{
	text-align: center;
	width: 220px;
	vertical-align: top;
}

td.mapSearch table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

td.mapSearch th
{
	padding-top: 8px;
	padding-bottom: 8px;
}

td.mapSearch th div
{
	padding: 3px;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: normal;
	background-color: #606060;
	color: white;
}

button, input[type="button"], input[type="submit"] {
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -o-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -ms-linear-gradient(top, #ececec 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
	background: linear-gradient(top, #ececec 0%,#dadada 100%);
	border: 1px solid #ababab;
	border-radius: 15px;
	color: black;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 11px;
	padding-left: 11px;
	margin-right: 15px;
	font-size: 9pt;
	letter-spacing: 0.1em;
}

button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
	color: gray;
}

div .roundedButton {
	background-color:silver;
	border-radius: 15px;
	padding: 1px 14px 2px;
	border: 1px solid silver;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 9pt;
	white-space: nowrap;
}

div.roundedButton a {
	border-bottom: 0px;
}
td.mapSearch table
{
	padding: 0px;
	margin: 0px;
}

td.mapSearch table td 
{
	padding:  0px 0px 6px 3px;
}

td.mapSearch table td img
{
	margin: 0px 5px;
	padding: 2px;
}

div.mapFullPage
{
	 height: 700px;
	 margin-bottom: 0px;
}

li
{
	margin-left: 12px;
}

ul.spaced li
{
	padding-bottom: 10px;
}

.aceList
{
	background-color: white;
	margin-top: 0px;
	list-style-type : none;
	padding: 2px;
	border: 1px solid silver;
}

td.checkBoxList
{
	vertical-align: top;
	padding-top: 3px;
}

td.checkBoxList table, td div.checkBoxList table

{
	border-collapse: collapse;
	border-width: 0px;
}

td.checkBoxList table td, table.checkBoxList td
{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-right: 15px;
}

table.checkBoxList
{
	border-collapse: collapse;
}

div.searchResult
{
	padding:10px 0px;
}

div.searchResult div.title
{
	font-size: 11pt;
}

div.searchResult div.match
{
	font-size: 10pt;
	color: green;
}

div.searchResult .map
{
	font-size: 9pt;
	font-weight: bold;
}

div.fieldHint
{
	font-size: 9pt;
	color: #404040;
	font-style: italic;
	font-weight: normal;
}

table.borderlessDataLayout
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.borderlessDataLayout td
{
	padding-right: 20px;
	vertical-align: top;
}

table.radioButtonListWithHeadings
{
	border: 0px;
	border-collapse: collapse;
}

table.radioButtonListWithHeadings td
{
	font-weight: bold;
	/*padding: 0px 0px 10px 20px;*/
	white-space:nowrap;
}

table.radioButtonListWithHeadings p
{
	font-weight: normal;
	white-space:normal;
	margin-top: 5px;
}

	table.radioButtonListWithHeadings input
	{
		vertical-align:top;
		margin-top:3px;
		margin-right:3px


	}

	table.dataEntry td.radioButtonListBasic {
		vertical-align: top;
		padding-top: 0px;
	}
table.radioButtonListBasic table td {
	padding-top: 0px;
}

table.radioButtonListWithHeadings.narrow td {
	width:350px;
	vertical-align:top;
}

a.tinyThumbLink
{
	text-decoration: none;
	border-bottom: none;
}

a.tinyThumbLink img
{
	width: 100px;
	border: 0px
}

.fileUpload
{
	width: 500px;
	background-color: #efefe1;
	border-color: #ababab;
	border-width: 1px;
	border-style: solid;
}

.calendarExtender
{
	border: 1px solid silver;
	width: 185px;
	background-color: #e8e8e8;
	padding: 0px;
	border: 0px;
}

div.ajax__calendar_days table td
{
	padding:1px;
}

.lightLinks a
{
	color: white;
}

#contextMenu
{
	background-color: white;
	padding: 2px 0px;
	cursor: default;
	border: 1px solid silver;
}

#contextMenu div.contextMenuItem
{
	white-space: nowrap;
	padding: 0px 8px;
	line-height: 24px;
	font-size: 9pt;
	font-weight: bold;
}

table.legends
{
	border-collapse:collapse;
	margin-bottom: 10px;
}

table.legends td {
	padding-right: 15px;
}

table.legend {
	border: 1px solid silver;
	border-collapse:collapse;
	font-size: 9pt;
}

table.legend th {
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #e0e0e0;
	border-bottom: 1px solid silver;
}

table.legend td {
	padding: 2px 20px 4px;
}

/* Required for map legends to appear as a horizontal row */

div.LOS {
	display: block;
	width: 800px;
	height: 190px;
}

table.grid tr td div.LOS {
	display: none;
}

/* Changes for new reporting stuff */

#pickerBox  {
  padding: 10px;
}

div.pickerPanel {
  border: 2px solid darkgray;
  background-color: #d0d0d0;
  border-radius: 12px;
  overflow: auto;
  width: 400px;
  height: 300px;
}

input.pickerDisplayValue {
 margin-right: 5px;
 padding-left: 4px;
 contenteditable: false;
 background-color: #f0f0f0;
 border-style: solid;
 border: 1px solid darkgray;
}

/* Report grid: Text edit cells with Custom List (datalist) Without this there is no dropdown arrow on the right of the text box */
table.grid input[type="text"][list] {
	padding-right: 1.4em;
	box-sizing: content-box;
	border: 1px solid darkgray;
	background-image: url(/public/down.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: 12px 12px;
	-webkit-appearance: auto;
	appearance: auto;
	cursor: text;
}

table.grid input[type="text"][list]:not(:focus) {
	cursor: pointer;
}

/* End of changes for new reporting stuff */

.clr{clear:both; overflow:hidden; display:block}

/* Dropdown menu
 * Dropit v1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* These styles assume you are using ul and li */
.dropit {
   list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative }
.dropit .dropit-submenu {
	position: absolute;
	top: 100%;
	left: 0; /* dropdown left or right */
	z-index: 1000;
	display: none;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
}
.dropit .dropit-open .dropit-submenu { display: block; }
.dropit-submenu li {
	margin-left: 0px;
	background-color: #f8f8f8;
	padding:8px 8px;
	border-bottom: 1px solid #e0e0e0;
	white-space: normal;
	width: 225px
}
.link {color: blue; text-decoration: underline} /* Used in strip menu dropdown to force coloring*/
div.stripMenu td.dropMenu a.mask { background: none; padding: 0px }

/*li.relatedReportItems 
{
	 display:none;
}
*/

h2.rptSettings-down
{
	 padding-left:20px;
	 background:url(/public/CircledArrowUp.png) 0px 6px no-repeat;
}

h2.rptSettings-up
{
	 padding-left:20px;
	 background:url(/public/CircledArrowDown.png) 0px 6px no-repeat;
}

.hidden
{
	display: none;
}

div.reconBox {
	float: left;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid silver;
	background-color: #f0f0f0;
	text-align: center;
	border-radius: 15px;
	font-size: 32pt;
}

.reconBoxTitle {
	font-size: 12pt;
}

div.dialogArea {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid silver;
	background-color: #f8f8f8;
	border-radius: 10px;
}
div.dialogArea div.title {
	font-size: 13pt;
	border-bottom: 1px solid silver;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

td.EditIconControls a { text-decoration: none; border-bottom: none; color: blue }

.ppBig { font-size: 18pt }

/* Standard Report Cell Color Classes */
table.grid td.black { background-color: black !important; color: white !important}
table.grid td.flesh { background-color: #FAE6D1 !important}
table.grid td.gold { background-color: gold !important}
table.grid td.green { background-color: green !important; color: white !important}
table.grid td.lightblue { background-color: lightblue !important}
table.grid td.lightgray { background-color: lightgray !important}
table.grid td.lightgreen { background-color: lightgreen !important}
table.grid td.lightcoral { background-color: lightcoral !important}
table.grid td.coral { background-color: coral !important; color: white !important}
table.grid td.orange { background-color: orange !important}
table.grid td.pink { background-color: pink !important}
table.grid td.red { background-color: red !important; color: white !important }
table.grid td.silver { background-color: silver !important}
table.grid td.wheat { background-color: wheat !important}
table.grid td.white { background-color: white !important}
table.grid td.compact { font-size: 9pt; padding-top:0px; padding-bottom:0px }
table.grid td.red-text { color: red !important}
table.grid td.red-text  a { color: red !important}
table.grid td.smaller { font-size: smaller }

#msgFlasher a { color: gold; font-weight: bold }
#msgFlasher { animation: blinker 1.5s step-start infinite }
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

	div.announcements {
	float:right;
	max-width: 500px;
}

div.announcements h2 {
	text-align: center;
}

div.announcement {
	padding: 5px;
	margin-bottom: 10px;
}

div.announcementNew {
	background-color: lightgreen;
}

div.article {
}

div.articleTitle {
	padding: 3px 5px;
	font-size: 12pt;
	font-weight: bold;
}

div.articleSummary {
	margin: -10px -5px -10px 6px;
	max-width: 450px
}

div.articlePostChildren {
	height: 10px;
}

div.articlePostResources {
	clear: both;
	height: 5px;
	border-bottom: 1px solid silver
}

div.articleResources {
}

div.articleResource {
	padding: 3px 5px;
	float: left;
}

div.articleXRefs {
	padding: 2px 5px 5px;
	font-size: 9pt;
}

div.XRefAnnouncement {
	padding: 3px 5px;
	line-height: 1.5;
	padding-bottom: 10px;
}

/* Horizontal tabs using Radio Buttons in Reporting System */

table.rpTabs {
	margin-bottom: 10px
}

table.dataEntry td table.rpTabs td:has(.selected) {
	font-weight: bold;
	border-bottom: 2px solid darkgray
}

table.dataEntry td table.rpTabs td {
	border-right: 20px solid white;
	padding: 5px 10px;
	border-bottom: 1px solid silver
}

div.pageBanner {
	border-radius: 0px 5px 5px 0px;
	float: left;
	padding: 2px 6px 4px;
	font-size: 10pt;
	margin: 6px 0px 0px;
	/*border: 1px solid black;
	border-left: 0px;*/
}

div.pageBanner.good {
	background-color: lightgreen;
	color:black;
}

div.pageBanner.dead {
		background-color: black;
		color: white;
}

/* For use with RadioButtonList so they can be selected by clicking and cause postback*/

/* Hide the default radio buttons */
.plainTextListOfSelectableItems input[type="radio"] {
	display: none;
}

.plainTextListOfSelectableItems td {
	padding-right: 20px
}

/* Style the labels like a plain text list */
.plainTextListOfSelectableItems label {
	display: inline-block;
	cursor: pointer;
	color: #0000ee;
	border-bottom: 1px dashed;
}

/* Highlight on hover */
.plainTextListOfSelectableItems label:hover {
	border-bottom: 1px solid;
}

/* Show selected item differently */
.plainTextListOfSelectableItems input[type="radio"]:checked + label {
	background-color: #0078d7;
	color: white;
	font-weight: bold;
}

/* Toolkit: first toast 60px from top of viewport (Fluent default is 24px) */
.fluent-toast-provider.position-topleft,
.fluent-toast-provider.position-topstart,
.fluent-toast-provider.position-topcenter,
.fluent-toast-provider.position-topright,
.fluent-toast-provider.position-topend {
	top: 60px;
	right:10px
}

/* Toolkit Fluent toasts (DisplayMessage) */
.fluent-toast.toolkit-toast {
	background-color: #000 !important;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 10px;
	border: 3px solid
}

.fluent-toast.toolkit-toast .fluent-toast-body {
	width: 100%;
	padding-inline-start: 0;
	align-items: center;
	text-align: center;
	justify-content: center;

}

.fluent-toast.toolkit-toast .fluent-toast-title {
	font-size: 18pt;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

.fluent-toast.toolkit-toast--error,
.fluent-toast.toolkit-toast--error .fluent-toast-title {
	color: red;
	border-color: pink;
}

.fluent-toast.toolkit-toast--success,
.fluent-toast.toolkit-toast--success .fluent-toast-title {
	color: green;
	border-color: lightgreen;
}

.fluent-toast.toolkit-toast .fluent-toast-action {
	display: none;
}

/* WebForms-style inline validators (BaseValidator default CssClass) */
span.errorText {
	color: red;
}

/* Use class=nospin to prevent up/down buttons on inputs of type numeric*/

/* Chrome, Safari, Edge, Opera */
input.nospin::-webkit-outer-spin-button,
input.nospin::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input.nospin[type=number] {
	-moz-appearance: textfield;
}

div.masthead {
	background-color: #01394b; //2b7a78;
	padding: 10px;
	height: 53px;
	display: flex;
	align-items: center;
	color: white;
	font-size: 11pt;
	overflow: hidden;
	border-bottom: 1px solid white
}

div.masthead a {
	text-decoration: none;
	color: #feffff;
	border-bottom: none;
}

.logo {
	margin-right: 8px;
	align-items: center;
	height: 35px;
	display: inline-flex;
}

div.logo {
	margin-right: 8px;
	align-items: center;
	display: inline-flex;
}

div.masthead div.primary {
	align-items: center;
	display: flex;
	flex-grow: 1;
}

div.masthead .text {
	padding: 20px;
	text-align: center;
	line-height: 1;
}

div.masthead div.secondary {
	flex-grow: 1;
	display: flex;
	justify-content: right;
	align-items: center;
}

div.masthead .icon {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	flex-shrink: 0;
	background-color: #21496b; //236261;
}

div.masthead .initials {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: black;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	margin-left: 0px;
	flex-shrink: 0;
}

div.masthead .mouseover:hover {
	background-color: #55c5f5;
	color: white;
}

div.masthead .mouseover a {
	color: black;
}

#msgFlasher a {
	color: gold;
	font-weight: bold;
	font-size: smaller;
	transition: color 0.5s ease;
}

#msgFlasher {
	animation: blinker 2.5s ease-in-out infinite;
}

@keyframes blinker {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

div.masthead .tab {
	padding: 12px;
	border: 5px solid transparent;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.5s ease;
	/*background-color: #236261;*/
}

div.masthead a .tab {
	text-decoration: none;
	color: white;
}

div.masthead .selected {
	border-bottom: 5px solid white;
}

div.masthead .tab:hover {
	background-color: #55c5f5;
	color: white;
	cursor: pointer;
}

div.masthead .current:hover {
	background-color: inherit;
	color: inherit;
	cursor: text;
}
