.margin-left {
	margin-left: 10px;
}


.margin-right {
	margin-right: 10px;
}


.margin-bottom-sm {
	margin-bottom: 4px;
}



.vflex {
	display: flex;
	flex-direction: column;
	height: 100%;
}


.vfill {
	height: 100%;
}


.vfill < .vflex {
	height: auto;
	flex: 1;
}


.hflex {
	display: flex;
	flex-direction: row;
	height: 100%;
}


.hfill {
	width: 100%;
}


.hfill < .hflex {
	height: auto;
	flex: 1;
}


.nobullet {
  list-style: none;
  padding-left: 0;
}

.pdfnav {
	display: flex;
	flex-direction: row;
	color: black;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem 0.7rem 1rem;
	font-size: 1.25rem;
	line-height: inherit;
}


.pdfnav,
.pdfnav-backcolor,
.pdf-title {
	background-color: #ebf0f4 !important;
}

.pdfnav-left {
	display: inline-block;
	margin-right: 1rem;
	flex: 1;
}

.pdfnav-right {
	display: inline-block;
	margin-right: 1rem;
	white-space: nowrap;
}

.pdfnav-link:hover,
.pdfnav-link {
    color: black;
    text-decoration: underline ;
}


.pdf-error {
	color: white;
	background-color: red;
	padding: 10px 1rem;
}

.mat-edit-link::before{
	color: gray;
	content: "\276f";
	padding-right: 0.7em;
	text-decoration: none;
	display:inline-block;
}
.pdf-title {
    color: black;
	padding: 4px 8px;
}
.pdf-details-table
{
	line-height:1em;
}
.pdf-details-table td
{
	padding-right:1em;
}