a {
	color: #0099d3;
	text-decoration-line: underline;
}

a:hover{
	color: #0099d3;
	text-decoration-line: underline;
}

a.linkintern{
	text-decoration-line: underline;
}

.footer-address{
	text-decoration: none;
    color: black;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.footer-link {
	color: black;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.footer-link:visited {
	color: black
}

.orange {
	color: #F49E00;
}

.green{
	color: #D4D700;
}

.blue{
	color: #48BFE3;
}

.mat-orange {
  color: #fff !important;
  background-color: #F49E00 !important;
}

.mat-orange[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.doc-hierarchy-item{
	font-size: .85rem;
    line-height: 1.5rem;
    font-weight: 800;
}

.search-results-title{
    font-size: 1rem;
    font-weight: 600;
}

.search-results-content {
	margin-top: 1em;
	padding: 0em !important;
}

.search-results-content em {
	background-color: #D4D700;
}

.content-tree-node {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
 
.tree-item-control {
	width:2.5rem;
	height:2.5rem;
	display:block;
}
 
.footnote-text {
	border-top: none;
	font-size:0.9rem;
	margin-top: 0em;
	padding-top: 1em;
}
 
.footnotes-view:first-child div:first-child div:first-child {
	border-top: solid 1px black;
	margin-top: 3em;
}

.footnote-popup-content{
	padding: 1em;
	color: black;
}

.mdc-dialog--open .mat-mdc-dialog-surface {
    background-color: white;
}

.mat-mdc-icon-button .mdc-button__label, .mat-mdc-icon-button .mat-icon {
    z-index: 1;
    position: relative;
    line-height: normal !important;
}
 
.mat-icon {
	height: auto !important;
}

.footer-address .mat-icon {
	height: 24px !important;
}

mat-icon.mat-icon div, .footer-address .mat-icon {
    line-height: normal !important;
}

._idFootnote, a._idFootnoteAnchor {
    color: white;
}

span.space{
	margin-left: 0.2rem;
}
