/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* line 7, app/assets/stylesheets/terms.scss */
#access_terms-hover {
  position: absolute;
  min-height: 100px;
  min-width: 200px;
  background-color: whitesmoke;
  border: solid 1px lightgrey;
  display: none;
  padding: 5px;
  transition: All 150ms ease;
  -webkit-transition: All 150ms ease;
  -moz-transition: All 150ms ease;
  -o-transition: All 150ms ease;
  -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  z-index: 999999;
}

/* line 26, app/assets/stylesheets/terms.scss */
#access_terms-hover .access_terms-hover-type {
  font-size: 12px;
}

/* line 31, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index {
  padding: 0;
  width: 100%;
  margin-left: 0 !important;
  position: relative;
}

/* line 38, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .shadow {
  -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
}

/* line 45, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index #access_terms-clear {
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 51, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box {
  position: absolute;
  left: -400px;
  top: 0;
  background-color: #f8f8f8;
  padding: 20 0 20 0;
  border: solid 1px lightgrey;
  width: 350px;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}

/* line 68, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box #search-box-results {
  background-color: white;
  min-height: 200px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 76, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box #search-box-results td {
  padding: 2px;
  padding-left: 10px;
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-action {
  padding: 2px;
  border-top: solid 1px grey;
}

/* line 88, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-action div {
  display: inline-block;
  width: 49%;
}

/* line 93, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-action a {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 97, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-action div:nth-child(even) {
  text-align: right;
}

/* line 102, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-header {
  position: relative;
}

/* line 106, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-header span {
  line-height: 27.2px;
  font-size: 24px;
  padding-left: 10px;
}

/* line 112, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .search-box .search-box-header input {
  width: 150px !important;
  position: absolute;
  right: 0;
}

/* line 123, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add {
  position: absolute;
  left: 0px;
  top: 0;
  padding: 20 0 20 0;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}

/* line 137, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add .add-tab {
  height: 32px;
  width: 208px;
  margin-top: 16px;
  cursor: pointer;
}

/* line 146, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add .add-text {
  display: inline-block;
  padding-left: 24px;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  background-color: black;
  color: whitesmoke;
  width: 147px;
}

/* line 157, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add .add-text:hover {
  color: #0195d4;
}

/* line 161, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add .add-tab:after {
  content: "";
  float: right;
  border: 16px solid black;
  width: 5px;
}

/* line 168, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .access_terms-add .add-tab:after {
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .eventNetworkNode {
  fill: red;
}

/* line 178, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .node {
  cursor: pointer;
}

/* line 181, app/assets/stylesheets/terms.scss */
.main-content.access_terms-index .network-link {
  stroke: lightgrey;
}
