.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

/* 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.
 */

:root {
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
}

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

.annotationLayer .buttonWidgetAnnotation.pushButton > canvas {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.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-image: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  background-image: var(--annotation-unfocused-field-background);
  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 rgba(0, 0, 0, 1);
}

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

.annotationLayer .textWidgetAnnotation input :focus,
.annotationLayer .textWidgetAnnotation textarea :focus,
.annotationLayer .choiceWidgetAnnotation select :focus,
.annotationLayer .buttonWidgetAnnotation.checkBox :focus,
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  background-image: none;
  background-color: transparent;
  outline: auto;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: rgba(0, 0, 0, 1);
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  -webkit-transform: rotate(-45deg);
          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: 103%;
}

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

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

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 2px 5px rgba(136, 136, 136, 1);
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  white-space: normal;
  word-wrap: break-word;
}

.annotationLayer .popup > * {
  font-size: 9px;
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: 5px;
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: 2px;
  padding-top: 2px;
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
}

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

.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%;transform-origin:0% 0%}.textLayer .highlight{margin:-1px;padding:1px;background-color:#2078A9}.textLayer .highlight.selected{background-color:#0094FF}.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 ::selection{background:blue}.textLayer ::-moz-selection{background:blue}.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}.pdfViewer{height:100%;padding-top:22px;margin-left:190px;transition:all 0.5s;background-color:#F1F3F7}.pdfViewer.full{margin-left:0}.pdfViewer .canvasWrapper{overflow:hidden}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:5px auto 5px auto;position:relative;overflow:visible;background-clip:content-box;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}

.toolbox-container{position:relative;width:100%;height:100%}.toolbox-container .toolbox-wrapper{position:absolute;top:calc(100vh - 120px);left:calc(50% - 208px)}.toolbox-container .toolbox-wrapper .toolbox{position:fixed;background-color:#97a1b6;z-index:9999;bottom:28px;max-height:48px;width:416px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;color:white;border-radius:3px}.toolbox-container .toolbox-wrapper .toolbox svg{cursor:pointer}.toolbox-container .toolbox-wrapper .toolbox svg.disabled{cursor:default}.toolbox-container .toolbox-wrapper .toolbox svg.disabled path{fill-opacity:0.3}.toolbox-container .toolbox-wrapper .toolbox .toolbox-action{display:inline-block;vertical-align:middle;cursor:pointer;padding:5px 10px}.toolbox-container .toolbox-wrapper .toolbox .page-navigation{display:flex;font-size:13px}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .page-up{margin-right:20px}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .page-down{margin-left:20px}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber{font-size:13px;font-weight:500;color:white;overflow:visible;border-bottom:white 1px solid}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber.input-focused{border-bottom:none}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber input{font-size:13px;text-align:center;width:20px;height:15px;font-weight:500;color:white;border:none;outline:none;background-color:#97a1b6}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber input:focus{border:1px solid #D0DAE3;border-radius:2px;height:20px}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber input::-webkit-outer-spin-button,.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.toolbox-container .toolbox-wrapper .toolbox .page-navigation .pageNumber input[type=number]{-moz-appearance:textfield}

.thumbnail{flex-direction:column;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.thumbnail img,.thumbnail .placeholder{border:solid 3px white;width:100%;cursor:pointer}.thumbnail img:hover,.thumbnail img.focused,.thumbnail .placeholder:hover,.thumbnail .placeholder.focused{border:solid 3px #7c86a5}.thumbnail .page-number{margin-top:4px}

.pdf-thumbnail-bar{position:fixed;top:0;height:100vh;width:140px;overflow:auto;background-color:#F1F3F7;border-right:#DCE0E3 1px solid;padding:22px 24px;transition:all 0.5s}.pdf-thumbnail-bar.hide{margin-left:-190px}

#pdfSearchbar{position:fixed;display:flex;align-items:center;justify-content:space-between;top:20px;left:200px;width:300px;max-height:36px;border-radius:3px;background-color:#313b51;z-index:9999;padding:10px}#pdfSearchbar input{font-size:0.813rem;background-color:#313b51;border:none;color:white}#pdfSearchbar input::-webkit-input-placeholder{color:rgba(151,161,182,0.5)}#pdfSearchbar input::placeholder{color:rgba(151,161,182,0.5)}#pdfSearchbar input:focus{outline:none !important;border:none}#pdfSearchbar .search-info{font-size:0.813rem;display:flex;align-items:center}#pdfSearchbar .search-info .search-status{display:flex;align-items:center;color:rgba(151,161,182,0.5)}#pdfSearchbar .search-info .search-bar-ico{cursor:pointer;margin-left:4px}#pdfSearchbar .search-info .search-bar-ico.disabled{cursor:default}#pdfSearchbar .search-info .search-bar-ico.disabled path{fill-opacity:0.29}

.progress-bar{width:100%;text-align:center;height:4px}.progress-bar .progress{position:relative;color:#ffffff;width:100%;background:#7c99d1;border-radius:none;text-align:center;z-index:10000}.progress-bar .progress .progress-percent{height:4px;position:absolute;background:linear-gradient(270deg, #FD7243 43.94%, #FDB343 100%);left:0;top:0;bottom:0;z-index:10001}

#viewer-container{position:absolute;width:100%;height:100%;overflow:auto}#viewer-container #viewer{width:100%;padding-top:50px;background-color:#F1F3F7;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}

