/*Mixin Border Radius*/
/*Mixin flex box*/
/*Mixin transform*/
/*Mixin animation*/
/*Mixin Boxshadow*/
/* mixin for multiline */
/*  Use "desktop" for default styling, then override with tablet */
.opr-app-download-wrapper {
  background: #ffffff;
  position: relative;
  padding: 0;
  font-size: 22px;
  max-width: 500px;
  margin: auto;
  min-height: 288px; }
  .opr-app-download-wrapper p {
    padding: 0 38px; }
  .opr-app-download-wrapper ul {
    display: inline-block; }
    .opr-app-download-wrapper ul li {
      display: inline-block;
      margin-right: 3px; }
      .opr-app-download-wrapper ul li a {
        display: block;
        background: url(../images/app-icon.png) no-repeat;
        width: 126px;
        height: 45px; }
        .opr-app-download-wrapper ul li a.opr-google-play {
          background-position: left -45px; }
        .opr-app-download-wrapper ul li a.opr-desktop-reader {
          background-position: left -90px; }
  .opr-app-download-wrapper.opr-hide-panel {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    border: none;
    margin: 0px;
    opacity: 0;
    min-height: 0px; }

.opr-tab-view {
  margin: 0 -20px;
  padding: 15px 20px 15px 20px;
  background: #fafafa;
  border-bottom: solid 1px #e8e8e8;
  height: 50px;
  margin-bottom: 30px; }

.opr-close-icon {
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 15px;
  right: 17px; }

/* SCSS for Bookself Redem section*/
.opr-book-redem-section h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  font-family: open_sanssemibold, sans-serif; }
.opr-book-redem-section p {
  color: #727272;
  font-size: 14px; }
  .opr-book-redem-section p a {
    color: #3399cc;
    border: solid 1px #3ba3e1;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: open_sansbold, sans-serif;
    font-size: 12px;
    margin-top: -4px;
    margin-left: 10px; }

#txt-books-available {
  font-size: 12px;
  border-left: solid 1px #f1f1f1;
  color: #4B4B4B;
  padding-top: 1px; }

.opr-gradiant-panel {
  background: url(../images/gradiant-middle-repeat.png) repeat-x top left;
  height: 29px;
  width: 100%;
  float: left;
  display: none; }
  .opr-gradiant-panel .opr-gradiant-left {
    background: url(../images/gradiant-left.png) no-repeat top left;
    width: 99px;
    flex: 0 0 99px;
    height: 29px; }
  .opr-gradiant-panel .opr-gradiant-right {
    background: url(../images/gradiant-right.png) no-repeat top left;
    width: 99px;
    flex: 0 0 99px;
    height: 29px; }

.opr-bookshelf-wrapper {
  float: left;
  width: 100%; }

/* SCSS for Sort and Search panel Items*/
.opr-sort-search-wrapper .opr-sorting-container .open ul li:first-child {
  margin: 0; }

.opr-sort-search-wrapper {
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 99; }
  .opr-sort-search-wrapper .opr-sorting-container ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: left; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a {
      color: #157FA1; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected {
        padding-right: 20px; }
        .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected:before {
          position: absolute;
          right: 0px;
          top: 4px;
          font-size: 12px;
          color: #7c7c7c; }
        .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected span {
          display: inline-block;
          margin: 0 10px 0 0; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a:hover {
        background: #eeeeee;
        transition: All .5s ease;
        -webkit-transition: All .5s ease;
        -moz-transition: All .5s ease;
        -o-transition: All .5s ease; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.selected {
        background: #EEEEEE;
        color: #333; }
    .opr-sort-search-wrapper .opr-sorting-container ul li ul {
      position: absolute;
      background: #ffffff;
      min-width: 142px;
      border: solid 1px #c7c7c7;
      border-bottom: 0;
      display: none;
      right: -7px;
      top: 29px; }
      .opr-sort-search-wrapper .opr-sorting-container ul li ul li {
        display: block;
        min-height: auto; }
        .opr-sort-search-wrapper .opr-sorting-container ul li ul li a {
          padding: 7px 8px;
          display: block; }
  .opr-sort-search-wrapper .opr-sorting-container ul.open ul {
    display: block; }
  .opr-sort-search-wrapper .opr-search-box {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    height: 30px;
    margin-top: 2px;
    background: #ffffff;
    box-shadow: 0px 1px 2px #b2b2b2; }
    .opr-sort-search-wrapper .opr-search-box input {
      border: 0;
      width: 200px;
      padding-left: 16px;
      background: none;
      font-size: 12px;
      color: #727272;
      height: 30px;
      outline: none;
      -webkit-appearance: none; }
      .opr-sort-search-wrapper .opr-search-box input::-webkit-input-placeholder {
        color: #727272; }
      .opr-sort-search-wrapper .opr-search-box input::-moz-placeholder {
        color: #727272; }
      .opr-sort-search-wrapper .opr-search-box input:-ms-input-placeholder {
        color: #727272; }
    .opr-sort-search-wrapper .opr-search-box input[type=button] {
      width: 30px;
      height: 33px;
      border: none;
      background: none;
      position: relative;
      z-index: 5; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon {
      position: absolute;
      background: #fff;
      height: 30px;
      right: 0;
      top: 0px; }
      .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon:before {
        position: absolute;
        color: #808080;
        font-size: 20px;
        top: 5px;
        left: 4px;
        cursor: pointer; }

.opr-wrapper {
  background: #fff; }

.opr-lib-search-clear {
  width: 14px;
  right: 29px;
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  bottom: 0; }
  .opr-lib-search-clear:before {
    top: 4px;
    position: relative; }

/* SCSS for Bookself Items*/
.opr-bookself-item-wrapper {
  width: 100%; }

.opr-bookself-item {
  float: left;
  width: 200px;
  height: 315px;
  background: #ffffff;
  margin: 0 45px 55px 0;
  text-align: left;
  padding-bottom: 39px;
  position: relative; }

.opr-item-cover {
  width: 200px;
  height: 225px;
  position: relative;
  text-align: center;
  display: table;
  padding: 25px 25px 0 25px; }
  .opr-item-cover .opr-no-book {
    display: none; }
  .opr-item-cover a {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 200px;
    position: relative;
    border: solid 1px rgba(213, 213, 213, 0.4);
    z-index: 1;
    background: #ffffff; }
  .opr-item-cover img {
    max-width: 150px;
    max-height: 200px;
    min-height: 60px; }
  .opr-item-cover.opr-nocover a {
    background: #3AA5DA; }
  .opr-item-cover.opr-nocover img {
    display: none; }
  .opr-item-cover.opr-nocover .opr-no-book {
    color: #ffffff;
    background: url(../images/no-cover-icon.png) no-repeat top center;
    padding: 54px 0 0px 0;
    display: block;
    background-size: 40px;
    background-position-y: 11px; }

.opr-library-labels .opr-icon-badge:before {
  vertical-align: middle;
  line-height: 30px !important; }

.checkbox-custom + .checkbox-custom-label:before {
  background: transparent; }

.opr-book-label {
  height: 32px;
  color: #fff;
  vertical-align: middle; }

.opr-library-labels {
  background-color: rgba(245, 109, 19, 0.85);
  position: absolute;
  bottom: 0px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  left: 0;
  right: 0;
  width: 100%;
  white-space: nowrap;
  padding-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 1; }

.opr-library-labels.opr-label-sample-outer {
  background: rgba(58, 165, 217, 0.9); }

.context-grp {
  width: 52px;
  white-space: nowrap; }

.opr-icon-badge {
  margin: 0px 8px 0 0;
  display: inline-block;
  font-size: 14px;
  color: #fff; }

.opr-item-title {
  font-family: open_sanssemibold, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.opr-item-author {
  font-size: 12px;
  color: #4B4B4B;
  line-height: normal;
  text-align: center; }

.opr-group-invite {
  color: #e76453; }

.opr-group-and-details {
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 0; }
  .opr-group-and-details li {
    display: inline-block !important;
    position: relative;
    padding-top: 0;
    line-height: normal; }
    .opr-group-and-details li:last-child:after {
      border: none; }
    .opr-group-and-details li:after {
      content: '';
      border-left: 1px solid #808080;
      position: absolute;
      right: 0;
      height: 12px;
      top: 4px; }
    .opr-group-and-details li a {
      font-size: 12px;
      color: #047A9C;
      position: relative;
      font-family: open_sanssemibold, sans-serif; }
      .opr-group-and-details li a:before {
        color: #157FA1;
        position: absolute;
        left: 0;
        font-size: 16px; }
      .opr-group-and-details li a.opr-clickthrough-details {
        padding-left: 21px; }
      .opr-group-and-details li a.opr-clickthrough-group {
        padding-left: 24px; }
        .opr-group-and-details li a.opr-clickthrough-group:before {
          font-size: 20px;
          top: -3px; }

.opr-groups-badge {
  background: #E84A4A;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -4px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 0px 5px 1px 5px;
  left: 50px;
  z-index: 1; }

.opr-sorting-container {
  padding-top: 8px; }

.opr-book-redem-section,
.opr-bookself-item-wrapper {
  margin: auto;
  padding-left: 0;
  padding-right: 0; }

/*@media (min-width: 1900px) {

    .opr-bookself-item:nth-of-type(7n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 1672px;
    }
}

@media (min-width: 1600px) and (max-width: 1899px) {

    .opr-bookself-item:nth-of-type(6n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 1429px;
    }
}


@media (min-width: 1367px) and (max-width: 1599px) {

    .opr-bookself-item:nth-of-type(5n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 1183px;
    }
}

@media (min-width: 1152px) and (max-width: 1366px) {

    .opr-bookself-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 939px;
    }
}

@media (min-width: 1024px) and (max-width: 1151px) {

    .opr-bookself-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 937px;
    }
}

@media (min-width: 801px) and (max-width: 1023px) {

    .opr-bookself-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .opr-book-redem-section,
    .opr-bookself-item-wrapper {
        max-width: 692px;
    }

    .opr-book-redem-section h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 124px;
    }

    .modal.context-menu-popup {
        min-width: 80%;
    }

    #txt-books-available {
        max-width: 174px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 800px) {

    .opr-bookself-item-wrapper {
        max-width: 700px
    }

    .opr-bookself-item:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .opr-download-platform .opr-column {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: auto;
    }

    .opr-book-redem-section {
        max-width: 678px;
    }

}

@media (max-width: 1000px) {
    .opr-book-redem-section {
        position: relative;
    }

    #txt-books-available {
        position: absolute;
        top: 50px;
        border-left: none!important;
        left: -25px;
    }

    .opr-bookself-item-wrapper {
        margin-top: 20px;
    }

    .opr-sorting-container {
        top: 50px;
        position: absolute;
        right: -2px;
    }

}

@media (min-width: 700px) and (max-width: 800px) {


    .opr-book-redem-section {
        max-width: 678px;
    }

    .opr-bookshelf-add-book .opr-item-title {
        white-space: nowrap;
    }



}

@media (min-width: 500px) and (max-width: 750px) {

    .opr-bookself-item-wrapper,
    .opr-book-redem-section {
        max-width: 451px;
    }

    .opr-bookself-item:nth-of-type(3n) {
        margin-right: 45px !important;
    }

    .opr-redeem-input-box input[type=text]:not(.browser-default) {
        max-width: 320px;
    }

    input[type=text]:not(.browser-default):focus:not([readonly]) {
        box-shadow: none
    }


    .opr-bookself-item:nth-of-type(2n) {
        margin-right: 0 !important;
    }

}*/
.opr-no-book-container h3 {
  font-size: 24px;
  color: #2d3c5a;
  margin: 20px 0 8px 0; }
.opr-no-book-container p {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  max-width: 400px;
  margin: 0 auto; }

.opr-no-book-icon {
  background: url(../images/no-book-icon.png) no-repeat top center;
  width: 301px;
  height: 84px;
  margin: 0 auto; }

.opr-search-result .opr-no-book-icon {
  background: url(../images/ic_no_result.png) no-repeat top center; }

.opr-no-book-container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 121px;
  bottom: 60px;
  margin: auto;
  max-height: 240px; }

.op-grey-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: #F0F0F0;
  z-index: 0; }

.opr-sorting-container-outer {
  margin-top: -7px; }

.border-right-blue {
  border-right: solid 1px #039BE5; }

#bookshelf-sort-menu-toggle {
  display: block;
  white-space: nowrap;
  font-size: 12px; }

.opr-search-box input[type="search"]::-webkit-input-placeholder,
.opr-search-box input[type="search"]::-moz-placeholder,
.opr-search-box input[type="search"]::-ms-input-placeholder {
  font-size: 12px; }

/*for home page*/
.opr-sort-by-label {
  font-size: 12px;
  color: #4B4B4B;
  font-family: open_sanssemibold, sans-serif; }

.opr-bookself-item .btn-floating {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0; }

.opr-add-a-book {
  background: #fff; }
  .opr-add-a-book a.read {
    background: #fff; }

.open ul#bookshelf-sort-menu-dropdown {
  top: -13px;
  right: -10px; }

ul.opr-float-l.open {
  transform: scale(1.1); }

.opr-no-book-container .btn {
  background-color: #047A9C;
  font-size: 16px;
  margin-top: 20px;
  font-family: open_sanssemibold, sans-serif;
  text-transform: none; }
.opr-no-book-container h3.opr-no-books-title-text {
  color: #000000;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif; }

.opr-all-icons.opr-plus-icon {
  background-color: #047A9C !important;
  top: 26px; }

.opr-bookshelf-add-book .opr-item-title {
  white-space: normal;
  line-height: 18px;
  font-family: open_sansregular, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #4B4B4B; }
.opr-bookshelf-add-book .accessCode {
  color: #047A9C;
  position: relative;
  font-family: open_sanssemibold, sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
  text-align: center;
  width: 90px;
  line-height: 25px; }
  .opr-bookshelf-add-book .accessCode:hover {
    background: rgba(58, 165, 217, 0.2); }

input[type=search]:not(.browser-default):focus:not([readonly]) {
  padding-right: 45px;
  -webkit-appearance: none; }

.opr-sort-search-wrapper .opr-search-box input {
  border-bottom: 1px solid transparent; }

.opr-group-and-details .padding-right-15 {
  border-color: #808080; }
.opr-group-and-details li a {
  margin: 0;
  padding: 0 5px;
  position: relative;
  top: 0px;
  height: auto;
  line-height: 20px;
  text-transform: capitalize; }

.app-download-wrapper-head {
  color: #fff;
  padding: 12px;
  min-height: 150px;
  padding-top: 50px;
  padding-bottom: 41px;
  background: #F46506 url(../images/promo_banner_bg.png) 20px 21px no-repeat; }

.app-download-wrapper-head-large {
  color: #fff;
  padding: 12px;
  font-size: 26px;
  padding-top: 0; }

.waves-effect .waves-ripple {
  background-color: rgba(58, 165, 217, 0.2); }

#promoBanner-popup {
  max-width: 500px;
  max-height: 330px;
  min-width: 500px !important; }
  #promoBanner-popup .opr-close-popup-icon {
    color: #ffffff; }
  #promoBanner-popup .opr-popupheader-text {
    display: none; }
  #promoBanner-popup .context-menu-popup-head {
    background: #f46506;
    border: none;
    height: 56px;
    width: 50px;
    float: right;
    right: 0;
    position: absolute;
    left: auto;
    z-index: 99; }
  #promoBanner-popup .context-menu-popup-content {
    padding: 0;
    position: absolute;
    top: 0; }

.app-download-wrapper-head-small {
  font-size: 16px;
  padding: 0 50px; }

.btn-flat:focus {
  color: #7d7d7d !important;
  background: rgba(58, 165, 217, 0.2); }

.opr-bookself-item-wrapper .btn-flat:hover {
  background: rgba(58, 165, 217, 0.2); }

#promoBanner-content {
  overflow: hidden; }

.modal.context-menu-popup.fade.open {
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out; }

.lib-over-img .modal-buttons .btn-secondary {
  line-height: 15px; }

#rac-activate-btn {
  height: 35px;
  width: 34px;
  position: relative;
  top: -34px;
  left: -10px;
  outline: none; }

#bookshelf-sort-menu-toggle:hover {
  background: transparent !important; }

.context-overview a {
  min-width: 46px; }

.context-grp a {
  width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#aboutus-popup {
  max-width: 660px;
  max-height: 453px; }

.opr-lib-search-clear:before {
  font-size: 8px; }

/*.opr-header-navigation > li:nth-child(2),.opr-notification-icon,.opr-help-icon{ display:none;}*/
/*adding modal overlay CSS*/
.modal-overlay {
  top: 0;
  height: inherit;
  background: #000;
  width: inherit; }

.btn-primary {
  color: #fff;
  background-color: #47b3e7;
  border-color: #47b3e7; }

.opr-bookself-item .sort-list.dropdown-menu {
  background: #ffffff;
  min-width: 142px;
  border: solid 1px #c7c7c7;
  border-bottom: 0; }
  .opr-bookself-item .sort-list.dropdown-menu li {
    display: block;
    min-height: auto;
    position: relative;
    font-size: 14px;
    text-align: left; }
    .opr-bookself-item .sort-list.dropdown-menu li a {
      padding: 4px 8px;
      display: block;
      color: #4B4B4B; }
    .opr-bookself-item .sort-list.dropdown-menu li a.selected {
      background: #EEEEEE;
      color: #333; }

.opr-days-count {
  display: none; }

/*DR related global css updates end here... and this need to remove once the native DR design for Bookshelf is ready */
.opr-dr-contextmenu-wrapper {
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
  margin-left: 0; }

.opr-chrome-contextmenu {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: none; }

/*DR related global css updates end here... and this need to remove once the native DR design for Bookshelf is ready */
/*book status based messages*/
.opr-library-labels.opr-book-revoked {
  background: #e84a4a; }
  .opr-library-labels.opr-book-revoked .opr-icon-badge:before {
    content: "\e951"; }

.opr-library-labels.opr-book-outdate {
  background: #ba356a; }

/*---------------------------------------page loader (messagebox) css start---------------------------------------*/
.messageBox, .search-messageBox {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.search-messageBox {
  background-color: rgba(0, 0, 0, 0); }

.progressBox, .progressBox_mobile {
  display: none;
  top: 50%;
  left: 50%;
  position: fixed;
  background-color: #f5f4f4;
  color: #000000;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  padding: 10px;
  width: 195px;
  margin-left: -97px;
  margin-top: -27px; }

.progressBox_mobile {
  padding: 0;
  width: 80px;
  margin-left: -40px;
  text-align: center;
  height: 50px;
  margin-top: -25px; }

.loader_dots {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 50px;
  margin-top: -25px; }

.search-messageBox .progressBox {
  position: absolute;
  width: 140px;
  margin-left: -70px; }

.progressBox #message, .search-messageBox .search-message {
  margin-left: 10px;
  font-size: 12px;
  text-shadow: none;
  border-radius: 0;
  vertical-align: middle;
  width: 125px; }

.search-messageBox .search-message {
  display: inline-block;
  width: 70px; }

.loader {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(62, 62, 62, 0.2);
  border-right: 0.6em solid rgba(62, 62, 62, 0.2);
  border-bottom: 0.6em solid rgba(62, 62, 62, 0.2);
  border-left: 0.6em solid #6f6f6f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader, .loader:after {
  border-radius: 50%;
  width: 32px;
  height: 32px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*---------------------------------------page loader (messagebox) css end---------------------------------------*/
/*  Use "desktop" for default styling, then override with tablet */
.white-bg {
  background: #fff; }

/*Resource CSS*/
.opr-resource-wrapper {
  margin-top: 30px;
  width: 100%;
  min-height: calc(100% - 30px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }

.opr-enrichment-list-resource.noBorder {
  border-bottom: none; }

.opr-enrichment-list-resource {
  cursor: pointer; }

.opr-resource-panel-left {
  width: 300px;
  position: relative; }

.opr-image-resource-container {
  background: #F8F8F8;
  min-height: 380px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 37px; }
  .opr-image-resource-container img {
    max-height: 276px;
    max-width: 206px;
    margin-top: 20px; }

.opr-image-resource-container label {
  font-size: 20px;
  color: #333333;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.opr-image-resource-container img {
  display: inline-block;
  vertical-align: middle; }

.opr-resources-left-tabs {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 51px; }

.opr-resources-left-tabs a {
  display: block;
  color: #333;
  min-height: 32px;
  background: #F8F8F8;
  line-height: 45px;
  padding-left: 17px;
  position: relative;
  cursor: pointer; }
  .opr-resources-left-tabs a:hover {
    color: #333; }

.opr-resources-left-tabs .checked a {
  background-color: #C5C5C5; }

.opr-resources-left-tabs .unchecked :after {
  display: none; }

.opr-resource-panel-right {
  width: calc(100% - 300px);
  padding-left: 40px; }
  .opr-resource-panel-right .List {
    overflow-x: hidden !important; }

.opr-resource-filter {
  background: #F8F8F8;
  padding: 25px;
  position: relative; }

.opr-resource-filter h4 {
  font-size: 16px;
  color: #333333; }

.opr-filter-check-uncheck {
  margin-top: 25px;
  white-space: nowrap; }
  .opr-filter-check-uncheck .badge-view-container {
    margin-right: 10px; }

.opr-filter-check-uncheck a {
  border: solid 1px #C5C5C5;
  border-radius: 2px;
  padding: 5px 10px;
  margin-right: 18px;
  font-size: 14px;
  color: #4E4E4E;
  background: #fff; }

.opr-resource-accordion-header {
  font-family: open_sansbold;
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 0;
  border-bottom: solid 1px #C5C5C566;
  line-height: 22px !important; }
  .opr-resource-accordion-header .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 70px; }

.opr-resource-accordion-content, .opr-enrichment-list-resource {
  font-size: 14px;
  color: #333333;
  display: block;
  border-bottom: solid 1px #C5C5C566;
  padding: 13px 0;
  line-height: 10px;
  margin-left: 23px;
  line-height: 28px; }
  .opr-resource-accordion-content div, .opr-enrichment-list-resource div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .opr-resource-accordion-content span:before, .opr-enrichment-list-resource span:before {
    color: #808080;
    position: relative;
    left: 0;
    font-size: 22px;
    top: 4px;
    margin-right: 10px; }

.opr-resource-wrapper-main {
  min-height: calc(100% - 196px);
  width: 100%;
  height: calc(100% - 196px); }

.opr-resources-left-tabs a:first-child:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #C5C5C5;
  position: absolute;
  right: -10px;
  top: 10px; }

.filter-icon {
  display: inline-block;
  height: 18px;
  width: 20px;
  vertical-align: middle;
  margin-right: 7px;
  background: url(../images/filter.svg) no-repeat center;
  position: relative;
  top: -2px; }

.opr-resource-accordion-content span {
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px; }

.opr-resource-accordion-content {
  margin-left: 24px; }

/* Hide the browser's default checkbox */
.badge-view-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  background-color: #fff;
  padding: 6px 15px;
  border: solid 1px #C5C5C5;
  border-radius: 3px;
  font-family: open_sanssemibold;
  color: #333;
  cursor: pointer;
  position: relative; }

/* On mouse-over, add a grey background color */
.badge-view-container:hover input ~ .checkmark {
  background-color: #D5D5D5; }

/* When the checkbox is checked, add a blue background */
.badge-view-container input:checked ~ .checkmark {
  background-color: #D5D5D5; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-icon {
  display: none; }

/* Show the checkmark when checked */
.badge-view-container input:checked ~ .checkmark:after, .badge-view-container input:checked ~ .checkmark .checkmark-icon {
  display: inline-block;
  margin: 0 9px 0 -2px; }

/* Style the checkmark/indicator */
.badge-view-container .checkmark:after, .checkmark-icon {
  left: 9px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.opr-resource-filter-icon {
  background: url(../images/filter.svg) no-repeat;
  height: 11px;
  width: 20px;
  display: inline-block; }

.opr-resource-accordion-downimage, .opr-resource-accordion-upimage {
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

.opr-resource-accordion-upimage {
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #4b4b4b transparent; }

.opr-resource-accordion-downimage {
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #4b4b4b transparent transparent transparent; }

.opr-show-teacher-resources {
  position: absolute;
  left: 0;
  top: -18px;
  background: #fff;
  z-index: 99; }
  .opr-show-teacher-resources [type="checkbox"]:not(:checked), .opr-show-teacher-resources [type="checkbox"]:checked {
    opacity: 1;
    pointer-events: all;
    position: relative;
    cursor: pointer; }
  .opr-show-teacher-resources label {
    padding-left: 8px;
    font-size: 12px;
    color: #333333;
    position: relative;
    top: -2px; }
  .opr-show-teacher-resources :before, .opr-show-teacher-resources :after {
    display: none; }

.opr-widget-img-gal:before {
  content: "\e60b"; }

.opr-widget-audio:before {
  content: "\e662"; }

.opr-widget-img:before, .opr-widget-image:before {
  content: "\e660"; }

.opr-widget-html:before {
  content: '\e96f';
  font-size: 20px !important; }

.opr-widget-video:before {
  content: "\e60c"; }

.opr-widget-weblink:before {
  content: "\e631"; }

.download-widget-icon.download-status-0:before {
  content: "\e977"; }

.download-widget-icon.download-status-1:before {
  content: "\e976"; }

.download-widget-icon.download-status-2:before {
  content: "\e978"; }

.download-widget-icon.download-status-3:before {
  content: "\e975"; }

.opr-widget-tip:before {
  content: "\e647"; }

.opr-widget-file::before {
  content: "\e667"; }

.opr-widget-pdf::before {
  content: "\e63d"; }

.opr-widget-xls::before {
  content: "\e658"; }

.opr-widget-doc::before {
  content: "\e63e"; }

.opr-widget-ppt::before {
  content: "\e656"; }

.enrichment.opr-teacher-tag {
  position: absolute;
  font-size: 9px;
  width: 69px;
  background: #949494;
  text-align: center;
  color: #fff;
  padding: 0;
  margin-left: 0;
  line-height: 14px;
  right: 21px;
  top: 0; }

@media screen and (max-width: 1024px) {
  .opr-image-resource-container {
    min-height: 306px; }
    .opr-image-resource-container img {
      max-height: 236px; }

  .opr-resource-filter {
    white-space: nowrap;
    overflow: auto; }

  .opr-resources-left-tabs {
    margin-top: 5px; }

  .opr-resource-wrapper-main {
    max-width: 950px; } }
@media screen and (max-width: 900px) {
  .opr-show-teacher-resources {
    float: none; }

  .opr-resource-wrapper-main {
    max-width: 800px;
    min-height: calc(100% - 145px);
    height: calc(100% - 145px); } }
@media (min-width: 1152px) and (max-width: 1366px) {
  .opr-resources-left-tabs {
    margin-top: 25px; } }
@media (max-height: 768px) {
  .opr-image-resource-container {
    background: #F8F8F8;
    min-height: 260px; }

  .opr-image-resource-container img {
    max-height: 212px; }

  .opr-image-resource-container label {
    bottom: 5px; }

  .opr-resource-wrapper .opr-resources-left-tabs {
    margin-top: 0; }

  .opr-resource-wrapper {
    margin-top: 8px;
    min-height: calc(100% - 30px); }

  .opr-resource-wrapper-main {
    height: calc(100% - 178px);
    width: 100%; } }
.opr-user-dropdown.context-menu-items.dropdown-content {
  min-width: 308px;
  background: #ffffff;
  position: absolute !important;
  right: -1px !important; }

.opr-show-teacher-resources label {
  font-weight: normal; }

#footerDiv.container {
  background: transparent; }

.breadcrumbs-resource {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 8px;
  clear: both;
  margin-top: 0 !important;
  top: 0px;
  position: relative;
  background: #fafafa;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 15px; }

@media (min-width: 1900px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1672px; } }
@media (min-width: 1600px) and (max-width: 1899px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1429px; } }
@media (min-width: 1366px) and (max-width: 1599px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1183px; } }
@media (min-width: 1152px) and (max-width: 1365px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 939px; } }
@media (min-width: 1024px) and (max-width: 1151px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 937px; } }
@media (min-width: 801px) and (max-width: 1023px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 692px; } }
@media (max-width: 800px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 450px; } }
@media (min-width: 700px) and (max-width: 800px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 644px; } }
.breadcrumbs-resource .backToLib {
  float: left;
  display: inline-block;
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 3px; }

.breadcrumbs-resource .group-belowHeader a {
  color: #4B4B4B;
  margin-left: 4px;
  vertical-align: middle; }

.breadcrumbs-resource .backToLib a:before {
  color: #265EAC;
  content: "\e966" !important;
  margin-right: 5px;
  position: relative;
  top: -2px; }

.breadcrumbs-resource .backToLibLink {
  color: #4B4B4B;
  margin-left: 4px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  top: 2px; }

.breadcrumbs-resource .opr-page-nav-header-inner {
  margin: auto; }

.breadcrumbs-resource .backToLib:before {
  display: none; }

.opr-header-navigation {
  margin-bottom: 0; }

.opr-accordion-expand-collapse {
  float: right;
  position: relative;
  top: -15px; }
  .opr-accordion-expand-collapse span {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer; }
    .opr-accordion-expand-collapse span:nth-child(2) {
      cursor: default; }
    .opr-accordion-expand-collapse span.opr-colexpselected {
      color: #015B70; }

.opr-resource-accordion-listing-panel {
  height: calc(100% - 138px);
  margin-top: 22px; }

.opr-widget-other:before {
  content: "\e973"; }

#opr-resourcePlayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #opr-resourcePlayer > div {
    height: 100%; }
  #opr-resourcePlayer #opr-modalCloser {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 18px;
    height: 18px;
    opacity: 0.9;
    cursor: pointer; }
    #opr-resourcePlayer #opr-modalCloser:before, #opr-resourcePlayer #opr-modalCloser:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 18px;
      width: 2px;
      background-color: #fff; }
    #opr-resourcePlayer #opr-modalCloser:before {
      transform: rotate(45deg); }
    #opr-resourcePlayer #opr-modalCloser:after {
      transform: rotate(-45deg); }
  #opr-resourcePlayer iframe {
    height: 100%;
    width: 100%; }

.opr-resource-accordion-listing-panel .download-widget-icon {
  position: absolute;
  right: 43px;
  color: #015b70;
  top: 17px; }

.ie11 .opr-resource-wrapper {
  height: 95%; }

.emptyMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px; }

@font-face {
  font-family: 'OP2-fonts';
  src: url("../themes/pearson/fonts/pearson.woff?mb64up") format("woff");
  font-weight: normal;
  font-style: normal; }
.opr-all-icons:before, .close:before, .cust-dia-title:before {
  font-family: 'OP2-fonts', sans-serif;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.body-bg {
  background-color: #f9f8f8; }

a {
  color: #252525; }
  a:hover, a:active {
    color: #047A9C; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-header-navigation.opr-nav-left-icons li {
  display: none;
  padding: 16px 15px 15px;
  height: 49px; }
.opr-header-navigation.opr-nav-left-icons li.opr-download-link {
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-download-link a {
    color: #676767;
    font-size: 12px;
    font-family: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-user-menu > li {
  padding-top: 0; }

.opr-backto-bookshelf {
  background: #fff;
  width: 70px; }
  .opr-backto-bookshelf:before {
    content: "\e97b";
    position: absolute;
    margin: auto;
    color: #047a9c;
    left: 10px;
    top: 15px;
    right: auto;
    font-size: 20px; }
  .opr-backto-bookshelf:after {
    content: "Back";
    position: absolute;
    margin: auto;
    color: #252525;
    font-size: 12px;
    left: 30px;
    top: 16px;
    font-weight: 600; }

.switch-labels {
  border: none !important; }

.opr-header-navigation li.opr-header-requestPageProof-icon {
  background: transparent;
  margin: 10px;
  display: block; }
  .opr-header-navigation li.opr-header-requestPageProof-icon a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    background: #047A9C; }

.context-menu-popup-content {
  overflow: hidden;
  overflow-y: auto; }

.opr-form-redeem-wrapper
input[type="text"]:not(.browser-default).opr-input-text {
  width: 100%; }

.context-menu-popup {
  max-height: 550px; }
  .context-menu-popup.access_popup {
    top: 0 !important; }

.access-sample-chapter {
  padding-bottom: 10px; }

.sidebar.nav-tabs li.active a {
  background: #047A9C; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #047A9C; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  margin-right: 0; }
.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  background: #047A9C; }

#bookTitle {
  display: none; }

.mobile-restricted-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index: 999;
  font-size: 14px; }

.mobile-restricted-overlay strong {
  margin-bottom: 9px;
  display: block;
  font-family: open_sansbold;
  color: #000; }

.outer-container-height,
#root,
#root > div {
  height: 100%; }

.mobile-restricted-overlay p {
  line-height: 1.3; }

.backToLib a:before {
  color: #047A9C; }

.bookcontent h4,
.lib-header h2 {
  font-size: 28px;
  color: #333; }
  .bookcontent h4 span,
  .lib-header h2 span {
    font-size: 20px;
    color: #00558b; }

.btn-primary {
  background-color: #047A9C;
  border-color: #047A9C;
  text-transform: capitalize; }
  .btn-primary [disabled] {
    opacity: 0.8; }

.btn:hover,
.btn-large:hover,
.btn:focus,
.btn-large:focus,
.btn-floating:focus,
.cust-dia-btn .btn-primary:hover,
.btn-secondary:hover {
  border-color: #FFB81C;
  background-color: #FFB81C;
  color: #252525 !important; }

.cust-dia-btn .btn-primary {
  background-color: #047A9C; }

.btn-default,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border: 1px solid #c8c8c8; }

.btn-secondary {
  background-color: #047A9C;
  border-color: #047A9C; }
  .btn-secondary:hover {
    border-color: #FFB81C;
    background-color: #FFB81C;
    color: #252525; }

.cancel.btn-default:hover {
  background-color: #FFB81C; }

input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
  color: #047A9C; }

.groups-row h4 {
  color: #047A9C; }

.next-page-button:hover:before,
.prev-page-button:hover:before {
  color: #047A9C; }

.annotation-preview-btn.edit {
  font-size: 16px; }
  .annotation-preview-btn.edit:before {
    color: #047A9C; }
.annotation-preview-btn.delete {
  font-size: 28px; }
  .annotation-preview-btn.delete:before {
    color: #047A9C; }
.annotation-preview-btn.share {
  font-size: 27px; }
  .annotation-preview-btn.share:before {
    color: #047A9C; }

.shareBtn:before {
  color: #047a9c; }

.deleteBtn:before {
  font-size: 18px; }

.jumpTo:before,
.editBtn:before,
.deleteBtn:before,
.navList-delete:before {
  color: #047A9C; }
  .jumpTo:before:hover,
  .editBtn:before:hover,
  .deleteBtn:before:hover,
  .navList-delete:before:hover {
    color: #ffb81c; }
.jumpTo:hover,
.editBtn:hover,
.deleteBtn:hover,
.navList-delete:hover {
  color: #ffb81c; }
  .jumpTo:hover:before,
  .editBtn:hover:before,
  .deleteBtn:hover:before,
  .navList-delete:hover:before {
    color: #ffb81c; }

ul#merged-list li a.deleteBtn:before, ul#merged-list li a.editBtn:before {
  color: #047A9C;
  font-size: 15px;
  width: 24px; }
  ul#merged-list li a.deleteBtn:before:hover, ul#merged-list li a.editBtn:before:hover {
    color: #ffb81c; }
ul#merged-list li a.deleteBtn:hover, ul#merged-list li a.editBtn:hover {
  color: #ffb81c; }
  ul#merged-list li a.deleteBtn:hover:before, ul#merged-list li a.editBtn:hover:before {
    color: #ffb81c; }
ul#merged-list li a.deleteBtn:before {
  font-size: 24px;
  margin-left: -5px;
  width: 29px; }

.opr-fxl-pages.opr-content-editable input {
  color: #157fa1; }

.opr-fxl-pagination-content {
  height: 100%; }
  .opr-fxl-pagination-content a {
    color: #047A9C; }
    .opr-fxl-pagination-content a:hover, .opr-fxl-pagination-content a:active, .opr-fxl-pagination-content a.selected, .opr-fxl-pagination-content a.active {
      color: #047A9C; }
  .opr-fxl-pagination-content .opr-zoom-dropdown {
    border: 1px solid rgba(75, 75, 75, 0.6); }
  .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected {
    background-color: #eee; }
    .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a {
      color: #047A9C; }
  .opr-fxl-pagination-content .opr-fxl-header-seprator {
    background: #d5d5d5; }
    .opr-fxl-pagination-content .opr-fxl-header-seprator.opr-no-display {
      display: block; }
    .opr-fxl-pagination-content .opr-fxl-header-seprator.opr-need-display {
      display: none; }

.opr-drag-btn {
  background: #047a9c; }
  .opr-drag-btn:before {
    color: #ffffff;
    font-size: 20px; }

.opr-hide-header .opr-fxl-pagination-content,
.opr-fullscreen .opr-fxl-pagination-content {
  background-color: #047a9c;
  max-width: 551px; }
  .opr-hide-header .opr-fxl-pagination-content a:hover,
  .opr-fullscreen .opr-fxl-pagination-content a:hover {
    color: #ffb81c; }
  .opr-hide-header .opr-fxl-pagination-content a.active,
  .opr-fullscreen .opr-fxl-pagination-content a.active {
    color: #ffb81c; }
  .opr-hide-header .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a,
  .opr-fullscreen .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a {
    color: #C5C5C5; }
  .opr-hide-header .opr-fxl-pagination-content .opr-exit-fullscreen,
  .opr-hide-header .opr-fxl-pagination-content .opr-enter-fullscreen,
  .opr-fullscreen .opr-fxl-pagination-content .opr-exit-fullscreen,
  .opr-fullscreen .opr-fxl-pagination-content .opr-enter-fullscreen {
    font-size: 13px; }
.opr-hide-header .opr-fxl-header-seprator,
.opr-fullscreen .opr-fxl-header-seprator {
  background: rgba(250, 250, 250, 0.25); }
  .opr-hide-header .opr-fxl-header-seprator.opr-no-display,
  .opr-fullscreen .opr-fxl-header-seprator.opr-no-display {
    display: none; }
  .opr-hide-header .opr-fxl-header-seprator.opr-need-display,
  .opr-fullscreen .opr-fxl-header-seprator.opr-need-display {
    display: block; }
.opr-hide-header #zoom-wrapper .opr-fxl-header-seprator,
.opr-fullscreen #zoom-wrapper .opr-fxl-header-seprator {
  display: block;
  background: rgba(250, 250, 250, 0.25); }
.opr-hide-header .opr-mode-text,
.opr-fullscreen .opr-mode-text {
  color: #fff; }

.opr-hide-header .opr-fxl-pagination-content {
  max-width: 520px; }

.opr-footer-right ul li {
  color: #333333; }

.dropdown-content li > a {
  color: #252525; }

ul.customToc .bookmark-toc-icon:before {
  color: #047A9C; }
ul.customToc a.navList-delete:before {
  font-size: 20px;
  color: #047a9c;
  padding-top: 0; }
ul.customToc a.navList-delete:hover:before {
  color: #ffb81c; }

.font-range input[type="range"] {
  border: none; }
  .font-range input[type="range"]::-webkit-slider-thumb {
    background: #ffb81c; }

.btn {
  font-size: 14px;
  box-shadow: none;
  padding: 0 21px;
  border-radius: 40px; }
  .btn:hover {
    box-shadow: none; }
  .btn.cancel-btn.btn-default, .btn.cancel.btn-default {
    color: #333333; }

.opr-text-to-speech-bar {
  width: 351px; }
  .opr-text-to-speech-bar.dragLayer {
    pointer-events: auto; }

/*===font icon changes start===*/
ul.customToc .bookmark-toc-icon:before,
ul.customToc .gallery-toc-icon:before,
ul.customToc .highlight-toc-icon:before,
ul.customToc .hyperlink-toc-icon:before,
ul.customToc .note-toc-icon:before,
ul.customToc .weblink-toc-icon:before,
ul.customToc .image-toc-icon:before,
ul.customToc .video-toc-icon:before,
ul.customToc .audio-toc-icon:before,
ul.customToc .quiz-toc-icon:before,
ul.customToc .quiz-lite-toc-icon:before,
ul.customToc .tip-toc-icon:before,
ul.customToc .html-toc-icon:before,
ul.customToc .file-toc-icon:before,
ul.customToc .doc-toc-icon:before,
ul.customToc .pdf-toc-icon:before,
ul.customToc .spreadsheet-toc-icon:before,
ul.customToc .compressed-toc-icon:before,
ul.customToc .text-toc-icon:before,
ul.customToc .other-toc-icon:before,
ul.customToc .enrichment.level_1 .doc-toc-icon:before,
ul.customToc .enrichment.level_1 .pdf-toc-icon:before,
ul.customToc .enrichment.level_1 .spreadsheet-toc-icon:before,
ul.customToc .enrichment.level_1 .compressed-toc-icon:before,
ul.customToc .enrichment.level_1 .text-toc-icon:before,
ul.customToc .enrichment.level_1 .other-toc-icon:before,
.search_image:before,
.search_video:before,
.search_audio:before,
.search_quiz:before,
.search_gallery:before,
.search_tip:before,
.search_html:before,
.search_file:before,
ul.customToc .eow-toc-icon:before,
.search_eow:before,
ul.customToc .htmlWeblink-toc-icon:before,
.search_htmlWeblink:before,
ul.customToc .htmlPackage-toc-icon:before,
.search_htmlPackage:before,
.search_text:before,
.search_assessment_lite:before {
  border: none;
  padding: 0;
  font-size: 18px; }

#search-enrichment-body .search_file:before {
  font-size: 15px; }

ul.customToc .html-toc-icon:before,
.search_html:before {
  content: "\e96f"; }

ul.customToc .html-toc-icon:before,
.search_html:before,
ul.customToc .htmlPackage-toc-icon:before {
  font-size: 20px;
  content: "\e96f";
  padding-top: 0; }

/*===font icon changes end===*/
.opr-teacher-only {
  display: block; }

.opr-teacher-only-badge {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #949494;
  color: #fff;
  font-size: 10px;
  padding: 0 5px; }

.opr-bookshelf-add-book .accessCode {
  color: #05659d;
  text-transform: initial !important; }

h1.opr-header-logo {
  margin-top: 7px !important; }
  h1.opr-header-logo a {
    min-height: 36px; }

header.opr-header-wrapper {
  padding-top: 10px;
  background-color: #fff;
  height: auto;
  padding-bottom: 10px; }
  header.opr-header-wrapper li {
    /*&:hover{
			background-color:$btn-primary-hover;
		}*/ }
    header.opr-header-wrapper li .opr-userpic-icon {
      background: #d7eef5;
      width: 44px;
      height: 44px; }
    header.opr-header-wrapper li .opr-userpic-icon:before {
      color: #252525;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 20px; }
    header.opr-header-wrapper li .opr-username-text {
      display: none; }
    header.opr-header-wrapper li .opr-username-arrow {
      color: #000000;
      margin-top: 14px; }
  header.opr-header-wrapper .opr-user-dropdown > li:hover {
    background: #e9e9e9; }
  header.opr-header-wrapper .opr-user-dropdown > li:first-child:hover {
    background: transparent; }
  header.opr-header-wrapper .opr-user-dropdown > li .opr-user-profile-image span {
    border: none; }

.theme-specific-reader .opr-header-wrapper {
  background-color: #fff;
  padding-left: 70px;
  padding-right: 10px; }
  .theme-specific-reader .opr-header-wrapper li:hover {
    background-color: #e9e9e9; }
  .theme-specific-reader .opr-header-wrapper li:first-child {
    background: none; }

.theme-specific-reader.body-bg {
  background-color: #fff; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  color: #00558b; }
.opr-bookself-item-wrapper .btn-flat:focus, .opr-bookself-item-wrapper .btn-flat:hover {
  color: #fff !important;
  background: #37a5da; }

.embeded-href,
.embeded-href:before,
.glossary-link .embeded-href:before,
.bookTopicTitle,
.popover ul#merged-list li[data-type="note"]:before,
.popover ul#merged-list li[data-type="voice"]:before,
.popover ul#merged-list li[data-type="file"]:before,
.popover ul#merged-list li[data-type="weblink"]:before,
.popover ul#merged-list li[data-type="hyperlink"]:before {
  color: #252525; }

.embeded-href:hover {
  color: #047A9C; }

ul.customToc .opr-file-nested a.image-toc-icon:before,
ul.customToc .opr-file-nested a.audio-toc-icon:before {
  font-size: 16px !important; }

ul.customToc .opr-file-nested a.doc-toc-icon:before,
ul.customToc .opr-file-nested a.spreadsheet-toc-icon:before,
ul.customToc .opr-file-nested a.compressed-toc-icon:before,
ul.customToc .opr-file-nested a.text-toc-icon:before,
ul.customToc .opr-file-nested a.other-toc-icon:before,
ul.customToc .opr-file-nested a.audio-toc-icon:before,
ul.customToc .opr-file-nested a.video-toc-icon:before,
ul.customToc .opr-file-nested a.pdf-toc-icon:before,
ul.customToc .opr-file-nested a.image-toc-icon:before,
ul.customToc .opr-file-nested a.tip-toc-icon:before {
  font-size: 18px !important; }

.opr-main-content-holder {
  background: #f9f8f8; }

.opr-no-book-container {
  top: 235px;
  max-height: 300px; }
  .opr-no-book-container .btn {
    background-color: #047A9C; }

.opr-no-book-icon {
  background: url(../themes/pearson/images/ic_no_result.svg) no-repeat top center;
  width: 622px;
  height: 167px;
  margin-bottom: 35px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/pearson/images/ic_no_result.svg) no-repeat top center; }

.add-product-access-code {
  text-align: center;
  padding-top: 0; }
  .add-product-access-code i {
    display: block;
    margin: auto;
    font-size: 40px; }
  .add-product-access-code .activate-access-code {
    background: #047A9C;
    border-radius: 5px;
    color: #fff;
    border: none;
    width: 77px;
    height: 77px; }
  .add-product-access-code .re-activate-access-code {
    max-width: 154px;
    background: #37a5da;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 19px; }

.reactivation-code-box {
  padding: 5px 0;
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%; }
  .reactivation-code-box .reactivation-img-wrap {
    display: table-cell;
    vertical-align: top;
    width: 90px;
    height: 105px;
    overflow: hidden;
    text-align: center;
    top: 16px;
    position: relative; }
    .reactivation-code-box .reactivation-img-wrap span {
      width: 76px;
      height: 103px;
      border: 1px solid #d5d5d5;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      display: flex; }
      .reactivation-code-box .reactivation-img-wrap span img {
        max-width: 72px;
        max-height: 99px; }
  .reactivation-code-box .pro-detail-info {
    display: table-cell;
    padding-top: 0;
    padding-left: 20px; }
    .reactivation-code-box .pro-detail-info h2 {
      color: #333333;
      font-size: 16px;
      margin-bottom: 7px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 300px;
      line-height: 22px;
      margin-top: 12px; }
    .reactivation-code-box .pro-detail-info span {
      display: block;
      margin-bottom: 4px;
      font-size: 13px; }

/*.opr-days-count{
	display: block;
    font-size: 12px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 19px;
}*/
.opr-item-author,
.opr-item-title {
  display: none; }

.opr-context-menu-dropdown {
  position: absolute;
  float: right;
  bottom: 0;
  right: 0;
  color: #000000;
  font-size: 17px; }
  .opr-context-menu-dropdown .context-info-icon {
    border: none;
    background: transparent; }
  .opr-context-menu-dropdown ul {
    position: absolute;
    top: 31px;
    min-width: 167px;
    background: #ffffff;
    z-index: 99;
    padding: 0;
    right: -4px;
    -moz-box-shadow: 0px 9px 13px #00000042;
    -webkit-box-shadow: 0px 9px 13px #00000042;
    box-shadow: 0px 9px 13px #00000042; }
    .opr-context-menu-dropdown ul a {
      color: #333; }
    .opr-context-menu-dropdown ul li {
      width: 100%;
      padding: 6px 12px 8px 12px;
      color: #333333;
      font-size: 14px; }
      .opr-context-menu-dropdown ul li:hover {
        background: #eeeeee; }
      .opr-context-menu-dropdown ul li a {
        color: #333333; }

.context-blocker.user-nav-blocker {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 2;
  background: transparent; }

.opr-header-brand img {
  margin-top: 0; }

.opr-groups-badge {
  display: none; }

.dropdown-menu a {
  cursor: pointer; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  text-transform: none;
  font-family: open_sansregular;
  padding: 3px 20px;
  margin-left: 18px;
  background: #47b3e7;
  color: #fff;
  width: 92px;
  height: 30px;
  line-height: 23px;
  position: relative;
  top: 4px; }

.opr-bookshelf-add-book .accessCode {
  margin-top: 22px;
  white-space: nowrap;
  font-size: 14px;
  width: 114px; }

#accessCodePopup-popup .opr-popupheader-text,
#accessCodePopup-popup .accessCode,
.opr-bookshelf-add-book .opr-popupheader-text,
.opr-bookshelf-add-book .accessCode {
  text-transform: initial;
  font-family: open_sansregular; }

.page-leftbar {
  background: #047a9c;
  width: 70px; }
  .page-leftbar .left-container,
  .page-leftbar .opr-left-container-top {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .page-leftbar .left-container #leftBarContainer,
    .page-leftbar .opr-left-container-top #leftBarContainer {
      flex: 1; }

.activate-code-note {
  font-size: 12px;
  color: #777777;
  min-width: 348px;
  margin-top: 13px;
  font-family: open_sansregular;
  line-height: 13px; }
  .activate-code-note strong {
    font-family: open_sansbold;
    color: #4e4e4e; }
  .activate-code-note a {
    color: #47b3e7; }

.opr-warning-icon {
  background: url(../images/warning-icon.png) no-repeat;
  height: 10px;
  width: 16px;
  display: inline-block !important;
  margin-bottom: 0 !important; }

.opr-resource-filter {
  overflow-x: auto; }

.opr-resource-button:hover {
  color: #333 !important;
  background-color: transparent !important; }

.lib-over-img a.btn.read.btn-secondary {
  font-size: 14px;
  width: 150px;
  padding: 0;
  height: 32px;
  line-height: 32px;
  border-radius: 40px;
  text-transform: capitalize; }

.lib-over-img a.btn[disabled].read.btn-secondary {
  background-color: #047a9c !important;
  border-color: #047a9c !important;
  color: #fff !important; }

.lib-over-img .caption .info-disable-icon {
  margin-left: 15px; }

#book-overview {
  padding-top: 60px; }

/*ChromeApp CSS*/
.isChromeApp .opr-context-menu-dropdown ul {
  min-width: 157px; }
  .isChromeApp .opr-context-menu-dropdown ul a {
    padding: 10px 2px;
    font-size: 13px;
    line-height: 31px; }
.isChromeApp .btn-floating.btn-large {
  width: 46px;
  height: 46px;
  line-height: 45px; }

#open-group-filter.OPDropdown ul li.OPDropdown-option a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

ul.customToc .htmlPackage-toc-icon:before,
.search_htmlPackage:before {
  content: "\e96f"; }

/*hiding add members*/
.mygroups-grid-b #addMembers {
  background-color: #47b3e7; }

.mygroups-list .group-name,
.mygroups-list .group-isbn {
  color: #5d5d5d; }

.opr-toolbox-wrapper {
  width: 512px; }
  .opr-toolbox-wrapper .opr-fxl-info-icon {
    color: #047A9C; }
    .opr-toolbox-wrapper .opr-fxl-info-icon:hover {
      color: #FFB81C; }
  .opr-toolbox-wrapper span.opr-pagination-all-pages {
    color: #252525; }

.mygroups-list .group-isbn {
  font-size: 15px; }

.edit-group-fonticon,
.delete-group-fonticon,
.newGroupSave,
.newGroupCancel {
  font-size: 14px; }

.opr-table-row {
  display: table-row; }

.opr-group-table .opr-group-heading .opr-table-head:first-child {
  text-align: left; }

.highlightChapter {
  background: #047a9c; }

a.previewInSearch:before,
a.preview:before {
  color: #047A9C; }

.expand-all,
.collapse-all {
  cursor: pointer;
  padding: 10px 5px;
  color: #047a9c; }
  .expand-all:hover,
  .collapse-all:hover {
    color: #047a9c; }

#logoimg {
  max-width: initial; }

.opr-header-wrapper li:hover {
  background-color: transparent; }

#request-page-proof {
  display: none; }

.showBy.active {
  background-color: #047a9c;
  color: #fff; }

.show-hide-annotations .switch-labels.op_off {
  background: #ccc7c7 !important; }

#accessCodePopup-popup.add-pro-wrapper {
  max-height: 300px;
  width: 600px;
  border-radius: 10px; }
  #accessCodePopup-popup.add-pro-wrapper .context-menu-popup-head {
    padding: 14px 20px 11px 25px;
    background: #047a9c;
    color: #ffffff;
    font-size: 15px;
    height: 50px; }
#accessCodePopup-popup .context-menu-popup-content {
  padding: 0px 105px 0 105px; }
  #accessCodePopup-popup .context-menu-popup-content .opr-form-redeem-wrapper.clearfix {
    position: relative;
    margin-top: 65px; }
  #accessCodePopup-popup .context-menu-popup-content .input-field {
    margin-top: 0;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field p {
      font-size: 18px;
      color: #252525;
      line-height: 24px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field .clearfix {
      position: relative;
      margin-top: 17px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field input {
      margin-bottom: 0;
      border: 1px solid #d3d3d3;
      border-radius: 5px;
      height: 34px;
      line-height: 34px;
      padding: 0 10px;
      box-sizing: border-box; }
      #accessCodePopup-popup .context-menu-popup-content .input-field input:not(.browser-default):focus:not([readonly]) {
        padding-right: 0;
        -webkit-appearance: none;
        border: 1px solid #047a9c;
        box-shadow: none; }
    #accessCodePopup-popup .context-menu-popup-content .input-field label:not(.label-icon).active {
      -webkit-transform: translateY(-17px) scale(0.8);
      transform: translateY(-17px) scale(0.8);
      left: 0; }
    #accessCodePopup-popup .context-menu-popup-content .input-field.col label {
      left: 0.75rem;
      -webkit-transform: translateY(6px);
      transform: translateY(6px); }
  #accessCodePopup-popup .context-menu-popup-content .activate-button {
    float: left;
    margin-top: 41px; }
    #accessCodePopup-popup .context-menu-popup-content .activate-button button {
      background-color: #047A9C;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      height: 36px;
      line-height: 36px;
      width: 36px;
      text-align: center; }
    #accessCodePopup-popup .context-menu-popup-content .activate-button i {
      display: block;
      margin: auto; }
      #accessCodePopup-popup .context-menu-popup-content .activate-button i:before {
        content: "\e974";
        font-size: 14px; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  display: block;
  float: left;
  min-width: 140px; }
  .waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon:before {
    content: "Activate";
    position: relative;
    top: -11px;
    left: 17px; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  background: #47b3e7; }

.opr-generate-access-code {
  display: inline-block;
  margin: 17px 10px 0 22px;
  font-size: 13px;
  text-decoration: underline;
  color: #00558b; }

.acg-contents {
  height: 100%; }

.acg-head {
  background-color: #f7f7f7;
  font-size: 18px;
  color: #36393b;
  padding: 15px 0px 15px 30px;
  border-bottom: 1px solid #e6e6e6; }

.acg-close {
  float: right;
  margin-right: 20px;
  cursor: pointer; }

.acg-close:before {
  font-size: 14px;
  color: #515354;
  content: "\e606";
  cursor: pointer;
  font-family: "OP2-fonts";
  speak: none !important; }

.acg-iframe {
  width: 100%;
  border: none;
  margin: 0;
  max-height: 406px;
  min-height: 441px;
  min-width: 710px; }

.agc-content .iframe-container {
  height: calc(100% - 60px); }

#acg-popup {
  max-height: 500px; }

.opr-group-and-details li a {
  font-size: 14px; }

.opr-group-and-details {
  bottom: 41px; }

.activate-code-note {
  display: none; }

.breadcrumbs-resource {
  margin-top: -7px !important; }

.opr-download-apps-center {
  position: static;
  width: auto;
  height: auto;
  margin: 12px 0 0 0;
  float: left;
  padding-left: 15px; }
  .opr-download-apps-center.p-study-plan {
    margin-top: 6px;
    padding-left: 10px; }
  .opr-download-apps-center ul li {
    display: inline-block;
    line-height: 11px;
    margin-right: 5px;
    color: #333333;
    vertical-align: middle; }
    .opr-download-apps-center ul li:hover {
      background-color: transparent; }
    .opr-download-apps-center ul li:first-child {
      position: relative;
      width: 1px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.1);
      margin-right: 12px; }
    .opr-download-apps-center ul li a {
      color: #808080;
      font-size: 17px; }
      .opr-download-apps-center ul li a.opr-icon-win:before {
        content: url("../themes/pearson/images/win.svg"); }
      .opr-download-apps-center ul li a.opr-icon-mac:before {
        content: url("../themes/pearson/images/mac.svg"); }
      .opr-download-apps-center ul li a.study_prep_btn:before {
        content: url("../themes/pearson/images/Explore_study_prep_button.svg"); }
      .opr-download-apps-center ul li a:hover {
        background-color: transparent; }

.opr-header-navigation.opr-nav-left-icons li:last-child {
  display: block;
  border-right: solid 1px #d5d5d5;
  margin-right: 0; }
  .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top {
    background-color: #ffb81c !important;
    width: auto;
    text-align: center;
    height: auto;
    color: #252525;
    border-radius: 2px;
    padding: 7px 29px 7px 45px;
    font-weight: 600;
    position: relative;
    top: -6px;
    border-radius: 40px; }
    .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top:before {
      position: absolute;
      top: 12px;
      left: 30px;
      font-size: 10px; }
    .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top:hover {
      background-color: #047a9c !important;
      color: #fff; }

.opr-footer-left li:first-child {
  color: #333333;
  font-style: italic; }

.lib-over-content .customToc {
  position: relative; }
.lib-over-content ul.customToc li {
  background: transparent;
  border-bottom: solid 1px #e8e8e8;
  margin-left: 25px;
  min-height: 63px;
  padding-top: 23px !important; }
  .lib-over-content ul.customToc li:last-child {
    border-bottom: none; }
  .lib-over-content ul.customToc li.chapter-title {
    color: #333333;
    font-size: 16px;
    font-family: open_sansbold;
    padding-left: 25px;
    margin-left: 0; }
  .lib-over-content ul.customToc li a.toggle {
    padding-left: 0 !important; }
.lib-over-content a.collaspe,
.lib-over-content a.expend {
  left: 0;
  top: 8px; }
.lib-over-content .chapter-title:hover {
  background-color: transparent !important;
  color: #333 !important; }

.opr-user-menu > .open {
  background: transparent; }

#txt-books-available {
  border-left: none;
  padding-left: 0;
  margin-left: 15px; }

/*.customToc  .toc-level_0.chapter-title{
	.toggle.collaspe{
		&:after{
		content: "";
		height: 3px;
		position: absolute;
		top: -3px;
		width: 100%;
		left: 0;
		background: #fff;
		}
	}
}*/
.opr-overview-header-description,
.opr-overview-details {
  border-bottom: solid 1px #e8e8e8;
  font-family: open_sanssemibold;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 8px;
  margin-top: 38px; }

.opr-overview-image-wrapper {
  width: 225px;
  height: 302px; }

.opr-header-navigation.opr-nav-left-icons li:last-child,
.opr-header-reports,
.opr-reports-text {
  display: none;
  padding: 0; }

.opr-add-book-header-top-outer,
.opr-header-navigation.opr-nav-left-icons
li:last-child.opr-add-book-header-top-outer {
  display: block;
  padding: 16px 4px 15px;
  height: 49px;
  border-right: none; }

#opr-user-append.opr-header-navigation.opr-user-menu {
  padding-left: auto; }

#accessCodePopup-content p.opr-error-code {
  font-size: 14px;
  position: relative;
  top: 7px; }

.addGroups-popup .btn-primary.disabled {
  background-color: #47b3e7 !important;
  opacity: 0.4 !important;
  color: #fff !important; }

.noUi-handle .noUi-tooltip .opr-page-title p {
  min-height: 20px; }

.opr-no-book-container p {
  color: #252525;
  max-width: 565px;
  font-size: 16px;
  line-height: 25px; }
  .opr-no-book-container p span {
    font-family: "open_sansbold", sans-serif; }
.opr-no-book-container h3 {
  margin-bottom: 13px; }
  .opr-no-book-container h3.opr-no-books-title-text {
    font-size: 22px;
    color: #252525; }

/* Help overlay css start */
.opr-help-overlay-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  background: #ffffff;
  z-index: 102;
  border-radius: 10px; }
  .opr-help-overlay-popup .opr-help-overlay-popup-img {
    display: none;
    height: 170px;
    background: #00a198; }
  .opr-help-overlay-popup .opr-help-overlay-popup-section {
    width: 100%;
    height: 170px;
    background: #fff;
    padding: 10px;
    border-radius: 10px; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header h1 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family: "open_sanssemibold", sans-serif; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header #closePopup {
    font-size: 12px;
    color: #000000;
    right: 0;
    top: 0; }
  .opr-help-overlay-popup .opr-help-overlay-popup-content {
    padding: 10px 0; }
    .opr-help-overlay-popup .opr-help-overlay-popup-content p {
      line-height: normal;
      color: #4b4b4b;
      font-size: 14px; }
      .opr-help-overlay-popup .opr-help-overlay-popup-content p span {
        font-family: "open_sansbold", sans-serif; }
  .opr-help-overlay-popup .opr-help-overlay-popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 10px 10px; }
    .opr-help-overlay-popup .opr-help-overlay-popup-footer span {
      float: left; }
    .opr-help-overlay-popup .opr-help-overlay-popup-footer .opr-help-overlay-navigation {
      float: right;
      display: inline-block; }
      .opr-help-overlay-popup .opr-help-overlay-popup-footer .opr-help-overlay-navigation .opr-next {
        padding-left: 15px; }

.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: -9; }
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #039be5;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 0.8) infinite; }
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
.opr-leftBar-overlay .opr-switch-layout-panel,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel {
  z-index: 100; }
  .opr-leftBar-overlay .opr-switch-layout-panel:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .opr-print-view,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .opr-interactive-view,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .opr-print-view,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
    position: relative; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container span,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container span {
    z-index: 9; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle {
    width: 180px;
    height: 180px;
    transform: translateX(-50%) translateY(-50%); }
    .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before {
      width: 150%;
      height: 150%;
      margin-left: -25%;
      margin-top: -25%; }
  .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout {
    z-index: 101; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout:before {
      background-color: rgba(0, 0, 0, 0.4); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon {
      z-index: -9;
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        border-radius: 5px 0px 0px 5px;
        background-color: rgba(0, 0, 0, 0.4); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .pulsating-circle,
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout span,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .pulsating-circle,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout span {
      z-index: 99; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view-icon {
      z-index: 102;
      pointer-events: none; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-switch-layout-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-switch-layout-icon {
      z-index: 1; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout,
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout {
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout:after,
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 110px;
        background-color: #fff;
        border: 1px solid #ebebeb;
        z-index: 100;
        border-radius: 5px;
        left: 0; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout .pulsating-circle,
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle {
        transform: translateX(-50%) translateY(-47%); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout {
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after {
        top: -2px; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle {
        transform: translateX(-50%) translateY(-46%); }
.opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper a,
.bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper a {
  position: relative;
  z-index: 102; }
.opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle {
  z-index: 101;
  width: 160px;
  height: 160px;
  transform: translateX(-50%) translateY(-60%); }
  .opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%; }
.opr-leftBar-overlay #zoom-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup #zoom-wrapper .opr-overlay-cursor-hand {
  position: relative;
  float: left; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination span,
.opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination span {
  z-index: 103; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .pulsating-circle {
  width: 160px;
  height: 160px;
  z-index: 102;
  transform: translateX(-52%) translateY(-65%); }
  .opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%; }
.opr-leftBar-overlay .opr-rl-pagination.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup .opr-rl-pagination.opr-overlay-pagination span {
  position: relative; }
.opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages {
  position: relative; }
  .opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages a,
  .bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages a {
    z-index: 103;
    position: relative; }
  .opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages .pulsating-circle,
  .bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages .pulsating-circle {
    z-index: 102;
    width: 200px;
    height: 200px;
    transform: translateX(-52%) translateY(-65%); }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark a,
.bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark a {
  z-index: 103; }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle {
  z-index: 102; }
.opr-leftBar-overlay #opr-user-append li.opr-overlay-toolbar,
.bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar {
  z-index: 102;
  pointer-events: none; }
.opr-leftBar-overlay .page-leftbar:before,
.bookshelfHelpoverlayPopup .page-leftbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #047a9c;
  width: 70px; }
.opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab {
  opacity: 1;
  position: relative; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab.arrow-icon,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab.arrow-icon {
    -webkit-animation: fadein 2s; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab a .opr-all-icons:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab a .opr-all-icons:before {
    color: #000000; }
.opr-leftBar-overlay .page-leftbar .opr-active-tab a,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab a {
  overflow: visible; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .card-image,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .card-image,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .card-image,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .card-image,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .card-image {
  z-index: 1000; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .add-book-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .add-book-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .card-image-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .card-image-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper {
  z-index: 1001;
  pointer-events: none; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle {
  width: 56px;
  height: 56px;
  transform: translateX(-50%) translateY(-26%); }
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle {
  width: 43px;
  height: 43px; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class,
.opr-leftBar-overlay .opr-user-menu .detail-link-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle {
    width: 54px;
    height: 54px; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class,
.opr-leftBar-overlay .opr-user-menu .more-icon-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper {
    position: relative; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class,
.opr-leftBar-overlay .opr-user-menu .help-link-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class,
.bookshelfHelpoverlayPopup .opr-user-menu .help-link-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .opr-username-arrow,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .opr-username-arrow,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .opr-username-arrow,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .opr-username-arrow {
    color: #000;
    z-index: 1000; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .card-image:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .detail-link:before,
.opr-leftBar-overlay .opr-toolbox-wrapper #helpLink:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-header-nav .card-image:before,
.opr-leftBar-overlay .opr-header-nav .detail-link:before,
.opr-leftBar-overlay .opr-header-nav #helpLink:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation:before,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
.opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book:before,
.opr-leftBar-overlay .fixedAppendArea .card-image:before,
.opr-leftBar-overlay .fixedAppendArea .detail-link:before,
.opr-leftBar-overlay .fixedAppendArea #helpLink:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #helpLink:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image:before,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link:before,
.opr-leftBar-overlay .opr-switch-layout-panel #helpLink:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .add-book-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .add-book-class .card-image:before,
.opr-leftBar-overlay .add-book-class .detail-link:before,
.opr-leftBar-overlay .add-book-class #helpLink:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .card-image-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .card-image-class .card-image:before,
.opr-leftBar-overlay .card-image-class .detail-link:before,
.opr-leftBar-overlay .card-image-class #helpLink:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .detail-link-class .card-image:before,
.opr-leftBar-overlay .detail-link-class .detail-link:before,
.opr-leftBar-overlay .detail-link-class #helpLink:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-user-menu .card-image:before,
.opr-leftBar-overlay .opr-user-menu .detail-link:before,
.opr-leftBar-overlay .opr-user-menu #helpLink:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #helpLink:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-header-nav .card-image:before,
.bookshelfHelpoverlayPopup .opr-header-nav .detail-link:before,
.bookshelfHelpoverlayPopup .opr-header-nav #helpLink:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #helpLink:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #helpLink:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #helpLink:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .add-book-class .card-image:before,
.bookshelfHelpoverlayPopup .add-book-class .detail-link:before,
.bookshelfHelpoverlayPopup .add-book-class #helpLink:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .card-image-class .card-image:before,
.bookshelfHelpoverlayPopup .card-image-class .detail-link:before,
.bookshelfHelpoverlayPopup .card-image-class #helpLink:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .detail-link-class .card-image:before,
.bookshelfHelpoverlayPopup .detail-link-class .detail-link:before,
.bookshelfHelpoverlayPopup .detail-link-class #helpLink:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image:before,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link:before,
.bookshelfHelpoverlayPopup .opr-user-menu #helpLink:before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  background: transparent;
  z-index: 102;
  left: 0;
  right: 0;
  margin: auto; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination,
.opr-leftBar-overlay .add-book-class .opr-overlay-pagination,
.opr-leftBar-overlay .card-image-class .opr-overlay-pagination,
.opr-leftBar-overlay .detail-link-class .opr-overlay-pagination,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination:before {
    bottom: -44px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages,
.opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages:before {
    bottom: -23px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper:before {
    bottom: -52px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout,
.opr-leftBar-overlay .add-book-class .opr-overlay-bookmark,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout,
.opr-leftBar-overlay .card-image-class .opr-overlay-bookmark,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout,
.opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 0;
    bottom: 0;
    left: -48px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before {
  left: -182px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand,
.opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand:before {
    right: 7px; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand {
    position: relative;
    z-index: 102;
    opacity: 1; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class:before,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class:before,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class:before {
  display: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-top-context-icon.active {
  background: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown {
  border: none;
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink {
    background: #fff;
    z-index: 9;
    position: relative;
    pointer-events: none; }
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before {
      border-top: 10px solid transparent;
      border-left: 12px solid #ffffff;
      border-bottom: 10px solid transparent;
      top: 15px;
      bottom: 0;
      left: -13px;
      margin: 0;
      right: 0; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-header-nav .opr-header-navigation li:hover,
.opr-leftBar-overlay .fixedAppendArea .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-header-navigation li:hover,
.opr-leftBar-overlay .add-book-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .card-image-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .detail-link-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-user-menu .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .add-book-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .card-image-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .detail-link-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-header-navigation li:hover {
  background: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-header-nav .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .fixedAppendArea .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .add-book-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .card-image-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .detail-link-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-user-menu .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .add-book-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .card-image-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-header-navigation li:hover a:hover {
    background: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation,
.opr-leftBar-overlay .add-book-class .opr-overlay-annotation,
.opr-leftBar-overlay .card-image-class .opr-overlay-annotation,
.opr-leftBar-overlay .detail-link-class .opr-overlay-annotation,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation {
  position: absolute;
  max-width: fit-content;
  max-height: 58px;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation:before {
    border-top: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    bottom: 38px; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .add-book-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .card-image-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation ul li {
    opacity: 1;
    pointer-events: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-toolbox-wrapper .card-image,
.opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-header-nav .card-image,
.opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book,
.opr-leftBar-overlay .fixedAppendArea .card-image,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image,
.opr-leftBar-overlay .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .add-book-class .card-image,
.opr-leftBar-overlay .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .card-image-class .card-image,
.opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .detail-link-class .card-image,
.opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .card-image,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-header-nav .card-image,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image,
.bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .add-book-class .card-image,
.bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .card-image-class .card-image,
.bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image {
  pointer-events: none;
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper .card-image:before,
  .opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-header-nav .card-image:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .fixedAppendArea .card-image:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image:before,
  .opr-leftBar-overlay .add-book-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .add-book-class .card-image:before,
  .opr-leftBar-overlay .card-image-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .card-image-class .card-image:before,
  .opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .detail-link-class .card-image:before,
  .opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-user-menu .card-image:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .card-image:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .add-book-class .card-image:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .card-image-class .card-image:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .detail-link-class .card-image:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image:before {
    border-top: 10px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    right: -14px;
    top: 0;
    bottom: 0;
    left: auto; }
.opr-leftBar-overlay .opr-toolbox-wrapper .detail-link,
.opr-leftBar-overlay .opr-header-nav .detail-link,
.opr-leftBar-overlay .fixedAppendArea .detail-link,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link,
.opr-leftBar-overlay .add-book-class .detail-link,
.opr-leftBar-overlay .card-image-class .detail-link,
.opr-leftBar-overlay .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .detail-link,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link,
.bookshelfHelpoverlayPopup .opr-header-nav .detail-link,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link,
.bookshelfHelpoverlayPopup .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link {
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .detail-link:before,
  .opr-leftBar-overlay .opr-header-nav .detail-link:before,
  .opr-leftBar-overlay .fixedAppendArea .detail-link:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link:before,
  .opr-leftBar-overlay .add-book-class .detail-link:before,
  .opr-leftBar-overlay .card-image-class .detail-link:before,
  .opr-leftBar-overlay .detail-link-class .detail-link:before,
  .opr-leftBar-overlay .opr-user-menu .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .detail-link:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link:before,
  .bookshelfHelpoverlayPopup .add-book-class .detail-link:before,
  .bookshelfHelpoverlayPopup .card-image-class .detail-link:before,
  .bookshelfHelpoverlayPopup .detail-link-class .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link:before {
    border-top: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    bottom: 28px; }
.opr-leftBar-overlay .opr-bookview-tabs:before,
.bookshelfHelpoverlayPopup .opr-bookview-tabs:before {
  bottom: -62px !important; }
.opr-leftBar-overlay .page-leftbar,
.bookshelfHelpoverlayPopup .page-leftbar {
  z-index: 101;
  pointer-events: none; }
.opr-leftBar-overlay .instructionWrapperMain,
.bookshelfHelpoverlayPopup .instructionWrapperMain {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }

.zoomWrapper {
  position: relative;
  width: auto;
  height: 50px;
  float: left; }

.opr-rl-pagination {
  width: 130px;
  display: inline-block; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%,
  100% {
    opacity: 0; } }
@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.opr-switch-layout-panel {
  position: absolute;
  right: 0;
  width: 130px;
  background: #fafafa;
  z-index: 1;
  top: 30px;
  height: auto;
  bottom: 0;
  box-shadow: 0px 2px 4px #00000029;
  -webkit-transition: -webkit-transform 0.5s;
  transition: right 0.5s; }
  .opr-switch-layout-panel .opr-switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view,
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      position: relative;
      width: 80px;
      height: 110px;
      border: 1px solid #ebebeb;
      margin-top: 80px;
      border-radius: 5px; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view:hover,
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view:hover {
        cursor: pointer; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view.op_layout_on,
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view.op_layout_on {
        border: 2px solid #039be5; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view {
      margin-top: 20px; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view img {
        height: 100%;
        margin: auto;
        width: 100%; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      position: relative;
      margin-top: 80px; }
    .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon {
      position: relative;
      width: 30px;
      height: 30px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon:before {
        content: "\e907";
        position: absolute;
        text-align: center;
        color: #c5c5c5;
        font-size: 30px;
        pointer-events: none;
        top: 34px; }
    .opr-switch-layout-panel .opr-switch-container span {
      display: inline-block;
      padding-top: 5px;
      color: #000;
      font-family: "open_sanssemibold", sans-serif; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view-icon {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 50px;
      color: #757575; }
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view-icon:before {
        content: "\e908"; }
    .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon {
      position: absolute;
      right: 20px;
      z-index: 100;
      top: 50px;
      box-shadow: 0 2px 2px #d6d6d6;
      text-align: center;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      width: 13px;
      height: 26px;
      border-radius: 5px 0px 0px 5px;
      left: -13px;
      background: #039be5;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon:before {
        content: "\e93b";
        color: #fff;
        font-size: 28px;
        transition: 0.1s ease;
        transform: rotate(90deg); }

.opr-hide-right-panel .opr-switch-layout-panel {
  right: -117px; }
  .opr-hide-right-panel .opr-switch-layout-panel .opr-left-toggle-icon:before {
    transform: rotate(-90deg); }
.opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel {
  right: -130px; }
  .opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel .opr-left-toggle-icon:before {
    transform: rotate(-90deg); }

.opr-hide-right-panel.dualfxl .opr-switch-layout-panel {
  right: -130px; }

.opr-fullscreen .opr-switch-layout-panel,
.dualfxl.opr-fullscreen .opr-switch-layout-panel,
.opr-hide-right-panel.opr-fullscreen .opr-switch-layout-panel {
  right: -145px; }

.opr-leftBar-overlay .page-leftbar ul li {
  opacity: 0.5; }

#libraryManagerLink {
  display: none !important; }

/*1404A start for bookshelf*/
.opr-wrapper {
  padding: 0;
  background-color: transparent; }

.opr-tab-view {
  margin: 27px 0 15px 0;
  border: none;
  background: transparent; }

.opr-book-tabing-view {
  padding-top: 7px;
  background-color: #fff; }
  .opr-book-tabing-view .opr-book-redem-section {
    height: 52px; }
  .opr-book-tabing-view .nav-tabs {
    background: transparent;
    position: relative;
    margin: 0;
    display: inline-block;
    width: auto;
    height: 52px; }
    .opr-book-tabing-view .nav-tabs.tabs li.tab {
      text-transform: none; }
      .opr-book-tabing-view .nav-tabs.tabs li.tab a {
        margin: 0;
        border-radius: 0;
        color: #777777;
        border: 0px solid transparent;
        padding: 0;
        background-color: transparent;
        width: 133px;
        font-size: 16px;
        text-transform: uppercase; }
        .opr-book-tabing-view .nav-tabs.tabs li.tab a:hover, .opr-book-tabing-view .nav-tabs.tabs li.tab a:focus {
          color: #333333; }
        .opr-book-tabing-view .nav-tabs.tabs li.tab a.active {
          color: #333333; }
          .opr-book-tabing-view .nav-tabs.tabs li.tab a.active:hover, .opr-book-tabing-view .nav-tabs.tabs li.tab a.active:focus {
            color: #333333; }
    .opr-book-tabing-view .nav-tabs.tabs .indicator {
      background-color: #047A9C;
      height: 5px; }

.lib-over-content {
  padding-top: 7px;
  background-color: #fff; }
  .lib-over-content .nav-tabs {
    background: transparent;
    position: relative;
    margin: 20px 0 20px 0;
    width: auto;
    border-bottom: 1px solid #ddd; }
    .lib-over-content .nav-tabs.tabs li.tab {
      text-transform: none;
      height: 52px;
      line-height: 52px; }
      .lib-over-content .nav-tabs.tabs li.tab a {
        margin: 0;
        border-radius: 0;
        color: #777777;
        border: 0px solid transparent;
        padding: 10px;
        background-color: transparent;
        font-size: 16px;
        text-transform: uppercase; }
        .lib-over-content .nav-tabs.tabs li.tab a:hover, .lib-over-content .nav-tabs.tabs li.tab a:focus {
          color: #333333; }
        .lib-over-content .nav-tabs.tabs li.tab a.active {
          color: #333333; }
          .lib-over-content .nav-tabs.tabs li.tab a.active:hover, .lib-over-content .nav-tabs.tabs li.tab a.active:focus {
            color: #333333; }
    .lib-over-content .nav-tabs.tabs .indicator {
      background-color: #047A9C;
      height: 5px; }

.opr-lib-tab-btn {
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  width: 100%; }
  .opr-lib-tab-btn button {
    text-align: center;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none; }
    .opr-lib-tab-btn button.btn-primary {
      width: 110px; }
      .opr-lib-tab-btn button.btn-primary:hover {
        background-color: #37a5da !important; }
    .opr-lib-tab-btn button.added-btn {
      background-color: #666666 !important; }
      .opr-lib-tab-btn button.added-btn:hover, .opr-lib-tab-btn button.added-btn:focus {
        background-color: #666666 !important; }
      .opr-lib-tab-btn button.added-btn:disabled {
        opacity: 0.3; }
    .opr-lib-tab-btn button.cancel-btn {
      width: 70px;
      line-height: 28px; }

/*book list view changes start*/
.opr-bookself-item {
  width: 370px;
  height: 176px;
  box-shadow: 0px 3px 6px #e5e7ee;
  padding: 0;
  margin: 0 50px 35px 0;
  border-radius: 5px; }
  .opr-bookself-item .opr-booklist-wrapper {
    display: block;
    position: relative;
    padding: 20px 20px 0 20px;
    height: 100%; }
    .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data {
      float: left;
      width: 100%;
      text-align: left; }
      .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space {
        margin-left: 114px;
        position: relative;
        min-height: 125px; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space h2 {
          font-size: 16px;
          word-wrap: break-word;
          color: #252525;
          margin-bottom: 5px;
          line-height: 22px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space .opr-author {
          font-size: 12px;
          color: #7a7a7a;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 5px; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space .opr-lastread {
          font-size: 10px;
          color: rgba(68, 68, 68, 0.87);
          position: absolute;
          bottom: 40px; }
    .opr-bookself-item .opr-booklist-wrapper .cover-img-block {
      border: 1px solid #d5d5d5;
      width: 92px;
      height: 125px;
      background-color: #fff;
      float: left;
      margin-left: -100%;
      position: relative;
      cursor: pointer; }
      .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle {
        display: table;
        width: 100%;
        height: 127px;
        vertical-align: middle; }
        .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle .cover-img-center {
          display: table-cell;
          vertical-align: middle;
          max-width: 100%;
          max-height: 125px; }
          .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle .cover-img-center img {
            max-width: 100%;
            max-height: 123px; }

.st-pusher {
  left: 70px; }

.st-menu-open .st-pusher {
  left: 520px; }

.st-effect.st-menu-open .st-effect.st-menu {
  left: 70px;
  border: 1px solid #f5f5f5; }

.noUi-handle {
  background: #ffb81c; }

.noUi-connect {
  background: #ffb81c; }

.apple-fixed-layout .noUi-target {
  background: #f5f5f5; }

.howToRetag {
  color: #047a9c; }

.search-font-icon:before,
.addMembers-search:before {
  color: #047a9c; }

.opr-header-sync-icon:before,
.opr-RL-Setting-icon:before,
.opr-header-bookmark-icon:before,
.opr-tts-icon:before,
.opr-fullscreen-icon:before,
.opr-header-sync-icon:before,
.opr-header-print-icon:before {
  font-size: 22px; }

.opr-header-navigation > li > a {
  color: #157FA1; }
.opr-header-navigation > li:last-child a {
  margin-right: 0;
  color: #000000; }

.viewer-settings-modal.modal {
  border-radius: 5px; }

.opr-user-dropdown {
  border-radius: 5px; }
  .opr-user-dropdown.context-menu-items > li:last-child a {
    background: #047A9C;
    color: #ffffff;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .opr-user-dropdown.context-menu-items > li:last-child a:hover {
      box-shadow: none !important;
      background: #FFB81C; }
      .opr-user-dropdown.context-menu-items > li:last-child a:hover span {
        color: #252525; }
  .opr-user-dropdown.context-menu-items > li .opr-user-profile-image span {
    border: none; }

.opr-left-container-top ul li a {
  color: #fff;
  margin: 0; }
  .opr-left-container-top ul li a span {
    padding: 12px 0px 12px 0px; }
  .opr-left-container-top ul li a.active {
    background-color: #ffb81c; }
    .opr-left-container-top ul li a.active span {
      color: #047a9c; }
  .opr-left-container-top ul li a:hover {
    background-color: #ffb81c; }
    .opr-left-container-top ul li a:hover span {
      color: #047a9c; }

.opr-lib-btn-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .opr-lib-btn-holder a.btn-primary {
    font-size: 14px;
    width: 128px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-radius: 40px;
    margin-right: 15px; }
    .opr-lib-btn-holder a.btn-primary.added-btn {
      width: 140px; }

.progress-wrap {
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 5px; }
  .progress-wrap .opr-meter {
    background-color: #e3e6ec;
    height: 5px;
    border-radius: 2px;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .progress-wrap .opr-meter span {
      background-color: #ffb81c;
      position: absolute;
      height: 5px;
      border-radius: 2px; }
  .progress-wrap span {
    font-size: 10px;
    color: rgba(68, 68, 68, 0.87);
    display: inline-block;
    vertical-align: middle; }

.material-tooltip {
  color: #000000; }
  .material-tooltip .backdrop {
    background-color: #faebc3; }

.bookmark-flag-ribbon {
  border-left: #19a5a3 solid 7px !important;
  border-right: #19a5a3 solid 7px !important; }

.share_but:before,
.export_but:before {
  font-size: 22px; }

.opr-bookview-tabs {
  padding-top: 10px; }

.lib-author {
  color: #047A9C; }

.opr-custom-alert {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #000000;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 11px;
  background-color: #e2f4e4;
  height: 30px;
  padding: 0 5px 0 25px;
  line-height: 30px; }
  .opr-custom-alert:before {
    content: url(../themes/pearson/images/opr-pin.png);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -11px; }

@media (min-width: 370px) and (max-width: 849px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 370px;
    position: relative; }

  .opr-bookself-item {
    margin-right: 0; }

  .opr-sorting-container-outer {
    margin-top: 12px; }

  .opr-sort-search-wrapper .opr-sorting-container {
    position: absolute;
    top: -48px;
    right: 0;
    margin: 0; }

  #txt-books-available {
    position: absolute;
    top: -25px; } }
@media (min-width: 850px) and (max-width: 1269px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 790px; }

  .opr-bookself-item:nth-of-type(2n) {
    margin-right: 0; } }
@media (min-width: 1270px) and (max-width: 1689px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1210px; }

  .opr-bookself-item:nth-of-type(3n) {
    margin-right: 0; } }
@media (min-width: 1690px) {
  .opr-bookself-item:nth-of-type(4n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1630px; } }
/*book list view changes end*/
.opr-sort-search-wrapper .opr-sorting-container {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 44px;
  line-height: 40px;
  padding: 0 10px 0 15px; }
  .opr-sort-search-wrapper .opr-sorting-container ul li a {
    color: #157FA1; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected {
      color: #333333; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected:before {
        content: "\e97c";
        position: absolute;
        right: 0px;
        top: 13px;
        font-size: 16px;
        color: #047a9c; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a:hover {
      background: #eeeeee; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a.selected {
      background: #eeeeee;
      color: #333; }
.opr-sort-search-wrapper .opr-search-box {
  width: 370px;
  height: auto;
  margin-top: 0;
  box-shadow: none;
  background: transparent; }
  .opr-sort-search-wrapper .opr-search-box input[type="search"] {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding-right: 70px;
    height: 44px;
    box-sizing: border-box; }
    .opr-sort-search-wrapper .opr-search-box input[type="search"]:not(.browser-default):focus:not([readonly]) {
      padding-right: 70px;
      -webkit-appearance: none;
      border: 1px solid #047a9c;
      box-shadow: none; }
  .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon {
    width: 40px;
    height: 42px;
    right: 3px;
    top: 1px;
    background-color: transparent; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon:before {
      color: #047a9c;
      top: 10px;
      font-size: 24px; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon input[type="button"] {
      width: 30px;
      height: 42px;
      padding: 0; }
  .opr-sort-search-wrapper .opr-search-box .opr-lib-search-clear {
    top: 7px;
    right: 50px; }

/*input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid $color-blue;
    box-shadow: 0 1px 0 0 $color-blue;
}
input[type=search]:not(.browser-default):focus:not([readonly]){
	border-bottom: none;
	box-shadow: none;
	border:1px solid $color-blue;
}*/
.sidebar .nav-tabs li.active a {
  background-color: #ffb81c;
  color: #252525; }
  .sidebar .nav-tabs li.active a:hover, .sidebar .nav-tabs li.active a:focus {
    background-color: #ffb81c;
    color: #252525; }
.sidebar .nav-tabs li a {
  border-radius: 3px; }
.sidebar .nav-tabs li span.icon-badge {
  background-color: #047A9C;
  color: #ffffff; }

.tabs .tab a:hover {
  background-color: #eeeeee;
  color: #252525; }
.tabs .tab a.active {
  border: 0px solid transparent;
  color: #252525;
  background-color: #ffb81c; }

/*1404A end for bookshelf*/
@media screen and (max-width: 1600px) {
  .opr-switch-layout-panel {
    width: 85px; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view {
      margin-top: 40px; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view .opr-interactive-view-icon:before {
      font-size: 36px; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view,
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      width: 53px;
      height: 72px; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-text,
    .opr-switch-layout-panel .opr-switch-container .opr-print-text {
      font-size: 11px;
      max-width: 70px;
      text-align: center; }
    .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon:before {
      font-size: 30px; }

  .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon {
    top: 80px; }

  .opr-hide-right-panel.dualfxl .opr-switch-layout-panel {
    right: -85px; }

  .opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel {
    right: -85px; }

  .opr-fullscreen .opr-switch-layout-panel,
  .dualfxl.opr-fullscreen .opr-switch-layout-panel,
  .opr-hide-right-panel.opr-fullscreen .opr-switch-layout-panel {
    right: -98px; }

  .opr-hide-right-panel .opr-switch-layout-panel {
    right: -72px; }

  .opr-leftBar-overlay
  .opr-switch-layout-panel.opr-overlay-layout
  .opr-print-view.opr-active-bookLayout:after,
  .opr-leftBar-overlay
  .opr-switch-layout-panel.opr-overlay-layout
  .opr-interactive-view.opr-active-bookLayout:after {
    width: 53px;
    height: 72px;
    top: -1px;
    left: -1px; }

  .opr-leftBar-overlay
  .opr-switch-layout-panel
  .opr-switch-container
  .pulsating-circle {
    width: 150px;
    height: 150px; }

  .opr-leftBar-overlay .opr-full-page-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before {
    left: -155px; }

  .opr-switch-layout-panel .opr-switch-container .opr-print-view img {
    position: absolute;
    z-index: 102;
    pointer-events: none; }

  .opr-switch-layout-panel
  .opr-switch-container
  .opr-print-view.op_layout_on
  img {
    z-index: 1; } }
/* Help overlay css end */
/* Help overlay DR css start */
.bookshelfHelpoverlayPopup .opr-help-overlay-popup {
  z-index: 1000; }
.bookshelfHelpoverlayPopup .more-icon-class .opr-dr-contextmenu-wrapper:after {
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  top: -16px;
  background: transparent;
  z-index: 102;
  left: 0;
  right: 0;
  margin: auto; }

/* DR help overlay css start */
.opr-bookshelf-overlay-popup {
  position: fixed;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 500px;
  height: 439px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1056;
  border-radius: 10px; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img {
    width: 100%;
    height: 250px;
    background-color: #039be5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img .opr-bookshelf-overlay-skip {
      position: absolute;
      top: 10px;
      right: 12px;
      color: #fff;
      font-size: 14px;
      cursor: pointer; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 45px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon,
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon {
      width: 45px;
      height: 45px;
      position: absolute;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon.disabled,
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon.disabled {
        opacity: 1;
        background-image: url(../themes/pearson/images/arrow_disabled.svg); }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon.disabled:before,
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon.disabled:before {
          color: #cecece; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon {
      left: -80px;
      background-image: url(../themes/pearson/images/arrow_slider.svg);
      background-size: 29px;
      background-repeat: no-repeat;
      background-position: center; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon {
      right: -80px;
      transform: rotate(-180deg);
      background-image: url(../themes/pearson/images/arrow_slider.svg);
      background-size: 29px;
      background-repeat: no-repeat;
      background-position: center; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text {
    text-align: center; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text h1 {
      font-size: 18px;
      color: #000;
      font-family: "open_sanssemibold", sans-serif;
      padding-top: 28px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text p {
      font-size: 14px;
      color: #666;
      line-height: 19px;
      padding-top: 7px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots {
      height: 98px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #707070;
        margin-right: 10px; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot:hover {
          cursor: pointer; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot.active {
          background-color: #707070; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour {
        display: none;
        width: 160px;
        padding: 6px 0;
        background-color: #047A9C;
        color: #fff;
        box-shadow: 0px 2px 2px #0000003d;
        border-radius: 40px;
        font-size: 16px;
        font-family: "open_sanssemibold", sans-serif;
        cursor: pointer; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour:hover {
          background-color: #FFB81C;
          color: #252525; }

.opr-thankyou-screen .opr-bookshelf-overlay-skip {
  display: none; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-icons {
  display: none; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text h1#helpHeadingText {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 21px; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text p#helpDescriptionText {
  color: #4b4b4b;
  font-size: 14px;
  font-family: "open_sansbold", sans-serif; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots {
  margin-top: 15px;
  height: auto; }
  .opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container {
    display: none; }
  .opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour {
    display: block; }

/* DR help overlay css end */
#book-overview .lib-header span:nth-child(4) {
  color: #777777;
  font-size: 14px;
  margin-top: 4px; }

#enrichments-body.tab-pane-contant {
  /*top: 43px;*/ }

#editCancel.btn-default:hover,
#editCancel.btn-default:focus {
  color: #333 !important;
  background-color: #e6e6e6; }

.expiry-date {
  color: #777777;
  font-size: 14px;
  margin-top: 4px;
  display: block; }

.expiry-date ~ .bookcontent-count.mt15.dInb {
  display: block;
  margin-top: 7px; }

#inviteMemberForm .inviteMemberFld {
  display: inline-block;
  min-width: 328px;
  max-width: 326px; }

#invite-addmail-btn {
  position: relative; }

.opr-all-icons.opr-feeds-icon:before {
  content: "\e979"; }

.opr-bookmark-icon:before {
  margin-left: -3px; }

.opr-text-to-speech-bar.opr-ttf-visible {
  top: 54px;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); }

/* Take a tour popup css start */
.opr-close-popup-icon {
  color: #fff; }
  .opr-close-popup-icon:hover {
    color: rgba(255, 255, 255, 0.5); }

.opr-tour-popup {
  top: 0 !important;
  width: 480px;
  height: 190px;
  padding: 0;
  border-radius: 10px; }
  .opr-tour-popup .opr-tour-popup-header {
    background-color: #047A9C;
    height: 50px;
    padding: 0 20px; }
    .opr-tour-popup .opr-tour-popup-header h1 {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      line-height: 50px; }
    .opr-tour-popup .opr-tour-popup-header #closePopup {
      right: 0;
      font-size: 14px;
      color: #000000;
      top: 6px; }
  .opr-tour-popup .opr-tour-popup-content {
    padding: 20px 20px 0;
    line-height: 19px;
    color: #4b4b4b;
    font-size: 14px; }
  .opr-tour-popup .opr-tour-popup-footer {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .opr-tour-popup .opr-tour-popup-footer .btn {
      text-transform: none;
      font-size: 14px; }
  .opr-tour-popup .cust-dia-btn {
    margin-bottom: 0; }

/* Take a tour popup css end */
/*promo banner css start*/
#promoBanner-popup {
  border-radius: 10px; }

/*promo banner css start*/
.opr-text-to-speech-bar.opr-ttf-visible .opr-tts-draggable-icon {
  cursor: move; }

.opr-text-to-speech-bar.opr-ttf-visible .opr-tts-draggable-icon:before {
  content: "\e927";
  font-family: "OP2-fonts";
  color: #c6c6c6;
  font-size: 20px;
  margin-top: 6px;
  margin-left: 4px;
  display: inline-block; }

.dropdown-outer-nav > li {
  padding: 0 4px;
  font-size: 13px !important;
  cursor: pointer;
  margin: 0 17px 0 5px; }

.dropdown-menu-custom {
  position: relative; }
  .dropdown-menu-custom:after {
    content: "\e959";
    font-family: "OP2-fonts", sans-serif;
    font-size: 11px;
    margin-left: -14px;
    position: absolute;
    z-index: -1;
    top: 3px;
    right: 0; }
  .dropdown-menu-custom .arrow-icon-dropdown {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 21px;
    white-space: nowrap; }
  .dropdown-menu-custom ul {
    position: absolute !important;
    left: 0;
    top: 0 !important;
    transition: all 0.3s ease;
    transform-origin: 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    display: none !important;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    min-width: 240px !important; }
    .dropdown-menu-custom ul li {
      display: block;
      width: 100%; }
      .dropdown-menu-custom ul li.dropdown-selected-item a {
        background: #eeeeee; }
      .dropdown-menu-custom ul li a {
        width: 100%;
        padding: 1em 18px;
        display: inline-block;
        box-sizing: border-box;
        font-size: 14px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .dropdown-menu-custom ul li a:hover {
          background: #ebebeb; }
        .dropdown-menu-custom ul li a.dropdown-selected-item {
          background: #eeeeee; }
  .dropdown-menu-custom:hover ul {
    transform: scale(1) !important; }

.dropdown-menu-custom ul.dropdown-menu-custom-show,
.dropdown-menu-custom-show {
  display: block !important; }

.opr-series-band-label,
.opr-series-band-label {
  font-family: open_sanssemibold, sans-serif;
  color: #4b4b4b; }

@media screen and (max-width: 1366px) {
  .dropdown-menu-custom .arrow-icon-dropdown {
    max-width: 84px; }

  .opr-sort-search-wrapper .opr-search-box input {
    width: 124px; } }
@media screen and (max-width: 1366px) {
  /*.opr-sorting-container {
        min-width: 166px;}*/
  #bookSeries-container,
  #colorBand-container {
    top: 0;
    right: 152px;
    min-width: 135px; }

  #colorBand-container {
    right: 250px; } }
@media screen and (max-width: 700px) {
  #organization-name {
    display: none !important; } }
/* Flash card css starts */
.opr-flashcard-icon:before {
  content: "\e97a"; }

.opr-flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  margin-bottom: 10px; }
  .opr-flip-card .opr-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0px 3px 6px #e5e7ee;
    -moz-box-shadow: 0px 3px 6px #e5e7ee;
    box-shadow: 0px 3px 6px #e5e7ee;
    border: 1px solid #ccd2e3;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front,
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      background-color: #ffffff;
      color: #000000;
      border-radius: 8px; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 25px;
        line-height: normal;
        color: #333333;
        font-size: 12px;
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        cursor: pointer; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno:before {
          content: "\e617";
          position: absolute;
          right: 4px;
          top: 12px;
          color: #4b4b4b;
          -webkit-backface-visibility: hidden; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-front-text {
        word-break: break-word;
        line-height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        overflow: hidden;
        width: 100%; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details {
        position: absolute;
        bottom: 10px;
        color: #333333dd;
        font-size: 14px;
        display: none;
        -webkit-backface-visibility: hidden; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details:before {
          content: "\e921";
          color: #4b4b4b;
          margin-right: 5px;
          vertical-align: middle;
          margin-bottom: 2px;
          display: inline-block; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-back {
      transform: rotateY(180deg);
      padding: 30px 10px;
      background-color: #047a9c;
      color: #ffffff; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container {
        overflow: auto;
        width: 100%;
        height: 100%; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para {
          padding: 0 20px;
          height: 100%;
          display: table;
          margin: auto; }
          .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para p {
            word-break: break-word;
            line-height: 24px;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            width: 100%; }

ul.opr-flashcard-list {
  height: 100%;
  margin-top: 20px;
  overflow-y: auto;
  padding-right: 0; }
  ul.opr-flashcard-list li {
    padding: 0 2px 0 0;
    border: none; }
    ul.opr-flashcard-list li .opr-flip-toggle .opr-flip-card-inner {
      transform: rotateY(180deg); }

.opr-annotation-flashcard .opr-chapter-topic-filter {
  position: relative;
  margin-top: 20px;
  display: flex; }
  .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons {
    flex: 1;
    max-width: 77px;
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    line-height: normal;
    position: relative; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play {
      position: absolute;
      height: 20px;
      width: 20px;
      background: #047A9C;
      border-radius: 100%;
      cursor: pointer;
      right: 0; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:before {
        content: "";
        border: 1px solid;
        width: 0px;
        height: 0px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ffffff;
        position: absolute;
        left: 8px;
        top: 6px;
        margin: auto; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:hover, .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:focus {
        color: #047A9C; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print {
      display: inline-block;
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      left: 20px;
      margin: 0; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:before {
        content: "\e634"; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:hover, .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:focus {
        color: #047A9C; }
  .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box {
    padding: 0;
    background: none;
    border: none;
    flex: 1; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box .feed-select {
      width: 100%; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box .feed-select .OPDropdown {
        width: 100% !important; }

.opr-flashcard-popup {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  max-height: 100%; }
  .opr-flashcard-popup .opr-flashcard-popup-header {
    height: 50px;
    background: #047A9C;
    box-shadow: 0px 1px 2px #0000001a; }
    .opr-flashcard-popup .opr-flashcard-popup-header h1 {
      color: #ffffff;
      font-size: 15px;
      padding: 16px 30px;
      display: inline-block;
      margin: 0; }
    .opr-flashcard-popup .opr-flashcard-popup-header .opr-sidebar-close {
      top: 11px;
      right: 12px;
      color: #ffffff;
      opacity: 1; }
      .opr-flashcard-popup .opr-flashcard-popup-header .opr-sidebar-close:hover {
        color: rgba(255, 255, 255, 0.5); }
  .opr-flashcard-popup .opr-flashcard-popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 50px); }
    .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper {
      position: relative;
      height: 500px;
      width: 750px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left,
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right {
        position: absolute;
        cursor: pointer;
        font-size: 35px;
        color: #4b4b4b;
        top: 50%;
        transform: translateY(-50%); }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left {
        left: 0; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left:before {
          content: "\e63e";
          font-family: "widgets";
          float: left;
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg); }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right {
        right: 0; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right:before {
          content: "\e63e";
          font-family: "widgets";
          float: right; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flashcard-no {
        display: block;
        float: left;
        position: absolute;
        bottom: 48px;
        width: 40px;
        text-align: center;
        font-size: 16px;
        color: #000000; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul.opr-flashcard-list {
        margin: 0;
        overflow: hidden;
        max-width: 570px;
        max-height: 330px;
        padding: 0; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li {
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: auto;
        border: none; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card {
          width: 550px;
          height: 300px;
          margin: auto; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-front-text {
            font-size: 20px; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno {
            display: none; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details {
            display: block; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para p {
            font-size: 16px; }

.opr-no-flash-cards {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333333;
  font-size: 14px; }
  .opr-no-flash-cards img {
    max-width: 100%; }
  .opr-no-flash-cards span {
    padding-top: 10px; }
  .opr-no-flash-cards p {
    max-width: 80%;
    text-align: center;
    padding-top: 6px;
    line-height: 18px; }

.opr-horizontal-mode .ps-scrollbar-base,
.opr-horizontal-mode .ps-scrollbar-y {
  display: none !important; }

.opr-annotation-flashcard .OPDropdown-menuContainer {
  width: 331px;
  margin-left: 1px;
  margin-top: -1px !important;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029; }

/* Flash card css ends */
/*fixes for pen testing start*/
@media print {
  body:before {
    content: "Browser printing has been disabled.";
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    font-size: 32px; }

  .main-container {
    display: none !important; } }
/*fixes for pen testing start*/
/*switcher css start*/
.switcher {
  position: relative;
  width: 48px;
  height: 30px;
  border-radius: 25px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 100; }
  .switcher input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 48px;
    height: 30px;
    border-radius: 25px;
    background-color: #ffb81c;
    outline: none;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer; }
    .switcher input[type="checkbox"]:before, .switcher input[type="checkbox"]:after {
      z-index: 2;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #000; }
    .switcher input[type="checkbox"]:before {
      content: "1";
      left: 10px; }
    .switcher input[type="checkbox"]:after {
      content: "2";
      right: 11px; }
  .switcher label {
    z-index: 1;
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    height: auto;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    padding: 0; }
    .switcher label:before {
      border: none; }
  .switcher.switcher-1 input[type="checkbox"] {
    transition: 0.25s -0.1s; }
    .switcher.switcher-1 input[type="checkbox"]:checked {
      background-color: #ffb81c; }
      .switcher.switcher-1 input[type="checkbox"]:checked + label {
        left: 24px;
        right: 5px;
        background: #fff;
        transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s; }
        .switcher.switcher-1 input[type="checkbox"]:checked + label:before {
          border: none; }
    .switcher.switcher-1 input[type="checkbox"]:not(:checked) {
      background: #ffb81c;
      border: none;
      transition: background 0.5s -0.1s; }
      .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label {
        left: 5px;
        right: 24px;
        border: none;
        background: #fff;
        transition: left 0.5s, right 0.4s 0.2s; }
        .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label:before {
          border: none; }

.opr-mode-text {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  font-size: 13px;
  margin-left: 2px;
  width: 115px;
  z-index: 103;
  position: relative; }

/*switcher css end*/
.annotation-menu ul {
  display: flex; }
  .annotation-menu ul li {
    border-radius: 5px;
    display: flex;
    align-items: center; }
    .annotation-menu ul li a,
    .annotation-menu ul li button {
      padding: 11px 0 10px; }
      .annotation-menu ul li a:before,
      .annotation-menu ul li button:before {
        color: #6acbe7 !important; }
      .annotation-menu ul li a:after,
      .annotation-menu ul li button:after {
        background: #176a82;
        top: 5px;
        bottom: 5px; }
    .annotation-menu ul li.note-annotation-btn a:before, .annotation-menu ul li.highlight-annotation-btn a:before, .annotation-menu ul li.weblink-annotation-btn a:before, .annotation-menu ul li.hyperlink-annotation-btn a:before, .annotation-menu ul li.voice-annotation-btn a:before, .annotation-menu ul li.file-annotation-btn a:before, .annotation-menu ul li.retag-annotation-btn a:before {
      font-size: 19px;
      color: #6acbe7; }
    .annotation-menu ul li.textToText-annotation-btn button {
      border: none;
      background-color: transparent;
      margin: 0px;
      display: inline-block;
      min-width: 95px;
      max-width: 95px;
      font-size: 11px;
      text-align: center;
      color: #fff;
      position: relative;
      padding: 10px 0 10px; }
      .annotation-menu ul li.textToText-annotation-btn button:before {
        font-size: 19px;
        color: #6acbe7; }
    .annotation-menu ul li.floatingIcon button {
      background: transparent;
      border: 0; }
.annotation-menu.modal {
  border-radius: 5px; }

#annotationView.annotationView.modal {
  border-radius: 10px;
  background-color: #fff;
  border: none; }
  #annotationView.annotationView.modal .annotation-popup-head {
    background-color: #047A9C;
    height: 50px; }
  #annotationView.annotationView.modal .close {
    color: white;
    font-size: 15px;
    text-shadow: none; }
    #annotationView.annotationView.modal .close:hover {
      color: rgba(255, 255, 255, 0.5); }
      #annotationView.annotationView.modal .close:hover:before {
        color: rgba(255, 255, 255, 0.5); }
    #annotationView.annotationView.modal .close:before {
      color: white; }
  #annotationView.annotationView.modal a.OPDropdown-title {
    border-radius: 5px; }
#annotationView.annotationView h2 {
  color: #fff; }

.customDialogbox .customDialog {
  border-radius: 10px; }
  .customDialogbox .customDialog .cust-dialog {
    border-radius: 10px; }
    .customDialogbox .customDialog .cust-dialog .cust-dia-title {
      background-color: #047A9C;
      color: #ffffff; }

.customDialogbox.opr-res-alert-popup .customDialog {
  border-radius: 10px; }
  .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog {
    border-radius: 10px; }
    .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog .cust-dia-title {
      background-color: transparent;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      height: 70px; }
      .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog .cust-dia-title:before {
        content: "\e921";
        font-size: 60px;
        color: #047a9c; }

.annotationView input[type="text"],
#weblink-popup input[type="text"],
#hyperlink-popup input[type="text"],
.annotationView select,
#hyperlink-popup select {
  border-radius: 5px; }

input[type="text"]:not(.browser-default):focus:not([readonly]) {
  border-color: #047A9C;
  -webkit-box-shadow: none; }

.weblink .thumbContainer,
.contentArea {
  border-radius: 5px; }

.next-page-button,
.prev-page-button {
  background-color: #f6f6f6;
  padding: 5px; }

a.collaspe {
  width: 38px;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 24px !important; }
  a.collaspe:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(180deg);
    width: auto;
    height: auto;
    margin-top: 10px; }
a.expend {
  width: 38px;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 24px !important; }
  a.expend:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(0deg);
    width: auto;
    height: auto;
    margin-top: 10px; }

.feeds-chap-topic-container .feed-accordin {
  text-align: center;
  font-size: 24px !important;
  width: 30px;
  padding: 0;
  right: 0;
  bottom: 3px; }
  .feeds-chap-topic-container .feed-accordin:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(180deg);
    width: 30px;
    height: auto;
    left: 0;
    top: 5px; }
  .feeds-chap-topic-container .feed-accordin.expand {
    text-align: center;
    font-size: 24px !important;
    width: 30px;
    padding: 0;
    right: 0;
    bottom: 3px; }
    .feeds-chap-topic-container .feed-accordin.expand:before {
      content: "\e93b";
      font-family: "OP2-fonts";
      border: none;
      transform: rotate(0deg);
      width: 30px;
      height: auto;
      left: 0;
      top: 5px; }

a.OPDropdown-title {
  border-radius: 5px; }

.OPDropdown-menuContainer {
  border-radius: 5px; }

#annotation-merged-menu.popover.bookmark-popup {
  border-radius: 5px; }

.bookmarkView.modal {
  border-radius: 10px;
  padding: 0;
  border: none;
  height: 250px; }
  .bookmarkView.modal #bookmarkInnerDiv .clearfix {
    background-color: #047a9c;
    height: 50px;
    padding: 10px 20px; }
  .bookmarkView.modal #bookmarkInnerDiv .bookmarkTemplate,
  .bookmarkView.modal #bookmarkInnerDiv .error-msg {
    padding-left: 20px;
    padding-right: 20px; }
  .bookmarkView.modal h2 {
    color: #fff;
    font-size: 16px; }
  .bookmarkView.modal .close {
    color: white;
    font-size: 15px;
    text-shadow: none;
    top: 10px;
    right: 10px; }
    .bookmarkView.modal .close:hover {
      color: rgba(255, 255, 255, 0.5); }
      .bookmarkView.modal .close:hover:before {
        color: rgba(255, 255, 255, 0.5); }
    .bookmarkView.modal .close:before {
      color: white; }
  .bookmarkView.modal .fr {
    margin-right: 20px; }
.bookmarkView input[type="text"] {
  padding: 0; }

.feeds-voice.feeds-who-shared-datatype:after,
.feeds-hyperlink.feeds-who-shared-datatype:after,
.feeds-weblink.feeds-who-shared-datatype:after,
.feeds-note.feeds-who-shared-datatype:after,
.feeds-highlight.feeds-who-shared-datatype:after,
.feeds-file.feeds-who-shared-datatype:after {
  font-size: 18px; }

.sidebar-search {
  padding: 0;
  border: none; }
  .sidebar-search input[type="search"] {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding-right: 70px;
    height: 44px;
    box-sizing: border-box; }
    .sidebar-search input[type="search"]:not(.browser-default):focus:not([readonly]) {
      padding-right: 70px;
      -webkit-appearance: none;
      border: 1px solid #047a9c;
      box-shadow: none; }
  .sidebar-search .search-font-icon {
    top: 12px; }
  .sidebar-search .panel-search-clear {
    top: 7px; }

#bookSeries-container,
#colorBand-container {
  display: none; }

.searchMsg {
  top: 45px; }

.bookmark-icon:before {
  content: "\e64e";
  color: #fff; }

.download-voice-btn,
.progress-voice-btn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #047A9C transparent transparent;
  position: absolute;
  right: 0;
  top: 0; }
  .download-voice-btn:before,
  .progress-voice-btn:before {
    content: "\e977";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 28px; }

.progress-voice-btn:before {
  content: "\e978"; }

.voice-download-button,
.voice-progress-button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  border: 1px solid #047A9C;
  right: 20px; }
  .voice-download-button:before,
  .voice-progress-button:before {
    content: "\e977";
    color: #047A9C;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    background-size: 14px; }

.voice-progress-button :before {
  content: "\e978"; }

.info-disable-icon {
  background-image: url(../themes/pearson/images/Info_icon_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 9px;
  display: none; }

#book-overview .info-disable-icon {
  vertical-align: middle; }

.custom_opl_infoModel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }
  .custom_opl_infoModel .infoModel-dialog {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .custom_opl_infoModel .infoModel-dialog .infoModel-container {
      background-color: #fff;
      width: 520px;
      padding-bottom: 15px;
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden; }
      .custom_opl_infoModel .infoModel-dialog .infoModel-container .header {
        position: relative;
        background-color: #047a9c;
        padding: 10px 20px; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .header h2 {
          font-size: 18px;
          line-height: 34px;
          text-align: left;
          color: #fff;
          font-weight: 600;
          margin: 0; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .header .close {
          position: absolute;
          right: 20px;
          top: 20px;
          font-size: 12px;
          color: #fff;
          text-shadow: none;
          font-weight: normal; }
          .custom_opl_infoModel .infoModel-dialog .infoModel-container .header .close:before {
            content: "\e964";
            color: #fff; }
      .custom_opl_infoModel .infoModel-dialog .infoModel-container .body {
        padding: 20px 50px 40px;
        text-align: center; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .body p {
          font-size: 18px;
          line-height: 34px;
          color: #252525; }

.custom_opl_infoModel_open {
  overflow: hidden !important; }

/*playback speed css start*/
.opr-playBackSpeed-wrap {
  position: relative;
  display: flex;
  border-right: solid 1px #36393b;
  align-items: center; }
  .opr-playBackSpeed-wrap button {
    background-color: transparent;
    border: none;
    display: flex;
    width: 50px;
    padding: 0 15px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #c6c6c6; }
    .opr-playBackSpeed-wrap button span {
      display: flex;
      background-color: rgba(198, 198, 198, 0.16);
      padding: 0 5px;
      border-radius: 15px;
      font-size: 16px; }
  .opr-playBackSpeed-wrap .opr-speed-dropdown {
    display: flex;
    flex-direction: column;
    width: 160px;
    padding: 5px 10px 10px;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 43px;
    background-color: #4a4c4e;
    border-radius: 5px;
    color: #c6c6c6; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown h3 {
      margin: 0;
      padding: 0;
      font-size: 1em; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown .opr-tts-speed-progress-bar {
      display: flex;
      margin: 15px 0 10px 0; }
      .opr-playBackSpeed-wrap .opr-speed-dropdown .opr-tts-speed-progress-bar input[type="range"] {
        width: 100%;
        margin: 0; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges {
      display: flex;
      justify-content: space-between; }
      .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button {
        padding: 0 10px;
        width: auto;
        height: auto;
        font-size: 10px; }
        .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button:first-child {
          padding-left: 0; }
        .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button:last-child {
          padding-right: 0; }

.tts_audio_container .cust-dia-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #047A9C;
  color: #ffffff; }

/*playback speed css end*/
.opr-institute {
  width: 50%;
  float: right;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: end; }
  .opr-institute img {
    height: 48px;
    display: inline-block;
    margin-right: 10px; }
  .opr-institute h2.inst-name {
    text-align: right;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block; }

/*vertically center popup css start*/
.opr-modal-dialog {
  position: relative;
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: none; }

.opr-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem); }

.opr-flex-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2); }
  .opr-flex-modal.fade {
    transition: opacity 0.15s linear;
    opacity: initial; }
    .opr-flex-modal.fade:not(.show) {
      opacity: 0; }
    .opr-flex-modal.fade .opr-modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translate(0, -50px); }
    .opr-flex-modal.fade.show .opr-modal-dialog {
      transform: none; }

.opr-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  outline: 0; }

.opr-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px); }

.opr-modal-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5; }

.opr-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

/*vertically center popup css end*/
/*skeleton css start*/
.opr-skeleton .opr-line {
  height: 12px;
  margin-bottom: 5px;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out; }

@keyframes wave-lines {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w75 {
  width: 75% !important; }

/*skeleton css end*/
/* Print modal css start */
.pre-print-view-popup {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5); }
  .pre-print-view-popup .customDialog {
    border-radius: 5px;
    background-color: #fbfbfc;
    max-width: 340px;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    z-index: 1062;
    display: flex;
    flex-direction: column; }
    .pre-print-view-popup .customDialog .pre-print-title-bg {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .pre-print-view-popup .customDialog .pre-print-title-bg .close {
        font-size: 12px; }
  .pre-print-view-popup .save-cancel-btn .btn-primary {
    min-width: 91px; }

.print_des {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .print_des .print_title {
    padding: 20px; }

.print_body {
  height: 170px;
  position: relative; }
  .print_body p {
    font-size: 14px; }
  .print_body fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .print_body fieldset legend {
      font-size: 13px;
      color: #000;
      padding: 10px 20px;
      margin: 0; }
  .print_body .page_label {
    padding: 10px 20px;
    display: block; }
  .print_body .print-from-group {
    width: 100%;
    display: block;
    padding: 0 20px; }
    .print_body .print-from-group .print-form-input {
      width: 47%;
      display: inline-block; }
      .print_body .print-from-group .print-form-input.mr-2 {
        margin-right: 2%; }
      .print_body .print-from-group .print-form-input.ml-2 {
        margin-left: 2%; }
      .print_body .print-from-group .print-form-input input {
        height: 2rem; }
        .print_body .print-from-group .print-form-input input:focus {
          outline: none; }
      .print_body .print-from-group .print-form-input label {
        color: #000;
        font-weight: normal; }

.radio-wrapper {
  margin-top: 15px; }

.custom-radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  font-weight: inherit; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5; }
    .custom-radio .checkmark:hover {
      background-color: #fff; }

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #e5e5e5; }

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #047a9c; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.custom-radio input:focus + .checkmark {
  outline: 5px auto -webkit-focus-ring-color; }

/* Print modal css End */
/* pdf print css start */
.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pt15 {
  padding-top: 15px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.text-center,
.txt-center {
  text-align: center; }

.save-cancel-btn {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid transparent; }

.btn {
  background: transparent; }
  .btn:hover, .btn:focus {
    background: transparent; }
  .btn.btn-default {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    color: #43494c; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      border-color: #ffb81c;
      background-color: #ffb81c;
      color: #252525; }
  .btn.btn-primary {
    background-color: #047a9c;
    border-color: #047a9c; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #ffb81c;
      background-color: #ffb81c;
      color: #252525 !important; }
  .btn.btn-secondary {
    background-color: #047A9C;
    border-color: #047A9C; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      border-color: #FFB81C;
      background-color: #FFB81C;
      color: #252525; }

.pre-print-title-bg {
  background-color: #047A9C; }
  .pre-print-title-bg .pre-print-title {
    font-size: 16px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    float: left; }
  .pre-print-title-bg .close {
    color: #ffffff;
    padding: 15px;
    text-shadow: none; }
    .pre-print-title-bg .close:before {
      color: #ffffff; }

.print-popup-wrapper .pre-print-view-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5); }
  .print-popup-wrapper .pre-print-view-popup .customDialog {
    background-color: #fbfbfc;
    max-width: 340px;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    z-index: 1062;
    display: flex;
    flex-direction: column; }
.print-popup-wrapper .custom-radio .checkmark {
  padding: 0; }
.print-popup-wrapper .validation-msg {
  display: block;
  color: #ff0000;
  font-size: 11px; }

/* pdf print css end */
/*@media (min-width: $minwidth) and (max-width: $maxwidth) {
    @import "tablet";
}*/
@font-face {
  font-family: 'OP2-fonts';
  src: url("../themes/pearson/fonts/pearson.woff?mb64up") format("woff");
  font-weight: normal;
  font-style: normal; }
.opr-all-icons:before, .close:before, .cust-dia-title:before {
  font-family: 'OP2-fonts', sans-serif;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.body-bg {
  background-color: #f9f8f8; }

a {
  color: #252525; }
  a:hover, a:active {
    color: #047A9C; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-header-navigation.opr-nav-left-icons li {
  display: none;
  padding: 16px 15px 15px;
  height: 49px; }
.opr-header-navigation.opr-nav-left-icons li.opr-download-link {
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-download-link a {
    color: #676767;
    font-size: 12px;
    font-family: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-user-menu > li {
  padding-top: 0; }

.opr-backto-bookshelf {
  background: #fff;
  width: 70px; }
  .opr-backto-bookshelf:before {
    content: "\e97b";
    position: absolute;
    margin: auto;
    color: #047a9c;
    left: 10px;
    top: 15px;
    right: auto;
    font-size: 20px; }
  .opr-backto-bookshelf:after {
    content: "Back";
    position: absolute;
    margin: auto;
    color: #252525;
    font-size: 12px;
    left: 30px;
    top: 16px;
    font-weight: 600; }

.switch-labels {
  border: none !important; }

.opr-header-navigation li.opr-header-requestPageProof-icon {
  background: transparent;
  margin: 10px;
  display: block; }
  .opr-header-navigation li.opr-header-requestPageProof-icon a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    background: #047A9C; }

.context-menu-popup-content {
  overflow: hidden;
  overflow-y: auto; }

.opr-form-redeem-wrapper
input[type="text"]:not(.browser-default).opr-input-text {
  width: 100%; }

.context-menu-popup {
  max-height: 550px; }
  .context-menu-popup.access_popup {
    top: 0 !important; }

.access-sample-chapter {
  padding-bottom: 10px; }

.sidebar.nav-tabs li.active a {
  background: #047A9C; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #047A9C; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  margin-right: 0; }
.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  background: #047A9C; }

#bookTitle {
  display: none; }

.mobile-restricted-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index: 999;
  font-size: 14px; }

.mobile-restricted-overlay strong {
  margin-bottom: 9px;
  display: block;
  font-family: open_sansbold;
  color: #000; }

.outer-container-height,
#root,
#root > div {
  height: 100%; }

.mobile-restricted-overlay p {
  line-height: 1.3; }

.backToLib a:before {
  color: #047A9C; }

.bookcontent h4,
.lib-header h2 {
  font-size: 28px;
  color: #333; }
  .bookcontent h4 span,
  .lib-header h2 span {
    font-size: 20px;
    color: #00558b; }

.btn-primary {
  background-color: #047A9C;
  border-color: #047A9C;
  text-transform: capitalize; }
  .btn-primary [disabled] {
    opacity: 0.8; }

.btn:hover,
.btn-large:hover,
.btn:focus,
.btn-large:focus,
.btn-floating:focus,
.cust-dia-btn .btn-primary:hover,
.btn-secondary:hover {
  border-color: #FFB81C;
  background-color: #FFB81C;
  color: #252525 !important; }

.cust-dia-btn .btn-primary {
  background-color: #047A9C; }

.btn-default,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border: 1px solid #c8c8c8; }

.btn-secondary {
  background-color: #047A9C;
  border-color: #047A9C; }
  .btn-secondary:hover {
    border-color: #FFB81C;
    background-color: #FFB81C;
    color: #252525; }

.cancel.btn-default:hover {
  background-color: #FFB81C; }

input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
  color: #047A9C; }

.groups-row h4 {
  color: #047A9C; }

.next-page-button:hover:before,
.prev-page-button:hover:before {
  color: #047A9C; }

.annotation-preview-btn.edit {
  font-size: 16px; }
  .annotation-preview-btn.edit:before {
    color: #047A9C; }
.annotation-preview-btn.delete {
  font-size: 28px; }
  .annotation-preview-btn.delete:before {
    color: #047A9C; }
.annotation-preview-btn.share {
  font-size: 27px; }
  .annotation-preview-btn.share:before {
    color: #047A9C; }

.shareBtn:before {
  color: #047a9c; }

.deleteBtn:before {
  font-size: 18px; }

.jumpTo:before,
.editBtn:before,
.deleteBtn:before,
.navList-delete:before {
  color: #047A9C; }
  .jumpTo:before:hover,
  .editBtn:before:hover,
  .deleteBtn:before:hover,
  .navList-delete:before:hover {
    color: #ffb81c; }
.jumpTo:hover,
.editBtn:hover,
.deleteBtn:hover,
.navList-delete:hover {
  color: #ffb81c; }
  .jumpTo:hover:before,
  .editBtn:hover:before,
  .deleteBtn:hover:before,
  .navList-delete:hover:before {
    color: #ffb81c; }

ul#merged-list li a.deleteBtn:before, ul#merged-list li a.editBtn:before {
  color: #047A9C;
  font-size: 15px;
  width: 24px; }
  ul#merged-list li a.deleteBtn:before:hover, ul#merged-list li a.editBtn:before:hover {
    color: #ffb81c; }
ul#merged-list li a.deleteBtn:hover, ul#merged-list li a.editBtn:hover {
  color: #ffb81c; }
  ul#merged-list li a.deleteBtn:hover:before, ul#merged-list li a.editBtn:hover:before {
    color: #ffb81c; }
ul#merged-list li a.deleteBtn:before {
  font-size: 24px;
  margin-left: -5px;
  width: 29px; }

.opr-fxl-pages.opr-content-editable input {
  color: #157fa1; }

.opr-fxl-pagination-content {
  height: 100%; }
  .opr-fxl-pagination-content a {
    color: #047A9C; }
    .opr-fxl-pagination-content a:hover, .opr-fxl-pagination-content a:active, .opr-fxl-pagination-content a.selected, .opr-fxl-pagination-content a.active {
      color: #047A9C; }
  .opr-fxl-pagination-content .opr-zoom-dropdown {
    border: 1px solid rgba(75, 75, 75, 0.6); }
  .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected {
    background-color: #eee; }
    .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a {
      color: #047A9C; }
  .opr-fxl-pagination-content .opr-fxl-header-seprator {
    background: #d5d5d5; }
    .opr-fxl-pagination-content .opr-fxl-header-seprator.opr-no-display {
      display: block; }
    .opr-fxl-pagination-content .opr-fxl-header-seprator.opr-need-display {
      display: none; }

.opr-drag-btn {
  background: #047a9c; }
  .opr-drag-btn:before {
    color: #ffffff;
    font-size: 20px; }

.opr-hide-header .opr-fxl-pagination-content,
.opr-fullscreen .opr-fxl-pagination-content {
  background-color: #047a9c;
  max-width: 551px; }
  .opr-hide-header .opr-fxl-pagination-content a:hover,
  .opr-fullscreen .opr-fxl-pagination-content a:hover {
    color: #ffb81c; }
  .opr-hide-header .opr-fxl-pagination-content a.active,
  .opr-fullscreen .opr-fxl-pagination-content a.active {
    color: #ffb81c; }
  .opr-hide-header .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a,
  .opr-fullscreen .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a {
    color: #C5C5C5; }
  .opr-hide-header .opr-fxl-pagination-content .opr-exit-fullscreen,
  .opr-hide-header .opr-fxl-pagination-content .opr-enter-fullscreen,
  .opr-fullscreen .opr-fxl-pagination-content .opr-exit-fullscreen,
  .opr-fullscreen .opr-fxl-pagination-content .opr-enter-fullscreen {
    font-size: 13px; }
.opr-hide-header .opr-fxl-header-seprator,
.opr-fullscreen .opr-fxl-header-seprator {
  background: rgba(250, 250, 250, 0.25); }
  .opr-hide-header .opr-fxl-header-seprator.opr-no-display,
  .opr-fullscreen .opr-fxl-header-seprator.opr-no-display {
    display: none; }
  .opr-hide-header .opr-fxl-header-seprator.opr-need-display,
  .opr-fullscreen .opr-fxl-header-seprator.opr-need-display {
    display: block; }
.opr-hide-header #zoom-wrapper .opr-fxl-header-seprator,
.opr-fullscreen #zoom-wrapper .opr-fxl-header-seprator {
  display: block;
  background: rgba(250, 250, 250, 0.25); }
.opr-hide-header .opr-mode-text,
.opr-fullscreen .opr-mode-text {
  color: #fff; }

.opr-hide-header .opr-fxl-pagination-content {
  max-width: 520px; }

.opr-footer-right ul li {
  color: #333333; }

.dropdown-content li > a {
  color: #252525; }

ul.customToc .bookmark-toc-icon:before {
  color: #047A9C; }
ul.customToc a.navList-delete:before {
  font-size: 20px;
  color: #047a9c;
  padding-top: 0; }
ul.customToc a.navList-delete:hover:before {
  color: #ffb81c; }

.font-range input[type="range"] {
  border: none; }
  .font-range input[type="range"]::-webkit-slider-thumb {
    background: #ffb81c; }

.btn {
  font-size: 14px;
  box-shadow: none;
  padding: 0 21px;
  border-radius: 40px; }
  .btn:hover {
    box-shadow: none; }
  .btn.cancel-btn.btn-default, .btn.cancel.btn-default {
    color: #333333; }

.opr-text-to-speech-bar {
  width: 351px; }
  .opr-text-to-speech-bar.dragLayer {
    pointer-events: auto; }

/*===font icon changes start===*/
ul.customToc .bookmark-toc-icon:before,
ul.customToc .gallery-toc-icon:before,
ul.customToc .highlight-toc-icon:before,
ul.customToc .hyperlink-toc-icon:before,
ul.customToc .note-toc-icon:before,
ul.customToc .weblink-toc-icon:before,
ul.customToc .image-toc-icon:before,
ul.customToc .video-toc-icon:before,
ul.customToc .audio-toc-icon:before,
ul.customToc .quiz-toc-icon:before,
ul.customToc .quiz-lite-toc-icon:before,
ul.customToc .tip-toc-icon:before,
ul.customToc .html-toc-icon:before,
ul.customToc .file-toc-icon:before,
ul.customToc .doc-toc-icon:before,
ul.customToc .pdf-toc-icon:before,
ul.customToc .spreadsheet-toc-icon:before,
ul.customToc .compressed-toc-icon:before,
ul.customToc .text-toc-icon:before,
ul.customToc .other-toc-icon:before,
ul.customToc .enrichment.level_1 .doc-toc-icon:before,
ul.customToc .enrichment.level_1 .pdf-toc-icon:before,
ul.customToc .enrichment.level_1 .spreadsheet-toc-icon:before,
ul.customToc .enrichment.level_1 .compressed-toc-icon:before,
ul.customToc .enrichment.level_1 .text-toc-icon:before,
ul.customToc .enrichment.level_1 .other-toc-icon:before,
.search_image:before,
.search_video:before,
.search_audio:before,
.search_quiz:before,
.search_gallery:before,
.search_tip:before,
.search_html:before,
.search_file:before,
ul.customToc .eow-toc-icon:before,
.search_eow:before,
ul.customToc .htmlWeblink-toc-icon:before,
.search_htmlWeblink:before,
ul.customToc .htmlPackage-toc-icon:before,
.search_htmlPackage:before,
.search_text:before,
.search_assessment_lite:before {
  border: none;
  padding: 0;
  font-size: 18px; }

#search-enrichment-body .search_file:before {
  font-size: 15px; }

ul.customToc .html-toc-icon:before,
.search_html:before {
  content: "\e96f"; }

ul.customToc .html-toc-icon:before,
.search_html:before,
ul.customToc .htmlPackage-toc-icon:before {
  font-size: 20px;
  content: "\e96f";
  padding-top: 0; }

/*===font icon changes end===*/
.opr-teacher-only {
  display: block; }

.opr-teacher-only-badge {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #949494;
  color: #fff;
  font-size: 10px;
  padding: 0 5px; }

.opr-bookshelf-add-book .accessCode {
  color: #05659d;
  text-transform: initial !important; }

h1.opr-header-logo {
  margin-top: 7px !important; }
  h1.opr-header-logo a {
    min-height: 36px; }

header.opr-header-wrapper {
  padding-top: 10px;
  background-color: #fff;
  height: auto;
  padding-bottom: 10px; }
  header.opr-header-wrapper li {
    /*&:hover{
			background-color:$btn-primary-hover;
		}*/ }
    header.opr-header-wrapper li .opr-userpic-icon {
      background: #d7eef5;
      width: 44px;
      height: 44px; }
    header.opr-header-wrapper li .opr-userpic-icon:before {
      color: #252525;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 20px; }
    header.opr-header-wrapper li .opr-username-text {
      display: none; }
    header.opr-header-wrapper li .opr-username-arrow {
      color: #000000;
      margin-top: 14px; }
  header.opr-header-wrapper .opr-user-dropdown > li:hover {
    background: #e9e9e9; }
  header.opr-header-wrapper .opr-user-dropdown > li:first-child:hover {
    background: transparent; }
  header.opr-header-wrapper .opr-user-dropdown > li .opr-user-profile-image span {
    border: none; }

.theme-specific-reader .opr-header-wrapper {
  background-color: #fff;
  padding-left: 70px;
  padding-right: 10px; }
  .theme-specific-reader .opr-header-wrapper li:hover {
    background-color: #e9e9e9; }
  .theme-specific-reader .opr-header-wrapper li:first-child {
    background: none; }

.theme-specific-reader.body-bg {
  background-color: #fff; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  color: #00558b; }
.opr-bookself-item-wrapper .btn-flat:focus, .opr-bookself-item-wrapper .btn-flat:hover {
  color: #fff !important;
  background: #37a5da; }

.embeded-href,
.embeded-href:before,
.glossary-link .embeded-href:before,
.bookTopicTitle,
.popover ul#merged-list li[data-type="note"]:before,
.popover ul#merged-list li[data-type="voice"]:before,
.popover ul#merged-list li[data-type="file"]:before,
.popover ul#merged-list li[data-type="weblink"]:before,
.popover ul#merged-list li[data-type="hyperlink"]:before {
  color: #252525; }

.embeded-href:hover {
  color: #047A9C; }

ul.customToc .opr-file-nested a.image-toc-icon:before,
ul.customToc .opr-file-nested a.audio-toc-icon:before {
  font-size: 16px !important; }

ul.customToc .opr-file-nested a.doc-toc-icon:before,
ul.customToc .opr-file-nested a.spreadsheet-toc-icon:before,
ul.customToc .opr-file-nested a.compressed-toc-icon:before,
ul.customToc .opr-file-nested a.text-toc-icon:before,
ul.customToc .opr-file-nested a.other-toc-icon:before,
ul.customToc .opr-file-nested a.audio-toc-icon:before,
ul.customToc .opr-file-nested a.video-toc-icon:before,
ul.customToc .opr-file-nested a.pdf-toc-icon:before,
ul.customToc .opr-file-nested a.image-toc-icon:before,
ul.customToc .opr-file-nested a.tip-toc-icon:before {
  font-size: 18px !important; }

.opr-main-content-holder {
  background: #f9f8f8; }

.opr-no-book-container {
  top: 235px;
  max-height: 300px; }
  .opr-no-book-container .btn {
    background-color: #047A9C; }

.opr-no-book-icon {
  background: url(../themes/pearson/images/ic_no_result.svg) no-repeat top center;
  width: 622px;
  height: 167px;
  margin-bottom: 35px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/pearson/images/ic_no_result.svg) no-repeat top center; }

.add-product-access-code {
  text-align: center;
  padding-top: 0; }
  .add-product-access-code i {
    display: block;
    margin: auto;
    font-size: 40px; }
  .add-product-access-code .activate-access-code {
    background: #047A9C;
    border-radius: 5px;
    color: #fff;
    border: none;
    width: 77px;
    height: 77px; }
  .add-product-access-code .re-activate-access-code {
    max-width: 154px;
    background: #37a5da;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 19px; }

.reactivation-code-box {
  padding: 5px 0;
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%; }
  .reactivation-code-box .reactivation-img-wrap {
    display: table-cell;
    vertical-align: top;
    width: 90px;
    height: 105px;
    overflow: hidden;
    text-align: center;
    top: 16px;
    position: relative; }
    .reactivation-code-box .reactivation-img-wrap span {
      width: 76px;
      height: 103px;
      border: 1px solid #d5d5d5;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      display: flex; }
      .reactivation-code-box .reactivation-img-wrap span img {
        max-width: 72px;
        max-height: 99px; }
  .reactivation-code-box .pro-detail-info {
    display: table-cell;
    padding-top: 0;
    padding-left: 20px; }
    .reactivation-code-box .pro-detail-info h2 {
      color: #333333;
      font-size: 16px;
      margin-bottom: 7px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 300px;
      line-height: 22px;
      margin-top: 12px; }
    .reactivation-code-box .pro-detail-info span {
      display: block;
      margin-bottom: 4px;
      font-size: 13px; }

/*.opr-days-count{
	display: block;
    font-size: 12px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 19px;
}*/
.opr-item-author,
.opr-item-title {
  display: none; }

.opr-context-menu-dropdown {
  position: absolute;
  float: right;
  bottom: 0;
  right: 0;
  color: #000000;
  font-size: 17px; }
  .opr-context-menu-dropdown .context-info-icon {
    border: none;
    background: transparent; }
  .opr-context-menu-dropdown ul {
    position: absolute;
    top: 31px;
    min-width: 167px;
    background: #ffffff;
    z-index: 99;
    padding: 0;
    right: -4px;
    -moz-box-shadow: 0px 9px 13px #00000042;
    -webkit-box-shadow: 0px 9px 13px #00000042;
    box-shadow: 0px 9px 13px #00000042; }
    .opr-context-menu-dropdown ul a {
      color: #333; }
    .opr-context-menu-dropdown ul li {
      width: 100%;
      padding: 6px 12px 8px 12px;
      color: #333333;
      font-size: 14px; }
      .opr-context-menu-dropdown ul li:hover {
        background: #eeeeee; }
      .opr-context-menu-dropdown ul li a {
        color: #333333; }

.context-blocker.user-nav-blocker {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 2;
  background: transparent; }

.opr-header-brand img {
  margin-top: 0; }

.opr-groups-badge {
  display: none; }

.dropdown-menu a {
  cursor: pointer; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  text-transform: none;
  font-family: open_sansregular;
  padding: 3px 20px;
  margin-left: 18px;
  background: #47b3e7;
  color: #fff;
  width: 92px;
  height: 30px;
  line-height: 23px;
  position: relative;
  top: 4px; }

.opr-bookshelf-add-book .accessCode {
  margin-top: 22px;
  white-space: nowrap;
  font-size: 14px;
  width: 114px; }

#accessCodePopup-popup .opr-popupheader-text,
#accessCodePopup-popup .accessCode,
.opr-bookshelf-add-book .opr-popupheader-text,
.opr-bookshelf-add-book .accessCode {
  text-transform: initial;
  font-family: open_sansregular; }

.page-leftbar {
  background: #047a9c;
  width: 70px; }
  .page-leftbar .left-container,
  .page-leftbar .opr-left-container-top {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .page-leftbar .left-container #leftBarContainer,
    .page-leftbar .opr-left-container-top #leftBarContainer {
      flex: 1; }

.activate-code-note {
  font-size: 12px;
  color: #777777;
  min-width: 348px;
  margin-top: 13px;
  font-family: open_sansregular;
  line-height: 13px; }
  .activate-code-note strong {
    font-family: open_sansbold;
    color: #4e4e4e; }
  .activate-code-note a {
    color: #47b3e7; }

.opr-warning-icon {
  background: url(../images/warning-icon.png) no-repeat;
  height: 10px;
  width: 16px;
  display: inline-block !important;
  margin-bottom: 0 !important; }

.opr-resource-filter {
  overflow-x: auto; }

.opr-resource-button:hover {
  color: #333 !important;
  background-color: transparent !important; }

.lib-over-img a.btn.read.btn-secondary {
  font-size: 14px;
  width: 150px;
  padding: 0;
  height: 32px;
  line-height: 32px;
  border-radius: 40px;
  text-transform: capitalize; }

.lib-over-img a.btn[disabled].read.btn-secondary {
  background-color: #047a9c !important;
  border-color: #047a9c !important;
  color: #fff !important; }

.lib-over-img .caption .info-disable-icon {
  margin-left: 15px; }

#book-overview {
  padding-top: 60px; }

/*ChromeApp CSS*/
.isChromeApp .opr-context-menu-dropdown ul {
  min-width: 157px; }
  .isChromeApp .opr-context-menu-dropdown ul a {
    padding: 10px 2px;
    font-size: 13px;
    line-height: 31px; }
.isChromeApp .btn-floating.btn-large {
  width: 46px;
  height: 46px;
  line-height: 45px; }

#open-group-filter.OPDropdown ul li.OPDropdown-option a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

ul.customToc .htmlPackage-toc-icon:before,
.search_htmlPackage:before {
  content: "\e96f"; }

/*hiding add members*/
.mygroups-grid-b #addMembers {
  background-color: #47b3e7; }

.mygroups-list .group-name,
.mygroups-list .group-isbn {
  color: #5d5d5d; }

.opr-toolbox-wrapper {
  width: 512px; }
  .opr-toolbox-wrapper .opr-fxl-info-icon {
    color: #047A9C; }
    .opr-toolbox-wrapper .opr-fxl-info-icon:hover {
      color: #FFB81C; }
  .opr-toolbox-wrapper span.opr-pagination-all-pages {
    color: #252525; }

.mygroups-list .group-isbn {
  font-size: 15px; }

.edit-group-fonticon,
.delete-group-fonticon,
.newGroupSave,
.newGroupCancel {
  font-size: 14px; }

.opr-table-row {
  display: table-row; }

.opr-group-table .opr-group-heading .opr-table-head:first-child {
  text-align: left; }

.highlightChapter {
  background: #047a9c; }

a.previewInSearch:before,
a.preview:before {
  color: #047A9C; }

.expand-all,
.collapse-all {
  cursor: pointer;
  padding: 10px 5px;
  color: #047a9c; }
  .expand-all:hover,
  .collapse-all:hover {
    color: #047a9c; }

#logoimg {
  max-width: initial; }

.opr-header-wrapper li:hover {
  background-color: transparent; }

#request-page-proof {
  display: none; }

.showBy.active {
  background-color: #047a9c;
  color: #fff; }

.show-hide-annotations .switch-labels.op_off {
  background: #ccc7c7 !important; }

#accessCodePopup-popup.add-pro-wrapper {
  max-height: 300px;
  width: 600px;
  border-radius: 10px; }
  #accessCodePopup-popup.add-pro-wrapper .context-menu-popup-head {
    padding: 14px 20px 11px 25px;
    background: #047a9c;
    color: #ffffff;
    font-size: 15px;
    height: 50px; }
#accessCodePopup-popup .context-menu-popup-content {
  padding: 0px 105px 0 105px; }
  #accessCodePopup-popup .context-menu-popup-content .opr-form-redeem-wrapper.clearfix {
    position: relative;
    margin-top: 65px; }
  #accessCodePopup-popup .context-menu-popup-content .input-field {
    margin-top: 0;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field p {
      font-size: 18px;
      color: #252525;
      line-height: 24px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field .clearfix {
      position: relative;
      margin-top: 17px; }
    #accessCodePopup-popup .context-menu-popup-content .input-field input {
      margin-bottom: 0;
      border: 1px solid #d3d3d3;
      border-radius: 5px;
      height: 34px;
      line-height: 34px;
      padding: 0 10px;
      box-sizing: border-box; }
      #accessCodePopup-popup .context-menu-popup-content .input-field input:not(.browser-default):focus:not([readonly]) {
        padding-right: 0;
        -webkit-appearance: none;
        border: 1px solid #047a9c;
        box-shadow: none; }
    #accessCodePopup-popup .context-menu-popup-content .input-field label:not(.label-icon).active {
      -webkit-transform: translateY(-17px) scale(0.8);
      transform: translateY(-17px) scale(0.8);
      left: 0; }
    #accessCodePopup-popup .context-menu-popup-content .input-field.col label {
      left: 0.75rem;
      -webkit-transform: translateY(6px);
      transform: translateY(6px); }
  #accessCodePopup-popup .context-menu-popup-content .activate-button {
    float: left;
    margin-top: 41px; }
    #accessCodePopup-popup .context-menu-popup-content .activate-button button {
      background-color: #047A9C;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      height: 36px;
      line-height: 36px;
      width: 36px;
      text-align: center; }
    #accessCodePopup-popup .context-menu-popup-content .activate-button i {
      display: block;
      margin: auto; }
      #accessCodePopup-popup .context-menu-popup-content .activate-button i:before {
        content: "\e974";
        font-size: 14px; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  display: block;
  float: left;
  min-width: 140px; }
  .waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon:before {
    content: "Activate";
    position: relative;
    top: -11px;
    left: 17px; }

.waves-effect.waves-light.btn.opr-all-icons.opr-float-r.opr-redeem-go-icon {
  background: #47b3e7; }

.opr-generate-access-code {
  display: inline-block;
  margin: 17px 10px 0 22px;
  font-size: 13px;
  text-decoration: underline;
  color: #00558b; }

.acg-contents {
  height: 100%; }

.acg-head {
  background-color: #f7f7f7;
  font-size: 18px;
  color: #36393b;
  padding: 15px 0px 15px 30px;
  border-bottom: 1px solid #e6e6e6; }

.acg-close {
  float: right;
  margin-right: 20px;
  cursor: pointer; }

.acg-close:before {
  font-size: 14px;
  color: #515354;
  content: "\e606";
  cursor: pointer;
  font-family: "OP2-fonts";
  speak: none !important; }

.acg-iframe {
  width: 100%;
  border: none;
  margin: 0;
  max-height: 406px;
  min-height: 441px;
  min-width: 710px; }

.agc-content .iframe-container {
  height: calc(100% - 60px); }

#acg-popup {
  max-height: 500px; }

.opr-group-and-details li a {
  font-size: 14px; }

.opr-group-and-details {
  bottom: 41px; }

.activate-code-note {
  display: none; }

.breadcrumbs-resource {
  margin-top: -7px !important; }

.opr-download-apps-center {
  position: static;
  width: auto;
  height: auto;
  margin: 12px 0 0 0;
  float: left;
  padding-left: 15px; }
  .opr-download-apps-center.p-study-plan {
    margin-top: 6px;
    padding-left: 10px; }
  .opr-download-apps-center ul li {
    display: inline-block;
    line-height: 11px;
    margin-right: 5px;
    color: #333333;
    vertical-align: middle; }
    .opr-download-apps-center ul li:hover {
      background-color: transparent; }
    .opr-download-apps-center ul li:first-child {
      position: relative;
      width: 1px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.1);
      margin-right: 12px; }
    .opr-download-apps-center ul li a {
      color: #808080;
      font-size: 17px; }
      .opr-download-apps-center ul li a.opr-icon-win:before {
        content: url("../themes/pearson/images/win.svg"); }
      .opr-download-apps-center ul li a.opr-icon-mac:before {
        content: url("../themes/pearson/images/mac.svg"); }
      .opr-download-apps-center ul li a.study_prep_btn:before {
        content: url("../themes/pearson/images/Explore_study_prep_button.svg"); }
      .opr-download-apps-center ul li a:hover {
        background-color: transparent; }

.opr-header-navigation.opr-nav-left-icons li:last-child {
  display: block;
  border-right: solid 1px #d5d5d5;
  margin-right: 0; }
  .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top {
    background-color: #ffb81c !important;
    width: auto;
    text-align: center;
    height: auto;
    color: #252525;
    border-radius: 2px;
    padding: 7px 29px 7px 45px;
    font-weight: 600;
    position: relative;
    top: -6px;
    border-radius: 40px; }
    .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top:before {
      position: absolute;
      top: 12px;
      left: 30px;
      font-size: 10px; }
    .opr-header-navigation.opr-nav-left-icons li:last-child .opr-all-icons.opr-plus-icon.opr-add-book-header-top:hover {
      background-color: #047a9c !important;
      color: #fff; }

.opr-footer-left li:first-child {
  color: #333333;
  font-style: italic; }

.lib-over-content .customToc {
  position: relative; }
.lib-over-content ul.customToc li {
  background: transparent;
  border-bottom: solid 1px #e8e8e8;
  margin-left: 25px;
  min-height: 63px;
  padding-top: 23px !important; }
  .lib-over-content ul.customToc li:last-child {
    border-bottom: none; }
  .lib-over-content ul.customToc li.chapter-title {
    color: #333333;
    font-size: 16px;
    font-family: open_sansbold;
    padding-left: 25px;
    margin-left: 0; }
  .lib-over-content ul.customToc li a.toggle {
    padding-left: 0 !important; }
.lib-over-content a.collaspe,
.lib-over-content a.expend {
  left: 0;
  top: 8px; }
.lib-over-content .chapter-title:hover {
  background-color: transparent !important;
  color: #333 !important; }

.opr-user-menu > .open {
  background: transparent; }

#txt-books-available {
  border-left: none;
  padding-left: 0;
  margin-left: 15px; }

/*.customToc  .toc-level_0.chapter-title{
	.toggle.collaspe{
		&:after{
		content: "";
		height: 3px;
		position: absolute;
		top: -3px;
		width: 100%;
		left: 0;
		background: #fff;
		}
	}
}*/
.opr-overview-header-description,
.opr-overview-details {
  border-bottom: solid 1px #e8e8e8;
  font-family: open_sanssemibold;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 8px;
  margin-top: 38px; }

.opr-overview-image-wrapper {
  width: 225px;
  height: 302px; }

.opr-header-navigation.opr-nav-left-icons li:last-child,
.opr-header-reports,
.opr-reports-text {
  display: none;
  padding: 0; }

.opr-add-book-header-top-outer,
.opr-header-navigation.opr-nav-left-icons
li:last-child.opr-add-book-header-top-outer {
  display: block;
  padding: 16px 4px 15px;
  height: 49px;
  border-right: none; }

#opr-user-append.opr-header-navigation.opr-user-menu {
  padding-left: auto; }

#accessCodePopup-content p.opr-error-code {
  font-size: 14px;
  position: relative;
  top: 7px; }

.addGroups-popup .btn-primary.disabled {
  background-color: #47b3e7 !important;
  opacity: 0.4 !important;
  color: #fff !important; }

.noUi-handle .noUi-tooltip .opr-page-title p {
  min-height: 20px; }

.opr-no-book-container p {
  color: #252525;
  max-width: 565px;
  font-size: 16px;
  line-height: 25px; }
  .opr-no-book-container p span {
    font-family: "open_sansbold", sans-serif; }
.opr-no-book-container h3 {
  margin-bottom: 13px; }
  .opr-no-book-container h3.opr-no-books-title-text {
    font-size: 22px;
    color: #252525; }

/* Help overlay css start */
.opr-help-overlay-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  background: #ffffff;
  z-index: 102;
  border-radius: 10px; }
  .opr-help-overlay-popup .opr-help-overlay-popup-img {
    display: none;
    height: 170px;
    background: #00a198; }
  .opr-help-overlay-popup .opr-help-overlay-popup-section {
    width: 100%;
    height: 170px;
    background: #fff;
    padding: 10px;
    border-radius: 10px; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header h1 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family: "open_sanssemibold", sans-serif; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header #closePopup {
    font-size: 12px;
    color: #000000;
    right: 0;
    top: 0; }
  .opr-help-overlay-popup .opr-help-overlay-popup-content {
    padding: 10px 0; }
    .opr-help-overlay-popup .opr-help-overlay-popup-content p {
      line-height: normal;
      color: #4b4b4b;
      font-size: 14px; }
      .opr-help-overlay-popup .opr-help-overlay-popup-content p span {
        font-family: "open_sansbold", sans-serif; }
  .opr-help-overlay-popup .opr-help-overlay-popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 10px 10px; }
    .opr-help-overlay-popup .opr-help-overlay-popup-footer span {
      float: left; }
    .opr-help-overlay-popup .opr-help-overlay-popup-footer .opr-help-overlay-navigation {
      float: right;
      display: inline-block; }
      .opr-help-overlay-popup .opr-help-overlay-popup-footer .opr-help-overlay-navigation .opr-next {
        padding-left: 15px; }

.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: -9; }
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle:before,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #039be5;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 0.8) infinite; }
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-header-wrapper .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .page-leftbar .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .fixedAppendArea .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-switch-layout-panel .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-active-tab .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu #zoom-wrapper .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .opr-switch-container .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle:after,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-header-wrapper .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .page-leftbar .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .fixedAppendArea .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-tab .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu #zoom-wrapper .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-switch-container .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle:after,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
.opr-leftBar-overlay .opr-switch-layout-panel,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel {
  z-index: 100; }
  .opr-leftBar-overlay .opr-switch-layout-panel:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .opr-print-view,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .opr-interactive-view,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .opr-print-view,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
    position: relative; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container span,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container span {
    z-index: 9; }
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle {
    width: 180px;
    height: 180px;
    transform: translateX(-50%) translateY(-50%); }
    .opr-leftBar-overlay .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-switch-container .pulsating-circle:before {
      width: 150%;
      height: 150%;
      margin-left: -25%;
      margin-top: -25%; }
  .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout {
    z-index: 101; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout:before {
      background-color: rgba(0, 0, 0, 0.4); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon {
      z-index: -9;
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-left-toggle-icon:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        border-radius: 5px 0px 0px 5px;
        background-color: rgba(0, 0, 0, 0.4); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .pulsating-circle,
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout span,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .pulsating-circle,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout span {
      z-index: 99; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view-icon {
      z-index: 102;
      pointer-events: none; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-switch-layout-icon,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-switch-layout-icon {
      z-index: 1; }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout,
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout {
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout:after,
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 110px;
        background-color: #fff;
        border: 1px solid #ebebeb;
        z-index: 100;
        border-radius: 5px;
        left: 0; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout .pulsating-circle,
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-print-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle {
        transform: translateX(-50%) translateY(-47%); }
    .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout {
      pointer-events: none; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout:after {
        top: -2px; }
      .opr-leftBar-overlay .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle,
      .bookshelfHelpoverlayPopup .opr-switch-layout-panel.opr-overlay-layout .opr-interactive-view.opr-active-bookLayout .pulsating-circle {
        transform: translateX(-50%) translateY(-46%); }
.opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper a,
.bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper a {
  position: relative;
  z-index: 102; }
.opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle,
.bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle {
  z-index: 101;
  width: 160px;
  height: 160px;
  transform: translateX(-50%) translateY(-60%); }
  .opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%; }
.opr-leftBar-overlay #zoom-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup #zoom-wrapper .opr-overlay-cursor-hand {
  position: relative;
  float: left; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination span,
.opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination span {
  z-index: 103; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle,
.opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle,
.bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .pulsating-circle {
  width: 160px;
  height: 160px;
  z-index: 102;
  transform: translateX(-52%) translateY(-65%); }
  .opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle:before,
  .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .pulsating-circle:before,
  .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%; }
.opr-leftBar-overlay .opr-rl-pagination.opr-overlay-pagination span,
.bookshelfHelpoverlayPopup .opr-rl-pagination.opr-overlay-pagination span {
  position: relative; }
.opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages {
  position: relative; }
  .opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages a,
  .bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages a {
    z-index: 103;
    position: relative; }
  .opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages .pulsating-circle,
  .bookshelfHelpoverlayPopup #book-viewtabs.opr-overlay-fxl-pages .pulsating-circle {
    z-index: 102;
    width: 200px;
    height: 200px;
    transform: translateX(-52%) translateY(-65%); }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark a,
.bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark a {
  z-index: 103; }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle {
  z-index: 102; }
.opr-leftBar-overlay #opr-user-append li.opr-overlay-toolbar,
.bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar {
  z-index: 102;
  pointer-events: none; }
.opr-leftBar-overlay .page-leftbar:before,
.bookshelfHelpoverlayPopup .page-leftbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #047a9c;
  width: 70px; }
.opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab {
  opacity: 1;
  position: relative; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab.arrow-icon,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab.arrow-icon {
    -webkit-animation: fadein 2s; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto; }
  .opr-leftBar-overlay .page-leftbar .opr-active-tab.opr-active-tab a .opr-all-icons:before,
  .bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab.opr-active-tab a .opr-all-icons:before {
    color: #000000; }
.opr-leftBar-overlay .page-leftbar .opr-active-tab a,
.bookshelfHelpoverlayPopup .page-leftbar .opr-active-tab a {
  overflow: visible; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .card-image,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .card-image,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .card-image,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .card-image,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .card-image,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .card-image {
  z-index: 1000; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-plus-icon,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .cover-img-overlay,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .detail-link,
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .add-book-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .add-book-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .add-book-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .card-image-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .card-image-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .card-image-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .detail-link-class .opr-dr-contextmenu-wrapper,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-plus-icon,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .cover-img-overlay,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .detail-link,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .opr-dr-contextmenu-wrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-plus-icon,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .cover-img-overlay,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper {
  z-index: 1001;
  pointer-events: none; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .add-book-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .add-book-class .pulsating-circle {
  width: 56px;
  height: 56px;
  transform: translateX(-50%) translateY(-26%); }
.opr-leftBar-overlay .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.opr-leftBar-overlay .opr-user-menu .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .card-image-class .pulsating-circle,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image-class .pulsating-circle {
  width: 43px;
  height: 43px; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class,
.opr-leftBar-overlay .opr-user-menu .detail-link-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
  .opr-leftBar-overlay .opr-user-menu .detail-link-class .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .detail-link-class .pulsating-circle,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link-class .pulsating-circle {
    width: 54px;
    height: 54px; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class,
.opr-leftBar-overlay .opr-user-menu .more-icon-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class,
.bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
  .opr-leftBar-overlay .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .more-icon-class .opr-dr-contextmenu-wrapper,
  .bookshelfHelpoverlayPopup .opr-user-menu .more-icon-class .opr-dr-contextmenu-wrapper {
    position: relative; }
.opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class,
.opr-leftBar-overlay .opr-user-menu .help-link-class,
.bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class,
.bookshelfHelpoverlayPopup .opr-user-menu .help-link-class {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-bookself-item-wrapper .help-link-class .opr-username-arrow,
  .opr-leftBar-overlay .opr-user-menu .help-link-class .opr-username-arrow,
  .bookshelfHelpoverlayPopup .opr-bookself-item-wrapper .help-link-class .opr-username-arrow,
  .bookshelfHelpoverlayPopup .opr-user-menu .help-link-class .opr-username-arrow {
    color: #000;
    z-index: 1000; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .card-image:before,
.opr-leftBar-overlay .opr-toolbox-wrapper .detail-link:before,
.opr-leftBar-overlay .opr-toolbox-wrapper #helpLink:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-header-nav .card-image:before,
.opr-leftBar-overlay .opr-header-nav .detail-link:before,
.opr-leftBar-overlay .opr-header-nav #helpLink:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-toolbar:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation:before,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
.opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book:before,
.opr-leftBar-overlay .fixedAppendArea .card-image:before,
.opr-leftBar-overlay .fixedAppendArea .detail-link:before,
.opr-leftBar-overlay .fixedAppendArea #helpLink:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #helpLink:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image:before,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link:before,
.opr-leftBar-overlay .opr-switch-layout-panel #helpLink:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .add-book-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .add-book-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .add-book-class .card-image:before,
.opr-leftBar-overlay .add-book-class .detail-link:before,
.opr-leftBar-overlay .add-book-class #helpLink:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .card-image-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .card-image-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .card-image-class .card-image:before,
.opr-leftBar-overlay .card-image-class .detail-link:before,
.opr-leftBar-overlay .card-image-class #helpLink:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-toolbar:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-pagination:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .detail-link-class .opr-overlay-annotation:before,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book:before,
.opr-leftBar-overlay .detail-link-class .card-image:before,
.opr-leftBar-overlay .detail-link-class .detail-link:before,
.opr-leftBar-overlay .detail-link-class #helpLink:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-userDropdown:before,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation:before,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book:before,
.opr-leftBar-overlay .opr-user-menu .card-image:before,
.opr-leftBar-overlay .opr-user-menu .detail-link:before,
.opr-leftBar-overlay .opr-user-menu #helpLink:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #helpLink:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-header-nav .card-image:before,
.bookshelfHelpoverlayPopup .opr-header-nav .detail-link:before,
.bookshelfHelpoverlayPopup .opr-header-nav #helpLink:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #helpLink:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #helpLink:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #helpLink:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .add-book-class .card-image:before,
.bookshelfHelpoverlayPopup .add-book-class .detail-link:before,
.bookshelfHelpoverlayPopup .add-book-class #helpLink:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .card-image-class .card-image:before,
.bookshelfHelpoverlayPopup .card-image-class .detail-link:before,
.bookshelfHelpoverlayPopup .card-image-class #helpLink:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .detail-link-class .card-image:before,
.bookshelfHelpoverlayPopup .detail-link-class .detail-link:before,
.bookshelfHelpoverlayPopup .detail-link-class #helpLink:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-userDropdown:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book:before,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image:before,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link:before,
.bookshelfHelpoverlayPopup .opr-user-menu #helpLink:before {
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  background: transparent;
  z-index: 102;
  left: 0;
  right: 0;
  margin: auto; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination,
.opr-leftBar-overlay .add-book-class .opr-overlay-pagination,
.opr-leftBar-overlay .card-image-class .opr-overlay-pagination,
.opr-leftBar-overlay .detail-link-class .opr-overlay-pagination,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-pagination:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-pagination:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-pagination:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-pagination:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-pagination:before {
    bottom: -44px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages,
.opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-fxl-pages:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-fxl-pages:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-fxl-pages:before {
    bottom: -23px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-zoomWrapper:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-zoomWrapper:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-zoomWrapper:before {
    bottom: -52px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout,
.opr-leftBar-overlay .add-book-class .opr-overlay-bookmark,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout,
.opr-leftBar-overlay .card-image-class .opr-overlay-bookmark,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout,
.opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark:before,
  .opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 0;
    bottom: 0;
    left: -48px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout:before,
.opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before,
.opr-leftBar-overlay .add-book-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .card-image-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .detail-link-class .opr-active-bookLayout:before,
.opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout:before,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout:before {
  left: -182px; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand,
.opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand {
  pointer-events: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand:before {
    right: 7px; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .add-book-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .card-image-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-cursor-hand a.opr-fxl-header-cursor-hand {
    position: relative;
    z-index: 102;
    opacity: 1; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class:before,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class:before,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class:before,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar:before,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class:before,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar:before,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class:before {
  display: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-top-context-icon.active,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-top-context-icon.active {
  background: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown,
.opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown,
.bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown {
  border: none;
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown:before,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown,
  .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink {
    background: #fff;
    z-index: 9;
    position: relative;
    pointer-events: none; }
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .opr-leftBar-overlay .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-toolbox-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-header-nav #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .fixedAppendArea #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-switch-layout-panel #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .add-book-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .card-image-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .detail-link-class #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.opr-overlay-toolbar .opr-user-dropdown li#helpLink:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li.opr-overlay-userDropdown:before,
    .bookshelfHelpoverlayPopup .opr-user-menu #contextMenu.help-link-class .opr-user-dropdown li#helpLink:before {
      border-top: 10px solid transparent;
      border-left: 12px solid #ffffff;
      border-bottom: 10px solid transparent;
      top: 15px;
      bottom: 0;
      left: -13px;
      margin: 0;
      right: 0; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-header-nav .opr-header-navigation li:hover,
.opr-leftBar-overlay .fixedAppendArea .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-header-navigation li:hover,
.opr-leftBar-overlay .add-book-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .card-image-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .detail-link-class .opr-header-navigation li:hover,
.opr-leftBar-overlay .opr-user-menu .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .add-book-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .card-image-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .detail-link-class .opr-header-navigation li:hover,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-header-navigation li:hover {
  background: none; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-header-nav .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .fixedAppendArea .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .add-book-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .card-image-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .detail-link-class .opr-header-navigation li:hover a:hover,
  .opr-leftBar-overlay .opr-user-menu .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .add-book-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .card-image-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-header-navigation li:hover a:hover,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-header-navigation li:hover a:hover {
    background: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation,
.opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation,
.opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation,
.opr-leftBar-overlay .add-book-class .opr-overlay-annotation,
.opr-leftBar-overlay .card-image-class .opr-overlay-annotation,
.opr-leftBar-overlay .detail-link-class .opr-overlay-annotation,
.opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation {
  position: absolute;
  max-width: fit-content;
  max-height: 58px;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation:before,
  .opr-leftBar-overlay .add-book-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .card-image-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-annotation:before,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation:before {
    border-top: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    bottom: 38px; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-header-nav .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .fixedAppendArea .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .add-book-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .card-image-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .detail-link-class .opr-overlay-annotation ul li,
  .opr-leftBar-overlay .opr-user-menu .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-annotation ul li,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-annotation ul li {
    opacity: 1;
    pointer-events: none; }
.opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-toolbox-wrapper .card-image,
.opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-header-nav .card-image,
.opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book,
.opr-leftBar-overlay .fixedAppendArea .card-image,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image,
.opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-switch-layout-panel .card-image,
.opr-leftBar-overlay .add-book-class .opr-add-icon-no-book,
.opr-leftBar-overlay .add-book-class .card-image,
.opr-leftBar-overlay .card-image-class .opr-add-icon-no-book,
.opr-leftBar-overlay .card-image-class .card-image,
.opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book,
.opr-leftBar-overlay .detail-link-class .card-image,
.opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book,
.opr-leftBar-overlay .opr-user-menu .card-image,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image,
.bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-header-nav .card-image,
.bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .fixedAppendArea .card-image,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image,
.bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .add-book-class .card-image,
.bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .card-image-class .card-image,
.bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .detail-link-class .card-image,
.bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book,
.bookshelfHelpoverlayPopup .opr-user-menu .card-image {
  pointer-events: none;
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-toolbox-wrapper .card-image:before,
  .opr-leftBar-overlay .opr-header-nav .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-header-nav .card-image:before,
  .opr-leftBar-overlay .fixedAppendArea .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .fixedAppendArea .card-image:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .card-image:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .card-image:before,
  .opr-leftBar-overlay .add-book-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .add-book-class .card-image:before,
  .opr-leftBar-overlay .card-image-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .card-image-class .card-image:before,
  .opr-leftBar-overlay .detail-link-class .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .detail-link-class .card-image:before,
  .opr-leftBar-overlay .opr-user-menu .opr-add-icon-no-book:before,
  .opr-leftBar-overlay .opr-user-menu .card-image:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .card-image:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .card-image:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .card-image:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .card-image:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .card-image:before,
  .bookshelfHelpoverlayPopup .add-book-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .add-book-class .card-image:before,
  .bookshelfHelpoverlayPopup .card-image-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .card-image-class .card-image:before,
  .bookshelfHelpoverlayPopup .detail-link-class .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .detail-link-class .card-image:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .opr-add-icon-no-book:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .card-image:before {
    border-top: 10px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    right: -14px;
    top: 0;
    bottom: 0;
    left: auto; }
.opr-leftBar-overlay .opr-toolbox-wrapper .detail-link,
.opr-leftBar-overlay .opr-header-nav .detail-link,
.opr-leftBar-overlay .fixedAppendArea .detail-link,
.opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link,
.opr-leftBar-overlay .opr-switch-layout-panel .detail-link,
.opr-leftBar-overlay .add-book-class .detail-link,
.opr-leftBar-overlay .card-image-class .detail-link,
.opr-leftBar-overlay .detail-link-class .detail-link,
.opr-leftBar-overlay .opr-user-menu .detail-link,
.bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link,
.bookshelfHelpoverlayPopup .opr-header-nav .detail-link,
.bookshelfHelpoverlayPopup .fixedAppendArea .detail-link,
.bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link,
.bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link,
.bookshelfHelpoverlayPopup .add-book-class .detail-link,
.bookshelfHelpoverlayPopup .card-image-class .detail-link,
.bookshelfHelpoverlayPopup .detail-link-class .detail-link,
.bookshelfHelpoverlayPopup .opr-user-menu .detail-link {
  overflow: inherit; }
  .opr-leftBar-overlay .opr-toolbox-wrapper .detail-link:before,
  .opr-leftBar-overlay .opr-header-nav .detail-link:before,
  .opr-leftBar-overlay .fixedAppendArea .detail-link:before,
  .opr-leftBar-overlay .opr-annotation-bar-wrapper .detail-link:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .detail-link:before,
  .opr-leftBar-overlay .add-book-class .detail-link:before,
  .opr-leftBar-overlay .card-image-class .detail-link:before,
  .opr-leftBar-overlay .detail-link-class .detail-link:before,
  .opr-leftBar-overlay .opr-user-menu .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-header-nav .detail-link:before,
  .bookshelfHelpoverlayPopup .fixedAppendArea .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-switch-layout-panel .detail-link:before,
  .bookshelfHelpoverlayPopup .add-book-class .detail-link:before,
  .bookshelfHelpoverlayPopup .card-image-class .detail-link:before,
  .bookshelfHelpoverlayPopup .detail-link-class .detail-link:before,
  .bookshelfHelpoverlayPopup .opr-user-menu .detail-link:before {
    border-top: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    bottom: 28px; }
.opr-leftBar-overlay .opr-bookview-tabs:before,
.bookshelfHelpoverlayPopup .opr-bookview-tabs:before {
  bottom: -62px !important; }
.opr-leftBar-overlay .page-leftbar,
.bookshelfHelpoverlayPopup .page-leftbar {
  z-index: 101;
  pointer-events: none; }
.opr-leftBar-overlay .instructionWrapperMain,
.bookshelfHelpoverlayPopup .instructionWrapperMain {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }

.zoomWrapper {
  position: relative;
  width: auto;
  height: 50px;
  float: left; }

.opr-rl-pagination {
  width: 130px;
  display: inline-block; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%,
  100% {
    opacity: 0; } }
@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.opr-switch-layout-panel {
  position: absolute;
  right: 0;
  width: 130px;
  background: #fafafa;
  z-index: 1;
  top: 30px;
  height: auto;
  bottom: 0;
  box-shadow: 0px 2px 4px #00000029;
  -webkit-transition: -webkit-transform 0.5s;
  transition: right 0.5s; }
  .opr-switch-layout-panel .opr-switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view,
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      position: relative;
      width: 80px;
      height: 110px;
      border: 1px solid #ebebeb;
      margin-top: 80px;
      border-radius: 5px; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view:hover,
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view:hover {
        cursor: pointer; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view.op_layout_on,
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view.op_layout_on {
        border: 2px solid #039be5; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view {
      margin-top: 20px; }
      .opr-switch-layout-panel .opr-switch-container .opr-print-view img {
        height: 100%;
        margin: auto;
        width: 100%; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      position: relative;
      margin-top: 80px; }
    .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon {
      position: relative;
      width: 30px;
      height: 30px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon:before {
        content: "\e907";
        position: absolute;
        text-align: center;
        color: #c5c5c5;
        font-size: 30px;
        pointer-events: none;
        top: 34px; }
    .opr-switch-layout-panel .opr-switch-container span {
      display: inline-block;
      padding-top: 5px;
      color: #000;
      font-family: "open_sanssemibold", sans-serif; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view-icon {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 50px;
      color: #757575; }
      .opr-switch-layout-panel .opr-switch-container .opr-interactive-view-icon:before {
        content: "\e908"; }
    .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon {
      position: absolute;
      right: 20px;
      z-index: 100;
      top: 50px;
      box-shadow: 0 2px 2px #d6d6d6;
      text-align: center;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      width: 13px;
      height: 26px;
      border-radius: 5px 0px 0px 5px;
      left: -13px;
      background: #039be5;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon:before {
        content: "\e93b";
        color: #fff;
        font-size: 28px;
        transition: 0.1s ease;
        transform: rotate(90deg); }

.opr-hide-right-panel .opr-switch-layout-panel {
  right: -117px; }
  .opr-hide-right-panel .opr-switch-layout-panel .opr-left-toggle-icon:before {
    transform: rotate(-90deg); }
.opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel {
  right: -130px; }
  .opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel .opr-left-toggle-icon:before {
    transform: rotate(-90deg); }

.opr-hide-right-panel.dualfxl .opr-switch-layout-panel {
  right: -130px; }

.opr-fullscreen .opr-switch-layout-panel,
.dualfxl.opr-fullscreen .opr-switch-layout-panel,
.opr-hide-right-panel.opr-fullscreen .opr-switch-layout-panel {
  right: -145px; }

.opr-leftBar-overlay .page-leftbar ul li {
  opacity: 0.5; }

#libraryManagerLink {
  display: none !important; }

/*1404A start for bookshelf*/
.opr-wrapper {
  padding: 0;
  background-color: transparent; }

.opr-tab-view {
  margin: 27px 0 15px 0;
  border: none;
  background: transparent; }

.opr-book-tabing-view {
  padding-top: 7px;
  background-color: #fff; }
  .opr-book-tabing-view .opr-book-redem-section {
    height: 52px; }
  .opr-book-tabing-view .nav-tabs {
    background: transparent;
    position: relative;
    margin: 0;
    display: inline-block;
    width: auto;
    height: 52px; }
    .opr-book-tabing-view .nav-tabs.tabs li.tab {
      text-transform: none; }
      .opr-book-tabing-view .nav-tabs.tabs li.tab a {
        margin: 0;
        border-radius: 0;
        color: #777777;
        border: 0px solid transparent;
        padding: 0;
        background-color: transparent;
        width: 133px;
        font-size: 16px;
        text-transform: uppercase; }
        .opr-book-tabing-view .nav-tabs.tabs li.tab a:hover, .opr-book-tabing-view .nav-tabs.tabs li.tab a:focus {
          color: #333333; }
        .opr-book-tabing-view .nav-tabs.tabs li.tab a.active {
          color: #333333; }
          .opr-book-tabing-view .nav-tabs.tabs li.tab a.active:hover, .opr-book-tabing-view .nav-tabs.tabs li.tab a.active:focus {
            color: #333333; }
    .opr-book-tabing-view .nav-tabs.tabs .indicator {
      background-color: #047A9C;
      height: 5px; }

.lib-over-content {
  padding-top: 7px;
  background-color: #fff; }
  .lib-over-content .nav-tabs {
    background: transparent;
    position: relative;
    margin: 20px 0 20px 0;
    width: auto;
    border-bottom: 1px solid #ddd; }
    .lib-over-content .nav-tabs.tabs li.tab {
      text-transform: none;
      height: 52px;
      line-height: 52px; }
      .lib-over-content .nav-tabs.tabs li.tab a {
        margin: 0;
        border-radius: 0;
        color: #777777;
        border: 0px solid transparent;
        padding: 10px;
        background-color: transparent;
        font-size: 16px;
        text-transform: uppercase; }
        .lib-over-content .nav-tabs.tabs li.tab a:hover, .lib-over-content .nav-tabs.tabs li.tab a:focus {
          color: #333333; }
        .lib-over-content .nav-tabs.tabs li.tab a.active {
          color: #333333; }
          .lib-over-content .nav-tabs.tabs li.tab a.active:hover, .lib-over-content .nav-tabs.tabs li.tab a.active:focus {
            color: #333333; }
    .lib-over-content .nav-tabs.tabs .indicator {
      background-color: #047A9C;
      height: 5px; }

.opr-lib-tab-btn {
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  width: 100%; }
  .opr-lib-tab-btn button {
    text-align: center;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none; }
    .opr-lib-tab-btn button.btn-primary {
      width: 110px; }
      .opr-lib-tab-btn button.btn-primary:hover {
        background-color: #37a5da !important; }
    .opr-lib-tab-btn button.added-btn {
      background-color: #666666 !important; }
      .opr-lib-tab-btn button.added-btn:hover, .opr-lib-tab-btn button.added-btn:focus {
        background-color: #666666 !important; }
      .opr-lib-tab-btn button.added-btn:disabled {
        opacity: 0.3; }
    .opr-lib-tab-btn button.cancel-btn {
      width: 70px;
      line-height: 28px; }

/*book list view changes start*/
.opr-bookself-item {
  width: 370px;
  height: 176px;
  box-shadow: 0px 3px 6px #e5e7ee;
  padding: 0;
  margin: 0 50px 35px 0;
  border-radius: 5px; }
  .opr-bookself-item .opr-booklist-wrapper {
    display: block;
    position: relative;
    padding: 20px 20px 0 20px;
    height: 100%; }
    .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data {
      float: left;
      width: 100%;
      text-align: left; }
      .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space {
        margin-left: 114px;
        position: relative;
        min-height: 125px; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space h2 {
          font-size: 16px;
          word-wrap: break-word;
          color: #252525;
          margin-bottom: 5px;
          line-height: 22px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space .opr-author {
          font-size: 12px;
          color: #7a7a7a;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 5px; }
        .opr-bookself-item .opr-booklist-wrapper .opr-thumbnail-data .opr-cover-space .opr-lastread {
          font-size: 10px;
          color: rgba(68, 68, 68, 0.87);
          position: absolute;
          bottom: 40px; }
    .opr-bookself-item .opr-booklist-wrapper .cover-img-block {
      border: 1px solid #d5d5d5;
      width: 92px;
      height: 125px;
      background-color: #fff;
      float: left;
      margin-left: -100%;
      position: relative;
      cursor: pointer; }
      .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle {
        display: table;
        width: 100%;
        height: 127px;
        vertical-align: middle; }
        .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle .cover-img-center {
          display: table-cell;
          vertical-align: middle;
          max-width: 100%;
          max-height: 125px; }
          .opr-bookself-item .opr-booklist-wrapper .cover-img-block .cover-img-middle .cover-img-center img {
            max-width: 100%;
            max-height: 123px; }

.st-pusher {
  left: 70px; }

.st-menu-open .st-pusher {
  left: 520px; }

.st-effect.st-menu-open .st-effect.st-menu {
  left: 70px;
  border: 1px solid #f5f5f5; }

.noUi-handle {
  background: #ffb81c; }

.noUi-connect {
  background: #ffb81c; }

.apple-fixed-layout .noUi-target {
  background: #f5f5f5; }

.howToRetag {
  color: #047a9c; }

.search-font-icon:before,
.addMembers-search:before {
  color: #047a9c; }

.opr-header-sync-icon:before,
.opr-RL-Setting-icon:before,
.opr-header-bookmark-icon:before,
.opr-tts-icon:before,
.opr-fullscreen-icon:before,
.opr-header-sync-icon:before,
.opr-header-print-icon:before {
  font-size: 22px; }

.opr-header-navigation > li > a {
  color: #157FA1; }
.opr-header-navigation > li:last-child a {
  margin-right: 0;
  color: #000000; }

.viewer-settings-modal.modal {
  border-radius: 5px; }

.opr-user-dropdown {
  border-radius: 5px; }
  .opr-user-dropdown.context-menu-items > li:last-child a {
    background: #047A9C;
    color: #ffffff;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .opr-user-dropdown.context-menu-items > li:last-child a:hover {
      box-shadow: none !important;
      background: #FFB81C; }
      .opr-user-dropdown.context-menu-items > li:last-child a:hover span {
        color: #252525; }
  .opr-user-dropdown.context-menu-items > li .opr-user-profile-image span {
    border: none; }

.opr-left-container-top ul li a {
  color: #fff;
  margin: 0; }
  .opr-left-container-top ul li a span {
    padding: 12px 0px 12px 0px; }
  .opr-left-container-top ul li a.active {
    background-color: #ffb81c; }
    .opr-left-container-top ul li a.active span {
      color: #047a9c; }
  .opr-left-container-top ul li a:hover {
    background-color: #ffb81c; }
    .opr-left-container-top ul li a:hover span {
      color: #047a9c; }

.opr-lib-btn-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .opr-lib-btn-holder a.btn-primary {
    font-size: 14px;
    width: 128px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-radius: 40px;
    margin-right: 15px; }
    .opr-lib-btn-holder a.btn-primary.added-btn {
      width: 140px; }

.progress-wrap {
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 5px; }
  .progress-wrap .opr-meter {
    background-color: #e3e6ec;
    height: 5px;
    border-radius: 2px;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .progress-wrap .opr-meter span {
      background-color: #ffb81c;
      position: absolute;
      height: 5px;
      border-radius: 2px; }
  .progress-wrap span {
    font-size: 10px;
    color: rgba(68, 68, 68, 0.87);
    display: inline-block;
    vertical-align: middle; }

.material-tooltip {
  color: #000000; }
  .material-tooltip .backdrop {
    background-color: #faebc3; }

.bookmark-flag-ribbon {
  border-left: #19a5a3 solid 7px !important;
  border-right: #19a5a3 solid 7px !important; }

.share_but:before,
.export_but:before {
  font-size: 22px; }

.opr-bookview-tabs {
  padding-top: 10px; }

.lib-author {
  color: #047A9C; }

.opr-custom-alert {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #000000;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 11px;
  background-color: #e2f4e4;
  height: 30px;
  padding: 0 5px 0 25px;
  line-height: 30px; }
  .opr-custom-alert:before {
    content: url(../themes/pearson/images/opr-pin.png);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -11px; }

@media (min-width: 370px) and (max-width: 849px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 370px;
    position: relative; }

  .opr-bookself-item {
    margin-right: 0; }

  .opr-sorting-container-outer {
    margin-top: 12px; }

  .opr-sort-search-wrapper .opr-sorting-container {
    position: absolute;
    top: -48px;
    right: 0;
    margin: 0; }

  #txt-books-available {
    position: absolute;
    top: -25px; } }
@media (min-width: 850px) and (max-width: 1269px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 790px; }

  .opr-bookself-item:nth-of-type(2n) {
    margin-right: 0; } }
@media (min-width: 1270px) and (max-width: 1689px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1210px; }

  .opr-bookself-item:nth-of-type(3n) {
    margin-right: 0; } }
@media (min-width: 1690px) {
  .opr-bookself-item:nth-of-type(4n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1630px; } }
/*book list view changes end*/
.opr-sort-search-wrapper .opr-sorting-container {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 44px;
  line-height: 40px;
  padding: 0 10px 0 15px; }
  .opr-sort-search-wrapper .opr-sorting-container ul li a {
    color: #157FA1; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected {
      color: #333333; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected:before {
        content: "\e97c";
        position: absolute;
        right: 0px;
        top: 13px;
        font-size: 16px;
        color: #047a9c; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a:hover {
      background: #eeeeee; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a.selected {
      background: #eeeeee;
      color: #333; }
.opr-sort-search-wrapper .opr-search-box {
  width: 370px;
  height: auto;
  margin-top: 0;
  box-shadow: none;
  background: transparent; }
  .opr-sort-search-wrapper .opr-search-box input[type="search"] {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding-right: 70px;
    height: 44px;
    box-sizing: border-box; }
    .opr-sort-search-wrapper .opr-search-box input[type="search"]:not(.browser-default):focus:not([readonly]) {
      padding-right: 70px;
      -webkit-appearance: none;
      border: 1px solid #047a9c;
      box-shadow: none; }
  .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon {
    width: 40px;
    height: 42px;
    right: 3px;
    top: 1px;
    background-color: transparent; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon:before {
      color: #047a9c;
      top: 10px;
      font-size: 24px; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon input[type="button"] {
      width: 30px;
      height: 42px;
      padding: 0; }
  .opr-sort-search-wrapper .opr-search-box .opr-lib-search-clear {
    top: 7px;
    right: 50px; }

/*input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid $color-blue;
    box-shadow: 0 1px 0 0 $color-blue;
}
input[type=search]:not(.browser-default):focus:not([readonly]){
	border-bottom: none;
	box-shadow: none;
	border:1px solid $color-blue;
}*/
.sidebar .nav-tabs li.active a {
  background-color: #ffb81c;
  color: #252525; }
  .sidebar .nav-tabs li.active a:hover, .sidebar .nav-tabs li.active a:focus {
    background-color: #ffb81c;
    color: #252525; }
.sidebar .nav-tabs li a {
  border-radius: 3px; }
.sidebar .nav-tabs li span.icon-badge {
  background-color: #047A9C;
  color: #ffffff; }

.tabs .tab a:hover {
  background-color: #eeeeee;
  color: #252525; }
.tabs .tab a.active {
  border: 0px solid transparent;
  color: #252525;
  background-color: #ffb81c; }

/*1404A end for bookshelf*/
@media screen and (max-width: 1600px) {
  .opr-switch-layout-panel {
    width: 85px; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view {
      margin-top: 40px; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view .opr-interactive-view-icon:before {
      font-size: 36px; }
    .opr-switch-layout-panel .opr-switch-container .opr-print-view,
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-view {
      width: 53px;
      height: 72px; }
    .opr-switch-layout-panel .opr-switch-container .opr-interactive-text,
    .opr-switch-layout-panel .opr-switch-container .opr-print-text {
      font-size: 11px;
      max-width: 70px;
      text-align: center; }
    .opr-switch-layout-panel .opr-switch-container .opr-switch-layout-icon:before {
      font-size: 30px; }

  .opr-switch-layout-panel .opr-switch-container .opr-left-toggle-icon {
    top: 80px; }

  .opr-hide-right-panel.dualfxl .opr-switch-layout-panel {
    right: -85px; }

  .opr-hide-right-panel .opr-horizontal-mode .opr-switch-layout-panel {
    right: -85px; }

  .opr-fullscreen .opr-switch-layout-panel,
  .dualfxl.opr-fullscreen .opr-switch-layout-panel,
  .opr-hide-right-panel.opr-fullscreen .opr-switch-layout-panel {
    right: -98px; }

  .opr-hide-right-panel .opr-switch-layout-panel {
    right: -72px; }

  .opr-leftBar-overlay
  .opr-switch-layout-panel.opr-overlay-layout
  .opr-print-view.opr-active-bookLayout:after,
  .opr-leftBar-overlay
  .opr-switch-layout-panel.opr-overlay-layout
  .opr-interactive-view.opr-active-bookLayout:after {
    width: 53px;
    height: 72px;
    top: -1px;
    left: -1px; }

  .opr-leftBar-overlay
  .opr-switch-layout-panel
  .opr-switch-container
  .pulsating-circle {
    width: 150px;
    height: 150px; }

  .opr-leftBar-overlay .opr-full-page-wrapper .opr-active-bookLayout:before,
  .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout:before {
    left: -155px; }

  .opr-switch-layout-panel .opr-switch-container .opr-print-view img {
    position: absolute;
    z-index: 102;
    pointer-events: none; }

  .opr-switch-layout-panel
  .opr-switch-container
  .opr-print-view.op_layout_on
  img {
    z-index: 1; } }
/* Help overlay css end */
/* Help overlay DR css start */
.bookshelfHelpoverlayPopup .opr-help-overlay-popup {
  z-index: 1000; }
.bookshelfHelpoverlayPopup .more-icon-class .opr-dr-contextmenu-wrapper:after {
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  top: -16px;
  background: transparent;
  z-index: 102;
  left: 0;
  right: 0;
  margin: auto; }

/* DR help overlay css start */
.opr-bookshelf-overlay-popup {
  position: fixed;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 500px;
  height: 439px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1056;
  border-radius: 10px; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img {
    width: 100%;
    height: 250px;
    background-color: #039be5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img .opr-bookshelf-overlay-skip {
      position: absolute;
      top: 10px;
      right: 12px;
      color: #fff;
      font-size: 14px;
      cursor: pointer; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 45px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon,
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon {
      width: 45px;
      height: 45px;
      position: absolute;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon.disabled,
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon.disabled {
        opacity: 1;
        background-image: url(../themes/pearson/images/arrow_disabled.svg); }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon.disabled:before,
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon.disabled:before {
          color: #cecece; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon {
      left: -80px;
      background-image: url(../themes/pearson/images/arrow_slider.svg);
      background-size: 29px;
      background-repeat: no-repeat;
      background-position: center; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon {
      right: -80px;
      transform: rotate(-180deg);
      background-image: url(../themes/pearson/images/arrow_slider.svg);
      background-size: 29px;
      background-repeat: no-repeat;
      background-position: center; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text {
    text-align: center; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text h1 {
      font-size: 18px;
      color: #000;
      font-family: "open_sanssemibold", sans-serif;
      padding-top: 28px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text p {
      font-size: 14px;
      color: #666;
      line-height: 19px;
      padding-top: 7px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots {
      height: 98px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #707070;
        margin-right: 10px; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot:hover {
          cursor: pointer; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container .opr-dot.active {
          background-color: #707070; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour {
        display: none;
        width: 160px;
        padding: 6px 0;
        background-color: #047A9C;
        color: #fff;
        box-shadow: 0px 2px 2px #0000003d;
        border-radius: 40px;
        font-size: 16px;
        font-family: "open_sanssemibold", sans-serif;
        cursor: pointer; }
        .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour:hover {
          background-color: #FFB81C;
          color: #252525; }

.opr-thankyou-screen .opr-bookshelf-overlay-skip {
  display: none; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-icons {
  display: none; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text h1#helpHeadingText {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 21px; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text p#helpDescriptionText {
  color: #4b4b4b;
  font-size: 14px;
  font-family: "open_sansbold", sans-serif; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots {
  margin-top: 15px;
  height: auto; }
  .opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-dots-container {
    display: none; }
  .opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour {
    display: block; }

/* DR help overlay css end */
#book-overview .lib-header span:nth-child(4) {
  color: #777777;
  font-size: 14px;
  margin-top: 4px; }

#enrichments-body.tab-pane-contant {
  /*top: 43px;*/ }

#editCancel.btn-default:hover,
#editCancel.btn-default:focus {
  color: #333 !important;
  background-color: #e6e6e6; }

.expiry-date {
  color: #777777;
  font-size: 14px;
  margin-top: 4px;
  display: block; }

.expiry-date ~ .bookcontent-count.mt15.dInb {
  display: block;
  margin-top: 7px; }

#inviteMemberForm .inviteMemberFld {
  display: inline-block;
  min-width: 328px;
  max-width: 326px; }

#invite-addmail-btn {
  position: relative; }

.opr-all-icons.opr-feeds-icon:before {
  content: "\e979"; }

.opr-bookmark-icon:before {
  margin-left: -3px; }

.opr-text-to-speech-bar.opr-ttf-visible {
  top: 54px;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); }

/* Take a tour popup css start */
.opr-close-popup-icon {
  color: #fff; }
  .opr-close-popup-icon:hover {
    color: rgba(255, 255, 255, 0.5); }

.opr-tour-popup {
  top: 0 !important;
  width: 480px;
  height: 190px;
  padding: 0;
  border-radius: 10px; }
  .opr-tour-popup .opr-tour-popup-header {
    background-color: #047A9C;
    height: 50px;
    padding: 0 20px; }
    .opr-tour-popup .opr-tour-popup-header h1 {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      line-height: 50px; }
    .opr-tour-popup .opr-tour-popup-header #closePopup {
      right: 0;
      font-size: 14px;
      color: #000000;
      top: 6px; }
  .opr-tour-popup .opr-tour-popup-content {
    padding: 20px 20px 0;
    line-height: 19px;
    color: #4b4b4b;
    font-size: 14px; }
  .opr-tour-popup .opr-tour-popup-footer {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .opr-tour-popup .opr-tour-popup-footer .btn {
      text-transform: none;
      font-size: 14px; }
  .opr-tour-popup .cust-dia-btn {
    margin-bottom: 0; }

/* Take a tour popup css end */
/*promo banner css start*/
#promoBanner-popup {
  border-radius: 10px; }

/*promo banner css start*/
.opr-text-to-speech-bar.opr-ttf-visible .opr-tts-draggable-icon {
  cursor: move; }

.opr-text-to-speech-bar.opr-ttf-visible .opr-tts-draggable-icon:before {
  content: "\e927";
  font-family: "OP2-fonts";
  color: #c6c6c6;
  font-size: 20px;
  margin-top: 6px;
  margin-left: 4px;
  display: inline-block; }

.dropdown-outer-nav > li {
  padding: 0 4px;
  font-size: 13px !important;
  cursor: pointer;
  margin: 0 17px 0 5px; }

.dropdown-menu-custom {
  position: relative; }
  .dropdown-menu-custom:after {
    content: "\e959";
    font-family: "OP2-fonts", sans-serif;
    font-size: 11px;
    margin-left: -14px;
    position: absolute;
    z-index: -1;
    top: 3px;
    right: 0; }
  .dropdown-menu-custom .arrow-icon-dropdown {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 21px;
    white-space: nowrap; }
  .dropdown-menu-custom ul {
    position: absolute !important;
    left: 0;
    top: 0 !important;
    transition: all 0.3s ease;
    transform-origin: 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    display: none !important;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    min-width: 240px !important; }
    .dropdown-menu-custom ul li {
      display: block;
      width: 100%; }
      .dropdown-menu-custom ul li.dropdown-selected-item a {
        background: #eeeeee; }
      .dropdown-menu-custom ul li a {
        width: 100%;
        padding: 1em 18px;
        display: inline-block;
        box-sizing: border-box;
        font-size: 14px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .dropdown-menu-custom ul li a:hover {
          background: #ebebeb; }
        .dropdown-menu-custom ul li a.dropdown-selected-item {
          background: #eeeeee; }
  .dropdown-menu-custom:hover ul {
    transform: scale(1) !important; }

.dropdown-menu-custom ul.dropdown-menu-custom-show,
.dropdown-menu-custom-show {
  display: block !important; }

.opr-series-band-label,
.opr-series-band-label {
  font-family: open_sanssemibold, sans-serif;
  color: #4b4b4b; }

@media screen and (max-width: 1366px) {
  .dropdown-menu-custom .arrow-icon-dropdown {
    max-width: 84px; }

  .opr-sort-search-wrapper .opr-search-box input {
    width: 124px; } }
@media screen and (max-width: 1366px) {
  /*.opr-sorting-container {
        min-width: 166px;}*/
  #bookSeries-container,
  #colorBand-container {
    top: 0;
    right: 152px;
    min-width: 135px; }

  #colorBand-container {
    right: 250px; } }
@media screen and (max-width: 700px) {
  #organization-name {
    display: none !important; } }
/* Flash card css starts */
.opr-flashcard-icon:before {
  content: "\e97a"; }

.opr-flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  margin-bottom: 10px; }
  .opr-flip-card .opr-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0px 3px 6px #e5e7ee;
    -moz-box-shadow: 0px 3px 6px #e5e7ee;
    box-shadow: 0px 3px 6px #e5e7ee;
    border: 1px solid #ccd2e3;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front,
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      background-color: #ffffff;
      color: #000000;
      border-radius: 8px; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 25px;
        line-height: normal;
        color: #333333;
        font-size: 12px;
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        cursor: pointer; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno:before {
          content: "\e617";
          position: absolute;
          right: 4px;
          top: 12px;
          color: #4b4b4b;
          -webkit-backface-visibility: hidden; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-front-text {
        word-break: break-word;
        line-height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        overflow: hidden;
        width: 100%; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details {
        position: absolute;
        bottom: 10px;
        color: #333333dd;
        font-size: 14px;
        display: none;
        -webkit-backface-visibility: hidden; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details:before {
          content: "\e921";
          color: #4b4b4b;
          margin-right: 5px;
          vertical-align: middle;
          margin-bottom: 2px;
          display: inline-block; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-back {
      transform: rotateY(180deg);
      padding: 30px 10px;
      background-color: #047a9c;
      color: #ffffff; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container {
        overflow: auto;
        width: 100%;
        height: 100%; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para {
          padding: 0 20px;
          height: 100%;
          display: table;
          margin: auto; }
          .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para p {
            word-break: break-word;
            line-height: 24px;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            width: 100%; }

ul.opr-flashcard-list {
  height: 100%;
  margin-top: 20px;
  overflow-y: auto;
  padding-right: 0; }
  ul.opr-flashcard-list li {
    padding: 0 2px 0 0;
    border: none; }
    ul.opr-flashcard-list li .opr-flip-toggle .opr-flip-card-inner {
      transform: rotateY(180deg); }

.opr-annotation-flashcard .opr-chapter-topic-filter {
  position: relative;
  margin-top: 20px;
  display: flex; }
  .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons {
    flex: 1;
    max-width: 77px;
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    line-height: normal;
    position: relative; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play {
      position: absolute;
      height: 20px;
      width: 20px;
      background: #047A9C;
      border-radius: 100%;
      cursor: pointer;
      right: 0; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:before {
        content: "";
        border: 1px solid;
        width: 0px;
        height: 0px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ffffff;
        position: absolute;
        left: 8px;
        top: 6px;
        margin: auto; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:hover, .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:focus {
        color: #047A9C; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print {
      display: inline-block;
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      left: 20px;
      margin: 0; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:before {
        content: "\e634"; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:hover, .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print:focus {
        color: #047A9C; }
  .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box {
    padding: 0;
    background: none;
    border: none;
    flex: 1; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box .feed-select {
      width: 100%; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box .feed-select .OPDropdown {
        width: 100% !important; }

.opr-flashcard-popup {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  max-height: 100%; }
  .opr-flashcard-popup .opr-flashcard-popup-header {
    height: 50px;
    background: #047A9C;
    box-shadow: 0px 1px 2px #0000001a; }
    .opr-flashcard-popup .opr-flashcard-popup-header h1 {
      color: #ffffff;
      font-size: 15px;
      padding: 16px 30px;
      display: inline-block;
      margin: 0; }
    .opr-flashcard-popup .opr-flashcard-popup-header .opr-sidebar-close {
      top: 11px;
      right: 12px;
      color: #ffffff;
      opacity: 1; }
      .opr-flashcard-popup .opr-flashcard-popup-header .opr-sidebar-close:hover {
        color: rgba(255, 255, 255, 0.5); }
  .opr-flashcard-popup .opr-flashcard-popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 50px); }
    .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper {
      position: relative;
      height: 500px;
      width: 750px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left,
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right {
        position: absolute;
        cursor: pointer;
        font-size: 35px;
        color: #4b4b4b;
        top: 50%;
        transform: translateY(-50%); }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left {
        left: 0; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-left:before {
          content: "\e63e";
          font-family: "widgets";
          float: left;
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg); }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right {
        right: 0; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flash-nav-right:before {
          content: "\e63e";
          font-family: "widgets";
          float: right; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper .opr-flashcard-no {
        display: block;
        float: left;
        position: absolute;
        bottom: 48px;
        width: 40px;
        text-align: center;
        font-size: 16px;
        color: #000000; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul.opr-flashcard-list {
        margin: 0;
        overflow: hidden;
        max-width: 570px;
        max-height: 330px;
        padding: 0; }
      .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li {
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: auto;
        border: none; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card {
          width: 550px;
          height: 300px;
          margin: auto; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-front-text {
            font-size: 20px; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-pageno {
            display: none; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-view-details {
            display: block; }
          .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li .opr-flip-card .opr-flip-card-inner .opr-flip-card-back .opr-inside-container .opr-inside-para p {
            font-size: 16px; }

.opr-no-flash-cards {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333333;
  font-size: 14px; }
  .opr-no-flash-cards img {
    max-width: 100%; }
  .opr-no-flash-cards span {
    padding-top: 10px; }
  .opr-no-flash-cards p {
    max-width: 80%;
    text-align: center;
    padding-top: 6px;
    line-height: 18px; }

.opr-horizontal-mode .ps-scrollbar-base,
.opr-horizontal-mode .ps-scrollbar-y {
  display: none !important; }

.opr-annotation-flashcard .OPDropdown-menuContainer {
  width: 331px;
  margin-left: 1px;
  margin-top: -1px !important;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029; }

/* Flash card css ends */
/*fixes for pen testing start*/
@media print {
  body:before {
    content: "Browser printing has been disabled.";
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    font-size: 32px; }

  .main-container {
    display: none !important; } }
/*fixes for pen testing start*/
/*switcher css start*/
.switcher {
  position: relative;
  width: 48px;
  height: 30px;
  border-radius: 25px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 100; }
  .switcher input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 48px;
    height: 30px;
    border-radius: 25px;
    background-color: #ffb81c;
    outline: none;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer; }
    .switcher input[type="checkbox"]:before, .switcher input[type="checkbox"]:after {
      z-index: 2;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #000; }
    .switcher input[type="checkbox"]:before {
      content: "1";
      left: 10px; }
    .switcher input[type="checkbox"]:after {
      content: "2";
      right: 11px; }
  .switcher label {
    z-index: 1;
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    height: auto;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    padding: 0; }
    .switcher label:before {
      border: none; }
  .switcher.switcher-1 input[type="checkbox"] {
    transition: 0.25s -0.1s; }
    .switcher.switcher-1 input[type="checkbox"]:checked {
      background-color: #ffb81c; }
      .switcher.switcher-1 input[type="checkbox"]:checked + label {
        left: 24px;
        right: 5px;
        background: #fff;
        transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s; }
        .switcher.switcher-1 input[type="checkbox"]:checked + label:before {
          border: none; }
    .switcher.switcher-1 input[type="checkbox"]:not(:checked) {
      background: #ffb81c;
      border: none;
      transition: background 0.5s -0.1s; }
      .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label {
        left: 5px;
        right: 24px;
        border: none;
        background: #fff;
        transition: left 0.5s, right 0.4s 0.2s; }
        .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label:before {
          border: none; }

.opr-mode-text {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  font-size: 13px;
  margin-left: 2px;
  width: 115px;
  z-index: 103;
  position: relative; }

/*switcher css end*/
.annotation-menu ul {
  display: flex; }
  .annotation-menu ul li {
    border-radius: 5px;
    display: flex;
    align-items: center; }
    .annotation-menu ul li a,
    .annotation-menu ul li button {
      padding: 11px 0 10px; }
      .annotation-menu ul li a:before,
      .annotation-menu ul li button:before {
        color: #6acbe7 !important; }
      .annotation-menu ul li a:after,
      .annotation-menu ul li button:after {
        background: #176a82;
        top: 5px;
        bottom: 5px; }
    .annotation-menu ul li.note-annotation-btn a:before, .annotation-menu ul li.highlight-annotation-btn a:before, .annotation-menu ul li.weblink-annotation-btn a:before, .annotation-menu ul li.hyperlink-annotation-btn a:before, .annotation-menu ul li.voice-annotation-btn a:before, .annotation-menu ul li.file-annotation-btn a:before, .annotation-menu ul li.retag-annotation-btn a:before {
      font-size: 19px;
      color: #6acbe7; }
    .annotation-menu ul li.textToText-annotation-btn button {
      border: none;
      background-color: transparent;
      margin: 0px;
      display: inline-block;
      min-width: 95px;
      max-width: 95px;
      font-size: 11px;
      text-align: center;
      color: #fff;
      position: relative;
      padding: 10px 0 10px; }
      .annotation-menu ul li.textToText-annotation-btn button:before {
        font-size: 19px;
        color: #6acbe7; }
    .annotation-menu ul li.floatingIcon button {
      background: transparent;
      border: 0; }
.annotation-menu.modal {
  border-radius: 5px; }

#annotationView.annotationView.modal {
  border-radius: 10px;
  background-color: #fff;
  border: none; }
  #annotationView.annotationView.modal .annotation-popup-head {
    background-color: #047A9C;
    height: 50px; }
  #annotationView.annotationView.modal .close {
    color: white;
    font-size: 15px;
    text-shadow: none; }
    #annotationView.annotationView.modal .close:hover {
      color: rgba(255, 255, 255, 0.5); }
      #annotationView.annotationView.modal .close:hover:before {
        color: rgba(255, 255, 255, 0.5); }
    #annotationView.annotationView.modal .close:before {
      color: white; }
  #annotationView.annotationView.modal a.OPDropdown-title {
    border-radius: 5px; }
#annotationView.annotationView h2 {
  color: #fff; }

.customDialogbox .customDialog {
  border-radius: 10px; }
  .customDialogbox .customDialog .cust-dialog {
    border-radius: 10px; }
    .customDialogbox .customDialog .cust-dialog .cust-dia-title {
      background-color: #047A9C;
      color: #ffffff; }

.customDialogbox.opr-res-alert-popup .customDialog {
  border-radius: 10px; }
  .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog {
    border-radius: 10px; }
    .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog .cust-dia-title {
      background-color: transparent;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      height: 70px; }
      .customDialogbox.opr-res-alert-popup .customDialog .cust-dialog .cust-dia-title:before {
        content: "\e921";
        font-size: 60px;
        color: #047a9c; }

.annotationView input[type="text"],
#weblink-popup input[type="text"],
#hyperlink-popup input[type="text"],
.annotationView select,
#hyperlink-popup select {
  border-radius: 5px; }

input[type="text"]:not(.browser-default):focus:not([readonly]) {
  border-color: #047A9C;
  -webkit-box-shadow: none; }

.weblink .thumbContainer,
.contentArea {
  border-radius: 5px; }

.next-page-button,
.prev-page-button {
  background-color: #f6f6f6;
  padding: 5px; }

a.collaspe {
  width: 38px;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 24px !important; }
  a.collaspe:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(180deg);
    width: auto;
    height: auto;
    margin-top: 10px; }
a.expend {
  width: 38px;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 24px !important; }
  a.expend:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(0deg);
    width: auto;
    height: auto;
    margin-top: 10px; }

.feeds-chap-topic-container .feed-accordin {
  text-align: center;
  font-size: 24px !important;
  width: 30px;
  padding: 0;
  right: 0;
  bottom: 3px; }
  .feeds-chap-topic-container .feed-accordin:before {
    content: "\e93b";
    font-family: "OP2-fonts";
    border: none;
    transform: rotate(180deg);
    width: 30px;
    height: auto;
    left: 0;
    top: 5px; }
  .feeds-chap-topic-container .feed-accordin.expand {
    text-align: center;
    font-size: 24px !important;
    width: 30px;
    padding: 0;
    right: 0;
    bottom: 3px; }
    .feeds-chap-topic-container .feed-accordin.expand:before {
      content: "\e93b";
      font-family: "OP2-fonts";
      border: none;
      transform: rotate(0deg);
      width: 30px;
      height: auto;
      left: 0;
      top: 5px; }

a.OPDropdown-title {
  border-radius: 5px; }

.OPDropdown-menuContainer {
  border-radius: 5px; }

#annotation-merged-menu.popover.bookmark-popup {
  border-radius: 5px; }

.bookmarkView.modal {
  border-radius: 10px;
  padding: 0;
  border: none;
  height: 250px; }
  .bookmarkView.modal #bookmarkInnerDiv .clearfix {
    background-color: #047a9c;
    height: 50px;
    padding: 10px 20px; }
  .bookmarkView.modal #bookmarkInnerDiv .bookmarkTemplate,
  .bookmarkView.modal #bookmarkInnerDiv .error-msg {
    padding-left: 20px;
    padding-right: 20px; }
  .bookmarkView.modal h2 {
    color: #fff;
    font-size: 16px; }
  .bookmarkView.modal .close {
    color: white;
    font-size: 15px;
    text-shadow: none;
    top: 10px;
    right: 10px; }
    .bookmarkView.modal .close:hover {
      color: rgba(255, 255, 255, 0.5); }
      .bookmarkView.modal .close:hover:before {
        color: rgba(255, 255, 255, 0.5); }
    .bookmarkView.modal .close:before {
      color: white; }
  .bookmarkView.modal .fr {
    margin-right: 20px; }
.bookmarkView input[type="text"] {
  padding: 0; }

.feeds-voice.feeds-who-shared-datatype:after,
.feeds-hyperlink.feeds-who-shared-datatype:after,
.feeds-weblink.feeds-who-shared-datatype:after,
.feeds-note.feeds-who-shared-datatype:after,
.feeds-highlight.feeds-who-shared-datatype:after,
.feeds-file.feeds-who-shared-datatype:after {
  font-size: 18px; }

.sidebar-search {
  padding: 0;
  border: none; }
  .sidebar-search input[type="search"] {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding-right: 70px;
    height: 44px;
    box-sizing: border-box; }
    .sidebar-search input[type="search"]:not(.browser-default):focus:not([readonly]) {
      padding-right: 70px;
      -webkit-appearance: none;
      border: 1px solid #047a9c;
      box-shadow: none; }
  .sidebar-search .search-font-icon {
    top: 12px; }
  .sidebar-search .panel-search-clear {
    top: 7px; }

#bookSeries-container,
#colorBand-container {
  display: none; }

.searchMsg {
  top: 45px; }

.bookmark-icon:before {
  content: "\e64e";
  color: #fff; }

.download-voice-btn,
.progress-voice-btn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #047A9C transparent transparent;
  position: absolute;
  right: 0;
  top: 0; }
  .download-voice-btn:before,
  .progress-voice-btn:before {
    content: "\e977";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 28px; }

.progress-voice-btn:before {
  content: "\e978"; }

.voice-download-button,
.voice-progress-button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  border: 1px solid #047A9C;
  right: 20px; }
  .voice-download-button:before,
  .voice-progress-button:before {
    content: "\e977";
    color: #047A9C;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    background-size: 14px; }

.voice-progress-button :before {
  content: "\e978"; }

.info-disable-icon {
  background-image: url(../themes/pearson/images/Info_icon_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 9px;
  display: none; }

#book-overview .info-disable-icon {
  vertical-align: middle; }

.custom_opl_infoModel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }
  .custom_opl_infoModel .infoModel-dialog {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .custom_opl_infoModel .infoModel-dialog .infoModel-container {
      background-color: #fff;
      width: 520px;
      padding-bottom: 15px;
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden; }
      .custom_opl_infoModel .infoModel-dialog .infoModel-container .header {
        position: relative;
        background-color: #047a9c;
        padding: 10px 20px; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .header h2 {
          font-size: 18px;
          line-height: 34px;
          text-align: left;
          color: #fff;
          font-weight: 600;
          margin: 0; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .header .close {
          position: absolute;
          right: 20px;
          top: 20px;
          font-size: 12px;
          color: #fff;
          text-shadow: none;
          font-weight: normal; }
          .custom_opl_infoModel .infoModel-dialog .infoModel-container .header .close:before {
            content: "\e964";
            color: #fff; }
      .custom_opl_infoModel .infoModel-dialog .infoModel-container .body {
        padding: 20px 50px 40px;
        text-align: center; }
        .custom_opl_infoModel .infoModel-dialog .infoModel-container .body p {
          font-size: 18px;
          line-height: 34px;
          color: #252525; }

.custom_opl_infoModel_open {
  overflow: hidden !important; }

/*playback speed css start*/
.opr-playBackSpeed-wrap {
  position: relative;
  display: flex;
  border-right: solid 1px #36393b;
  align-items: center; }
  .opr-playBackSpeed-wrap button {
    background-color: transparent;
    border: none;
    display: flex;
    width: 50px;
    padding: 0 15px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #c6c6c6; }
    .opr-playBackSpeed-wrap button span {
      display: flex;
      background-color: rgba(198, 198, 198, 0.16);
      padding: 0 5px;
      border-radius: 15px;
      font-size: 16px; }
  .opr-playBackSpeed-wrap .opr-speed-dropdown {
    display: flex;
    flex-direction: column;
    width: 160px;
    padding: 5px 10px 10px;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 43px;
    background-color: #4a4c4e;
    border-radius: 5px;
    color: #c6c6c6; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown h3 {
      margin: 0;
      padding: 0;
      font-size: 1em; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown .opr-tts-speed-progress-bar {
      display: flex;
      margin: 15px 0 10px 0; }
      .opr-playBackSpeed-wrap .opr-speed-dropdown .opr-tts-speed-progress-bar input[type="range"] {
        width: 100%;
        margin: 0; }
    .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges {
      display: flex;
      justify-content: space-between; }
      .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button {
        padding: 0 10px;
        width: auto;
        height: auto;
        font-size: 10px; }
        .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button:first-child {
          padding-left: 0; }
        .opr-playBackSpeed-wrap .opr-speed-dropdown .playback-ranges button:last-child {
          padding-right: 0; }

.tts_audio_container .cust-dia-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #047A9C;
  color: #ffffff; }

/*playback speed css end*/
.opr-institute {
  width: 50%;
  float: right;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: end; }
  .opr-institute img {
    height: 48px;
    display: inline-block;
    margin-right: 10px; }
  .opr-institute h2.inst-name {
    text-align: right;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block; }

/*vertically center popup css start*/
.opr-modal-dialog {
  position: relative;
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: none; }

.opr-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem); }

.opr-flex-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2); }
  .opr-flex-modal.fade {
    transition: opacity 0.15s linear;
    opacity: initial; }
    .opr-flex-modal.fade:not(.show) {
      opacity: 0; }
    .opr-flex-modal.fade .opr-modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translate(0, -50px); }
    .opr-flex-modal.fade.show .opr-modal-dialog {
      transform: none; }

.opr-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  outline: 0; }

.opr-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px); }

.opr-modal-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5; }

.opr-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

/*vertically center popup css end*/
/*skeleton css start*/
.opr-skeleton .opr-line {
  height: 12px;
  margin-bottom: 5px;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out; }

@keyframes wave-lines {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w75 {
  width: 75% !important; }

/*skeleton css end*/
/* Print modal css start */
.pre-print-view-popup {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5); }
  .pre-print-view-popup .customDialog {
    border-radius: 5px;
    background-color: #fbfbfc;
    max-width: 340px;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    z-index: 1062;
    display: flex;
    flex-direction: column; }
    .pre-print-view-popup .customDialog .pre-print-title-bg {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .pre-print-view-popup .customDialog .pre-print-title-bg .close {
        font-size: 12px; }
  .pre-print-view-popup .save-cancel-btn .btn-primary {
    min-width: 91px; }

.print_des {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .print_des .print_title {
    padding: 20px; }

.print_body {
  height: 170px;
  position: relative; }
  .print_body p {
    font-size: 14px; }
  .print_body fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .print_body fieldset legend {
      font-size: 13px;
      color: #000;
      padding: 10px 20px;
      margin: 0; }
  .print_body .page_label {
    padding: 10px 20px;
    display: block; }
  .print_body .print-from-group {
    width: 100%;
    display: block;
    padding: 0 20px; }
    .print_body .print-from-group .print-form-input {
      width: 47%;
      display: inline-block; }
      .print_body .print-from-group .print-form-input.mr-2 {
        margin-right: 2%; }
      .print_body .print-from-group .print-form-input.ml-2 {
        margin-left: 2%; }
      .print_body .print-from-group .print-form-input input {
        height: 2rem; }
        .print_body .print-from-group .print-form-input input:focus {
          outline: none; }
      .print_body .print-from-group .print-form-input label {
        color: #000;
        font-weight: normal; }

.radio-wrapper {
  margin-top: 15px; }

.custom-radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  font-weight: inherit; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5; }
    .custom-radio .checkmark:hover {
      background-color: #fff; }

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #e5e5e5; }

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #047a9c; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.custom-radio input:focus + .checkmark {
  outline: 5px auto -webkit-focus-ring-color; }

/* Print modal css End */
/* pdf print css start */
.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pt15 {
  padding-top: 15px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.text-center,
.txt-center {
  text-align: center; }

.save-cancel-btn {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid transparent; }

.btn {
  background: transparent; }
  .btn:hover, .btn:focus {
    background: transparent; }
  .btn.btn-default {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    color: #43494c; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      border-color: #ffb81c;
      background-color: #ffb81c;
      color: #252525; }
  .btn.btn-primary {
    background-color: #047a9c;
    border-color: #047a9c; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #ffb81c;
      background-color: #ffb81c;
      color: #252525 !important; }
  .btn.btn-secondary {
    background-color: #047A9C;
    border-color: #047A9C; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      border-color: #FFB81C;
      background-color: #FFB81C;
      color: #252525; }

.pre-print-title-bg {
  background-color: #047A9C; }
  .pre-print-title-bg .pre-print-title {
    font-size: 16px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    float: left; }
  .pre-print-title-bg .close {
    color: #ffffff;
    padding: 15px;
    text-shadow: none; }
    .pre-print-title-bg .close:before {
      color: #ffffff; }

.print-popup-wrapper .pre-print-view-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5); }
  .print-popup-wrapper .pre-print-view-popup .customDialog {
    background-color: #fbfbfc;
    max-width: 340px;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.11);
    z-index: 1062;
    display: flex;
    flex-direction: column; }
.print-popup-wrapper .custom-radio .checkmark {
  padding: 0; }
.print-popup-wrapper .validation-msg {
  display: block;
  color: #ff0000;
  font-size: 11px; }

/* pdf print css end */

/*# sourceMappingURL=bookself-new.css.map */
