.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
}

.text-right {
  text-align: right;
}

.text-centre {
  text-align: center;
}

.hide-row,
.delete {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #e7e7e7;
}
table tr th {
  background: #f8f8f8;
  border: none;
  color: #777777;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 12px;
  text-align: left;
  text-transform: none;
}
table tr td {
  vertical-align: middle;
  padding: 10px 12px;
  text-align: left;
}

.button:first-child, .image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}

.homepage .page-title,
.homepage .breadcrumb {
  display: none;
}

.header {
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 0;
  position: relative;
}
.header a {
  color: #777777;
  text-decoration: none;
}
.header .site-brand {
  width: 100%;
}
.header .site-brand .region-header {
  display: flex;
  align-items: center;
}
.header .site-brand .region-header .site-branding .site-logo {
  margin: 0;
  padding: 0;
}
.header .site-brand .region-header .site-branding .site-logo img {
  height: 50px;
}
.header .site-brand .region-header .site-branding .site-name {
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  padding: 15px 15px;
}
.header .site-brand .region-header #block-books-theme-account-menu {
  margin-left: auto;
}

nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav ul > li {
  float: left;
}
nav ul > li a {
  line-height: 20px;
  padding: 15px;
}
nav ul > li a.is-active {
  background-color: #e7e7e7;
}

.printing-page button,
.printing-page .button {
  display: none;
}

.books-bulk-form .form-type-radio {
  float: left;
  margin-right: 1rem;
}

.books-sales-list .total-row {
  background-color: #f8f8f8;
  font-weight: bold;
}
.books-sales-list td.price {
  text-align: right;
}

#cash-flow .exposed-filter {
  float: left;
  margin-right: 2rem;
}
#cash-flow #submit {
  margin-top: 2rem;
}
#cash-flow table {
  max-width: 600px;
  margin: auto;
}

.views-field-field-stocking,
.views-field-created {
  white-space: nowrap;
}

.node-book-edit-form #edit-field-category--wrapper .form-item {
  width: 25%;
  float: left;
}
@media (max-width: 1200px) {
  .node-book-edit-form #edit-field-category--wrapper .form-item {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .node-book-edit-form #edit-field-category--wrapper .form-item {
    width: 50%;
  }
}

#cash-flow .exposed-filter {
  float: left;
  margin-right: 2rem;
}
#cash-flow #submit {
  margin-top: 2rem;
}
#cash-flow table {
  max-width: 600px;
  margin: auto;
}

.clients-wish-form .even {
  background: #f8f8f8;
}
.clients-wish-form .client-name {
  font-weight: bold;
}
.clients-wish-form .client-text {
  border: solid 1px #777777;
  padding: 0 1rem 1rem;
}
.clients-wish-form .client-text p.label {
  font-weight: bold;
}
.clients-wish-form .client-text br {
  content: "A" !important;
  display: block !important;
  margin: 0.2rem 0 !important;
  border: solid 1px #777777;
  padding: 0 1rem;
}
.clients-wish-form .available-books .book-title {
  display: contents;
  font-weight: bold;
  margin-bottom: 0;
}
.clients-wish-form .available-books .book-stock {
  margin: 0 0 0 20px;
}
.clients-wish-form .available-books .book-stock span:after {
  content: ", ";
}
.clients-wish-form .available-books .book-stock span:last-child:after {
  content: none;
}

.authors-combination-list .combine-box {
  border: solid 1px #777777;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 1rem;
  position: relative;
}
.authors-combination-list .combine-box.col-2 .author-box {
  grid-column: span 6;
}
.authors-combination-list .combine-box.col-3 .author-box {
  grid-column: span 4;
}
.authors-combination-list .combine-box svg {
  position: absolute;
  font-size: 1.5rem;
  color: #000000;
  top: 1rem;
  left: 0.5rem;
}
.authors-combination-list .combine-box svg.fa-caret-up {
  display: block;
}
.authors-combination-list .combine-box svg.fa-caret-down {
  display: none;
}
.authors-combination-list .combine-box button {
  position: absolute;
  top: 10px;
  right: 0.5rem;
}
.authors-combination-list .combine-box .author-box {
  border-right: solid 1px #e7e7e7;
}
.authors-combination-list .combine-box .author-box .author-name {
  background: #f8f8f8;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
}
.authors-combination-list .combine-box .author-box .author-name span {
  padding: 1rem;
}
.authors-combination-list .combine-box .author-box .author-books {
  display: block;
  margin-top: 0.5rem;
  padding: 0 1rem 1rem;
}
.authors-combination-list .combine-box.collapsed .fa-caret-up {
  display: none;
}
.authors-combination-list .combine-box.collapsed .fa-caret-down {
  display: block;
}
.authors-combination-list .combine-box.collapsed .author-books {
  display: none;
}

.node--view-mode-full .field-wrapper {
  padding: 1.5em;
  border-radius: 3px 3px 0 0;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.node--type-book .top {
  grid-column: 1/13;
}
.node--type-book .top .book-title {
  grid-column: 1/13;
  color: #244619;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
.node--type-book .top .book-ids {
  grid-column: 1/13;
}
.node--type-book .top .book-ids .field--name-field-isbn,
.node--type-book .top .book-ids .field--name-field-legal-deposit {
  grid-column: span 6;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .node--type-book .top .book-ids .field--name-field-isbn,
  .node--type-book .top .book-ids .field--name-field-legal-deposit {
    grid-column: span 13;
  }
}
.node--type-book .book-info {
  grid-column: 1/13;
}
.node--type-book .book-info .right {
  grid-column: 1/13;
}
.node--type-book .book-info .middle {
  grid-column: 3/8;
}
.node--type-book .book-info .middle > div {
  padding-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}
.node--type-book .book-info .right {
  grid-column: 8/13;
}
.node--type-book .book-info .right .book-copies {
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
}
.node--type-book .book-info .right .book-copies .heading {
  background: #808080;
  color: #FFFFFF;
}
.node--type-book .book-info .right .book-copies .copy-store {
  background: #808080;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.node--type-book .book-info .right .book-copies .totals {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .node--type-book .book-info .left {
    grid-column: 1/7;
  }
  .node--type-book .book-info .middle {
    grid-column: 7/13;
  }
  .node--type-book .book-info .right {
    grid-column: 1/13;
  }
}
@media (max-width: 576px) {
  .node--type-book .book-info .left,
  .node--type-book .book-info .middle,
  .node--type-book .book-info .right {
    grid-column: 1/13;
  }
}
.node--type-book .bottom {
  grid-column: 1/13;
}
.node--type-book .bottom h3 {
  margin-top: 0;
}
.node--type-book .bottom .button {
  white-space: nowrap;
  margin-right: 1rem;
}
.node--type-book .operation-links {
  position: relative;
}
.node--type-book .operation-links h3 {
  float: none;
  margin-bottom: 1rem;
}
.node--type-book .operation-links a.button {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-book .operation-links {
    padding-left: 175px;
  }
  .node--type-book .operation-links h3 {
    float: left;
    margin: 0 1rem 0 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.node--type-book .book-history {
  grid-column: 1/13;
}
.node--type-book .book-history #book-stock + .book-history-expander {
  margin: 1rem 0 0 1rem;
  display: block;
}
.node--type-book .book-history #book-stock + .book-history-expander span {
  float: left;
  margin-right: 1rem;
}
.node--type-book .book-history #book-stock + .book-history-expander svg {
  font-size: 2rem;
}
.node--type-book .book-history #book-stock + .book-history-expander .fa-caret-up {
  display: none;
}
.node--type-book .book-history #book-stock + .book-history-expander .fa-caret-down {
  display: block;
}
.node--type-book .book-history #book-stock.expanded + .book-history-expander .fa-caret-up {
  display: block;
}
.node--type-book .book-history #book-stock.expanded + .book-history-expander .fa-caret-down {
  display: none;
}
.node--type-book .copies {
  grid-column: 1/13;
}

.node--type-client .field-wrapper label {
  font-size: 1.7rem;
  grid-column: 1/13;
}
.node--type-client .field-wrapper > * {
  grid-column: 1/13;
}
.node--type-client .prize-eligibility {
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  color: red;
  font-weight: bold;
}
.node--type-client .prize-eligibility svg {
  font-size: 3rem;
  margin-right: 1rem;
}
.node--type-client .client-sales-totals > div {
  width: 50%;
  float: left;
}
.node--type-client .client-sales-totals > div label {
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  .node--type-client .prize-eligibility {
    position: relative;
    right: auto;
  }
  .node--type-client .client-sales-totals > div {
    width: 100%;
  }
}

.node--type-article {
  background: #f8f8f8;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
}
.node--type-article .article-left {
  flex-shrink: 0;
}
.node--type-article .article-left .field--name-field-image img {
  max-width: 400px !important;
}
.node--type-article .article-right {
  padding: 16px 16px 16px 0;
  position: relative;
}
.node--type-article .article-right .field--name-field-article-date {
  position: absolute;
  top: 10px;
  right: 16px;
  font-style: italic;
}
.node--type-article .article-right h2 {
  color: #889F44;
  font-weight: bold;
  margin-right: 80px;
  margin-top: 0;
}
.node--type-article .article-right h3 {
  margin-top: 0;
}
@media (max-width: 992px) {
  .node--type-article {
    border-radius: 0;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .node--type-article .article-left .field--name-field-image img {
    max-width: none;
    width: 100%;
  }
  .node--type-article .article-right {
    padding: 0 16px 16px;
  }
  .node--type-article .article-right .field--name-field-article-date {
    top: 0;
  }
}

#drupal-modal .node-book-copy-form .layout-region-node-secondary,
#drupal-modal .node-book-copy-form .layout-region-node-footer {
  display: none;
}

.node-book-edit-form .form-item-field-stocking-0-value {
  display: none;
}

.taxonomy-term-authors-form .field--name-field-discarded {
  display: none;
}

.node--type-sale .actions {
  padding: 0 0 1rem;
}

.ticket-wrap {
  width: 800px;
  margin: 0 auto;
}
.ticket-wrap .caption {
  margin: 0 0 2rem;
  background: #808080;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 20px;
  padding: 0.5rem 0;
}
.ticket-wrap .client {
  height: 150px;
  max-width: 60%;
  float: left;
}
.ticket-wrap .ticket-logo {
  text-align: right;
  float: right;
  position: relative;
  border: 1px solid #FFFFFF;
  max-width: 39%;
  max-height: 100px;
  overflow: hidden;
}
.ticket-wrap .ticket-logo img {
  height: 100px;
}
.ticket-wrap .customer {
  overflow: hidden;
}
.ticket-wrap .customer .customer-info {
  float: left;
  width: calc(100% - 300px);
}
.ticket-wrap .customer .customer-info .field--name-title {
  font-size: 20px;
  font-weight: bold;
}
.ticket-wrap .customer .customer-info p.address {
  margin: 0;
}
.ticket-wrap .customer .customer-info .country {
  display: none;
}
.ticket-wrap .customer .ticket-data {
  margin-top: 1px;
  width: 300px;
  float: right;
}
.ticket-wrap .customer .ticket-data th,
.ticket-wrap .customer .ticket-data td {
  border: 1px solid black;
  padding: 5px;
  text-align: right;
}
.ticket-wrap .customer .ticket-data .ticket-label {
  text-align: left;
  background: #f8f8f8;
}
.ticket-wrap .ticket-items {
  clear: both;
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #000000;
}
.ticket-wrap .ticket-items th {
  background: #f8f8f8;
}
.ticket-wrap .ticket-items td.extra-books br {
  content: "A" !important;
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e7e7e7;
}
.ticket-wrap .ticket-items td.price {
  text-align: right;
}
.ticket-wrap .ticket-items td.blank {
  border: 0;
  width: 60%;
}
.ticket-wrap .ticket-items td.total-line {
  background: #f8f8f8;
  border-right: 0;
  text-align: right;
}
.ticket-wrap .ticket-items tr.item-row {
  display: table-row;
}
.ticket-wrap .ticket-items tr.item-row:last-of-type {
  display: table-row;
  border-color: #808080;
}
.ticket-wrap .ticket-items tr.item-row td {
  border: 0;
  vertical-align: top;
}
.ticket-wrap .ticket-items tr.item-row td.description {
  width: 80%;
}
.ticket-wrap .ticket-items tr.item-row td.price {
  width: 20%;
}
.ticket-wrap .ticket-items tr.total-row {
  border-bottom: 1px solid #000000;
  font-weight: bold;
}
.ticket-wrap .ticket-items tr.total-row td:nth-child(2) {
  width: 25%;
}
.ticket-wrap .ticket-items tr.total-row.subtotal-row {
  border-color: #808080;
}
.ticket-wrap .back-sales {
  padding: 1rem 0;
}

.view-client-sales-list .prize-eligibility-inline,
.view-clients .prize-eligibility-inline {
  font-size: 2rem;
  color: red;
  font-weight: bold;
  margin-left: 0.5rem;
}

.view-clients .prize-eligibility-inline {
  font-size: 1rem;
}

.contact-block {
  grid-gap: 2rem;
}
.contact-block .header {
  background: none;
  border: none;
  grid-column: 1/13;
}
.contact-block .header .contact-name {
  float: left;
}
.contact-block .header .social-networks {
  float: right;
}
.contact-block .header .social-networks a {
  margin: 0 0 0 1rem;
  display: inline-block;
}
.contact-block .header .social-networks a svg {
  fill: #889F44;
  color: #889F44;
  font-size: 4rem;
}
.contact-block .contact-group {
  margin-bottom: 3rem;
  padding-left: 5rem;
  position: relative;
}
.contact-block .contact-group h3 {
  padding-top: 1rem;
}
.contact-block .contact-group svg {
  background-color: rgba(129, 166, 60, 0.231372549);
  fill: #889F44;
  color: #889F44;
  font-size: 20px;
  padding: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
}
.contact-block .contact-group p {
  margin: 0;
}
.contact-block .contact-map {
  grid-column: 1/9;
}
@media (max-width: 992px) {
  .contact-block .contact-map {
    grid-column: 1/13;
  }
}
.contact-block .contact-info {
  grid-column: 9/13;
}
@media (max-width: 992px) {
  .contact-block .contact-info {
    grid-column: 1/13;
  }
}

.links-book {
  background: #889F44;
  overflow: hidden;
  padding-top: 10px;
}
.links-book ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links-book ul > li {
  margin-right: 10px;
  padding: 0;
}
.links-book ul > li .level-2 {
  min-width: 125px;
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-book ul > li .level-2 svg {
  font-size: 1rem;
  padding-left: 10px;
}
.links-book ul > li > ul {
  justify-content: center;
  padding: 5px 0 0;
  font-size: 1rem;
  margin-bottom: 10px;
}
.links-book ul > li > ul > li a {
  border-radius: 5px;
  line-height: 1.5rem;
  margin: 0;
  padding: 4px 10px 2px;
  background: none;
  border: none;
  box-shadow: none !important;
}
.links-book ul > li > ul > li a svg {
  color: #244619;
  font-size: 1rem;
}
.links-book ul > li > ul > li a:hover {
  background: #244619;
}
.links-book ul > li > ul > li a:hover svg {
  color: #FFFFFF;
}
.links-book ul > li:last-child {
  margin: 0;
}

.view-id-articles {
  max-height: 640px;
  overflow-y: scroll;
  padding-right: 16px;
}

.view-public {
  margin-top: 3rem;
}
.view-public .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 2rem;
  width: 100%;
}
.view-public .views-infinite-scroll-content-wrapper:before {
  content: none;
}
.view-public .views-infinite-scroll-content-wrapper .views-row {
  border: solid 1px #f8f8f8;
  grid-column: span 4;
  padding: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .view-public .views-infinite-scroll-content-wrapper .views-row {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .view-public .views-infinite-scroll-content-wrapper .views-row {
    grid-column: span 12;
  }
}
.view-public .views-infinite-scroll-content-wrapper .views-row .cover .field--name-field-cover {
  text-align: center;
  height: 250px;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .cover .field--name-field-cover img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .title {
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .basic-text {
  display: flex;
  align-items: center;
  min-height: 22px;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .basic-text .label {
  color: #000000;
  margin-right: 0.5rem;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .basic-text .node-taxonomy-container {
  padding: 0;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .basic-text .node-taxonomy-container ul {
  margin: 0;
}
.view-public .views-infinite-scroll-content-wrapper .views-row .stock {
  position: absolute;
  top: 0;
  width: 100%;
  background: #2D4427;
  color: #FFFFFF;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.views-exposed-form .form-item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-right: 1rem;
  padding-top: 20px;
}
.views-exposed-form .form-item label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .views-exposed-form .form-item label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.views-exposed-form .form-item input,
.views-exposed-form .form-item select {
  border: solid 1px #e7e7e7;
  width: 100%;
}
@media (min-width: 768px) {
  .views-exposed-form .form-item input,
  .views-exposed-form .form-item select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.views-exposed-form .form-item.form-type-select select {
  padding: 10px 6px;
}
@media (max-width: 768px) {
  .views-exposed-form .form-item.form-type-select {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .views-exposed-form .form-item {
    display: block;
  }
}
.views-exposed-form .form-actions,
.views-exposed-form .edit-actions {
  height: 60px;
  padding-top: 26px;
}
@media (max-width: 768px) {
  .views-exposed-form .form-actions,
  .views-exposed-form .edit-actions {
    padding-top: 2rem;
  }
}

.view-client-sales td svg {
  color: #889F44;
}

.books-reports {
  margin: 0 auto;
}
.books-reports.small {
  max-width: 600px;
}
.books-reports .total-row {
  background-color: #f8f8f8;
  font-weight: bold;
}
.books-reports td {
  border-right: 1px solid #e7e7e7;
}
.books-reports td:last-child {
  border-right: none;
}
.books-reports td.price {
  text-align: right;
}

.clients-wishes .even {
  background: #f8f8f8;
}
.clients-wishes .client-name {
  font-weight: bold;
}
.clients-wishes .client-text {
  border: solid 1px #808080;
  padding: 0 1rem 1rem;
}
.clients-wishes .client-text p.label {
  font-weight: bold;
}
.clients-wishes .client-text br {
  content: "A" !important;
  display: block !important;
  margin: 0.2rem 0 !important;
  border: solid 1px #808080;
  padding: 0 1rem;
}
.clients-wishes .available-books .book-title {
  display: contents;
  font-weight: bold;
  margin-bottom: 0;
}
.clients-wishes .available-books .book-stock {
  margin: 0 0 0 20px;
}
.clients-wishes .available-books .book-stock span:after {
  content: ", ";
}
.clients-wishes .available-books .book-stock span:last-child:after {
  content: none;
}
.clients-wishes tr.client-row > td {
  vertical-align: top;
}
.clients-wishes li {
  padding: 15px;
}
.clients-wishes li.author-match {
  background-color: #ffab00;
}
.clients-wishes li.author-match:not(:last-child) {
  padding-bottom: 0;
}
.clients-wishes li.author-match:not(:first-child) {
  padding-top: 0;
}
.clients-wishes li.isbn-match {
  background-color: #889F44;
}

.printing-page .content-header,
.printing-page .region-breadcrumb {
  display: none;
}
.printing-page .no-wrap {
  white-space: nowrap;
}
.printing-page table td {
  height: auto;
}
.printing-page .stock-table-header tr {
  border-bottom: none;
}
.printing-page .stock-table-header td {
  font-size: 10px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  height: 1px;
}
.printing-page .stock-table tr th,
.printing-page .stock-table tr td {
  font-size: 10px;
  padding: 0 1rem 0 0;
  margin: 0;
  height: 1px;
}
.printing-page .stock-table tr th:last-child,
.printing-page .stock-table tr td:last-child {
  padding: 0;
}

[class*=path-essential] {
  display: block;
}
[class*=path-essential] caption {
  font-size: 18px;
}

@media print {
  header.navbar,
  .block-links-block,
  .breadcrumb {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
html {
  font-size: 16px;
  line-height: 1.1;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #777777;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #777777;
  line-height: 1.1;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.5rem;
}

a:hover {
  color: #244619;
}

.page-title {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e7e7e7;
}

.breadcrumb .breadcrumb-items {
  background-color: #f8f8f8;
  padding: 8px 15px;
  margin-bottom: 20px;
}

/* Books Main Menu icon */
.toolbar-icon-books-main-index:before {
  background-image: url("../images/logo_llibre_solidari_grey.png");
}

.printing-page button,
.printing-page .button {
  display: none;
}

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