/* ===== DEPRECATED ===== */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

#ts_result_item {
  display: inline-block;
  width: 92%;
  padding: 0 0 0 10px;
  color: #106F8E;
}
@media only screen and (max-width: 767px) {
  #ts_result_item {
    width: 80%;
  }
}
@media only screen and (max-width: 530px) {
  #ts_result_item {
    width: 89%;
  }
}
#ts_result_item .ts_result_item_number {
  float: left;
  width: 5%;
}
#ts_result_item:is(:hover, :focus) {
  color: #333;
  transition: 0.5s ease;
}
#ts_result_item:is(:hover, :focus) .ts_result_item_title .result_title {
  text-decoration: underline;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}
#ts_result_item:is(:hover, :focus) .ts_result_item_title .rowBiblo .info {
  transition: all 0.5s ease;
}
#ts_result_item b {
  font-weight: bold;
}
#ts_result_item_title {
  width: 80%;
  margin-left: 10px;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  #ts_result_item_title {
    width: 120%;
  }
}
@media only screen and (max-width: 530px) {
  #ts_result_item_title {
    width: 95%;
  }
}
#ts_result_item a:link {
  display: inline-block;
  color: #4d5c91;
  text-decoration: underline;
  word-break: break-all;
  -ms-word-break: break-all;
}
@media only screen and (max-width: 767px) {
  #ts_result_item a:link {
    word-wrap: break-word;
  }
}

.ts_result_item_number {
  display: inline-block;
  width: 2%;
  vertical-align: top;
}

#ts_search {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #ts_search {
    padding: 0.5em;
  }
}
#ts_search_label {
  float: left;
  padding: 8px 5px 0 0;
  font-weight: bold;
  font-size: 13px;
}
#ts_search_input {
  float: left;
  width: 215px;
  padding: 6px 0 0 0;
  margin-right: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #ts_search_input {
    clear: left;
    width: 235px;
  }
}
#ts_search_input #query {
  width: 215px;
}
#ts_search_submit {
  float: left;
  width: 602px;
}
#ts_search_targets {
  display: inline-grid;
  margin-bottom: 1rem;
}

#ts_content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ts_content {
    padding: 1em 0 0 0;
    margin: 0;
  }
}
#ts_content.content {
  padding: 1rem 2rem 0rem 2rem;
  margin-bottom: 2rem;
  background: #fff;
}
#ts_content.content > h2 {
  display: none;
}
#ts_content.odd {
  background-color: #fff;
}
#ts_content.even {
  background-color: #e6e5e3;
}
#ts_content .ts_results:nth-child(even) {
  background-color: #e6e5e3;
}
#ts_content .ts_results:nth-child(odd) {
  background-color: #fff;
}
#ts_content .ts_results.backgound_no_match {
  background-color: #fff;
}
#ts_content.ehea {
  padding: 15px;
  margin: 0;
}
#ts_content.ehea .even {
  background-color: #fff;
}

.content-header h1 {
  width: 100%;
  margin-left: 0;
}

#ts_pagination,
.ts_pagination {
  padding: 5px 0 5px 0;
}
@media screen and (max-width: 767px) {
  #ts_pagination,
  .ts_pagination {
    padding: 1em;
  }
  #ts_pagination span,
  .ts_pagination span {
    line-height: 1.5em;
  }
}
#ts_pagination a:link,
.ts_pagination a:link {
  text-decoration: underline;
}

#ts_pagination_pages {
  padding: 0;
  text-align: center;
}
#ts_pagination_pages_left {
  float: left;
  text-align: left;
}
#ts_pagination_pages_center {
  float: left;
  width: 75%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ts_pagination_pages_center {
    display: none;
  }
}
#ts_pagination_pages_right {
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #ts_pagination_pages_right {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #ts_pagination_pages .ui.pagination.menu {
    width: 100%;
  }
}
#ts_pagination_pages .ui.pagination.menu .item {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none !important;
}
#ts_pagination_pages .ui.pagination.menu .item.icon i {
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
#ts_pagination_docs {
  padding: 0 0 1px 0;
}
#ts_pagination_docs > span {
  padding-top: 10px;
}
#ts_pagination_docs .ts_count {
  float: left;
  margin: 0.75rem 0 0.5rem;
}

/**
    Non-BEM elements - investigate where these are used and if they can be converted to the BEM naming convention, Ideally this file should disappear eventually
**/
@media only screen and (max-width: 767px) {
  #content-wrapper #inner-wrapper {
    float: left;
  }
}
#bestBetHeader {
  padding: 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #bestBetHeader {
    margin-left: 15px;
  }
}
#bestBetHeader ~ .clear.newline {
  padding: 0;
  margin: 1.5rem 0;
  border-width: 2px;
}

#collectionDiv {
  font-size: 12px;
}

#collectionCheckbox {
  display: inline;
}

#underSearchDiv {
  padding: 5px 0 0 0;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #underSearchDiv {
    float: left;
    clear: left;
  }
}

#footer span.exit {
  padding-right: 16px;
}

.line {
  padding: 5px 0;
  border-bottom: #c0c0c0 solid 1px;
}

.clear {
  clear: both;
}
.clear.newline {
  width: 98%;
  padding: 2px;
  border-bottom: 1px solid #c0c0c0;
}
.clear.topline {
  padding: 0;
  border-bottom: 1px solid #c0c0c0;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

i.icon {
  font-size: 1.3em !important;
  text-decoration: none !important;
}

.metasearch_label {
  display: block;
  padding: 0;
  margin-bottom: -18px;
}
@media only screen and (max-width: 767px) {
  .metasearch_label {
    margin: 0;
  }
}

.file_size {
  padding: 4px 0 2px;
}
@media only screen and (max-width: 767px) {
  .file_size {
    float: left;
    width: 250px;
    padding-top: 7px;
    margin-left: 0;
    text-align: left;
  }
}

.modified {
  display: block;
  float: right;
  padding-left: 30%;
  margin-top: -38px;
}
@media only screen and (min-width: 531px) and (max-width: 767px) {
  .modified {
    padding-left: 50%;
  }
}
@media only screen and (max-width: 530px) {
  .modified {
    float: left;
    padding-left: 0;
    margin: 0;
  }
}

div.sort {
  float: right;
  margin-right: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 846px) {
  div.sort {
    width: 100%;
    margin-right: 0;
  }
}
div.sort a {
  cursor: pointer;
  display: block;
  width: 200px;
  height: 40px;
  padding: 7px;
  color: #4c4c4c;
  text-decoration: none !important;
  border: 1px solid #ccc;
  background-color: #fff;
}
div.sort a:is(:hover, :focus) {
  color: #fff;
  background-color: #4c4c4c;
}

.result_title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.bottomBorder {
  margin: 5px 0 10px 27px;
  border-bottom: 1px solid #ebebeb;
}

.accordion-content {
  display: none;
}

.metasearch_targets {
  width: 350px;
  margin-left: 116px;
}
@media only screen and (max-width: 767px) {
  .metasearch_targets {
    top: -3px;
    width: 100%;
    margin: 15px 0 0;
  }
}
.metasearch_targets input {
  margin-top: 3px;
  margin-right: 7px;
}
.metasearch_targets .result_abstract {
  margin: 5px 0;
}

.rowBiblo {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 1.25em;
}
.rowBiblo .infoType {
  float: left;
  width: 20%;
  color: #575757;
  font-weight: bold;
}
@media only screen and (max-width: 530px) {
  .rowBiblo .infoType {
    width: 100%;
    margin-bottom: 5px;
  }
}
.rowBiblo .info {
  float: left;
  width: 80%;
  color: #333;
}
@media only screen and (max-width: 530px) {
  .rowBiblo .info {
    width: 100%;
    margin-bottom: 5px;
  }
}

/*making sure that we are only targeting webkit and the .apple class we added to the page*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .apple .metasearch_label {
    display: block;
    padding: 0;
    margin: 5px 0 -15px -1px;
  }
}
/** top level thunderstone class elements **/
.ts_results {
  width: 98%;
  min-height: 75px;
  padding: 10px;
  background-color: #fff;
}
.ts_results_best {
  padding: 10px;
}
.ts_results.even {
  background-color: #e6e5e3;
}

.ts_results img {
  height: 10px;
}

#ts_result_add {
  float: right;
  width: 115px;
  padding: 4px 0 0 0;
  text-align: right;
}

/* style added to override link style from home page css*/
.ts_noResults {
  padding: 15px 0 15px 0;
}

.ts_spelling {
  margin-bottom: 10px;
}
.ts_spelling table {
  width: unset;
}
.ts_spelling table tr:nth-child(2n) {
  background-color: #fff;
}
.ts_spelling table td {
  padding: 3px;
  font-size: 16px;
  border: none;
}

/* mobile search styles */
@media only screen and (max-width: 767px) {
  input[type=submit] {
    float: left;
    margin-top: 5px;
  }
  input[type=checkbox] {
    margin: 3px 3px 10px 4px;
  }
}
/*# sourceMappingURL=tstone.css.map */
