<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Copyright 2012 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. */
/* line 16, app/assets/stylesheets/pdf_thumbnail.sass */
* {
  padding: 0;
  margin: 0;
}

/* line 20, app/assets/stylesheets/pdf_thumbnail.sass */
html {
  height: 100%;
  /* Font size is needed to make the activity bar the correct size.*/
  font-size: 10px;
}

/* line 25, app/assets/stylesheets/pdf_thumbnail.sass */
body {
  height: 100%;
  background-color: white;
  font: message-box;
  outline: none;
}

/* line 32, app/assets/stylesheets/pdf_thumbnail.sass */
input, button, select {
  font: message-box;
  outline: none;
}

/* line 36, app/assets/stylesheets/pdf_thumbnail.sass */
.hidden, [hidden] {
  display: none !important;
}

/* line 39, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer {
  width: 100%;
}

/* line 41, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer:-webkit-full-screen, #viewerContainer:-moz-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
}

/* line 49, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer:-ms-fullscreen {
  top: 0px !important;
  border-top: 2px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  cursor: none;
}

/* line 56, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer:-ms-fullscreen::-ms-backdrop {
  background-color: #000;
}

/* line 58, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer:fullscreen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
}

/* line 67, app/assets/stylesheets/pdf_thumbnail.sass */
:-webkit-full-screen .page, :-moz-full-screen .page {
  margin-bottom: 100%;
  border: 0;
}

/* line 71, app/assets/stylesheets/pdf_thumbnail.sass */
:-ms-fullscreen .page {
  margin-bottom: 100% !important;
  border: 0;
}

/* line 75, app/assets/stylesheets/pdf_thumbnail.sass */
:fullscreen .page {
  margin-bottom: 100%;
  border: 0;
}

/* line 79, app/assets/stylesheets/pdf_thumbnail.sass */
:-webkit-full-screen a:not(.internalLink), :-moz-full-screen a:not(.internalLink) {
  display: none;
}

/* line 82, app/assets/stylesheets/pdf_thumbnail.sass */
:-ms-fullscreen a:not(.internalLink) {
  display: none !important;
}

/* line 85, app/assets/stylesheets/pdf_thumbnail.sass */
:fullscreen a:not(.internalLink) {
  display: none;
}

/* line 88, app/assets/stylesheets/pdf_thumbnail.sass */
:-webkit-full-screen .textLayer &gt; div, :-moz-full-screen .textLayer &gt; div, :fullscreen .textLayer &gt; div {
  cursor: none;
}

/* line 91, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer.presentationControls {
  cursor: default;
}

/* line 93, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer.presentationControls .textLayer &gt; div {
  cursor: default;
}

/* outer/inner center provides horizontal center */
/* line 98, app/assets/stylesheets/pdf_thumbnail.sass */
.outerCenter {
  pointer-events: none;
  position: relative;
}

/* line 103, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .outerCenter {
  float: right;
  right: 50%;
}

/* line 106, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .outerCenter {
  float: left;
  left: 50%;
}

/* line 110, app/assets/stylesheets/pdf_thumbnail.sass */
.innerCenter {
  pointer-events: auto;
  position: relative;
}

/* line 115, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .innerCenter {
  float: right;
  right: -50%;
}

/* line 118, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .innerCenter {
  float: left;
  left: -50%;
}

/* line 122, app/assets/stylesheets/pdf_thumbnail.sass */
#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 127, app/assets/stylesheets/pdf_thumbnail.sass */
#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;
}

/* line 139, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #sidebarContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: -200px;
}

/* line 143, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #sidebarContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: -200px;
}

/* line 149, app/assets/stylesheets/pdf_thumbnail.sass */
#outerContainer.sidebarMoving &gt; #sidebarContainer, #outerContainer.sidebarOpen &gt; #sidebarContainer {
  visibility: visible;
}

/* line 153, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #outerContainer.sidebarOpen &gt; #sidebarContainer {
  left: 0px;
}

/* line 155, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #outerContainer.sidebarOpen &gt; #sidebarContainer {
  right: 0px;
}

/* line 158, app/assets/stylesheets/pdf_thumbnail.sass */
#mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

/* line 171, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #outerContainer.sidebarOpen &gt; #mainContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: 200px;
}

/* line 175, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #outerContainer.sidebarOpen &gt; #mainContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: 200px;
}

/* line 180, app/assets/stylesheets/pdf_thumbnail.sass */
#sidebarContent {
  top: 32px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 190, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #sidebarContent {
  left: 0;
}

/* line 193, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #sidebarContent {
  right: 0;
}

/* line 197, app/assets/stylesheets/pdf_thumbnail.sass */
#viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  right: 0;
  bottom: 0;
  outline: none;
}

/* line 205, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbar {
  display: none;
}

/* line 208, app/assets/stylesheets/pdf_thumbnail.sass */
#toolbarContainer {
  width: 100%;
}

/* line 211, app/assets/stylesheets/pdf_thumbnail.sass */
#toolbarSidebar {
  width: 200px;
  height: 32px;
  background-color: #424242;
}

/* line 216, app/assets/stylesheets/pdf_thumbnail.sass */
#toolbarContainer, .findbar, .secondaryToolbar {
  position: relative;
  height: 32px;
  background-color: #313234;
}

/* line 221, app/assets/stylesheets/pdf_thumbnail.sass */
#toolbarViewer {
  height: 32px;
}

/* line 224, app/assets/stylesheets/pdf_thumbnail.sass */
#loadingBar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #333;
  border-bottom: 1px solid #333;
}

/* line 230, app/assets/stylesheets/pdf_thumbnail.sass */
#loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}

/* line 240, app/assets/stylesheets/pdf_thumbnail.sass */
#loadingBar .progress.indeterminate {
  background-color: #999;
  -webkit-transition: none;
  transition: none;
}

/* line 244, app/assets/stylesheets/pdf_thumbnail.sass */
#loadingBar .indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  background-image: linear-gradient(to right, #999999 0%, white 50%, #999999 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation: progressIndeterminate 2s linear infinite;
  animation: progressIndeterminate 2s linear infinite;
}

@-webkit-keyframes progressIndeterminate {
  0% {
    left: 0%;
  }
  50%, 100% {
    left: 100%;
  }
}

@keyframes progressIndeterminate {
  0% {
    left: 0%;
  }
  50%, 100% {
    left: 100%;
  }
}

/* line 270, app/assets/stylesheets/pdf_thumbnail.sass */
.findbar, .secondaryToolbar {
  top: 32px;
  position: absolute;
  z-index: 10000;
  height: 32px;
  min-width: 16px;
  padding: 0px 6px 0px 6px;
  margin: 4px 2px 4px 2px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}

/* line 285, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .findbar {
  left: 68px;
}

/* line 287, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .findbar {
  right: 68px;
}

/* line 290, app/assets/stylesheets/pdf_thumbnail.sass */
.findbar label {
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 294, app/assets/stylesheets/pdf_thumbnail.sass */
#findInput[data-status="pending"] {
  background-image: url(/pdfjs/images/loading-small.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* line 299, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}

/* line 305, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .secondaryToolbar {
  right: 4px;
}

/* line 307, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .secondaryToolbar {
  left: 4px;
}

/* line 310, app/assets/stylesheets/pdf_thumbnail.sass */
#secondaryToolbarButtonContainer {
  max-width: 200px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -4px;
}

/* line 317, app/assets/stylesheets/pdf_thumbnail.sass */
.doorHanger, .doorHangerRight {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

/* line 322, app/assets/stylesheets/pdf_thumbnail.sass */
.doorHanger:after, .doorHanger:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 332, app/assets/stylesheets/pdf_thumbnail.sass */
.doorHangerRight:after, .doorHangerRight:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 341, app/assets/stylesheets/pdf_thumbnail.sass */
.doorHanger:after, .doorHangerRight:after {
  border-bottom-color: rgba(82, 82, 82, 0.99);
  border-width: 8px;
}

/* line 345, app/assets/stylesheets/pdf_thumbnail.sass */
.doorHanger:before, .doorHangerRight:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-width: 9px;
}

/* line 350, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .doorHanger:after, html[dir='rtl'] .doorHangerRight:after {
  left: 13px;
  margin-left: -8px;
}

/* line 353, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .doorHanger:before {
  left: 13px;
  margin-left: -9px;
}

/* line 357, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .doorHangerRight:before {
  left: 13px;
  margin-left: -9px;
}

/* line 360, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .doorHanger:after {
  right: 13px;
  margin-right: -8px;
}

/* line 363, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .doorHangerRight:after {
  right: 13px;
  margin-right: -8px;
}

/* line 366, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .doorHanger:before, html[dir='ltr'] .doorHangerRight:before {
  right: 13px;
  margin-right: -9px;
}

/* line 370, app/assets/stylesheets/pdf_thumbnail.sass */
#findMsg {
  font-style: italic;
  color: #A6B7D0;
}

/* line 374, app/assets/stylesheets/pdf_thumbnail.sass */
.notFound {
  background-color: #ff8999;
}

/* line 378, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #toolbarViewerLeft {
  margin-left: -1px;
}

/* line 380, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #toolbarViewerRight {
  margin-right: -1px;
}

/* line 382, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #toolbarViewerLeft, html[dir='rtl'] #toolbarViewerRight {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 386, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #toolbarViewerRight, html[dir='rtl'] #toolbarViewerLeft {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 391, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #toolbarViewerLeft &gt; *, html[dir='ltr'] #toolbarViewerMiddle &gt; *, html[dir='ltr'] #toolbarViewerRight &gt; *, html[dir='ltr'] .findbar &gt; * {
  position: relative;
  float: left;
}

/* line 395, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #toolbarViewerLeft &gt; *, html[dir='rtl'] #toolbarViewerMiddle &gt; *, html[dir='rtl'] #toolbarViewerRight &gt; *, html[dir='rtl'] .findbar &gt; * {
  position: relative;
  float: right;
}

/* line 398, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}

/* line 401, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .splitToolbarButton {
  margin: 3px 0 4px 2px;
  display: inline-block;
}

/* line 404, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton &gt; .toolbarButton {
  border-radius: 0;
  float: left;
}

/* line 407, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .splitToolbarButton &gt; .toolbarButton {
  border-radius: 0;
  float: right;
}

/* line 411, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton, .secondaryToolbarButton, .overlayButton {
  border: 0 none;
  background: none;
  width: 32px;
  height: 25px;
}

/* line 418, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton &gt; span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 423, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton[disabled] {
  opacity: .5;
}

/* line 426, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton[disabled], .overlayButton[disabled] {
  opacity: .5;
}

/* line 429, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.group {
  margin-right: 0;
}

/* line 433, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}

/* line 435, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButton:hover &gt; .toolbarButton, .splitToolbarButton:focus &gt; .toolbarButton, .splitToolbarButton.toggled &gt; .toolbarButton {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -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;
}

/* line 449, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.textButton {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -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;
}

/* line 463, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButton &gt; .toolbarButton:hover, .splitToolbarButton &gt; .toolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 199;
}

/* line 467, app/assets/stylesheets/pdf_thumbnail.sass */
.dropdownToolbarButton:hover, .overlayButton:hover {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 199;
}

/* line 472, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.textButton:hover, .toolbarButton.textButton:focus {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 199;
}

/* line 476, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButton &gt; .toolbarButton {
  position: relative;
}

/* line 480, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton &gt; .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton &gt; .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right-color: transparent;
}

/* line 487, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton &gt; .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton &gt; .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: transparent;
}

/* line 495, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: inline-block;
  margin: 5px 0;
}

/* line 505, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButtonSeparator {
  float: left;
}

/* line 507, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .splitToolbarButtonSeparator {
  float: right;
}

/* line 511, app/assets/stylesheets/pdf_thumbnail.sass */
.splitToolbarButton:hover &gt; .splitToolbarButtonSeparator, .splitToolbarButton.toggled &gt; .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  -webkit-transition-property: padding;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: ease;
  transition-property: padding;
  transition-duration: 10ms;
  transition-timing-function: ease;
}

/* line 522, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton, .dropdownToolbarButton, .secondaryToolbarButton, .overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* Opera does not support user-select, use &lt;... unselectable="on"&gt; instead*/
  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;
}

/* line 544, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .toolbarButton, html[dir='ltr'] .overlayButton, html[dir='ltr'] .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}

/* line 547, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .toolbarButton, html[dir='rtl'] .overlayButton, html[dir='rtl'] .dropdownToolbarButton {
  margin: 3px 0 4px 2px;
}

/* line 551, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton:hover, .toolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}

/* line 558, app/assets/stylesheets/pdf_thumbnail.sass */
.dropdownToolbarButton, .overlayButton {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}

/* line 566, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton:hover, .secondaryToolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}

/* line 573, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton:hover:active, .overlayButton:hover:active, .dropdownToolbarButton:hover:active, .secondaryToolbarButton:hover:active {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
  -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;
}

/* line 584, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.toggled, .splitToolbarButton.toggled &gt; .toolbarButton.toggled, .secondaryToolbarButton.toggled {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
  -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;
}

/* line 595, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.toggled:hover:active, .splitToolbarButton.toggled &gt; .toolbarButton.toggled:hover:active, .secondaryToolbarButton.toggled:hover:active {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
}

/* line 599, app/assets/stylesheets/pdf_thumbnail.sass */
.dropdownToolbarButton {
  width: 120px;
  max-width: 120px;
  padding: 3px 2px 2px;
  overflow: hidden;
  background: url(/pdfjs/images/toolbarButton-menuArrows.png) no-repeat;
}

/* line 607, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .dropdownToolbarButton {
  background-position: 95%;
}

/* line 609, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .dropdownToolbarButton {
  background-position: 5%;
}

/* line 612, app/assets/stylesheets/pdf_thumbnail.sass */
.dropdownToolbarButton &gt; select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* in the future this might matter, see bugzilla bug #649849*/
  min-width: 140px;
  font-size: 12px;
  color: #f2f2f2;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  /* Opera does not support 'transparent' &lt;select&gt; background*/
}

/* line 624, app/assets/stylesheets/pdf_thumbnail.sass */
.dropdownToolbarButton &gt; select &gt; option {
  background: #3d3d3d;
}

/* line 627, app/assets/stylesheets/pdf_thumbnail.sass */
#customScaleOption {
  display: none;
}

/* line 630, app/assets/stylesheets/pdf_thumbnail.sass */
#pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

/* line 635, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton:first-child, html[dir='ltr'] .toolbarButton:first-child {
  margin-left: 4px;
}

/* line 638, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .splitToolbarButton:last-child, html[dir='rtl'] .toolbarButton:last-child {
  margin-left: 4px;
}

/* line 641, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .splitToolbarButton:last-child, html[dir='ltr'] .toolbarButton:last-child {
  margin-right: 4px;
}

/* line 644, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .splitToolbarButton:first-child, html[dir='rtl'] .toolbarButton:first-child {
  margin-right: 4px;
}

/* line 647, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}

/* line 652, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButtonFlexibleSpacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 30px;
}

/* line 659, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #findPrevious {
  margin-left: 3px;
}

/* line 661, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #findNext {
  margin-right: 3px;
}

/* line 664, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #findPrevious {
  margin-right: 3px;
}

/* line 666, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #findNext {
  margin-left: 3px;
}

/* line 669, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton::before, .secondaryToolbarButton::before {
  /* All matching images have a size of 16x16
   * All relevant containers have a size of 32x25*/
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 7px;
}

/* line 678, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="ltr"] .secondaryToolbarButton::before {
  left: 4px;
}

/* line 680, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="rtl"] .secondaryToolbarButton::before {
  right: 4px;
}

/* line 682, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #sidebarToggle.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-sidebarToggle.png);
}

/* line 684, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #sidebarToggle.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-sidebarToggle-rtl.png);
}

/* line 686, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #secondaryToolbarToggle.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle.png);
}

/* line 688, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #secondaryToolbarToggle.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl.png);
}

/* line 690, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .toolbarButton.findPrevious::before {
  content: url(/pdfjs/images/findbarButton-previous.png);
}

/* line 692, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .toolbarButton.findPrevious::before {
  content: url(/pdfjs/images/findbarButton-previous-rtl.png);
}

/* line 694, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .toolbarButton.findNext::before {
  content: url(/pdfjs/images/findbarButton-next.png);
}

/* line 696, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .toolbarButton.findNext::before {
  content: url(/pdfjs/images/findbarButton-next-rtl.png);
}

/* line 698, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .toolbarButton.pageUp::before {
  content: url(/pdfjs/images/toolbarButton-pageUp.png);
}

/* line 700, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .toolbarButton.pageUp::before {
  content: url(/pdfjs/images/toolbarButton-pageUp-rtl.png);
}

/* line 702, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .toolbarButton.pageDown::before {
  content: url(/pdfjs/images/toolbarButton-pageDown.png);
}

/* line 704, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .toolbarButton.pageDown::before {
  content: url(/pdfjs/images/toolbarButton-pageDown-rtl.png);
}

/* line 708, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.zoomOut::before {
  content: url(/pdfjs/images/toolbarButton-zoomOut.png);
}

/* line 710, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.zoomIn::before {
  content: url(/pdfjs/images/toolbarButton-zoomIn.png);
}

/* line 712, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.presentationMode::before {
  content: url(/pdfjs/images/toolbarButton-presentationMode.png);
}

/* line 715, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.presentationMode::before {
  content: url(/pdfjs/images/toolbarButton-presentationMode.png);
}

/* line 718, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.print::before, .secondaryToolbarButton.print::before {
  content: url(/pdfjs/images/toolbarButton-print.png);
}

/* line 721, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.openFile::before, .secondaryToolbarButton.openFile::before {
  content: url(/pdfjs/images/toolbarButton-openFile.png);
}

/* line 724, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.download::before, .secondaryToolbarButton.download::before {
  content: url(/pdfjs/images/toolbarButton-download.png);
}

/* line 727, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
}

/* line 735, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
  padding-top: 5px;
}

/* line 744, app/assets/stylesheets/pdf_thumbnail.sass */
.bookmark[href='#'] {
  opacity: .5;
  pointer-events: none;
}

/* line 748, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarButton.bookmark::before, .secondaryToolbarButton.bookmark::before {
  content: url(/pdfjs/images/toolbarButton-bookmark.png);
}

/* line 751, app/assets/stylesheets/pdf_thumbnail.sass */
#viewThumbnail.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-viewThumbnail.png);
}

/* line 755, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="ltr"] #viewOutline.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-viewOutline.png);
}

/* line 757, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="rtl"] #viewOutline.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-viewOutline-rtl.png);
}

/* line 760, app/assets/stylesheets/pdf_thumbnail.sass */
#viewAttachments.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-viewAttachments.png);
}

/* line 763, app/assets/stylesheets/pdf_thumbnail.sass */
#viewFind.toolbarButton::before {
  content: url(/pdfjs/images/toolbarButton-search.png);
}

/* line 766, app/assets/stylesheets/pdf_thumbnail.sass */
.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;
}

/* line 777, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}

/* line 780, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="rtl"] .secondaryToolbarButton {
  padding-right: 24px;
  text-align: right;
}

/* line 783, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="ltr"] .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}

/* line 785, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="rtl"] .secondaryToolbarButton.bookmark {
  padding-right: 27px;
}

/* line 787, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="ltr"] .secondaryToolbarButton &gt; span {
  padding-right: 4px;
}

/* line 789, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir="rtl"] .secondaryToolbarButton &gt; span {
  padding-left: 4px;
}

/* line 793, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.firstPage::before {
  content: url(/pdfjs/images/secondaryToolbarButton-firstPage.png);
}

/* line 795, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.lastPage::before {
  content: url(/pdfjs/images/secondaryToolbarButton-lastPage.png);
}

/* line 797, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.rotateCcw::before {
  content: url(/pdfjs/images/secondaryToolbarButton-rotateCcw.png);
}

/* line 799, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.rotateCw::before {
  content: url(/pdfjs/images/secondaryToolbarButton-rotateCw.png);
}

/* line 801, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.handTool::before {
  content: url(/pdfjs/images/secondaryToolbarButton-handTool.png);
}

/* line 803, app/assets/stylesheets/pdf_thumbnail.sass */
.secondaryToolbarButton.documentProperties::before {
  content: url(/pdfjs/images/secondaryToolbarButton-documentProperties.png);
}

/* line 806, app/assets/stylesheets/pdf_thumbnail.sass */
.verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 814, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .verticalToolbarSeparator {
  margin-left: 2px;
}

/* line 816, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .verticalToolbarSeparator {
  margin-right: 2px;
}

/* line 819, app/assets/stylesheets/pdf_thumbnail.sass */
.horizontalToolbarSeparator {
  display: block;
  margin: 0 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 826, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.09);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  color: #f2f2f2;
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

/* line 843, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0px;
}

/* line 846, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField.pageNumber {
  -moz-appearance: textfield;
  /* hides the spinner in moz*/
  min-width: 16px;
  text-align: right;
  width: 40px;
}

/* line 852, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField.pageNumber::-webkit-inner-spin-button, .toolbarField.pageNumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 855, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField:hover {
  background-color: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
}

/* line 858, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarField:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(77, 184, 255, 0.8) rgba(77, 184, 255, 0.85) rgba(77, 184, 255, 0.9);
}

/* line 862, app/assets/stylesheets/pdf_thumbnail.sass */
.toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}

/* line 876, app/assets/stylesheets/pdf_thumbnail.sass */
#thumbnailView {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 885, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnail {
  float: left;
  margin-bottom: 5px;
}

/* line 889, app/assets/stylesheets/pdf_thumbnail.sass */
#thumbnailView &gt; a:last-of-type &gt; .thumbnail {
  margin-bottom: 10px;
}

/* line 892, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

/* line 896, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnailImage {
  transition-duration: 150ms;
  border: 1px solid transparent;
  opacity: 0.8;
  z-index: 99;
}

/* line 902, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
  transition-duration: 150ms;
}

/* line 907, app/assets/stylesheets/pdf_thumbnail.sass */
a:focus &gt; .thumbnail &gt; .thumbnailSelectionRing &gt; .thumbnailImage, .thumbnail:hover &gt; .thumbnailSelectionRing &gt; .thumbnailImage {
  opacity: .9;
}

/* line 910, app/assets/stylesheets/pdf_thumbnail.sass */
a:focus &gt; .thumbnail &gt; .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.9);
}

/* line 917, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnail:hover &gt; .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.9);
}

/* line 922, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnail.selected &gt; .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  color: white;
}

/* line 923, app/assets/stylesheets/pdf_thumbnail.sass */
.thumbnail.selected &gt; .thumbnailSelectionRing &gt; .thumbnailImage {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* line 931, app/assets/stylesheets/pdf_thumbnail.sass */
#outlineView, #attachmentsView {
  position: absolute;
  width: 192px;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 941, app/assets/stylesheets/pdf_thumbnail.sass */
#outlineView {
  padding: 4px 4px 0;
}

/* line 944, app/assets/stylesheets/pdf_thumbnail.sass */
#attachmentsView {
  padding: 3px 4px 0;
}

/* line 948, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .outlineItem &gt; .outlineItems {
  margin-left: 20px;
}

/* line 950, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .outlineItem &gt; .outlineItems {
  margin-right: 20px;
}

/* line 953, app/assets/stylesheets/pdf_thumbnail.sass */
.outlineItem &gt; a {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select: none;
  white-space: normal;
}

/* line 966, app/assets/stylesheets/pdf_thumbnail.sass */
.attachmentsItem &gt; button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select: none;
  white-space: normal;
  border: 0 none;
  background: none;
  cursor: pointer;
  width: 100%;
}

/* line 985, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .outlineItem &gt; a {
  padding: 2px 0 5px 10px;
}

/* line 987, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] .attachmentsItem &gt; button {
  padding: 2px 0 3px 7px;
  text-align: left;
}

/* line 991, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .outlineItem &gt; a {
  padding: 2px 10px 5px 0;
}

/* line 993, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] .attachmentsItem &gt; button {
  padding: 2px 7px 3px 0;
  text-align: right;
}

/* line 997, app/assets/stylesheets/pdf_thumbnail.sass */
.outlineItem &gt; a:hover, .attachmentsItem &gt; button:hover {
  background-color: rgba(255, 255, 255, 0.02);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1003, app/assets/stylesheets/pdf_thumbnail.sass */
.outlineItem.selected {
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  color: white;
}

/* line 1009, app/assets/stylesheets/pdf_thumbnail.sass */
.noResults {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  cursor: default;
}

/* line 1015, app/assets/stylesheets/pdf_thumbnail.sass */
.canvasWrapper {
  overflow: hidden;
  width: 100% !important;
}

/* line 1019, app/assets/stylesheets/pdf_thumbnail.sass */
canvas {
  margin: 0;
  display: block;
  width: 100% !important;
}

/* line 1024, app/assets/stylesheets/pdf_thumbnail.sass */
.page {
  direction: ltr;
  width: 100% !important;
  position: relative;
  overflow: visible;
  background-clip: content-box;
  background-color: white;
}

/* line 1032, app/assets/stylesheets/pdf_thumbnail.sass */
.annotLink &gt; a:hover {
  opacity: 0.2;
  background: #ff0;
}

/* line 1036, app/assets/stylesheets/pdf_thumbnail.sass */
.loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/pdfjs/images/loading-icon.gif) center no-repeat;
}

/* line 1045, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000;
  font-family: sans-serif;
  overflow: hidden;
  width: 100%;
}

/* line 1055, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer &gt; div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
}

/* line 1060, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 0.2);
  border-radius: 4px;
}

/* line 1065, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

/* line 1067, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

/* line 1069, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer .highlight.middle {
  border-radius: 0px;
}

/* line 1071, app/assets/stylesheets/pdf_thumbnail.sass */
.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 0.2);
}

/* 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: */
/* line 1078, app/assets/stylesheets/pdf_thumbnail.sass */
::selection {
  background: rgba(0, 0, 255, 0.3);
}

/* line 1081, app/assets/stylesheets/pdf_thumbnail.sass */
::-moz-selection {
  background: rgba(0, 0, 255, 0.3);
}

/* line 1084, app/assets/stylesheets/pdf_thumbnail.sass */
.annotationHighlight {
  position: absolute;
  border: 2px #FFFF99 solid;
}

/* line 1088, app/assets/stylesheets/pdf_thumbnail.sass */
.annotText &gt; img {
  position: absolute;
  cursor: pointer;
}

/* line 1092, app/assets/stylesheets/pdf_thumbnail.sass */
.annotTextContentWrapper {
  position: absolute;
  width: 20em;
}

/* line 1096, app/assets/stylesheets/pdf_thumbnail.sass */
.annotTextContent {
  z-index: 200;
  float: left;
  max-width: 20em;
  background-color: #FFFF99;
  border-radius: 2px;
  padding: 0.6em;
  cursor: pointer;
}

/* line 1105, app/assets/stylesheets/pdf_thumbnail.sass */
.annotTextContent &gt; h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
}

/* line 1109, app/assets/stylesheets/pdf_thumbnail.sass */
.annotTextContent &gt; p {
  padding-top: 0.2em;
}

/* line 1112, app/assets/stylesheets/pdf_thumbnail.sass */
.annotLink &gt; a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA                    LAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

/* line 1121, app/assets/stylesheets/pdf_thumbnail.sass */
#errorWrapper {
  background: none repeat scroll 0 0 #FF5555;
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}

/* line 1131, app/assets/stylesheets/pdf_thumbnail.sass */
.loadingInProgress #errorWrapper {
  top: 39px;
}

/* line 1134, app/assets/stylesheets/pdf_thumbnail.sass */
#errorMessageLeft {
  float: left;
}

/* line 1137, app/assets/stylesheets/pdf_thumbnail.sass */
#errorMessageRight {
  float: right;
}

/* line 1140, app/assets/stylesheets/pdf_thumbnail.sass */
#errorMoreInfo {
  background-color: #FFFFFF;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}

/* line 1147, app/assets/stylesheets/pdf_thumbnail.sass */
.overlayButton {
  width: auto;
  margin: 3px 4px 2px 4px !important;
  padding: 2px 6px 3px 6px;
}

/* line 1152, app/assets/stylesheets/pdf_thumbnail.sass */
#overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 40000;
}

/* line 1160, app/assets/stylesheets/pdf_thumbnail.sass */
#overlayContainer &gt; * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1163, app/assets/stylesheets/pdf_thumbnail.sass */
#overlayContainer &gt; .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1167, app/assets/stylesheets/pdf_thumbnail.sass */
#overlayContainer &gt; .container &gt; .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  background-color: #313234;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/* line 1180, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog &gt; .row {
  display: table-row;
}

/* line 1182, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog &gt; .row &gt; * {
  display: table-cell;
}

/* line 1184, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog .toolbarField {
  margin: 5px 0;
}

/* line 1186, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog .toolbarField:hover, .dialog .toolbarField:focus {
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}

/* line 1188, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1194, app/assets/stylesheets/pdf_thumbnail.sass */
.dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}

/* line 1199, app/assets/stylesheets/pdf_thumbnail.sass */
#passwordOverlay &gt; .dialog {
  text-align: center;
}

/* line 1201, app/assets/stylesheets/pdf_thumbnail.sass */
#passwordOverlay .toolbarField {
  width: 200px;
}

/* line 1205, app/assets/stylesheets/pdf_thumbnail.sass */
#documentPropertiesOverlay &gt; .dialog {
  text-align: left;
}

/* line 1207, app/assets/stylesheets/pdf_thumbnail.sass */
#documentPropertiesOverlay .row &gt; * {
  min-width: 100px;
}

/* line 1211, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='ltr'] #documentPropertiesOverlay .row &gt; * {
  text-align: left;
}

/* line 1213, app/assets/stylesheets/pdf_thumbnail.sass */
html[dir='rtl'] #documentPropertiesOverlay .row &gt; * {
  text-align: right;
}

/* line 1218, app/assets/stylesheets/pdf_thumbnail.sass */
#documentPropertiesOverlay .row &gt; span {
  width: 125px;
  word-wrap: break-word;
}

/* line 1221, app/assets/stylesheets/pdf_thumbnail.sass */
#documentPropertiesOverlay .row &gt; p {
  max-width: 225px;
  word-wrap: break-word;
}

/* line 1224, app/assets/stylesheets/pdf_thumbnail.sass */
#documentPropertiesOverlay .buttonRow {
  margin-top: 10px;
}

/* line 1227, app/assets/stylesheets/pdf_thumbnail.sass */
.clearBoth {
  clear: both;
}

/* line 1230, app/assets/stylesheets/pdf_thumbnail.sass */
.fileInput {
  background: white;
  color: black;
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

/* line 1239, app/assets/stylesheets/pdf_thumbnail.sass */
#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: 100%;
}

/* line 1249, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug .controls {
  background: #EEEEEE;
  border-bottom: 1px solid #666666;
  padding: 3px;
}

/* line 1253, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}

/* line 1261, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug button.active {
  font-weight: bold;
}

/* line 1264, app/assets/stylesheets/pdf_thumbnail.sass */
.debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
  opacity: 0.3;
}

/* line 1269, app/assets/stylesheets/pdf_thumbnail.sass */
.debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
  opacity: 0.3;
}

/* line 1274, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}

/* line 1278, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug .stats .title {
  font-weight: bold;
}

/* line 1280, app/assets/stylesheets/pdf_thumbnail.sass */
#PDFBug table {
  font-size: 10px;
}

/* line 1283, app/assets/stylesheets/pdf_thumbnail.sass */
#viewer {
  width: 100%;
}

/* line 1285, app/assets/stylesheets/pdf_thumbnail.sass */
#viewer.textLayer-visible .textLayer &gt; div, #viewer.textLayer-hover .textLayer &gt; div:hover {
  background-color: white;
  color: black;
}

/* line 1288, app/assets/stylesheets/pdf_thumbnail.sass */
#viewer.textLayer-shadow .textLayer &gt; div {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}

/* line 1292, app/assets/stylesheets/pdf_thumbnail.sass */
.grab-to-pan-grab {
  cursor: url(/pdfjs/images/grab.cur), move !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
  cursor: grab !important;
}

/* line 1297, app/assets/stylesheets/pdf_thumbnail.sass */
.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}

/* line 1299, app/assets/stylesheets/pdf_thumbnail.sass */
.grab-to-pan-grab:active {
  cursor: url(/pdfjs/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;
  /* should be higher than anything else in PDF.js! */
}

/* line 1315, app/assets/stylesheets/pdf_thumbnail.sass */
.grab-to-pan-grabbing {
  cursor: url(/pdfjs/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;
  /* should be higher than anything else in PDF.js! */
}

@page {
  margin: 0;
}

/* line 1335, app/assets/stylesheets/pdf_thumbnail.sass */
#printContainer, .visibleLargeView, .visibleMediumView, .visibleSmallView {
  display: none;
}

@media screen and (min-resolution: 2dppx) {
  /* Rules for Retina screens */
  /* line 1340, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -5px;
  }
  /* line 1344, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -4px;
  }
  /* line 1349, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .toolbarButton::before, html[dir='rtl'] .toolbarButton::before {
    left: -1px;
  }
  /* line 1351, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .secondaryToolbarButton::before {
    left: -2px;
  }
  /* line 1353, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .secondaryToolbarButton::before {
    left: 186px;
  }
  /* line 1355, app/assets/stylesheets/pdf_thumbnail.sass */
  .dropdownToolbarButton {
    background: url(/pdfjs/images/toolbarButton-menuArrows@2x.png) no-repeat;
    background-size: 7px 16px;
  }
  /* line 1359, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] #sidebarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-sidebarToggle@2x.png);
  }
  /* line 1361, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] #sidebarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-sidebarToggle-rtl@2x.png);
  }
  /* line 1363, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] #secondaryToolbarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle@2x.png);
  }
  /* line 1365, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] #secondaryToolbarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png);
  }
  /* line 1367, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .toolbarButton.findPrevious::before {
    content: url(/pdfjs/images/findbarButton-previous@2x.png);
  }
  /* line 1369, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .toolbarButton.findPrevious::before {
    content: url(/pdfjs/images/findbarButton-previous-rtl@2x.png);
  }
  /* line 1371, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .toolbarButton.findNext::before {
    content: url(/pdfjs/images/findbarButton-next@2x.png);
  }
  /* line 1373, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .toolbarButton.findNext::before {
    content: url(/pdfjs/images/findbarButton-next-rtl@2x.png);
  }
  /* line 1375, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .toolbarButton.pageUp::before {
    content: url(/pdfjs/images/toolbarButton-pageUp@2x.png);
  }
  /* line 1377, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .toolbarButton.pageUp::before {
    content: url(/pdfjs/images/toolbarButton-pageUp-rtl@2x.png);
  }
  /* line 1379, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .toolbarButton.pageDown::before {
    content: url(/pdfjs/images/toolbarButton-pageDown@2x.png);
  }
  /* line 1381, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .toolbarButton.pageDown::before {
    content: url(/pdfjs/images/toolbarButton-pageDown-rtl@2x.png);
  }
  /* line 1384, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.zoomIn::before {
    content: url(/pdfjs/images/toolbarButton-zoomIn@2x.png);
  }
  /* line 1386, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.zoomOut::before {
    content: url(/pdfjs/images/toolbarButton-zoomOut@2x.png);
  }
  /* line 1388, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.presentationMode::before {
    content: url(/pdfjs/images/toolbarButton-presentationMode@2x.png);
  }
  /* line 1390, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.presentationMode::before {
    content: url(/pdfjs/images/toolbarButton-presentationMode@2x.png);
  }
  /* line 1392, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.print::before, .secondaryToolbarButton.print::before {
    content: url(/pdfjs/images/toolbarButton-print@2x.png);
  }
  /* line 1394, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.openFile::before, .secondaryToolbarButton.openFile::before {
    content: url(/pdfjs/images/toolbarButton-openFile@2x.png);
  }
  /* line 1396, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.download::before, .secondaryToolbarButton.download::before {
    content: url(/pdfjs/images/toolbarButton-download@2x.png);
  }
  /* line 1398, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButton.bookmark::before, .secondaryToolbarButton.bookmark::before {
    content: url(/pdfjs/images/toolbarButton-bookmark@2x.png);
  }
  /* line 1400, app/assets/stylesheets/pdf_thumbnail.sass */
  #viewThumbnail.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewThumbnail@2x.png);
  }
  /* line 1403, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir="ltr"] #viewOutline.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewOutline@2x.png);
  }
  /* line 1405, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir="rtl"] #viewOutline.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewOutline-rtl@2x.png);
  }
  /* line 1407, app/assets/stylesheets/pdf_thumbnail.sass */
  #viewAttachments.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewAttachments@2x.png);
  }
  /* line 1409, app/assets/stylesheets/pdf_thumbnail.sass */
  #viewFind.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-search@2x.png);
  }
  /* line 1412, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.firstPage::before {
    content: url(/pdfjs/images/secondaryToolbarButton-firstPage@2x.png);
  }
  /* line 1414, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.lastPage::before {
    content: url(/pdfjs/images/secondaryToolbarButton-lastPage@2x.png);
  }
  /* line 1416, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.rotateCcw::before {
    content: url(/pdfjs/images/secondaryToolbarButton-rotateCcw@2x.png);
  }
  /* line 1418, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.rotateCw::before {
    content: url(/pdfjs/images/secondaryToolbarButton-rotateCw@2x.png);
  }
  /* line 1420, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.handTool::before {
    content: url(/pdfjs/images/secondaryToolbarButton-handTool@2x.png);
  }
  /* line 1422, app/assets/stylesheets/pdf_thumbnail.sass */
  .secondaryToolbarButton.documentProperties::before {
    content: url(/pdfjs/images/secondaryToolbarButton-documentProperties@2x.png);
  }
}

@media print {
  /* General rules for printing. */
  /* line 1427, app/assets/stylesheets/pdf_thumbnail.sass */
  body {
    background: transparent none;
  }
  /* Rules for browsers that don't support mozPrintCallback. */
  /* line 1430, app/assets/stylesheets/pdf_thumbnail.sass */
  #sidebarContainer, #secondaryToolbar, .toolbar, #loadingBox, #errorWrapper, .textLayer {
    display: none;
  }
  /* line 1432, app/assets/stylesheets/pdf_thumbnail.sass */
  #viewerContainer {
    overflow: visible;
  }
  /* line 1434, app/assets/stylesheets/pdf_thumbnail.sass */
  #mainContainer, #viewerContainer {
    position: static;
    padding: 0;
    margin: 0;
  }
  /* line 1438, app/assets/stylesheets/pdf_thumbnail.sass */
  .page {
    position: static;
    padding: 0;
    margin: 0;
    float: left;
    display: none;
    border: none;
    box-shadow: none;
  }
  /* line 1442, app/assets/stylesheets/pdf_thumbnail.sass */
  .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }
  /* line 1450, app/assets/stylesheets/pdf_thumbnail.sass */
  .page[data-loaded] {
    display: block;
  }
  /* line 1452, app/assets/stylesheets/pdf_thumbnail.sass */
  .fileInput {
    display: none;
  }
  /* Rules for browsers that support mozPrintCallback */
  /* line 1456, app/assets/stylesheets/pdf_thumbnail.sass */
  body[data-mozPrintCallback] #outerContainer {
    display: none;
  }
  /* line 1458, app/assets/stylesheets/pdf_thumbnail.sass */
  body[data-mozPrintCallback] #printContainer {
    display: block;
  }
  /* line 1460, app/assets/stylesheets/pdf_thumbnail.sass */
  #printContainer canvas {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media all and (max-width: 960px) {
  /* line 1468, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter, html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
    float: left;
    left: 205px;
  }
  /* line 1472, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter, html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
    float: right;
    right: 205px;
  }
}

@media all and (max-width: 900px) {
  /* line 1478, app/assets/stylesheets/pdf_thumbnail.sass */
  .sidebarOpen .hiddenLargeView {
    display: none;
  }
  /* line 1480, app/assets/stylesheets/pdf_thumbnail.sass */
  .sidebarOpen .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 860px) {
  /* line 1485, app/assets/stylesheets/pdf_thumbnail.sass */
  .sidebarOpen .hiddenMediumView {
    display: none;
  }
  /* line 1487, app/assets/stylesheets/pdf_thumbnail.sass */
  .sidebarOpen .visibleMediumView {
    display: inherit;
  }
}

@media all and (max-width: 770px) {
  /* line 1491, app/assets/stylesheets/pdf_thumbnail.sass */
  #sidebarContainer {
    top: 32px;
    z-index: 100;
  }
  /* line 1494, app/assets/stylesheets/pdf_thumbnail.sass */
  .loadingInProgress #sidebarContainer {
    top: 39px;
  }
  /* line 1496, app/assets/stylesheets/pdf_thumbnail.sass */
  #sidebarContent {
    top: 32px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1500, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] #outerContainer.sidebarOpen &gt; #mainContainer {
    left: 0px;
  }
  /* line 1502, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] #outerContainer.sidebarOpen &gt; #mainContainer {
    right: 0px;
  }
  /* line 1504, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .outerCenter {
    float: left;
    left: 205px;
  }
  /* line 1507, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .outerCenter {
    float: right;
    right: 205px;
  }
  /* line 1511, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .hiddenLargeView, #outerContainer .hiddenMediumView {
    display: inherit;
  }
  /* line 1513, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .visibleLargeView, #outerContainer .visibleMediumView {
    display: none;
  }
}

@media all and (max-width: 700px) {
  /* line 1518, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .hiddenLargeView {
    display: none;
  }
  /* line 1520, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 660px) {
  /* line 1525, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .hiddenMediumView {
    display: none;
  }
  /* line 1527, app/assets/stylesheets/pdf_thumbnail.sass */
  #outerContainer .visibleMediumView {
    display: inherit;
  }
}

@media all and (max-width: 600px) {
  /* line 1531, app/assets/stylesheets/pdf_thumbnail.sass */
  .hiddenSmallView {
    display: none;
  }
  /* line 1533, app/assets/stylesheets/pdf_thumbnail.sass */
  .visibleSmallView {
    display: inherit;
  }
  /* line 1538, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter, html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
    left: 156px;
  }
  /* line 1540, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='ltr'] .outerCenter {
    left: 156px;
  }
  /* line 1544, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter, html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
    right: 156px;
  }
  /* line 1546, app/assets/stylesheets/pdf_thumbnail.sass */
  html[dir='rtl'] .outerCenter {
    right: 156px;
  }
  /* line 1548, app/assets/stylesheets/pdf_thumbnail.sass */
  .toolbarButtonSpacer {
    width: 0;
  }
}

@media all and (max-width: 510px) {
  /* line 1552, app/assets/stylesheets/pdf_thumbnail.sass */
  #scaleSelectContainer, #pageNumberLabel {
    display: none;
  }
}

/* line 1556, app/assets/stylesheets/pdf_thumbnail.sass */
.download, .print, .openFile, .presentationMode {
  display: hidden !important;
  text-indent: -9999999px;
}
</pre></body></html>