/* All Page Styles */
.clear {
  clear: both; }

.hidden {
  display: none !important; }

/* choices ui */
.browseVolIndex {
  margin-top: 2rem; }

.browseVolIndex ul {
  margin: 0 0 1rem 0; }

.browseVolIndex li {
  display: inline-block; }

.indexBrowseOptions {
  display: table;
  margin-bottom: 1em;
  padding: 0 4em; }
  .indexBrowseOptions li {
    text-transform: none;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block; }
    .indexBrowseOptions li a, .indexBrowseOptions li a:link, .indexBrowseOptions li a:active, .indexBrowseOptions li a:visited {
      color: #0070d7;
      display: inline-block;
      padding: .25em; }

.indexBrowseOptions .col {
  display: table-cell;
  width: 85%;
  margin: 0;
  padding: 0 1rem 0 0; }

.indexBrowseOptions .col + .col {
  width: 15%;
  display: table-cell;
  padding: 0;
  vertical-align: middle; }

.indexBrowseOptions h2 {
  margin-bottom: 0.5rem; }

.bracket {
  border-radius: 18px;
  box-shadow: 1px 0 0 #aaaaaa; }

.consolidatedOption a:link {
  text-transform: none;
  font-weight: normal; }

.consolidatedOption #conDetails {
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  margin-left: 1rem;
  padding-right: 13px;
  font-size: 12px;
  background: url(/images/smgraphics/open-close-sprites-grey.png) no-repeat;
  background-position: 100% -6px; }

.consolidatedOption #conDetails.open {
  background-position: 100% -31px; }

#conDetailsTable.closed {
  display: none; }

.notes {
  background: #f0f0f5;
  padding: 1rem; }

.notes table {
  border-spacing: 0; }

.notes table td {
  padding: 0 1rem .8rem 0; }

.notes td.vol {
  font-weight: bold; }

.searchAll {
  line-height: 2;
  display: block;
  margin-left: 1rem;
  text-align: center; }

.searchAll:hover {
  text-decoration: none; }

.searchAll em {
  display: block;
  padding: .5rem;
  background: #b50000;
  color: white;
  border-radius: 3px;
  text-align: center; }

.folder h2 {
  text-transform: none; }

#codenamesTable th {
  font-style: italic; }

.ui_tabbed_divs {
  padding-bottom: 20px; }

.tab {
  background: none;
  display: inline-block; }
  .tab a:link, .tab a:visited, .tab a:active {
    display: inline-block;
    border: 1px solid #0061dd;
    border-radius: 4px;
    padding: 4px 8px;
    color: black; }
  .tab a:hover {
    text-decoration: none;
    background: white; }

.tab.selected a:link, .tab.selected a:visited, .tab.selected a:active {
  background: white; }

.folder.selected {
  background: white;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px 0px 6px #333;
  -moz-box-shadow: 0px 0px 6px #333;
  -webkit-box-shadow: 0px 0px 6px #333; }

.folder.selected.dummy {
  display: none; }

.consolidatedList {
  margin: 10px 20px; }
  .consolidatedList th {
    padding: 1em 0 1em 0; }
  .consolidatedList h2 {
    font-size: 150%; }

.ui_tabbed_divs {
  margin-top: 40px; }

.indexLetters li {
  display: inline-block; }

/* ENTRY LIST */
.entryList li {
  margin-bottom: 5px; }
.entryList .noRefsAvailable {
  color: #444444; }
.entryList .noRefsAvailable:after {
  content: "No references to available online volumes";
  display: inline-block;
  color: #909090;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 1rem; }

.hideNoRefs .noRefsAvailable {
  display: none; }

/* ENTRY */
.entry {
  margin-top: 20px; }
  .entry h2 {
    margin-top: 0; }

.entry.noRefsAvailable h1:after {
  content: "No references to available online volumes";
  display: block;
  font-size: 13px;
  color: #505050;
  font-family: "Arial", sans-serif;
  text-transform: uppercase; }

/* general style */
.suben {
  margin: 0 0 0 24px;
  padding: 8px;
  font-size: 14px; }
  .suben .count {
    float: right;
    width: 30px;
    font-size: 12px;
    color: #999999; }
  .suben h3 {
    margin: 0 0 0 0; }
  .suben .subheading {
    font-size: 85%;
    display: block; }
  .suben div {
    font-size: 14px; }
  .suben .suben {
    padding: 8px 8px;
    margin: 0 0 0 32px;
    background: none; }
    .suben .suben h3 {
      margin-bottom: 0; }
  .suben .vollist h4 {
    background: none;
    color: #333333; }

.vollist {
  margin: 8px 0 0 32px;
  padding: 0 8px;
  font-size: 14px; }
  .vollist h4,
  .vollist ul,
  .vollist li {
    display: inline-block;
    font-size: 14px; }
  .vollist h4 {
    font-weight: normal;
    background: none;
    color: #333333;
    margin-bottom: 0; }
    .vollist h4 .NB {
      font-size: 10px;
      display: inline-block;
      width: 120px;
      vertical-align: top;
      padding: 0 4px; }
  .vollist li {
    margin-left: 8px; }

div.see,
div.note {
  margin: 0 0 4px 32px;
  padding: 8px; }

.cgroup > h3,
.lgroup > h3 {
  font-size: 120%; }

/* collapsed */
.suben {
  background: #f0f0f0; }

.suben h3 {
  color: #45831e;
  display: inline-block;
  cursor: pointer;
  background: url(/images/smgraphics/open-close-sprites-grey.png) no-repeat 100% -28px;
  padding-right: 14px; }

.suben .vollist,
.suben div,
.suben .suben {
  display: block; }

.suben.X {
  background: white; }

.suben .suben.X {
  background: none; }

.suben.X h3 {
  color: #0061dd;
  background: url(/images/smgraphics/open-close-sprites-grey.png) no-repeat 100% -2px; }

.suben .suben.X h3 {
  background-position: 100% -4px; }

.suben.X .vollist,
.suben.X div,
.suben.X .suben {
  display: none; }

@media (max-width: 600px) {
  .indexBrowseOptions {
    padding: 0; }
    .indexBrowseOptions li a, .indexBrowseOptions li a:link, .indexBrowseOptions li a:active, .indexBrowseOptions li a:visited {
      padding: .25em; }
    .indexBrowseOptions .col {
      box-shadow: none;
      display: block;
      width: auto; }
    .indexBrowseOptions .col + .col {
      width: auto;
      display: block; }

  .searchAll {
    margin: 1rem; }

  #codenamesTable {
    margin: 0; } }
.search h2 {
  font-size: 16px;
  text-transform: none; }
  .search h2 span {
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
    background: #ffdf79;
    color: black; }
  .search h2 span.consolidated {
    background: #c3dfff; }
  .search h2 .viewIndex {
    font-weight: normal;
    font-size: 12px; }
.search .search_summary {
  border-top: 1px solid #333333;
  margin: 16px 0px;
  padding: 16px 0 0 0; }
.search .hit {
  margin-bottom: 1rem; }
  .search .hit h2, .search .hit p {
    margin: 0 0 4px 0; }
  .search .hit p {
    margin-left: 20px; }
  .search .hit .suben_line {
    line-height: 1.5; }
    .search .hit .suben_line em {
      font-size: 14px;
      color: black;
      font-style: normal;
      padding: 4px 8px;
      border-radius: 5px; }
  .search .hit .pages {
    font-size: 14px;
    margin-left: 60px; }
.search .page_links {
  padding: 10px; }
  .search .page_links li {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .search .page_links li a:link,
    .search .page_links li a:visited {
      background: #f0f0f0;
      border-radius: 3px;
      padding: 3px 5px;
      display: inline-block;
      border: 1px solid white; }
    .search .page_links li a:hover {
      border: 1px solid #00a5f9;
      text-decoration: none; }
  .search .page_links .current_page {
    padding: 3px 5px; }

/*# sourceMappingURL=index.css.map */
