/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.pidPDFViewer {
  /* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
  /* TODO: file FF bug to support ::-moz-selection:window-inactive
   so we can override the opaque grey background when the window is inactive;
   see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */ }
  .pidPDFViewer .textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.2;
    line-height: 1; }
  .pidPDFViewer .textLayer span,
  .pidPDFViewer .textLayer br {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%; }
  .pidPDFViewer .textLayer .highlight {
    position: relative;
    margin: -1px;
    padding: 1px;
    background-color: #b400aa;
    border-radius: 4px; }
  .pidPDFViewer .textLayer .highlight.begin {
    border-radius: 4px 0 0 4px; }
  .pidPDFViewer .textLayer .highlight.end {
    border-radius: 0 4px 4px 0; }
  .pidPDFViewer .textLayer .highlight.middle {
    border-radius: 0; }
  .pidPDFViewer .textLayer .highlight.selected {
    background-color: darkgreen; }
  .pidPDFViewer .textLayer ::-moz-selection {
    background: blue; }
  .pidPDFViewer .textLayer ::selection {
    background: blue; }
  .pidPDFViewer .textLayer .endOfContent {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .pidPDFViewer .textLayer .endOfContent.active {
    top: 0; }
  .pidPDFViewer .annotationLayer section {
    position: absolute;
    text-align: initial; }
  .pidPDFViewer .annotationLayer .linkAnnotation > a,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.pushButton > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pidPDFViewer .annotationLayer .linkAnnotation > a:hover,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
    opacity: 0.2;
    background: yellow;
    box-shadow: 0 2px 10px yellow; }
  .pidPDFViewer .annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input,
  .pidPDFViewer .annotationLayer .textWidgetAnnotation textarea,
  .pidPDFViewer .annotationLayer .choiceWidgetAnnotation select,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input,
  .pidPDFViewer .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%;
    margin: 0;
    padding: 0 3px;
    vertical-align: top;
    width: 100%; }
  .pidPDFViewer .annotationLayer .choiceWidgetAnnotation select option {
    padding: 0; }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input {
    border-radius: 50%; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation textarea {
    font: message-box;
    font-size: 9px;
    resize: none; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input[disabled],
  .pidPDFViewer .annotationLayer .textWidgetAnnotation textarea[disabled],
  .pidPDFViewer .annotationLayer .choiceWidgetAnnotation select[disabled],
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
    background: none;
    border: 1px solid transparent;
    cursor: not-allowed; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input:hover,
  .pidPDFViewer .annotationLayer .textWidgetAnnotation textarea:hover,
  .pidPDFViewer .annotationLayer .choiceWidgetAnnotation select:hover,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
    border: 1px solid black; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input:focus,
  .pidPDFViewer .annotationLayer .textWidgetAnnotation textarea:focus,
  .pidPDFViewer .annotationLayer .choiceWidgetAnnotation select:focus {
    background: none;
    border: 1px solid transparent; }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
    background-color: black;
    content: "";
    display: block;
    position: absolute; }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
    height: 80%;
    left: 45%;
    width: 1px; }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
    transform: rotate(45deg); }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
    transform: rotate(-45deg); }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
    border-radius: 50%;
    height: 50%;
    left: 30%;
    top: 20%;
    width: 50%; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input.comb {
    font-family: monospace;
    padding-left: 2px;
    padding-right: 0; }
  .pidPDFViewer .annotationLayer .textWidgetAnnotation input.comb:focus {
    /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
    width: 115%; }
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.checkBox input,
  .pidPDFViewer .annotationLayer .buttonWidgetAnnotation.radioButton input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0; }
  .pidPDFViewer .annotationLayer .popupWrapper {
    position: absolute;
    width: 20em; }
  .pidPDFViewer .annotationLayer .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #ffff99;
    box-shadow: 0 2px 5px #888888;
    border-radius: 2px;
    padding: 6px;
    margin-left: 5px;
    cursor: pointer;
    font: message-box;
    font-size: 9px;
    white-space: normal;
    word-wrap: break-word; }
  .pidPDFViewer .annotationLayer .popup > * {
    font-size: 9px; }
  .pidPDFViewer .annotationLayer .popup h1 {
    display: inline-block; }
  .pidPDFViewer .annotationLayer .popup span {
    display: inline-block;
    margin-left: 5px; }
  .pidPDFViewer .annotationLayer .popup p {
    border-top: 1px solid #333333;
    margin-top: 2px;
    padding-top: 2px; }
  .pidPDFViewer .annotationLayer .highlightAnnotation,
  .pidPDFViewer .annotationLayer .underlineAnnotation,
  .pidPDFViewer .annotationLayer .squigglyAnnotation,
  .pidPDFViewer .annotationLayer .strikeoutAnnotation,
  .pidPDFViewer .annotationLayer .freeTextAnnotation,
  .pidPDFViewer .annotationLayer .lineAnnotation svg line,
  .pidPDFViewer .annotationLayer .squareAnnotation svg rect,
  .pidPDFViewer .annotationLayer .circleAnnotation svg ellipse,
  .pidPDFViewer .annotationLayer .polylineAnnotation svg polyline,
  .pidPDFViewer .annotationLayer .polygonAnnotation svg polygon,
  .pidPDFViewer .annotationLayer .caretAnnotation,
  .pidPDFViewer .annotationLayer .inkAnnotation svg polyline,
  .pidPDFViewer .annotationLayer .stampAnnotation,
  .pidPDFViewer .annotationLayer .fileAttachmentAnnotation {
    cursor: pointer; }
  .pidPDFViewer .xfaLayer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    transform-origin: 0 0; }
  .pidPDFViewer .xfaLayer * {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-kerning: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
    box-sizing: border-box;
    background: transparent; }
  .pidPDFViewer .xfaLayer a {
    color: blue; }
  .pidPDFViewer .xfaRich li {
    margin-left: 3em; }
  .pidPDFViewer .xfaFont {
    color: black;
    font-weight: normal;
    font-kerning: none;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    vertical-align: 0; }
  .pidPDFViewer .xfaDraw {
    z-index: 100; }
  .pidPDFViewer .xfaExclgroup {
    z-index: 200; }
  .pidPDFViewer .xfaField {
    z-index: 300; }
  .pidPDFViewer .xfaRich {
    z-index: 300;
    line-height: 1.2; }
  .pidPDFViewer .xfaSubform {
    z-index: 200; }
  .pidPDFViewer .xfaLabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%; }
  .pidPDFViewer .xfaCaption {
    flex: 1 1 auto; }
  .pidPDFViewer .xfaBorderDiv {
    background: transparent;
    position: absolute;
    pointer-events: none; }
  .pidPDFViewer .xfaWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto; }
  .pidPDFViewer .xfaContentArea {
    overflow: hidden; }
  .pidPDFViewer .xfaTextfield,
  .pidPDFViewer .xfaSelect {
    background-color: rgba(0, 54, 255, 0.13); }
  .pidPDFViewer .xfaTextfield:focus,
  .pidPDFViewer .xfaSelect:focus {
    background-color: transparent; }
  .pidPDFViewer .xfaTextfield,
  .pidPDFViewer .xfaSelect {
    width: 100%;
    height: 100%;
    flex: 100 1 0;
    border: none;
    resize: none; }
  .pidPDFViewer .xfaLabel > input[type="radio"] {
    /* Use this trick to make the checkbox invisible but
       but still focusable. */
    position: absolute;
    left: -99999px; }
  .pidPDFViewer .xfaLabel > input[type="radio"]:focus + .xfaCheckboxMark {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  .pidPDFViewer .xfaCheckboxMark {
    cursor: pointer;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #8f8f9d;
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .pidPDFViewer .xfaCheckbox:checked + .xfaCheckboxMark::after {
    content: attr(mark); }
  .pidPDFViewer .xfaButton {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center; }
  .pidPDFViewer .xfaButton:hover {
    background: Highlight; }
  .pidPDFViewer .xfaRich {
    white-space: pre-wrap; }
  .pidPDFViewer .xfaImage {
    width: 100%;
    height: 100%; }
  .pidPDFViewer .xfaRich {
    width: 100%;
    height: auto; }
  .pidPDFViewer .xfaPosition {
    display: block; }
  .pidPDFViewer .xfaLrTb,
  .pidPDFViewer .xfaRlTb,
  .pidPDFViewer .xfaTb {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
  .pidPDFViewer .xfaLr,
  .pidPDFViewer .xfaRl,
  .pidPDFViewer .xfaTb > div {
    flex: 1 1 auto; }
  .pidPDFViewer .xfaTb > div {
    justify-content: left; }
  .pidPDFViewer .xfaLr > div {
    display: inline;
    float: left; }
  .pidPDFViewer .xfaRl > div {
    display: inline;
    float: right; }
  .pidPDFViewer .xfaPosition {
    position: relative; }
  .pidPDFViewer .xfaArea {
    position: relative; }
  .pidPDFViewer .xfaValignMiddle {
    display: flex;
    align-items: center; }
  .pidPDFViewer .xfaLrTb > div {
    display: inline;
    float: left; }
  .pidPDFViewer .xfaRlTb > div {
    display: inline;
    float: right; }
  .pidPDFViewer .xfaTable {
    display: flex;
    flex-direction: column; }
  .pidPDFViewer .xfaTable .xfaRow {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto; }
  .pidPDFViewer .xfaTable .xfaRow > div {
    flex: 1 1 auto; }
  .pidPDFViewer .xfaTable .xfaRlRow {
    display: flex;
    flex-direction: row-reverse;
    flex: 1; }
  .pidPDFViewer .xfaTable .xfaRlRow > div {
    flex: 1; }
  .pidPDFViewer .pdfViewer {
    padding-bottom: var(--pdfViewer-padding-bottom); }
  .pidPDFViewer .pdfViewer .canvasWrapper {
    overflow: hidden; }
  .pidPDFViewer .pdfViewer .page {
    direction: ltr;
    width: 816px;
    height: 1056px;
    margin: var(--page-margin);
    position: relative;
    overflow: visible;
    border: var(--page-border);
    background-clip: content-box;
    -o-border-image: url(../Images/IconsPDFViewer/shadow.png) 9 9 repeat;
    border-image: url(../Images/IconsPDFViewer/shadow.png) 9 9 repeat;
    background-color: white; }
  .pidPDFViewer .pdfViewer.removePageBorders .page {
    margin: 0 auto 10px;
    border: none; }
  .pidPDFViewer .pdfViewer.singlePageView {
    display: inline-block; }
  .pidPDFViewer .pdfViewer.singlePageView .page {
    margin: 0;
    border: none; }
  .pidPDFViewer .pdfViewer.scrollHorizontal,
  .pidPDFViewer .pdfViewer.scrollWrapped,
  .pidPDFViewer .spread {
    margin-left: 3.5px;
    margin-right: 3.5px;
    text-align: center; }
  .pidPDFViewer .pdfViewer.scrollHorizontal,
  .pidPDFViewer .spread {
    white-space: nowrap; }
  .pidPDFViewer .pdfViewer.removePageBorders,
  .pidPDFViewer .pdfViewer.scrollHorizontal .spread,
  .pidPDFViewer .pdfViewer.scrollWrapped .spread {
    margin-left: 0;
    margin-right: 0; }
  .pidPDFViewer .spread .page,
  .pidPDFViewer .pdfViewer.scrollHorizontal .page,
  .pidPDFViewer .pdfViewer.scrollWrapped .page,
  .pidPDFViewer .pdfViewer.scrollHorizontal .spread,
  .pidPDFViewer .pdfViewer.scrollWrapped .spread {
    display: inline-block;
    vertical-align: middle; }
  .pidPDFViewer .spread .page,
  .pidPDFViewer .pdfViewer.scrollHorizontal .page,
  .pidPDFViewer .pdfViewer.scrollWrapped .page {
    margin-left: var(--spreadHorizontalWrapped-margin-LR);
    margin-right: var(--spreadHorizontalWrapped-margin-LR); }
  .pidPDFViewer .pdfViewer.removePageBorders .spread .page,
  .pidPDFViewer .pdfViewer.removePageBorders.scrollHorizontal .page,
  .pidPDFViewer .pdfViewer.removePageBorders.scrollWrapped .page {
    margin-left: 5px;
    margin-right: 5px; }
  .pidPDFViewer .pdfViewer .page canvas {
    margin: 0;
    display: block; }
  .pidPDFViewer .pdfViewer .page canvas[hidden] {
    display: none; }
  .pidPDFViewer .pdfViewer .page .loadingIcon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../Images/IconsPDFViewer/loading-icon.gif") center no-repeat; }
  .pidPDFViewer .pdfPresentationMode .pdfViewer {
    margin-left: 0;
    margin-right: 0; }
  .pidPDFViewer .pdfPresentationMode .pdfViewer .page,
  .pidPDFViewer .pdfPresentationMode .pdfViewer .spread {
    display: block; }
  .pidPDFViewer .pdfPresentationMode .pdfViewer .page,
  .pidPDFViewer .pdfPresentationMode .pdfViewer.removePageBorders .page {
    margin-left: auto;
    margin-right: auto; }
  .pidPDFViewer .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
    margin-bottom: 100%;
    border: 0; }
  .pidPDFViewer .pdfPresentationMode:fullscreen .pdfViewer .page {
    margin-bottom: 100%;
    border: 0; }
  .pidPDFViewer * {
    padding: 0;
    margin: 0; }
  .pidPDFViewer body {
    height: 100%;
    width: 100%;
    background-color: var(--body-bg-color); }
  .pidPDFViewer body,
  .pidPDFViewer input,
  .pidPDFViewer button,
  .pidPDFViewer select {
    font: message-box;
    outline: none;
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg-color); }
  .pidPDFViewer .hidden {
    display: none !important; }
  .pidPDFViewer [hidden] {
    display: none !important; }
  .pidPDFViewer .pdfViewer.enablePermissions .textLayer span {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    cursor: not-allowed; }
  .pidPDFViewer [data-id-pdfviewer="viewerContainer"].pdfPresentationMode:-webkit-full-screen {
    top: 0;
    border-top: 2px solid rgba(0, 0, 0, 0);
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: none;
    -webkit-user-select: none;
    user-select: none; }
  .pidPDFViewer [data-id-pdfviewer="viewerContainer"].pdfPresentationMode:fullscreen {
    top: 0;
    border-top: 2px solid rgba(0, 0, 0, 0);
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .pidPDFViewer .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
    display: none; }
  .pidPDFViewer .pdfPresentationMode:fullscreen a:not(.internalLink) {
    display: none; }
  .pidPDFViewer .pdfPresentationMode:-webkit-full-screen .textLayer span {
    cursor: none; }
  .pidPDFViewer .pdfPresentationMode:fullscreen .textLayer span {
    cursor: none; }
  .pidPDFViewer .pdfPresentationMode.pdfPresentationModeControls > *,
  .pidPDFViewer .pdfPresentationMode.pdfPresentationModeControls .textLayer span {
    cursor: default; }
  .pidPDFViewer [data-id-pdfviewer="outerContainer"] {
    width: 100%;
    height: 100%;
    position: relative; }
  .pidPDFViewer [data-id-pdfviewer="sidebarContainer"] {
    position: absolute;
    top: 32px;
    bottom: 0;
    width: var(--sidebar-width);
    visibility: hidden;
    z-index: 100;
    border-top: 1px solid #333333;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function); }
  .pidPDFViewer [data-id-pdfviewer="outerContainer"].sidebarResizing [data-id-pdfviewer="sidebarContainer"] {
    /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
    transition-duration: 0s;
    /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .pidPDFViewer [data-id-pdfviewer="outerContainer"].sidebarMoving [data-id-pdfviewer="sidebarContainer"],
  .pidPDFViewer [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="sidebarContainer"] {
    visibility: visible; }
  .pidPDFViewer [data-id-pdfviewer="mainContainer"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 320px; }
  .pidPDFViewer [data-id-pdfviewer="sidebarContent"] {
    top: 32px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .pidPDFViewer [data-id-pdfviewer="viewerContainer"] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none; }
  .pidPDFViewer [data-id-pdfviewer="viewerContainer"]:not(.pdfPresentationMode) {
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function); }
  .pidPDFViewer [data-id-pdfviewer="outerContainer"].sidebarResizing [data-id-pdfviewer="viewerContainer"] {
    /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
    transition-duration: 0s; }
  .pidPDFViewer .toolbar {
    position: relative;
    left: 0;
    right: 0;
    /*z-index: 9999;*/
    z-index: 9;
    cursor: default; }
  .pidPDFViewer [data-id-pdfviewer="toolbarContainer"] {
    width: 100%; }
  .pidPDFViewer [data-id-pdfviewer="toolbarSidebar"] {
    width: 100%;
    height: 32px;
    background-color: var(--sidebar-toolbar-bg-color); }
  .pidPDFViewer [data-id-pdfviewer="sidebarResizer"] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    z-index: 200;
    cursor: ew-resize; }
  .pidPDFViewer [data-id-pdfviewer="toolbarContainer"],
  .pidPDFViewer .findbar,
  .pidPDFViewer .secondaryToolbar {
    position: relative;
    height: 32px;
    background-color: var(--toolbar-bg-color);
    box-shadow: 0 1px 0 var(--toolbar-border-color); }
  .pidPDFViewer [data-id-pdfviewer="toolbarViewer"] {
    height: 32px; }
  .pidPDFViewer [data-id-pdfviewer="loadingBar"] {
    position: absolute;
    height: 4px;
    background-color: var(--body-bg-color);
    border-bottom: 1px solid var(--toolbar-border-color);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function); }
  .pidPDFViewer [data-id-pdfviewer="outerContainer"].sidebarResizing [data-id-pdfviewer="loadingBar"] {
    /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
    transition-duration: 0s; }
  .pidPDFViewer [data-id-pdfviewer="loadingBar"] .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--progressBar-color);
    overflow: hidden;
    transition: width 200ms; }

@-webkit-keyframes progressIndeterminate {
  0% {
    left: -142px; }
  100% {
    left: 0; } }

@keyframes progressIndeterminate {
  0% {
    left: -142px; }
  100% {
    left: 0; } }
  .pidPDFViewer [data-id-pdfviewer="loadingBar"] .progress.indeterminate {
    background-color: var(--progressBar-indeterminate-bg-color);
    transition: none; }
  .pidPDFViewer [data-id-pdfviewer="loadingBar"] .progress.indeterminate .glimmer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 150px);
    background: repeating-linear-gradient(135deg, var(--progressBar-indeterminate-blend-color) 0, var(--progressBar-indeterminate-bg-color) 5px, var(--progressBar-indeterminate-bg-color) 45px, var(--progressBar-color) 55px, var(--progressBar-color) 95px, var(--progressBar-indeterminate-blend-color) 100px);
    -webkit-animation: progressIndeterminate 1s linear infinite;
    animation: progressIndeterminate 1s linear infinite; }
  .pidPDFViewer .findbar,
  .pidPDFViewer .secondaryToolbar {
    top: 32px;
    position: absolute;
    z-index: 10000;
    height: auto;
    min-width: 16px;
    padding: 0 4px;
    margin: 4px 2px;
    color: #d9d9d9;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    cursor: default; }
  .pidPDFViewer .findbar {
    min-width: 300px;
    background-color: var(--toolbar-bg-color); }
  .pidPDFViewer .findbar > div {
    height: 32px; }
  .pidPDFViewer .findbar.wrapContainers > div {
    clear: both; }
  .pidPDFViewer .findbar.wrapContainers > div[data-id-pdfviewer="findbarMessageContainer"] {
    height: auto; }
  .pidPDFViewer .findbar .splitToolbarButton {
    margin-top: 3px; }
  .pidPDFViewer .findbar .splitToolbarButton > .toolbarButton {
    background-color: var(--findbar-nextprevious-btn-bg-color);
    border-radius: 0;
    height: 26px;
    border-top: 1px solid var(--field-border-color);
    border-bottom: 1px solid var(--field-border-color); }
  .pidPDFViewer .findbar .splitToolbarButton > .toolbarButton::before {
    top: 5px; }
  .pidPDFViewer .findbar .splitToolbarButton > .findNext {
    width: 29px; }
  .pidPDFViewer .findbar input[type="checkbox"] {
    pointer-events: none; }
  .pidPDFViewer .findbar label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .pidPDFViewer .findbar label:hover,
  .pidPDFViewer .findbar input:focus + label {
    color: var(--toggled-btn-color);
    background-color: var(--button-hover-color); }
  .pidPDFViewer .findbar .toolbarField[type="checkbox"]:checked + .toolbarLabel {
    background-color: var(--toggled-btn-bg-color) !important;
    color: var(--toggled-btn-color); }
  .pidPDFViewer [data-id-pdfviewer="findInput"] {
    width: 200px; }
  .pidPDFViewer [data-id-pdfviewer="findInput"]::-moz-placeholder {
    font-style: normal; }
  .pidPDFViewer [data-id-pdfviewer="findInput"]::placeholder {
    font-style: normal; }
  .pidPDFViewer [data-id-pdfviewer="findInput"][data-status="pending"] {
    background-image: var(--loading-icon);
    background-repeat: no-repeat;
    background-position: 98%; }
  .pidPDFViewer [data-id-pdfviewer="findInput"][data-status="notFound"] {
    background-color: #ff6666; }
  .pidPDFViewer .secondaryToolbar {
    padding: 6px 0 10px;
    height: auto;
    z-index: 30000;
    background-color: var(--doorhanger-bg-color); }
  .pidPDFViewer [data-id-pdfviewer="secondaryToolbarButtonContainer"] {
    max-width: 220px;
    max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -4px; }
  .pidPDFViewer [data-id-pdfviewer="secondaryToolbarButtonContainer"].hiddenScrollModeButtons > .scrollModeButtons,
  .pidPDFViewer [data-id-pdfviewer="secondaryToolbarButtonContainer"].hiddenSpreadModeButtons > .spreadModeButtons {
    display: none !important; }
  .pidPDFViewer .doorHanger,
  .pidPDFViewer .doorHangerRight {
    border-radius: 2px;
    box-shadow: 0 1px 5px var(--doorhanger-border-color), 0 0 0 1px var(--doorhanger-border-color);
    border: var(--doorhanger-border-color-whcm); }
  .pidPDFViewer .doorHanger:after,
  .pidPDFViewer .doorHanger:before,
  .pidPDFViewer .doorHangerRight:after,
  .pidPDFViewer .doorHangerRight:before {
    bottom: 100%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: var(--doorhanger-triangle-opacity-whcm); }
  .pidPDFViewer .doorHanger:after,
  .pidPDFViewer .doorHangerRight:after {
    border-width: 8px; }
  .pidPDFViewer .doorHanger:after {
    border-bottom-color: var(--toolbar-bg-color); }
  .pidPDFViewer .doorHangerRight:after {
    border-bottom-color: var(--doorhanger-bg-color); }
  .pidPDFViewer .doorHanger:before,
  .pidPDFViewer .doorHangerRight:before {
    border-bottom-color: var(--doorhanger-border-color);
    border-width: 9px; }
  .pidPDFViewer [data-id-pdfviewer="findResultsCount"] {
    background-color: #d9d9d9;
    color: #525252;
    text-align: center;
    padding: 4px 5px;
    margin: 5px; }
  .pidPDFViewer [data-id-pdfviewer="findMsg"] {
    color: #fb0000; }
  .pidPDFViewer [data-id-pdfviewer="findMsg"]:empty {
    display: none; }
  .pidPDFViewer [data-id-pdfviewer="toolbarViewerMiddle"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .pidPDFViewer .splitToolbarButton {
    margin: 2px 2px 0;
    display: inline-block; }
  .pidPDFViewer .toolbarButton,
  .pidPDFViewer .secondaryToolbarButton,
  .pidPDFViewer .overlayButton {
    border: 0 none;
    background: none;
    width: 28px;
    height: 28px; }
  .pidPDFViewer .overlayButton:hover,
  .pidPDFViewer .overlayButton:focus {
    background-color: var(--overlay-button-hover-bg-color); }
  .pidPDFViewer .overlayButton:hover > span,
  .pidPDFViewer .overlayButton:focus > span {
    color: var(--overlay-button-hover-color); }
  .pidPDFViewer .toolbarButton > span {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden; }
  .pidPDFViewer .toolbarButton[disabled],
  .pidPDFViewer .secondaryToolbarButton[disabled],
  .pidPDFViewer .overlayButton[disabled] {
    opacity: 0.5; }
  .pidPDFViewer .splitToolbarButton.toggled .toolbarButton {
    margin: 0; }
  .pidPDFViewer .splitToolbarButton > .toolbarButton:hover,
  .pidPDFViewer .splitToolbarButton > .toolbarButton:focus,
  .pidPDFViewer .dropdownToolbarButton:hover,
  .pidPDFViewer .toolbarButton.textButton:hover,
  .pidPDFViewer .toolbarButton.textButton:focus {
    background-color: var(--button-hover-color);
    z-index: 199; }
  .pidPDFViewer .splitToolbarButton > .toolbarButton {
    position: relative; }
  .pidPDFViewer .splitToolbarButtonSeparator {
    padding: 10px 0;
    width: 1px;
    background-color: var(--separator-color);
    z-index: 99;
    display: inline-block;
    margin: 4px 0; }
  .pidPDFViewer .findbar .splitToolbarButtonSeparator {
    background-color: var(--field-border-color);
    margin: 0;
    padding: 13px 0; }
  .pidPDFViewer .toolbarButton,
  .pidPDFViewer .dropdownToolbarButton,
  .pidPDFViewer .secondaryToolbarButton,
  .pidPDFViewer .overlayButton {
    min-width: 16px;
    margin: 2px 1px;
    padding: 2px 6px 0;
    border: none;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box; }
  .pidPDFViewer .toolbarButton:hover,
  .pidPDFViewer .toolbarButton:focus {
    background-color: var(--button-hover-color); }
  .pidPDFViewer .secondaryToolbarButton:hover,
  .pidPDFViewer .secondaryToolbarButton:focus {
    background-color: var(--doorhanger-hover-bg-color);
    color: var(--doorhanger-hover-color); }
  .pidPDFViewer .toolbarButton.toggled,
  .pidPDFViewer .splitToolbarButton.toggled > .toolbarButton.toggled,
  .pidPDFViewer .secondaryToolbarButton.toggled {
    background-color: var(--toggled-btn-bg-color);
    color: var(--toggled-btn-color); }
  .pidPDFViewer .secondaryToolbarButton.toggled::before {
    background-color: var(--toggled-btn-color); }
  .pidPDFViewer .toolbarButton.toggled::before {
    background-color: var(--toggled-btn-color); }
  .pidPDFViewer .toolbarButton.toggled:hover:active,
  .pidPDFViewer .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
  .pidPDFViewer .secondaryToolbarButton.toggled:hover:active {
    background-color: var(--toggled-hover-active-btn-color); }
  .pidPDFViewer .dropdownToolbarButton {
    width: 140px;
    padding: 0;
    overflow: hidden;
    background-color: var(--dropdown-btn-bg-color);
    margin-top: 2px !important; }
  .pidPDFViewer .dropdownToolbarButton::after {
    top: 6px;
    pointer-events: none;
    -webkit-mask-image: var(--toolbarButton-menuArrow-icon);
    mask-image: var(--toolbarButton-menuArrow-icon); }
  .pidPDFViewer .dropdownToolbarButton > select {
    width: 162px;
    height: 28px;
    font-size: 12px;
    color: var(--main-color);
    margin: 0;
    padding: 1px 0 2px;
    border: none;
    background-color: var(--dropdown-btn-bg-color); }
  .pidPDFViewer .dropdownToolbarButton > select:hover,
  .pidPDFViewer .dropdownToolbarButton > select:focus {
    background-color: var(--button-hover-color);
    color: var(--toggled-btn-color); }
  .pidPDFViewer .dropdownToolbarButton > select > option {
    background: var(--doorhanger-bg-color);
    color: var(--main-color); }
  .pidPDFViewer [data-id-pdfviewer="customScaleOption"] {
    display: none; }
  .pidPDFViewer [data-id-pdfviewer="pageWidthOption"] {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid; }
  .pidPDFViewer .toolbarButtonSpacer {
    width: 30px;
    display: inline-block;
    height: 1px; }
  .pidPDFViewer .toolbarButton::before,
  .pidPDFViewer .secondaryToolbarButton::before,
  .pidPDFViewer .dropdownToolbarButton::after,
  .pidPDFViewer .treeItemToggler::before {
    /* All matching images have a size of 16x16
   * All relevant containers have a size of 28x28 */
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: var(--toolbar-icon-bg-color);
    -webkit-mask-size: cover;
    mask-size: cover; }
  .pidPDFViewer .dropdownToolbarButton:hover::after,
  .pidPDFViewer .dropdownToolbarButton:focus::after,
  .pidPDFViewer .dropdownToolbarButton:active::after {
    background-color: var(--toolbar-icon-hover-bg-color); }
  .pidPDFViewer .toolbarButton::before {
    opacity: var(--toolbar-icon-opacity);
    top: 6px;
    left: 6px; }
  .pidPDFViewer .toolbarButton:hover::before,
  .pidPDFViewer .toolbarButton:focus::before,
  .pidPDFViewer .secondaryToolbarButton:hover::before,
  .pidPDFViewer .secondaryToolbarButton:focus::before {
    background-color: var(--toolbar-icon-hover-bg-color); }
  .pidPDFViewer .secondaryToolbarButton::before {
    opacity: var(--doorhanger-icon-opacity);
    top: 5px; }
  .pidPDFViewer .toolbarButton[data-id-pdfviewer="sidebarToggle"]::before {
    -webkit-mask-image: var(--toolbarButton-sidebarToggle-icon);
    mask-image: var(--toolbarButton-sidebarToggle-icon); }
  .pidPDFViewer .toolbarButton[data-id-pdfviewer="secondaryToolbarToggle"]::before {
    -webkit-mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
    mask-image: var(--toolbarButton-secondaryToolbarToggle-icon); }
  .pidPDFViewer .toolbarButton.findPrevious::before {
    -webkit-mask-image: var(--findbarButton-previous-icon);
    mask-image: var(--findbarButton-previous-icon); }
  .pidPDFViewer .toolbarButton.findNext::before {
    -webkit-mask-image: var(--findbarButton-next-icon);
    mask-image: var(--findbarButton-next-icon); }
  .pidPDFViewer .toolbarButton.pageUp::before {
    -webkit-mask-image: var(--toolbarButton-pageUp-icon);
    mask-image: var(--toolbarButton-pageUp-icon); }
  .pidPDFViewer .toolbarButton.pageDown::before {
    -webkit-mask-image: var(--toolbarButton-pageDown-icon);
    mask-image: var(--toolbarButton-pageDown-icon); }
  .pidPDFViewer .toolbarButton.zoomOut::before {
    -webkit-mask-image: var(--toolbarButton-zoomOut-icon);
    mask-image: var(--toolbarButton-zoomOut-icon); }
  .pidPDFViewer .toolbarButton.zoomIn::before {
    -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
    mask-image: var(--toolbarButton-zoomIn-icon); }
  .pidPDFViewer .toolbarButton.presentationMode::before,
  .pidPDFViewer .secondaryToolbarButton.presentationMode::before {
    -webkit-mask-image: var(--toolbarButton-presentationMode-icon);
    mask-image: var(--toolbarButton-presentationMode-icon); }
  .pidPDFViewer .toolbarButton.print::before,
  .pidPDFViewer .secondaryToolbarButton.print::before {
    -webkit-mask-image: var(--toolbarButton-print-icon);
    mask-image: var(--toolbarButton-print-icon); }
  .pidPDFViewer .toolbarButton.openFile::before,
  .pidPDFViewer .secondaryToolbarButton.openFile::before {
    -webkit-mask-image: var(--toolbarButton-openFile-icon);
    mask-image: var(--toolbarButton-openFile-icon); }
  .pidPDFViewer .toolbarButton.download::before,
  .pidPDFViewer .secondaryToolbarButton.download::before {
    -webkit-mask-image: var(--toolbarButton-download-icon);
    mask-image: var(--toolbarButton-download-icon); }
  .pidPDFViewer .secondaryToolbarButton.bookmark {
    padding-top: 6px;
    text-decoration: none; }
  .pidPDFViewer .bookmark[href="#"] {
    opacity: 0.5;
    pointer-events: none; }
  .pidPDFViewer .toolbarButton.bookmark::before,
  .pidPDFViewer .secondaryToolbarButton.bookmark::before {
    -webkit-mask-image: var(--toolbarButton-bookmark-icon);
    mask-image: var(--toolbarButton-bookmark-icon); }
  .pidPDFViewer [data-id-pdfviewer="viewThumbnail"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-viewThumbnail-icon);
    mask-image: var(--toolbarButton-viewThumbnail-icon); }
  .pidPDFViewer [data-id-pdfviewer="viewOutline"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-viewOutline-icon);
    mask-image: var(--toolbarButton-viewOutline-icon); }
  .pidPDFViewer [data-id-pdfviewer="viewAttachments"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-viewAttachments-icon);
    mask-image: var(--toolbarButton-viewAttachments-icon); }
  .pidPDFViewer [data-id-pdfviewer="viewLayers"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-viewLayers-icon);
    mask-image: var(--toolbarButton-viewLayers-icon); }
  .pidPDFViewer [data-id-pdfviewer="currentOutlineItem"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-currentOutlineItem-icon);
    mask-image: var(--toolbarButton-currentOutlineItem-icon); }
  .pidPDFViewer [data-id-pdfviewer="viewFind"].toolbarButton::before {
    -webkit-mask-image: var(--toolbarButton-search-icon);
    mask-image: var(--toolbarButton-search-icon); }
  .pidPDFViewer .toolbarButton.pdfSidebarNotification::after {
    position: absolute;
    display: inline-block;
    top: 1px;
    /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
    content: "";
    background-color: #70db55;
    height: 9px;
    width: 9px;
    border-radius: 50%; }
  .pidPDFViewer .secondaryToolbarButton {
    position: relative;
    margin: 0;
    padding: 0 0 1px;
    height: auto;
    min-height: 26px;
    width: auto;
    min-width: 100%;
    white-space: normal;
    border-radius: 0;
    box-sizing: border-box; }
  .pidPDFViewer .secondaryToolbarButton.firstPage::before {
    -webkit-mask-image: var(--secondaryToolbarButton-firstPage-icon);
    mask-image: var(--secondaryToolbarButton-firstPage-icon); }
  .pidPDFViewer .secondaryToolbarButton.lastPage::before {
    -webkit-mask-image: var(--secondaryToolbarButton-lastPage-icon);
    mask-image: var(--secondaryToolbarButton-lastPage-icon); }
  .pidPDFViewer .secondaryToolbarButton.rotateCcw::before {
    -webkit-mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
    mask-image: var(--secondaryToolbarButton-rotateCcw-icon); }
  .pidPDFViewer .secondaryToolbarButton.rotateCw::before {
    -webkit-mask-image: var(--secondaryToolbarButton-rotateCw-icon);
    mask-image: var(--secondaryToolbarButton-rotateCw-icon); }
  .pidPDFViewer .secondaryToolbarButton.selectTool::before {
    -webkit-mask-image: var(--secondaryToolbarButton-selectTool-icon);
    mask-image: var(--secondaryToolbarButton-selectTool-icon); }
  .pidPDFViewer .secondaryToolbarButton.handTool::before {
    -webkit-mask-image: var(--secondaryToolbarButton-handTool-icon);
    mask-image: var(--secondaryToolbarButton-handTool-icon); }
  .pidPDFViewer .secondaryToolbarButton.scrollVertical::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
    mask-image: var(--secondaryToolbarButton-scrollVertical-icon); }
  .pidPDFViewer .secondaryToolbarButton.scrollHorizontal::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
    mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon); }
  .pidPDFViewer .secondaryToolbarButton.scrollWrapped::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
    mask-image: var(--secondaryToolbarButton-scrollWrapped-icon); }
  .pidPDFViewer .secondaryToolbarButton.spreadNone::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadNone-icon);
    mask-image: var(--secondaryToolbarButton-spreadNone-icon); }
  .pidPDFViewer .secondaryToolbarButton.spreadOdd::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
    mask-image: var(--secondaryToolbarButton-spreadOdd-icon); }
  .pidPDFViewer .secondaryToolbarButton.spreadEven::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadEven-icon);
    mask-image: var(--secondaryToolbarButton-spreadEven-icon); }
  .pidPDFViewer .secondaryToolbarButton.documentProperties::before {
    -webkit-mask-image: var(--secondaryToolbarButton-documentProperties-icon);
    mask-image: var(--secondaryToolbarButton-documentProperties-icon); }
  .pidPDFViewer .verticalToolbarSeparator {
    display: block;
    padding: 11px 0;
    margin: 5px 2px;
    width: 1px;
    background-color: var(--separator-color); }
  .pidPDFViewer .horizontalToolbarSeparator {
    display: block;
    margin: 6px 0 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid var(--doorhanger-separator-color); }
  .pidPDFViewer .toolbarField {
    padding: 4px 7px;
    margin: 3px 0;
    border-radius: 2px;
    background-color: var(--field-bg-color);
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: var(--field-border-color);
    box-shadow: none;
    color: var(--field-color);
    font-size: 12px;
    line-height: 16px;
    outline-style: none; }
  .pidPDFViewer .toolbarField[type="checkbox"] {
    opacity: 0;
    position: absolute !important;
    left: 0; }
  .pidPDFViewer .toolbarField.pageNumber {
    -moz-appearance: textfield;
    /* hides the spinner in moz */
    min-width: 16px;
    text-align: right;
    width: 40px; }
  .pidPDFViewer .toolbarField.pageNumber.visiblePageIsLoading {
    background-image: var(--loading-icon);
    background-repeat: no-repeat;
    background-position: 3px; }
  .pidPDFViewer .toolbarField.pageNumber::-webkit-inner-spin-button,
  .pidPDFViewer .toolbarField.pageNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .pidPDFViewer .toolbarField:focus {
    border-color: #0a84ff; }
  .pidPDFViewer .toolbarLabel {
    min-width: 16px;
    padding: 7px;
    margin: 2px;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default; }
  .pidPDFViewer [data-id-pdfviewer="thumbnailView"] {
    position: absolute;
    width: calc(100% - 60px);
    top: 0;
    bottom: 0;
    padding: 10px 30px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .pidPDFViewer [data-id-pdfviewer="thumbnailView"] > a:active,
  .pidPDFViewer [data-id-pdfviewer="thumbnailView"] > a:focus {
    outline: 0; }
  .pidPDFViewer .thumbnail {
    margin: 0 10px 5px; }
  .pidPDFViewer [data-id-pdfviewer="thumbnailView"] > a:last-of-type > .thumbnail {
    margin-bottom: 10px; }
  .pidPDFViewer [data-id-pdfviewer="thumbnailView"] > a:last-of-type > .thumbnail:not([data-loaded]) {
    margin-bottom: 9px; }
  .pidPDFViewer .thumbnail:not([data-loaded]) {
    border: 1px dashed #848484;
    margin: -1px 9px 4px; }
  .pidPDFViewer .thumbnailImage {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    z-index: 99;
    background-color: white;
    background-clip: content-box; }
  .pidPDFViewer .thumbnailSelectionRing {
    border-radius: 2px;
    padding: 7px; }
  .pidPDFViewer a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
  .pidPDFViewer .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
    opacity: 0.9; }
  .pidPDFViewer a:focus > .thumbnail > .thumbnailSelectionRing,
  .pidPDFViewer .thumbnail:hover > .thumbnailSelectionRing {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    color: rgba(255, 255, 255, 0.9); }
  .pidPDFViewer .thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
    opacity: 1; }
  .pidPDFViewer .thumbnail.selected > .thumbnailSelectionRing {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    color: white; }
  .pidPDFViewer [data-id-pdfviewer="outlineView"],
  .pidPDFViewer [data-id-pdfviewer="attachmentsView"],
  .pidPDFViewer [data-id-pdfviewer="layersView"] {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    bottom: 0;
    padding: 4px 4px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .pidPDFViewer .treeItem > a {
    text-decoration: none;
    display: inline-block;
    min-width: 95%;
    /* Subtract the right padding (left, in RTL mode) of the container: */
    min-width: calc(100% - 4px);
    height: auto;
    margin-bottom: 1px;
    border-radius: 2px;
    color: var(--treeitem-color);
    font-size: 13px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: normal;
    cursor: pointer; }
  .pidPDFViewer [data-id-pdfviewer="layersView"] .treeItem > a > * {
    cursor: pointer; }
  .pidPDFViewer .treeItemToggler {
    position: relative;
    height: 0;
    width: 0;
    color: rgba(255, 255, 255, 0.5); }
  .pidPDFViewer .treeItemToggler::before {
    -webkit-mask-image: var(--treeitem-expanded-icon);
    mask-image: var(--treeitem-expanded-icon); }
  .pidPDFViewer .treeItemToggler.treeItemsHidden::before {
    -webkit-mask-image: var(--treeitem-collapsed-icon);
    mask-image: var(--treeitem-collapsed-icon); }
  .pidPDFViewer .treeItemToggler.treeItemsHidden ~ .treeItems {
    display: none; }
  .pidPDFViewer .treeItem.selected > a {
    background-color: var(--treeitem-selected-bg-color);
    color: var(--treeitem-selected-color); }
  .pidPDFViewer .treeItemToggler:hover,
  .pidPDFViewer .treeItemToggler:hover + a,
  .pidPDFViewer .treeItemToggler:hover ~ .treeItems,
  .pidPDFViewer .treeItem > a:hover {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    border-radius: 2px;
    color: var(--treeitem-hover-color); }
  .pidPDFViewer ::-moz-selection {
    background: rgba(0, 0, 255, 0.3); }
  .pidPDFViewer ::selection {
    background: rgba(0, 0, 255, 0.3); }
  .pidPDFViewer [data-id-pdfviewer="errorWrapper"] {
    background: none repeat scroll 0 0 var(--errorWrapper-bg-color);
    color: var(--main-color);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
    padding: 3px 6px; }
  .pidPDFViewer [data-id-pdfviewer="errorMessageLeft"] {
    float: left; }
  .pidPDFViewer [data-id-pdfviewer="errorMessageRight"] {
    float: right; }
  .pidPDFViewer [data-id-pdfviewer="errorMoreInfo"] {
    background-color: var(--field-bg-color);
    color: var(--field-color);
    border: 1px solid var(--field-border-color);
    padding: 3px;
    margin: 3px;
    width: 98%; }
  .pidPDFViewer .overlayButton {
    width: auto;
    margin: 3px 4px 2px !important;
    padding: 2px 11px;
    color: var(--main-color);
    background-color: var(--overlay-button-bg-color);
    border: var(--overlay-button-border) !important; }
  .pidPDFViewer [data-id-pdfviewer="overlayContainer"] {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 40000; }
  .pidPDFViewer [data-id-pdfviewer="overlayContainer"] > * {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .pidPDFViewer [data-id-pdfviewer="overlayContainer"] > .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .pidPDFViewer [data-id-pdfviewer="overlayContainer"] > .container > .dialog {
    display: inline-block;
    padding: 15px;
    border-spacing: 4px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    background-color: var(--doorhanger-bg-color);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  .pidPDFViewer .dialog > .row {
    display: table-row; }
  .pidPDFViewer .dialog > .row > * {
    display: table-cell; }
  .pidPDFViewer .dialog .toolbarField {
    margin: 5px 0; }
  .pidPDFViewer .dialog .separator {
    display: block;
    margin: 4px 0;
    height: 1px;
    width: 100%;
    background-color: var(--separator-color); }
  .pidPDFViewer .dialog .buttonRow {
    text-align: center;
    vertical-align: middle; }
  .pidPDFViewer .dialog :link {
    color: white; }
  .pidPDFViewer [data-id-pdfviewer="passwordOverlay"] > .dialog {
    text-align: center; }
  .pidPDFViewer [data-id-pdfviewer="passwordOverlay"] .toolbarField {
    width: 200px; }
  .pidPDFViewer [data-id-pdfviewer="documentPropertiesOverlay"] > .dialog {
    text-align: left; }
  .pidPDFViewer [data-id-pdfviewer="documentPropertiesOverlay"] .row > * {
    min-width: 100px; }
  .pidPDFViewer [data-id-pdfviewer="documentPropertiesOverlay"] .row > span {
    width: 125px;
    word-wrap: break-word; }
  .pidPDFViewer [data-id-pdfviewer="documentPropertiesOverlay"] .row > p {
    max-width: 225px;
    word-wrap: break-word; }
  .pidPDFViewer [data-id-pdfviewer="documentPropertiesOverlay"] .buttonRow {
    margin-top: 10px; }
  .pidPDFViewer .clearBoth {
    clear: both; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] {
    background: none repeat scroll 0 0 white;
    border: 1px solid #666666;
    position: fixed;
    top: 32px;
    right: 0;
    bottom: 0;
    font-size: 10px;
    padding: 0;
    width: 300px; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] .controls {
    background: #eeeeee;
    border-bottom: 1px solid #666666;
    padding: 3px; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] .panels {
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    top: 27px; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] .panels > div {
    padding: 5px; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] button.active {
    font-weight: bold; }
  .pidPDFViewer .debuggerShowText {
    background: none repeat scroll 0 0 yellow;
    color: blue; }
  .pidPDFViewer .debuggerHideText:hover {
    background: none repeat scroll 0 0 yellow; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] .stats {
    font-family: courier;
    font-size: 10px;
    white-space: pre; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] .stats .title {
    font-weight: bold; }
  .pidPDFViewer [data-id-pdfviewer="PDFBug"] table {
    font-size: 10px; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-visible .textLayer {
    opacity: 1; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-visible .canvasWrapper {
    background-color: #80ff80; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-visible .canvasWrapper canvas {
    mix-blend-mode: screen; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-visible .textLayer span {
    background-color: rgba(255, 255, 0, 0.1);
    color: black;
    border: solid 1px rgba(255, 0, 0, 0.5);
    box-sizing: border-box; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-hover .textLayer span:hover {
    background-color: white;
    color: black; }
  .pidPDFViewer [data-id-pdfviewer="viewer"].textLayer-shadow .textLayer span {
    background-color: rgba(255, 255, 255, 0.6);
    color: black; }
  .pidPDFViewer .grab-to-pan-grab {
    cursor: url("../Images/IconsPDFViewer/grab.cur"), move !important;
    cursor: -webkit-grab !important;
    cursor: grab !important; }
  .pidPDFViewer .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
    cursor: inherit !important; }
  .pidPDFViewer .grab-to-pan-grab:active,
  .pidPDFViewer .grab-to-pan-grabbing {
    cursor: url("../Images/IconsPDFViewer/grabbing.cur"), move !important;
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 50000;
    /* should be higher than anything else in PDF.js! */ }

@page {
  .pidPDFViewer {
    margin: 0; } }
  .pidPDFViewer [data-id-pdfviewer="printContainer"] {
    display: none; }
  @media print {
    .pidPDFViewer {
      /* General rules for printing. */
      /* Rules for browsers that don't support mozPrintCallback. */
      /* Rules for browsers that support PDF.js printing */
      /* wrapper around (scaled) print canvas elements */ }
      .pidPDFViewer body {
        background: rgba(0, 0, 0, 0) none; }
      .pidPDFViewer [data-id-pdfviewer="sidebarContainer"],
      .pidPDFViewer [data-id-pdfviewer="secondaryToolbar"],
      .pidPDFViewer .toolbar,
      .pidPDFViewer [data-id-pdfviewer="loadingBox"],
      .pidPDFViewer [data-id-pdfviewer="errorWrapper"],
      .pidPDFViewer .textLayer {
        display: none; }
      .pidPDFViewer [data-id-pdfviewer="viewerContainer"] {
        overflow: visible; }
      .pidPDFViewer [data-id-pdfviewer="mainContainer"],
      .pidPDFViewer [data-id-pdfviewer="viewerContainer"],
      .pidPDFViewer .page,
      .pidPDFViewer .page canvas {
        position: static;
        padding: 0;
        margin: 0; }
      .pidPDFViewer .page {
        float: left;
        display: none;
        border: none;
        box-shadow: none;
        background-clip: content-box;
        background-color: white; }
      .pidPDFViewer .page[data-loaded] {
        display: block; }
      .pidPDFViewer .fileInput {
        display: none; }
      .pidPDFViewer body[data-pdfjsprinting] [data-id-pdfviewer="outerContainer"] {
        display: none; }
      .pidPDFViewer body[data-pdfjsprinting] [data-id-pdfviewer="printContainer"] {
        display: block; }
      .pidPDFViewer [data-id-pdfviewer="printContainer"] {
        height: 100%; }
      .pidPDFViewer [data-id-pdfviewer="printContainer"] > div {
        page-break-after: always;
        page-break-inside: avoid;
        /* The wrapper always cover the whole page. */
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .pidPDFViewer [data-id-pdfviewer="printContainer"] canvas,
      .pidPDFViewer [data-id-pdfviewer="printContainer"] img {
        /* The intrinsic canvas / image size will make sure that we fit the page. */
        max-width: 100%;
        max-height: 100%;
        direction: ltr;
        display: block; } }
  .pidPDFViewer .visibleLargeView,
  .pidPDFViewer .visibleMediumView,
  .pidPDFViewer .visibleSmallView {
    display: none; }
  @media all and (max-width: 900px) {
    .pidPDFViewer [data-id-pdfviewer="toolbarViewerMiddle"] {
      display: table;
      margin: auto;
      left: auto;
      position: inherit;
      transform: none; } }
  @media all and (max-width: 840px) {
    .pidPDFViewer [data-id-pdfviewer="sidebarContainer"] {
      background-color: var(--sidebar-narrow-bg-color); }
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .hiddenLargeView,
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .hiddenMediumView {
      display: inherit; }
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .visibleLargeView,
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .visibleMediumView {
      display: none; } }
  @media all and (max-width: 770px) {
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .hiddenLargeView {
      display: none; }
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .visibleLargeView {
      display: inherit; } }
  @media all and (max-width: 700px) {
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .hiddenMediumView {
      display: none; }
    .pidPDFViewer [data-id-pdfviewer="outerContainer"] .visibleMediumView {
      display: inherit; } }
  @media all and (max-width: 640px) {
    .pidPDFViewer .hiddenSmallView,
    .pidPDFViewer .hiddenSmallView * {
      display: none; }
    .pidPDFViewer .visibleSmallView {
      display: inherit; }
    .pidPDFViewer .toolbarButtonSpacer {
      width: 0; } }
  @media all and (max-width: 535px) {
    .pidPDFViewer [data-id-pdfviewer="scaleSelectContainer"] {
      display: none; } }

html {
  height: 100%;
  width: 100%;
  /* Font size is needed to make the activity bar the correct size. */
  font-size: 10px; }

html[dir="ltr"] [data-id-pdfviewer="sidebarContainer"] {
  transition-property: left;
  left: calc(0px - var(--sidebar-width));
  border-right: var(--doorhanger-border-color-whcm); }

html[dir="rtl"] [data-id-pdfviewer="sidebarContainer"] {
  transition-property: right;
  right: calc(0px - var(--sidebar-width));
  border-left: var(--doorhanger-border-color-whcm); }

html[dir="ltr"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="sidebarContainer"] {
  left: 0; }

html[dir="rtl"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="sidebarContainer"] {
  right: 0; }

html[dir="ltr"] [data-id-pdfviewer="sidebarContent"] {
  left: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); }

html[dir="rtl"] [data-id-pdfviewer="sidebarContent"] {
  right: 0;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25); }

html [dir="ltr"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="viewerContainer"]:not(.pdfPresentationMode) {
  transition-property: left;
  left: var(--sidebar-width); }

html [dir="rtl"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="viewerContainer"]:not(.pdfPresentationMode) {
  transition-property: right;
  right: var(--sidebar-width); }

html[dir="ltr"] [data-id-pdfviewer="toolbarSidebar"] {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1); }

html[dir="rtl"] [data-id-pdfviewer="toolbarSidebar"] {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1); }

html[dir="ltr"] [data-id-pdfviewer="toolbarSidebar"] .toolbarButton {
  margin-right: 2px !important; }

html[dir="rtl"] [data-id-pdfviewer="toolbarSidebar"] .toolbarButton {
  margin-left: 2px !important; }

html[dir="ltr"] [data-id-pdfviewer="toolbarSidebarRight"] .toolbarButton {
  margin-right: 3px !important; }

html[dir="rtl"] [data-id-pdfviewer="toolbarSidebarRight"] .toolbarButton {
  margin-left: 3px !important; }

html[dir="ltr"] [data-id-pdfviewer="sidebarResizer"] {
  right: -6px; }

html[dir="rtl"] [data-id-pdfviewer="sidebarResizer"] {
  left: -6px; }

html[dir="ltr"] [data-id-pdfviewer="loadingBar"] {
  transition-property: left;
  left: 0;
  right: var(--loadingBar-end-offset); }

html[dir="rtl"] [data-id-pdfviewer="loadingBar"] {
  transition-property: right;
  left: var(--loadingBar-end-offset);
  right: 0; }

html[dir="ltr"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="loadingBar"] {
  left: var(--sidebar-width); }

html[dir="rtl"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="loadingBar"] {
  right: var(--sidebar-width); }

html[dir="ltr"] .findbar {
  left: 64px; }

html[dir="rtl"] .findbar {
  right: 64px; }

html[dir="ltr"] .findbar .splitToolbarButton {
  margin-left: 0;
  margin-right: 5px; }

html[dir="rtl"] .findbar .splitToolbarButton {
  margin-left: 5px;
  margin-right: 0; }

html[dir="ltr"] .findbar .splitToolbarButton > .findNext {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-right: 1px solid var(--field-border-color); }

html[dir="rtl"] .findbar .splitToolbarButton > .findNext {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-left: 1px solid var(--field-border-color); }

html[dir="ltr"] [data-id-pdfviewer="findInput"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

html[dir="rtl"] [data-id-pdfviewer="findInput"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

html[dir="rtl"] [data-id-pdfviewer="findInput"][data-status="pending"] {
  background-position: 3px; }

html[dir="ltr"] .secondaryToolbar {
  right: 4px; }

html[dir="rtl"] .secondaryToolbar {
  left: 4px; }

html[dir="ltr"] .doorHanger:after,
html[dir="rtl"] .doorHangerRight:after {
  left: 10px;
  margin-left: -8px; }

html[dir="ltr"] .doorHanger:before,
html[dir="rtl"] .doorHangerRight:before {
  left: 10px;
  margin-left: -9px; }

html[dir="rtl"] .doorHanger:after,
html[dir="ltr"] .doorHangerRight:after {
  right: 10px;
  margin-right: -8px; }

html[dir="rtl"] .doorHanger:before,
html[dir="ltr"] .doorHangerRight:before {
  right: 10px;
  margin-right: -9px; }

html[dir="ltr"] [data-id-pdfviewer="toolbarViewerLeft"],
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerRight"],
html[dir="ltr"] [data-id-pdfviewer="toolbarSidebarLeft"],
html[dir="rtl"] [data-id-pdfviewer="toolbarSidebarRight"] {
  float: left; }

html[dir="ltr"] [data-id-pdfviewer="toolbarViewerRight"],
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerLeft"],
html[dir="ltr"] [data-id-pdfviewer="toolbarSidebarRight"],
html[dir="rtl"] [data-id-pdfviewer="toolbarSidebarLeft"] {
  float: right; }

html[dir="ltr"] [data-id-pdfviewer="toolbarViewerLeft"] > *,
html[dir="ltr"] [data-id-pdfviewer="toolbarViewerMiddle"] > *,
html[dir="ltr"] [data-id-pdfviewer="toolbarViewerRight"] > *,
html[dir="ltr"] [data-id-pdfviewer="toolbarSidebarLeft"] *,
html[dir="ltr"] [data-id-pdfviewer="toolbarSidebarRight"] *,
html[dir="ltr"] .findbar * {
  position: relative;
  float: left; }

html[dir="rtl"] [data-id-pdfviewer="toolbarViewerLeft"] > *,
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerMiddle"] > *,
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerRight"] > *,
html[dir="rtl"] [data-id-pdfviewer="toolbarSidebarLeft"] *,
html[dir="rtl"] [data-id-pdfviewer="toolbarSidebarRight"] *,
html[dir="rtl"] .findbar * {
  position: relative;
  float: right; }

html[dir="ltr"] .splitToolbarButton > .toolbarButton {
  float: left; }

html[dir="rtl"] .splitToolbarButton > .toolbarButton {
  float: right; }

html[dir="ltr"] .splitToolbarButton > .toolbarButton:first-child,
html[dir="rtl"] .splitToolbarButton > .toolbarButton:last-child {
  margin: 0; }

html[dir="ltr"] .splitToolbarButton > .toolbarButton:last-child,
html[dir="rtl"] .splitToolbarButton > .toolbarButton:first-child {
  margin: 0; }

html[dir="ltr"] .splitToolbarButtonSeparator {
  float: left; }

html[dir="rtl"] .splitToolbarButtonSeparator {
  float: right; }

html[dir="ltr"] [data-id-pdfviewer="toolbarViewerLeft"] > .toolbarButton:first-child,
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerRight"] > .toolbarButton:last-child {
  margin-left: 2px; }

html[dir="ltr"] [data-id-pdfviewer="toolbarViewerRight"] > .toolbarButton:last-child,
html[dir="rtl"] [data-id-pdfviewer="toolbarViewerLeft"] > .toolbarButton:first-child {
  margin-right: 2px; }

html[dir="ltr"] .dropdownToolbarButton::after {
  right: 7px; }

html[dir="rtl"] .dropdownToolbarButton::after {
  left: 7px; }

html[dir="ltr"] .dropdownToolbarButton > select {
  padding-left: 4px; }

html[dir="rtl"] .dropdownToolbarButton > select {
  padding-right: 4px; }

html[dir="ltr"] .secondaryToolbarButton::before {
  left: 12px; }

html[dir="rtl"] .secondaryToolbarButton::before {
  right: 12px; }

html[dir="rtl"] .toolbarButton[data-id-pdfviewer="sidebarToggle"]::before {
  transform: scaleX(-1); }

html[dir="rtl"] .toolbarButton[data-id-pdfviewer="secondaryToolbarToggle"]::before {
  transform: scaleX(-1); }

html[dir="rtl"] [data-id-pdfviewer="viewOutline"].toolbarButton::before {
  transform: scaleX(-1); }

html[dir="rtl"] [data-id-pdfviewer="currentOutlineItem"].toolbarButton::before {
  transform: scaleX(-1); }

html[dir="ltr"] .toolbarButton.pdfSidebarNotification::after {
  left: 17px; }

html[dir="rtl"] .toolbarButton.pdfSidebarNotification::after {
  right: 17px; }

html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 36px;
  text-align: left; }

html[dir="rtl"] .secondaryToolbarButton {
  padding-right: 36px;
  text-align: right; }

html[dir="ltr"] .secondaryToolbarButton > span {
  padding-right: 4px; }

html[dir="rtl"] .secondaryToolbarButton > span {
  padding-left: 4px; }

html[dir="ltr"] .verticalToolbarSeparator {
  margin-left: 2px; }

html[dir="rtl"] .verticalToolbarSeparator {
  margin-right: 2px; }

html[dir="ltr"] .toolbarField[type="checkbox"] {
  margin: 10px 0 3px 7px; }

html[dir="rtl"] .toolbarField[type="checkbox"] {
  margin: 10px 7px 3px 0; }

html[dir="ltr"] [data-id-pdfviewer="numPages"].toolbarLabel {
  padding-left: 3px; }

html[dir="rtl"] [data-id-pdfviewer="numPages"].toolbarLabel {
  padding-right: 3px; }

html[dir="ltr"] .thumbnail {
  float: left; }

html[dir="rtl"] .thumbnail {
  float: right; }

html[dir="ltr"] .treeWithDeepNesting > .treeItem,
html[dir="ltr"] .treeItem > .treeItems {
  margin-left: 20px; }

html[dir="rtl"] .treeWithDeepNesting > .treeItem,
html[dir="rtl"] .treeItem > .treeItems {
  margin-right: 20px; }

html[dir="ltr"] .treeItem > a {
  padding: 2px 0 5px 4px; }

html[dir="rtl"] .treeItem > a {
  padding: 2px 4px 5px 0; }

html[dir="ltr"] [data-id-pdfviewer="layersView"] .treeItem > a > label {
  padding-left: 4px; }

html[dir="rtl"] [data-id-pdfviewer="layersView"] .treesItem > a > label {
  padding-right: 4px; }

html[dir="rtl"] .treeItemToggler.treeItemsHidden::before {
  transform: scaleX(-1); }

html[dir="ltr"] .treeItemToggler {
  float: left; }

html[dir="rtl"] .treeItemToggler {
  float: right; }

html[dir="ltr"] .treeItemToggler::before {
  right: 4px; }

html[dir="rtl"] .treeItemToggler::before {
  left: 4px; }

html[dir="ltr"] [data-id-pdfviewer="documentPropertiesOverlay"] .row > * {
  text-align: left; }

html[dir="rtl"] [data-id-pdfviewer="documentPropertiesOverlay"] .row > * {
  text-align: right; }

html[dir="ltr"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="viewerContainer"] {
  left: 0 !important; }

html[dir="rtl"] [data-id-pdfviewer="outerContainer"].sidebarOpen [data-id-pdfviewer="viewerContainer"] {
  right: 0 !important; }

html[dir="ltr"] .findbar {
  left: 34px; }

html[dir="rtl"] .findbar {
  right: 34px; }

:root {
  --pdfViewer-padding-bottom: none;
  --page-margin: 1px auto -8px;
  --page-border: 9px solid transparent;
  --spreadHorizontalWrapped-margin-LR: -3.5px; }

@media screen and (forced-colors: active) {
  :root {
    --pdfViewer-padding-bottom: 9px;
    --page-margin: 9px auto 0;
    --page-border: none;
    --spreadHorizontalWrapped-margin-LR: 4.5px; } }

:root {
  --sidebar-width: 200px;
  --sidebar-transition-duration: 200ms;
  --sidebar-transition-timing-function: ease;
  --loadingBar-end-offset: 0;
  --toolbar-icon-opacity: 0.7;
  --doorhanger-icon-opacity: 0.9;
  --main-color: rgba(12, 12, 13, 1);
  --body-bg-color: rgba(237, 237, 240, 1);
  --errorWrapper-bg-color: rgba(255, 110, 110, 1);
  --progressBar-color: rgba(10, 132, 255, 1);
  --progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1);
  --progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1);
  --scrollbar-color: auto;
  --scrollbar-bg-color: auto;
  --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
  --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
  --sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9);
  --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
  --toolbar-bg-color: rgba(249, 249, 250, 1);
  --toolbar-border-color: rgba(204, 204, 204, 1);
  --button-hover-color: rgba(221, 222, 223, 1);
  --toggled-btn-color: rgba(0, 0, 0, 1);
  --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
  --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
  --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
  --separator-color: rgba(0, 0, 0, 0.3);
  --field-color: rgba(6, 6, 6, 1);
  --field-bg-color: rgba(255, 255, 255, 1);
  --field-border-color: rgba(187, 187, 188, 1);
  --findbar-nextprevious-btn-bg-color: rgba(227, 228, 230, 1);
  --treeitem-color: rgba(0, 0, 0, 0.8);
  --treeitem-hover-color: rgba(0, 0, 0, 0.9);
  --treeitem-selected-color: rgba(0, 0, 0, 0.9);
  --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
  --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
  --doorhanger-bg-color: rgba(255, 255, 255, 1);
  --doorhanger-border-color: rgba(12, 12, 13, 0.2);
  --doorhanger-hover-color: rgba(12, 12, 13, 1);
  --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
  --doorhanger-separator-color: rgba(222, 222, 222, 1);
  --overlay-button-border: 0 none;
  --overlay-button-bg-color: rgba(12, 12, 13, 0.1);
  --overlay-button-hover-bg-color: rgba(12, 12, 13, 0.3);
  --loading-icon: url(../Images/IconsPDFViewer/loading.svg);
  --treeitem-expanded-icon: url(../Images/IconsPDFViewer/treeitem-expanded.svg);
  --treeitem-collapsed-icon: url(../Images/IconsPDFViewer/treeitem-collapsed.svg);
  --toolbarButton-menuArrow-icon: url(../Images/IconsPDFViewer/toolbarButton-menuArrow.svg);
  --toolbarButton-sidebarToggle-icon: url(../Images/IconsPDFViewer/toolbarButton-sidebarToggle.svg);
  --toolbarButton-secondaryToolbarToggle-icon: url(../Images/IconsPDFViewer/toolbarButton-secondaryToolbarToggle.svg);
  --toolbarButton-pageUp-icon: url(../Images/IconsPDFViewer/toolbarButton-pageUp.svg);
  --toolbarButton-pageDown-icon: url(../Images/IconsPDFViewer/toolbarButton-pageDown.svg);
  --toolbarButton-zoomOut-icon: url(../Images/IconsPDFViewer/toolbarButton-zoomOut.svg);
  --toolbarButton-zoomIn-icon: url(../Images/IconsPDFViewer/toolbarButton-zoomIn.svg);
  --toolbarButton-presentationMode-icon: url(../Images/IconsPDFViewer/toolbarButton-presentationMode.svg);
  --toolbarButton-print-icon: url(../Images/IconsPDFViewer/toolbarButton-print.svg);
  --toolbarButton-openFile-icon: url(../Images/IconsPDFViewer/toolbarButton-openFile.svg);
  --toolbarButton-download-icon: url(../Images/IconsPDFViewer/toolbarButton-download.svg);
  --toolbarButton-bookmark-icon: url(../Images/IconsPDFViewer/toolbarButton-bookmark.svg);
  --toolbarButton-viewThumbnail-icon: url(../Images/IconsPDFViewer/toolbarButton-viewThumbnail.svg);
  --toolbarButton-viewOutline-icon: url(../Images/IconsPDFViewer/toolbarButton-viewOutline.svg);
  --toolbarButton-viewAttachments-icon: url(../Images/IconsPDFViewer/toolbarButton-viewAttachments.svg);
  --toolbarButton-viewLayers-icon: url(../Images/IconsPDFViewer/toolbarButton-viewLayers.svg);
  --toolbarButton-currentOutlineItem-icon: url(../Images/IconsPDFViewer/toolbarButton-currentOutlineItem.svg);
  --toolbarButton-search-icon: url(../Images/IconsPDFViewer/toolbarButton-search.svg);
  --findbarButton-previous-icon: url(../Images/IconsPDFViewer/findbarButton-previous.svg);
  --findbarButton-next-icon: url(../Images/IconsPDFViewer/findbarButton-next.svg);
  --secondaryToolbarButton-firstPage-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-firstPage.svg);
  --secondaryToolbarButton-lastPage-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-lastPage.svg);
  --secondaryToolbarButton-rotateCcw-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-rotateCcw.svg);
  --secondaryToolbarButton-rotateCw-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-rotateCw.svg);
  --secondaryToolbarButton-selectTool-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-selectTool.svg);
  --secondaryToolbarButton-handTool-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-handTool.svg);
  --secondaryToolbarButton-scrollVertical-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-scrollVertical.svg);
  --secondaryToolbarButton-scrollHorizontal-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-scrollHorizontal.svg);
  --secondaryToolbarButton-scrollWrapped-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-scrollWrapped.svg);
  --secondaryToolbarButton-spreadNone-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-spreadNone.svg);
  --secondaryToolbarButton-spreadOdd-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-spreadOdd.svg);
  --secondaryToolbarButton-spreadEven-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-spreadEven.svg);
  --secondaryToolbarButton-documentProperties-icon: url(../Images/IconsPDFViewer/secondaryToolbarButton-documentProperties.svg); }

@media (prefers-color-scheme: dark) {
  :root {
    --main-color: rgba(249, 249, 250, 1);
    --body-bg-color: rgba(42, 42, 46, 1);
    --errorWrapper-bg-color: rgba(169, 14, 14, 1);
    --progressBar-color: rgba(0, 96, 223, 1);
    --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
    --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
    --scrollbar-color: rgba(121, 121, 123, 1);
    --scrollbar-bg-color: rgba(35, 35, 39, 1);
    --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
    --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
    --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
    --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
    --toolbar-bg-color: rgba(56, 56, 61, 1);
    --toolbar-border-color: rgba(12, 12, 13, 1);
    --button-hover-color: rgba(102, 102, 103, 1);
    --toggled-btn-color: rgba(255, 255, 255, 1);
    --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
    --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
    --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
    --separator-color: rgba(0, 0, 0, 0.3);
    --field-color: rgba(250, 250, 250, 1);
    --field-bg-color: rgba(64, 64, 68, 1);
    --field-border-color: rgba(115, 115, 115, 1);
    --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1);
    --treeitem-color: rgba(255, 255, 255, 0.8);
    --treeitem-hover-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
    --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
    --doorhanger-bg-color: rgba(74, 74, 79, 1);
    --doorhanger-border-color: rgba(39, 39, 43, 1);
    --doorhanger-hover-color: rgba(249, 249, 250, 1);
    --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
    --doorhanger-separator-color: rgba(92, 92, 97, 1);
    --overlay-button-bg-color: rgba(92, 92, 97, 1);
    --overlay-button-hover-bg-color: rgba(115, 115, 115, 1);
    /* This image is used in <input> elements, which unfortunately means that
     * the 'mask-image' approach used with all of the other images doesn't work
     * here; hence why we still have two versions of this particular image. */
    --loading-icon: url(../Images/IconsPDFViewer/loading-dark.svg); } }

@media screen and (forced-colors: active) {
  :root {
    --main-color: ButtonText;
    --button-hover-color: Highlight;
    --doorhanger-hover-bg-color: Highlight;
    --toolbar-icon-opacity: 1;
    --toolbar-icon-bg-color: ButtonText;
    --toolbar-icon-hover-bg-color: ButtonFace;
    --toggled-btn-color: HighlightText;
    --toggled-btn-bg-color: LinkText;
    --doorhanger-hover-color: ButtonFace;
    --doorhanger-border-color-whcm: 1px solid ButtonText;
    --doorhanger-triangle-opacity-whcm: 0;
    --overlay-button-border: 1px solid Highlight;
    --overlay-button-hover-bg-color: Highlight;
    --overlay-button-hover-color: ButtonFace;
    --field-border-color: ButtonText; } }

.fileInput {
  background: white;
  color: black;
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0; }
