.pr-pdf {
  font-size: 13px;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pr-pdf .pr-pdf-header {
  border-bottom: 1px solid #b9b9b9;
  background-color: #e9e9e9;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 0;
}
.pr-pdf .pr-pdf-header .mdi {
  font-size: 2em;
  position: relative;
  top: -2px;
  line-height: 25px;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-pagination {
  position: absolute;
  margin: 6px 7px 0px 50px;
  height: 24px;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-pagination {
    margin: 6px 7px;
  }
}
.pr-pdf .pr-pdf-header .pr-pdf-header-pagination label {
  font-weight: normal;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-pagination input {
  width: 50px;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-pagination > div {
  display: inline-block;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-pagination > div:first-child {
  position: relative;
  top: -6px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-pagination > div:first-child {
    display: none;
  }
}
.pr-pdf .pr-pdf-header .pr-pdf-header-name {
  text-align: center;
  line-height: 34px;
  position: absolute;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 992px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-name {
    width: calc(100% - 416px);
    left: 245px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-name {
    width: calc(100% - 150px);
    margin-left: 0;
    left: 65px;
  }
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls {
  position: absolute;
  margin: 6px 50px 0px 7px;
  height: 24px;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-controls {
    margin: 6px 7px;
  }
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls span {
  padding: 0 5px;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls img,
.pr-pdf .pr-pdf-header .pr-pdf-header-controls label {
  display: inline-block;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls label {
  position: relative;
  top: -6px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .pr-pdf .pr-pdf-header .pr-pdf-header-controls label {
    display: none;
  }
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls a {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #202020;
}
.pr-pdf .pr-pdf-header .pr-pdf-header-controls a:hover {
  opacity: 0.7;
}
.pr-pdf .pr-pdf-body {
  width: 100%;
  position: absolute;
  top: 36px;
  background-color: #dddddd;
}
.pr-pdf .pr-pdf-body .pdf-wrapper {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.pr-pdf .pr-pdf-body .pdf-wrapper .container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.pr-pdf .pr-pdf-body .pdf-wrapper .container > div {
  background-color: transparent !important;
}
.pr-pdf .pr-pdf-body .pdf-wrapper .container img {
  -webkit-box-shadow: 0 10px 30px #999999;
  -moz-box-shadow: 0 10px 30px #999999;
  box-shadow: 0 10px 30px #999999;
}
.pr-pdf .pdf-control-prev,
.pr-pdf .pdf-control-next {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #202020;
}
.pr-pdf .pdf-control-prev.side,
.pr-pdf .pdf-control-next.side {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 42px;
  font-size: 2.2em;
}
.pr-pdf .pdf-control-prev.inactive,
.pr-pdf .pdf-control-next.inactive {
  opacity: 0.3;
  cursor: default !important;
}
.pr-pdf .pdf-control-prev:not(.inactive):hover,
.pr-pdf .pdf-control-next:not(.inactive):hover {
  opacity: 0.7;
}
.pr-pdf .pdf-control-prev {
  left: -50px;
  transform: rotateY(180deg);
}
.pr-pdf .pdf-control-next {
  right: -50px;
}
@media (max-width: 768px) {
  .pr-pdf .pdf-control-prev {
    left: -30px;
  }
  .pr-pdf .pdf-control-next {
    right: -30px;
  }
}
