
/* - pdf_viewer.css - */
@media all {
/* https://www.eea.europa.eu/portal_css/pdf_viewer.css?original=1 */
* {
padding: 0;
margin: 0;
}
.toolbarButton[disabled] {
opacity: .3;
}
.hidden {
display: none;
}
[hidden] {
display: none !important;
}
canvas {
margin: auto;
display: block;
}
@keyframes moveDefault {
from {
background-position: 0 top;
}
to {
background-position: -39rem top;
}
}
.pdfjs #loadingBar {
position: relative;
height: .6rem;
background-color: #333;
border-bottom: 1px solid #333;
margin-top: 5rem;
width: 100%;
display: none;
}
.pdfjs #loadingBar .progress {
position: absolute;
left: 0;
width: 0;
top: 0;
height: 100%;
background-color: #ddd;
overflow: hidden;
transition: width 200ms;
}
.pdfjs #loadingBar .progress.indeterminate {
background-color: #999;
transition: none;
-webkit-transition: none;
}
.pdfjs #loadingBar .progress.indeterminate .glimmer {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
background-size: 100% 100%;
background-repeat: no-repeat;
width: calc(100% + 150px);
background: repeating-linear-gradient(135deg, #bbb 0, #999 5px, #999 45px, #ddd 55px, #ddd 95px, #bbb 100px);
animation: progressIndeterminate 2s linear infinite;
}
.pdfjs #loadingBar .loading-details {
position: absolute;
top: 500%;
right: 0;
left: 3%;
bottom: 0;
font-size: 16px;
}
.pdfjs #errorWrapper {
top: 3.2rem;
z-index: 9999;
font-size: 15px;
background: none repeat scroll 0 0 #f55;
color: white;
left: 0;
right: 0;
position: absolute;
padding: 3px;
}
.pdfjs #errorWrapper button {
border: 1px solid transparent;
border-radius: 2px;
color: hsla(0, 0%, 100%, .8);
background-image: url(pdf_images/texture.png), linear-gradient(hsla(0, 0%, 32%, .99), hsla(0, 0%, 27%, .95));
}
.pdfjs #errorWrapper #errorShowLess,
.pdfjs #errorWrapper #errorShowMore {
margin-left: 10px;
}
#content .pdfjs #mainContainer {
position: relative;
}
.pdfjs #viewerContainer {
position: relative;
border: none;
border-top: none;
overflow: auto;
width: 100%;
top: 0;
bottom: 4rem;
left: 0;
right: 0;
z-index: 100;
height: 900px;
background-color: hsla(0, 0%, 0%, .1);
outline: 0;
box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .05);
}
.pdfjs #thumbnailView {
position: relative;
min-width: 100%;
width: 120px;
top: 0;
bottom: 0;
overflow: auto;
padding: 10px 0 0;
-webkit-overflow-scrolling: touch;
}
.pdfjs .thumbnailSelectionRing {
margin-bottom: 11%;
width: 100% !important;
height: 100% !important;
}
#content .pdfjs .thumbnailImage {
max-width: none;
border: none;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
opacity: .8;
z-index: 99;
background-color: white;
background-clip: content-box;
}
.pdfjs #overlayContainer {
display: table;
top: 4%;
left: 0;
z-index: 598;
background-color: #274357;
position: absolute;
width: 100%;
height: 100%;
}
.pdfjs #sidebarContent {
border: none;
border-right: none;
border-top: none;
width: 100%;
top: 32px;
bottom: 0;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
background-color: hsla(0, 0%, 0%, .1);
box-shadow: inset -1px 0 0 hsla(0, 0%, 0%, .25)
}
.pdfjs #outerContainer {
width: 100%;
height: 100%;
position: relative;
margin-bottom: 3em;
z-index: 0;
}
#content .pdfjs option{
color: hsla(0, 0%, 100%, .8);
}
/* */
#portal-column-two {
display: none;
}
#portal-column-content {
width: 100%;
}
#region-content {
padding: 0;
background-color: transparent;
}
.pdfjs .toolbar #toolbarContainer,
.pdfjs .pdfPresentationMode .dropdownToolbarButton>select>option,
#content .pdfjs #overlayContainer>.container>.dialog,
#content .pdfjs .secondaryToolbar {
background-color: #274357;
background-image: none;
}
.pdfjs #print {
display: none;
}
.pdfjs .dropdownToolbarButton,
.pdfjs .dropdownToolbarButton>select>option {
display: none;
}
#outerContainer.pdfPresentationMode #thumbnailView > a,
#outerContainer.pdfPresentationMode #outlineView .outlineItem a,
#outerContainer.pdfPresentationMode .dropdownToolbarButton,
#outerContainer.pdfPresentationMode .dropdownToolbarButton>select>option {
display: block;
}
.pdfjs .pdfPresentationMode .findbar {
float: left;
}
.pdfjs #mainContainer .findbar {
left: 37px;
background-color: #274357;
background-image: none;
}
.pdfjs .sidebarOpen .outlineItem>a:hover,
.pdfjs .sidebarOpen .outlineItem>a {
color: #337ab7;
}
.pdfjs .splitToolbarButton .pageUp {
margin-top: 0;
}
.pdfjs .splitToolbarButton .zoomOut {
margin-top: 0;
}
/* */
.pdfPresentationMode #mainContainer {
height: 100%;
}
.pdfjs .pdfPresentationMode #viewerContainer {
height: 97%;
}
#outerContainer.pdfPresentationMode {
margin-bottom: 0;
}
.pdfPresentationMode #toolbarViewerMiddle {
width: 35%;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen {
top: 0;
background-color: white;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-webkit-user-select: none
}
.pdfjs .pdfPresentationMode:-moz-full-screen {
top: 0;
background-color: white;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-moz-user-select: none
}
.pdfjs .pdfPresentationMode:-ms-fullscreen {
top: 0 !important;
width: 100%;
height: 100%;
overflow: hidden !important;
cursor: none;
-ms-user-select: none
}
.pdfjs .pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
background-color: white;
}
.pdfjs .pdfPresentationMode:fullscreen {
top: 0;
background-color: white;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.pdfjs .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:fullscreen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:fullscreen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode.pdfPresentationModeControls>*,
.pdfjs .pdfPresentationMode.pdfPresentationModeControls .textLayer>div {
cursor: default;
}
.pdfjs .sidebarOpen #sidebarContainer {
width: 20%;
}
.pdfjs #toolbarSidebar {
width: 100%;
height: 32px;
background-color: #274357;
background-image: none;
}
.pdfjs .sidebarOpen #outlineView {
padding-right: 0;
padding-left: 4px;
}
.pdfjs .sidebarOpen #outlineView,
.pdfjs .sidebarOpen #attachmentsView {
width: 96%;
}
.pdfjs .sidebarOpen .outlineWithDeepNesting>.outlineItem,
.pdfjs .sidebarOpen .outlineItem>.outlineItems {
margin-left: 0;
}
.pdfjs .sidebarOpen .outlineItem>a {
padding-left: 0;
}
.pdfjs .sidebarOpen .outlineItem>a,
.pdfjs .sidebarOpen .attachmentsItem>button {
font-size: 12px;
}
#content .pdfjs #outerContainer.sidebarOpen>#mainContainer {
left: 20%;
width: 80% !important;
}
.pdfjs #outerContainer>#mainContainer {
width: 100% !important;
}
.pdfjs .sidebarOpen .dropdownToolbarButton {
min-width: 60px !important;
width: 50%;
}
.pdfjs .toolbar .toolbarButtonSpacer {
width: 1px;
}
@media (max-width: 980px) {
.pdfjs .sidebarOpen #presentationMode {
display: block;
}
.pdfjs .sidebarOpen #secondaryPresentationMode {
display: none;
}
}
@media (max-width: 840px) {
.pdfjs .sidebarOpen > #sidebarContainer {
top: 0;
}
.pdfjs .sidebarOpen #sidebarContent {
background-color: hsla(0, 0%, 0%, .1);
}
}
/* */
@media print {
html {
width: 100%;
}
body {
background: transparent none;
width: 100%;
}
#content .pdfjs #sidebarContainer,
#content .pdfjs #secondaryToolbar,
#content .pdfjs .toolbar,
#content .pdfjs #loadingBox,
#content .pdfjs #errorWrapper,
#content .pdfjs .textLayer {
display: none;
}
#content .pdfjs #viewerContainer {
overflow: visible;
}
#content .pdfjs #mainContainer,
#content .pdfjs #viewerContainer,
#content .pdfjs .page,
#content .pdfjs .page canvas {
position: relative;
padding: 0;
margin: 0;
width: 100% !important;
}
#content .pdfjs .page {
float: left;
display: none;
border: none;
box-shadow: none;
background-clip: content-box;
background-color: white;
}
#content .pdfjs .page[data-loaded] {
display: block;
}
#content .pdfjs .fileInput {
display: none;
}
body[data-pdfjsprinting] #content .pdfjs #outerContainer {
display: none;
}
body[data-pdfjsprinting] #content .pdfjs #printContainer {
display: block;
}
#content .pdfjs #printContainer {
height: 60%;
width: 93% !important;
}
#content .pdfjs #printContainer>div {
position: relative;
top: 0;
left: 0;
height: 60%;
width: 100% !important;
overflow: hidden;
page-break-after: always;
page-break-inside: avoid;
margin-left: 3.8%;
margin-right: 2%;
}
#content .pdfjs #printContainer canvas,
#content .pdfjs #printContainer img {
display: block;
height: 60% !important;
width: 100% !important;
padding-top: 7.5%;
}
#mainContainer, #viewerContainer, .page, .page canvas {
position: static;
padding: 0;
margin: 0;
}
/* */
body[data-mozPrintCallback] #outerContainer {
display: none;
}
body[data-mozPrintCallback] #printContainer {
display: block;
}
#content .pdfjs .pdfViewer .page {
margin-right: 0;
margin-left: 3%;
width: 100% !important;
}
#content .pdfjs .pdfViewer .page .canvasWrapper {
width: 100% !important;
}
#content .pdfjs .pdfViewer .page .textLayer {
width: 100% !important;
}
body #portal-column-content {
min-width: 800px;
width: 100%;
}
body {
min-width: 12cm !important;
}
#content .documentFirstHeading {
display: none;
}
#content-core > p {
display: none;
}
}
.pdfjs .textLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
opacity: .2;
line-height: 1.0
}
.pdfjs .textLayer>div {
color: transparent;
position: absolute;
white-space: pre;
cursor: text;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0
}
.pdfjs .textLayer .highlight {
margin: -1px;
padding: 1px;
background-color: #b400aa;
border-radius: 4px
}
.pdfjs .textLayer .highlight.begin {
border-radius: 4px 0 0 4px
}
.pdfjs .textLayer .highlight.end {
border-radius: 0 4px 4px 0
}
.pdfjs .textLayer .highlight.middle {
border-radius: 0
}
.pdfjs .textLayer .highlight.selected {
background-color: #006400
}
.pdfjs .textLayer::selection {
background: #00f
}
.pdfjs .textLayer::-moz-selection {
background: #00f
}
.pdfjs .textLayer .endOfContent {
display: block;
position: absolute;
left: 0;
top: 100%;
right: 0;
bottom: 0;
z-index: -1;
cursor: default;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none
}
.pdfjs .textLayer .endOfContent.active {
top: 0
}
.pdfjs .annotationLayer section {
position: absolute
}
.pdfjs .annotationLayer .linkAnnotation>a {
position: absolute;
font-size: 1em;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.pdfjs .annotationLayer .linkAnnotation>a {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat
}
.pdfjs .annotationLayer .linkAnnotation>a:hover {
opacity: .2;
background: #ff0;
box-shadow: 0 2px 10px #ff0
}
.pdfjs .annotationLayer .textAnnotation img {
position: absolute;
cursor: pointer
}
.pdfjs .annotationLayer .textWidgetAnnotation input,
.pdfjs .annotationLayer .textWidgetAnnotation textarea,
.pdfjs .annotationLayer .choiceWidgetAnnotation select,
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input {
background-color: rgba(0, 54, 255, 0.13);
border: 1px solid transparent;
box-sizing: border-box;
font-size: 9px;
height: 100%;
padding: 0 3px;
vertical-align: top;
width: 100%
}
.pdfjs .annotationLayer .textWidgetAnnotation textarea {
font: message-box;
font-size: 9px;
resize: none
}
.pdfjs .annotationLayer .textWidgetAnnotation input[disabled],
.pdfjs .annotationLayer .textWidgetAnnotation textarea[disabled],
.pdfjs .annotationLayer .choiceWidgetAnnotation select[disabled],
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
background: 0;
border: 1px solid transparent;
cursor: not-allowed
}
.pdfjs .annotationLayer .textWidgetAnnotation input:hover,
.pdfjs .annotationLayer .textWidgetAnnotation textarea:hover,
.pdfjs .annotationLayer .choiceWidgetAnnotation select:hover,
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
border: 1px solid #000
}
.pdfjs .annotationLayer .textWidgetAnnotation input:focus,
.pdfjs .annotationLayer .textWidgetAnnotation textarea:focus,
.pdfjs .annotationLayer .choiceWidgetAnnotation select:focus {
background: 0;
border: 1px solid transparent
}
.pdfjs .annotationLayer .textWidgetAnnotation input.comb {
font-family: monospace;
padding-left: 2px;
padding-right: 0
}
.pdfjs .annotationLayer .textWidgetAnnotation input.comb:focus {
width: 115%
}
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none
}
.pdfjs .annotationLayer .popupWrapper {
position: absolute;
width: 20em
}
.pdfjs .annotationLayer .popup {
position: absolute;
z-index: 200;
max-width: 20em;
background-color: #ff9;
box-shadow: 0 2px 5px #333;
border-radius: 2px;
padding: .6em;
margin-left: 5px;
cursor: pointer;
word-wrap: break-word
}
.pdfjs .annotationLayer .popup h1 {
font-size: 1em;
border-bottom: 1px solid #000;
padding-bottom: .2em
}
.pdfjs .annotationLayer .popup p {
padding-top: .2em
}
.pdfjs .annotationLayer .highlightAnnotation,
.pdfjs .annotationLayer .underlineAnnotation,
.pdfjs .annotationLayer .squigglyAnnotation,
.pdfjs .annotationLayer .strikeoutAnnotation,
.pdfjs .annotationLayer .fileAttachmentAnnotation {
cursor: pointer
}
.pdfjs .pdfViewer .canvasWrapper {
overflow: hidden
}
.pdfjs .pdfViewer .page {
direction: ltr;
width: 816px;
height: 1056px;
margin: 1px auto -8px auto;
position: relative;
overflow: visible;
border: 9px solid transparent;
background-clip: content-box;
border-image: url(pdf_images/shadow.png) 9 9 repeat;
background-color: white;
border-left: none;
margin-left: 3%;
}
.pdfjs .pdfViewer.removePageBorders .page {
margin: 0 auto 10px auto;
border: 0
}
.pdfjs .pdfViewer.singlePageView {
display: inline-block
}
.pdfjs .pdfViewer.singlePageView .page {
margin: 0;
border: 0
}
.pdfjs .pdfViewer .page canvas {
margin: 0;
display: block
}
.pdfjs .pdfViewer .page .loadingIcon {
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: url('pdf_images/loading-icon.gif') center no-repeat
}
.pdfjs .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
margin: 1px auto -8px auto;
border: 0
}
.pdfjs .pdfPresentationMode:-moz-full-screen .pdfViewer .page {
margin: 1px auto -8px auto;
border: 0
}
.pdfjs .pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
margin: 1px auto -8px auto;
border: 0
}
.pdfjs .pdfPresentationMode:fullscreen .pdfViewer .page {
margin: 1px auto -8px auto;
border: 0
}
.pdfjs * {
padding: 0;
margin: 0
}
.pdfjs input,
.pdfjs button,
.pdfjs select {
font: message-box;
outline: 0
}
.pdfjs .hidden {
display: none !important
}
.pdfjs [hidden] {
display: none !important
}
.pdfjs #viewerContainer.pdfPresentationMode:-webkit-full-screen {
top: 0;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-webkit-user-select: none
}
.pdfjs #viewerContainer.pdfPresentationMode:-moz-full-screen {
top: 0;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-moz-user-select: none
}
.pdfjs #viewerContainer.pdfPresentationMode:-ms-fullscreen {
top: 0 !important;
border-top: 2px solid transparent;
width: 100%;
height: 100%;
overflow: hidden !important;
cursor: none;
-ms-user-select: none
}
.pdfjs #viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
background-color: #000
}
.pdfjs #viewerContainer.pdfPresentationMode:fullscreen {
top: 0;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:fullscreen a:not(.internalLink) {
display: none;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode:fullscreen .textLayer>div {
cursor: none;
}
.pdfjs .pdfPresentationMode.pdfPresentationModeControls>*,
.pdfjs .pdfPresentationMode.pdfPresentationModeControls .textLayer>div {
cursor: default
}
.pdfjs #sidebarContainer {
position: absolute;
top: 0;
bottom: 0;
width: 200px;
visibility: hidden;
-webkit-transition-duration: 200ms;
-webkit-transition-timing-function: ease;
transition-duration: 200ms;
transition-timing-function: ease
}
.pdfjs #sidebarContainer {
-webkit-transition-property: left;
transition-property: left;
left: -200px
}
.pdfjs #outerContainer.sidebarMoving>#sidebarContainer,
.pdfjs #outerContainer.sidebarOpen>#sidebarContainer {
visibility: visible
}
.pdfjs #outerContainer.sidebarOpen>#sidebarContainer {
left: 0
}
.pdfjs #mainContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-width: 320px;
-webkit-transition-duration: 200ms;
-webkit-transition-timing-function: ease;
transition-duration: 200ms;
transition-timing-function: ease
}
.pdfjs #outerContainer.sidebarOpen>#mainContainer {
-webkit-transition-property: left;
transition-property: left;
left: 200px
}
.pdfjs .toolbar {
position: relative;
left: 0;
right: 0;
z-index: 599;
cursor: default
}
.pdfjs #toolbarContainer {
width: 100%
}
.pdfjs #toolbarSidebar {
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 hsla(0, 0%, 100%, .05), 0 1px 0 hsla(0, 0%, 0%, .15), 0 0 1px hsla(0, 0%, 0%, .1)
}
.pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
position: relative;
height: 32px;
background-color: #474747;
background-image: url(pdf_images/texture.png), linear-gradient(hsla(0, 0%, 32%, .99), hsla(0, 0%, 27%, .95))
}
.pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .08), inset 0 1px 1px hsla(0, 0%, 0%, .15), inset 0 -1px 0 hsla(0, 0%, 100%, .05), 0 1px 0 hsla(0, 0%, 0%, .15), 0 1px 1px hsla(0, 0%, 0%, .1)
}
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
box-shadow: inset -1px 0 0 hsla(0, 0%, 100%, .08), inset 0 1px 1px hsla(0, 0%, 0%, .15), inset 0 -1px 0 hsla(0, 0%, 100%, .05), 0 1px 0 hsla(0, 0%, 0%, .15), 0 1px 1px hsla(0, 0%, 0%, .1)
}
.pdfjs #toolbarViewer {
height: 32px
}
@-webkit-keyframes progressIndeterminate {
0% {
left: -142px;
}
100% {
left: 0;
}
}
@keyframes progressIndeterminate {
0% {
left: -142px;
}
100% {
left: 0;
}
}
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
top: 32px;
position: absolute;
z-index: 10000;
height: 32px;
min-width: 16px;
padding: 0 6px 0 6px;
margin: 4px 2px 4px 2px;
color: hsl(0, 0%, 85%);
font-size: 12px;
line-height: 14px;
text-align: left;
cursor: default
}
.pdfjs .findbar label {
-webkit-user-select: none;
-moz-user-select: none
}
.pdfjs #findInput[data-status="pending"] {
background-image: url(pdf_images/loading-small.png);
background-repeat: no-repeat;
background-position: right
}
.pdfjs .secondaryToolbar {
padding: 6px;
height: auto;
z-index: 30000
}
.pdfjs .secondaryToolbar {
right: 4px
}
.pdfjs #secondaryToolbarButtonContainer {
max-width: 200px;
max-height: 400px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: -4px
}
.pdfjs .doorHanger,
.pdfjs .doorHangerRight {
border: 1px solid hsla(0, 0%, 0%, .5);
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}
.pdfjs .doorHanger:after,
.pdfjs .doorHanger:before,
.pdfjs .doorHangerRight:after,
.pdfjs .doorHangerRight:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none
}
.pdfjs .doorHanger:after,
.pdfjs .doorHangerRight:after {
border-bottom-color: hsla(0, 0%, 32%, .99);
border-width: 8px
}
.pdfjs .doorHanger:before,
.pdfjs .doorHangerRight:before {
border-bottom-color: hsla(0, 0%, 0%, .5);
border-width: 9px
}
.pdfjs .doorHanger:after {
left: 13px;
margin-left: -8px
}
.pdfjs .doorHanger:before {
left: 13px;
margin-left: -9px
}
.pdfjs .doorHangerRight:after {
right: 13px;
margin-right: -8px
}
.pdfjs .doorHangerRight:before {
right: 13px;
margin-right: -9px
}
.pdfjs #findResultsCount {
background-color: hsl(0, 0%, 85%);
color: hsl(0, 0%, 32%);
text-align: center;
padding: 3px 4px
}
.pdfjs #findMsg {
font-style: italic;
color: #a6b7d0
}
.pdfjs #findInput.notFound {
background-color: #f66
}
.pdfjs #toolbarViewerMiddle {
position: absolute;
left: 50%;
transform: translateX(-50%)
}
.pdfjs #toolbarViewerLeft {
float: left
}
.pdfjs #toolbarViewerRight {
float: right
}
.pdfjs #toolbarViewerLeft>*,
.pdfjs #toolbarViewerMiddle>*,
.pdfjs #toolbarViewerRight>*,
.pdfjs .findbar>* {
position: relative;
float: left
}
.pdfjs .splitToolbarButton {
margin: 3px 2px 4px 0;
display: inline-block
}
.pdfjs .splitToolbarButton>.toolbarButton {
border-radius: 0;
float: left
}
.pdfjs .toolbarButton,
.pdfjs .secondaryToolbarButton,
.pdfjs .overlayButton {
border: 0 none;
background: 0;
width: 32px;
height: 25px
}
.pdfjs .toolbarButton>span {
display: inline-block;
width: 0;
height: 0;
overflow: hidden
}
.pdfjs .toolbarButton[disabled],
.pdfjs .secondaryToolbarButton[disabled],
.pdfjs .overlayButton[disabled] {
opacity: .5
}
.pdfjs .toolbarButton.group {
margin-right: 0
}
.pdfjs .splitToolbarButton.toggled .toolbarButton {
margin: 0
}
.pdfjs .splitToolbarButton:hover>.toolbarButton,
.pdfjs .splitToolbarButton:focus>.toolbarButton,
.pdfjs .splitToolbarButton.toggled>.toolbarButton,
.pdfjs .toolbarButton.textButton {
background-color: hsla(0, 0%, 0%, .12);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
border: 1px solid hsla(0, 0%, 0%, .35);
border-color: hsla(0, 0%, 0%, .32) hsla(0, 0%, 0%, .38) hsla(0, 0%, 0%, .42);
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 150ms;
-webkit-transition-timing-function: ease;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease
}
.pdfjs .splitToolbarButton>.toolbarButton:hover,
.pdfjs .splitToolbarButton>.toolbarButton:focus,
.pdfjs .dropdownToolbarButton:hover,
.pdfjs .overlayButton:hover,
.pdfjs .overlayButton:focus,
.pdfjs .toolbarButton.textButton:hover,
.pdfjs .toolbarButton.textButton:focus {
background-color: hsla(0, 0%, 0%, .2);
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 0 1px hsla(0, 0%, 0%, .05);
z-index: 199
}
.pdfjs .splitToolbarButton>.toolbarButton {
position: relative
}
.pdfjs .splitToolbarButton>.toolbarButton:first-child {
position: relative;
margin: 0;
margin-right: -1px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-right-color: transparent
}
.pdfjs .splitToolbarButton>.toolbarButton:last-child {
position: relative;
margin: 0;
margin-left: -1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-left-color: transparent
}
.pdfjs .splitToolbarButtonSeparator {
padding: 8px 0;
width: 1px;
background-color: hsla(0, 0%, 0%, .5);
z-index: 99;
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08);
display: inline-block;
margin: 5px 0
}
.pdfjs .splitToolbarButtonSeparator {
float: left
}
.pdfjs .splitToolbarButton:hover>.splitToolbarButtonSeparator,
.pdfjs .splitToolbarButton.toggled>.splitToolbarButtonSeparator {
padding: 12px 0;
margin: 1px 0;
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .03);
-webkit-transition-property: padding;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: ease;
transition-property: padding;
transition-duration: 10ms;
transition-timing-function: ease
}
.pdfjs .toolbarButton,
.pdfjs .dropdownToolbarButton,
.pdfjs .secondaryToolbarButton,
.pdfjs .overlayButton {
min-width: 16px;
padding: 2px 6px 0;
border: 1px solid transparent;
border-radius: 2px;
color: hsla(0, 0%, 100%, .8);
font-size: 12px;
line-height: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
cursor: default;
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 150ms;
-webkit-transition-timing-function: ease;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease
}
.pdfjs .toolbarButton,
.pdfjs .overlayButton,
.pdfjs .dropdownToolbarButton {
margin: 3px 2px 4px 0
}
.pdfjs .toolbarButton:hover,
.pdfjs .toolbarButton:focus,
.pdfjs .dropdownToolbarButton,
.pdfjs .overlayButton,
.pdfjs .secondaryToolbarButton:hover,
.pdfjs .secondaryToolbarButton:focus {
background-color: hsla(0, 0%, 0%, .12);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
border: 1px solid hsla(0, 0%, 0%, .35);
border-color: hsla(0, 0%, 0%, .32) hsla(0, 0%, 0%, .38) hsla(0, 0%, 0%, .42);
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05)
}
.pdfjs .toolbarButton:hover:active,
.pdfjs .overlayButton:hover:active,
.pdfjs .dropdownToolbarButton:hover:active,
.pdfjs .secondaryToolbarButton:hover:active {
background-color: hsla(0, 0%, 0%, .2);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
border-color: hsla(0, 0%, 0%, .35) hsla(0, 0%, 0%, .4) hsla(0, 0%, 0%, .45);
box-shadow: 0 1px 1px hsla(0, 0%, 0%, .1) inset, 0 0 1px hsla(0, 0%, 0%, .2) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: linear;
transition-property: background-color, border-color, box-shadow;
transition-duration: 10ms;
transition-timing-function: linear
}
.pdfjs .toolbarButton.toggled,
.pdfjs .splitToolbarButton.toggled>.toolbarButton.toggled,
.pdfjs .secondaryToolbarButton.toggled {
background-color: hsla(0, 0%, 0%, .3);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
border-color: hsla(0, 0%, 0%, .4) hsla(0, 0%, 0%, .45) hsla(0, 0%, 0%, .5);
box-shadow: 0 1px 1px hsla(0, 0%, 0%, .1) inset, 0 0 1px hsla(0, 0%, 0%, .2) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: linear;
transition-property: background-color, border-color, box-shadow;
transition-duration: 10ms;
transition-timing-function: linear
}
.pdfjs .toolbarButton.toggled:hover:active,
.pdfjs .splitToolbarButton.toggled>.toolbarButton.toggled:hover:active,
.pdfjs .secondaryToolbarButton.toggled:hover:active {
background-color: hsla(0, 0%, 0%, .4);
border-color: hsla(0, 0%, 0%, .4) hsla(0, 0%, 0%, .5) hsla(0, 0%, 0%, .55);
box-shadow: 0 1px 1px hsla(0, 0%, 0%, .2) inset, 0 0 1px hsla(0, 0%, 0%, .3) inset, 0 1px 0 hsla(0, 0%, 100%, .05)
}
.pdfjs .dropdownToolbarButton {
width: 120px;
max-width: 120px;
padding: 0;
overflow: hidden;
background: url(pdf_images/toolbarButton-menuArrows.png) no-repeat
}
.pdfjs .dropdownToolbarButton {
background-position: 95%
}
.pdfjs .dropdownToolbarButton>select {
min-width: 140px;
font-size: 12px;
color: hsl(0, 0%, 95%);
margin: 0;
padding: 3px 2px 2px;
border: 0;
background: rgba(0, 0, 0, 0)
}
.pdfjs .dropdownToolbarButton>select>option {
background: hsl(0, 0%, 24%)
}
.pdfjs #customScaleOption {
display: none
}
.pdfjs #pageWidthOption {
border-bottom: 1px rgba(255, 255, 255, .5) solid
}
.pdfjs .splitToolbarButton:first-child,
.pdfjs .toolbarButton:first-child {
margin-left: 4px
}
.pdfjs .splitToolbarButton:last-child,
.pdfjs .toolbarButton:last-child {
margin-right: 4px
}
.pdfjs .toolbarButtonSpacer {
width: 30px;
display: inline-block;
height: 1px
}
.pdfjs #findPrevious {
margin-left: 3px;
margin-top: 0;
}
.pdfjs #findNext {
margin-right: 3px
}
.pdfjs .toolbarButton::before,
.pdfjs .secondaryToolbarButton::before {
position: absolute;
display: inline-block;
top: 4px;
left: 7px
}
.pdfjs .secondaryToolbarButton::before {
left: 4px
}
.pdfjs .toolbarButton#sidebarToggle::before {
content: url(pdf_images/toolbarButton-sidebarToggle.png)
}
.pdfjs .toolbarButton#secondaryToolbarToggle::before {
content: url(pdf_images/toolbarButton-secondaryToolbarToggle.png)
}
.pdfjs .toolbarButton.findPrevious::before {
content: url(pdf_images/findbarButton-previous.png)
}
.pdfjs .toolbarButton.findNext::before {
content: url(pdf_images/findbarButton-next.png)
}
.pdfjs .toolbarButton.pageUp::before {
content: url(pdf_images/toolbarButton-pageUp.png)
}
.pdfjs .toolbarButton.pageDown::before {
content: url(pdf_images/toolbarButton-pageDown.png)
}
.pdfjs .toolbarButton.zoomOut::before {
content: url(pdf_images/toolbarButton-zoomOut.png)
}
.pdfjs .toolbarButton.zoomIn::before {
content: url(pdf_images/toolbarButton-zoomIn.png)
}
.pdfjs .toolbarButton.presentationMode::before,
.pdfjs .secondaryToolbarButton.presentationMode::before {
content: url(pdf_images/toolbarButton-presentationMode.png)
}
.pdfjs .toolbarButton.print::before,
.pdfjs .secondaryToolbarButton.print::before {
content: url(pdf_images/toolbarButton-print.png)
}
.pdfjs .toolbarButton.download::before,
.pdfjs .secondaryToolbarButton.download::before {
content: url(pdf_images/toolbarButton-download.png)
}
.pdfjs #viewThumbnail.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewThumbnail.png)
}
.pdfjs #viewOutline.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewOutline.png)
}
.pdfjs #viewAttachments.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewAttachments.png)
}
.pdfjs #viewFind.toolbarButton::before {
content: url(pdf_images/toolbarButton-search.png)
}
.pdfjs .toolbarButton.pdfSidebarNotification::after {
position: absolute;
display: inline-block;
top: 1px;
content: '';
background-color: #70db55;
height: 9px;
width: 9px;
border-radius: 50%
}
.pdfjs .toolbarButton.pdfSidebarNotification::after {
left: 17px
}
.pdfjs .secondaryToolbarButton {
position: relative;
margin: 0 0 4px 0;
padding: 3px 0 1px 0;
height: auto;
min-height: 25px;
width: auto;
min-width: 100%;
white-space: normal
}
.pdfjs .secondaryToolbarButton {
padding-left: 24px;
text-align: left
}
.pdfjs .secondaryToolbarButton>span {
padding-right: 4px
}
.pdfjs .secondaryToolbarButton.firstPage::before {
content: url(pdf_images/secondaryToolbarButton-firstPage.png)
}
.pdfjs .secondaryToolbarButton.lastPage::before {
content: url(pdf_images/secondaryToolbarButton-lastPage.png)
}
.pdfjs .secondaryToolbarButton.rotateCcw::before {
content: url(pdf_images/secondaryToolbarButton-rotateCcw.png)
}
.pdfjs .secondaryToolbarButton.rotateCw::before {
content: url(pdf_images/secondaryToolbarButton-rotateCw.png)
}
.pdfjs .secondaryToolbarButton.handTool::before {
content: url(pdf_images/secondaryToolbarButton-handTool.png)
}
.pdfjs .secondaryToolbarButton.documentProperties::before {
content: url(pdf_images/secondaryToolbarButton-documentProperties.png)
}
.pdfjs .verticalToolbarSeparator {
display: block;
padding: 8px 0;
margin: 8px 4px;
width: 1px;
background-color: hsla(0, 0%, 0%, .5);
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08)
}
.pdfjs .verticalToolbarSeparator {
margin-left: 2px
}
.pdfjs .horizontalToolbarSeparator {
display: block;
margin: 0 0 4px 0;
height: 1px;
width: 100%;
background-color: hsla(0, 0%, 0%, .5);
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08)
}
.pdfjs .toolbarField {
padding: 3px 6px;
margin: 4px 0 4px 0;
border: 1px solid transparent;
border-radius: 2px;
background-color: hsla(0, 0%, 100%, .09);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
border: 1px solid hsla(0, 0%, 0%, .35);
border-color: hsla(0, 0%, 0%, .32) hsla(0, 0%, 0%, .38) hsla(0, 0%, 0%, .42);
box-shadow: 0 1px 0 hsla(0, 0%, 0%, .05) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
color: hsl(0, 0%, 95%);
font-size: 12px;
line-height: 14px;
outline-style: none;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease
}
.pdfjs .toolbarField[type=checkbox] {
display: inline-block;
margin: 8px 0
}
.pdfjs .toolbarField.pageNumber {
-moz-appearance: textfield;
min-width: 16px;
text-align: right;
width: 40px
}
.pdfjs .toolbarField.pageNumber.visiblePageIsLoading {
background-image: url(pdf_images/loading-small.png);
background-repeat: no-repeat;
background-position: 1px
}
.pdfjs .toolbarField.pageNumber::-webkit-inner-spin-button,
.pdfjs .toolbarField.pageNumber::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.pdfjs .toolbarField:hover {
background-color: hsla(0, 0%, 100%, .11);
border-color: hsla(0, 0%, 0%, .4) hsla(0, 0%, 0%, .43) hsla(0, 0%, 0%, .45)
}
.pdfjs .toolbarField:focus {
background-color: hsla(0, 0%, 100%, .15);
border-color: hsla(204, 100%, 65%, .8) hsla(204, 100%, 65%, .85) hsla(204, 100%, 65%, .9)
}
.pdfjs .toolbarLabel {
min-width: 16px;
padding: 3px 6px 3px 2px;
margin: 4px 2px 4px 0;
border: 1px solid transparent;
border-radius: 2px;
color: hsl(0, 0%, 85%);
font-size: 12px;
line-height: 14px;
text-align: left;
-webkit-user-select: none;
-moz-user-select: none;
cursor: default
}
.pdfjs .thumbnail {
float: left;
margin-bottom: 5px
}
.pdfjs #thumbnailView>a:last-of-type>.thumbnail {
margin-bottom: 10px
}
.pdfjs #thumbnailView>a:last-of-type>.thumbnail:not([data-loaded]) {
margin-bottom: 9px
}
.pdfjs .thumbnail:not([data-loaded]) {
border: 1px dashed rgba(255, 255, 255, 0.5);
margin: -1px -1px 4px -1px
}
.pdfjs .thumbnailSelectionRing {
border-radius: 2px;
padding: 7px;
}
.pdfjs a:focus>.thumbnail>.thumbnailSelectionRing>.thumbnailImage,
.pdfjs .thumbnail:hover>.thumbnailSelectionRing>.thumbnailImage {
opacity: .9
}
.pdfjs a:focus>.thumbnail>.thumbnailSelectionRing,
.pdfjs .thumbnail:hover>.thumbnailSelectionRing {
background-color: hsla(0, 0%, 100%, .15);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .2) inset, 0 0 1px hsla(0, 0%, 0%, .2);
color: hsla(0, 0%, 100%, .9)
}
.pdfjs .thumbnail.selected>.thumbnailSelectionRing>.thumbnailImage {
box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .5);
opacity: 1
}
.pdfjs .thumbnail.selected>.thumbnailSelectionRing {
background-color: hsla(0, 0%, 100%, .3);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .1) inset, 0 0 1px hsla(0, 0%, 0%, .2);
color: hsla(0, 0%, 100%, 1)
}
.pdfjs #outlineView,
.pdfjs #attachmentsView {
position: absolute;
width: 192px;
top: 0;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-user-select: none;
-moz-user-select: none
}
.pdfjs #outlineView {
padding: 4px 4px 0
}
.pdfjs #attachmentsView {
padding: 3px 4px 0
}
.pdfjs .outlineWithDeepNesting>.outlineItem,
.pdfjs .outlineItem>.outlineItems {
margin-left: 20px
}
.pdfjs .outlineItem>a,
.pdfjs .attachmentsItem>button {
text-decoration: none;
display: inline-block;
min-width: 95%;
min-width: calc(100% - 4px);
height: auto;
margin-bottom: 1px;
border-radius: 2px;
color: hsla(0, 0%, 100%, .8);
font-size: 13px;
line-height: 15px;
-moz-user-select: none;
white-space: normal
}
.pdfjs .attachmentsItem>button {
border: 0 none;
background: 0;
cursor: pointer;
width: 100%
}
.pdfjs .outlineItem>a {
padding: 2px 0 5px 4px
}
.pdfjs .attachmentsItem>button {
padding: 2px 0 3px 7px;
text-align: left
}
.pdfjs .outlineItemToggler {
position: relative;
height: 0;
width: 0;
color: hsla(0, 0%, 100%, .5)
}
.pdfjs .outlineItemToggler::before {
content: url(pdf_images/treeitem-expanded.png);
display: inline-block;
position: absolute
}
.pdfjs .outlineItemToggler.outlineItemsHidden::before {
content: url(pdf_images/treeitem-collapsed.png)
}
.pdfjs .outlineItemToggler.outlineItemsHidden ~ .outlineItems {
display: none
}
.pdfjs .outlineItemToggler {
float: left
}
.pdfjs .outlineItemToggler::before {
right: 4px
}
.pdfjs .outlineItemToggler:hover,
.pdfjs .outlineItemToggler:hover+a,
.pdfjs .outlineItemToggler:hover ~ .outlineItems,
.pdfjs .outlineItem>a:hover,
.pdfjs .attachmentsItem>button:hover {
background-color: hsla(0, 0%, 100%, .02);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .2) inset, 0 0 1px hsla(0, 0%, 0%, .2);
border-radius: 2px;
color: hsla(0, 0%, 100%, .9)
}
.pdfjs .outlineItem.selected {
background-color: hsla(0, 0%, 100%, .08);
background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .1) inset, 0 0 1px hsla(0, 0%, 0%, .2);
color: hsla(0, 0%, 100%, 1)
}
.pdfjs .noResults {
font-size: 12px;
color: hsla(0, 0%, 100%, .8);
font-style: italic;
cursor: default
}
.pdfjs::selection {
background: rgba(0, 0, 255, 0.3)
}
.pdfjs::-moz-selection {
background: rgba(0, 0, 255, 0.3)
}
.pdfjs .loadingInProgress #errorWrapper {
top: 37px
}
.pdfjs #errorMessageLeft {
float: left
}
.pdfjs #errorMessageRight {
float: right
}
.pdfjs #errorMoreInfo {
background-color: #fff;
color: black;
padding: 3px;
margin: 3px;
width: 98%
}
.pdfjs .overlayButton {
width: auto;
margin: 3px 4px 2px 4px !important;
padding: 2px 6px 3px 6px
}
.pdfjs #overlayContainer>* {
overflow: auto;
-webkit-overflow-scrolling: touch
}
.pdfjs #overlayContainer>.container {
display: table-cell;
vertical-align: middle;
text-align: center
}
.pdfjs #overlayContainer>.container>.dialog {
display: inline-block;
padding: 15px;
border-spacing: 4px;
color: hsl(0, 0%, 85%);
font-size: 12px;
line-height: 14px;
background-color: #474747;
background-image: url(pdf_images/texture.png), linear-gradient(hsla(0, 0%, 32%, .99), hsla(0, 0%, 27%, .95));
box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .08), inset 0 1px 1px hsla(0, 0%, 0%, .15), inset 0 -1px 0 hsla(0, 0%, 100%, .05), 0 1px 0 hsla(0, 0%, 0%, .15), 0 1px 1px hsla(0, 0%, 0%, .1);
border: 1px solid hsla(0, 0%, 0%, .5);
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}
.pdfjs .dialog>.row {
display: table-row
}
.pdfjs .dialog>.row>* {
display: table-cell
}
.pdfjs .dialog .toolbarField {
margin: 5px 0
}
.pdfjs .dialog .separator {
display: block;
margin: 4px 0 4px 0;
height: 1px;
width: 100%;
background-color: hsla(0, 0%, 0%, .5);
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08)
}
.pdfjs .dialog .buttonRow {
text-align: center;
vertical-align: middle
}
.pdfjs .dialog:link {
color: white
}
.pdfjs #passwordOverlay>.dialog {
text-align: center
}
.pdfjs #passwordOverlay .toolbarField {
width: 200px
}
.pdfjs #documentPropertiesOverlay>.dialog {
text-align: left
}
.pdfjs #documentPropertiesOverlay .row>* {
min-width: 100px
}
.pdfjs #documentPropertiesOverlay .row>* {
text-align: left
}
.pdfjs #documentPropertiesOverlay .row>span {
width: 125px;
word-wrap: break-word
}
.pdfjs #documentPropertiesOverlay .row>p {
max-width: 225px;
word-wrap: break-word
}
.pdfjs #documentPropertiesOverlay .buttonRow {
margin-top: 10px
}
.pdfjs .clearBoth {
clear: both
}
.pdfjs .fileInput {
background: white;
color: black;
margin-top: 5px;
visibility: hidden;
position: fixed;
right: 0;
top: 0
}
.pdfjs #PDFBug {
background: none repeat scroll 0 0 white;
border: 1px solid #666;
position: fixed;
top: 32px;
right: 0;
bottom: 0;
font-size: 10px;
padding: 0;
width: 300px
}
.pdfjs #PDFBug .controls {
background: #eee;
border-bottom: 1px solid #666;
padding: 3px
}
.pdfjs #PDFBug .panels {
bottom: 0;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
right: 0;
top: 27px
}
.pdfjs #PDFBug button.active {
font-weight: bold
}
.pdfjs .debuggerShowText {
background: none repeat scroll 0 0 yellow;
color: blue
}
.pdfjs .debuggerHideText:hover {
background: none repeat scroll 0 0 yellow
}
.pdfjs #PDFBug .stats {
font-family: courier;
font-size: 10px;
white-space: pre
}
.pdfjs #PDFBug .stats .title {
font-weight: bold
}
.pdfjs #PDFBug table {
font-size: 10px
}
.pdfjs #viewer.textLayer-visible .textLayer {
opacity: 1.0
}
.pdfjs #viewer.textLayer-visible .canvasWrapper {
background-color: #80ff80
}
.pdfjs #viewer.textLayer-visible .canvasWrapper canvas {
mix-blend-mode: screen
}
.pdfjs #viewer.textLayer-visible .textLayer>div {
background-color: rgba(255, 255, 0, 0.1);
color: black;
border: solid 1px rgba(255, 0, 0, 0.5);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pdfjs #viewer.textLayer-hover .textLayer>div:hover {
background-color: white;
color: black
}
.pdfjs #viewer.textLayer-shadow .textLayer>div {
background-color: rgba(255, 255, 255, .6);
color: black
}
.pdfjs .grab-to-pan-grab {
cursor: url("pdf_images/grab.cur"), move !important;
cursor: -webkit-grab !important;
cursor: -moz-grab !important;
cursor: grab !important
}
.pdfjs .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
cursor: inherit !important
}
.pdfjs .grab-to-pan-grab:active,
.pdfjs .grab-to-pan-grabbing {
cursor: url("pdf_images/grabbing.cur"), move !important;
cursor: -webkit-grabbing !important;
cursor: -moz-grabbing !important;
cursor: grabbing !important;
position: fixed;
background: transparent;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 50000
}
@page {
margin: 0
}
.pdfjs #printContainer {
display: none
}
@media screen and (min-resolution: 2dppx) {
.pdfjs .toolbarButton::before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
top: -5px
}
.pdfjs .secondaryToolbarButton::before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
top: -4px
}
.pdfjs .toolbarButton::before {
left: -1px
}
.pdfjs .secondaryToolbarButton::before {
left: -2px
}
.pdfjs .toolbarField.pageNumber.visiblePageIsLoading,
.pdfjs #findInput[data-status="pending"] {
background-image: url(pdf_images/loading-small@2x.png);
background-size: 16px 17px
}
.pdfjs .dropdownToolbarButton {
background: url(pdf_images/toolbarButton-menuArrows@2x.png) no-repeat;
background-size: 7px 16px
}
.pdfjs .toolbarButton#sidebarToggle::before {
content: url(pdf_images/toolbarButton-sidebarToggle@2x.png)
}
.pdfjs .toolbarButton#secondaryToolbarToggle::before {
content: url(pdf_images/toolbarButton-secondaryToolbarToggle@2x.png)
}
.pdfjs .toolbarButton.findPrevious::before {
content: url(pdf_images/findbarButton-previous@2x.png)
}
.pdfjs .toolbarButton.findNext::before {
content: url(pdf_images/findbarButton-next@2x.png)
}
.pdfjs .toolbarButton.pageUp::before {
content: url(pdf_images/toolbarButton-pageUp@2x.png)
}
.pdfjs .toolbarButton.pageDown::before {
content: url(pdf_images/toolbarButton-pageDown@2x.png)
}
.pdfjs .toolbarButton.zoomIn::before {
content: url(pdf_images/toolbarButton-zoomIn@2x.png)
}
.pdfjs .toolbarButton.zoomOut::before {
content: url(pdf_images/toolbarButton-zoomOut@2x.png)
}
.pdfjs .toolbarButton.presentationMode::before,
.pdfjs .secondaryToolbarButton.presentationMode::before {
content: url(pdf_images/toolbarButton-presentationMode@2x.png)
}
.pdfjs .toolbarButton.print::before,
.pdfjs .secondaryToolbarButton.print::before {
content: url(pdf_images/toolbarButton-print@2x.png)
}
.pdfjs .toolbarButton.download::before,
.pdfjs .secondaryToolbarButton.download::before {
content: url(pdf_images/toolbarButton-download@2x.png)
}
.pdfjs #viewThumbnail.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewThumbnail@2x.png)
}
.pdfjs #viewOutline.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewOutline@2x.png)
}
.pdfjs #viewAttachments.toolbarButton::before {
content: url(pdf_images/toolbarButton-viewAttachments@2x.png)
}
.pdfjs #viewFind.toolbarButton::before {
content: url(pdf_images/toolbarButton-search@2x.png)
}
.pdfjs .secondaryToolbarButton.firstPage::before {
content: url(pdf_images/secondaryToolbarButton-firstPage@2x.png)
}
.pdfjs .secondaryToolbarButton.lastPage::before {
content: url(pdf_images/secondaryToolbarButton-lastPage@2x.png)
}
.pdfjs .secondaryToolbarButton.rotateCcw::before {
content: url(pdf_images/secondaryToolbarButton-rotateCcw@2x.png)
}
.pdfjs .secondaryToolbarButton.rotateCw::before {
content: url(pdf_images/secondaryToolbarButton-rotateCw@2x.png)
}
.pdfjs .secondaryToolbarButton.handTool::before {
content: url(pdf_images/secondaryToolbarButton-handTool@2x.png)
}
.pdfjs .secondaryToolbarButton.documentProperties::before {
content: url(pdf_images/secondaryToolbarButton-documentProperties@2x.png)
}
.pdfjs .outlineItemToggler::before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
top: -1px;
content: url(pdf_images/treeitem-expanded@2x.png)
}
.pdfjs .outlineItemToggler.outlineItemsHidden::before {
content: url(pdf_images/treeitem-collapsed@2x.png)
}
.pdfjs .outlineItemToggler::before {
right: 0
}
}
@media print {
body {
background: transparent none
}
.pdfjs #sidebarContainer,
.pdfjs #secondaryToolbar,
.pdfjs .toolbar,
.pdfjs #loadingBox,
.pdfjs #errorWrapper,
.pdfjs .textLayer {
display: none
}
.pdfjs #viewerContainer {
overflow: visible
}
.pdfjs #mainContainer,
.pdfjs #viewerContainer,
.pdfjs .page,
.pdfjs .page canvas {
position: static;
padding: 0;
margin: 0
}
.pdfjs .page {
float: left;
display: none;
border: 0;
box-shadow: none;
background-clip: content-box;
background-color: white
}
.pdfjs .page[data-loaded] {
display: block
}
.pdfjs .fileInput {
display: none
}
body[data-pdfjsprinting] .pdfjs #outerContainer {
display: none
}
body[data-pdfjsprinting] .pdfjs #printContainer {
display: block
}
.pdfjs #printContainer {
height: 100%
}
.pdfjs #printContainer>div {
position: relative;
top: 0;
left: 0;
width: 1px;
height: 1px;
overflow: visible;
page-break-after: always;
page-break-inside: avoid
}
.pdfjs #printContainer canvas,
.pdfjs #printContainer img {
display: block
}
}
.pdfjs .visibleLargeView,
.pdfjs .visibleMediumView,
.pdfjs .visibleSmallView {
display: none
}
@media all and (max-width: 1040px) {
.pdfjs #outerContainer.sidebarMoving #toolbarViewerMiddle,
.pdfjs #outerContainer.sidebarOpen #toolbarViewerMiddle {
display: table;
margin: auto;
left: auto;
position: inherit;
transform: none
}
}
@media all and (max-width: 980px) {
.pdfjs .sidebarMoving .hiddenLargeView,
.pdfjs .sidebarOpen .hiddenLargeView {
display: none
}
.pdfjs .sidebarMoving .visibleLargeView,
.pdfjs .sidebarOpen .visibleLargeView {
display: inherit
}
}
@media all and (max-width: 900px) {
.pdfjs #toolbarViewerMiddle {
display: table;
margin: auto;
left: auto;
position: inherit;
transform: none
}
.pdfjs .sidebarMoving .hiddenMediumView,
.pdfjs .sidebarOpen .hiddenMediumView {
display: none
}
.pdfjs .sidebarMoving .visibleMediumView,
.pdfjs .sidebarOpen .visibleMediumView {
display: inherit
}
}
@media all and (max-width: 840px) {
.pdfjs #sidebarContainer {
top: 32px;
z-index: 100
}
.pdfjs .loadingInProgress #sidebarContainer {
top: 37px
}
.pdfjs #sidebarContent {
top: 32px;
background-color: hsla(0, 0%, 0%, .7)
}
.pdfjs #outerContainer.sidebarOpen>#mainContainer {
left: 0
}
.pdfjs #outerContainer .hiddenLargeView,
.pdfjs #outerContainer .hiddenMediumView {
display: inherit
}
.pdfjs #outerContainer .visibleLargeView,
.pdfjs #outerContainer .visibleMediumView {
display: none
}
}
@media all and (max-width: 770px) {
.pdfjs #outerContainer .hiddenLargeView {
display: none
}
.pdfjs #outerContainer .visibleLargeView {
display: inherit
}
}
@media screen and (max-width: 767px) {
.pdfjs {
display: none
}
}
#fileInput.fileInput {
display: none;
}

}

