.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: navy;	
	font-size: 0.8em;
}

.readonly {
	background-color: #e0e0e0 !important;
}

.rowTitle a:link
{
	text-decoration: none;
	color: black;
}
.rowTitle a:visited
{
	text-decoration: none;
	color: black;
}
.rowTitle a:hover
{
	text-decoration: none;
	color: navy;
}

.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: rgba(0, 0, 0, 0.7);
	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 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 #b8b8dd;
	padding-bottom: 3px;
	cursor: pointer;
}

.fieldLabel label {
    display: inline-block;
    width: auto;

}

.editField {
	font-size: 1.1em;
    padding: 0.5em;
    border: 1px solid #e3e3e3;
    margin-bottom: 0.4em;
    background-color: #f7f7f7;
    transition: opacity 0.25s;
    padding-left: 0.4em;
	box-sizing: border-box !important;
}

.selContainer {
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
  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: #ebebeb;
    transition: background-color 0.25s;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.selContainer .selContainerButton:hover {
  background-color: #d9d9d9;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-btn:hover .dropdown-content {
  display: block;
}


.fileField {
	border: 1px solid white;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

.editField:hover {
    box-shadow: 0px 0px 0px 2px orange;
    transition: box-shadow 0.25s;
}

.selContainer:hover {
    box-shadow: 0px 0px 0px 2px orange;
    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: 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: #e0e0e0;
	cursor: pointer;
}

.wffTile .hiddenButton {
	display: none;
}


.wffTile:hover .hiddenButton {
	display: block;
}

.formCell {
    padding: 0.4em;
    border: 1px solid #e6e5e5;
    display: inline-block;
    width: 100%;
    background-color: #fbfbfb;
    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: red; 
	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 {
	opacity: 0.6;
	padding-top: 5px;
}

.navRecTitle {
	font-weight:bold; 
	font-size:1.3em;
}

.navListTitle {
	margin-bottom: 10px;
	font-size: 0.9em; 
	font-weight:normal; 
	text-decoration: none;
	opacity: 0.7;
}

a:link
{
	color: black; 
	text-decoration: none;
}
a:visited
{
	color: black;
	text-decoration: none;
} 
a:active 
{
	color: black;
	text-decoration: none;
}
a:hover
{
    color: rgb(0,0,64);
	text-decoration: underline;
}

.navRecTitle:hover 
{
	text-decoration: none;
    border-bottom: 1px dotted black;

}



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; 
}

#apptitle {
	text-align: right;
	opacity: 0.6;
}

#quicklinksText a {
	text-decoration: none;
	color: navy;

}
#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 {
	background-color: #c3ced8;
	color: white;
	padding-top: 5px;
}

.bodyClass {
	margin: 0px;
}

.screenBackground { 
	/* background-color: white; */
}


.bodyBackground {
	background-color: #e0edf3;	
	
}

.tabsBackground {
	background-color: #428aad;

	display: block;
	white-space: nowrap;
	color: white;
	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: #000912;
	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: 1px solid #012f5a;
	/* border-top-left-radius: 0.3em; */
	/* border-top-right-radius: 0.3em; */
	border-left: 1px solid #012f5a;
	border-right: 1px solid #012f5a;
	border-bottom: 1px solid white;
	background-color: white;
	color: #000912;
}

.autoexpandTabs {
	font-weight: normal;
	text-align: center;
	color: black;
	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: gray;
	padding: 0.3em;
	
}

.autoexpandTabs td {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.autoexpandTabs .selected .buttonTab {
	position: relative;
	background-color: #8299ae;
	color: black;
	border-radius: 0.6em;
}

.autoexpandTabs .selected {
}


.grid {
	border: 1px solid #012f5a;
}

.grid td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}

.grid .header {
	padding:0.3em; 
	background-color:#686464;
}

.grid .header td {
	background-color:#686464;
	position: -webkit-sticky;
	position: sticky;
	top: 89px;
	z-index: 999;
}

.grid .header td a {
	color: white;
	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: silver !important;
}

.grid .previewRow {
	padding-left:0.3em; 
	padding-right:0.3em; 
	font-weight:normal; 
	cursor:pointer; 
}

.grid .stripe {
	background-color: #f2f4f6;
}

.grid .hover {
	background-color: #014484 !important;
	color: black !important;
}

.inactiveTab {
	border-top: 3px 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: #c3ced8;
	color: #000912;
	text-decoration: none;
}

