﻿/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Jam.Master
:: guide.aspx
*/
/* -----------------------------------------
   Jam.master
----------------------------------------- */
body {
  font-family: 'Open Sans';
  height: 100%;
}

ul {
  list-style-type: none;
}

a:hover {
  color: #592a8a;
}

a:hover:hover {
  color: #a3472f;
}

h4 {
  font-family: inherit;
}

#wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 150px;
}

header {
  background-color: #592a8a;
  height: 40px;
}

header #ecu-logo {
  background-image: url(../img/template/ecuLogo.png);
  background-repeat: no-repeat;
  background-size: 250px 26px;
  height: 40px;
  float: left;
  background-position: 15px 10px;
  background-color: #592a8a;
}

header #ecu-logo a {
  width: 250px;
  height: 26px;
  display: block;
  margin-top: 10px;
}

header #ecu-head-links {
  background-color: #592a8a;
  vertical-align: middle;
  font-family: Arial;
}

header #ecu-head-links ul {
  float: right;
  list-style-type: none;
  margin: 0;
}

header #ecu-head-links ul li {
  float: left;
  margin-right: 6px;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

header #ecu-head-links ul li:first-child:before {
  content: none;
}

header #ecu-head-links ul li:before {
  color: #987fb8;
  content: " | ";
}

header #ecu-head-links a {
  color: #fff;
  font-size: 10.5px;
  font-weight: bold;
}

header #ecu-head-links a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen {
  #ecu-head-links {
    text-align: left;
    padding-top: 0;
    height: 30px;
  }
  .push-right {
    margin-left: 5px;
    margin-bottom: 25px;
  }
  .main-tabs .tab-title {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) {
  #ecu-head-links {
    text-align: right;
    padding-top: 10px;
    height: 15px;
  }
  .push-right {
    margin-left: 60px;
  }
  .main-tabs .tab-title {
    width: auto;
  }
}

#ead-logo {
  padding: 12px 0 10px 13px;
}

.ead-wrapper {
  padding-top: 15px !important;
}

footer {
  background: url("../img/template/low_contrast_linen.png") repeat scroll 0 0 transparent;
  color: #fff;
  padding: 10px 0 10px 0;
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #fec923;
}

.crumb-row .breadcrumbs {
  background: none;
  border: none;
  margin-bottom: 0;
}

.crumb-row .breadcrumbs a {
  font-weight: normal;
}

.advanced-head-link {
  padding: 3px;
  font-size: 80%;
  float: right;
  font-weight: bold;
  margin-bottom: 8px;
}

.search-head {
  margin-bottom: 16px;
}

#search-box input {
  margin-bottom: 10px;
}

.search-button {
  margin-bottom: 0;
}

.pull-up {
  margin-top: -4px;
}

.dc-container {
  height: 177px;
  overflow: hidden;
}

/* -----------------------------------------
   admin/default.aspx
----------------------------------------- */
.admin a {
  text-decoration: underline;
}

/* -----------------------------------------
   default.aspx
----------------------------------------- */
.search-button {
  background-image: url(../img/magnifier.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

ul {
  margin-left: 0;
}

/* -----------------------------------------
   results.aspx
----------------------------------------- */
form .row .row .columns.no-pad {
  padding-right: 0;
}

.search-result {
  font-size: 80%;
}

.search-result b {
  padding-left: 25px;
}

.search-result a {
  font-weight: bold;
}

.search-result p {
  font-size: 85%;
}

.search-result img {
  float: right;
  padding-top: 3px;
}

.page-jump-controls {
  font-size: 13px;
  margin-top: 3px;
}

.page-jump-controls a.prev-link, .page-jump-controls a.next-link {
  padding: 5px 10px;
  margin-bottom: 0;
}

.page-jump-controls .aspNetDisabled {
  display: none;
}

.page-jump-controls a.prev-link {
  margin-right: 20px;
}

.page-jump-controls a.next-link {
  margin-left: 20px;
}

.page-jump-controls a.total-pages {
  text-decoration: underline;
  padding: 3px 8px;
  font-weight: bold;
}

.page-jump-controls input {
  display: inline;
  padding: 1px 6px;
  font-weight: bold;
}

.page-jump-controls .search-current-page {
  width: 48px;
  height: 35px;
  margin: 0 5px;
}

.search-resuls-head {
  font-weight: bold;
}

.search-resuls-head em {
  color: #a3472f;
}

.currently-viewing {
  font-style: italic;
}

/* -----------------------------------------
   view.aspx
----------------------------------------- */
.nav .label.secondary {
  font-weight: bold;
}

.view-page .titleproper {
  margin-bottom: 0;
  font-family: inherit;
}

.view-page .digitized-row {
  max-height: 100px;
}

.view-page .digitized-panel .panel {
  overflow: hidden;
  padding: 8px 15px;
}

.view-page .digitized-panel .digitized-item {
  float: right;
  width: 100px;
}

.view-page .digitized-panel .digitized-text {
  font-size: 90%;
  font-weight: bold;
}

.view-page .main-tabs {
  margin-top: 15px;
}

.view-page .main-tabs .tab-title.active a {
  color: #000;
  background-color: #fff;
}

.view-page .main-tabs .tab-title a {
  color: #000;
  background-color: #e8ebf0;
  font-family: inherit;
}

.view-page .main-tabs li {
  border-top: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
}

.view-page .main-tabs li.active {
  border-bottom: solid 1px #fff;
}

.view-page .main-tabs li:last-child {
  border-right: solid 1px #d8d8d8;
}

.view-page .tabs-content {
  border-top: solid 1px #d8d8d8;
  margin-top: -1px;
}

.view-page .accordion .accordion-navigation > .content table {
  width: 100%;
}

.view-page .accordion .accordion-navigation > .content table td {
  vertical-align: top;
}

.view-page .accordion .accordion-navigation > a {
  border-bottom: dashed 1px #d8d8d8;
  font-family: inherit;
}

.view-page .accordion .accordion-navigation > a .plus-minus {
  width: 28px;
  height: 12px;
  background: url("../img/down-arrow.gif") no-repeat;
}

.view-page .accordion .accordion-navigation.active > a .plus-minus {
  width: 28px;
  height: 12px;
  background: url("../img/up-arrow.gif") no-repeat;
}

.view-page #about .content p {
  font-size: 90%;
}

.view-page #about .accordion .accordion-navigation > a {
  color: #592a8a;
  font-weight: bold;
}

.view-page #about .accordion .accordion-navigation > a .plus-minus {
  width: 18px;
  margin-top: 10px;
}

.view-page #about .accordion .accordion-navigation.active > a .plus-minus {
  width: 18px;
  margin-top: 10px;
}

.view-page .static-box {
  padding: 5px 0 5px 20px;
  border-bottom: dashed 1px #ddd;
}

.view-page .expand-link {
  margin-bottom: 10px;
}

.view-page .container-list h4, .view-page .request-container h4 {
  font-weight: bold;
  font-size: 16px;
}

.view-page .container-list .accordion .accordion-navigation > a, .view-page .request-container .accordion .accordion-navigation > a {
  color: #592a8a;
  padding: 8px;
}

.view-page .container-list .content, .view-page .request-container .content {
  border: solid 1px #ddd;
}

.view-page .container-list .series-row, .view-page .request-container .series-row {
  font-size: 80%;
  font-weight: bold;
}

.view-page .container-list .series-row label, .view-page .request-container .series-row label {
  font-size: 85%;
  font-weight: bold;
}

.view-page .container-list .series-row p, .view-page .request-container .series-row p {
  font-size: 90%;
}

.view-page .container-list .subseries-static, .view-page .request-container .subseries-static {
  border-bottom: dashed 1px #ddd;
  font-size: 80%;
  font-weight: bold;
  padding-bottom: 8px;
}

.view-page .container-list .subseries-static label, .view-page .request-container .subseries-static label {
  font-size: 85%;
  font-weight: bold;
}

.view-page .container-list .subseries-static p, .view-page .request-container .subseries-static p {
  font-size: 90%;
}

.view-page .container-list .subseries-dynamic, .view-page .request-container .subseries-dynamic {
  margin-left: 0;
  padding-bottom: 8px;
}

.view-page .container-list .subseries-dynamic p, .view-page .request-container .subseries-dynamic p {
  font-size: 90%;
}

.view-page .container-list .subseries-dynamic a, .view-page .request-container .subseries-dynamic a {
  font-size: 80%;
  font-weight: bold;
}
.fullsize { font-size: 100% !important; }

.view-page .container-list .subseries-dynamic a label, .view-page .request-container .subseries-dynamic a label {
  font-size: 85%;
  font-weight: bold;
}

.view-page .container-list .box-static, .view-page .request-container .box-static {
  border-bottom: dashed 1px #ddd;
  font-size: 80%;
  padding-bottom: 8px;
  padding-left: 8px;
}

.view-page .container-list .box-static label, .view-page .request-container .box-static label {
  font-size: 85%;
  cursor: default;
  font-weight: bold;
}

.view-page .container-list .box-dynamic, .view-page .request-container .box-dynamic {
  margin-left: 0;
  padding-bottom: 8px;
}

.view-page .container-list .box-dynamic a, .view-page .request-container .box-dynamic a {
  font-size: 80%;
  font-weight: bold;
}

.view-page .container-list .box-dynamic a label, .view-page .request-container .box-dynamic a label {
  font-size: 85%;
  cursor: default;
  font-weight: bold;
}

.view-page .container-list .folder-static, .view-page .request-container .folder-static {
  border-bottom: dashed 1px #ddd;
  font-size: 80%;
  padding-bottom: 8px;
}

.view-page .container-list .folder-static label, .view-page .request-container .folder-static label {
  font-size: 85%;
  cursor: default;
  font-weight: bold;
}

.view-page .container-list .folder-static a, .view-page .request-container .folder-static a {
  font-size: inherit;
}

.view-page .container-list .folder-dynamic, .view-page .request-container .folder-dynamic {
  margin-left: 0;
  padding-bottom: 8px;
}

.view-page .container-list .folder-dynamic a, .view-page .request-container .folder-dynamic a {
  font-size: 80%;
  font-weight: bold;
}

.view-page .container-list .folder-dynamic a label, .view-page .request-container .folder-dynamic a label {
  font-size: 85%;
  cursor: default;
  font-weight: bold;
}

.view-page .container-list .item-pid, .view-page .request-container .item-pid {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 8px;
}

.view-page .container-list .item-pid small, .view-page .request-container .item-pid small {
  font-size: 10px;
}

.view-page .container-list .item-pid a, .view-page .request-container .item-pid a {
  font-weight: normal;
  text-decoration: underline;
}

.view-page .container-list .item-static, .view-page .request-container .item-static {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 8px;
  font-size: 80%;
}

.view-page .container-list .item-static small, .view-page .request-container .item-static small {
  font-size: 10px;
}

.view-page .container-list .folder-content, .view-page .request-container .folder-content {
  padding: 5px 0 5px 20px;
}

.view-page .request-container input[type="checkbox"] {
  position: absolute;
  margin-top: 15px;
}

.view-page .request-container .accordion .accordion-navigation > a {
  padding-left: 30px;
}

.view-page .request-container .folder-static {
  padding-left: 35px;
}

.view-page .request-container .box-static {
  padding-left: 35px;
}

.view-page .request-container .review-item {
  padding-left: 35px;
  border-bottom: dashed 1px #ddd;
  font-size: 80%;
  padding-bottom: 8px;
}

.view-page .request-container .panel.down-bar {
  margin-bottom: 0;
  border: none;
  background-color: #ddd;
  font-size: 60%;
  padding: 15px;
}

.view-page .request-container .down-arrow .arrow-down {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #ddd;
  left: 50%;
  position: absolute;
  margin-left: -80px;
}

.view-page .request-container .down-arrow .arrow-down h3 {
  margin-top: -60px;
  margin-left: -18px;
}

/* -----------------------------------------
   browse.aspx
----------------------------------------- */
.browse-page .accordion .accordion-navigation > a {
  border-bottom: dashed 1px #d8d8d8;
  color: #592a8a;
  font-family: inherit;
}

.browse-page .accordion .accordion-navigation > a .plus-minus {
  width: 18px;
  height: 12px;
  background: url("../img/up-arrow.gif") no-repeat;
  margin-top: 10px;
}

.browse-page .accordion .accordion-navigation.active > a .plus-minus {
  width: 18px;
  height: 12px;
  background: url("../img/down-arrow.gif") no-repeat;
  margin-top: 10px;
}

.browse-page .icon-column {
  padding-right: 0;
}

.browse-tabs li {
  border-top: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
}

.browse-tabs li.active {
  border-bottom: solid 1px #fff;
}

.browse-tabs li:last-child {
  border-right: solid 1px #d8d8d8;
}

.browse-tabs .tab-title > a {
  font-family: inherit;
}

.browse-tab-content {
  border-top: solid 1px #d8d8d8;
  margin-top: -1px;
}

.alphaOptions {
  list-style: none outside none;
}

.alphaOptions li {
  display: inline-block;
  width: auto;
  border: dashed 1px #ddd;
}

.alphaOptions li a {
  padding: 8px 8px;
  display: inline-block;
}

.alphaOptions li a:hover {
  color: #fff;
}

.alphaOptions li:hover {
  background-color: #592a8a;
}

.browse-panel {
  padding: 10px 5px;
  margin-bottom: 0;
}

.browse-letter a {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  cursor: inherit;
}

.browse-letter a:hover {
  color: inherit;
}

/* -----------------------------------------
   guide.aspx
----------------------------------------- */
.guide-page h1 {
  color: #a57c3a;
  font-family: Georgia;
  font-weight: normal;
  letter-spacing: .01em;
  margin: 0 0 5px 0;
}

.guide-page #myTabs dd.primary-tab {
  background-image: url(../img/guide/primary_tab.png);
  background-repeat: no-repeat;
  background-size: 200px 60px;
  border: none;
}

.guide-page #myTabs dd.primary-tab + .content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.guide-page #myTabs dd.finding-tab {
  background-image: url(../img/guide/find_tab.png);
  background-repeat: no-repeat;
  background-size: 200px 60px;
  border: none;
}

.guide-page #myTabs dd.finding-tab + .content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.guide-page #myTabs dd.research-tab {
  background-image: url(../img/guide/research_tab.png);
  background-repeat: no-repeat;
  background-size: 200px 60px;
  border: none;
}

.guide-page #myTabs dd.research-tab + .content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.guide-page #myTabs dd.using-tab {
  background-image: url(../img/guide/using_tab.png);
  background-repeat: no-repeat;
  background-size: 200px 60px;
  border: none;
}

.guide-page #myTabs dd.using-tab + .content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.guide-page #myTabs dd:not(.active) {
  opacity: 0.4;
}

.guide-page #myTabs dd a {
  background: none;
  width: 200px;
  height: 60px;
  padding: 37px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.guide-page #tab1, .guide-page #tab2, .guide-page #tab3, .guide-page #tab4 {
  border-top: solid 1px #3C3C3C;
  padding: 20px 5px 10px 10px;
}

.guide-page .tabs-content .vertical dd {
  border: solid 1px #D5D5D5;
  margin-bottom: 2px;
}

.guide-page .tabs-content .vertical dd a {
  padding: 10px;
  font-weight: normal;
  font-size: 13px;
}

.guide-page .tabs-content .vertical > .content {
  border: none;
  padding: 10px 5px 10px 20px;
}

.guide-page .tabs-content .vertical > .content h3 {
  font-weight: bold;
}

.guide-page .tabs-content .vertical > .content li {
  margin-bottom: 20px;
}

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