.filterDropdown {
	font-weight: normal; 
	font-size: 0.8em;
	padding: 5px;
    border-radius: 5px;
    border: 1px solid #80808059;
}

.menuSection {
	margin-top: 5px;
	margin-bottom: 7px;
}

#extMenu a {
	text-decoration: none;
	font-weight: normal;
	color: var(--link);	
	font-size: 0.8em;
}

.readonly {
	background-color: var(--background-extra-muted) !important;
	color: var(--text-muted) !important;
}

.rowTitle a:link
{
	text-decoration: none;
	color: var(--text);
}
.rowTitle a:visited
{
	text-decoration: none;
	color: var(--text);
}
.rowTitle a:hover
{
	text-decoration: none;
	color: var(--link);
}

.recBody {
	
}

#dbfElem_Record select {
	width: 100%;
	max-width: 100%;
}

#dbfElem_Record {
	line-height: normal;
}

#dbfElem_Nav {
	opacity: 0.7;
}

#dbfElem_GotoList  a {
	text-decoration: none;
}

#dbfElem_EditCommands  a {
	text-decoration: none;
}

#dbfElem_WhatNext {
	margin-top: 1em;
}
.fieldLabel {
	font-size: 0.98em; 
	font-weight : normal; 
	text-decoration:none; 
}

.fieldLabel td {
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	letter-spacing: 0.02em;
	color: var(--text-semi-muted);
	font-size: 0.95em;
	vertical-align: top;
	left: calc(1.2em + 5px);
    position: relative;
    }

.fieldValue {
	font-size: 1.1em; 
	font-weight:normal; 
	vertical-align: middle;
}

.fieldValue .a {
    background-color: var(--background-extra-muted);
    padding: 5px;
    border: 1px solid var(--border-color);
    width: 100%;
    display: inline-block;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.fieldValue label {
    line-height: 1.5em;
    font-weight: normal !important;
    display: inline-block;
    width: auto;
}

.fieldValue td {
	padding-bottom: 0.4em;
	padding-left: 1.2em;
}

.fieldValue input {
	box-sizing: border-box !important;
}

.fieldLabel .ToolTextActive {
	border-bottom: 1px dotted var(--border-color);
	padding-bottom: 3px;
	cursor: pointer;
}

.fieldLabel label {
    display: inline-block;
    width: auto;

}

.editField {
	font-size: 1.1em;
    padding: 0.5em;
    border: 1px solid var(--border-color);
    margin-bottom: 0.4em;
    background-color: var(--background-muted);
    color: var(--text);
    transition: opacity 0.25s;
    padding-left: 0.4em;
	box-sizing: border-box !important;
}

.selContainer {
  display: flex;
  width: 100%;
  border: 1px solid var(--border-color);
  overflow: hidden; /* hide the parts of the children that extend beyond the border */
  margin-bottom: 0.5em !important;
}

.selContainer input {
  flex-grow: 1;
  border: none; /* remove border */
  outline: none; /* remove outline */
  margin-bottom: 0px !important;
}

.selContainer .selContainerButton {
    width: 35px;
    border: none;
    cursor: pointer;
    font-size: 0.8em;
    background-color: var(--highlight-light);
    transition: background-color 0.25s;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    /* color: var(--background-muted); */
}

.selContainer .selContainerButton:hover {
  background-color: var(--highlight);
	color: var(--highlight-light);
}

.dropdown-content a {
  color: var(--text);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-btn:hover .dropdown-content {
  display: block;
}


.fileField {
	border: 1px solid var(--border-color);
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

.editField:hover {
    box-shadow: 0px 0px 0px 2px var(--primary);
    transition: box-shadow 0.25s;
}

.selContainer:hover {
    box-shadow: 0px 0px 0px 2px var(--primary);
    transition: box-shadow 0.25s;
}

.menu:link
{
	color: rgb(0,0,0); 
}
.menu:visited
{
	color: rgb(0,0,0); 
} 
.menu:active 
{
	color: rgb(0,0,0); 
}
.menu:hover
{
	color: rgb(255,255,255); 
}


.ToolText {
	position:relative; 
	opacity: 1;
} 

.ToolTextHover {
	cursor: default;
	position:relative;
	height: auto;
	z-index: 9999999;
} 
.ToolText div{ display: none; overflow:hidden;         } 

.ToolTextHover div
{ 
    display: block;
    position: absolute;
    top: 1.3em;
    left: 1em;
    width: 20em;
    padding: 0.4em;
    opacity: 1;
    background-color: #ffffd8;
    box-shadow: 0px 0px 0.34em 1px #d0d0d0;
    padding: 0.7em;
    text-align: left;
    z-index: 99999;
    font-weight: normal;
    color: #333333;
    border-radius: 0.3em;
    line-height: 1.2em;
    animation: slideout 0.25s forwards;
}

@keyframes slidedown {
	0% {
		opacity: 0;
		margin-top: 0px
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		margin-top: 50px
	}
}
@keyframes slideleft {
	0% {
		opacity: 0;
		margin-left: 50px
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		margin-left: 0px
	}
}

@keyframes slideright {
	0% {
		opacity: 0;
		margin-left: -50px
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		margin-left: 0px
	}
}

@keyframes slideout {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}



.reportLine {
	vertical-align:top; font-size: x-small; letter-spacing:-0.2px; font-weight: normal; background-color: #DAE0EF; color:darkblue;
}
.hangingListDiv {
		padding-left:10px;
	}
.hangingListSpan {
		text-indent:-20px;
	}

      .CodeMirror-line-numbers {
        width: 2.2em; 
        color: #aaa; 
        background-color: #eee; 
        text-align: right; 
        padding-right: .3em; 
        font-size: 10pt; 
        font-family: monospace; 
        padding-top: .4em; 
     
	}
	
	table, button, input, textarea, select, isindex, datagrid {
	    font: inherit;
	    box-sizing: unset !important;
	}
	
.footerText {
	display: block;
	font-size: 0.9em;
	padding-bottom: 10px;
}

.bodyClass {
	font-family: Roboto,Arial,ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif;
	/* Helvetica,Arial,sans-serif;  */
	font-size:10pt;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	margin: 3px;
}

#topbit {
    //position: fixed;
    width: 100%;
    z-index: 9998;
}

.wffTile {
	padding: 5px;	
	display: inline-block;
	overflow: hidden;
}

.wffTile:hover {
	background-color: var(--accent);
	cursor: pointer;
}

.wffTile .hiddenButton {
	display: none;
}


.wffTile:hover .hiddenButton {
	display: block;
}

.formCell {
    padding: 0.4em;
    border: 1px solid var(--border-color);
    display: inline-block;
    width: 100%;
    background-color: var(--background-extra-muted);
    box-sizing: border-box;
}

.portWidth {
	/* width: calc(93vw); */
	width: calc(100vw - 55px);
	text-align: left;
}

.marginLeft50To10 {
	margin-left: 0.9em;
}

.badgeCount {
	display: inline;
	font-size: 0.6em;
	top: -9px;
	position: relative;
	background-color: var(--assignment); 
	color: white !important;  
	opacity: 0.8;
	padding: 5px;
	border-radius: 8px;
	min-width: 17px;
	margin-right: 0px !important;
}

@media (max-width: 909px) {
	
	.bodyClass {
		font-size: 10pt;
	}
    .appTitle 
    {
    	font-size: 28px;
    }	

	.wffNav .dynNav .navItem {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media (min-width: 910px) {
	
	.bodyClass {
		font-size: 10pt;
	}
    .appTitle 
    {
    	font-size: 45px;
    }	
	
}

@media (min-width: 1010px) {
	.bodyClass {
		font-size: 11pt;
	}
}

@media (min-width: 1210px) {
	
	.bodyClass {
		font-size: 11.5pt;
	}
}

@media (min-width: 1310px) {
	
	.bodyClass {
		font-size: 11.5pt;
	}
}

@media (min-width: 1410px) {
	
	.bodyClass {
		font-size: 11.5pt;
	}
}


@media (min-width: 1510px) {
	
	.bodyClass {
		font-size: 11.5pt;
	}
}

@media (min-width: 1650px) {
	
	.bodyClass {
		font-size: 11.5pt;
	}
}

.actionButtonTitle {
	opacity: 0.9;
    padding-left: 0.3em;
    padding-right: 0.3em;
    /* letter-spacing: -0.4px; */
    /* text-shadow: 0px 1px 9px #d9d9d9; */
	padding: 4px;    
}

.createFindLinks {
	padding-top: 5px;
}

.navRecTitle {
	font-weight:bold; 
	font-size:1.3em;
}

.navListTitle:hover {
	color: var(--text);
	opacity: 1 !important;
}

.navRecTitle:hover {
	color: var(--text);
	opacity: 1 !important;
}

.navListTitle {
	margin-bottom: 10px;
	font-size: 0.9em; 
	font-weight:normal; 
	text-decoration: none;
	opacity: 0.7;
}

a:link
{
	color: var(--text);
	text-decoration: none;
}
a:visited
{
	color: var(--text);
	text-decoration: none;
} 
a:active 
{
	color: var(--text);
	text-decoration: none;
}
a:hover
{
    color: var(--link);
	text-decoration: underline;
}

.navRecTitle:hover 
{
	text-decoration: none;
    border-bottom: 1px dotted var(--text);

}



html {
   -ms-text-size-adjust: none;
}

.fullWidth {
	width: 100%;
}

#navDiv {
	margin-top: 10px;	
    float: left;
    opacity: 0.8;    
}

#quicklinks {
	text-align: right;
	display: inline-block; 
	text-weight: normal;
}

#apptitle {
	text-align: right;
	opacity: 0.6;
}

#quicklinksText a {
	text-decoration: none;
	color: var(--link);

}
#quicklinksText {
	vertical-align: middle; 
	display: block; 
	font-size: 0.8em;
	height: 45px;
	margin-top: 5px;
	opacity: 0.7;
    letter-spacing: 0.01em;
}

#banner {
	text-align: left;
}

.listTitle {
	opacity: 0.8;
}

.bannerColor {
	padding-top: 5px;
}

.bodyClass {
	margin: 0px;
}

.screenBackground { 
}


.bodyBackground {
	background-color: var(--background-extra-muted);	
	
}

.tabsBackground {
	background-color: var(--banner-background);	

	display: block;
	white-space: nowrap;
	color: var(--banner-text);
	/* font-weight: bold; */
}

.copyright {
	margin-top: 20px;
	display: block;
	float: left;
	opacity: 0.7;
}

.editions { 
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 50px;
	display: block;
	float: right;
	text-align: right;
}


.appTitle 
{
	-webkit-font-smoothing: antialiased;
	color: var(--text);
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}
.activeTab {
	position:relative;
	padding-left: 0.4em;
	padding-right: 0.4em;
	display: inline; 
	border-top: 2px solid var(--accent);
	color: var(--text);
}

.autoexpandTabs {
	font-weight: normal;
	text-align: center;
	color: var(--text);
	padding-right: 0.3em;
	padding-top: 0.3em;
	font-size: 1.0em;
	padding-bottom: 0px;
}


.autoexpandTabs div {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 0.3em;
	margin-right: 0.3em;
	color: var(--text-muted);
	padding: 0.3em;
	
}

.autoexpandTabs td {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.autoexpandTabs .selected .buttonTab {
	position: relative;
	background-color: var(--background-extra-muted);
    color: var(--text);
    
	border-radius: 0.6em;
}

.autoexpandTabs .selected {
}


.grid {
	border: 1px solid var(--border-color);
}

.grid td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}

.grid .header {
	padding:0.3em; 
	background-color:var(--list-header-background);
}

.grid .header td {
	background-color:var(--list-header-background);
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	z-index: 999;
}

.grid .header td a {
	color: var(--list-header-fore);
	opacity: 1;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.grid .row {
	padding-left:0.3em; 
	padding-right:0.3em; 
	padding-top:0.3em; 
	font-weight:normal; 
	cursor:pointer; 
}

.grid .selected_ {
	background-color: var(--highlight) !important;
	color: var(--fore-highlight) !important;
}

.grid .previewRow {
	padding-left:0.3em; 
	padding-right:0.3em; 
	font-weight:normal; 
	cursor:pointer; 
}

.grid .stripe {
	background-color: var(--background-extra-muted);
}

.grid .hover {
	background-color: var(--background-muted) !important;
	color: var(--text) !important;
}

.inactiveTab {
	border-top: 2px solid transparent;
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline; 
	opacity: 0.85;
	color: inherit;
}

.inactiveTab:visited {
	color: inherit;
}

.inactiveTab:link {
	color: inherit;
}

.inactiveTab:hover {
	background-color: var(--background-muted);
	color: var(--text) !important;
	text-decoration: none;
}

