/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  /* background-color: rgb(1, 173, 255); */
}

.textLayer ::selection { background: rgb(0,0,255); }
.textLayer ::-moz-selection { background: rgb(0,0,255); }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}


.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a /* -ms-a */  {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

.annotationLayer .linkAnnotation > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(images/shadow.png) 9 9 repeat;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('images/loading-icon.gif') center no-repeat;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
}

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

body {
  height: 100%;
  width: 100%;
  background-color: #c0c2cc;
}

body,
input,
button,
select {
  outline: none;
}

.hidden {
  display: none !important;
}
[hidden] {
  display: none !important;
}

#viewerContainer.pdfPresentationMode:-webkit-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
}

#viewerContainer.pdfPresentationMode:-moz-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -moz-user-select: none;
}

#viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0px !important;
  border-top: 2px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  cursor: none;
  -ms-user-select: none;
}

#viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
  background-color: #000;
}

#viewerContainer.pdfPresentationMode:fullscreen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
  display: none !important;
}

.pdfPresentationMode:fullscreen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:-webkit-full-screen .textLayer > div {
  cursor: none;
}

.pdfPresentationMode:-moz-full-screen .textLayer > div {
  cursor: none;
}

.pdfPresentationMode:-ms-fullscreen .textLayer > div {
  cursor: none;
}

.pdfPresentationMode:fullscreen .textLayer > div {
  cursor: none;
}

.pdfPresentationMode.pdfPresentationModeControls > *,
.pdfPresentationMode.pdfPresentationModeControls .textLayer > div {
  cursor: default;
}

#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#sidebarContainer {
  position: absolute;
  top: 58px;
  bottom: 0;
  width: 200px;
  visibility: hidden;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir="ltr"] #sidebarContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: -200px;
}
html[dir="rtl"] #sidebarContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: -200px;
}

#outerContainer.sidebarMoving > #sidebarContainer,
#outerContainer.sidebarOpen > #sidebarContainer {
  visibility: visible;
}
/* TODO: */
html[dir="ltr"] #outerContainer.sidebarOpen > #sidebarContainer {
  left: 52px;
}
html[dir="rtl"] #outerContainer.sidebarOpen > #sidebarContainer {
  right: 0px;
}

#mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir="ltr"] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: 252px;
}
html[dir="rtl"] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: 200px;
}

#sidebarContent {
  top: 28px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 200px;
  background-color: #ededed;
}
html[dir="ltr"] #sidebarContent {
  left: 0;
  box-shadow: inset -1px 0 0 hsla(0, 0%, 0%, 0.25);
}
html[dir="rtl"] #sidebarContent {
  right: 0;
  box-shadow: inset 1px 0 0 hsla(0, 0%, 0%, 0.25);
}

#viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 58px;
  right: 0;
  bottom: 0;
  left: 52px;
  outline: none;
}
html[dir="ltr"] #viewerContainer {
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.05);
}
html[dir="rtl"] #viewerContainer {
  box-shadow: inset -1px 0 0 hsla(0, 0%, 100%, 0.05);
}

.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
  cursor: default;
}

#toolbarContainer,
#bottomContainer {
  width: 100%;
}

#toolbarContainer {
  /* min-width: 900px; */
}

#toolbarSidebar {
  width: 200px;
  height: 27px;
  background-color: #ededed;
}

#toolbarSidebar .thumbnailViewer {
  height: 27px;
  padding-right: 14px;
}

#toolbarSidebar .thumbnailViewer .silderClose {
  float: right;
  margin-top: 9px;
  transform: rotate(180deg);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.pageNumberLabel {
  text-align: center;
  color: #333;
  margin-top: 10px;
}

html[dir="ltr"] #toolbarSidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 hsla(0, 0%, 100%, 0.05), 0 1px 0 hsla(0, 0%, 94%, 0),
    0 0 1px hsla(0, 0%, 94%, 0);
}
html[dir="rtl"] #toolbarSidebar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25),
    inset 0 1px 0 hsla(0, 0%, 100%, 0.05), 0 1px 0 hsla(0, 0%, 0%, 0.15),
    0 0 1px hsla(0, 0%, 0%, 0.1);
}

#toolbarContainer,
.findbar,
.secondaryToolbar {
  position: relative;
  height: 58px;
  background-color: #fff; /* fallback */
}
html[dir="ltr"] #toolbarContainer,
.findbar,
.secondaryToolbar {
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.08),
    inset 0 1px 1px hsla(0, 0%, 0%, 0.15),
    inset 0 -1px 0 hsla(0, 0%, 100%, 0.05), 0 1px 0 hsla(0, 0%, 0%, 0.15),
    0 1px 1px hsla(0, 0%, 0%, 0.1);
}
html[dir="rtl"] #toolbarContainer,
.findbar,
.secondaryToolbar {
  box-shadow: inset -1px 0 0 hsla(0, 0%, 100%, 0.08),
    inset 0 1px 1px hsla(0, 0%, 0%, 0.15),
    inset 0 -1px 0 hsla(0, 0%, 100%, 0.05), 0 1px 0 hsla(0, 0%, 0%, 0.15),
    0 1px 1px hsla(0, 0%, 0%, 0.1);
}

#toolbarViewer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}

#loadingBar_outer {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 580px;
  height: 100px;
  border-radius: 10px;
  background-color: #E0EDFF;
  display: none; 
}

#loadingBar_title {
  color: #656565;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 580px;
  display: block;
  margin-top: 7px;
}

#loadingBar {
  position: absolute;
  width: 480px;
  height: 25px;
  top: 50%;
  left: 50%; 
  /* background-color: #c0c2cc; */
  background-color: #E0EDFF;
  /* border-bottom: 1px solid #c0c2cc; */
  border-radius: 5px;
  border: 5px solid white;
  transform: translate(-50%, -50%); 
  /* display: none; */
}

#loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #6BB2F3;
  overflow: hidden;
  transition: width 200ms;
}

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

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

#loadingBar .progress.indeterminate {
  background-color: #0080ff;
  transition: none;
}

#loadingBar .progress.indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 150px);

  background: repeating-linear-gradient(
    135deg,
    #bbb 0,
    #999 5px,
    #999 45px,
    #ddd 55px,
    #ddd 95px,
    #bbb 100px
  );

  -webkit-animation: progressIndeterminate 950ms linear infinite;

  animation: progressIndeterminate 950ms linear infinite;
  z-index: 1;
}

.findbar,
.secondaryToolbar {
  top: 32px;
  position: absolute;
  z-index: 10000;
  height: auto;
  min-width: 16px;
  padding: 0px 6px 0px 6px;
  margin: 4px 2px 4px 2px;
  color: hsl(0, 0%, 85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}

.findbar {
  min-width: 300px;
}
.findbar > div {
  height: 32px;
}
.findbar.wrapContainers > div {
  clear: both;
}
.findbar.wrapContainers > div#findbarMessageContainer {
  height: auto;
}
html[dir="ltr"] .findbar {
  left: 68px;
}
html[dir="rtl"] .findbar {
  right: 68px;
}

.findbar label {
  -webkit-user-select: none;
  -moz-user-select: none;
}

#findInput {
  width: 200px;
}
#findInput::-webkit-input-placeholder {
  font-style: italic;
}
#findInput::-moz-placeholder {
  font-style: italic;
}
#findInput:-ms-input-placeholder {
  font-style: italic;
}
#findInput::placeholder {
  font-style: italic;
}
#findInput[data-status="pending"] {
  background-image: url(images/loading-small.png);
  background-repeat: no-repeat;
  background-position: right;
}
html[dir="rtl"] #findInput[data-status="pending"] {
  background-position: left;
}

.secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}
html[dir="ltr"] .secondaryToolbar {
  right: 4px;
}
html[dir="rtl"] .secondaryToolbar {
  left: 4px;
}

#secondaryToolbarButtonContainer {
  max-width: 200px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -4px;
}

.doorHanger,
.doorHangerRight {
  border: 1px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.doorHanger:after,
.doorHanger:before,
.doorHangerRight:after,
.doorHangerRight:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.doorHanger:after,
.doorHangerRight:after {
  border-bottom-color: hsla(0, 0%, 32%, 0.99);
  border-width: 8px;
}
.doorHanger:before,
.doorHangerRight:before {
  border-bottom-color: hsla(0, 0%, 0%, 0.5);
  border-width: 9px;
}

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

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

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

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

#findResultsCount {
  display: inline-block;
  margin-top: 10px;
  color: hsl(0, 0%, 32%);
  text-align: center;
  padding: 3px 4px;
  font-style: normal;
}

#findResultsCount em {
  display: inline-block;
  background-color: hsl(0, 0%, 85%);
  color: hsl(0, 0%, 32%);
  text-align: center;
  padding: 3px 4px;
  font-style: normal;
}

#findMsg {
  font-style: italic;
  color: #a6b7d0;
}
#findMsg:empty {
  display: none;
}

#findInput.notFound {
  background-color: rgb(255, 102, 102);
}

#toolbarViewerMiddle {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
}

html[dir="ltr"] #toolbarViewerLeft,
html[dir="rtl"] #toolbarViewerRight,
html[dir="rtl"] .toolbarViewerRight {
  float: left;
}
html[dir="ltr"] #toolbarViewerRight,
html[dir="rtl"] #toolbarViewerLeft,
html[dir="ltr"] .toolbarViewerRight {
  float: right;
}
html[dir="ltr"] #toolbarViewerLeft > *,
html[dir="ltr"] #toolbarViewerMiddle > *,
html[dir="ltr"] #toolbarViewerRight > *,
html[dir="ltr"] .toolbarViewerRight > *,
html[dir="ltr"] .findbar * {
  position: relative;
  float: left;
}
html[dir="rtl"] #toolbarViewerLeft > *,
html[dir="rtl"] #toolbarViewerMiddle > *,
html[dir="rtl"] #toolbarViewerRight > *,
html[dir="rtl"] .toolbarViewerRight > *,
html[dir="rtl"] .findbar * {
  position: relative;
  float: right;
}

html[dir="ltr"] .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}
html[dir="rtl"] .splitToolbarButton {
  margin: 3px 0 4px 2px;
  display: inline-block;
}
html[dir="ltr"] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
html[dir="rtl"] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: right;
}

.toolbarButton,
.secondaryToolbarButton,
.overlayButton {
  border: 0 none;
  background: none;
  width: 32px;
  height: 25px;
}

.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.toolbarButton[disabled],
.secondaryToolbarButton[disabled],
.overlayButton[disabled] {
  opacity: 0.5;
}

.splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}

.toolbarButton.textButton {
  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 hsla(0, 0%, 0%, 0.35);
  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);
  -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;
}

.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.overlayButton:hover,
.overlayButton:focus {
  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);
  z-index: 199;
}

.splitToolbarButton > .toolbarButton {
  position: relative;
}

html[dir="ltr"] .splitToolbarButton > .toolbarButton:first-child,
html[dir="rtl"] .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 4px 4px 0 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html[dir="ltr"] .splitToolbarButton > .toolbarButton:last-child,
html[dir="rtl"] .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 4px 4px 0 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: hsla(0, 0%, 0%, 0.5);
  z-index: 99;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
  display: inline-block;
  margin: 5px 0;
}
html[dir="ltr"] .splitToolbarButtonSeparator {
  float: left;
}
html[dir="rtl"] .splitToolbarButtonSeparator {
  float: right;
}
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.03);
  -webkit-transition-property: padding;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: ease;
  transition-property: padding;
  transition-duration: 10ms;
  transition-timing-function: ease;
}

.toolbarButton,
.dropdownToolbarButton,
.secondaryToolbarButton,
.overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid transparent;
  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;
  /* 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;
}

html[dir="ltr"] .toolbarButton,
html[dir="ltr"] .overlayButton,
html[dir="ltr"] .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}
html[dir="rtl"] .toolbarButton,
html[dir="rtl"] .overlayButton,
html[dir="rtl"] .dropdownToolbarButton {
  margin: 3px 0 4px 2px;
}

.toolbarButton:hover,
.toolbarButton:focus,
.dropdownToolbarButton,
.overlayButton,
.secondaryToolbarButton:hover,
.secondaryToolbarButton:focus {
  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 hsla(0, 0%, 0%, 0.35);
  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);
}

.toolbarButton:hover:active,
.overlayButton:hover:active,
.dropdownToolbarButton:hover:active,
.secondaryToolbarButton:hover:active {
  background-color: hsla(0, 0%, 0%, 0.2);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  border-color: hsla(0, 0%, 0%, 0.35) hsla(0, 0%, 0%, 0.4) hsla(0, 0%, 0%, 0.45);
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.1) inset,
    0 0 1px hsla(0, 0%, 0%, 0.2) inset, 0 1px 0 hsla(0, 0%, 100%, 0.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled,
.secondaryToolbarButton.toggled {
  background-color: hsla(0, 0%, 0%, 0.3);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  border-color: hsla(0, 0%, 0%, 0.4) hsla(0, 0%, 0%, 0.45) hsla(0, 0%, 0%, 0.5);
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.1) inset,
    0 0 1px hsla(0, 0%, 0%, 0.2) inset, 0 1px 0 hsla(0, 0%, 100%, 0.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
.secondaryToolbarButton.toggled:hover:active {
  background-color: hsla(0, 0%, 0%, 0.4);
  border-color: hsla(0, 0%, 0%, 0.4) hsla(0, 0%, 0%, 0.5) hsla(0, 0%, 0%, 0.55);
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.2) inset,
    0 0 1px hsla(0, 0%, 0%, 0.3) inset, 0 1px 0 hsla(0, 0%, 100%, 0.05);
}

.dropdownToolbarButton {
  width: 120px;
  max-width: 120px;
  padding: 0;
  overflow: hidden;
  background: url(images/toolbarButton-menuArrows.png) no-repeat;
}
html[dir="ltr"] .dropdownToolbarButton {
  background-position: 95%;
}
html[dir="rtl"] .dropdownToolbarButton {
  background-position: 5%;
}

.dropdownToolbarButton > select {
  min-width: 140px;
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 3px 2px 2px;
  border: none;
  background: #fff;
}

.dropdownToolbarButton > select > option {
  background: #fff;
}

#customScaleOption {
  display: none;
}

#pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

html[dir="ltr"] .splitToolbarButton:first-child,
html[dir="ltr"] .toolbarButton:first-child,
html[dir="rtl"] .splitToolbarButton:last-child,
html[dir="rtl"] .toolbarButton:last-child {
  margin-left: 4px;
}
html[dir="ltr"] .splitToolbarButton:last-child,
html[dir="ltr"] .toolbarButton:last-child,
html[dir="rtl"] .splitToolbarButton:first-child,
html[dir="rtl"] .toolbarButton:first-child {
  margin-right: 4px;
}

.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}

html[dir="ltr"] #findPrevious {
  margin-left: 9px;
}
html[dir="ltr"] #findNext {
  margin-right: 3px;
}

html[dir="rtl"] #findPrevious {
  margin-right: 3px;
}
html[dir="rtl"] #findNext {
  margin-left: 3px;
}

.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;
}

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

html[dir="ltr"] .toolbarButton#sidebarToggle::before {
  content: url(images/toolbarButton-sidebarToggle.png);
}
html[dir="rtl"] .toolbarButton#sidebarToggle::before {
  content: url(images/toolbarButton-sidebarToggle-rtl.png);
}

html[dir="ltr"] .toolbarButton#secondaryToolbarToggle::before {
  content: url(images/toolbarButton-secondaryToolbarToggle.png);
}
html[dir="rtl"] .toolbarButton#secondaryToolbarToggle::before {
  content: url(images/toolbarButton-secondaryToolbarToggle-rtl.png);
}

html[dir="ltr"] .toolbarButton.findPrevious::before {
  content: url(images/findbarButton-previous.png);
}
html[dir="rtl"] .toolbarButton.findPrevious::before {
  content: url(images/findbarButton-previous-rtl.png);
}

html[dir="ltr"] .toolbarButton.findNext::before {
  content: url(images/findbarButton-next.png);
}
html[dir="rtl"] .toolbarButton.findNext::before {
  content: url(images/findbarButton-next-rtl.png);
}

html[dir="ltr"] .toolbarButton.pageUp::before {
  content: url(images/toolbarButton-pageUp.png);
}
html[dir="rtl"] .toolbarButton.pageUp::before {
  content: url(images/toolbarButton-pageUp-rtl.png);
}

html[dir="ltr"] .toolbarButton.pageDown::before {
  content: url(images/toolbarButton-pageDown.png);
}
html[dir="rtl"] .toolbarButton.pageDown::before {
  content: url(images/toolbarButton-pageDown-rtl.png);
}

.toolbarButton.zoomOut::before {
  content: url(images/toolbarButton-zoomOut.png);
}

.toolbarButton.zoomIn::before {
  content: url(images/toolbarButton-zoomIn.png);
}

.toolbarButton.presentationMode::before,
.secondaryToolbarButton.presentationMode::before {
  content: url(images/toolbarButton-presentationMode.png);
}

.toolbarButton.print::before,
.secondaryToolbarButton.print::before {
  content: url(images/toolbarButton-print.png);
}

.toolbarButton.openFile::before,
.secondaryToolbarButton.openFile::before {
  content: url(images/toolbarButton-openFile.png);
}

.toolbarButton.download::before,
.secondaryToolbarButton.download::before {
  content: url(images/toolbarButton-download.png);
}

.toolbarButton.bookmark,
.secondaryToolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
}
.secondaryToolbarButton.bookmark {
  padding-top: 5px;
}

.bookmark[href="#"] {
  opacity: 0.5;
  pointer-events: none;
}

.toolbarButton.bookmark::before,
.secondaryToolbarButton.bookmark::before {
  content: url(images/toolbarButton-bookmark.png);
}

#viewThumbnail.toolbarButton::before {
  content: url(images/toolbarButton-viewThumbnail.png);
}

html[dir="ltr"] #viewOutline.toolbarButton::before {
  content: url(images/toolbarButton-viewOutline.png);
}
html[dir="rtl"] #viewOutline.toolbarButton::before {
  content: url(images/toolbarButton-viewOutline-rtl.png);
}

#viewAttachments.toolbarButton::before {
  content: url(images/toolbarButton-viewAttachments.png);
}

#viewFind.toolbarButton::before {
  content: url(images/toolbarButton-search.png);
}

.toolbarButton.pdfSidebarNotification::after {
  position: absolute;
  display: inline-block;
  top: 1px;
  /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
  content: "";
  background-color: #70db55;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
html[dir="ltr"] .toolbarButton.pdfSidebarNotification::after {
  left: 17px;
}
html[dir="rtl"] .toolbarButton.pdfSidebarNotification::after {
  right: 17px;
}

.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;
}
html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}
html[dir="rtl"] .secondaryToolbarButton {
  padding-right: 24px;
  text-align: right;
}
html[dir="ltr"] .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}
html[dir="rtl"] .secondaryToolbarButton.bookmark {
  padding-right: 27px;
}

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

.secondaryToolbarButton.firstPage::before {
  content: url(images/secondaryToolbarButton-firstPage.png);
}

.secondaryToolbarButton.lastPage::before {
  content: url(images/secondaryToolbarButton-lastPage.png);
}

.secondaryToolbarButton.rotateCcw::before {
  content: url(images/secondaryToolbarButton-rotateCcw.png);
}

.secondaryToolbarButton.rotateCw::before {
  content: url(images/secondaryToolbarButton-rotateCw.png);
}

.secondaryToolbarButton.selectTool::before {
  content: url(images/secondaryToolbarButton-selectTool.png);
}

.secondaryToolbarButton.handTool::before {
  content: url(images/secondaryToolbarButton-handTool.png);
}

.secondaryToolbarButton.documentProperties::before {
  content: url(images/secondaryToolbarButton-documentProperties.png);
}

.verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: hsla(0, 0%, 0%, 0.5);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
}
html[dir="ltr"] .verticalToolbarSeparator {
  margin-left: 2px;
}
html[dir="rtl"] .verticalToolbarSeparator {
  margin-right: 2px;
}

.horizontalToolbarSeparator {
  display: block;
  margin: 0 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.5);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
}

.toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.09);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 0%, 0.35);
  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%, 0%, 0.05) inset,
    0 1px 0 hsla(0, 0%, 100%, 0.05);
  color: hsl(0, 0%, 95%);
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

.toolbarField[type="checkbox"] {
  display: inline-block;
  margin: 8px 0px;
  vertical-align: middle;
  margin-bottom: 14px;
}

.toolbarField.pageNumber {
  -moz-appearance: textfield; /* hides the spinner in moz */
  min-width: 16px;
  text-align: right;
  width: 40px;
}

.toolbarField.pageNumber.visiblePageIsLoading {
  background-image: url(images/loading-small.png);
  background-repeat: no-repeat;
  background-position: 1px;
}

.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.toolbarField:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
  border-color: hsla(0, 0%, 0%, 0.4) hsla(0, 0%, 0%, 0.43) hsla(0, 0%, 0%, 0.45);
}

.toolbarField:focus {
  background-color: hsla(0, 0%, 100%, 0.15);
  border-color: hsla(204, 100%, 65%, 0.8) hsla(204, 100%, 65%, 0.85)
    hsla(204, 100%, 65%, 0.9);
}

span.toolbarLabel {
  top: 0;
}

.toolbarLabel {
  position: relative;
  top: -3px;
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}

#thumbnailView {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.thumbnail {
  float: left;
  margin-bottom: 5px;
}

#thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}

#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}

.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin: -1px -1px 4px -1px;
}

.thumbnailImage {
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: white;
  background-clip: content-box;
}

.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
}

a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: 0.9;
}

a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset,
    0 0 1px hsla(0, 0%, 100%, 0.2) inset, 0 0 1px hsla(0, 0%, 0%, 0.2);
  color: hsla(0, 0%, 100%, 0.9);
}

.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.5);
  opacity: 1;
}

.thumbnail.selected > .thumbnailSelectionRing {
  background-color: hsla(0, 0%, 100%, 0.3);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset,
    0 0 1px hsla(0, 0%, 100%, 0.1) inset, 0 0 1px hsla(0, 0%, 0%, 0.2);
  color: hsla(0, 0%, 100%, 1);
}

#outlineView,
#attachmentsView {
  position: absolute;
  width: 192px;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
}

#outlineView {
  padding: 4px 4px 0;
}
#attachmentsView {
  padding: 3px 4px 0;
}

html[dir="ltr"] .outlineWithDeepNesting > .outlineItem,
html[dir="ltr"] .outlineItem > .outlineItems {
  margin-left: 20px;
}

html[dir="ltr"] .outlineItem > .outlineItems {
  position: relative;
}

html[dir="ltr"] .outlineItem > .outlineItems > .outlineItem::before {
  position: absolute;
  content: url(images/icon/outlinechild.png);
  left: -11px;
  margin-top: 2px;
  cursor: pointer;
}

.outlineItemNotContent::before {
  content: "" !important;
}

html[dir="rtl"] .outlineWithDeepNesting > .outlineItem,
html[dir="rtl"] .outlineItem > .outlineItems {
  margin-right: 20px;
}

.outlineItem > a,
.attachmentsItem > button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  min-width: calc(
    100% - 4px
  ); /* Subtract the right padding (left, in RTL mode)
                                  of the container. */
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select: none;
  white-space: nowrap;
}

.attachmentsItem > button {
  border: 0 none;
  background: none;
  cursor: pointer;
  width: 100%;
}

html[dir="ltr"] .outlineItem > a {
  padding: 2px 0 5px 4px;
  color: #333;
}
html[dir="ltr"] .attachmentsItem > button {
  padding: 2px 0 3px 7px;
  text-align: left;
}

html[dir="rtl"] .outlineItem > a {
  padding: 2px 4px 5px 0;
}
html[dir="rtl"] .attachmentsItem > button {
  padding: 2px 7px 3px 0;
  text-align: right;
}

.outlineItemToggler {
  position: relative;
  height: 0;
  width: 0;
  color: hsla(0, 0%, 100%, 0.5);
}
.outlineItemToggler::before {
  /* content: url(images/treeitem-expanded.png); */
  content: url(images/icon/outlineparent.png);
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
html[dir="ltr"] .outlineItemToggler.outlineItemsHidden::before {
  content: url(images/treeitem-collapsed.png);
}
html[dir="rtl"] .outlineItemToggler.outlineItemsHidden::before {
  content: url(images/treeitem-collapsed-rtl.png);
}
.outlineItemToggler.outlineItemsHidden ~ .outlineItems {
  display: none;
}
html[dir="ltr"] .outlineItemToggler {
  float: left;
}
html[dir="rtl"] .outlineItemToggler {
  float: right;
}
html[dir="ltr"] .outlineItemToggler::before {
  right: 5px;
}
html[dir="rtl"] .outlineItemToggler::before {
  left: 4px;
}

.outlineItemToggler:hover,
.outlineItemToggler:hover + a,
.outlineItemToggler:hover ~ .outlineItems,
.outlineItem > a:hover,
.attachmentsItem > button:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset,
    0 0 1px hsla(0, 0%, 100%, 0.2) inset, 0 0 1px hsla(0, 0%, 0%, 0.2);
  border-radius: 2px;
  color: hsla(0, 0%, 100%, 0.9);
}

.outlineItem.selected {
  background-color: hsla(0, 0%, 100%, 0.08);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.05) inset,
    0 0 1px hsla(0, 0%, 100%, 0.1) inset, 0 0 1px hsla(0, 0%, 0%, 0.2);
  color: hsla(0, 0%, 100%, 1);
}

.noResults {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.8);
  font-style: italic;
  cursor: default;
}

/* TODO: file FF bug to support ::-moz-selection:window-inactive
   so we can override the opaque grey background when the window is inactive;
   see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
::selection {
  background: #dedee0;
}
::-moz-selection {
  background: #dedee0;
}

#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;
}
.loadingInProgress #errorWrapper {
  top: 37px;
}

#errorMessageLeft {
  float: left;
}

#errorMessageRight {
  float: right;
}

#errorMoreInfo {
  background-color: #ffffff;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}

.overlayButton {
  width: auto;
  margin: 3px 4px 2px 4px !important;
  padding: 2px 6px 3px 6px;
}

#overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  z-index: 40000;
}
#overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#overlayContainer > .container > .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  color: hsl(0, 0%, 85%);
  font-size: 12px;
  line-height: 14px;
  background-color: #474747; /* fallback */
  background-image: url(images/texture.png),
    linear-gradient(hsla(0, 0%, 32%, 0.99), hsla(0, 0%, 27%, 0.95));
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.08),
    inset 0 1px 1px hsla(0, 0%, 0%, 0.15),
    inset 0 -1px 0 hsla(0, 0%, 100%, 0.05), 0 1px 0 hsla(0, 0%, 0%, 0.15),
    0 1px 1px hsla(0, 0%, 0%, 0.1);
  border: 1px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.dialog > .row {
  display: table-row;
}

.dialog > .row > * {
  display: table-cell;
}

.dialog .toolbarField {
  margin: 5px 0;
}

.dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.5);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
}

.dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}

.dialog :link {
  color: white;
}

#passwordOverlay > .dialog {
  text-align: center;
}
#passwordOverlay .toolbarField {
  width: 200px;
}

#documentPropertiesOverlay > .dialog {
  text-align: left;
}
#documentPropertiesOverlay .row > * {
  min-width: 100px;
}
html[dir="ltr"] #documentPropertiesOverlay .row > * {
  text-align: left;
}
html[dir="rtl"] #documentPropertiesOverlay .row > * {
  text-align: right;
}
#documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .buttonRow {
  margin-top: 10px;
}

.clearBoth {
  clear: both;
}

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

#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;
}
#PDFBug .controls {
  background: #eeeeee;
  border-bottom: 1px solid #666666;
  padding: 3px;
}
#PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}
#PDFBug button.active {
  font-weight: bold;
}
.debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
}
.debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
}
#PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
#PDFBug .stats .title {
  font-weight: bold;
}
#PDFBug table {
  font-size: 10px;
}

#viewer.textLayer-visible .textLayer {
  opacity: 1;
}

#viewer.textLayer-visible .canvasWrapper {
  background-color: rgb(128, 255, 128);
}

#viewer.textLayer-visible .canvasWrapper canvas {
  mix-blend-mode: screen;
}

#viewer.textLayer-visible .textLayer > div {
  background-color: rgba(255, 255, 0, 0.1);
  color: black;
  border: solid 1px rgba(255, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#viewer.textLayer-hover .textLayer > div:hover {
  background-color: white;
  color: black;
}

#viewer.textLayer-shadow .textLayer > div {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}

.grab-to-pan-grab {
  cursor: url("images/grab.cur"), move !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
  cursor: grab !important;
}
.grab-to-pan-grab
  *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
  cursor: url("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;
}

#printContainer {
  display: none;
}

@media screen and (min-resolution: 2dppx) {
  /* Rules for Retina screens */
  .toolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -5px;
  }

  .secondaryToolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -4px;
  }

  .toolbarButton.firstPage::before {
    content: url(images/secondaryToolbarButton-firstPage@2x.png);
  }

  .toolbarButton.lastPage::before {
    content: url(images/secondaryToolbarButton-lastPage@2x.png);
  }

  html[dir="ltr"] .toolbarButton::before,
  html[dir="rtl"] .toolbarButton::before {
    left: -1px;
  }

  html[dir="ltr"] .secondaryToolbarButton::before {
    left: -2px;
  }
  html[dir="rtl"] .secondaryToolbarButton::before {
    left: 186px;
  }

  .toolbarField.pageNumber.visiblePageIsLoading,
  #findInput[data-status="pending"] {
    background-image: url(images/loading-small@2x.png);
    background-size: 16px 17px;
  }

  .dropdownToolbarButton {
    background: url(images/toolbarButton-menuArrows@2x.png) no-repeat;
    background-size: 7px 16px;
  }

  html[dir="ltr"] .toolbarButton#sidebarToggle::before {
    content: url(images/toolbarButton-sidebarToggle@2x.png);
  }
  html[dir="rtl"] .toolbarButton#sidebarToggle::before {
    content: url(images/toolbarButton-sidebarToggle-rtl@2x.png);
  }

  html[dir="ltr"] .toolbarButton#secondaryToolbarToggle::before {
    content: url(images/toolbarButton-secondaryToolbarToggle@2x.png);
  }
  html[dir="rtl"] .toolbarButton#secondaryToolbarToggle::before {
    content: url(images/toolbarButton-secondaryToolbarToggle-rtl@2x.png);
  }

  html[dir="ltr"] .toolbarButton.findPrevious::before {
    content: url(images/findbarButton-previous@2x.png);
  }
  html[dir="rtl"] .toolbarButton.findPrevious::before {
    content: url(images/findbarButton-previous-rtl@2x.png);
  }

  html[dir="ltr"] .toolbarButton.findNext::before {
    content: url(images/findbarButton-next@2x.png);
  }
  html[dir="rtl"] .toolbarButton.findNext::before {
    content: url(images/findbarButton-next-rtl@2x.png);
  }

  html[dir="ltr"] .toolbarButton.pageUp::before {
    content: url(images/toolbarButton-pageUp@2x.png);
  }
  html[dir="rtl"] .toolbarButton.pageUp::before {
    content: url(images/toolbarButton-pageUp-rtl@2x.png);
  }

  html[dir="ltr"] .toolbarButton.pageDown::before {
    content: url(images/toolbarButton-pageDown@2x.png);
  }
  html[dir="rtl"] .toolbarButton.pageDown::before {
    content: url(images/toolbarButton-pageDown-rtl@2x.png);
  }

  .toolbarButton.zoomIn::before {
    content: url(images/toolbarButton-zoomIn@2x.png);
  }

  .toolbarButton.zoomOut::before {
    content: url(images/toolbarButton-zoomOut@2x.png);
  }

  .toolbarButton.presentationMode::before,
  .secondaryToolbarButton.presentationMode::before {
    content: url(images/toolbarButton-presentationMode@2x.png);
  }

  .toolbarButton.print::before,
  .secondaryToolbarButton.print::before {
    content: url(images/toolbarButton-print@2x.png);
  }

  .toolbarButton.openFile::before,
  .secondaryToolbarButton.openFile::before {
    content: url(images/toolbarButton-openFile@2x.png);
  }

  .toolbarButton.download::before,
  .secondaryToolbarButton.download::before {
    content: url(images/toolbarButton-download@2x.png);
  }

  .toolbarButton.bookmark::before,
  .secondaryToolbarButton.bookmark::before {
    content: url(images/toolbarButton-bookmark@2x.png);
  }

  #viewThumbnail.toolbarButton::before {
    content: url(images/toolbarButton-viewThumbnail@2x.png);
  }

  html[dir="ltr"] #viewOutline.toolbarButton::before {
    content: url(images/toolbarButton-viewOutline@2x.png);
  }
  html[dir="rtl"] #viewOutline.toolbarButton::before {
    content: url(images/toolbarButton-viewOutline-rtl@2x.png);
  }

  #viewAttachments.toolbarButton::before {
    content: url(images/toolbarButton-viewAttachments@2x.png);
  }

  #viewFind.toolbarButton::before {
    content: url(images/toolbarButton-search@2x.png);
  }

  .secondaryToolbarButton.firstPage::before {
    content: url(images/secondaryToolbarButton-firstPage@2x.png);
  }

  .secondaryToolbarButton.lastPage::before {
    content: url(images/secondaryToolbarButton-lastPage@2x.png);
  }

  .secondaryToolbarButton.rotateCcw::before {
    content: url(images/secondaryToolbarButton-rotateCcw@2x.png);
  }

  .secondaryToolbarButton.rotateCw::before {
    content: url(images/secondaryToolbarButton-rotateCw@2x.png);
  }

  .secondaryToolbarButton.selectTool::before {
    content: url(images/secondaryToolbarButton-selectTool@2x.png);
  }

  .secondaryToolbarButton.handTool::before {
    content: url(images/secondaryToolbarButton-handTool@2x.png);
  }

  .secondaryToolbarButton.documentProperties::before {
    content: url(images/secondaryToolbarButton-documentProperties@2x.png);
  }

  .outlineItemToggler::before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 0;
    /* content: url(images/treeitem-expanded@2x.png); */
    content: url(images/icon/outlineparent.png);
  }
  html[dir="ltr"] .outlineItemToggler.outlineItemsHidden::before {
    /* content: url(images/treeitem-collapsed@2x.png); */
    content: url(images/icon/outlineparent.png);
  }
  html[dir="rtl"] .outlineItemToggler.outlineItemsHidden::before {
    content: url(images/treeitem-collapsed-rtl@2x.png);
  }
  html[dir="ltr"] .outlineItemToggler::before {
    right: 1px;
  }
  html[dir="rtl"] .outlineItemToggler::before {
    left: 0;
  }
}

@media print {
  /* General rules for printing. */
  body {
    background: transparent none;
  }

  /* Rules for browsers that don't support mozPrintCallback. */
  #sidebarContainer,
  #secondaryToolbar,
  .toolbar,
  #loadingBox,
  #errorWrapper,
  .textLayer {
    display: none;
  }
  #viewerContainer {
    overflow: visible;
  }

  #mainContainer,
  #viewerContainer,
  .page,
  .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }

  .page {
    float: left;
    display: none;
    border: none;
    box-shadow: none;
    background-clip: content-box;
    background-color: white;
  }

  .page[data-loaded] {
    display: block;
  }

  .fileInput {
    display: none;
  }

  /* Rules for browsers that support PDF.js printing */
  body[data-pdfjsprinting] #outerContainer {
    display: none;
  }
  body[data-pdfjsprinting] #printContainer {
    display: block;
  }
  #printContainer {
    height: 100%;
  }
  /* wrapper around (scaled) print canvas elements */
  #printContainer > div {
    position: relative;
    top: 0;
    left: 0;
    /* width: 1px;
    height: 1px; */
    height: 100%;
    overflow: visible;
    page-break-after: always;
    page-break-inside: avoid;
  }
  #printContainer canvas,
  #printContainer img {
    display: block;
  }
}

.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
  display: none;
}

@media all and (max-width: 1040px) {
  #outerContainer.sidebarMoving #toolbarViewerMiddle,
  #outerContainer.sidebarOpen #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    transform: none;
  }
}

@media all and (max-width: 980px) {
  .sidebarMoving .hiddenLargeView,
  .sidebarOpen .hiddenLargeView {
    display: none;
  }
  .sidebarMoving .visibleLargeView,
  .sidebarOpen .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 900px) {
  #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    transform: none;
  }
  .sidebarMoving .hiddenMediumView,
  .sidebarOpen .hiddenMediumView {
    display: none;
  }
  .sidebarMoving .visibleMediumView,
  .sidebarOpen .visibleMediumView {
    display: inherit;
  }
}

@media all and (max-width: 840px) {
  #sidebarContainer {
    top: 58px;
    z-index: 100;
  }
  /* .loadingInProgress #sidebarContainer {
    top: 37px;
  } */
  #sidebarContent {
    top: 28px;
  }

  html[dir="ltr"] #outerContainer.sidebarOpen > #mainContainer {
    left: 252px;
  }
  html[dir="rtl"] #outerContainer.sidebarOpen > #mainContainer {
    right: 0px;
  }

  #outerContainer .hiddenLargeView,
  #outerContainer .hiddenMediumView {
    display: inherit;
  }
  #outerContainer .visibleLargeView,
  #outerContainer .visibleMediumView {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #outerContainer .hiddenLargeView {
    display: none;
  }
  #outerContainer .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 700px) {
  #outerContainer .hiddenMediumView {
    display: none;
  }
  #outerContainer .visibleMediumView {
    display: inherit;
  }
}

@media all and (max-width: 640px) {
  .hiddenSmallView,
  .hiddenSmallView * {
    display: none;
  }
  .visibleSmallView {
    display: inherit;
  }
  .toolbarButtonSpacer {
    width: 0;
  }
  html[dir="ltr"] .findbar {
    left: 38px;
  }
  html[dir="rtl"] .findbar {
    right: 38px;
  }
}

@media all and (max-width: 535px) {
  #scaleSelectContainer {
    display: none;
  }
}

/* guotq */
.l {
  float: left;
}
.lfive {
  float: left;
  margin-top: 5px;
}

.r {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .clearfix {
  *+height: 1%;
} */

.signpad-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -100px;
  display: none;
  z-index: 10001;
}

.ui-popup {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 9999;
  /* margin-top: -185px;
  margin-left: -285px; */
  width: 570px;
  height: 395px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
  font-family: Helvetica, arial, sans-serif;
}

.ui-popup-header {
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}

.ui-popup-title {
  margin: 0;
  line-height: 1.428571429;
  min-height: 16.428571429px;
  padding: 10px 10px 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  cursor: default;
}

.ui-popup-close {
  position: relative;
  _position: absolute;
  float: right;
  top: 9px;
  right: 13px;
  _height: 26px;
  padding: 0 4px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  _background: #fff;
  border: 0;
  -webkit-appearance: none;
}

.ui-popup-body {
  padding: 10px;
  text-align: center;
}

.ui-popup-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.ep-title {
  font-weight: bold;
}

.ep-title .ep-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: -18px;
  margin-left: 5px;
}

.ep-title.success .ep-icon {
  background-image: url("./images/sign-check-48.png");
}

.ep-title.error .ep-icon {
  background-image: url("./images/sign-error-48.png");
}

.ep-content {
  padding: 10px;
  border-top: none;
}

.ep-tab .ep-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.ep-nav > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
  list-style: none;
}

.ep-nav > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  color: #353535;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  margin-right: 2px;
  text-decoration: none;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.ep-nav > li.active > a,
.ep-nav > li.active > a:focus,
.ep-nav > li.active > a:hover {
  color: grey;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.ep-tab--content {
  height: 200px;
  min-width: 500px;
  overflow: auto;
  border: 1px #ddd solid;
  border-top: none;
}

.ep-tab--content .ep-tab-pane {
  display: none;
}

.ep-tab--content .ep-tab-pane.active {
  display: block;
}

.ep-meta {
  padding: 10px 10px 0px 10px;
}

.ep-item {
  margin-top: 3px;
}

.ep-meta .ep-label {
  width: 16%;
  float: left;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}

.ep-meta .ep-value {
  width: 84%;
  float: left;
  display: inline-block;
  text-align: left;
  word-break: break-all;
  line-height: 1.428571429;
}

.ep-a-cert {
  color: grey;
  cursor: pointer;
  height: 21px;
  line-height: 21px;
  margin-left: 5%;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.ui-popup-close:hover,
.ui-popup-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  opacity: 0.5;
}

section[data-annotation-id]:hover {
  border: 2px dashed rgba(173, 173, 173, 173);
  margin: -2px;
}

.signpad-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -100px;
  display: none;
  z-index: 10001;
}

#delsigndiv {
  width: 80px;
  background: rgba(78, 78, 78, 1);
  position: absolute;
  display: none;
  box-shadow: 2px 2px 7px #888888;
  border-radius: 5px;
  z-index: 78;
}

#delsigndiv ul {
  list-style: none;
  border: 2px solid #666;
  border-bottom: 0px;
  border-radius: 4px;
}

#delsigndiv ul li {
  height: 30px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  text-align: center;
  border-bottom: 2px solid #666;
  cursor: default;
}

/* 进度条 */
.progress_bar .pro-bar {
  background: hsl(0, 0%, 97%);
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
  height: 4px;
  position: relative;
}
.progress_bar .progress_bar_title {
  color: #d5d6e2;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: -28px;
  z-index: 1;
}

.progress_bar .progress-bar-inner {
  background-color: hsl(0, 0%, 88%);
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1s linear 0s;
  animation: animate-positive 2s;
  z-index: 1;
}
.progress_bar .progress-bar-inner:before {
  content: "";
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1;
}
.progress_bar .progress-bar-inner:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -5px;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

._addSign {
  position: absolute;
  cursor: pointer;
}

._addSign ._signimg {
  position: absolute;
  width: 100%;
  height: 100%;
  /*测试提建议，透明度调高*/
  opacity: 1;
}

._addSign ._signimg:hover {
  border: 2px dashed rgb(173, 173, 173);
  margin: -2px;
}

._addSign ._signstatus {
  position: absolute;
  right: 0;
  top: 0;
  /* opacity: 0.5; */
}

._addSign.disiable,
.textLayer.disabled,
.annotationLayer.disabled,
.notation-content.disabled,
.notation-comment.disabled {
  pointer-events: none;
}

#sidebarContainer,
#mainContainer {
  bottom: 34px;
}

#bottomContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dedee0;
  z-index: 1009;
}

#toolbarViewer .toolbar-item {
  padding-left: 10px;
  padding-right: 10px;
  height: 58px;
  text-align: center;
  color: #666;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

#toolbarViewer .toolbar-item:hover {
  background-color: #f1f1f1;
}

#toolbarViewer .toolbar-item img {
  margin-top: 10px;
}

.spacer {
  float: left;
  width: 1px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 13px;
  background-color: #e6e6e6;
}

#findbar {
  overflow: hidden;
}

#findbar #findbarInputContainer {
  position: relative;
  float: left;
  width: 177px;
}

#findbar .splitToolbarButton {
  margin-top: 15px;
}

#findbar .searchField {
  width: 148px;
  height: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 26px;
}

#findbar .searchBtn {
  position: absolute;
  top: 0;
  right: -8px;
  width: 26px;
  height: 27px;
  border: none;
  background: url(./images/searchButton.png) no-repeat;
  cursor: pointer;
}

.findToolbarButton {
  position: relative;
  float: left;
  width: 70px;
  height: 100%;
}

.findToolbarButton .findPrevious,
.findToolbarButton .findNext {
  position: absolute;
  top: 17px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.findToolbarButton .findPrevious {
  left: 0;
  background: url(./images/icon/pre.png) no-repeat;
}

.findToolbarButton .findNext {
  left: 38px;
  background: url(./images/icon/next.png) no-repeat;
}

#findbarOptionsContainer {
  float: left;
}

.toolbarViewerLeft {
  float: left;
  height: 33px;
  margin-top: 3px;
  padding-left: 15px;
}

.toolbarField.pageNumber {
  height: 18px;
  border: 1px solid #c5c5c7;
  background-color: #fff;
  color: #333;
}

.toolbarViewerMiddle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 33px;
}

.toolbarViewerMiddle div {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: 8px;
  margin-right: 15px;
  cursor: pointer;
}

.toolbarViewerMiddle div:last-child {
  margin-right: 0;
}

.toolbarViewerMiddle .btn-firstPage {
  background: url(./images/icon/firstpage.png) no-repeat;
}

.toolbarViewerMiddle .btn-previous {
  background: url(./images/icon/prepage.png) no-repeat;
}

.toolbarViewerMiddle .btn-next {
  background: url(./images/icon/nextpage.png) no-repeat;
}

.toolbarViewerMiddle .btn-lastPage {
  background: url(./images/icon/lastpage.png) no-repeat;
}

.toolbarViewerRight .btn-pageActualOption,
.toolbarViewerRight .btn-pageFitOption,
.toolbarViewerRight .btn-pageWidthOption {
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 18px;
  margin-top: 12px;
  cursor: pointer;
}

.toolbarViewerRight .btn-pageActualOption {
  background: url(./images/icon/pageActualOption.png) no-repeat;
}

.toolbarViewerRight .btn-pageFitOption {
  background: url(./images/icon/pageFitOption.png) no-repeat;
}

.toolbarViewerRight .btn-pageWidthOption {
  background: url(./images/icon/pageWidthOption.png) no-repeat;
}

#scaleSelectContainer {
  float: left;
}

#siderMenuBar {
  position: absolute;
  left: 0;
  top: 58px;
  bottom: 37px;
  width: 52px;
  background-color: #fff;
  z-index: 200;
}

#siderMenuBar .menuItem {
  width: 100%;
  height: 48px;
  line-height: 68px;
  text-align: center;
  /* border-bottom: 1px solid #e6e6e6; */
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

#siderMenuBar .menuItem.active {
  background-color: #ededed;
}

#siderMenuBar .menuItem:first-child {
  height: 33px;
  line-height: 27px;
}

/* 关于 */
.aboutContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 576px;
  height: 400px;
  margin-top: -182px;
  margin-left: -288px;
  z-index: 80;
}

.aboutContainer .aboutContainer-left {
  width: 86px;
  height: 100%;
  background: url(./images/icon/aboutleft.png) no-repeat;
  background-size: 86px 100%;
}

.aboutContainer .aboutContainer-right {
  position: relative;
  width: 450px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ededed;
}

.aboutContainer .aboutContainer-right--title {
  height: 60px;
}

.aboutContainer .about-logo {
  margin-top: 17px;
}

.aboutContainer .aboutContainer-right--con {
  height: 290px;
  border: 1px solid #dadae6;
  background-color: #fff;
}

.aboutContainer .aboutContainer-right--con p {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 15px;
  font-size: 12px;
  text-indent: 20px;
  line-height: 24px;
}

.aboutContainer .abountContainer-close {
  position: absolute;
  left: 50%;
  width: 70px;
  height: 24px;
  margin-top: 13px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
  transform: translateX(-50%);
}

.aboutContainer .abountContainer-close:active {
  background-color: #2196f8;
}

/* 添加签章区域 */
.signContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 382px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.signContainer .signContainer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.signContainer .signContainer-title label {
  font-size: 14px;
}

.signContainer .signContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}

.signContainer .signContainer-con {
  min-height: 346px;
  padding: 13px 25px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, 0.25);
}

.signContainer .signContainer-con--item {
  margin-top: 14px;
}

.signContainer .signContainer-con--item label {
  font-size: 13px;
  color: #333;
}

.signContainer .signContainer-con--item select {
  height: 20px;
  width: 77.7%;
}

.signContainer .signContainer-con--item input[type="radio"] {
  margin-right: 6px;
  margin-left: 18px;
}

.signContainer .signContainer-con--item .sigtype-group > input[type="radio"] {
  margin-bottom: 8px;
}

.signContainer .signContainer-con--item input[type="radio"]:first-child {
  margin-left: 0;
}

.signContainer .signContainer-con--item input[type="radio"]:nth-child(4) {
  margin-bottom: 0;
}

.signContainer .signContainer-con--item .sigtype-group {
  width: 77.5%;
  font-size: 13px;
}

.signContainer .signContainer-con--item .pageChoiceType {
  width: 78%;
  font-size: 13px;
}

.signContainer .signContainer-con--item .pageChoiceType input[type="radio"] {
  margin-left: 0;
}

.signContainer
  .signContainer-con--item
  .pageChoiceType
  input[type="radio"]:first-child {
  margin-bottom: 10px;
}

.sigtype-group .sigsearch {
  position: relative;
}

.sigsearch-input,
.pagetype-input {
  width: 125px;
  padding: 2px 27px 2px 7px;
  margin-left: 18px;
}

.pagetype-input {
  margin-left: 46px;
}

.signContainer-con--item .icon-search {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 12px;
  height: 15px;
  background: url(./images/icon/search.png) no-repeat;
}

.signContainer .signature-inf .confirm-btn {
  width: 70px;
  height: 24px;
  margin-left: 108px;
  background-color: #64a9ed;
  border: 1px solid #5292e2;
  cursor: pointer;
  color: #fff;
}

.signContainer .signature-inf .confirm-btn {
  margin-left: 52px;
}

.refresh-hardware:active {
  background-color: #3288dc;
}

.signature-preview {
  position: relative;
  height: 189px;
  margin-top: 12px;
  background-color: #f2f2f2;
  text-align: center;
  overflow: hidden;
}

.signature-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signContainer .signature-inf {
  height: 26px;
  margin-top: 12px;
  line-height: 26px;
}

.signContainer .signature-inf .signature-inf--term {
  color: #666;
  font-size: 12px;
}

.signContainer .signature-inf .online-inspection {
  color: #5292e2;
  font-size: 12px;
  text-decoration: none;
}

div[tabindex] {
  outline: none !important;
}

/* 数字签名区域  */
#annotationView {
  padding: 5px 10px;
}

.annotationView-item {
  margin-bottom: 20px;
}

.annotationView-item p {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.annotationView-item img {
  max-width: 100%;
}

#qrcodeContainer,
#watingSignContainer,#waitingContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 99999;
  background-color: transparent;
}

#qrcodeContainer .qrcode-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
  font-weight: bold;
}

#qrcodeContainer #qrcode {
  position: absolute;
  width: 240;
  height: 240;
  background: "#ffffff";
}

.mask_ {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #404040;
  opacity: 0.6;
  z-index: 99998;
}

/* 验章区域 */
#verifyContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 230px;
  margin-left: -240px;
  margin-top: -115px;
  border: 1px solid #2196f8;
  z-index: 998;
  background-color: #f5f5f5;
}

#verifyContainer .verifyContainer-title {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

#verifyContainer .verifyContainer-con {
  padding-left: 10px;
  padding-right: 10px;
}

#verifyContainer .verifyContainer-con img {
  margin-top: 5%;
  margin-left: 5%;
}

#verifyContainer .verifyContainer-con p {
  display: inline-block;
}

#verifyContainer .verifyContainer-con p:nth-child(2) {
  padding-left: 6%;
}

#verifyContainer .verifyContainer-con p:last-child {
  padding-left: 22.7%;
  margin-top: 4%;
}

#verifyContainer .verifyContainer-close {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

/* 切换区域 */
#UserContainer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 190px;
  /* margin-left: -240px; */
  /* margin-top: -115px; */
  border: 1px solid #2196f8;
  z-index: 998;
  background-color: #f5f5f5;
}

#UserContainer .UserContainer-title {
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #64a9ed;
}

#UserContainer .UserContainer-con {
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#UserContainer .UserContainer-close {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}
#UserContainer .confirm-btn {
  margin-left: 50px;
  margin-top: 42.5px;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

/* 提示区域 */
#UserNotice {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 190px;
  /* margin-left: -240px; */
  /* margin-top: -115px; */
  border: 1px solid #2196f8;
  z-index: 998;
  background-color: #f5f5f5;
}

#UserNotice .UserNotice-title {
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #64a9ed;
}

#UserNotice .UserNotice-con {
  text-align: center;
  font-size: 15px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#UserNotice .UserNotice-close {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}
#UserNotice .confirm-btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

/* 新搜索区域的样式 */
#searchView {
  margin-left: 6px;
  margin-right: 6px;
}

#searchView p.title {
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #999;
}

#findbarOptionsContainer div {
  height: 22px;
  padding-left: 10px;
  padding-top: 5px;
}

#findbarSearchTree .findbarSearchTree-item {
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#findbarSearchTree .findbarSearchTree-item .findbarSearchTree-item--icon {
  display: inline-block;
  width: 10px;
  height: 11px;
  vertical-align: middle;
  margin-bottom: 2px;
  background: url("./images/icon/searchTree.png") no-repeat;
}

#findbarSearchTree .findbarSearchTree-item:hover,
#findbarSearchTree .findbarSearchTree-item.active {
  text-decoration: underline;
}

#findbarSearchTree
  .findbarSearchTree-item.active
  .findbarSearchTree-item--icon {
  background: url("./images/icon/searchTreeChoice.png") no-repeat;
}

.visibilityHidden {
  visibility: hidden;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #5294e2;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  position: relative;
  z-index: 1;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

#watingSignContainer p,#waitingContainer p{
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.myMenu_item {
  line-height: 25px;
  height: auto;
  width: auto;
  position: relative;
  cursor: pointer;
  border: 1px #dfdfdf solid;
  padding: 1px;
}

.myMenu_item:hover {
  background: #e6e6e6;
}

.myMenu_item_inner {
  position: relative;
  padding-right: 13px;
  padding-left: 8px;
}

.myMenu_item_inner_text {
  color: #5294e2;
}

myMenu_item_inner_text:hover {
  color: #962237;
  background-color: #225496;
}

/* 批示区域 */

.notation-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  padding-left: 2px;
  padding-right: 2px;
  background: #d3e56f;
  border: 1px solid #e3efa4;
  z-index: 2;
}

.notation-top {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
}

.notation-con {
  font-size: 12px;
  color: #666;
}

.notation-con p {
  padding-top: 3px;
}

.notation-text {
  display: block;
  width: 98%;
  height: 110px;
  margin: 0 auto;
  margin-top: 6px;
  resize: none;
}

.notation-comment {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 20px;
  z-index: 9998;
}

.notation-contextmenu {
  position: absolute;
  z-index: 20;
  background: #ececec;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0 0px 7px #ada3a3;
  cursor: pointer;
  width: 80px;
  text-align: center;
}

.notation-contextmenu li {
  padding: 4px 10px;
  border-bottom: 1px solid #ccc;
}

.notation-contextmenu li:last-child {
  border-bottom: 0;
}

.signDiv {
  height: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f90808;
  border-radius: 1%;
  opacity: 0.9;
}

.signDiv2 {
  font-size: 17px;
}

._signDiv {
  height: auto;
  display: flex;
}

.signinfo {
  width: 105px;
  color: #9c0707;
}

.signuser {
  color: #ff0000;
  width: 70%;
}

/* 添加密码框区域 */
.pwdContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 382px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.pwdContainer .pwdContainer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.pwdContainer .pwdContainer-title label {
  font-size: 14px;
}

.pwdContainer .pwdContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}

.pwdContainer .pwdContainer-con {
  min-height: 100px;
  padding: 13px 25px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, 0.25);
}

.pwdContainer .pwdContainer-con--item {
  margin-top: 12px;
}

.pwdContainer .pwdContainer-con--item label {
  font-size: 13px;
  color: #333;
}

.pwdContainer .signature-inf {
  height: 26px;
  margin-top: 12px;
  line-height: 26px;
}

.pwdContainer .signature-inf .confirm-btn {
  width: 70px;
  height: 24px;
  margin-left: 108px;
  background-color: #64a9ed;
  border: 1px solid #5292e2;
  cursor: pointer;
  color: #fff;
}

/* 添加模式切换区域 */
.convertContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.convertContainer .convertContainer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.convertContainer .convertContainer-title label {
  font-size: 14px;
}

.convertContainer .convertContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}

.convertContainer .convertContainer-con {
  min-height: 210px;
  padding: 13px 25px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, 0.25);
}

.convertContainer .convertContainer-con--item {
  margin-top: 13px;
}

.convertContainer .convertContainer-con--item label {
  font-size: 13px;
  color: #333;
}

.convertContainer .signature-inf {
  height: 26px;
  margin-top: 12px;
  line-height: 26px;
}

.convertContainer .signature-inf .confirm-btn {
  width: 70px;
  height: 24px;
  margin-left: 10px;
  background-color: #64a9ed;
  border: 1px solid #5292e2;
  cursor: pointer;
  color: #fff;
}

.typelist {
  font-size: 0;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #f7fff7;
}

/* .typelist:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 35px;
	background: #F1F1F1;
	width: 2px;
	height: 124px;
} */

.typelist > li {
  width: 146px;
  height: 152px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 10px;
}

.typelist > li > .icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(55, 124, 210, 0.39);
  line-height: 80px;
  margin-top: 20px;
}

.tuijian {
  position: relative;
  top: -45px;
  right: -55px;
}

.typelist > li.usbkey {
  background-color: #f7fff7;
}

.typelist > li.usbkey > .icon {
  background-color: #14dd10;
}
.typelist > li.phone {
  background-color: #f5fbff;
}

.typelist > li.phone > .icon {
  background-color: #4878ff;
}

.typelist > li.changsha {
  background-color: #f7fff7;
}

.typelist > li.changsha > .icon {
  background-color: #ff8c00;
}

.typelist > li > .icon img {
  vertical-align: middle;
  display: inline-block;
}

.typelist > li:hover {
  border-color: #e1e1e1;
}

.typelist > li.usbkey:hover {
  background: #f8fff8;
  border: 1px solid #03a000;
}

.typelist > li.phone:hover {
  background: #f5fbff;
  border: 1px solid #6ab1f1;
}

.typelist > li.changsha:hover {
  background: #f5fbff;
  border: 1px solid #ff8c00;
}

.typelist > li h2 {
  font-size: 16px;
  color: #666666;
  line-height: 50px;
}

/*盖章确认区域*/
#sealIndexContainer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 190px;
  /* margin-left: -240px; */
  /* margin-top: -115px; */
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, 0.25);
  z-index: 998;
  background-color: white;
}

#sealIndexContainer .IndexContainer-title {
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #5292e2;
}

#sealIndexContainer .IndexContainer-con {
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#sealIndexContainer .IndexContainer-close {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}
#sealIndexContainer .confirm-btn {
  margin-left: 50px;
  margin-top: 42.5px;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}




/*打印选择框区域*/
#printChooseContainer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 190px;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, 0.25);
  z-index: 10000;
  background-color: white;
}
#printChooseContainer .IndexContainer-title {
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #5292e2;
}
#printChooseContainer .IndexContainer-con {
  /* text-align: center; */
  font-size: 13px;
  padding-top: 42px;
  padding-left: 0px;
  /* padding-right: 10px; */
  margin-left: -11px;
}
#printChooseContainer .IndexContainer-close {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}
#printChooseContainer .confirm-btn {
  position: absolute;
  /* margin-left: 50px;
  margin-top: 42.5px; */
  left: 30px;
  bottom: 20px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

#printChooseContainer  .signContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}

.lp {
  float: left;
  margin-left: 40px;
}


.linkAnnotation {
  z-index: 9999 !important;
}

.chain_sign {
  position: absolute;
  top: 20px;
  /* right: 5%; */
  z-index: 100;
  width: 80px;
  height: 80px;
  /* background: url(../web/images/bg_on_chain.png) no-repeat; */
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 新增样式 */

#toolbarViewerLeft > img {
  width: 52px;
}

.toolbarViewerRighText {
  color: rgb(166, 166, 166);
  font-size: 16px;
  margin: auto 20px;
  font-family: HeiTi;
}

#toolbarViewerLeft {
  flex: 1;
}

.hover-mask {
  display: none;
  position: absolute;
  top: 35px;
  /* left: -48px; */
  z-index: 10;
  min-width: 26px;
  padding: 4px 10px;
  background-color: #64a9ed;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}

.toolbar-item:hover .hover-mask {
  display: block;
}

.hover-icon {
  position: relative;
}

.hover-mask::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 12px;
  top: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #64a9ed;
}

/* 媒体查询 */

@media screen and (max-height: 1024px) {
  body {
    /* background-color: #ff00ff; */
  }
  .toolbar-item > p {
    display: block;
  }
  .toolbar-item:hover .hover-mask {
    display: none;
  }
}
/* ipad */
@media screen and (max-height: 768px) {
  body {
    /* background-color: green; */
  }
  .toolbar-item > p {
    display: block;
  }
  .toolbar-item:hover .hover-mask {
    display: none;
  }
}
/* iphone6 7 8 plus */
@media screen and (max-height: 560px) {
  body {
    /* background-color: black; */
  }
  .toolbar-item > p {
    display: none;
  }

  .toolbar-item:hover .hover-mask {
    display: block;
  }
  
  #toolbarViewer .toolbar-item,
  #toolbarViewer,
  #toolbarContainer,
  .findbar,
  .secondaryToolbar,
  #toolbarViewerLeft > img {
    height: 40px;
  }
  #siderMenuBar {
    top: 40px;
  }
  html[dir="ltr"] #outerContainer.sidebarOpen > #sidebarContainer{
    top: 40px;
  }

  /* 隐藏侧边栏 */
  
  .toggle{
    display: none;
  }
}
/* iphone6 7 8 plus */
@media screen and (max-height: 480px) {
  body {
    /* background-color: blue; */
  }
  .toolbar-item > p {
    display: none;
  }

  .toolbar-item:hover .hover-mask {
    display: block;
  }
  
  #toolbarViewer .toolbar-item,
  #toolbarViewer,
  #toolbarContainer,
  .findbar,
  .secondaryToolbar,
  #toolbarViewerLeft > img {
    height: 40px;
  }

  #siderMenuBar {
    top: 40px;
  }

  html[dir="ltr"] #outerContainer.sidebarOpen > #sidebarContainer{
    top: 40px;
  }
}
/* iphoneX */
@media screen and (max-width: 320px) {
  body {
    /* background-color: #0ff000; */
  }
  .toolbar-item > p {
    display: none;
  }

  .toolbar-item:hover .hover-mask {
    display: block;
  }

  
  #toolbarViewer .toolbar-item,
  #toolbarViewer,
  #toolbarContainer,
  .findbar,
  .secondaryToolbar,
  #toolbarViewerLeft > img {
    height: 40px;
  }

  #siderMenuBar {
    top: 40px;
  }
  html[dir="ltr"] #outerContainer.sidebarOpen > #sidebarContainer{
    top: 40px;
  }
}

/*统一提示信息弹框区域*/
#promptMessageContainer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 175px;
  box-shadow: inset 0 0 1px 1px hsla(0,0%,0%,.25);
  z-index: 100000;
  background-color:white;
}
#promptMessageContainer .promptMessageContainer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#promptMessageContainer .IndexContainer-con {
  /* text-align: center; */
  font-size: 14px;
  padding-top: 30px;
  padding-left:30px;
  /* padding-right: 10px; */
  margin-left:-11px;
}

#promptMessageContainer .promptMessageContainer label {
  font-size: 14px;
}

#promptMessageContainer .promptMessageContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}
#promptMessageContainer .confirm-btn {
  position: absolute;
  /* margin-left: 50px;
  margin-top: 42.5px; */
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

/*文本添加输入框区域*/
#addTextContainer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 275px;
  box-shadow: inset 0 0 1px 1px hsla(0,0%,0%,.25);
  z-index: 99998;
  background-color:white;
}

#addTextContainer .addTextContainer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#addTextContainer .addTextContainer-con {
  font-size: 14px;
  width: 480px;
  height:200px;
}

#addTextContainer .addTextContainer-con textarea{
  width: 477px;
  height: 203px;
  border: 1px solid #e6e6e6;
}

#addTextContainer .addTextContainer label {
  font-size: 14px;
}

#addTextContainer .addTextContainer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}

#addTextContainer .confirm-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}

/*统一提示信息弹框区域*/
#handsigncontianer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 300px;
  box-shadow: inset 0 0 1px 1px hsla(0,0%,0%,.25);
  z-index: 99998;
  background-color:white;
}
#handsigncontianer .handsigncontianer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#handsigncontianer .IndexContainer-con {
  margin-right: auto;
  margin-left: auto;
  height: 362px;
  width: 580px;
}

#handsigncontianer .handsigncontianer label {
  font-size: 14px;
}

#handsigncontianer .handsigncontianer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}
#handsigncontianer .confirm-btn {
  position: absolute;
  /* margin-left: 50px;
  margin-top: 42.5px; */
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}


.toolbar_delete_myMenu_item {
  line-height: 25px;
  height: auto;
  width: auto;
  position: relative;
  cursor: pointer;
  border: 1px #dfdfdf solid;
  padding: 1px;
}

.toolbar_delete_myMenu_item:hover {
  background: #e6e6e6;
}

.toolbar_delete_myMenu_item_inner {
  position: relative;
  padding-right: 13px;
  padding-left: 8px;
}

.toolbar_delete_myMenu_item_inner_text {
  color: #5294e2;
}

toolbar_delete_myMenu_item_inner_text:hover {
  color: #962237;
  background-color: #225496;
}


/*北京PAD手写签章弹框区域*/
#padsigncontianer {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  box-shadow: inset 0 0 1px 1px hsla(0,0%,0%,.25);
  z-index: 99998;
  background-color:white;
}
#padsigncontianer .padsigncontianer-title {
  height: 34px;
  line-height: 34px;
  background-color: #5292e2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#padsigncontianer .padsigncontianer-content {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
}

#padsigncontianer .padsigncontianer label {
  font-size: 14px;
}

#padsigncontianer .padsigncontianer-close {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
}
#padsigncontianer .confirm-btn {
  position: absolute;
  /* margin-left: 50px;
  margin-top: 42.5px; */
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 24px;
  border: 1px solid #5292e2;
  background-color: #64a9ed;
  color: #fff;
  cursor: pointer;
}
/*2021.06.25*/

.chain {
  position: absolute;
  right: 70px;
  top: 22px;
  width: 99px;
  display:none;
}

.chain-box {
  width: 99px;
  height: 99px;
  overflow: hidden;
  /* border-radius: 50%; */
}

.chain:hover .chain-box {
  background: rgba(172, 203, 238, .62);
  background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
  background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
  background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
  background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
  width: 100%;
  height: 100%;
}

.chain:hover .chain-list {
  display: block;
}

.chain-list {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 253px;
  padding-top: 8px;
}

.chain-list::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background: url("./images/qkl/new_jiao.png") no-repeat;
}

.chain-list-box {
  height: 100%;
  padding: 7px 0 12px 0;
  background-color: #f3f9ff;
  border: 1px solid #3e63b7;
}

.chain-tt {
  margin: 0 10px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #3e63b7;
}

.chain-tt>h3 {
  display: inline-block;
  padding-left: 20px;
  max-width: 95%;
  color: #fff;
  vertical-align: top;
  background: url("./images/qkl/new_yes.png") no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chain-intro {
  padding: 0 16px;
}

.chain-intro-box {
  padding-top: 8px;
  line-height: 19px;
  word-wrap: break-word;
}

.chain-label {
  color: #666;
}

.chain-con {
  color: #3e63b7;
}

.sealSizeType {
  width: 78%;
  font-size: 13px;
}

.sealSizeType input[type="radio"] {
  margin-left: 0;
}

.sealSizeType 
  input[type="radio"]:first-child {
  margin-bottom: 10px;
}

.sealtype-input {
  width: 70px;
  margin-left: 2px;
}