.primary-color {
  background-color: #009795 !important; }

.secondary-color {
  background-color: #009795 !important; }

.primary-color-hover {
  background-color: #01a2a0 !important; }

.primary-color-cta {
  background-color-cta: #ffb81c !important; }

.primary-color-cta-hover {
  background-color-cta: #ff9a19 !important; }

.default-bg-color {
  default-bg-color: #e9e9e9 !important; }

.shades.black {  
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.danger-color {
  background-color: #ff4444 !important; }

.danger-color-dark {
  background-color: #CC0000 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #FF8800 !important; }

.success-color {
  background-color: #00C851 !important; }

.success-color-dark {
  background-color: #007E33 !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099CC !important; }

.default-color {
  background-color: #2BBBAD !important; }

.default-color-dark {
  background-color: #00695c !important; }

.elegant-color {
  background-color: #2E2E2E !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4B515D !important; }

.stylish-color-dark {
  background-color: #3E4551 !important; }

.special-color {
  background-color: #37474F !important; }

.special-color-dark {
  background-color: #263238 !important; }

.unique-color {
  background-color: #3F729B !important; }

.unique-color-dark {
  background-color: #1C2331 !important; }

.md-color {
  background-color: #45526E !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.blue {
  background-color: #2196F3 !important; }

.green {
  background-color: #4CAF50 !important; }

.deep-orange {
  background-color: #da0474 !important; }

.light-green {
  background-color: #8bc34a !important; }

.text-muted {
  color: #1e1e1e; }

/*** Images ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn-animated, .bookshelf .tab-content.stack-view .card-group,
.home .tab-content.stack-view .card-group,
.catalog .tab-content.stack-view .card-group {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  animation: fadeIn 2s; }

.ellipsis-1, .bookshelf .tab-content.stack-view .card-group .card .card-block .sub-title,
.home .tab-content.stack-view .card-group .card .card-block .sub-title,
.catalog .tab-content.stack-view .card-group .card .card-block .sub-title, .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .author-name,
.bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .isbn,
.home .tab-content.stack-view .card-group .card.ebook .card-block .author-name,
.home .tab-content.stack-view .card-group .card.ebook .card-block .isbn,
.catalog .tab-content.stack-view .card-group .card.ebook .card-block .author-name,
.catalog .tab-content.stack-view .card-group .card.ebook .card-block .isbn {
  display: -webkit-box;
  display: block;
  /* Fallback for non-webkit */
  height: 15.4px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.user-statistics {
  position: relative;
  font-family: "Roboto", sans-serif; }
  .user-statistics .welcome-title {
    font-size: 0.9rem;
    font-weight: 300;
    float: left;
    margin: 12px 0 0 0; }
  .user-statistics .card:hover {
    transition: box-shadow .45s; }
  .user-statistics .top-action-icons {
    float: right; }
    .user-statistics .top-action-icons a {
      font-size: 1.5rem;
      font-weight: 300;
      padding: 0px 5px;
      margin: 5px 2px;
      display: inline-block;
      opacity: 0.3;
      color: #3e3d40; }
      .user-statistics .top-action-icons a:hover {
        color: #009795;
        opacity: 1; }
      .user-statistics .top-action-icons a .material-icons {
        vertical-align: middle; }
  .user-statistics .welcome-column .card-block {
    padding: 0.8rem; }
    .user-statistics .welcome-column .card-block img {
      margin-top: 35px;
      margin-left: 10px; }
      @media (max-width: 768px) {
        .user-statistics .welcome-column .card-block img {
          width: 180px;
          margin-right: 15px; } }
    @media (max-width: 768px) {
      .user-statistics .welcome-column .card-block .pull-left {
        width: 100px;
        margin-right: 100px; } }
  .user-statistics .welcome-column .welcome-title {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    float: left; }
    .user-statistics .welcome-column .welcome-title .text-muted {
      font-weight: normal;
      font-size: 0.7rem;
      color: #1e1e1e !important; }
  .user-statistics .welcome-column .welcome-note {
    float: left;
    margin: 35px 30px 0;
    padding: 0px 0 0 30px; }
    @media (max-width: 1024px) {
      .user-statistics .welcome-column .welcome-note {
        width: 140px;
        float: left;
        margin: 35px 30px 0;
        padding: 0px 0 0 30px; } }
    @media (max-width: 768px) {
      .user-statistics .welcome-column .welcome-note {
        margin: 55px 0px;
        padding: 0px 0 0 30px;
        float: left; } }
  .user-statistics .welcome-column .welcome-info-text {
    margin: 35px 20px 0;
    padding: 0px 0 0 30px;
    float: left;
    border-left: 1px solid rgba(0, 151, 149, 0.2);
    font-size: 16px; }
    @media (max-width: 1024px) {
      .user-statistics .welcome-column .welcome-info-text {
        width: 230px;
        margin: 20px 30px 0;
        padding: 0;
        border-left: 0px solid rgba(17, 142, 200, 0.2); } }
    @media (max-width: 769px) {
      .user-statistics .welcome-column .welcome-info-text {
        margin: 5px 0px;
        padding-left: 0;
        border: 0;
        width: 230px; } }
    @media (max-width: 375px) {
      .user-statistics .welcome-column .welcome-info-text {
        width: 300px; } }
    @media (max-width: 560px) and (min-width: 320px) {
      .user-statistics .welcome-column .welcome-info-text {
        height: 8em; } }
    .user-statistics .welcome-column .welcome-info-text strong {
      font-size: 24px;
      top: 25px;
      position: relative; }
      @media (max-width: 768px) {
        .user-statistics .welcome-column .welcome-info-text strong {
          font-size: 18px; } }
      @media (max-width: 320px) {
        .user-statistics .welcome-column .welcome-info-text strong {
          font-size: 16px; } }
    .user-statistics .welcome-column .welcome-info-text ul {
      margin-left: 35px;
      margin-top: 30px; }
      .user-statistics .welcome-column .welcome-info-text ul li {
        line-height: 25px;
        list-style-type: disc; }
        @media (max-width: 320px) {
          .user-statistics .welcome-column .welcome-info-text ul li {
            font-size: 14px; } }
      @media (max-width: 414px) {
        .user-statistics .welcome-column .welcome-info-text ul {
          width: 280px; } }
      @media (max-width: 411px) {
        .user-statistics .welcome-column .welcome-info-text ul {
          width: 280px; } }
      @media (max-width: 375px) {
        .user-statistics .welcome-column .welcome-info-text ul {
          width: 280px; } }
    @media (min-width: 320px) and (max-width: 560px) {
      .user-statistics .welcome-column .welcome-info-text {
        width: 300px;
        margin: 10px 0; } }
  .user-statistics .welcome-column img.intitution-logo {
    height: 40px !important;
    clear: both;
    float: left; }
  .user-statistics .welcome-column .action-buttons {
    float: left;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
    border-left: 1px solid rgba(17, 142, 200, 0.2);
    padding: 0 0 0 100px;
    top: 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 10px 0 0 20px; } }
    @media (max-width: 768px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 0px 0 0 20px; } }
    @media (max-width: 414px) {
      .user-statistics .welcome-column .action-buttons {
        margin: 0 70px !important; } }
    @media (max-width: 411px) {
      .user-statistics .welcome-column .action-buttons {
        margin: 0 40px;
        margin: 0 70px !important; } }
    @media (max-width: 375px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 0px 0 0 40px;
        border-left: 0;
        margin: 0 50px !important; } }
    @media (max-width: 360px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 0px 0 0 50px;
        border-left: 0;
        margin: 0 50px !important; } }
    @media (max-width: 320px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 0px 0 0 20px;
        border-left: 0;
        margin: 0 28px !important; } }
    @media (min-width: 320px) and (max-width: 560px) {
      .user-statistics .welcome-column .action-buttons {
        padding: 0;
        border-left: 0px solid rgba(17, 142, 200, 0.2);
        height: 170px; } }
    .user-statistics .welcome-column .action-buttons a {
      padding: 5px;
      display: inline-block;
      color: #3e3d40; }
      .user-statistics .welcome-column .action-buttons a:hover {
        color: #009795; }
    .user-statistics .welcome-column .action-buttons h3 {
      font-size: 16px;
      /* margin-bottom: 10px; */
      /* line-height: 22px; */
      margin-top: 5px; }
    @media (max-width: 769px) {
      .user-statistics .welcome-column .action-buttons {
        margin: 0; } }
    .user-statistics .welcome-column .action-buttons button.btn-link {
      background: #009795;
      color: #fff;
      width: 150px;
      display: inline-block;
      border-radius: 2px;
      font-size: 14px;
      height: 30px;
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }
      .user-statistics .welcome-column .action-buttons button.btn-link:hover {
        background-color: #01a2a0;
        color: #fff;
        text-decoration: none; }
  .user-statistics .toggle-button {
    position: absolute;
    padding: 0 5px;
    margin: 2px 0 2px;
    float: right;
    border: 0;
    width: 25px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 15px;
    top: 0;
    right: 2px;
    z-index: 100;
    background: transparent;
    box-shadow: none;
    color: #3e3d40; }
    .user-statistics .toggle-button:hover {
      color: #fff;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      opacity: 1; }
    .user-statistics .toggle-button .material-icons {
      font-size: 15px; }
  .user-statistics .statistics-row .col-md-12 .welcome-column .card-block .instLogo {
    float: left; }
    @media (min-width: 320px) and (max-width: 560px) {
      .user-statistics .statistics-row .col-md-12 .welcome-column .card-block .instLogo {
        float: none;
        text-align: center; } }

.bookshelf,
.home,
.catalog {
  margin: 0; }
  .bookshelf .home-header,
  .home .home-header,
  .catalog .home-header {
    margin: 15px 0 0; }
    .bookshelf .home-header .carousel-inner,
    .home .home-header .carousel-inner,
    .catalog .home-header .carousel-inner {
      min-height: 320px; }
      @media (max-width: 768px) {
        .bookshelf .home-header .carousel-inner,
        .home .home-header .carousel-inner,
        .catalog .home-header .carousel-inner {
          min-height: auto;
          margin-top: 25px; } }
      .bookshelf .home-header .carousel-inner .carousel-item,
      .home .home-header .carousel-inner .carousel-item,
      .catalog .home-header .carousel-inner .carousel-item {
        background-color: #FFFFFF;
        min-height: 300px;
        padding: 0px; }
        @media (max-width: 768px) {
          .bookshelf .home-header .carousel-inner .carousel-item,
          .home .home-header .carousel-inner .carousel-item,
          .catalog .home-header .carousel-inner .carousel-item {
            min-height: auto;
            margin-top: 20px; } }
    .bookshelf .home-header .carousel-indicators,
    .home .home-header .carousel-indicators,
    .catalog .home-header .carousel-indicators {
      bottom: 0; }
      .bookshelf .home-header .carousel-indicators li,
      .home .home-header .carousel-indicators li,
      .catalog .home-header .carousel-indicators li {
        border-color: #009795; }
        .bookshelf .home-header .carousel-indicators li.active,
        .home .home-header .carousel-indicators li.active,
        .catalog .home-header .carousel-indicators li.active {
          background: #009795; }
    .bookshelf .home-header .carousel-control,
    .home .home-header .carousel-control,
    .catalog .home-header .carousel-control {
      width: 30px;
      background: transparent;
      color: #000000;
      opacity: .7; }
      .bookshelf .home-header .carousel-control:hover,
      .home .home-header .carousel-control:hover,
      .catalog .home-header .carousel-control:hover {
        opacity: 1; }
      .bookshelf .home-header .carousel-control .icon-next,
      .bookshelf .home-header .carousel-control .icon-prev,
      .home .home-header .carousel-control .icon-next,
      .home .home-header .carousel-control .icon-prev,
      .catalog .home-header .carousel-control .icon-next,
      .catalog .home-header .carousel-control .icon-prev {
        color: #FFFFFF;
        width: 25px;
        height: 37px;
        margin-top: -25px;
        font-size: 3rem; }
      .bookshelf .home-header .carousel-control .icon-prev,
      .home .home-header .carousel-control .icon-prev,
      .catalog .home-header .carousel-control .icon-prev {
        margin-left: -15px;
        border-radius: 0 5px 5px 0; }
      .bookshelf .home-header .carousel-control .icon-next,
      .home .home-header .carousel-control .icon-next,
      .catalog .home-header .carousel-control .icon-next {
        margin-right: -15px;
        border-radius: 5px 0 0 5px; }
  .bookshelf .middle-section,
  .home .middle-section,
  .catalog .middle-section {
    margin: 15px 0 0;
    background: #FFFFFF; }
    .bookshelf .middle-section ul li.nav-item a[href="#allBooks"] .text:first-letter,
    .home .middle-section ul li.nav-item a[href="#allBooks"] .text:first-letter,
    .catalog .middle-section ul li.nav-item a[href="#allBooks"] .text:first-letter {
      text-transform: none !important; }
    .bookshelf .middle-section ul li a.nav-link[href="#all"] .text:first-letter,
    .home .middle-section ul li a.nav-link[href="#all"] .text:first-letter,
    .catalog .middle-section ul li a.nav-link[href="#all"] .text:first-letter {
      text-transform: capitalize !important; }
    .bookshelf .middle-section ul.catalog-nav-tabs li a[href="#allJournals"],
    .home .middle-section ul.catalog-nav-tabs li a[href="#allJournals"],
    .catalog .middle-section ul.catalog-nav-tabs li a[href="#allJournals"] {
      display: none; }
    .bookshelf .middle-section ul.catalog-nav-tabs li a[href="#allBooks"],
    .home .middle-section ul.catalog-nav-tabs li a[href="#allBooks"],
    .catalog .middle-section ul.catalog-nav-tabs li a[href="#allBooks"] {
      display: none; }
    .bookshelf .middle-section ul.catalog-nav-tabs li a[href="#video"],
    .home .middle-section ul.catalog-nav-tabs li a[href="#video"],
    .catalog .middle-section ul.catalog-nav-tabs li a[href="#video"] {
      display: none; }
    .bookshelf .middle-section ul li.nav-item a[href="#allfreeTitles"],
    .home .middle-section ul li.nav-item a[href="#allfreeTitles"],
    .catalog .middle-section ul li.nav-item a[href="#allfreeTitles"] {
      display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#ebooks"] :first-letter,
  .home ul.nav li.nav-item a.nav-link[href="#ebooks"] :first-letter,
  .catalog ul.nav li.nav-item a.nav-link[href="#ebooks"] :first-letter {
    text-transform: none !important; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#scorm"],
  .home ul.nav li.nav-item a.nav-link[href="#scorm"],
  .catalog ul.nav li.nav-item a.nav-link[href="#scorm"] {
    display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#printBooks"],
  .home ul.nav li.nav-item a.nav-link[href="#printBooks"],
  .catalog ul.nav li.nav-item a.nav-link[href="#printBooks"] {
    display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#audio"],
  .home ul.nav li.nav-item a.nav-link[href="#audio"],
  .catalog ul.nav li.nav-item a.nav-link[href="#audio"] {
    display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#journalHome"],
  .home ul.nav li.nav-item a.nav-link[href="#journalHome"],
  .catalog ul.nav li.nav-item a.nav-link[href="#journalHome"] {
    display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#pastIssue"],
  .home ul.nav li.nav-item a.nav-link[href="#pastIssue"],
  .catalog ul.nav li.nav-item a.nav-link[href="#pastIssue"] {
    display: none; }
  .bookshelf ul.nav li.nav-item a.nav-link[href="#ahearOfprint"],
  .home ul.nav li.nav-item a.nav-link[href="#ahearOfprint"],
  .catalog ul.nav li.nav-item a.nav-link[href="#ahearOfprint"] {
    display: none; }
  .bookshelf .nav-tabs,
  .home .nav-tabs,
  .catalog .nav-tabs {
    position: relative; }
    .bookshelf .nav-tabs .nav-link,
    .home .nav-tabs .nav-link,
    .catalog .nav-tabs .nav-link {
      border: 0;
      padding: 0 16px;
      font-size: 14px;
      line-height: 18px;
      padding: 8px 16px;
      font-weight: 400;
      color: #3e3d40; }
      .bookshelf .nav-tabs .nav-link::first-letter,
      .home .nav-tabs .nav-link::first-letter,
      .catalog .nav-tabs .nav-link::first-letter {
        text-transform: uppercase; }
      .bookshelf .nav-tabs .nav-link:hover,
      .home .nav-tabs .nav-link:hover,
      .catalog .nav-tabs .nav-link:hover {
        color: #009795; }
      .bookshelf .nav-tabs .nav-link.active,
      .home .nav-tabs .nav-link.active,
      .catalog .nav-tabs .nav-link.active {
        border-bottom: 2px solid #FFFFFF;
        color: #009795 !important;
        font-weight: 600;
        cursor: default;
        pointer-events: none;
        border-bottom: 4px solid #494949; }
        .bookshelf .nav-tabs .nav-link.active .label,
        .home .nav-tabs .nav-link.active .label,
        .catalog .nav-tabs .nav-link.active .label {
          background: #01a2a0; }
          .bookshelf .nav-tabs .nav-link.active .label::before,
          .home .nav-tabs .nav-link.active .label::before,
          .catalog .nav-tabs .nav-link.active .label::before {
            border-right-color: #009795; }
    .bookshelf .nav-tabs li.nav-item a[href="#ebooks"] :first-letter,
    .home .nav-tabs li.nav-item a[href="#ebooks"] :first-letter,
    .catalog .nav-tabs li.nav-item a[href="#ebooks"] :first-letter {
      text-transform: none !important; }
  .bookshelf .actions,
  .home .actions,
  .catalog .actions {
    float: right; }
    @media (max-width: 768px) {
      .bookshelf .actions,
      .home .actions,
      .catalog .actions {
        float: none;
        padding-top: 48px;
        text-align: right; } }
    .bookshelf .actions a,
    .home .actions a,
    .catalog .actions a {
      margin: 2px 2px 0 0;
      padding: 7px 7px 0px 7px;
      display: inline-block;
      color: #3e3d40;
      vertical-align: bottom; }
      .bookshelf .actions a:hover, .bookshelf .actions a.active,
      .home .actions a:hover,
      .home .actions a.active,
      .catalog .actions a:hover,
      .catalog .actions a.active {
        background: rgba(151, 255, 254, 0.3);
        border-radius: 2px;
        color: #009795; }
      .bookshelf .actions a#downloadMarc,
      .home .actions a#downloadMarc,
      .catalog .actions a#downloadMarc {
        margin: 0 10px 0 0;
        padding: 5px 0;
        color: #FFFFFF;
        vertical-align: middle;
        background: #009795 !important;
        border-radius: 2px; }
        .bookshelf .actions a#downloadMarc:hover,
        .home .actions a#downloadMarc:hover,
        .catalog .actions a#downloadMarc:hover {
          background: #01a2a0 !important; }
        .bookshelf .actions a#downloadMarc .material-icons,
        .home .actions a#downloadMarc .material-icons,
        .catalog .actions a#downloadMarc .material-icons {
          vertical-align: middle;
          font-size: 1.2rem; }
    .bookshelf .actions .filter-dropdown,
    .home .actions .filter-dropdown,
    .catalog .actions .filter-dropdown {
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      border-radius: 2px;
      padding-right: 10px;
      border-right: 1px solid rgba(0, 151, 149, 0.1);
      margin-right: 15px; }
      @media (max-width: 768px) {
        .bookshelf .actions .filter-dropdown,
        .home .actions .filter-dropdown,
        .catalog .actions .filter-dropdown {
          clear: both; } }
      @media (max-width: 320px) {
        .bookshelf .actions .filter-dropdown,
        .home .actions .filter-dropdown,
        .catalog .actions .filter-dropdown {
          padding-right: 0px; } }
      .bookshelf .actions .filter-dropdown a,
      .home .actions .filter-dropdown a,
      .catalog .actions .filter-dropdown a {
        padding: 7px;
        border-radius: 2px;
        background: #FFFFFF;
        color: #3e3d40; }
        .bookshelf .actions .filter-dropdown a .material-icons,
        .home .actions .filter-dropdown a .material-icons,
        .catalog .actions .filter-dropdown a .material-icons {
          font-size: 1.2rem;
          vertical-align: middle; }
        .bookshelf .actions .filter-dropdown a:hover,
        .home .actions .filter-dropdown a:hover,
        .catalog .actions .filter-dropdown a:hover {
          color: #009795; }
      .bookshelf .actions .filter-dropdown:hover a,
      .bookshelf .actions .filter-dropdown a.active,
      .home .actions .filter-dropdown:hover a,
      .home .actions .filter-dropdown a.active,
      .catalog .actions .filter-dropdown:hover a,
      .catalog .actions .filter-dropdown a.active {
        background: #fff; }
      .bookshelf .actions .filter-dropdown .dropdown-menu,
      .home .actions .filter-dropdown .dropdown-menu,
      .catalog .actions .filter-dropdown .dropdown-menu {
        border: 1px solid #c7c7c7;
        top: 39px;
        padding: 16px 0 0;
        min-width: 220px;
        border-radius: 2px;
        box-shadow: none;
        box-sizing: border-box; }
        @media (max-width: 568px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu .select2-container,
          .home .actions .filter-dropdown .dropdown-menu .select2-container,
          .catalog .actions .filter-dropdown .dropdown-menu .select2-container {
            min-width: auto; } }
        .bookshelf .actions .filter-dropdown .dropdown-menu .catFilter,
        .home .actions .filter-dropdown .dropdown-menu .catFilter,
        .catalog .actions .filter-dropdown .dropdown-menu .catFilter {
          display: block !important; }
        @media (max-width: 568px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -85px; } }
        @media (max-width: 411px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -85px; } }
        @media (max-width: 375px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -30px; } }
        @media (max-width: 360px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -35px; } }
        @media (max-width: 346px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -15px; } }
        @media (max-width: 320px) {
          .bookshelf .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .home .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left,
          .catalog .actions .filter-dropdown .dropdown-menu.dropdown-menu-xs-left {
            left: -130px; } }
        .bookshelf .actions .filter-dropdown .dropdown-menu h2.title,
        .home .actions .filter-dropdown .dropdown-menu h2.title,
        .catalog .actions .filter-dropdown .dropdown-menu h2.title {
          font-size: 14px;
          font-weight: bolder;
          padding-bottom: 12px;
          border-bottom: 1px solid #d9d9d9;
          padding: 0px 5px 14px;
          margin-top: 10px; }
        .bookshelf .actions .filter-dropdown .dropdown-menu label,
        .home .actions .filter-dropdown .dropdown-menu label,
        .catalog .actions .filter-dropdown .dropdown-menu label {
          display: block;
          padding: 5px 5px 5px 30px;
          margin: 0;
          line-height: 20px; }
          .bookshelf .actions .filter-dropdown .dropdown-menu label:nth-child(odd),
          .home .actions .filter-dropdown .dropdown-menu label:nth-child(odd),
          .catalog .actions .filter-dropdown .dropdown-menu label:nth-child(odd) {
            border-top: 1px solid rgba(0, 151, 149, 0.1);
            border-bottom: 1px solid rgba(0, 151, 149, 0.1); }
          .bookshelf .actions .filter-dropdown .dropdown-menu label .c-indicator,
          .home .actions .filter-dropdown .dropdown-menu label .c-indicator,
          .catalog .actions .filter-dropdown .dropdown-menu label .c-indicator {
            left: 7px;
            top: 7px;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #fff;
            border: 1px solid #009795;
            box-shadow: none;
            border-radius: 50%; }
          .bookshelf .actions .filter-dropdown .dropdown-menu label input:checked ~ .c-indicator,
          .home .actions .filter-dropdown .dropdown-menu label input:checked ~ .c-indicator,
          .catalog .actions .filter-dropdown .dropdown-menu label input:checked ~ .c-indicator {
            background-color: #009795;
            border: 1px solid #009795; }
          .bookshelf .actions .filter-dropdown .dropdown-menu label input:checked ~ .text,
          .home .actions .filter-dropdown .dropdown-menu label input:checked ~ .text,
          .catalog .actions .filter-dropdown .dropdown-menu label input:checked ~ .text {
            font-weight: 300; }
          .bookshelf .actions .filter-dropdown .dropdown-menu label:hover,
          .home .actions .filter-dropdown .dropdown-menu label:hover,
          .catalog .actions .filter-dropdown .dropdown-menu label:hover {
            background: #e4ffff; }
          .bookshelf .actions .filter-dropdown .dropdown-menu label input[type=radio],
          .home .actions .filter-dropdown .dropdown-menu label input[type=radio],
          .catalog .actions .filter-dropdown .dropdown-menu label input[type=radio] {
            display: none; }
        .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list,
        .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list,
        .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list {
          margin-bottom: 0; }
          .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li,
          .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li,
          .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li {
            display: block;
            clear: both;
            line-height: 20px; }
            .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a,
            .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a,
            .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a {
              padding: 8px 24px;
              display: block;
              font-size: 14px;
              line-height: 18px;
              color: #3e3d40;
              text-transform: lowercase; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:hover,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:hover,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:hover {
                background: #e9e9e9;
                display: block;
                width: 100%;
                color: #3e3d40; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label {
                background: #8a888e;
                border-radius: 2px;
                position: relative;
                font-size: 12px;
                font-weight: normal;
                margin-left: 3px;
                vertical-align: middle; }
                .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label::before,
                .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label::before,
                .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a .label::before {
                  right: 100%;
                  top: 45%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(136, 183, 213, 0);
                  border-right-color: #8a888e;
                  border-width: 5px;
                  margin-top: -5px; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:first-child::first-letter,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:first-child::first-letter,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li a:first-child::first-letter {
                text-transform: capitalize; }
            .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.active a,
            .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.active a,
            .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.active a {
              color: #009795;
              background: #e9e9e9; }
            .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown,
            .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown,
            .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown {
              position: relative; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown::before,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown::before,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown::before {
                content: '\276F';
                position: absolute;
                right: 12px;
                top: 5px;
                transform: rotate(90deg);
                color: #3e3d40;
                font-size: 15px;
                cursor: pointer; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu {
                position: relative;
                width: 100%;
                clear: both;
                padding: 0;
                margin: 0;
                top: 0;
                box-shadow: none; }
                .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li,
                .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li,
                .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li {
                  display: block;
                  clear: both; }
                  .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a,
                  .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a,
                  .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a {
                    padding: 5px 20px;
                    display: block;
                    border-bottom: 1px solid rgba(0, 151, 149, 0.1);
                    font-size: 13px;
                    color: #3e3d40;
                    background: #FFFFFF;
                    font-weight: 500; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a:hover,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a:hover,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li a:hover {
                      color: #009795; }
                  .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li.active a,
                  .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li.active a,
                  .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu li.active a {
                    color: #009795; }
                .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu,
                .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu,
                .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu {
                  position: relative;
                  width: 100%;
                  clear: both;
                  padding: 0;
                  margin: 0;
                  box-shadow: none; }
                  .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar,
                  .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar,
                  .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar {
                    height: 290px;
                    overflow-y: auto; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-track,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-track,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-track {
                      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar {
                      width: 5px; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-thumb,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-thumb,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu.scrollBar::-webkit-scrollbar-thumb {
                      background-color: #18fffc;
                      border-radius: 5px; }
                  .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li,
                  .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li,
                  .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li {
                    display: block;
                    clear: both; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a {
                      padding: 5px 30px;
                      display: block;
                      border-bottom: 1px solid rgba(62, 61, 64, 0.1);
                      font-size: 12px;
                      color: #3e3d40;
                      background: rgba(62, 61, 64, 0.05);
                      font-weight: 400; }
                      .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a:hover,
                      .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a:hover,
                      .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a:hover {
                        color: #009795; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li.active a,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li.active a,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li.active a {
                      color: #FFFFFF;
                      background: #009795; }
                .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu,
                .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu,
                .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu {
                  position: relative;
                  width: 100%;
                  clear: both;
                  padding: 0;
                  margin: 0;
                  box-shadow: none; }
                  .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li,
                  .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li,
                  .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li {
                    display: block;
                    clear: both; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a {
                      padding: 5px 35px;
                      display: block;
                      border-bottom: 1px solid rgba(0, 151, 149, 0.1);
                      font-size: 12px;
                      color: #3e3d40;
                      background: rgba(0, 151, 149, 0.02); }
                      .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a:hover,
                      .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a:hover,
                      .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a:hover {
                        color: #009795; }
                    .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li.active a,
                    .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li.active a,
                    .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li.active a {
                      background: #009795;
                      color: #FFFFFF; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.open::before,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.open::before,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.open::before {
                content: '\276F';
                position: absolute;
                right: 15px;
                top: 5px;
                transform: rotate(270deg);
                color: #3e3d40; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active::before,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active::before,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active::before {
                color: #3e3d40; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a {
                background: #FFFFFF;
                color: #3e3d40;
                box-shadow: none; }
                .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a:hover,
                .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a:hover,
                .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li a:hover {
                  color: #009795; }
              .bookshelf .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li.active a,
              .home .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li.active a,
              .catalog .actions .filter-dropdown .dropdown-menu .category-wrapper .category-list li.dropdown.active .dropdown-menu li.active a {
                color: #3e3d40; }
        .bookshelf .actions .filter-dropdown .dropdown-menu .catFilter,
        .home .actions .filter-dropdown .dropdown-menu .catFilter,
        .catalog .actions .filter-dropdown .dropdown-menu .catFilter {
          display: block; }
        .bookshelf .actions .filter-dropdown .dropdown-menu .pubfilter select.form-control,
        .home .actions .filter-dropdown .dropdown-menu .pubfilter select.form-control,
        .catalog .actions .filter-dropdown .dropdown-menu .pubfilter select.form-control {
          margin-bottom: 0rem;
          width: 170px;
          margin: 0 auto; }
        .bookshelf .actions .filter-dropdown .dropdown-menu .pubfilter hr,
        .home .actions .filter-dropdown .dropdown-menu .pubfilter hr,
        .catalog .actions .filter-dropdown .dropdown-menu .pubfilter hr {
          margin-top: 0rem;
          margin-bottom: 0rem;
          border: 0;
          border-top: 0px solid rgba(0, 0, 0, 0.1); }
    .bookshelf .actions .search-sort-wrap,
    .home .actions .search-sort-wrap,
    .catalog .actions .search-sort-wrap {
      padding: 0 10px 0 0;
      display: inline-block;
      position: relative;
      margin-right: 10px;
      border-right: 1px solid rgba(17, 142, 200, 0.1); }
      .bookshelf .actions .search-sort-wrap .sort-dropdown,
      .home .actions .search-sort-wrap .sort-dropdown,
      .catalog .actions .search-sort-wrap .sort-dropdown {
        display: inline-block;
        vertical-align: middle;
        border-radius: 2px; }
        .bookshelf .actions .search-sort-wrap .sort-dropdown a,
        .home .actions .search-sort-wrap .sort-dropdown a,
        .catalog .actions .search-sort-wrap .sort-dropdown a {
          padding: 7px 7px 0 7px;
          border-radius: 2px;
          color: #252525;
          margin: 2px 2px 0 0; }
          .bookshelf .actions .search-sort-wrap .sort-dropdown a .material-icons,
          .home .actions .search-sort-wrap .sort-dropdown a .material-icons,
          .catalog .actions .search-sort-wrap .sort-dropdown a .material-icons {
            color: #252525; }
          .bookshelf .actions .search-sort-wrap .sort-dropdown a:hover,
          .home .actions .search-sort-wrap .sort-dropdown a:hover,
          .catalog .actions .search-sort-wrap .sort-dropdown a:hover {
            color: #009795; }
          .bookshelf .actions .search-sort-wrap .sort-dropdown a:active,
          .home .actions .search-sort-wrap .sort-dropdown a:active,
          .catalog .actions .search-sort-wrap .sort-dropdown a:active {
            background: rgba(220, 242, 252, 0.3); }
        .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
        .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
        .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
          border: 1px solid #c7c7c7;
          top: 35px;
          padding: 12px 0;
          min-width: 240px;
          border-radius: 2px;
          box-shadow: none;
          box-sizing: border-box; }
          @media (max-width: 576px) {
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
              right: -50px; } }
          @media (max-width: 360px) {
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
              right: -50px; } }
          @media (max-width: 320px) {
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
              right: -100px; } }
          .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title,
          .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title,
          .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 12px;
            border-bottom: 1px solid #d9d9d9;
            padding: 0px 24px 14px; }
          .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label,
          .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label,
          .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label {
            display: block;
            padding: 8px 0 0 30px;
            margin: 0;
            line-height: 18px;
            font-size: 12px; }
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator {
              left: 7px;
              top: 7px;
              width: 1.2rem;
              height: 1.2rem;
              background-color: #FFFFFF;
              border: 1px solid #009795;
              box-shadow: none;
              border-radius: 50%; }
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator {
              background-color: #009795;
              border: 1px solid #009795; }
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text {
              font-weight: 300; }
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover,
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover,
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover {
              background: #e9e9e9; }
            .bookshelf .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input[type=radio],
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input[type=radio],
            .catalog .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input[type=radio] {
              display: none; }
  .bookshelf .tab-content,
  .home .tab-content,
  .catalog .tab-content {
    min-height: 500px;
    position: relative;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.1), 0 12px 15px 0 rgba(0, 0, 0, 0.09); }
    .bookshelf .tab-content .nav-tabs,
    .home .tab-content .nav-tabs,
    .catalog .tab-content .nav-tabs {
      position: relative; }
      .bookshelf .tab-content .nav-tabs .nav-link,
      .home .tab-content .nav-tabs .nav-link,
      .catalog .tab-content .nav-tabs .nav-link {
        font-size: 0.8rem;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 16px; }
        @media (max-width: 1024px) {
          .bookshelf .tab-content .nav-tabs .nav-link,
          .home .tab-content .nav-tabs .nav-link,
          .catalog .tab-content .nav-tabs .nav-link {
            padding: 8px 16px; } }
        @media (max-width: 768px) {
          .bookshelf .tab-content .nav-tabs .nav-link,
          .home .tab-content .nav-tabs .nav-link,
          .catalog .tab-content .nav-tabs .nav-link {
            padding: 8px 16px; } }
    .bookshelf .tab-content .tab-pane ul.nav li.nav-item a.nav-link[href="#free"],
    .home .tab-content .tab-pane ul.nav li.nav-item a.nav-link[href="#free"],
    .catalog .tab-content .tab-pane ul.nav li.nav-item a.nav-link[href="#free"] {
      display: none; }
    .bookshelf .tab-content .tab-pane#collections .card-group .row .back-to-collection,
    .home .tab-content .tab-pane#collections .card-group .row .back-to-collection,
    .catalog .tab-content .tab-pane#collections .card-group .row .back-to-collection {
      background-color: #009795; }
      .bookshelf .tab-content .tab-pane#collections .card-group .row .back-to-collection:hover,
      .home .tab-content .tab-pane#collections .card-group .row .back-to-collection:hover,
      .catalog .tab-content .tab-pane#collections .card-group .row .back-to-collection:hover {
        background-color: #01a2a0 !important; }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
      font-weight: 300;
      display: block;
      margin-bottom: 5px;
      font-size: 22px;
      line-height: 26px;
      color: #3e3d40; }
      .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a {
        color: #3e3d40; }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 320px) and (max-width: 560px) {
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
      margin: 20px 0 0;
      bottom: 5px;
      width: 90%; }
      .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a {
        color: rgba(37, 37, 37, 0.5);
        text-align: center; }
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
          margin: 0 16px 15px 0;
          color: #FFFFFF;
          padding: .375rem 1rem;
          border-radius: 2px;
          font-size: 14px;
          font-weight: 300;
          width: 120px;
          background-color: #009795; }
          .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover {
            background-color: #01a2a0; }
          @media (max-width: 544px) {
            .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
            .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
            .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
              width: 100%; } }
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link {
          padding: 0;
          margin: 0;
          display: inline-block;
          border-right: 0;
          width: 40px;
          vertical-align: middle; }
          .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover, .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active {
            color: #009795; }
      .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group {
        display: inline-block;
        margin: 0 5px 15px 0; }
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn {
          margin: 0;
          padding: 5px;
          border-radius: 2px;
          font-weight: 300; }
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item {
          display: block;
          padding: 5px;
          width: 100%;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background: #009795;
          border: 1px solid #c7c7c7; }
      .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons {
        display: inline; }
        @media (max-width: 544px) {
          .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
          .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
          .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons {
            display: block; } }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 26px;
      color: #3e3d40;
      font-weight: 300; }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 320px) and (max-width: 560px) {
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text {
      font-size: 12px;
      color: #1e1e1e; }
      .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name,
      .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name,
      .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name {
        font-size: 13px; }
        .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name span a,
        .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name span a,
        .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.card-text.author-name span a {
          color: #000; }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.isbn,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.isbn,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.isbn {
      font-size: 13px; }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description {
      font-size: 13px;
      color: #1e1e1e;
      display: table; }
    .bookshelf .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p span.text-muted a,
    .home .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p span.text-muted a,
    .catalog .tab-content .tab-pane .title-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p span.text-muted a {
      font-size: 12px;
      font-weight: bold;
      color: #009795 !important; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
      font-weight: 300;
      display: block;
      margin-bottom: 5px;
      font-size: 22px;
      line-height: 26px;
      color: #3e3d40; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a {
        color: #3e3d40; }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 320px) and (max-width: 560px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
      margin: 20px 0 0;
      bottom: 5px;
      width: 100%; }
      @media (max-width: 414px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 85%; } }
      @media (max-width: 375px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 96%; } }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 106%; } }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a {
        color: rgba(37, 37, 37, 0.5);
        text-align: center; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
          margin: 0 16px 15px 0;
          color: #FFFFFF;
          padding: .375rem 1rem;
          border-radius: 2px;
          font-size: 14px;
          font-weight: 300;
          width: 120px;
          background-color: #009795; }
          .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover {
            background-color: #01a2a0; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link {
          padding: 0;
          margin: 0;
          display: inline-block;
          border-right: 0;
          width: 40px;
          vertical-align: middle; }
          .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover, .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active {
            color: #009795; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2 {
          margin-bottom: 5px;
          font-size: 20px;
          line-height: 26px;
          color: #252525;
          font-weight: 300; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group {
        display: inline-block;
        margin: 0 5px 15px 0; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn {
          margin: 0;
          padding: 5px;
          border-radius: 2px;
          font-weight: 300; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item {
          display: block;
          padding: 5px;
          width: 100%;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background: #009795;
          border: 1px solid #c7c7c7; }
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn {
          font-size: 14px;
          font-weight: 300;
          width: 140px;
          margin-left: 5px !important;
          background-color: #009795 !important; }
          .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover,
          .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover,
          .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover {
            background-color: #01a2a0; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons {
        display: inline; }
    @media (max-width: 544px) {
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .card-block .action-items,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .card-block .action-items,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .card-block .action-items {
        position: relative; } }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook {
      min-height: 700px;
      max-height: 700px; }
      @media (max-width: 375px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook {
          max-height: 720px; } }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
        .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook,
        .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook {
          max-height: 780px;
          min-height: 470px; } }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.card-text,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.card-text,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.card-text {
        height: 87px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.author-name,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.author-name,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.author-name {
        height: 45px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.isbn,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.isbn,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.isbn {
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.description,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.description,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card.ebook p.description {
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2 {
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 26px;
      color: #252525;
      font-weight: 300; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
      display: block; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons {
      width: 23%; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey {
      font-weight: 600; }
    .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
    .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
    .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a {
      width: 23%; }
      .bookshelf .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
      .home .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
      .catalog .tab-content .tab-pane .stack-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
        display: block; }
    @media (max-width: 768px) {
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card {
        max-height: 780px; } }
    @media (max-width: 320px) {
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card {
        max-height: 780px; } }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
      font-weight: 300;
      display: block;
      margin-bottom: 5px;
      font-size: 22px;
      line-height: 26px;
      color: #3e3d40; }
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title a {
        color: #3e3d40; }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
      @media (min-width: 320px) and (max-width: 560px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card h4.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
      margin: 20px 0 0;
      bottom: 5px;
      width: 50%;
      display: table; }
      @media (max-width: 414px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 85%; } }
      @media (max-width: 375px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 96%; } }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items {
          width: 105%; } }
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a {
        color: rgba(37, 37, 37, 0.5);
        text-align: center; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
          margin: 0 16px 15px 0;
          color: #FFFFFF;
          padding: .375rem 1rem;
          border-radius: 2px;
          font-size: 14px;
          font-weight: 300;
          width: 120px;
          background-color: #009795; }
          .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover,
          .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn:hover {
            background-color: #555555; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link {
          padding: 0;
          margin: 0;
          display: inline-block;
          border-right: 0;
          width: 40px;
          vertical-align: middle; }
          .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover, .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active,
          .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link:hover,
          .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.icon-link.active {
            color: #009795; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a h2 {
          margin-bottom: 5px;
          font-size: 20px;
          line-height: 26px;
          color: #252525;
          font-weight: 300; }
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group {
        display: inline-block;
        margin: 0 5px 15px 0; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group.btn {
          margin: 0;
          padding: 5px;
          border-radius: 2px;
          font-weight: 300; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group .dropdown-menu a.dropdown-item {
          display: block;
          padding: 5px;
          width: 100%;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background: #009795;
          border: 1px solid #c7c7c7; }
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn {
          font-size: 14px;
          font-weight: 300;
          width: 140px;
          margin-left: 5px !important;
          background-color: #009795 !important; }
          .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover,
          .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover,
          .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .btn-group button.btn:hover {
            background-color: #01a2a0; }
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items .action-icons {
        display: inline-block; }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 26px;
      color: #3e3d40;
      font-weight: 300; }
      @media (max-width: 320px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
      @media (min-width: 320px) and (max-width: 560px) {
        .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title,
        .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card a h2.card-title {
          font-size: 17px;
          line-height: 24px;
          height: 100px; } }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card p.description {
      height: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 20px; }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .grey {
      font-weight: 600; }
    .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
    .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a,
    .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a {
      width: 23%; }
      .bookshelf .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
      .home .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn,
      .catalog .tab-content .tab-pane .list-view #recentReadBooks .recentReadBooks .earlier-this-week-wrapper .card-group .card .action-items a.btn {
        display: block; }
    .bookshelf .tab-content .tab-pane .card-group .card .cover-img a.read-sample,
    .home .tab-content .tab-pane .card-group .card .cover-img a.read-sample,
    .catalog .tab-content .tab-pane .card-group .card .cover-img a.read-sample {
      width: 100%;
      color: #efefef;
      bottom: 0px;
      display: block;
      padding: 7px 0px;
      background: #4cAe4c;
      text-align: center;
      position: absolute;
      border-radius: 2px;
      font-weight: 300; }
      .bookshelf .tab-content .tab-pane .card-group .card .cover-img a.read-sample:hover,
      .home .tab-content .tab-pane .card-group .card .cover-img a.read-sample:hover,
      .catalog .tab-content .tab-pane .card-group .card .cover-img a.read-sample:hover {
        background: #038238;
        transition: .45s; }
    .bookshelf .tab-content .create-bookshelf,
    .home .tab-content .create-bookshelf,
    .catalog .tab-content .create-bookshelf {
      margin: 4px 0px;
      padding: 0; }
      .bookshelf .tab-content .create-bookshelf .input,
      .home .tab-content .create-bookshelf .input,
      .catalog .tab-content .create-bookshelf .input {
        padding-right: 20px;
        padding-right: 21px \9;
        padding-left: 5px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin: 0 0 0 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: width 0.2s ease-in-out;
        -moz-transition: width 0.2s ease-in-out;
        -o-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;
        width: 0px;
        height: 1.6rem;
        vertical-align: top;
        border: 1px solid #eeffff;
        background: #fff; }
      .bookshelf .tab-content .create-bookshelf button,
      .home .tab-content .create-bookshelf button,
      .catalog .tab-content .create-bookshelf button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 4px 5px 0;
        position: relative;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-left: -31px;
        background: #009795; }
        .bookshelf .tab-content .create-bookshelf button .material-icons,
        .home .tab-content .create-bookshelf button .material-icons,
        .catalog .tab-content .create-bookshelf button .material-icons {
          font-size: 1.2rem;
          color: #fff; }
      .bookshelf .tab-content .create-bookshelf .input:focus + button,
      .home .tab-content .create-bookshelf .input:focus + button,
      .catalog .tab-content .create-bookshelf .input:focus + button {
        z-index: 3;
        color: #009795; }
      .bookshelf .tab-content .create-bookshelf .input:focus,
      .home .tab-content .create-bookshelf .input:focus,
      .catalog .tab-content .create-bookshelf .input:focus {
        width: 250px;
        box-shadow: none;
        border: 1px solid #eeffff; }
        @media (max-width: 414px) {
          .bookshelf .tab-content .create-bookshelf .input:focus,
          .home .tab-content .create-bookshelf .input:focus,
          .catalog .tab-content .create-bookshelf .input:focus {
            width: 180px; } }
        @media (max-width: 375px) {
          .bookshelf .tab-content .create-bookshelf .input:focus,
          .home .tab-content .create-bookshelf .input:focus,
          .catalog .tab-content .create-bookshelf .input:focus {
            width: 150px; } }
        @media (max-width: 320px) {
          .bookshelf .tab-content .create-bookshelf .input:focus,
          .home .tab-content .create-bookshelf .input:focus,
          .catalog .tab-content .create-bookshelf .input:focus {
            width: 100px; } }
    .bookshelf .tab-content .toolbar-wrapper,
    .home .tab-content .toolbar-wrapper,
    .catalog .tab-content .toolbar-wrapper {
      background: #f1f1f1; }
      .bookshelf .tab-content .toolbar-wrapper .tab-title,
      .home .tab-content .toolbar-wrapper .tab-title,
      .catalog .tab-content .toolbar-wrapper .tab-title {
        color: #cafffe;
        float: left;
        margin: 0.5rem;
        font-size: 13px; }
        .bookshelf .tab-content .toolbar-wrapper .tab-title .title,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .category,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .collection,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected,
        .home .tab-content .toolbar-wrapper .tab-title .title,
        .home .tab-content .toolbar-wrapper .tab-title .category,
        .home .tab-content .toolbar-wrapper .tab-title .shelf,
        .home .tab-content .toolbar-wrapper .tab-title .collection,
        .home .tab-content .toolbar-wrapper .tab-title .searchselected,
        .catalog .tab-content .toolbar-wrapper .tab-title .title,
        .catalog .tab-content .toolbar-wrapper .tab-title .category,
        .catalog .tab-content .toolbar-wrapper .tab-title .shelf,
        .catalog .tab-content .toolbar-wrapper .tab-title .collection,
        .catalog .tab-content .toolbar-wrapper .tab-title .searchselected {
          padding: 2px 2px 0px 5px;
          line-height: 15px; }
        .bookshelf .tab-content .toolbar-wrapper .tab-title .category,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected,
        .home .tab-content .toolbar-wrapper .tab-title .category,
        .home .tab-content .toolbar-wrapper .tab-title .searchselected,
        .catalog .tab-content .toolbar-wrapper .tab-title .category,
        .catalog .tab-content .toolbar-wrapper .tab-title .searchselected {
          color: #009795;
          background: #fff;
          border-radius: 2px;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          display: none; }
          .bookshelf .tab-content .toolbar-wrapper .tab-title .category a.close-selected,
          .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected,
          .home .tab-content .toolbar-wrapper .tab-title .category a.close-selected,
          .home .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected,
          .catalog .tab-content .toolbar-wrapper .tab-title .category a.close-selected,
          .catalog .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected {
            font-weight: normal;
            padding: 0px 5px 2px;
            color: #fff;
            display: inline-block;
            margin: 0 0 2px 5px;
            border-radius: 2px;
            background: #009795; }
            .bookshelf .tab-content .toolbar-wrapper .tab-title .category a.close-selected:hover,
            .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected:hover,
            .home .tab-content .toolbar-wrapper .tab-title .category a.close-selected:hover,
            .home .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected:hover,
            .catalog .tab-content .toolbar-wrapper .tab-title .category a.close-selected:hover,
            .catalog .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected:hover {
              background: #009795; }
        .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf,
        .home .tab-content .toolbar-wrapper .tab-title .shelf,
        .catalog .tab-content .toolbar-wrapper .tab-title .shelf {
          color: black !important;
          background: #fff;
          border-radius: 2px;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          display: inline-block; }
          .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected,
          .home .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected,
          .catalog .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected {
            font-weight: normal;
            padding: 0px 5px 2px;
            color: #fff;
            display: inline-block;
            margin: 0 0 2px 5px;
            border-radius: 2px;
            background: #009795; }
            .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected:hover,
            .home .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected:hover,
            .catalog .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected:hover {
              background: #009795; }
        .bookshelf .tab-content .toolbar-wrapper .tab-title .collection,
        .bookshelf .tab-content .toolbar-wrapper .tab-title .journal-title,
        .home .tab-content .toolbar-wrapper .tab-title .collection,
        .home .tab-content .toolbar-wrapper .tab-title .journal-title,
        .catalog .tab-content .toolbar-wrapper .tab-title .collection,
        .catalog .tab-content .toolbar-wrapper .tab-title .journal-title {
          color: #00b1ae;
          font-weight: 300; }
      @media (max-width: 480px) {
        .bookshelf .tab-content .toolbar-wrapper .actions,
        .home .tab-content .toolbar-wrapper .actions,
        .catalog .tab-content .toolbar-wrapper .actions {
          float: none; } }
      .bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap,
      .home .tab-content .toolbar-wrapper .actions .category-select-wrap,
      .catalog .tab-content .toolbar-wrapper .actions .category-select-wrap {
        padding: 0.4rem 0 0.4rem 0.4rem;
        float: left;
        position: relative; }
        @media (max-width: 480px) {
          .bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap,
          .home .tab-content .toolbar-wrapper .actions .category-select-wrap,
          .catalog .tab-content .toolbar-wrapper .actions .category-select-wrap {
            width: 100%;
            padding: 0; }
            .bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap .select2-container,
            .home .tab-content .toolbar-wrapper .actions .category-select-wrap .select2-container,
            .catalog .tab-content .toolbar-wrapper .actions .category-select-wrap .select2-container {
              min-width: 95%;
              margin: 2.5%; } }
      .bookshelf .tab-content .toolbar-wrapper .actions .shelf-select-wrap,
      .home .tab-content .toolbar-wrapper .actions .shelf-select-wrap,
      .catalog .tab-content .toolbar-wrapper .actions .shelf-select-wrap {
        padding: 0.4rem 0;
        position: relative;
        float: left; }
        .bookshelf .tab-content .toolbar-wrapper .actions .shelf-select-wrap select#shelf-select,
        .home .tab-content .toolbar-wrapper .actions .shelf-select-wrap select#shelf-select,
        .catalog .tab-content .toolbar-wrapper .actions .shelf-select-wrap select#shelf-select {
          height: 30px;
          padding: 0;
          width: 150px;
          float: right; }
        @media (max-width: 768px) {
          .bookshelf .tab-content .toolbar-wrapper .actions .shelf-select-wrap,
          .home .tab-content .toolbar-wrapper .actions .shelf-select-wrap,
          .catalog .tab-content .toolbar-wrapper .actions .shelf-select-wrap {
            margin-left: 7px; } }
      .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap,
      .home .tab-content .toolbar-wrapper .actions .search-sort-wrap,
      .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        border-right: 1px solid #009795; }
        .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown,
        .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown,
        .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown {
          display: inline-block;
          vertical-align: middle;
          border-radius: 2px; }
          .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a,
          .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a,
          .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a {
            padding: 7px 7px 0 7px;
            border-radius: 2px;
            color: #252525;
            margin: 2px 2px 0 0; }
            .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a .material-icons,
            .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a .material-icons,
            .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a .material-icons {
              color: #252525; }
            .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:hover,
            .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:hover,
            .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:hover {
              color: #009795; }
            .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:active,
            .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:active,
            .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown a:active {
              background: rgba(220, 242, 252, 0.3); }
          .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
          .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
          .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
            border: 1px solid #c7c7c7;
            top: 35px;
            padding: 12px 0;
            min-width: 240px;
            border-radius: 2px;
            box-shadow: none;
            box-sizing: border-box; }
            @media (max-width: 576px) {
              .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
              .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu,
              .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
                right: -10px; } }
            .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title,
            .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title,
            .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title {
              font-size: 14px;
              font-weight: normal;
              padding-bottom: 12px;
              border-bottom: 1px solid #d9d9d9;
              padding: 0px 24px 14px; }
            .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label,
            .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label,
            .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label {
              display: block;
              padding: 8px 0 0 30px;
              margin: 0;
              line-height: 18px;
              font-size: 12px; }
              .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator,
              .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator,
              .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator {
                left: 7px;
                top: 7px;
                width: 1.2rem;
                height: 1.2rem;
                background-color: #FFFFFF;
                border: 1px solid #009795;
                box-shadow: none;
                border-radius: 50%; }
              .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator,
              .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator,
              .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator {
                background-color: #009795;
                border: 1px solid #009795; }
              .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text,
              .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text,
              .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text {
                font-weight: 300; }
              .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover,
              .home .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover,
              .catalog .tab-content .toolbar-wrapper .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover {
                background: #e9e9e9; }
      .bookshelf .tab-content .toolbar-wrapper .actions a,
      .home .tab-content .toolbar-wrapper .actions a,
      .catalog .tab-content .toolbar-wrapper .actions a {
        margin: 0px; }
      .bookshelf .tab-content .toolbar-wrapper .actions .btn-group,
      .home .tab-content .toolbar-wrapper .actions .btn-group,
      .catalog .tab-content .toolbar-wrapper .actions .btn-group {
        margin: 7px 5px; }
        .bookshelf .tab-content .toolbar-wrapper .actions .btn-group label,
        .home .tab-content .toolbar-wrapper .actions .btn-group label,
        .catalog .tab-content .toolbar-wrapper .actions .btn-group label {
          margin-right: 10px;
          border-radius: 2px; }
          .bookshelf .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary,
          .home .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary,
          .catalog .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary {
            background-color: #009795 !important;
            border-radius: 2px; }
            .bookshelf .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:hover,
            .home .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:hover,
            .catalog .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:hover {
              background-color: #01a2a0 !important;
              color: #fff; }
            .bookshelf .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active,
            .home .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active,
            .catalog .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active {
              background-color: #01a2a0; }
              .bookshelf .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active:hover,
              .home .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active:hover,
              .catalog .tab-content .toolbar-wrapper .actions .btn-group label.btn-secondary:active:hover {
                background-color: #01a2a0; }
      .bookshelf .tab-content .toolbar-wrapper .btn,
      .home .tab-content .toolbar-wrapper .btn,
      .catalog .tab-content .toolbar-wrapper .btn {
        line-height: 1.6rem; }
      .bookshelf .tab-content .toolbar-wrapper .share-shelf,
      .home .tab-content .toolbar-wrapper .share-shelf,
      .catalog .tab-content .toolbar-wrapper .share-shelf {
        vertical-align: middle;
        font-weight: normal;
        padding: 0px 3px 2px;
        color: #FFFFFF;
        display: inline-block;
        margin: 0px 0px 0 3px;
        border-radius: 2px;
        background: #009795; }
        .bookshelf .tab-content .toolbar-wrapper .share-shelf:hover,
        .home .tab-content .toolbar-wrapper .share-shelf:hover,
        .catalog .tab-content .toolbar-wrapper .share-shelf:hover {
          background: #009795; }
        .bookshelf .tab-content .toolbar-wrapper .share-shelf .material-icons,
        .home .tab-content .toolbar-wrapper .share-shelf .material-icons,
        .catalog .tab-content .toolbar-wrapper .share-shelf .material-icons {
          font-size: 0.8rem;
          vertical-align: middle;
          font-weight: normal; }
    .bookshelf .tab-content.stack-view .card-group .card,
    .home .tab-content.stack-view .card-group .card,
    .catalog .tab-content.stack-view .card-group .card {
      box-shadow: none;
      width: 25%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2em 1.5em 1em;
      margin: 0;
      float: left;
      max-height: 500px;
      min-height: 490px;
      position: relative;
      overflow: visible; }
      @media (max-width: 1024px) {
        .bookshelf .tab-content.stack-view .card-group .card,
        .home .tab-content.stack-view .card-group .card,
        .catalog .tab-content.stack-view .card-group .card {
          padding: 1.5em; } }
      @media (max-width: 768px) {
        .bookshelf .tab-content.stack-view .card-group .card,
        .home .tab-content.stack-view .card-group .card,
        .catalog .tab-content.stack-view .card-group .card {
          width: 50%; } }
      @media (max-width: 480px) {
        .bookshelf .tab-content.stack-view .card-group .card,
        .home .tab-content.stack-view .card-group .card,
        .catalog .tab-content.stack-view .card-group .card {
          width: 100%; } }
      .bookshelf .tab-content.stack-view .card-group .card .cover-img,
      .home .tab-content.stack-view .card-group .card .cover-img,
      .catalog .tab-content.stack-view .card-group .card .cover-img {
        position: relative;
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center;
        height: 220px;
        border: 1px solid #d9d9d9; }
        .bookshelf .tab-content.stack-view .card-group .card .cover-img:hover,
        .home .tab-content.stack-view .card-group .card .cover-img:hover,
        .catalog .tab-content.stack-view .card-group .card .cover-img:hover {
          transition: box-shadow .45s;
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
        .bookshelf .tab-content.stack-view .card-group .card .cover-img img,
        .home .tab-content.stack-view .card-group .card .cover-img img,
        .catalog .tab-content.stack-view .card-group .card .cover-img img {
          display: inline-block;
          max-width: 100%;
          height: auto;
          max-height: 220px;
          padding: .25rem;
          line-height: 1.5;
          border: 1px solid rgba(62, 61, 64, 0.1);
          border-radius: .25rem;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .bookshelf .tab-content.stack-view .card-group .card .card-block,
      .home .tab-content.stack-view .card-group .card .card-block,
      .catalog .tab-content.stack-view .card-group .card .card-block {
        padding: 0; }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .content-type,
        .home .tab-content.stack-view .card-group .card .card-block .content-type,
        .catalog .tab-content.stack-view .card-group .card .card-block .content-type {
          display: none; }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .card-title,
        .home .tab-content.stack-view .card-group .card .card-block .card-title,
        .catalog .tab-content.stack-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 43.2px;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          font-size: 17px;
          line-height: 20px;
          height: auto;
          margin-bottom: 10px;
          color: #3e3d40; }
          .bookshelf .tab-content.stack-view .card-group .card .card-block .card-title a,
          .home .tab-content.stack-view .card-group .card .card-block .card-title a,
          .catalog .tab-content.stack-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .card-title a:hover,
            .home .tab-content.stack-view .card-group .card .card-block .card-title a:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (min-width: 320px) and (max-width: 480px) {
            .bookshelf .tab-content.stack-view .card-group .card .card-block .card-title,
            .home .tab-content.stack-view .card-group .card .card-block .card-title,
            .catalog .tab-content.stack-view .card-group .card .card-block .card-title {
              font-size: 17px;
              line-height: 22px;
              height: 100px;
              overflow: hidden; } }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .sub-title,
        .home .tab-content.stack-view .card-group .card .card-block .sub-title,
        .catalog .tab-content.stack-view .card-group .card .card-block .sub-title {
          font-size: 16px; }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .description,
        .home .tab-content.stack-view .card-group .card .card-block .description,
        .catalog .tab-content.stack-view .card-group .card .card-block .description {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 14px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          /* display: none; */
         }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .abstract,
        .home .tab-content.stack-view .card-group .card .card-block .abstract,
        .catalog .tab-content.stack-view .card-group .card .card-block .abstract {
          display: none; }
        .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items,
        .home .tab-content.stack-view .card-group .card .card-block .action-items,
        .catalog .tab-content.stack-view .card-group .card .card-block .action-items {
          bottom: 0px;
          width: 100%; }
          @media (max-width: 360px) {
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items,
            .home .tab-content.stack-view .card-group .card .card-block .action-items,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items {
              bottom: -20px;
              margin-bottom: 30px; } }
          .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
          .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
          .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
          .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
          .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
          .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
            margin: 0 5px 15px 0;
            min-width: 122px;
            color: #FFFFFF;
            padding: .375rem !important;
            border-radius: 2px;
            font-size: 14px;
            font-weight: 300;
            background-color: #009795 !important; }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover,
            .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover {
              background-color: #01a2a0; }
            @media (max-width: 1200px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                min-width: 80px;
                font-size: 0.8rem; } }
            @media (max-width: 768px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                min-width: 100px; } }
            @media (max-width: 480px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                width: 100%; } }
            @media (max-width: 480px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                width: 40%; } }
            @media (max-width: 544px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                font-size: 14px; } }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover,
            .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a,
          .home .tab-content.stack-view .card-group .card .card-block .action-items a,
          .catalog .tab-content.stack-view .card-group .card .card-block .action-items a {
            color: rgba(37, 37, 37, 0.5);
            padding: 0px;
            text-align: center; }
            @media (max-width: 1024px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a {
                width: 22%; } }
            @media (min-width: 320px) and (max-width: 480px) {
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a {
                margin-right: 15px; } }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a .material-icons,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a .material-icons,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a .material-icons {
              vertical-align: middle; }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a:hover, .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.active,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a:hover,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a.active,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a:hover,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.active {
              color: #555555; }
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link,
            .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              width: 23%;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link:hover, .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link.active,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link:hover,
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link.active,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link:hover,
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
          @media (max-width: 480px) {
            .bookshelf .tab-content.stack-view .card-group .card .card-block .action-items button.btn-primary,
            .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn-primary,
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn-primary {
              width: 100%;
              font-size: 14px; } }
        .bookshelf .tab-content.stack-view .card-group .card .card-block p,
        .home .tab-content.stack-view .card-group .card .card-block p,
        .catalog .tab-content.stack-view .card-group .card .card-block p {
          font-size: 13px; }
          .bookshelf .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted,
          .home .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted,
          .catalog .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted {
            color: #1e1e1e;
            font-size: 13px;
            font-weight: normal; }
            .bookshelf .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted a,
            .home .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted a,
            .catalog .tab-content.stack-view .card-group .card .card-block p.card-text span.text-muted a {
              color: #009795; }
      .bookshelf .tab-content.stack-view .card-group .card.ebook,
      .home .tab-content.stack-view .card-group .card.ebook,
      .catalog .tab-content.stack-view .card-group .card.ebook {
        min-height: 530px;
        max-height: 730px;
       }
        .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .author-name a,
        .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .isbn a,
        .home .tab-content.stack-view .card-group .card.ebook .card-block .author-name a,
        .home .tab-content.stack-view .card-group .card.ebook .card-block .isbn a,
        .catalog .tab-content.stack-view .card-group .card.ebook .card-block .author-name a,
        .catalog .tab-content.stack-view .card-group .card.ebook .card-block .isbn a {
          font-size: 0.8rem;
          color: #3e3d40; }
          .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .author-name a:hover,
          .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .isbn a:hover,
          .home .tab-content.stack-view .card-group .card.ebook .card-block .author-name a:hover,
          .home .tab-content.stack-view .card-group .card.ebook .card-block .isbn a:hover,
          .catalog .tab-content.stack-view .card-group .card.ebook .card-block .author-name a:hover,
          .catalog .tab-content.stack-view .card-group .card.ebook .card-block .isbn a:hover {
            color: #009795; }
        .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .card-text.isbn,
        .home .tab-content.stack-view .card-group .card.ebook .card-block .card-text.isbn,
        .catalog .tab-content.stack-view .card-group .card.ebook .card-block .card-text.isbn {
          display: none; }
        .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group,
        .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group,
        .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group {
          display: inline-block;
          margin: 0 5px 15px 0; }
          .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group:last-child,
          .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group:last-child,
          .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group:last-child {
            margin-right: 0; }
          .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .btn,
          .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .btn,
          .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .btn {
            margin: 0;
            padding: 5px; }
          .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu,
          .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu,
          .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu {
            margin: 0; }
            .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
            .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
            .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item {
              display: block;
              padding: 5px;
              width: 100%;
              text-align: center;
              font-size: 14px;
              color: #fff;
              background: #009795;
              border: 1px solid #c7c7c7; }
              .bookshelf .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
              .home .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
              .catalog .tab-content.stack-view .card-group .card.ebook .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover {
                color: #fff; }
    .bookshelf .tab-content.stack-view .card-group.collections .card.ebook,
    .home .tab-content.stack-view .card-group.collections .card.ebook,
    .catalog .tab-content.stack-view .card-group.collections .card.ebook {
      min-height: 380px;
      max-height: 400px; }
    .bookshelf .tab-content.stack-view .card-group.view-collections,
    .home .tab-content.stack-view .card-group.view-collections,
    .catalog .tab-content.stack-view .card-group.view-collections {
      display: none; }
      .bookshelf .tab-content.stack-view .card-group.view-collections .back-to-collection .material-icons,
      .home .tab-content.stack-view .card-group.view-collections .back-to-collection .material-icons,
      .catalog .tab-content.stack-view .card-group.view-collections .back-to-collection .material-icons {
        vertical-align: middle; }
    .bookshelf .tab-content.stack-view #scorm .card-group .card.ebook,
    .bookshelf .tab-content.stack-view #allScorm .card-group .card.ebook,
    .home .tab-content.stack-view #scorm .card-group .card.ebook,
    .home .tab-content.stack-view #allScorm .card-group .card.ebook,
    .catalog .tab-content.stack-view #scorm .card-group .card.ebook,
    .catalog .tab-content.stack-view #allScorm .card-group .card.ebook {
      min-height: 385px;
      max-height: 385px; }
    .bookshelf .tab-content.stack-view #alltaballBooks .card-group .card.ebook,
    .home .tab-content.stack-view #alltaballBooks .card-group .card.ebook,
    .catalog .tab-content.stack-view #alltaballBooks .card-group .card.ebook {
      min-height: 540px;
      max-height: 710px; }
      .bookshelf .tab-content.stack-view #alltaballBooks .card-group .card.ebook .card-block .content-type,
      .home .tab-content.stack-view #alltaballBooks .card-group .card.ebook .card-block .content-type,
      .catalog .tab-content.stack-view #alltaballBooks .card-group .card.ebook .card-block .content-type {
        font-size: 0.9rem;
        color: rgba(62, 61, 64, 0.4);
        display: block; }
    .bookshelf .tab-content.stack-view #recentActivity .card-group .card.ebook,
    .bookshelf .tab-content.stack-view #sharedWithMe .card-group .card.ebook,
    .bookshelf .tab-content.stack-view #journalRecentActivity .card-group .card.ebook,
    .home .tab-content.stack-view #recentActivity .card-group .card.ebook,
    .home .tab-content.stack-view #sharedWithMe .card-group .card.ebook,
    .home .tab-content.stack-view #journalRecentActivity .card-group .card.ebook,
    .catalog .tab-content.stack-view #recentActivity .card-group .card.ebook,
    .catalog .tab-content.stack-view #sharedWithMe .card-group .card.ebook,
    .catalog .tab-content.stack-view #journalRecentActivity .card-group .card.ebook {
      min-height: 580px;
      max-height: 600px; }
    .bookshelf .tab-content.list-view .card-group .card,
    .home .tab-content.list-view .card-group .card,
    .catalog .tab-content.list-view .card-group .card {
      box-shadow: none;
      width: 50%;
      border: 0;
      border-right: 1px solid #e8e8e8; 
      border-bottom: 1px solid #e8e8e8;
      padding: 2em 2em 2em 1.5em;
      margin: 0;
      float: left;
      min-height: 400px;
      max-height: 450px; }
      @media (max-width: 1024px) {
        .bookshelf .tab-content.list-view .card-group .card,
        .home .tab-content.list-view .card-group .card,
        .catalog .tab-content.list-view .card-group .card {
          padding: 1em; } }
      @media (max-width: 768px) {
        .bookshelf .tab-content.list-view .card-group .card,
        .home .tab-content.list-view .card-group .card,
        .catalog .tab-content.list-view .card-group .card {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .bookshelf .tab-content.list-view .card-group .card,
        .home .tab-content.list-view .card-group .card,
        .catalog .tab-content.list-view .card-group .card {
          max-height: 700px; } }
      .bookshelf .tab-content.list-view .card-group .card .cover-img,
      .home .tab-content.list-view .card-group .card .cover-img,
      .catalog .tab-content.list-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin-right: 1.5em; }
        @media (max-width: 375px) {
          .bookshelf .tab-content.list-view .card-group .card .cover-img,
          .home .tab-content.list-view .card-group .card .cover-img,
          .catalog .tab-content.list-view .card-group .card .cover-img {
            margin-bottom: 10px; } }
        .bookshelf .tab-content.list-view .card-group .card .cover-img img,
        .home .tab-content.list-view .card-group .card .cover-img img,
        .catalog .tab-content.list-view .card-group .card .cover-img img {
          display: inline-block;
          max-width: 100%;
          height: auto;
          max-height: 220px;
          padding: .25rem;
          line-height: 1.5;
          border: 1px solid rgba(62, 61, 64, 0.1);
          border-radius: .25rem;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        @media (min-width: 320px) and (max-width: 480px) {
          .bookshelf .tab-content.list-view .card-group .card .cover-img,
          .home .tab-content.list-view .card-group .card .cover-img,
          .catalog .tab-content.list-view .card-group .card .cover-img {
            float: none; } }
      .bookshelf .tab-content.list-view .card-group .card .card-block,
      .home .tab-content.list-view .card-group .card .card-block,
      .catalog .tab-content.list-view .card-group .card .card-block {
        padding: 0;
        display: table; }
        .bookshelf .tab-content.list-view .card-group .card .card-block .content-type,
        .home .tab-content.list-view .card-group .card .card-block .content-type,
        .catalog .tab-content.list-view .card-group .card .card-block .content-type {
          display: none !important; }
        .bookshelf .tab-content.list-view .card-group .card .card-block .card-title,
        .home .tab-content.list-view .card-group .card .card-block .card-title,
        .catalog .tab-content.list-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0 0 5px 0;
          font-size: 17px;
          line-height: 20px;
          height: auto;
          margin-bottom: 10px;
          color: #3e3d40; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .card-title a,
          .home .tab-content.list-view .card-group .card .card-block .card-title a,
          .catalog .tab-content.list-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .card-title a:hover,
            .home .tab-content.list-view .card-group .card .card-block .card-title a:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (min-width: 414px) and (max-width: 480px) {
            .bookshelf .tab-content.list-view .card-group .card .card-block .card-title,
            .home .tab-content.list-view .card-group .card .card-block .card-title,
            .catalog .tab-content.list-view .card-group .card .card-block .card-title {
              margin-top: 15px;
              font-size: 17px;
              height: 100px; } }
          @media (max-width: 320px) {
            .bookshelf .tab-content.list-view .card-group .card .card-block .card-title,
            .home .tab-content.list-view .card-group .card .card-block .card-title,
            .catalog .tab-content.list-view .card-group .card .card-block .card-title {
              font-size: 17px;
              line-height: 24px;
              height: 100px; } }
        .bookshelf .tab-content.list-view .card-group .card .card-block .sub-title,
        .home .tab-content.list-view .card-group .card .card-block .sub-title,
        .catalog .tab-content.list-view .card-group .card .card-block .sub-title {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 15.4px;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 16px;
          line-height: 18px; }
        .bookshelf .tab-content.list-view .card-group .card .card-block .description,
        .home .tab-content.list-view .card-group .card .card-block .description,
        .catalog .tab-content.list-view .card-group .card .card-block .description {
          display: -webkit-box;
          height: 58px;
          font-size: 14px;
          line-height: 19px;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 300; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .description span.text-muted,
          .home .tab-content.list-view .card-group .card .card-block .description span.text-muted,
          .catalog .tab-content.list-view .card-group .card .card-block .description span.text-muted {
            color: #1e1e1e;
            font-size: 13px;
            font-weight: normal; }
        .bookshelf .tab-content.list-view .card-group .card .card-block .abstract p,
        .home .tab-content.list-view .card-group .card .card-block .abstract p,
        .catalog .tab-content.list-view .card-group .card .card-block .abstract p {
          font-size: 0.9rem !important;
          font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
          color: rgba(53, 60, 63, 0.6);
          display: -webkit-box;
          height: 36px;
          line-height: 18px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 7px 0px; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .abstract p .abstract-text,
          .home .tab-content.list-view .card-group .card .card-block .abstract p .abstract-text,
          .catalog .tab-content.list-view .card-group .card .card-block .abstract p .abstract-text {
            color: #3e3d40;
            font-size: 14px; }
        .bookshelf .tab-content.list-view .card-group .card .card-block .action-items,
        .home .tab-content.list-view .card-group .card .card-block .action-items,
        .catalog .tab-content.list-view .card-group .card .card-block .action-items {
          margin: 30px 0 0;
          float: left; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .clearfix,
          .home .tab-content.list-view .card-group .card .card-block .action-items .clearfix,
          .catalog .tab-content.list-view .card-group .card .card-block .action-items .clearfix {
            height: 1px; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .action-items button.btn,
          .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.btn,
          .home .tab-content.list-view .card-group .card .card-block .action-items button.btn,
          .home .tab-content.list-view .card-group .card .card-block .action-items a.btn,
          .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn,
          .catalog .tab-content.list-view .card-group .card .card-block .action-items a.btn {
            margin: 0 5px 15px 0;
            color: #FFFFFF;
            padding: .375rem 1rem;
            border-radius: 2px;
            font-size: 14px;
            font-weight: 300;
            background-color: #009795 !important; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover,
            .home .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .home .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover {
              background-color: #01a2a0 !important; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items button.btn:last-child,
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.btn:last-child,
            .home .tab-content.list-view .card-group .card .card-block .action-items button.btn:last-child,
            .home .tab-content.list-view .card-group .card .card-block .action-items a.btn:last-child,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn:last-child,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.btn:last-child {
              clear: right; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover,
            .home .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .home .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a,
          .home .tab-content.list-view .card-group .card .card-block .action-items a,
          .catalog .tab-content.list-view .card-group .card .card-block .action-items a {
            color: rgba(37, 37, 37, 0.5);
            padding: 0px;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a:hover, .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.active,
            .home .tab-content.list-view .card-group .card .card-block .action-items a:hover,
            .home .tab-content.list-view .card-group .card .card-block .action-items a.active,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a:hover,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.active {
              color: #555555; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.icon-link,
            .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              width: 40px;
              vertical-align: middle; }
              .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.icon-link:hover, .bookshelf .tab-content.list-view .card-group .card .card-block .action-items a.icon-link.active,
              .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link:hover,
              .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link.active,
              .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link:hover,
              .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
          .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group,
          .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group,
          .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group {
            display: inline-block;
            margin: 0 5px 15px 0; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group:last-child,
            .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group:last-child,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group:last-child {
              margin-right: 0;
              margin-left: 16px; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group .btn,
            .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group .btn,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group .btn {
              margin: 0;
              padding: 5px; }
            .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu,
            .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu,
            .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu {
              margin: 0; }
              .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
              .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
              .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item {
                display: block;
                padding: 5px;
                width: 100%;
                text-align: center;
                font-size: 14px;
                color: #fff;
                background: #009795;
                border: 1px solid #c7c7c7; }
                .bookshelf .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
                .home .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
                .catalog .tab-content.list-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover {
                  color: #fff; }
        .bookshelf .tab-content.list-view .card-group .card .card-block p,
        .home .tab-content.list-view .card-group .card .card-block p,
        .catalog .tab-content.list-view .card-group .card .card-block p {
          font-size: 13px; }
          .bookshelf .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted,
          .home .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted,
          .catalog .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted {
            color: #1e1e1e;
            font-size: 13px;
            font-weight: normal; }
            .bookshelf .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted a,
            .home .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted a,
            .catalog .tab-content.list-view .card-group .card .card-block p.card-text span.text-muted a {
              color: #009795; }
    .bookshelf .tab-content.list-view #all .card-group .card .card-block .content-type,
    .bookshelf .tab-content.list-view #alltaballBooks .card-group .card .card-block .content-type,
    .home .tab-content.list-view #all .card-group .card .card-block .content-type,
    .home .tab-content.list-view #alltaballBooks .card-group .card .card-block .content-type,
    .catalog .tab-content.list-view #all .card-group .card .card-block .content-type,
    .catalog .tab-content.list-view #alltaballBooks .card-group .card .card-block .content-type {
      font-size: 0.9rem;
      color: rgba(62, 61, 64, 0.4);
      display: block; }
    .bookshelf .tab-content.title-view .card-group .card,
    .home .tab-content.title-view .card-group .card,
    .catalog .tab-content.title-view .card-group .card {
      box-shadow: none;
      width: 100%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 1.5em 1.5em 1.5em;
      margin: 0;
      float: left;
      position: relative; }
      .bookshelf .tab-content.title-view .card-group .card .cover-img,
      .home .tab-content.title-view .card-group .card .cover-img,
      .catalog .tab-content.title-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin: 0 1.5em 7rem 0;
        height: auto;
        width: 140px;
        border: 1px solid #d9d9d9;
        text-align: center; }
        .bookshelf .tab-content.title-view .card-group .card .cover-img img,
        .home .tab-content.title-view .card-group .card .cover-img img,
        .catalog .tab-content.title-view .card-group .card .cover-img img {
          display: inline-block;
          max-width: 100%;
          height: auto;
          padding: .25rem;
          line-height: 1.5;
          border: 1px solid rgba(62, 61, 64, 0.1);
          border-radius: .25rem;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        @media (max-width: 768px) {
          .bookshelf .tab-content.title-view .card-group .card .cover-img,
          .home .tab-content.title-view .card-group .card .cover-img,
          .catalog .tab-content.title-view .card-group .card .cover-img {
            margin: 0 1.5em 14rem 0; } }
        @media (min-width: 320px) and (max-width: 480px) {
          .bookshelf .tab-content.title-view .card-group .card .cover-img,
          .home .tab-content.title-view .card-group .card .cover-img,
          .catalog .tab-content.title-view .card-group .card .cover-img {
            float: none; } }
      .bookshelf .tab-content.title-view .card-group .card .card-block,
      .home .tab-content.title-view .card-group .card .card-block,
      .catalog .tab-content.title-view .card-group .card .card-block {
        padding: 0; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .content-type,
        .home .tab-content.title-view .card-group .card .card-block .content-type,
        .catalog .tab-content.title-view .card-group .card .card-block .content-type {
          display: none !important; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .card-title,
        .home .tab-content.title-view .card-group .card .card-block .card-title,
        .catalog .tab-content.title-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          font-size: 18px;
          margin-bottom: 5px;
          font-size: 17px;
          line-height: 20px;
          color: #3e3d40; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .card-title a,
          .home .tab-content.title-view .card-group .card .card-block .card-title a,
          .catalog .tab-content.title-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .card-title a:hover,
            .home .tab-content.title-view .card-group .card .card-block .card-title a:hover,
            .catalog .tab-content.title-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .bookshelf .tab-content.title-view .card-group .card .card-block .card-title,
            .home .tab-content.title-view .card-group .card .card-block .card-title,
            .catalog .tab-content.title-view .card-group .card .card-block .card-title {
              font-size: 17px;
              line-height: 24px; } }
          @media (min-width: 320px) and (max-width: 560px) {
            .bookshelf .tab-content.title-view .card-group .card .card-block .card-title,
            .home .tab-content.title-view .card-group .card .card-block .card-title,
            .catalog .tab-content.title-view .card-group .card .card-block .card-title {
              font-size: 17px;
              line-height: 24px;
              height: 100px; } }
        .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title,
        .home .tab-content.title-view .card-group .card .card-block .sub-title,
        .catalog .tab-content.title-view .card-group .card .card-block .sub-title {
          margin-bottom: 5px; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title .text-muted,
          .home .tab-content.title-view .card-group .card .card-block .sub-title .text-muted,
          .catalog .tab-content.title-view .card-group .card .card-block .sub-title .text-muted {
            font-size: 14px;
            line-height: 18px;
            color: #1e1e1e; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a,
        .home .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a,
        .catalog .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a {
          color: #009795;
          font-weight: 300; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .description,
        .home .tab-content.title-view .card-group .card .card-block .description,
        .catalog .tab-content.title-view .card-group .card .card-block .description {
          display: -webkit-box;
          font-size: 14px;
          height: 36px;
          line-height: 18px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .description span.text-muted,
          .home .tab-content.title-view .card-group .card .card-block .description span.text-muted,
          .catalog .tab-content.title-view .card-group .card .card-block .description span.text-muted {
            color: #1e1e1e; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .abstract p,
        .home .tab-content.title-view .card-group .card .card-block .abstract p,
        .catalog .tab-content.title-view .card-group .card .card-block .abstract p {
          font-size: 0.9rem !important;
          font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
          color: rgba(53, 60, 63, 0.6);
          display: -webkit-box;
          height: 54px;
          line-height: 18px;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 7px 0px; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .abstract p .abstract-text,
          .home .tab-content.title-view .card-group .card .card-block .abstract p .abstract-text,
          .catalog .tab-content.title-view .card-group .card .card-block .abstract p .abstract-text {
            color: #3e3d40;
            font-size: 14px; }
        .bookshelf .tab-content.title-view .card-group .card .card-block .action-items,
        .home .tab-content.title-view .card-group .card .card-block .action-items,
        .catalog .tab-content.title-view .card-group .card .card-block .action-items {
          margin: 20px 0 0;
          bottom: 5px;
          width: 90%; }
          @media (max-width: 768px) {
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items,
            .home .tab-content.title-view .card-group .card .card-block .action-items,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items {
              position: relative; } }
          @media (max-width: 480px) {
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items,
            .home .tab-content.title-view .card-group .card .card-block .action-items,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items {
              width: 100%; } }
          @media (max-width: 320px) {
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items,
            .home .tab-content.title-view .card-group .card .card-block .action-items,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items {
              margin-top: 50px; } }
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .action-icons,
          .home .tab-content.title-view .card-group .card .card-block .action-items .action-icons,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items .action-icons {
            display: inline; }
            @media (max-width: 768px) {
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .action-icons,
              .home .tab-content.title-view .card-group .card .card-block .action-items .action-icons,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items .action-icons {
                display: block; } }
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .clearfix,
          .home .tab-content.title-view .card-group .card .card-block .action-items .clearfix,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items .clearfix {
            display: none; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items button.btn,
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.btn,
          .home .tab-content.title-view .card-group .card .card-block .action-items button.btn,
          .home .tab-content.title-view .card-group .card .card-block .action-items a.btn,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items a.btn {
            margin: 0 16px 15px 0;
            color: #FFFFFF;
            padding: .375rem 1rem;
            border-radius: 2px;
            font-size: 14px;
            font-weight: 300;
            width: 140px;
            background-color: #009795 !important; }
            @media (max-width: 480px) {
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items button.btn,
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.btn,
              .home .tab-content.title-view .card-group .card .card-block .action-items button.btn,
              .home .tab-content.title-view .card-group .card .card-block .action-items a.btn,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items a.btn {
                width: 100%; } }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items button.btn:last-child,
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.btn:last-child,
            .home .tab-content.title-view .card-group .card .card-block .action-items button.btn:last-child,
            .home .tab-content.title-view .card-group .card .card-block .action-items a.btn:last-child,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn:last-child,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.btn:last-child {
              clear: right; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items button.btn:hover,
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.btn:hover,
            .home .tab-content.title-view .card-group .card .card-block .action-items button.btn:hover,
            .home .tab-content.title-view .card-group .card .card-block .action-items a.btn:hover,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn:hover,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.btn:hover {
              background-color: #01a2a0;
              color: #fff; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items button.btn:active,
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.btn:active,
            .home .tab-content.title-view .card-group .card .card-block .action-items button.btn:active,
            .home .tab-content.title-view .card-group .card .card-block .action-items a.btn:active,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn:active,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.btn:active {
              background-color: #01a2a0;
              color: #fff; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a,
          .home .tab-content.title-view .card-group .card .card-block .action-items a,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items a {
            color: rgba(37, 37, 37, 0.5);
            padding: 0px;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a:hover, .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.active,
            .home .tab-content.title-view .card-group .card .card-block .action-items a:hover,
            .home .tab-content.title-view .card-group .card .card-block .action-items a.active,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a:hover,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.icon-link,
            .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              width: 40px;
              vertical-align: middle; }
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.icon-link:hover, .bookshelf .tab-content.title-view .card-group .card .card-block .action-items a.icon-link.active,
              .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link:hover,
              .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link.active,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link:hover,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #333333; }
          .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group,
          .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group,
          .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group {
            display: inline-block;
            margin: 0 5px 15px 0; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group:last-child,
            .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group:last-child,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group:last-child {
              margin-right: 0; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group .btn,
            .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group .btn,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group .btn {
              margin: 0;
              padding: 5px; }
            .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu,
            .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu,
            .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu {
              margin: 0; }
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
              .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item {
                display: block;
                padding: 5px;
                width: 100%;
                text-align: center;
                font-size: 14px;
                color: #fff;
                background: #009795;
                border: 1px solid #c7c7c7; }
                .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
                .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover,
                .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover {
                  color: #fff; }
            @media (min-width: 320px) and (max-width: 560px) {
              .bookshelf .tab-content.title-view .card-group .card .card-block .action-items .btn-group,
              .home .tab-content.title-view .card-group .card .card-block .action-items .btn-group,
              .catalog .tab-content.title-view .card-group .card .card-block .action-items .btn-group {
                width: 100%; } }
        .bookshelf .tab-content.title-view .card-group .card .card-block p.card-text,
        .home .tab-content.title-view .card-group .card .card-block p.card-text,
        .catalog .tab-content.title-view .card-group .card .card-block p.card-text {
          font-size: 12px;
          color: #1e1e1e; }
        .bookshelf .tab-content.title-view .card-group .card .card-block p.description,
        .home .tab-content.title-view .card-group .card .card-block p.description,
        .catalog .tab-content.title-view .card-group .card .card-block p.description {
          font-size: 13px;
          color: #1e1e1e; }
        .bookshelf .tab-content.title-view .card-group .card .card-block p span.text-muted a,
        .home .tab-content.title-view .card-group .card .card-block p span.text-muted a,
        .catalog .tab-content.title-view .card-group .card .card-block p span.text-muted a {
          font-size: 12px;
          font-weight: bold;
          color: #009795 !important; }
        .bookshelf .tab-content.title-view .card-group .card .card-block p.isbn,
        .home .tab-content.title-view .card-group .card .card-block p.isbn,
        .catalog .tab-content.title-view .card-group .card .card-block p.isbn {
          font-size: 13px;
          color: #000; }
        .bookshelf .tab-content.title-view .card-group .card .card-block p span.text-muted,
        .home .tab-content.title-view .card-group .card .card-block p span.text-muted,
        .catalog .tab-content.title-view .card-group .card .card-block p span.text-muted {
          font-size: 13px;
          color: #000; }
        .bookshelf .tab-content.title-view .card-group .card .card-block p,
        .home .tab-content.title-view .card-group .card .card-block p,
        .catalog .tab-content.title-view .card-group .card .card-block p {
          font-size: 13px; }
          .bookshelf .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted,
          .home .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted,
          .catalog .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted {
            color: #000;
            font-size: 13px; }
            .bookshelf .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted a,
            .home .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted a,
            .catalog .tab-content.title-view .card-group .card .card-block p.card-text span.text-muted a {
              color: #009795; }
    .bookshelf .tab-content.title-view #all .card-group .card .card-block .content-type,
    .bookshelf .tab-content.title-view #alltaballBooks .card-group .card .card-block .content-type,
    .home .tab-content.title-view #all .card-group .card .card-block .content-type,
    .home .tab-content.title-view #alltaballBooks .card-group .card .card-block .content-type,
    .catalog .tab-content.title-view #all .card-group .card .card-block .content-type,
    .catalog .tab-content.title-view #alltaballBooks .card-group .card .card-block .content-type {
      font-size: 0.9rem;
      color: rgba(62, 61, 64, 0.7);
      display: block;
      font-size: 14px;
      line-height: 18px; }

.home .tab-content.stack-view .card-group .card.ebook {
  min-height: 570px; }
  .home .tab-content.stack-view .card-group .card.ebook .card-block p.author-name {
    color: #252525;
    font-weight: 300;
    height: 17px; }
  .home .tab-content.stack-view .card-group .card.ebook .card-block p .text-muted {
    font-size: 14px;
    line-height: 18px; }
    .home .tab-content.stack-view .card-group .card.ebook .card-block p .text-muted a {
      font-size: 14px; }

/* accassibility css */
.static-page .content-wrapper h1, .static-page .content-wrapper h2 {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important; }

.static-page .content-wrapper h2.privacy, h2.terms {
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-align: left !important; }

.static-page .content-wrapper h3.archive {
  font-size: 1.25rem !important;
  font-weight: 600 !important; }

.bookshelf .nav-tabs .nav-link.active, .home .nav-tabs .nav-link.active, .catalog .nav-tabs .nav-link.active {
  color: #009795; }

.bookshelf .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .home .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .catalog .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a {
  color: #009795 !important; }

footer.page-footer .footer-poweredby a {
  color: #009795; }

a {
  color: #009795; }

.bookshelf .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .home .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .catalog .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a {
  color: #009795; }

.bookshelf .nav-tabs .nav-link, .home .nav-tabs .nav-link, .catalog .nav-tabs .nav-link {
  border-bottom: 2px solid #ffffff;
  color: #000 !important;
  font-weight: 600;
  /* login/registration model css*/
  /* popup */
  /*
    Modal Overlay
  */
  /*
    Modal Content Area
  */
  /*
    Close Modal Button
  */
  /*# sourceMappingURL=ipcmd.css.map */ }
  .bookshelf .nav-tabs .nav-link html .text-muted, .bookshelf .nav-tabs .nav-link body .text-muted, .home .nav-tabs .nav-link html .text-muted, .home .nav-tabs .nav-link body .text-muted, .catalog .nav-tabs .nav-link html .text-muted, .catalog .nav-tabs .nav-link body .text-muted {
    color: #252525; }
  .bookshelf .nav-tabs .nav-link .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .bookshelf .nav-tabs .nav-link .home .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .bookshelf .nav-tabs .nav-link .catalog .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .home .nav-tabs .nav-link .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .home .nav-tabs .nav-link .home .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .home .nav-tabs .nav-link .catalog .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .catalog .nav-tabs .nav-link .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .catalog .nav-tabs .nav-link .home .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .catalog .nav-tabs .nav-link .catalog .tab-content.title-view .card-group .card .card-block .sub-title .text-muted {
    color: #252525 !important; }
  .bookshelf .nav-tabs .nav-link .search-bg .search-wraper .advanced-search .dropdown-toggle, .home .nav-tabs .nav-link .search-bg .search-wraper .advanced-search .dropdown-toggle, .catalog .nav-tabs .nav-link .search-bg .search-wraper .advanced-search .dropdown-toggle {
    display: inline-block;
    padding: 5px 0 0;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    color: #333 !important;
    border: none;
    background: transparent; }
  .bookshelf .nav-tabs .nav-link .static-page .content-wrapper h2.contact-page-h2, .home .nav-tabs .nav-link .static-page .content-wrapper h2.contact-page-h2, .catalog .nav-tabs .nav-link .static-page .content-wrapper h2.contact-page-h2 {
    font-size: 1rem !important;
    font-weight: 600;
    text-align: left !important; }
  .bookshelf .nav-tabs .nav-link .navbar .nav li button, .home .nav-tabs .nav-link .navbar .nav li button, .catalog .nav-tabs .nav-link .navbar .nav li button {
    color: #6a7070;
    padding: 8px 16px;
    line-height: 18px;
    display: inline-block;
    font-size: 14px;
    border: 0px;
    background: transparent; }
  .bookshelf .nav-tabs .nav-link .navbar .nav li button .material-icons, .home .nav-tabs .nav-link .navbar .nav li button .material-icons, .catalog .nav-tabs .nav-link .navbar .nav li button .material-icons {
    vertical-align: middle;
    color: #6a7070; }
  .bookshelf .nav-tabs .nav-link .navbar .nav li button .material-icons:hover, .home .nav-tabs .nav-link .navbar .nav li button .material-icons:hover, .catalog .nav-tabs .nav-link .navbar .nav li button .material-icons:hover {
    color: #252525; }
  .bookshelf .nav-tabs .nav-link .navbar .nav li button .badge, .home .nav-tabs .nav-link .navbar .nav li button .badge, .catalog .nav-tabs .nav-link .navbar .nav li button .badge {
    font-size: 12px;
    padding: 0 6px 0;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    left: 23px;
    top: 0px;
    position: absolute;
    line-height: 16px;
    min-width: 18px;
    min-height: 18px;
    box-shadow: none;
    color: #fff;
    background: #009795 !important; }
  .bookshelf .nav-tabs .nav-link .carousel-indicators, .home .nav-tabs .nav-link .carousel-indicators, .catalog .nav-tabs .nav-link .carousel-indicators {
    z-index: 1; }
  .bookshelf .nav-tabs .nav-link button:focus, .bookshelf .nav-tabs .nav-link input:focus, .bookshelf .nav-tabs .nav-link .select2:focus, .home .nav-tabs .nav-link button:focus, .home .nav-tabs .nav-link input:focus, .home .nav-tabs .nav-link .select2:focus, .catalog .nav-tabs .nav-link button:focus, .catalog .nav-tabs .nav-link input:focus, .catalog .nav-tabs .nav-link .select2:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25) !important; }
  .bookshelf .nav-tabs .nav-link .underline, .home .nav-tabs .nav-link .underline, .catalog .nav-tabs .nav-link .underline {
    text-decoration: underline; }
  .bookshelf .nav-tabs .nav-link .font-24px, .home .nav-tabs .nav-link .font-24px, .catalog .nav-tabs .nav-link .font-24px {
    font-size: 24px; }
  .bookshelf .nav-tabs .nav-link .modal .close, .home .nav-tabs .nav-link .modal .close, .catalog .nav-tabs .nav-link .modal .close {
    position: absolute;
    top: 10px;
    right: 15px; }
  .bookshelf .nav-tabs .nav-link .journal-home .journals-header .more-details h2.descp, .home .nav-tabs .nav-link .journal-home .journals-header .more-details h2.descp, .catalog .nav-tabs .nav-link .journal-home .journals-header .more-details h2.descp {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: left; }
  .bookshelf .nav-tabs .nav-link .modal.in .modal-dialog, .home .nav-tabs .nav-link .modal.in .modal-dialog, .catalog .nav-tabs .nav-link .modal.in .modal-dialog {
    transform: scale3d(1, 1, 1) translateY(-60%) !important;
    -webkit-transform: scale3d(1, 1, 1) translateY(-60%) !important; }
  .bookshelf .nav-tabs .nav-link .modal-backdrop, .home .nav-tabs .nav-link .modal-backdrop, .catalog .nav-tabs .nav-link .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1 !important;
    background-color: transparent; }
  .bookshelf .nav-tabs .nav-link .modal-overlay, .home .nav-tabs .nav-link .modal-overlay, .catalog .nav-tabs .nav-link .modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 1.5em;
    position: fixed;
    top: 0;
    transition: opacity .2s;
    width: 100%;
    z-index: -1; }
  .bookshelf .nav-tabs .nav-link .modal-overlay[aria-hidden="true"], .home .nav-tabs .nav-link .modal-overlay[aria-hidden="true"], .catalog .nav-tabs .nav-link .modal-overlay[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden; }
  .bookshelf .nav-tabs .nav-link .modal-overlay[aria-hidden="false"], .home .nav-tabs .nav-link .modal-overlay[aria-hidden="false"], .catalog .nav-tabs .nav-link .modal-overlay[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .bookshelf .nav-tabs .nav-link .loginRegister, .home .nav-tabs .nav-link .loginRegister, .catalog .nav-tabs .nav-link .loginRegister {
    background: #ffffff;
    margin: auto;
    max-width: 600px;
    /*overflow: auto;
    overflow-x: hidden;*/
    /*padding: 1em;
    position: relative;*/
    /*transform: scale(.6);*/
    transition: transform .3s;
    width: 100%;
    position: relative;
    top: 20%;
    border-radius: 4px;
    padding: 10px 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }
  .bookshelf .nav-tabs .nav-link .modal-overlay[aria-hidden="false"] .modal-content, .home .nav-tabs .nav-link .modal-overlay[aria-hidden="false"] .modal-content, .catalog .nav-tabs .nav-link .modal-overlay[aria-hidden="false"] .modal-content {
    transform: scale(1); }
  .bookshelf .nav-tabs .nav-link .btn-close, .home .nav-tabs .nav-link .btn-close, .catalog .nav-tabs .nav-link .btn-close {
    background: none;
    border: none;
    cursor: pointer;
    font-family: arial;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: .4em;
    top: .4em;
    z-index: 2;
    color: #545454; }
  .bookshelf .nav-tabs .nav-link .modal_title, .home .nav-tabs .nav-link .modal_title, .catalog .nav-tabs .nav-link .modal_title {
    font-size: 20px; }
  .bookshelf .nav-tabs .nav-link .btn-close:hover, .home .nav-tabs .nav-link .btn-close:hover, .catalog .nav-tabs .nav-link .btn-close:hover {
    color: #c12f48; }
  .bookshelf .nav-tabs .nav-link .btn-close:focus, .home .nav-tabs .nav-link .btn-close:focus, .catalog .nav-tabs .nav-link .btn-close:focus {
    outline: 1px dotted; }
  .bookshelf .nav-tabs .nav-link .modal-content-wraper, .home .nav-tabs .nav-link .modal-content-wraper, .catalog .nav-tabs .nav-link .modal-content-wraper {
    margin-top: 10px; }
  .bookshelf .nav-tabs .nav-link .modal-btn-wraper, .home .nav-tabs .nav-link .modal-btn-wraper, .catalog .nav-tabs .nav-link .modal-btn-wraper {
    margin-top: 30px;
    margin-bottom: 10px; }
  .bookshelf .nav-tabs .nav-link .modal-btn, .home .nav-tabs .nav-link .modal-btn, .catalog .nav-tabs .nav-link .modal-btn {
    display: inline-block;
    width: 80px;
    text-align: center;
    margin: 0px 5px;
    padding: 5px 10px; }
  .bookshelf .nav-tabs .nav-link #description a, .home .nav-tabs .nav-link #description a, .catalog .nav-tabs .nav-link #description a {
    text-decoration: underline !important; }
  .bookshelf .nav-tabs .nav-link .cover-img a, .home .nav-tabs .nav-link .cover-img a, .catalog .nav-tabs .nav-link .cover-img a {
    display: block; }
  .bookshelf .nav-tabs .nav-link .card-title, .home .nav-tabs .nav-link .card-title, .catalog .nav-tabs .nav-link .card-title {
    color: #3e3d40; }
  @media (max-width: 1100px) {
    .bookshelf .nav-tabs .nav-link .ui-tabs-nav, .home .nav-tabs .nav-link .ui-tabs-nav, .catalog .nav-tabs .nav-link .ui-tabs-nav {
      margin: 0;
      width: 100% !important;
      white-space: nowrap !important;
      overflow: auto !important; }
    .bookshelf .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li, .home .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li, .catalog .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li {
      float: none !important;
      display: inline-block; }
    .bookshelf .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li, .home .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li, .catalog .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li {
      padding: 0 !important; }
    .bookshelf .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li.ui-tabs-active, .home .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li.ui-tabs-active, .catalog .nav-tabs .nav-link .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: 5px !important; }
    .bookshelf .nav-tabs .nav-link .static-page .content-wrapper ul li, .home .nav-tabs .nav-link .static-page .content-wrapper ul li, .catalog .nav-tabs .nav-link .static-page .content-wrapper ul li {
      margin: 5px 0 5px 0px !important; } }
  .bookshelf .nav-tabs .nav-link .tab-widget__list, .home .nav-tabs .nav-link .tab-widget__list, .catalog .nav-tabs .nav-link .tab-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .bookshelf .nav-tabs .nav-link .tab-widget__item, .home .nav-tabs .nav-link .tab-widget__item, .catalog .nav-tabs .nav-link .tab-widget__item {
    display: inline;
    margin-right: 5px; }
  .bookshelf .nav-tabs .nav-link .tab-widget__link, .home .nav-tabs .nav-link .tab-widget__link, .catalog .nav-tabs .nav-link .tab-widget__link {
    background-color: DarkMagenta;
    border-radius: 5px 5px 0 0;
    color: White;
    font-weight: 300;
    line-height: 2.1;
    padding: .5em 1.5em;
    text-decoration: none; }
  .bookshelf .nav-tabs .nav-link .tab-widget__tabs, .home .nav-tabs .nav-link .tab-widget__tabs, .catalog .nav-tabs .nav-link .tab-widget__tabs {
    background-color: MintCream;
    border: solid DarkViolet 1px;
    border-radius: 0 5px 5px 5px;
    padding: 1em; }
  .bookshelf .nav-tabs .nav-link .tab-widget__tab-content, .home .nav-tabs .nav-link .tab-widget__tab-content, .catalog .nav-tabs .nav-link .tab-widget__tab-content {
    display: none; }
  .bookshelf .nav-tabs .nav-link .tab-widget__tab-content--active,
  .bookshelf .nav-tabs .nav-link .no-js .tab-widget__tab-content, .home .nav-tabs .nav-link .tab-widget__tab-content--active,
  .home .nav-tabs .nav-link .no-js .tab-widget__tab-content, .catalog .nav-tabs .nav-link .tab-widget__tab-content--active,
  .catalog .nav-tabs .nav-link .no-js .tab-widget__tab-content {
    display: block; }
  .bookshelf .nav-tabs .nav-link .visuallyhidden, .home .nav-tabs .nav-link .visuallyhidden, .catalog .nav-tabs .nav-link .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .bookshelf .nav-tabs .nav-link input:-webkit-autofill + label, .home .nav-tabs .nav-link input:-webkit-autofill + label, .catalog .nav-tabs .nav-link input:-webkit-autofill + label {
    font-size: 0.8rem !important;
    transform: translateY(-140%); }

.bookshelf .nav-tabs li a[href="#ebooks"] {
  border-bottom: 0 !important; }
  .bookshelf .nav-tabs li a[href="#ebooks"]:first-letter {
    text-transform: none !important; }
.bookshelf ul.nav-tabs li.nav-item a.nav-link[href="#ebooks"] :first-letter {
  text-transform: none !important; }

.home .nav-tabs .nav-link {
  color: #3e3d40; }

.bookshelf .tab-content #journals ul li a[href="#freeJournals"] {
  display: none; }

.bookshelf ul.nav-tabs li a.dropdown-toggle#tab-link-0 {
  display: block; }

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  z-index: 1; }

form#addUserFormid .form-field label.c-checkbox span.text {
  width: 82%;
  float: left;
  margin: 5px 20px 10px 10px; }

form#addUserFormid .md-form sma {
  font-size: 12px;
  margin: 0px 0 0 20px; }

form#addUserFormid .md-form sma a[href="/staticcms/privacypolicy"] {
  position: relative;
  margin: 0 0 0 0px; }

form#addUserFormid .md-form sma a[href="/staticcms/termsofuse"] {
  position: relative;
  margin: 0 0 0 20px; }

@media (min-width: 320px) and (max-width: 560px) {
  form#addUserFormid .md-form sma a[href="/staticcms/termsofuse"] {
    position: relative;
    margin: 0 0 0 0px; }

  form#addUserFormid .md-form sma a[href="/staticcms/privacypolicy"] {
    position: relative;
    margin: 0 0 0 0px; }

  form#addUserFormid .form-field label.c-checkbox span.text {
    width: 70%;
    float: left; }

  form#addUserFormid .md-form sma {
    width: 250px;
    position: relative;
    height: 50px; } }
form#addUserFormid label.c-input span.text {
  position: relative;
  top: 2px; }

form#addUserFormid .form-field label.c-checkbox span.c-indicator {
  float: left;
  position: relative; }

/* footer cookies  */
#ipc-header .popupbox .backdrop {
  background: #fcb43a none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 2px 3px #888888;
  color: #fff;
  height: 145px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
  opacity: 1 !important; }

#ipc-header .popupbox .backdrop span {
  margin: 15px auto;
  color: #000;
  padding: 13px 0px 5px 5px;
  display: block;
  line-height: 20px;
  font-size: 13px;
  width: 841px;
  text-align: center; }

.backdrop .close {
  background: #ee1c25;
  border: #ee1c25;
  color: #000;
  border-radius: 4px;
  padding: 5px;
  width: 75px;
  height: 30px;
  margin-right: -80px;
  margin-top: -17px;
  padding: 5px;
  width: 75px;
  float: right;
  font-size: 13px;
  opacity: 1;
  text-shadow: none; }

#ipc-header .popupbox .backdrop span {
  margin: 15px auto;
  color: #000;
  padding: 13px 0px 5px 5px;
  display: block;
  line-height: 20px;
  font-size: 13px;
  width: 841px;
  text-align: center; }

#ipc-header .popupbox .backdrop span a.open {
  background: #ee1c25;
  border: #ee1c25;
  color: #000;
  border-radius: 4px;
  padding: 5px;
  width: 75px;
  height: 30px;
  margin-right: 94px;
  margin-top: -4px;
  padding: 5px;
  width: 75px;
  font-size: 13px;
  opacity: 1;
  text-shadow: none; }

.cookie {
  position: relative;
  width: 90%;
  margin: 0 auto; }

.cookie h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.cookie P {
  margin-bottom: 20px; }

.cookie p a {
  color: #005aff; }

table {
  border-collapse: collapse;
  margin: 20px 0px 30px 0px;
  width: 100%; }

.cookie table tbody tr:nth-of-type(odd) {
  background: #eee; }

.cookie th {
  background: #333;
  color: white;
  font-weight: bold; }

.cookie td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left; }

ul.browsers {
  margin: 0 0 0 50px; }

.browsers li {
  margin: 20px 0 0 0px;
  list-style-type: disc;
  font-style: normal; }

ul.browsers li a {
  color: #005aff;
  text-decoration: none; }

ul.browsers li:last-child {
  margin-bottom: 25px; }

  @media(max-width: 590px) {
    #ipc-header .popupbox .backdrop{
      height: 250px !important;
      overflow: scroll;
      position: absolute;
      bottom: 100px;
    }
  
    #ipc-header .popupbox .backdrop span{
      width: 85%;
      /* position: relative; */
      font-size: 15px;
    }
  
    .backdrop .close{
      width: 100%;
      font-size: 16px;
      margin: 10px 0px 10px 0px;
    }
  
    #ipc-header .popupbox .backdrop span a.open{
      font-size: 15px;
      margin: 10px 0 10px 0;
      position: relative;
      display: inline-block;
      width: 100%;
      font-weight: bold;
    } 
  }

/*# sourceMappingURL=common.css.map */



/* Bookshelf - 08-02-2021 */


.user-statistics .welcome-column .card-block{
  padding: 0;
}

.user-statistics .welcome-column .welcome-info-text{
  margin: 0px 20px 0 !important;
}

.user-statistics .welcome-column .action-buttons{
  top: 0px !important;
}

.user-statistics .welcome-column .action-buttons h3{
  margin-top: 5px;
    margin-bottom: 5px;
}


@media(min-width: 320px) and (max-width: 590px) {
  .user-statistics .welcome-column .welcome-info-text{
    margin: 10px 10px;
    width: 290px;
  }

  .user-statistics .welcome-column .welcome-info-text ul{
    width: 270px;
  }

  .user-statistics .welcome-column .action-buttons{
    margin: 20px 70px !important;
  }
}



@media(max-width: 320px) {
  .user-statistics .welcome-column .welcome-info-text{
    margin: 10px 10px;
    width: 290px;
  }

  .user-statistics .welcome-column .welcome-info-text ul{
    width: 270px;
  }

  .user-statistics .welcome-column .action-buttons{
    margin: 20px 50px !important;
  }
}

.bookshelf .tab-content.stack-view #allVideo .card-group .card{
    min-height: 550px;
    max-height: 850px;
}

@media(max-width: 1024px) {
  .bookshelf .tab-content.stack-view .card-group .card.ebook, .home .tab-content.stack-view .card-group .card.ebook, .catalog .tab-content.stack-view .card-group .card.ebook{
    min-height: 550px;
    max-height: 830px;
  }

  .bookshelf .tab-content.stack-view #allVideo .card-group .card{
    min-height: 550px;
    max-height: 920px;
}
}

@media(max-width: 768px) {
  .bookshelf .tab-content.stack-view #allVideo .card-group .card{
    min-height: 550px;
    max-height: 740px;
}

.bookshelf .tab-content.stack-view .card-group .card.ebook, .home .tab-content.stack-view .card-group .card.ebook, .catalog .tab-content.stack-view .card-group .card.ebook{
  min-height: 500px;
  max-height: 830px;
}
}

@media(max-width: 320px) {
  .bookshelf .tab-content.stack-view .card-group .card.ebook, .home .tab-content.stack-view .card-group .card.ebook, .catalog .tab-content.stack-view .card-group .card.ebook{
    min-height: 580px !important;
    max-height: 730px !important;
  }  
}

.home .middle-section .tab-content.stack-view .tab-pane#collections .card-group.collections .card .card-block p.description{
height: 53px;
-webkit-line-clamp: 3;
display: -webkit-box !important;
}

@media(max-width: 590px) {
.bookshelf .tab-content.stack-view .card-group.collections .card.ebook, .home .tab-content.stack-view .card-group.collections .card.ebook, .catalog .tab-content.stack-view .card-group.collections .card.ebook{
min-height: 450px;
max-height: 480px;
}
}


.bookshelf .tab-content .nav-tabs .nav-link[href="#myJournalShelves"],
.home .tab-content .nav-tabs .nav-link[href="#myJournalShelves"],
.catalog .tab-content .nav-tabs .nav-link[href="#myJournalShelves"]{
    display: none;
	}



  input[type="file"]:after{
    content: " " !important;
  } 