.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, .ebook-details .section-wrap.books-in-the-collection .card-group {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  animation: fadeIn 2s; }

.ellipsis-1, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .sub-title, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .author-name, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .isbn {
  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; }

.ebook-details {
  margin: 0; }
  .ebook-details .section-wrap {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    margin: 15px 0 0; }
    .ebook-details .section-wrap .section-title {
      font-size: 16px;
      margin-bottom: 0rem;
      border: 1px solid #e8e8e8;
      border-left: 0;
      border-right: 0; }
    .ebook-details .section-wrap .details-view {
      display: block;
      margin: 1% 0 1% 0; }
      .ebook-details .section-wrap .details-view .cover-img {
        float: left;
        margin: 0 1rem; }
        .ebook-details .section-wrap .details-view .cover-img a.read-sample {
          color: #efefef;
          bottom: 0px;
          display: block;
          padding: 7px 0px;
          background: #4cAe4c;
          text-align: center; }
          .ebook-details .section-wrap .details-view .cover-img a.read-sample:hover {
            background: #038238;
            transition: .45s; }
        @media (max-width: 768px) {
          .ebook-details .section-wrap .details-view .cover-img {
            margin: 0 auto;
            text-align: center;
            float: none;
            display: block; } }
        .ebook-details .section-wrap .details-view .cover-img img {
          display: inline-block;
          max-width: 100%;
          height: auto;
          max-height: 300px;
          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: 1024px) {
            .ebook-details .section-wrap .details-view .cover-img img {
              width: 180px; } }
          @media (max-width: 768px) {
            .ebook-details .section-wrap .details-view .cover-img img {
              width: 150px;
              margin: 0 auto; } }
      .ebook-details .section-wrap .details-view .title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 300;
        margin: 5px 0px 15px 0;
        color: #333; }
      .ebook-details .section-wrap .details-view .more-details {
        font-size: 14px;
        display: block;
        float: left;
        width: 77%;
        position: relative; }
        @media (max-width: 768px) {
          .ebook-details .section-wrap .details-view .more-details {
            width: 100%; } }
        .ebook-details .section-wrap .details-view .more-details .goToArticles-wrap {
          position: absolute;
          top: 50%;
          bottom: 0;
          right: 50%; }
          .ebook-details .section-wrap .details-view .more-details .goToArticles-wrap .goToArticles {
            position: fixed; }
            .ebook-details .section-wrap .details-view .more-details .goToArticles-wrap .goToArticles .material-icons {
              vertical-align: middle; }
        @media (max-width: 767px) {
          .ebook-details .section-wrap .details-view .more-details .select2-container {
            min-width: 70%; } }
        .ebook-details .section-wrap .details-view .more-details hr {
          display: none; }
        .ebook-details .section-wrap .details-view .more-details .author-name {
          font-size: 12px; }
        .ebook-details .section-wrap .details-view .more-details .sub-title {
          font-size: 15px;
          margin: 0 0 10px; }
        .ebook-details .section-wrap .details-view .more-details .read-this-on {
          font-size: 15px;
          margin: 0;
          display: block; }
          .ebook-details .section-wrap .details-view .more-details .read-this-on .material-icons {
            vertical-align: middle;
            margin: 0 5px; }
        .ebook-details .section-wrap .details-view .more-details h3 {
          font-size: 1.2rem;
          font-weight: 300; }
        .ebook-details .section-wrap .details-view .more-details p {
          font-size: 1rem; }
        .ebook-details .section-wrap .details-view .more-details .table tbody {
          width: 100%; }
          .ebook-details .section-wrap .details-view .more-details .table tbody tr:nth-of-type(odd) {
            background: rgba(0, 151, 149, 0.02); }
          .ebook-details .section-wrap .details-view .more-details .table tbody tr:hover {
            background: #e9e9e9; }
          .ebook-details .section-wrap .details-view .more-details .table tbody td {
            border-color: rgba(0, 151, 149, 0.05); }
            .ebook-details .section-wrap .details-view .more-details .table tbody td.bold {
              font-weight: 500; }
            .ebook-details .section-wrap .details-view .more-details .table tbody td a {
              color: #009795; }
        .ebook-details .section-wrap .details-view .more-details .sub-title, .ebook-details .section-wrap .details-view .more-details .author-name, .ebook-details .section-wrap .details-view .more-details .format {
          display: block;
          padding: 3px 0; }
        .ebook-details .section-wrap .details-view .more-details .btn {
          margin: 0px;
          font-size: 13px; }
        .ebook-details .section-wrap .details-view .more-details hr {
          margin: 0.5rem 0; }
        .ebook-details .section-wrap .details-view .more-details .action-items {
          margin-bottom: 15px; }
          @media (max-width: 544px) {
            .ebook-details .section-wrap .details-view .more-details .action-items {
              margin-top: 15px; } }
          .ebook-details .section-wrap .details-view .more-details .action-items button.btn, .ebook-details .section-wrap .details-view .more-details .action-items a.btn {
            min-width: 122px;
            color: #FFFFFF;
            padding: .375rem 1rem; }
            @media (max-width: 1200px) {
              .ebook-details .section-wrap .details-view .more-details .action-items button.btn, .ebook-details .section-wrap .details-view .more-details .action-items a.btn {
                min-width: 80px;
                font-size: 0.8rem; } }
            @media (max-width: 768px) {
              .ebook-details .section-wrap .details-view .more-details .action-items button.btn, .ebook-details .section-wrap .details-view .more-details .action-items a.btn {
                min-width: 100px; } }
            .ebook-details .section-wrap .details-view .more-details .action-items button.btn:hover, .ebook-details .section-wrap .details-view .more-details .action-items a.btn:hover {
              color: #FFFFFF; }
          .ebook-details .section-wrap .details-view .more-details .action-items button.btn-primary {
            background: #009795;
            height: 36px;
            font-weight: 300;
            line-height: 18px;
            font-size: 14px;
            border-radius: 2px; }
            .ebook-details .section-wrap .details-view .more-details .action-items button.btn-primary:hover {
              background: #01a2a0; }
          .ebook-details .section-wrap .details-view .more-details .action-items a {
            color: rgba(37, 37, 37, 0.5);
            padding: 0px;
            width: 50px;
            text-align: center; }
            .ebook-details .section-wrap .details-view .more-details .action-items a .material-icons {
              vertical-align: middle; }
            .ebook-details .section-wrap .details-view .more-details .action-items a:hover, .ebook-details .section-wrap .details-view .more-details .action-items a.active {
              color: #009795; }
            .ebook-details .section-wrap .details-view .more-details .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .ebook-details .section-wrap .details-view .more-details .action-items a.icon-link:hover, .ebook-details .section-wrap .details-view .more-details .action-items a.icon-link.active {
                color: #333; }
              @media (max-width: 544px) {
                .ebook-details .section-wrap .details-view .more-details .action-items a.icon-link {
                  margin: 20px 0px 0 0; } }
          .ebook-details .section-wrap .details-view .more-details .action-items .dropdown-menu {
            margin: 0; }
            .ebook-details .section-wrap .details-view .more-details .action-items .dropdown-menu .dropdown-item {
              display: block;
              padding: 5px;
              width: 100%;
              text-align: center;
              font-size: 14px;
              color: #fff;
              background: #009795;
              border: 1px solid #c7c7c7;
              height: 36px; }
              .ebook-details .section-wrap .details-view .more-details .action-items .dropdown-menu .dropdown-item:hover {
                color: #fff; }
          @media (max-width: 414px) {
            .ebook-details .section-wrap .details-view .more-details .action-items .btn-group {
              margin-right: 0px; } }
          @media (max-width: 411px) {
            .ebook-details .section-wrap .details-view .more-details .action-items .btn-group {
              margin-right: 0px; } }
          .ebook-details .section-wrap .details-view .more-details .action-items .btn-group button.dropdown-toggle {
            color: #fff !important;
            background-color: #009795 !important;
            height: 36px;
            font-weight: 300;
            line-height: 18px;
            font-size: 14px !important;
            border-radius: 2px;
            margin-right: 16px !important;
            width: 140px; }
            .ebook-details .section-wrap .details-view .more-details .action-items .btn-group button.dropdown-toggle:hover {
              background: #01a2a0; }
            @media (min-width: 320px) and (max-width: 560px) {
              .ebook-details .section-wrap .details-view .more-details .action-items .btn-group button.dropdown-toggle {
                margin-right: 5px; } }
      .ebook-details .section-wrap .details-view .details-navigation .tab-content #citations h2 {
        font-size: 20px; }
        @media (max-width: 576px) {
          .ebook-details .section-wrap .details-view .details-navigation .tab-content #citations h2 {
            font-size: 16px; } }
      .ebook-details .section-wrap .details-view .details-navigation .tab-content #citations p {
        font-size: 14px;
        line-height: 18px; }
      .ebook-details .section-wrap .details-view .nav-tabs {
        position: relative; }
        .ebook-details .section-wrap .details-view .nav-tabs .nav-link {
          border: 0;
          padding: 8px 16px;
          font-size: 14px;
          line-height: 18px;
          font-weight: 400;
          color: #3e3d40; }
          .ebook-details .section-wrap .details-view .nav-tabs .nav-link:hover {
            color: #009795; }
          .ebook-details .section-wrap .details-view .nav-tabs .nav-link.active {
            border-bottom: 2px solid #FFFFFF;
            color: #3e3d40;
            font-weight: 600; }
            .ebook-details .section-wrap .details-view .nav-tabs .nav-link.active .label {
              background: #009795; }
              .ebook-details .section-wrap .details-view .nav-tabs .nav-link.active .label::before {
                border-right-color: #009795; }
      .ebook-details .section-wrap .details-view .tab-content {
        min-height: 200px;
        position: relative;
        overflow: hidden;
        padding: 20px;
        font-size: 14px;
        line-height: 18px;
        box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.1), 0 12px 15px 0 rgba(0, 0, 0, 0.09); }
        .ebook-details .section-wrap .details-view .tab-content .tab-pane p a {
          color: #009795 !important; }
        .ebook-details .section-wrap .details-view .tab-content .tab-pane h2 {
          font-size: 24px; }
        .ebook-details .section-wrap .details-view .tab-content .tab-pane#description {
          font-size: 13px; }
        .ebook-details .section-wrap .details-view .tab-content .tab-pane#citations {
          font-size: 13px; }
          .ebook-details .section-wrap .details-view .tab-content .tab-pane#citations h2 {
            font-size: 16px; }
        @media (min-width: 320px) and (max-width: 480px) {
          .ebook-details .section-wrap .details-view .tab-content {
            line-height: 22px; } }
      .ebook-details .section-wrap .details-view .details-navigation ul li.nav-item a.nav-link[href="#ancillaries"] {
        display: none; }
    .ebook-details .section-wrap.books-in-the-collection .card-group .card {
      box-shadow: none;
      width: 25%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2em 1em 1em;
      margin: 0;
      float: left;
      min-height: 500px;
      max-height: 500px; }
      @media only screen and (min-width: 993px) {
        .ebook-details .section-wrap.books-in-the-collection .card-group .card:nth-child(4n) {
          border-right: 0px solid #e8e8e8; } }
      @media (max-width: 1024px) {
        .ebook-details .section-wrap.books-in-the-collection .card-group .card {
          padding: 1em; } }
      @media (max-width: 768px) {
        .ebook-details .section-wrap.books-in-the-collection .card-group .card {
          width: 50%; } }
      @media (max-width: 480px) {
        .ebook-details .section-wrap.books-in-the-collection .card-group .card {
          width: 100%; } }
      .ebook-details .section-wrap.books-in-the-collection .card-group .card .cover-img {
        position: relative;
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center;
        height: 240px; }
        .ebook-details .section-wrap.books-in-the-collection .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; }
      .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block {
        padding: 0; }
        .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .content-type {
          font-size: 0.9rem;
          color: rgba(62, 61, 64, 0.4); }
        .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .card-title {
          font-weight: 300;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 43.2px;
          /* Fallback for non-webkit */
          font-size: 18px;
          line-height: 1.2;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          color: #3e3d40; }
          .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 42px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; }
        .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items {
          margin: 20px 0 0; }
          .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items button.btn, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.btn {
            margin: 0 5px 15px 0;
            min-width: 122px;
            color: #FFFFFF;
            padding: .375rem 1rem; }
            @media (max-width: 1024px) {
              .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items button.btn, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.btn {
                min-width: 80px;
                font-size: 0.8rem; } }
            @media (max-width: 768px) {
              .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items button.btn, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.btn {
                min-width: 100px; } }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items button.btn:hover, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items .btn-group {
            display: inline-block;
            margin-bottom: 15px; }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items .btn-group .btn {
              margin: 0;
              padding: 5px;
              margin-right: 10px; }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items .btn-group .dropdown-menu {
              margin: 0; }
              .ebook-details .section-wrap.books-in-the-collection .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: #3e3d40;
                background: #c7c7c7;
                border: 1px solid #c7c7c7; }
                .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items .btn-group .dropdown-menu .dropdown-item:hover {
                  color: #009795; }
          .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 23%;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            @media (max-width: 1024px) {
              .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a {
                width: 22%; } }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a .material-icons {
              vertical-align: middle; }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a:hover, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.icon-link:hover, .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
        .ebook-details .section-wrap.books-in-the-collection .card-group .card .card-block p.author-name {
          margin: 10px 0 0 0; }
      .ebook-details .section-wrap.books-in-the-collection .card-group .card:first-child {
        border-left: 1px solid #e8e8e8; }

/* 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 {
  color: #252525 !important; }

html .text-muted, body .text-muted {
  color: #252525; }

.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 {
  color: #252525 !important; }

.search-bg .search-wraper .advanced-search .dropdown-toggle {
  display: inline-block;
  padding: 5px 0 0;
  font-size: 0.9rem;
  font-family: "Arial", sans-serif;
  color: #333333 !important;
  border: none;
  background: transparent; }

.static-page .content-wrapper h2.contact-page-h2 {
  font-size: 1rem !important;
  font-weight: 600;
  text-align: left !important; }

.navbar .nav li button {
  color: #6a7070;
  padding: 8px 16px;
  line-height: 18px;
  display: inline-block;
  font-size: 14px;
  border: 0px;
  background: transparent; }

.navbar .nav li button .material-icons {
  vertical-align: middle;
  color: #6a7070; }

.navbar .nav li button .material-icons:hover {
  color: #252525; }

.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; }

.carousel-indicators {
  z-index: 1; }

button:focus, input:focus, .select2:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25) !important; }

.underline {
  text-decoration: underline; }

.font-24px {
  font-size: 24px; }

.modal .close {
  position: absolute;
  top: 10px;
  right: 15px; }

.journal-home .journals-header .more-details h2.descp {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left; }

.modal.in .modal-dialog {
  transform: scale3d(1, 1, 1) translateY(-60%) !important;
  -webkit-transform: scale3d(1, 1, 1) translateY(-60%) !important; }

/* login/registration model css*/
/* popup */
/*
  Modal Overlay
*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1 !important;
  background-color: transparent; }

.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; }

.modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden; }

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  z-index: 2; }

/*
  Modal Content Area
*/
.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); }

.modal-overlay[aria-hidden="false"] .modal-content {
  transform: scale(1); }

/*
  Close Modal 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_title {
  font-size: 20px; }

.btn-close:hover {
  color: #c12f48; }

.btn-close:focus {
  outline: 1px dotted; }

.modal-content-wraper {
  margin-top: 10px; }

.modal-btn-wraper {
  margin-top: 30px;
  margin-bottom: 10px; }

.modal-btn {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin: 0px 5px;
  padding: 5px 10px; }

#description a {
  text-decoration: underline !important; }

.cover-img a {
  display: block; }

.card-title {
  color: #3e3d40; }

@media (max-width: 1100px) {
  .ui-tabs-nav {
    margin: 0;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: auto !important; }

  .ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block; }

  .ui-tabs .ui-tabs-nav li {
    padding: 0 !important; }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 5px !important; }

  .static-page .content-wrapper ul li {
    margin: 5px 0 5px 0px !important; } }
/*# sourceMappingURL=ipcmd.css.map */
.tab-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.tab-widget__item {
  display: inline;
  margin-right: 5px; }

.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; }

.tab-widget__tabs {
  background-color: MintCream;
  border: solid DarkViolet 1px;
  border-radius: 0 5px 5px 5px;
  padding: 1em; }

.tab-widget__tab-content {
  display: none; }

.tab-widget__tab-content--active,
.no-js .tab-widget__tab-content {
  display: block; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*# sourceMappingURL=ebook-details.css.map */
