.document-viewer {
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  height: 100%;
  overflow: auto;
}

.body-page>.main.main-page.has-breadcrumb {
  margin-top: unset;
}

.document-viewer>.title-bar {
  background-color: #00606B;
  color: white;
  justify-content: space-between;
}

.document-viewer>.action-bar {
  background-color: #ebeced;
  border-bottom: 1px solid black;
  color: #434343;
}

.body-page {
  display: grid;
  grid-template-rows: max-content 1fr;
}

.split-bar {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.links a {
  margin-right: 10px;
}

.split-bar .print-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.split-bar .print-buttons > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.split-bar .back {
  justify-self: end;
  cursor: pointer;
}

.split-bar .back:hover {
  text-decoration: underline;
}

html,
body,
.dialog-off-canvas-main-canvas,
.gva-body-wrapper,
.main,
.body-page,
#content {
  height: 100%;
}

.dv-breadcrumbs {
  display: inline-block;
}

.dv-breadcrumbs ol {
  margin-bottom: 0px;
  font-size: .9em;
}

.dv-breadcrumbs ol > li {
  display: inline;
  color: white
}

.dv-breadcrumbs ol>li>a {
  color: white;
}

@media print {
  body {
    visibility: hidden;
  }

  iframe {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.fixed-dynamic-content-height {
  height: 100% !important;
}

.remove-view {
  display: none;
}

.pdf-view {
  max-height: 900px;
  overflow: auto;
}

.pdf-header {
  display: flex;
  background-color: #323639;
  gap: 10px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.doc-button {
  font-size: 28px;
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 600px) {

  .pdf-header {
    padding: 10px 20px;
  }

  .pdf-header .doc-button {
    font-size: unset;
  }
}

@media screen and (max-width: 379px) {
  .pdf-header .doc-button {
    font-size: 14px;
  }
}
