.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 ***/
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  min-height: 100%;
  background: #fff;
  color: #3e3d40;
  /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -50px;
  /* Pad bottom by footer height */
  padding: 0 0 70px; }

@media (min-width: 1280px) and (max-width: 1920px) {
  .main-content-wraper {
    width: 1280px;
    padding: 0; }
    .main-content-wraper h1.page-title {
      font-size: 24px;
      line-height: 28px; }
    .main-content-wraper .myaccount .right-col table.table-bordered tbody tr td a {
      color: #252525; }
    .main-content-wraper .cp_back_to_bookshelf a[href="/bookshelf"] {
      font-weight: bold; } }
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .jumbotron,
.card,
.list-group,
.popover,
.navbar,
.dropdown-menu,
.pagination {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }

.z-depth-1-half, .media img {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2, .bookshelf.trending .user-statistics .card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  transition: box-shadow .55s;
  box-shadow: 0; }

.hoverable: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); }

a {
  color: #00e4e0;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    text-decoration: none;
    color: #009795; }

ul {
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: none; }

.nav-link {
  font-family: "Arial", sans-serif;
  letter-spacing: 1px; }

.jumbotron,
.card,
.label,
.alert,
.nav .nav-link,
.navbar-toggler,
.navbar,
.breadcrumb,
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.list-group .list-group-item,
.modal-content,
.tooltip-inner,
.popover,
.dropdown-menu,
.input-group-addon,
.file-custom,
.card .card-header {
  border-radius: 0; }

.popover,
.input-group-addon,
.dropdown-menu {
  border: 0; }

.modal-footer .btn + .btn {
  margin-bottom: 6px; }

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important; }

body {
  overflow: auto !important; }

.card-columns .card {
  margin: 7px 0; }

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em; }

.popover-title {
  background: #00b1ae;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300; }

.filter-search-form {
  margin: 0px;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }
  .filter-search-form .input {
    padding-right: 25px;
    padding-right: 26px \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 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: 100px;
    height: 1.6rem;
    vertical-align: top;
    border: 1px solid #eeffff;
    background: #fff;
    float: left; }
    @media (max-width: 568px) {
      .filter-search-form .input {
        width: 255px; } }
  .filter-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 4px 0px 0;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 2px;
    margin-left: -26px; }
    .filter-search-form button .material-icons {
      font-size: 1.2rem;
      color: #64fffd; }
  .filter-search-form .input:focus + button {
    z-index: 3;
    color: #009795; }
  .filter-search-form .input:focus {
    width: 250px;
    box-shadow: none !important;
    border: 1px solid #eeffff !important; }

.nav-pills.horizontal-spy .nav-item .active {
  border-bottom: 2px solid #009795;
  border-left: none; }
.nav-pills.horizontal-spy .nav-item:hover {
  background-color: transparent;
  color: #009795;
  font-weight: 500;
  border-left: none; }

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: transparent;
  color: #000; }

.disabled {
  cursor: not-allowed !important; }

.video-fluid {
  height: auto;
  width: 100%; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.display-inline-block {
  display: inline-block; }

.filter-dropdown .dropdown-menu {
  padding: 12px; }

.c-input > input:checked ~ .c-indicator {
  background-color: #009795; }

.c-select {
  border-color: #4bfffd; }
  .c-select + .c-select {
    margin-left: 5px; }

.modal {
  height: 100%; }
  .modal .modal-header {
    padding: 10px 15px; }
    .modal .modal-header .modal-title {
      font-weight: 300;
      font-size: 1.2rem; }
  .modal .close {
    margin: -20px -24px 0 0;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #3e3d40;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px; }
  .modal .modal-dialog {
    top: 50% !important;
    margin-top: 80px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .modal .modal-dialog.modal-lg {
        width: 90%; } }
  .modal.fade .modal-dialog {
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important;
    -ms-transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important;
    transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .modal.in .modal-dialog {
    -webkit-transform: scale3d(1, 1, 1) translateY(-50%) !important;
    -ms-transform: scale3d(1, 1, 1) translateY(-50%) !important;
    transform: scale3d(1, 1, 1) translateY(-50%) !important;
    opacity: 1;
    visibility: visible; }
  .modal .modal-content {
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }
    .modal .modal-content a.btn-secondary {
      background: #009795;
      height: 36px;
      font-weight: 300;
      border-radius: 2px; }
      .modal .modal-content a.btn-secondary:hover {
        background: #01a2a0 !important; }
      .modal .modal-content a.btn-secondary:focus {
        background: #01a2a0 !important; }
      .modal .modal-content a.btn-secondary:active {
        background: #01a2a0 !important; }
    .modal .modal-content .modal-body .list-group {
      box-shadow: none; }
      .modal .modal-content .modal-body .list-group a.active {
        background: none;
        border: none;
        box-shadow: none !important;
        /* border-radius: 2px; */
        color: #252525; }
        @media (max-width: 576px) {
          .modal .modal-content .modal-body .list-group a.active.btn-primary {
            width: 100%;
            border-radius: 2px;
            height: 36px; } }
      .modal .modal-content .modal-body .list-group a.btn-secondary {
        width: 100%;
        margin-top: 2px !important;
        border-radius: 2px;
        height: 36px; }
    .modal .modal-content .modal-body button.btn-link {
      background: #e9e9e9;
      height: 36px;
      color: #252525;
      border: 1px solid #c7c7c7;
      border-radius: 2px;
      font-weight: 300; }
      .modal .modal-content .modal-body button.btn-link:hover {
        background: #d9d9d9;
        text-decoration: none; }
    .modal .modal-content .modal-body button.btn-primary {
      background: #009795;
      height: 36px;
      color: #252525;
      font-size: 14px;
      font-weight: 300;
      border-radius: 2px;
      font-weight: 300;
      color: #fff; }
      .modal .modal-content .modal-body button.btn-primary:hover {
        background: #01a2a0; }
    .modal .modal-content .modal-footer button.btn-link {
      background: #e9e9e9;
      height: 36px;
      color: #252525;
      border: 1px solid #c7c7c7;
      border-radius: 2px;
      font-weight: 300; }
      .modal .modal-content .modal-footer button.btn-link:hover {
        background: #d9d9d9;
        text-decoration: none; }
    .modal .modal-content .modal-footer button.btn-primary {
      background: #009795;
      height: 36px;
      color: #252525;
      font-size: 14px;
      font-weight: 300;
      border-radius: 2px;
      font-weight: 300;
      color: #fff; }
      .modal .modal-content .modal-footer button.btn-primary:hover {
        background: #01a2a0 !important; }
    .modal .modal-content.loginRegister {
      background: #ffffff;
      margin: auto;
      max-width: 500px;
      transition: transform .3s;
      width: 100%;
      border-radius: 0px;
      padding: 10px 15px;
      position: relative;
      top: 20%; }
      .modal .modal-content.loginRegister h2.modal_title {
        font-size: 20px; }
      .modal .modal-content.loginRegister button.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; }
        .modal .modal-content.loginRegister button.btn-close:hover {
          color: #01a2a0; }
      .modal .modal-content.loginRegister .modal-body ul li#signup {
        display: block; }
      .modal .modal-content.loginRegister .login-register .tab-content .tab-pane form ._loginError {
        display: block;
        margin-top: 45px; }

.breadcrumb {
  border-bottom: 1px solid #eeffff;
  padding: 5px 0;
  margin: 0 0 10px 0;
  font-size: 13px; }

.empty-section-msg {
  width: 100%;
  min-height: 450px;
  position: absolute; }
  .empty-section-msg h1 {
    font-size: 24px;
    position: absolute;
    width: 400px;
    text-align: center;
    height: 200px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-weight: normal; }
    .empty-section-msg h1 span {
      font-size: 80px;
      font-weight: 300;
      display: block;
      clear: both; }
    @media (max-width: 560px) {
      .empty-section-msg h1 {
        width: 90%; } }
    .empty-section-msg h1 small {
      font-size: 24px;
      line-height: 28px;
      font-weight: 300;
      text-align: center; }

.viewInsideLink {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px; }
  .viewInsideLink:hover {
    background: rgba(0, 151, 149, 0.7);
    color: #FFFFFF; }

.login-register .nav-tabs {
  border-bottom: 1px solid #eee;
  position: relative; }
  .login-register .nav-tabs .nav-link {
    border: 0;
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #3e3d40;
    font-size: 12px;
    line-height: 18px; }
    .login-register .nav-tabs .nav-link:hover {
      color: #009795; }
    .login-register .nav-tabs .nav-link.active {
      border-bottom: 2px solid #FFFFFF;
      color: #009795; }
.login-register input {
  height: 1.2rem !important;
  padding-left: 7px;
  padding-right: -7px; }
.login-register .c-input {
  padding-left: 1.8rem;
  padding-top: 4px; }
.login-register .c-indicator {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(46, 55, 75, 0.2);
  box-shadow: none; }
.login-register input:checked ~ .c-indicator {
  background-color: #009795;
  border: 1px solid rgba(0, 151, 149, 0.1); }
.login-register .tab-pane {
  padding-top: 15px; }
  .login-register .tab-pane .md-form {
    margin: 0 1.5rem 1.5rem; }
    .login-register .tab-pane .md-form img {
      margin: 0px 0 -20px 80px; }
  .login-register .tab-pane .view-forgot-password {
    padding-top: 18px;
    float: right;
    visibility: visible !important; }
    .login-register .tab-pane .view-forgot-password small.pull-right {
      font-size: 14px;
      color: #009795; }
      .login-register .tab-pane .view-forgot-password small.pull-right:hover {
        color: #01a2a0 !important; }
    @media (min-width: 320px) and (max-width: 560px) {
      .login-register .tab-pane .view-forgot-password {
        top: 20px; } }
  .login-register .tab-pane button.btn-link {
    background: #e9e9e9;
    height: 36px;
    color: #252525;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    font-weight: 300;
    margin-top: 25px; }
    .login-register .tab-pane button.btn-link:hover {
      background: #d9d9d9;
      text-decoration: none; }
  .login-register .tab-pane button#new-register {
    background: #009795;
    height: 36px;
    color: #252525;
    border-radius: 2px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px; }
    .login-register .tab-pane button#new-register:hover {
      background: #01a2a0; }
  .login-register .tab-pane button#sendPassword {
    border-radius: 2px;
    margin-top: 25px; }
  .login-register .tab-pane form.login-form .text-lg-center {
    text-align: center; }
    @media (max-width: 544px) {
      .login-register .tab-pane form.login-form .text-lg-center {
        font-size: 10px;
        text-align: center; } }
.login-register .forgot-password-form {
  display: none; }
.login-register button#new-login {
  background: #009795;
  color: #fff;
  height: 36px;
  border-radius: 2px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px; }
  .login-register button#new-login:hover {
    background-color: #01a2a0;
    color: #fff; }
.login-register .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; }
  .login-register .btn-close:hover {
    color: #01a2a0; }

.modal-stack-view-details {
  font-size: 13px; }
  .modal-stack-view-details .thumb-wrapper {
    float: left;
    margin: 0 1rem 0 0;
    position: relative; }
    @media (max-width: 568px) {
      .modal-stack-view-details .thumb-wrapper {
        display: none; } }
  .modal-stack-view-details .info-wrapper {
    width: 65%;
    margin-left: 35%; }
    @media (max-width: 568px) {
      .modal-stack-view-details .info-wrapper {
        width: 100%;
        margin: 0; } }
  .modal-stack-view-details .info img {
    float: left;
    margin: 0 25px 0 0; }
  .modal-stack-view-details .info .author-name {
    font-size: 12px; }
  .modal-stack-view-details .info .sub-title, .modal-stack-view-details .info .author-name, .modal-stack-view-details .info .format {
    display: block;
    padding: 3px 0; }
  .modal-stack-view-details hr {
    margin: 0.5rem 0; }
  .modal-stack-view-details .action-items a {
    color: #009795;
    padding: 0 3px 0 3px;
    border-right: 1px solid #b1fffe; }
    .modal-stack-view-details .action-items a:hover, .modal-stack-view-details .action-items a.active {
      color: #009795; }
    .modal-stack-view-details .action-items a.icon-link {
      padding: 2px 5px 0;
      margin: 0  2px;
      display: inline-block;
      color: #009795;
      border-right: 0; }
      .modal-stack-view-details .action-items a.icon-link:hover, .modal-stack-view-details .action-items a.icon-link.active {
        background: rgba(151, 255, 254, 0.3);
        border-radius: 2px;
        color: #009795; }
      .modal-stack-view-details .action-items a.icon-link .viewDetails {
        vertical-align: top;
        display: inline-block;
        line-height: 25px; }
  .modal-stack-view-details .action-items .dropup {
    display: inline-block; }
    .modal-stack-view-details .action-items .dropup .share-dropdown {
      width: 185px;
      left: -85px;
      padding: 7px;
      box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
      border: 1px solid #7efffd; }
      .modal-stack-view-details .action-items .dropup .share-dropdown h3 {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 10px; }
      .modal-stack-view-details .action-items .dropup .share-dropdown .md-form {
        margin-bottom: 0px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form label {
          font-size: 12px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form .form-control {
          font-size: 12px;
          background: white;
          height: 20px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea {
          min-height: 1rem;
          background: white;
          padding: 5px 0;
          font-size: 12px; }
  .modal-stack-view-details .action-items .addToCart .material-icons {
    font-size: 1.2rem;
    line-height: 16px;
    vertical-align: middle; }

.error {
  color: red;
  font-size: 12px; }

.pincodeError {
  display: none; }

.load-more-books {
  width: 200px;
  margin: -20px auto 15px; }

.new-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .new-ribbon span {
    font-size: 10px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 70px;
    display: block;
    background: #009795;
    background: linear-gradient(#009795 0%, #004b4a 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 7px;
    left: -17px; }
    .new-ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #004b4a;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #003130; }
    .new-ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #004b4a;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #003130; }

.remove-scroll {
  overflow: hidden !important; }

#rc_border {
  width: 50%;
  margin: 0 auto; }

#rc_border .xboxcontent .form_cont .errorMessage1 {
  padding: 24px 28px 24px 36px;
  background: #fff;
  border: 1px solid #c7c7c7;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border-left: 3px solid #db0020;
  background-image: url("/2.0/themes/fluid/public/images/alert.png") 40px 25px no-repeat; }

#rc_border .xboxcontent .form_cont .errorMessage1 span {
  color: #252525 !important;
  font-size: 14px !important; }

a:focus {
  outline: 1px dotted #000000 !important; }

.c-input > input {
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: 19px;
  height: 19px;
  opacity: 1; }

input[type="checkbox"]:focus {
  outline: 2px solid #009795; }

#headerNotificationDropdown:focus i, .header-user-info:focus i {
  color: #009795 !important; }

#myshelves .radShelf {
  position: relative;
  top: 2px; }
  #myshelves .radShelf > input {
    width: 100%;
    position: absolute;
    left: 0px;
    opacity: 0; }

.bookshelf .tab-content .create-bookshelf .input {
  padding-right: 0px !important;
  border: 0px !important;
  padding-left: 0px !important; }
.bookshelf .tab-content .create-bookshelf button {
  margin-left: 0px !important; }

.titles-wrapper {
  border: 0px;
  width: 100%; }

#header.fixed-header .header-top-right-links ul li a {
  color: #009795; }

#header.fixed-header .header-top-right-links .reader-welcome-message {
  color: #009795; }

#header.fixed-header #ipc-logo-reader h1 a img {
  height: 35px; }

.bookshelf.trending .user-statistics {
  position: relative; }
  .bookshelf.trending .user-statistics .card:hover {
    transition: box-shadow .45s; }
  .bookshelf.trending .user-statistics .card .card-block {
    clear: both;
    padding: 0.5rem; }
    .bookshelf.trending .user-statistics .card .card-block .material-icons {
      float: left;
      width: 40px;
      height: 40px;
      font-size: 30px;
      line-height: 41px;
      color: #fff;
      text-align: center;
      margin-right: 10px;
      border-radius: 4px; }
    .bookshelf.trending .user-statistics .card .card-block h3.number {
      font-size: 22px;
      font-weight: 600;
      display: block;
      margin: 0; }
    .bookshelf.trending .user-statistics .card .card-block h4.text {
      font-size: 13px;
      font-weight: 600;
      color: #757575;
      margin: 0; }
    .bookshelf.trending .user-statistics .card .card-block .notes, .bookshelf.trending .user-statistics .card .card-block .bookmarks, .bookshelf.trending .user-statistics .card .card-block .heighlights {
      float: left;
      padding: 0 4px; }
      .bookshelf.trending .user-statistics .card .card-block .notes h3.number, .bookshelf.trending .user-statistics .card .card-block .notes h4.text, .bookshelf.trending .user-statistics .card .card-block .bookmarks h3.number, .bookshelf.trending .user-statistics .card .card-block .bookmarks h4.text, .bookshelf.trending .user-statistics .card .card-block .heighlights h3.number, .bookshelf.trending .user-statistics .card .card-block .heighlights h4.text {
        text-align: center;
        float: none; }
    .bookshelf.trending .user-statistics .card .card-block .bookmarks {
      margin: 0 5px;
      border-left: 1px solid #fdffff;
      border-right: 1px solid #fdffff; }
    .bookshelf.trending .user-statistics .card .card-block .login-data {
      display: inline-block;
      font-size: 0.8rem; }
.bookshelf.trending #mostRead .toolbar-wrapper {
  margin-top: 10px;
  padding: 7px; }
  .bookshelf.trending #mostRead .toolbar-wrapper .tab-title .title {
    color: #5f6061 !important;
    font-size: 15px; }
.bookshelf.trending #mostRead .actions {
  position: relative;
  top: 8px; }
.bookshelf.trending #mostRead .toolbar-wrapper .select2-selection.select2-selection--single {
  border: none;
  position: relative;
  top: -8px; }
.bookshelf.trending .action-items .userexpicons {
  display: block; }

/*# sourceMappingURL=trending.css.map */
