.foxdoo-pdf-viewer {
  overflow: hidden;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  position: relative;
  text-align: left;
  direction: ltr;
  background-color: #e5e5e5;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  background-color: #474747;
  width: 100%;
  box-sizing: border-box;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar.foxdoo-pdf-toolbar-fixed {
  display: block;
  z-index: 1;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar.foxdoo-pdf-toolbar-hover {
  display: none;
  z-index: 1;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar.foxdoo-pdf-toolbar-top {
  top: 0;
  left: 0;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar.foxdoo-pdf-toolbar-bottom {
  bottom: 0;
  left: 0;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar div {
  margin: 6px 15px 6px 2px;
  font-family: sans-serif;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 14px;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-weight: normal;
  display: inline;
  color: #ccc;
  float: left;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button,
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button[disabled] {
  background-color: hsla(0, 0%, 0%, 0.12);
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));
  background-clip: padding-box;
  border: 1px solid;
  border-color: hsla(0, 0%, 0%, 0.32) hsla(0, 0%, 0%, 0.38) hsla(0, 0%, 0%, 0.42);
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset, 0 0 1px hsla(0, 0%, 100%, 0.15) inset, 0 1px 0 hsla(0, 0%, 100%, 0.05);
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
  min-width: 16px;
  padding: 2px 6px 0;
  width: auto;
  border-radius: 2px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin: 4px 2px 4px 0;
  float: left;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button:hover {
  background-color: hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset, 0 0 1px hsla(0, 0%, 100%, 0.15) inset, 0 0 1px hsla(0, 0%, 0%, 0.05);
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button:first-child {
  margin-left: 4px;
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-prev::before {
  content: url("../img/toolbarButton-pageUp.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-next::before {
  content: url("../img/toolbarButton-pageDown.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-zoomout::before {
  content: url("../img/toolbarButton-zoomOut.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-zoomin::before {
  content: url("../img/toolbarButton-zoomIn.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-fs::before {
  content: url("../img/toolbarButton-presentationMode.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-download::before {
  content: url("../img/toolbarButton-download.png");
}
.foxdoo-pdf-viewer .foxdoo-pdf-toolbar button.foxdoo-pdf-btndisabled {
  color: #999;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #e5e5e5;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer.grab-to-pan-grab {
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer.grab-to-pan-grab:active,
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer.grab-to-pan-grabbing {
  cursor: grabbing;
  z-index: 50000;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer .foxdoo-pdf-inner-div {
  overflow: hidden;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  position: relative;
  background-color: #e5e5e5;
  display: block;
  border-bottom: 2px solid #ccc;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer .foxdoo-pdf-inner-div:last-child {
  border-bottom: none;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer .foxdoo-pdf-inner-div canvas {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: white;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer .foxdoo-pdf-inner-div-wantmobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: lightgray;
  opacity: 0.5;
}
.foxdoo-pdf-viewer .foxdoo-pdf-pagescontainer .foxdoo-pdf-inner-div-wantmobile-fswrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.foxdoo-pdf-viewer .foxdoo-pdf-annotation-layer a {
  position: absolute;
}
.foxdoo-pdf-viewer .foxdoo-pdf-annotation-layer a:hover {
  background-color: rgba(255, 255, 0, 0.2);
}

.foxdoo-pdf-loadingmsg {
  text-align: center;
  padding: 5px;
  background-color: white;
}

div.foxdoo-pdf-errormsg {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #faa;
}

.foxdoo-pdf-fsp-wrapper {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.foxdoo-pdf-fsp-close {
  position: fixed;
  top: 10px;
  right: 16px;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 0;
  font-family: Arial, sans-serif;
}
.foxdoo-pdf-fsp-close:hover {
  background: rgba(0, 0, 0, 0.85);
}

.foxdoo-pdf-fsp-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

input.foxdoo-pdf-page-num {
  display: inline;
  font-family: sans-serif;
  width: 35px;
  height: 15px;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 2px;
  color: black;
  text-align: center;
  margin: 0;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .foxdoo-pdf-pagescontainer {
    margin-left: 1px;
  }
}
.scrollbar-none {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
