@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.sass */
* {
  padding: 0;
  margin: 0;
}

/* line 20, app/assets/stylesheets/pdf.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.sass */
body {
  height: 100%;
  background-color: #313234;
  font: message-box;
  outline: none;
}

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

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

/* line 40, app/assets/stylesheets/pdf.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 48, app/assets/stylesheets/pdf.sass */
#viewerContainer:-ms-fullscreen {
  top: 0px !important;
  border-top: 2px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  cursor: none;
}

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

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

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

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

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

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

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

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

/* line 87, app/assets/stylesheets/pdf.sass */
:-webkit-full-screen .textLayer > div, :-moz-full-screen .textLayer > div, :fullscreen .textLayer > div {
  cursor: none;
}

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

/* line 92, app/assets/stylesheets/pdf.sass */
#viewerContainer.presentationControls .textLayer > div {
  cursor: default;
}

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

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

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

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

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

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

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

/* line 126, app/assets/stylesheets/pdf.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 138, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] #sidebarContainer {
  transition-property: left;
  left: -200px;
}

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

/* line 148, app/assets/stylesheets/pdf.sass */
#outerContainer.sidebarMoving > #sidebarContainer, #outerContainer.sidebarOpen > #sidebarContainer {
  visibility: visible;
}

/* line 152, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] #outerContainer.sidebarOpen > #sidebarContainer {
  left: 0px;
}

/* line 154, app/assets/stylesheets/pdf.sass */
html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer {
  right: 0px;
}

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

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

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

/* line 180, app/assets/stylesheets/pdf.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.sass */
html[dir='ltr'] #sidebarContent {
  left: 0;
}

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

/* line 197, app/assets/stylesheets/pdf.sass */
#viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

/* line 209, app/assets/stylesheets/pdf.sass */
.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}

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

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

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

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

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

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

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

/* line 252, app/assets/stylesheets/pdf.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;
  animation: progressIndeterminate 2s linear infinite;
}

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

/* line 278, app/assets/stylesheets/pdf.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 293, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .findbar {
  left: 68px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 426, app/assets/stylesheets/pdf.sass */
.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

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

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

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

/* line 443, app/assets/stylesheets/pdf.sass */
.splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .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 457, app/assets/stylesheets/pdf.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 471, app/assets/stylesheets/pdf.sass */
.splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 199;
}

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

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

/* line 484, app/assets/stylesheets/pdf.sass */
.splitToolbarButton > .toolbarButton {
  position: relative;
}

/* line 488, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton > .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 495, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton > .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 503, app/assets/stylesheets/pdf.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 513, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .splitToolbarButtonSeparator {
  float: left;
}

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

/* line 519, app/assets/stylesheets/pdf.sass */
.splitToolbarButton:hover > .splitToolbarButtonSeparator, .splitToolbarButton.toggled > .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 530, app/assets/stylesheets/pdf.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 <... unselectable="on"> 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 552, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .toolbarButton, html[dir='ltr'] .overlayButton, html[dir='ltr'] .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}

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

/* line 559, app/assets/stylesheets/pdf.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 566, app/assets/stylesheets/pdf.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 574, app/assets/stylesheets/pdf.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 581, app/assets/stylesheets/pdf.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 592, app/assets/stylesheets/pdf.sass */
.toolbarButton.toggled, .splitToolbarButton.toggled > .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 603, app/assets/stylesheets/pdf.sass */
.toolbarButton.toggled:hover:active, .splitToolbarButton.toggled > .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 607, app/assets/stylesheets/pdf.sass */
.dropdownToolbarButton {
  width: 120px;
  max-width: 120px;
  padding: 3px 2px 2px;
  overflow: hidden;
  background: url(/pdfjs/images/toolbarButton-menuArrows.png) no-repeat;
}

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

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

/* line 620, app/assets/stylesheets/pdf.sass */
.dropdownToolbarButton > 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' <select> background*/
}

/* line 632, app/assets/stylesheets/pdf.sass */
.dropdownToolbarButton > select > option {
  background: #3d3d3d;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 677, app/assets/stylesheets/pdf.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 686, app/assets/stylesheets/pdf.sass */
html[dir="ltr"] .secondaryToolbarButton::before {
  left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 774, app/assets/stylesheets/pdf.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 785, app/assets/stylesheets/pdf.sass */
html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}

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

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

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

/* line 795, app/assets/stylesheets/pdf.sass */
html[dir="ltr"] .secondaryToolbarButton > span {
  padding-right: 4px;
}

/* line 797, app/assets/stylesheets/pdf.sass */
html[dir="rtl"] .secondaryToolbarButton > span {
  padding-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

/* line 834, app/assets/stylesheets/pdf.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 851, app/assets/stylesheets/pdf.sass */
.toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0px;
}

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

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

/* line 863, app/assets/stylesheets/pdf.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 866, app/assets/stylesheets/pdf.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 870, app/assets/stylesheets/pdf.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 884, app/assets/stylesheets/pdf.sass */
#thumbnailView {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* line 897, app/assets/stylesheets/pdf.sass */
#thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}

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

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

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

/* line 915, app/assets/stylesheets/pdf.sass */
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage, .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: .9;
}

/* line 918, app/assets/stylesheets/pdf.sass */
a:focus > .thumbnail > .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 925, app/assets/stylesheets/pdf.sass */
.thumbnail:hover > .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 930, app/assets/stylesheets/pdf.sass */
.thumbnail.selected > .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 931, app/assets/stylesheets/pdf.sass */
.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* line 939, app/assets/stylesheets/pdf.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 949, app/assets/stylesheets/pdf.sass */
#outlineView {
  padding: 4px 4px 0;
}

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

/* line 956, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .outlineItem > .outlineItems {
  margin-left: 20px;
}

/* line 958, app/assets/stylesheets/pdf.sass */
html[dir='rtl'] .outlineItem > .outlineItems {
  margin-right: 20px;
}

/* line 961, app/assets/stylesheets/pdf.sass */
.outlineItem > 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 974, app/assets/stylesheets/pdf.sass */
.attachmentsItem > 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 993, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] .outlineItem > a {
  padding: 2px 0 5px 10px;
}

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

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

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

/* line 1005, app/assets/stylesheets/pdf.sass */
.outlineItem > a:hover, .attachmentsItem > 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 1011, app/assets/stylesheets/pdf.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 1017, app/assets/stylesheets/pdf.sass */
.noResults {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  cursor: default;
}

/* line 1023, app/assets/stylesheets/pdf.sass */
.canvasWrapper {
  overflow: hidden;
}

/* line 1026, app/assets/stylesheets/pdf.sass */
canvas {
  margin: 0;
  display: block;
}

/* line 1030, app/assets/stylesheets/pdf.sass */
.page {
  direction: ltr;
  width: 100%;
  min-height: 200px;
  max-height: 1056px;
  margin: 1px auto;
  position: relative;
  overflow: visible;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: white;
}

/* line 1042, app/assets/stylesheets/pdf.sass */
.annotLink > a:hover {
  opacity: 0.2;
  background: #ff0;
}

/* line 1046, app/assets/stylesheets/pdf.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 1055, app/assets/stylesheets/pdf.sass */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000;
  font-family: sans-serif;
  overflow: hidden;
}

/* line 1064, app/assets/stylesheets/pdf.sass */
.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
}

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

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

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

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

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

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

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

/* line 1097, app/assets/stylesheets/pdf.sass */
.annotText > img {
  position: absolute;
  cursor: pointer;
}

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

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

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

/* line 1118, app/assets/stylesheets/pdf.sass */
.annotTextContent > p {
  padding-top: 0.2em;
}

/* line 1121, app/assets/stylesheets/pdf.sass */
.annotLink > 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 1130, app/assets/stylesheets/pdf.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 1140, app/assets/stylesheets/pdf.sass */
.loadingInProgress #errorWrapper {
  top: 39px;
}

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

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

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

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

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

/* line 1169, app/assets/stylesheets/pdf.sass */
#overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1172, app/assets/stylesheets/pdf.sass */
#overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1176, app/assets/stylesheets/pdf.sass */
#overlayContainer > .container > .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 1189, app/assets/stylesheets/pdf.sass */
.dialog > .row {
  display: table-row;
}

/* line 1191, app/assets/stylesheets/pdf.sass */
.dialog > .row > * {
  display: table-cell;
}

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

/* line 1195, app/assets/stylesheets/pdf.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 1197, app/assets/stylesheets/pdf.sass */
.dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

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

/* line 1208, app/assets/stylesheets/pdf.sass */
#passwordOverlay > .dialog {
  text-align: center;
}

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

/* line 1214, app/assets/stylesheets/pdf.sass */
#documentPropertiesOverlay > .dialog {
  text-align: left;
}

/* line 1216, app/assets/stylesheets/pdf.sass */
#documentPropertiesOverlay .row > * {
  min-width: 100px;
}

/* line 1220, app/assets/stylesheets/pdf.sass */
html[dir='ltr'] #documentPropertiesOverlay .row > * {
  text-align: left;
}

/* line 1222, app/assets/stylesheets/pdf.sass */
html[dir='rtl'] #documentPropertiesOverlay .row > * {
  text-align: right;
}

/* line 1227, app/assets/stylesheets/pdf.sass */
#documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}

/* line 1230, app/assets/stylesheets/pdf.sass */
#documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}

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

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

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

/* line 1248, app/assets/stylesheets/pdf.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: 300px;
}

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

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

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

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

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

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

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

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

/* line 1293, app/assets/stylesheets/pdf.sass */
#viewer.textLayer-visible .textLayer > div, #viewer.textLayer-hover .textLayer > div:hover {
  background-color: white;
  color: black;
}

/* line 1296, app/assets/stylesheets/pdf.sass */
#viewer.textLayer-shadow .textLayer > div {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}

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

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

/* line 1307, app/assets/stylesheets/pdf.sass */
.grab-to-pan-grab:active {
  cursor: url(/pdfjs/images/grabbing.cur), move !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 1323, app/assets/stylesheets/pdf.sass */
.grab-to-pan-grabbing {
  cursor: url(/pdfjs/images/grabbing.cur), move !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 1343, app/assets/stylesheets/pdf.sass */
#printContainer, .visibleLargeView, .visibleMediumView, .visibleSmallView {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  /* Rules for Retina screens */
  /* line 1348, app/assets/stylesheets/pdf.sass */
  .toolbarButton::before {
    transform: scale(0.5);
    top: -5px;
  }
  /* line 1352, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton::before {
    transform: scale(0.5);
    top: -4px;
  }
  /* line 1357, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .toolbarButton::before, html[dir='rtl'] .toolbarButton::before {
    left: -1px;
  }
  /* line 1359, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .secondaryToolbarButton::before {
    left: -2px;
  }
  /* line 1361, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .secondaryToolbarButton::before {
    left: 186px;
  }
  /* line 1363, app/assets/stylesheets/pdf.sass */
  .dropdownToolbarButton {
    background: url(/pdfjs/images/toolbarButton-menuArrows@2x.png) no-repeat;
    background-size: 7px 16px;
  }
  /* line 1367, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] #sidebarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-sidebarToggle@2x.png);
  }
  /* line 1369, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] #sidebarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-sidebarToggle-rtl@2x.png);
  }
  /* line 1371, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] #secondaryToolbarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle@2x.png);
  }
  /* line 1373, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] #secondaryToolbarToggle.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png);
  }
  /* line 1375, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .toolbarButton.findPrevious::before {
    content: url(/pdfjs/images/findbarButton-previous@2x.png);
  }
  /* line 1377, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .toolbarButton.findPrevious::before {
    content: url(/pdfjs/images/findbarButton-previous-rtl@2x.png);
  }
  /* line 1379, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .toolbarButton.findNext::before {
    content: url(/pdfjs/images/findbarButton-next@2x.png);
  }
  /* line 1381, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .toolbarButton.findNext::before {
    content: url(/pdfjs/images/findbarButton-next-rtl@2x.png);
  }
  /* line 1383, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .toolbarButton.pageUp::before {
    content: url(/pdfjs/images/toolbarButton-pageUp@2x.png);
  }
  /* line 1385, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .toolbarButton.pageUp::before {
    content: url(/pdfjs/images/toolbarButton-pageUp-rtl@2x.png);
  }
  /* line 1387, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .toolbarButton.pageDown::before {
    content: url(/pdfjs/images/toolbarButton-pageDown@2x.png);
  }
  /* line 1389, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .toolbarButton.pageDown::before {
    content: url(/pdfjs/images/toolbarButton-pageDown-rtl@2x.png);
  }
  /* line 1392, app/assets/stylesheets/pdf.sass */
  .toolbarButton.zoomIn::before {
    content: url(/pdfjs/images/toolbarButton-zoomIn@2x.png);
  }
  /* line 1394, app/assets/stylesheets/pdf.sass */
  .toolbarButton.zoomOut::before {
    content: url(/pdfjs/images/toolbarButton-zoomOut@2x.png);
  }
  /* line 1396, app/assets/stylesheets/pdf.sass */
  .toolbarButton.presentationMode::before {
    content: url(/pdfjs/images/toolbarButton-presentationMode@2x.png);
  }
  /* line 1398, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.presentationMode::before {
    content: url(/pdfjs/images/toolbarButton-presentationMode@2x.png);
  }
  /* line 1400, app/assets/stylesheets/pdf.sass */
  .toolbarButton.print::before, .secondaryToolbarButton.print::before {
    content: url(/pdfjs/images/toolbarButton-print@2x.png);
  }
  /* line 1402, app/assets/stylesheets/pdf.sass */
  .toolbarButton.openFile::before, .secondaryToolbarButton.openFile::before {
    content: url(/pdfjs/images/toolbarButton-openFile@2x.png);
  }
  /* line 1404, app/assets/stylesheets/pdf.sass */
  .toolbarButton.download::before, .secondaryToolbarButton.download::before {
    content: url(/pdfjs/images/toolbarButton-download@2x.png);
  }
  /* line 1406, app/assets/stylesheets/pdf.sass */
  .toolbarButton.bookmark::before, .secondaryToolbarButton.bookmark::before {
    content: url(/pdfjs/images/toolbarButton-bookmark@2x.png);
  }
  /* line 1408, app/assets/stylesheets/pdf.sass */
  #viewThumbnail.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewThumbnail@2x.png);
  }
  /* line 1411, app/assets/stylesheets/pdf.sass */
  html[dir="ltr"] #viewOutline.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewOutline@2x.png);
  }
  /* line 1413, app/assets/stylesheets/pdf.sass */
  html[dir="rtl"] #viewOutline.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewOutline-rtl@2x.png);
  }
  /* line 1415, app/assets/stylesheets/pdf.sass */
  #viewAttachments.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-viewAttachments@2x.png);
  }
  /* line 1417, app/assets/stylesheets/pdf.sass */
  #viewFind.toolbarButton::before {
    content: url(/pdfjs/images/toolbarButton-search@2x.png);
  }
  /* line 1420, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.firstPage::before {
    content: url(/pdfjs/images/secondaryToolbarButton-firstPage@2x.png);
  }
  /* line 1422, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.lastPage::before {
    content: url(/pdfjs/images/secondaryToolbarButton-lastPage@2x.png);
  }
  /* line 1424, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.rotateCcw::before {
    content: url(/pdfjs/images/secondaryToolbarButton-rotateCcw@2x.png);
  }
  /* line 1426, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.rotateCw::before {
    content: url(/pdfjs/images/secondaryToolbarButton-rotateCw@2x.png);
  }
  /* line 1428, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.handTool::before {
    content: url(/pdfjs/images/secondaryToolbarButton-handTool@2x.png);
  }
  /* line 1430, app/assets/stylesheets/pdf.sass */
  .secondaryToolbarButton.documentProperties::before {
    content: url(/pdfjs/images/secondaryToolbarButton-documentProperties@2x.png);
  }
}

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

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

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

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

@media all and (max-width: 770px) {
  /* line 1499, app/assets/stylesheets/pdf.sass */
  #sidebarContainer {
    top: 32px;
    z-index: 100;
  }
  /* line 1502, app/assets/stylesheets/pdf.sass */
  .loadingInProgress #sidebarContainer {
    top: 39px;
  }
  /* line 1504, app/assets/stylesheets/pdf.sass */
  #sidebarContent {
    top: 32px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1508, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
    left: 0px;
  }
  /* line 1510, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
    right: 0px;
  }
  /* line 1512, app/assets/stylesheets/pdf.sass */
  html[dir='ltr'] .outerCenter {
    float: left;
    left: 205px;
  }
  /* line 1515, app/assets/stylesheets/pdf.sass */
  html[dir='rtl'] .outerCenter {
    float: right;
    right: 205px;
  }
  /* line 1519, app/assets/stylesheets/pdf.sass */
  #outerContainer .hiddenLargeView, #outerContainer .hiddenMediumView {
    display: inherit;
  }
  /* line 1521, app/assets/stylesheets/pdf.sass */
  #outerContainer .visibleLargeView, #outerContainer .visibleMediumView {
    display: none;
  }
}

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

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

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

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

/* line 1564, app/assets/stylesheets/pdf.sass */
.download, .print, .openFile, .presentationMode {
  display: hidden !important;
  text-indent: -9999999px;
}
