#pdf-modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	display: none;
	z-index: 100;
}
#pdf-modal {
	font-family: sans-serif;
	font-size: 1em;
	width: 100vw;
	max-width: 950px;
	height: calc(100% - 30px) !important;
	max-height: 100%;
	
	top: 15px;
	position: relative;
	
	display: flex;
	flex-direction: column;
	
	overflow: hidden;
	border:1px solid #ffd269;
	border:1px solid #013960;
	border-radius: 4px;
	margin: 0 auto;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	z-index: 100;
}

#pdf-control {
	background-color: gainsboro;
	padding: 5px 15px;
}

#pdf-modal-title {
	font-size: 1em;
	color: white;
	color: #013960;
	background-color: #013960;
	background-color: #ffd269;
	padding: 5px;
	text-align: center;
	font-weight: 600;
	position: relative;
}

#pdf-modal-title .close--X {
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1.3em;
	font-size: 1.8em;
	cursor: pointer;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(1, 57, 96, 0.5);
	background-color: rgba(255, 210, 105, 0.5);
	color: #013960;
}

#pdf-viewer {
	flex: 1 1 auto;
	position: relative;
}

.pdf-overflow-none {
	overflow: hidden  !important;
}

.aspan--pdf {
	color: #003860;
}

.aspan--pdf svg {
	position: relative;
	top: 2px;
}

.aspan--pdf:hover svg {
	text-decoration: none;
}

.aspan--pdf::before {
	content: '[ ';
	xfont-weight: bold;
	color: #013960;
}

.aspan--pdf::after {
	content: ' ]';
	xfont-weight: bold;
	color: #013960;
}