/* https://material.google.com/style/color.html#color-color-palette */
/* other defs */
.smallfont {
  font-size: 10px; }

.limitlabel {
  font-size: 14px;
  white-space: nowrap; }

.nowrap {
  white-space: nowrap; }

.buybutton {
  font-weight: bold; }

.dropdown.menu > li > a {
  background: #3f6b7f !important; }

/*
* Body
*/
body {
  font-family: 'Montserrat';
  font-size: 16px;
  background-color: #f1f1f1; }

h2 {
  font-size: 1.2em;
  font-weight: bold; }

.opacity40 {
  filter: alpha(opacity=40);
  opacity: 0.4; }

/*
* Content
*/
#content {
  background: #f8f8f8; }

/*
 * Header
*/
header {
  text-align: center;
  background: white; }
  header h1 {
    font-family: 'Oswald';
    text-transform: uppercase; }
  header #header {
    padding: 1.5em; }
  header #subheader {
    font-size: 1.2em;
    background: #fcfcfc;
    padding-top: 0.8em;
    padding-bottom: 0.8em; }

#subheader {
  text-align: center; }

/*
 * Footer
 */
#footer {
  border-top: 1px solid #dcdcdc;
  padding: 1em;
  /*    padding-left: 10px;
    padding-bottom: 10px;*/
  background: #f1f1f1;
  background-size: cover;
  color: white; }

/* footer */
#footer h2 {
  font-family: 'Oswald';
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase; }

#footer a {
  font-family: 'Montserrat';
  color: #4db6ac;
  font-size: 0.9em; }

.footer_section {
  margin-top: 1em; }

.copyright {
  font-size: 0.7em; }

/* watchlist */
.watch_cover {
  width: 100px; }

.watch_div_cover {
  /*
  float: left;
  margin-right: 10px;
*/ }

.watch_title {
  font-size: 1.4em; }

.watch_authorstring {
  font-size: 1.1em; }

.watch_price_hdr {
  margin-left: 5px;
  font-size: 70%;
  font-weight: 110%;
  white-space: nowrap;
  color: #006064; }

.watch_price {
  margin-left: 5px;
  font-size: 1.6em; }

.more {
  font-style: italic;
  text-align: right; }

.tagged {
  font-size: smaller;
  text-align: right; }

.bli_table {
  width: 100%;
  font-size: smaller; }

td.bli_vendor {
  padding-right: 0.5em;
  text-align: left;
  padding: 0em !important; }

td.bli_price {
  text-align: right;
  white-space: nowrap;
  padding: 0px 8px !important; }

.bli_checked {
  white-space: nowrap; }

/* general */
ul.breadcrumbs li.current {
  font-size: 105%;
  font-weight: bolder; }

.helptext {
  font-style: italic; }

ul.inlinelist {
  list-style-type: none;
  margin-bottom: 1em; }
  ul.inlinelist li {
    display: inline; }

.trim-info {
  max-width: 400px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.card-trim-info {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 15px;
  position: relative; }

.balance-text {
  text-wrap: balanced; }

.clickable {
  cursor: pointer; }

.table-striped tbody tr.clickable:nth-child(odd):hover td {
  background-color: #ffff99; }

table tbody tr.clickable:hover {
  background-color: #ffff99; }

table.dataTable tbody tr:nth-child(even) {
  background-color: #ddddcc; }

table.bli_table tbody tr:nth-child(even) {
  background-color: white !important; }

.sidebar tbody tr.clickable td {
  color: #159e79 !important;
  font-weight: bold; }

/* .sidebar >> a {*/
.sidebar a {
  color: #159e79 !important;
  font-size: 80%; }
  .sidebar a :hover {
    background-color: #ffff99; }

/*
div.sidebar >> a {
    color: $link-green !important;
    font-weight: bold;
    font-size: 80%;
}

div.sidebar >> a:hover {
  background-color: $clickable-hover;
}
*/
/*
.sidebar_list {
  font-size: 12px;
}
*/
div.sidebar.card-section {
  padding: 0.5rem; }

.bookcard_img {
  margin-right: 1em;
  width: 6em;
  height: 9em;
  /*
  // thumbnail
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  */ }

.bigspaces {
  white-space: nowrap;
  height: 25px;
  float: left;
  margin-right: 0px;
  padding: 0 15px; }

.bookcovers {
  float: left;
  margin-right: 0px !important;
  margin-top: 1em; }

/*
@media print, screen and (min-width: 40em)
.book_title {
    font-size: 1.5625rem;
}
*/
.book_prices th {
  font-size: 70%;
  font-weight: 110%;
  white-space: nowrap;
  color: #006064; }

.book_title_author {
  margin-bottom: 1rem; }

.book_metadata {
  margin-top: 1rem; }

.book_title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  color: inherit;
  text-rendering: optimizeLegibility; }

.last_updated {
  font-style: italic;
  font-size: smaller;
  color: gray;
  float: right; }

#siblings ul {
  list-style-type: none; }
  #siblings ul li {
    display: inline;
    /*font-size: 0.6875rem;*/
    font-size: 0.8rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
  #siblings ul li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: '|';
    color: #cacaca; }

td.bli_changed {
  white-space: nowrap; }

td.bli_checked {
  white-space: nowrap; }

.search_book_authorstring {
  font-size: 1.1em;
  margin-left: 0.5rem; }

.search_book_title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-right: 0.5rem; }

.card_book_authorstring {
  font-size: 0.8em;
  /*
  font-size: 1.1em;
  margin-left: 0.5rem;
  */ }

.card_book_title {
  font-size: 0.8em;
  /*
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
*/
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
  /*
    margin-right: 0.5rem;
*/ }

.scoreCaretUp {
  font-size: 3rem !important;
  color: gray; }

#breadcrumbs_row {
  margin-bottom: 0.5rem; }

.my_callout {
  padding: 0; }

.seriesorder {
  font-variant: small-caps;
  font-weight: bolder;
  font-style: normal; }

.center {
  text-align: center; }

.icon {
  font-size: 70px;
  color: rgba(245, 159, 26, 0.8);
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff; }

.spinner {
  width: 25px;
  height: 25px;
  background: white;
  padding: 3px;
  margin-left: 5px; }

/* eof */
