﻿:root {
  --example-var: calc(100% + 5px - 10px);
}
#pdf-search {
  padding: 0px 10px 10px 10px;
  position: absolute;
  top: 42px;
  left: -300px;
  z-index: 1020;
  height: 600px;
  width: 300px;
}
#pdf-search .bi.bi-grip-horizontal {
  display: block;
  text-align: center;
  color: silver;
  position: absolute;
  width: 100%;
}
#pdf-search .search-result {
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 100%;
}
#pdf-search .search-result > li,
#pdf-search .search-result > li > ul {
  height: 100%;
}
#pdf-search .search-result > li > ul {
  padding-bottom: 88px;
}
#pdf-search .search-result .sr-scrool {
  overflow: auto;
  height: 100%;
}
#pdf-search .search-result ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#pdf-search .search-result b {
  font-weight: normal !important;
  color: orange;
}
#pdf-search .search-result .sr-item:hover {
  background-color: gray;
  cursor: pointer;
}
#pdf-search .search-result .sr-item .sr-text {
  color: silver;
}
#pdf-search .search-result .sr-item .sr-text b {
  color: orangered;
}
.bi {
  color: white;
  font-style: normal;
}
body {
  min-height: 100vh;
  overflow: hidden;
}
.catalog-pagination {
  flex-direction: row;
}
.catalog-pagination .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#pdf-content {
  padding: 0px 10px 10px 10px;
  position: absolute;
  top: 42px;
  left: -300px;
  z-index: 1010;
  height: 600px;
  width: 300px;
}
#pdf-content .bi.bi-grip-horizontal {
  display: block;
  text-align: center;
  color: silver;
  position: absolute;
  width: 100%;
}
#pdf-content .treeview {
  margin-top: 10px;
  height: 100%;
  padding-bottom: 88px;
}
#pdf-content .treeview a {
  text-decoration: none;
}
#pdf-content .treeview .list-group {
  height: 100%;
  overflow: auto;
}
#pdf-content .treeview .list-group-item {
  font-size: 14px;
  cursor: pointer;
  padding: 3px 0px;
  border-radius: unset;
}
#pdf-content .treeview span.indent {
  margin-left: 10px;
  margin-right: 10px;
}
#pdf-content .treeview span.icon {
  width: 12px;
  margin-right: 5px;
}
#pdf-content .treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}