/*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: #4B4B4B; }
      .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: 14px;
        top: 8px;
        left: 7px;
        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 3px 0 0;
  display: inline-block;
  font-size: 16px;
  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: #039BE5;
      position: relative;
      font-family: open_sanssemibold, sans-serif; }
      .opr-group-and-details li a:before {
        color: #4B4B4B;
        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; }

.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-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1672px; } }
@media (min-width: 1600px) and (max-width: 1899px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1429px; } }
@media (min-width: 1366px) and (max-width: 1599px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1183px; } }
@media (min-width: 1152px) and (max-width: 1365px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 939px; } }
@media (min-width: 1024px) and (max-width: 1151px) {
  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 937px; } }
@media (min-width: 801px) and (max-width: 1023px) {
  .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: 148px;
    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;
    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: #039BE5;
  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: #3aa5da !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: #039BE5;
  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; }

/*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 */
/*  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/product/fonts/Product.woff?h1ff0n") format("woff");
  font-weight: normal;
  font-style: normal; }
.opr-all-icons:before, .opr-all-icons:after, .close: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: #F6FDFF; }

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: #47B3E7;
    left: 10px;
    top: 13.5px;
    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: #039BE5; }

.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: #039BE5; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #039BE5; }

.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: #039BE5; }

#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: #039BE5; }

.bookcontent h4, .lib-header h2 {
  font-size: 28px;
  color: #333; }
  .bookcontent h4 span, .lib-header h2 span {
    font-size: 20px;
    color: #00558B; }

.btn-primary, .btn.btn-primary {
  background-color: #039BE5;
  background: #039BE5;
  border-color: #039BE5;
  text-transform: capitalize; }
  .btn-primary [disabled], .btn.btn-primary [disabled] {
    opacity: 0.8; }

.btn:hover,
.btn-large:hover,
.btn-floating:focus,
.cust-dia-btn .btn-primary:hover,
.btn-secondary:hover,
.btn.btn-default:hover {
  border-color: #0582bf;
  background-color: #0582bf !important;
  color: #252525 !important; }

.cust-dia-btn .btn-primary {
  background-color: #039BE5; }

.btn.btn-default, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border: 1px solid #c8c8c8; }

.btn-secondary {
  background-color: #039BE5;
  border-color: #039BE5; }
  .btn-secondary:hover {
    border-color: #0582bf;
    background-color: #0582bf;
    color: #252525; }

.cancel.btn-default:hover {
  background-color: #0582bf; }

input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: #039BE5; }

.groups-row h4 {
  color: #039BE5; }

.next-page-button:hover:before, .prev-page-button:hover:before {
  color: #039BE5; }

.annotation-preview-btn.edit {
  font-size: 16px; }
  .annotation-preview-btn.edit:before {
    color: #039BE5; }
.annotation-preview-btn.delete {
  font-size: 28px; }
  .annotation-preview-btn.delete:before {
    color: #039BE5; }
.annotation-preview-btn.share {
  font-size: 27px; }
  .annotation-preview-btn.share:before {
    color: #039BE5; }

.shareBtn:before {
  color: #47B3E7; }

.deleteBtn:before {
  font-size: 18px; }

.jumpTo:before, .editBtn:before, .deleteBtn:before, .navList-delete:before {
  color: #039BE5; }
  .jumpTo:before:hover, .editBtn:before:hover, .deleteBtn:before:hover, .navList-delete:before:hover {
    color: #FD841F; }
.jumpTo:hover, .editBtn:hover, .deleteBtn:hover, .navList-delete:hover {
  color: #FD841F; }
  .jumpTo:hover:before, .editBtn:hover:before, .deleteBtn:hover:before, .navList-delete:hover:before {
    color: #FD841F; }

ul#merged-list li a.deleteBtn:before, ul#merged-list li a.editBtn:before {
  color: #039BE5;
  font-size: 15px;
  width: 24px; }
  ul#merged-list li a.deleteBtn:before:hover, ul#merged-list li a.editBtn:before:hover {
    color: #FD841F; }
ul#merged-list li a.deleteBtn:hover, ul#merged-list li a.editBtn:hover {
  color: #FD841F; }
  ul#merged-list li a.deleteBtn:hover:before, ul#merged-list li a.editBtn:hover:before {
    color: #FD841F; }
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: #039BE5; }
    .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: #3399cc; }
    .opr-fxl-pagination-content a.opr-fxl-pen {
      border: none; }
  .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: #039BE5; }
  .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: #47B3E7 !important; }
  .opr-drag-btn:before {
    color: #ffffff;
    font-size: 20px; }

.opr-hide-header .opr-fxl-pagination-content, .opr-fullscreen .opr-fxl-pagination-content {
  background-color: #47B3E7;
  max-width: 635px; }
  .opr-hide-header .opr-fxl-pagination-content a:hover, .opr-fullscreen .opr-fxl-pagination-content a:hover {
    color: #FD841F; }
  .opr-hide-header .opr-fxl-pagination-content a.active, .opr-fullscreen .opr-fxl-pagination-content a.active {
    color: #FD841F; }
  .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: 610px; }

.opr-footer-right ul li {
  color: #333333; }

.dropdown-content li > a {
  color: #252525; }

ul.customToc .bookmark-toc-icon:before {
  color: #039BE5; }
ul.customToc a.navList-delete:before {
  font-size: 20px;
  color: #47B3E7;
  padding-top: 0; }
ul.customToc a.navList-delete:hover:before {
  color: #FD841F; }

.font-range input[type=range] {
  border: none; }
  .font-range input[type=range]::-webkit-slider-thumb {
    background: #FD841F; }

.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; }

/*===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: 0 !important; }
  h1.opr-header-logo a {
    min-height: auto; }

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: #039BE5;
      width: 44px;
      height: 44px; }
    header.opr-header-wrapper li .opr-userpic-icon:before {
      color: #ffffff;
      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: #F6FDFF; }

.opr-no-book-container {
  top: 100px;
  max-height: 300px; }
  .opr-no-book-container .btn {
    background-color: #039BE5; }

.opr-no-book-icon {
  background: url(../themes/product/images/ic_no_result.svg) no-repeat center center;
  width: 320px;
  height: 250px;
  margin-bottom: 25px;
  background-size: 80%;
  margin-top: 10px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/product/images/Empty_search.svg) no-repeat top center;
  width: 418px;
  height: 256px; }

.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: #039BE5;
    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: #47B3E7;
  width: 70px; }

.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 {
  margin-top: 14px;
  font-size: 14px;
  width: 150px;
  padding: 0;
  height: 32px;
  line-height: 32px;
  border-radius: 40px;
  text-transform: capitalize; }

/*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-list .group-name, .mygroups-list .group-isbn {
  color: #5d5d5d; }

.dropdown.penToolWrapper {
  min-width: auto;
  border: none; }

.opr-toolbox-wrapper {
  width: 620px; }
  .opr-toolbox-wrapper .opr-fxl-info-icon {
    color: #039BE5; }
    .opr-toolbox-wrapper .opr-fxl-info-icon:hover {
      color: #0582bf; }
  .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: #47B3E7; }

a.previewInSearch:before, a.preview:before {
  color: #039BE5; }

.expand-all, .collapse-all {
  cursor: pointer;
  padding: 10px 5px;
  color: #47B3E7; }
  .expand-all:hover, .collapse-all:hover {
    color: #47B3E7; }

#logoimg {
  max-width: initial; }

.opr-header-wrapper li:hover {
  background-color: transparent; }

#request-page-proof {
  display: none; }

.showBy.active {
  background-color: #47B3E7;
  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: #039BE5;
    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 #47B3E7;
        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: .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: #039BE5;
      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 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/product/images/win.svg"); }
      .opr-download-apps-center ul li a.opr-icon-mac:before {
        content: url("../themes/product/images/mac.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: #FD841F !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: #47B3E7 !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.chapter-title.highlightChapter {
      background: #039BE5;
      color: #ffffff; }
      .lib-over-content ul.customToc li.chapter-title.highlightChapter:hover {
        background: #039BE5 !important;
        color: #ffffff; }
  .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-header #closePopup:focus::before {
      color: #000; }
  .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: #47B3E7;
  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: 570px;
  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: '\e996';
        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: '\e995'; }
    .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: 48px; }
  .opr-book-tabing-view .nav-tabs {
    background: transparent;
    position: relative;
    margin: 0;
    display: inline-block;
    width: auto; }
    .opr-book-tabing-view .nav-tabs.tabs li {
      /*&#library-tab{
      	display: none;
      }*/ }
      .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: #039BE5;
      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; }
      .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: #039BE5;
      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: #FD841F; }

.noUi-connect {
  background: #FD841F; }

.apple-fixed-layout .noUi-target {
  background: #F5F5F5; }

.howToRetag {
  color: #47B3E7; }

.addMembers-search:before {
  color: #47B3E7; }

.opr-header-sync-icon:before,
.opr-header-bookmark-icon:before,
.opr-tts-icon:before,
.opr-header-psp-icon:before,
.opr-fullscreen-icon:before,
.opr-header-sync-icon:before {
  font-size: 22px; }

.opr-audio-textspeech:before, .opr-tts-icon:before {
  color: #039BE5; }

.opr-header-navigation > li > a {
  color: #039BE5; }
.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: #039BE5;
    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: #0582bf; }
      .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 {
  position: relative;
  height: 100%; }
  .opr-left-container-top ul li:first-child a {
    border-left: none; }
  .opr-left-container-top ul li a {
    color: #fff;
    margin: 0;
    border-left: 6px solid #039BE5; }
    .opr-left-container-top ul li a span {
      padding: 12px 0px 12px 0px; }
    .opr-left-container-top ul li a#leftbarsearch:hover {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarsearch:hover span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarsearch.active {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarsearch.active span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbartoc:hover {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbartoc:hover span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbartoc.active {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbartoc.active span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbarfeed:hover {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarfeed:hover span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarfeed.active {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarfeed.active span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarresources:hover {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarresources:hover span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarresources.active {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarresources.active span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarresources .opr-resource-icon:before {
      font-size: 20px; }
    .opr-left-container-top ul li a#leftbarbookmark:hover {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarbookmark:hover span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarbookmark.active {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarbookmark.active span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarenrichment:hover {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbarenrichment:hover span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbarenrichment.active {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbarenrichment.active span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbarquiz:hover {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarquiz:hover span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarquiz.active {
      background-color: #FAEBC3;
      border-left: 6px solid #DEA30D; }
      .opr-left-container-top ul li a#leftbarquiz.active span {
        color: #DEA30D; }
    .opr-left-container-top ul li a#leftbarglossary:hover {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarglossary:hover span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarglossary.active {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarglossary.active span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarflashcard:hover {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbarflashcard:hover span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbarflashcard.active {
      background-color: #F2E5F1;
      border-left: 6px solid #633673; }
      .opr-left-container-top ul li a#leftbarflashcard.active span {
        color: #633673; }
    .opr-left-container-top ul li a#leftbarstudyplan:hover {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarstudyplan:hover span {
        color: #B0B718; }
    .opr-left-container-top ul li a#leftbarstudyplan.active {
      background-color: #F6F8CC;
      border-left: 6px solid #B0B718; }
      .opr-left-container-top ul li a#leftbarstudyplan.active span {
        color: #B0B718; }

.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; }
    .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: #DEF3F9; }

.share_but:before, .export_but:before {
  font-size: 22px; }

.opr-bookview-tabs {
  padding-top: 10px; }

.lib-author {
  color: #039BE5; }

.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/product/images/opr-pin.png);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -11px; }

/*modal-overlay opacity changed to 0 as per client requirement start*/
.modal-overlay.opacityZero {
  opacity: 0 !important; }

/*modal-overlay opacity changed to 0 as per client requirement end*/
@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: #4B4B4B; }
    .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: #47B3E7; }
    .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 #47B3E7;
      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: #47B3E7;
      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: #FD841F;
  color: #252525; }
  .sidebar .nav-tabs li.active a:hover, .sidebar .nav-tabs li.active a:focus {
    background-color: #FD841F;
    color: #252525; }
.sidebar .nav-tabs li a {
  border-radius: 3px; }
.sidebar .nav-tabs li span.icon-badge {
  background-color: #039BE5;
  color: #ffffff; }

.tabs .tab a:hover {
  background-color: #eeeeee;
  color: #252525; }
.tabs .tab a.active {
  border: 0px solid transparent;
  color: #252525;
  background-color: #FD841F; }

/*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/product/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/product/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/product/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: #039BE5;
        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: #0582bf;
          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-feeds-icon:before {
  content: "\e979"; }

.opr-fxl-pen:before {
  content: "\e9a1"; }

.opr-bookmark-icon:before {
  margin-left: -3px; }

.opr-text-to-speech-bar.opr-tts-bar {
  width: 400px; }
.opr-text-to-speech-bar.opr-mo-bar {
  width: 298px; }
.opr-text-to-speech-bar.opr-ttf-visible {
  top: 54px;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); }
.opr-text-to-speech-bar.dragLayer {
  pointer-events: auto; }

#aboutus-popup .opr-close-popup-icon {
  color: #404142; }
  #aboutus-popup .opr-close-popup-icon:hover {
    color: #47B3E7; }

/*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: #039BE5;
  color: #ffffff; }

/*playback speed css end*/
/* 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: #039BE5;
    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: $shadow;*/
    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 {
        font-family: 'gen';
        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: #47B3E7;
      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: #039BE5;
      border-radius: 100%;
      cursor: pointer;
      right: 0;
      top: 6px; }
      .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: #039BE5; }
    .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;
      top: 4px; }
      .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: #039BE5; }
  .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: #039BE5;
    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; }
  .switcher input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 48px;
    height: 30px;
    border-radius: 25px;
    background-color: #FD841F;
    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: .25s -.1s; }
    .switcher.switcher-1 input[type="checkbox"]:checked {
      background-color: #FD841F; }
      .switcher.switcher-1 input[type="checkbox"]:checked + label {
        left: 24px;
        right: 5px;
        background: #fff;
        transition: left .4s .2s, right .5s, background .35s -.1s; }
        .switcher.switcher-1 input[type="checkbox"]:checked + label:before {
          border: none; }
    .switcher.switcher-1 input[type="checkbox"]:not(:checked) {
      background: #FD841F;
      border: none;
      transition: background .5s -.1s; }
      .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label {
        left: 5px;
        right: 24px;
        border: none;
        background: #fff;
        transition: left .5s, right .4s .2s; }
        .switcher.switcher-1 input[type="checkbox"]:not(:checked) + label:before {
          border: none; }
      .switcher.switcher-1 input[type="checkbox"]:not(:checked):disabled + label:before {
        background-color: rgba(0, 0, 0, 0); }
    .switcher.switcher-1 input[type="checkbox"]:disabled {
      opacity: 0.5;
      cursor: default; }
      .switcher.switcher-1 input[type="checkbox"]:disabled + label {
        opacity: 0.5;
        cursor: default; }

.opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages .switcher {
  z-index: 103;
  pointer-events: none; }

.opr-leftBar-overlay #book-viewtabs.opr-overlay-fxl-pages .switcher input[type="checkbox"] {
  pointer-events: 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 li {
  border-radius: 5px; }
  .annotation-menu ul li a {
    padding: 11px 0 10px; }
    .annotation-menu ul li a:after {
      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: #039BE5; }
.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: #039BE5;
    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, .customDialogbox .customDialog .tts-cust-dialog {
    border-radius: 10px; }
    .customDialogbox .customDialog .cust-dialog .cust-dia-title, .customDialogbox .customDialog .tts-cust-dialog .cust-dia-title {
      background-color: #039BE5;
      color: #ffffff;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }

.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: #039BE5;
  -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: #039BE5;
    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;
    margin-left: 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 #47B3E7;
      box-shadow: none; }
  .sidebar-search .search-font-icon {
    border-left: none;
    font-size: 20px;
    top: 10px; }
    .sidebar-search .search-font-icon:before {
      top: 3px;
      left: 0;
      color: #039BE5; }
  .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 #039BE5 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 #039BE5;
  right: 20px; }
  .voice-download-button:before, .voice-progress-button:before {
    content: "\e977";
    color: #039BE5;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    background-size: 14px; }

.voice-progress-button :before {
  content: "\e978"; }

/* enrichment subType icons start*/
ul.customToc .quiz-lite-toc-icon:before,
.search_assessment_lite:before,
ul.customToc .quiz-toc-icon:before,
.search_quiz:before {
  content: "";
  background: url(../themes/product/images/enrichments/quiz.svg) center no-repeat; }

[class^="op-at-"]:before, [class*=" op-at-"]:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.op-at-default-toc-icon:before {
  background: url(../themes/product/images/enrichments/default.svg) center no-repeat; }

.op-at-animation-toc-icon:before {
  background: url(../themes/product/images/enrichments/animation.svg) center no-repeat; }

.op-at-ak-toc-icon:before {
  background: url(../themes/product/images/enrichments/ak.svg) center no-repeat; }

.op-at-audio-toc-icon:before {
  background: url(../themes/product/images/enrichments/audio.svg) center no-repeat; }

.op-at-dw-toc-icon:before {
  background: url(../themes/product/images/enrichments/dw.svg) center no-repeat; }

.op-at-ig-toc-icon:before {
  background: url(../themes/product/images/enrichments/ig.svg) center no-repeat; }

.op-at-game-toc-icon:before {
  background: url(../themes/product/images/enrichments/game.svg) center no-repeat; }

.op-at-ia-toc-icon:before {
  background: url(../themes/product/images/enrichments/ia.svg) center no-repeat; }

.op-at-ia_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/ia_plus.svg) center no-repeat; }

.op-at-iw-toc-icon:before {
  background: url(../themes/product/images/enrichments/iw.svg) center no-repeat; }

.op-at-lp-toc-icon:before {
  background: url(../themes/product/images/enrichments/lp.svg) center no-repeat; }

.op-at-mn-toc-icon:before {
  background: url(../themes/product/images/enrichments/mn.svg) center no-repeat; }

.op-at-3d-toc-icon:before {
  background: url(../themes/product/images/enrichments/3D.svg) center no-repeat; }

.op-at-p-toc-icon:before {
  background: url(../themes/product/images/enrichments/p.svg) center no-repeat; }

.op-at-q-toc-icon:before {
  background: url(../themes/product/images/enrichments/q.svg) center no-repeat; }

.op-at-s-toc-icon:before {
  background: url(../themes/product/images/enrichments/s.svg) center no-repeat; }

.op-at-video-toc-icon:before {
  background: url(../themes/product/images/enrichments/video.svg) center no-repeat; }

.op-at-vwa-toc-icon:before {
  background: url(../themes/product/images/enrichments/vwa.svg) center no-repeat; }

.op-at-vw-toc-icon:before {
  background: url(../themes/product/images/enrichments/vw.svg) center no-repeat; }

.op-at-zf-toc-icon:before {
  background: url(../themes/product/images/enrichments/zf.svg) center no-repeat; }

.op-at-q_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/q_plus.svg) center no-repeat; }

.op-at-aural-toc-icon:before {
  background: url(../themes/product/images/enrichments/aural.svg) center no-repeat; }

.op-at-animation_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/animation_plus.svg) center no-repeat; }

.op-at-gg-toc-icon:before {
  background: url(../themes/product/images/enrichments/gg.svg) center no-repeat; }

.op-at-r-toc-icon:before {
  background: url(../themes/product/images/enrichments/r.svg) center no-repeat; }

.op-at-m-toc-icon:before {
  background: url(../themes/product/images/enrichments/m.svg) center no-repeat; }

.op-at-gc-toc-icon:before {
  background: url(../themes/product/images/enrichments/gc.svg) center no-repeat; }

.op-at-cla-toc-icon:before {
  background: url(../themes/product/images/enrichments/cla.svg) center no-repeat; }

.op-at-co-toc-icon:before {
  background: url(../themes/product/images/enrichments/co.svg) center no-repeat; }

.op-at-fc-toc-icon:before {
  background: url(../themes/product/images/enrichments/fc.svg) center no-repeat; }

.op-at-mm-toc-icon:before {
  background: url(../themes/product/images/enrichments/mm.svg) center no-repeat; }

.op-at-mw-toc-icon:before {
  background: url(../themes/product/images/enrichments/mw.svg) center no-repeat; }

.op-at-pd-toc-icon:before {
  background: url(../themes/product/images/enrichments/pd.svg) center no-repeat; }

.op-at-ps-toc-icon:before {
  background: url(../themes/product/images/enrichments/ps.svg) center no-repeat; }

.op-at-si-toc-icon:before {
  background: url(../themes/product/images/enrichments/si.svg) center no-repeat; }

.op-at-scv-toc-icon:before {
  background: url(../themes/product/images/enrichments/scv.svg) center no-repeat; }

.op-at-tp_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/tp_plus.svg) center no-repeat; }

.op-at-worksheet-toc-icon:before {
  background: url(../themes/product/images/enrichments/worksheet.svg) center no-repeat; }

.op-at-aw-toc-icon:before {
  background: url(../themes/product/images/enrichments/aw.svg) center no-repeat; }

.op-at-cc-toc-icon:before {
  background: url(../themes/product/images/enrichments/cc.svg) center no-repeat; }

.op-at-cw-toc-icon:before {
  background: url(../themes/product/images/enrichments/cw.svg) center no-repeat; }

.op-at-ct-toc-icon:before {
  background: url(../themes/product/images/enrichments/ct.svg) center no-repeat; }

.op-at-ev-toc-icon:before {
  background: url(../themes/product/images/enrichments/ev.svg) center no-repeat; }

.op-at-ga-toc-icon:before {
  background: url(../themes/product/images/enrichments/ga.svg) center no-repeat; }

.op-at-la-toc-icon:before {
  background: url(../themes/product/images/enrichments/la.svg) center no-repeat; }

.op-at-lw-toc-icon:before {
  background: url(../themes/product/images/enrichments/lw.svg) center no-repeat; }

.op-at-ls-toc-icon:before {
  background: url(../themes/product/images/enrichments/ls.svg) center no-repeat; }

.op-at-mg-toc-icon:before {
  background: url(../themes/product/images/enrichments/mg.svg) center no-repeat; }

.op-at-mla-toc-icon:before {
  background: url(../themes/product/images/enrichments/mla.svg) center no-repeat; }

.op-at-psa_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/psa_plus.svg) center no-repeat; }

.op-at-to-toc-icon:before {
  background: url(../themes/product/images/enrichments/to.svg) center no-repeat; }

.op-at-tl-toc-icon:before {
  background: url(../themes/product/images/enrichments/tl.svg) center no-repeat; }

.op-at-ty-toc-icon:before {
  background: url(../themes/product/images/enrichments/ty.svg) center no-repeat; }

.op-at-t-toc-icon:before {
  background: url(../themes/product/images/enrichments/t.svg) center no-repeat; }

.op-at-up-toc-icon:before {
  background: url(../themes/product/images/enrichments/up.svg) center no-repeat; }

.op-at-w_plus-toc-icon:before {
  background: url(../themes/product/images/enrichments/w_plus.svg) center no-repeat; }

.op-at-wa-toc-icon:before {
  background: url(../themes/product/images/enrichments/wa.svg) center no-repeat; }

.op-at-wt-toc-icon:before {
  background: url(../themes/product/images/enrichments/wt.svg) center no-repeat; }

/* enrichment subType icons end*/
.edit-group-fonticon:before, .delete-group-fonticon:before, .newGroupSave:before, .newGroupCancel:before,
.member-heading {
  color: #47B3E7; }

.toggle-button-popup {
  position: absolute;
  width: 408px;
  height: 250px;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ccc;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  padding: 17px; }
  .toggle-button-popup .popup-message {
    padding: 0;
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    font-family: 'montserratsemibold'; }
  .toggle-button-popup ul {
    margin: 6px 0 20px 14px; }
    .toggle-button-popup ul li {
      list-style-type: disc; }
  .toggle-button-popup .show-message {
    padding-left: 0px; }
    .toggle-button-popup .show-message .popup-checkbox {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      vertical-align: middle;
      margin-top: -1px;
      margin-right: 2px; }
  .toggle-button-popup .continue-btn {
    margin-top: 25px;
    text-transform: uppercase;
    width: 105px;
    position: absolute;
    bottom: 20px; }

.opr-setting-element, .opr-bookmark-element, .opr-tts-element {
  transition: 0.5s;
  opacity: 1;
  width: 40px;
  height: 50px; }

.dualfxl .opr-setting-element, .dualfxl .opr-bookmark-element, .dualfxl .opr-tts-element {
  opacity: 0;
  width: 0;
  padding: 0; }
.dualfxl .feed-edit-jump {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }
.dualfxl .search-results-tabs li:not(:first-child) {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }
.dualfxl .opr-leftbar-bookmark, .dualfxl .bookmark-flag-right, .dualfxl .bookmark-flag-left {
  display: none; }
.dualfxl #enrichments-badge, .dualfxl #annotations-badge, .dualfxl #quiz-badge {
  display: none !important; }
.dualfxl .ps-container .ps-scrollbar-base, .dualfxl .ps-container .ps-scrollbar-y {
  display: none; }
.dualfxl ul.customToc li.opr-list-view {
  cursor: default; }
  .dualfxl ul.customToc li.opr-list-view .opr-enrichList {
    cursor: default; }
    .dualfxl ul.customToc li.opr-list-view .opr-enrichList .enrich-thumb {
      cursor: default; }
    .dualfxl ul.customToc li.opr-list-view .opr-enrichList .opr-enrichText {
      text-decoration: none;
      cursor: default; }

.fixedLayoutBookmarkIcon {
  display: none; }

.opr-fullscreen .toggle-switch-labels {
  display: none; }

.opr-hide-header .toggle-switch-labels {
  display: none; }

.opr-fxl-header-arrow-cursor:before {
  content: "\e9a0"; }

/*primary theme css update start*/
.primary-toolbox ul li button.primary-dragbtn:before {
  content: "\e927"; }
.primary-toolbox ul li button.primary-tocbtn:before {
  content: "\e9a5";
  font-size: 32px; }
.primary-toolbox ul li button.primary-audio-play:before {
  content: "\e9a9";
  font-size: 32px; }
.primary-toolbox ul li button.primary-audio-pause:before {
  content: "\e9a8";
  font-size: 32px; }
.primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:before {
  content: "\e9a4";
  font-size: 32px; }
.primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:before {
  content: "\e9a2";
  font-size: 32px; }
.primary-toolbox ul li.dropdown {
  min-width: auto;
  height: auto;
  border: none;
  padding: 15px 0 15px 0 !important; }
  .primary-toolbox ul li.dropdown .dropdown-menu li button.primary-audio-rewind:before {
    content: "\e9a7";
    font-size: 28px; }
  .primary-toolbox ul li.dropdown .dropdown-menu li button.primary-audio-stop:before {
    content: "\e9a6";
    font-size: 28px; }
.primary-toolbox.primary-vetical-view ul li button.primary-dragbtn:before {
  content: "\e927";
  rotate: 90deg;
  font-size: 32px; }

.primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-header .close:before {
  font-family: 'OP2-fonts', sans-serif;
  content: "\e93a"; }

.primaryTheme #closePopup.opr-close-popup-icon {
  color: #fff;
  top: 0px;
  right: 0;
  font-size: 14px; }

/*primary theme css update end*/
/********setting pop up css start */
.customDialogbox .opr-view-setting-popup {
  height: 422px;
  width: 450px;
  max-width: 100%; }

.customDialogbox .opr-view-setting-popup .cust-dialog {
  width: 100%;
  height: 100%; }

.customDialogbox .opr-view-setting-popup .cust-dia-title {
  text-align: left; }

.opr-view-setting-popup #closePopup {
  font-size: 14px;
  right: 0;
  top: 1px;
  color: #fff; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-title {
  text-align: left;
  padding-left: 15px;
  color: #565656;
  font-size: 12px; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-text {
  text-align: left;
  color: #565656;
  line-height: 16px;
  font-size: 11px;
  padding: 15px 20px; }

.customDialogbox .opr-bold-text {
  font-weight: bold;
  color: #000;
  font-style: italic; }

.customDialogbox p {
  font-size: 11px;
  text-align: center;
  color: #565656;
  padding: 0 10px;
  line-height: 14px; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-btn .btn {
  text-transform: capitalize;
  height: 24px;
  line-height: 24px;
  font-size: 11px; }

.opr-view-setting-popup .opr-display-image {
  display: flex;
  justify-content: center; }

.opr-view-setting-popup .opr-note-bold,
.opr-view-setting-popup .opr-header-bold-text {
  font-weight: bold;
  color: #fff; }

.contentwrapper .who-shared {
  text-transform: none; }

.customDialogbox .opr-view-setting-popup .opr-header-sync-icon:before {
  font-size: 13px;
  vertical-align: top; }

/**********************setting pop up end**************/
/* FOC info popup css start */
.pen-tool-popup {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  width: 485px;
  top: 0 !important;
  height: auto;
  max-height: fit-content;
  padding: 20px; }
  .pen-tool-popup span {
    display: block; }
    .pen-tool-popup span.oprFocInfoIcon {
      background: url(../themes/product/images/alerticon.svg) center center no-repeat;
      background-size: 50px 50px;
      transform: rotate(180deg);
      height: 50px; }
  .pen-tool-popup p.popup-message {
    color: #333333;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 22px;
    margin: 15px 0; }
  .pen-tool-popup .show-message {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .pen-tool-popup .show-message input[type="checkbox"] + label {
      line-height: 22px;
      padding-left: 20px;
      margin-left: 0;
      color: #333;
      font-size: 13px; }

/* FOC info popup css end */
/*@media (min-width: $minwidth) and (max-width: $maxwidth) {
    @import "tablet";
}*/
@font-face {
  font-family: 'Hodder-newgen-fonts';
  src: url("../themes/hodder_newgen/fonts/Hodder-newgen-fonts.woff?nrsdc6") format("woff");
  font-weight: normal;
  font-style: normal; }
:focus, :focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

:disabled, .disabled, a:disabled, a.disabled {
  opacity: 0.7; }

.gridview:before, .listview:before, .opr-resource-icon:before, .opr-flashcard-icon:before, .opr-switch-layout-icon:before, .opr-interactive-view-icon:before, .opr-search-icon:before, .opr-feeds-icon:before, .opr-bookmark-icon:before, .opr-resource-icon:before, .opr-media-icon:before, .opr-quiz-icon:before, .opr-quiz-icon:before, .opr-glossary-icon:before, .opr-flashcard-icon:before, .opr-toc-icon:before, .opr-tts-icon:before, .opr-top-context-icon:before, .opr-fxl-pen:before,
.hodder-all-icons:before {
  font-family: 'Hodder-newgen-fonts';
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  /* Better Font Rendering  */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

#inst, #questionText, html, body {
  font-family: 'montserratregular' !important; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-header-navigation.opr-nav-left-icons {
  display: none; }

.toggle-switch-labels {
  width: 130px;
  right: 0;
  top: 11px;
  position: relative;
  background: #dbdbdb;
  height: 26px;
  border-radius: 20px;
  float: left;
  border: none;
  font-size: 10px;
  font-family: 'montserratsemibold'; }
  .toggle-switch-labels label {
    z-index: 9;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: block; }
  .toggle-switch-labels .left-label, .toggle-switch-labels .right-label {
    position: absolute;
    top: 5px;
    font-weight: normal;
    color: #000000; }
  .toggle-switch-labels .right-label {
    right: 17px;
    z-index: 7;
    color: #000000; }
  .toggle-switch-labels .left-label {
    left: 14px;
    z-index: 8;
    color: #ffffff; }
  .toggle-switch-labels a {
    position: absolute;
    left: 4px;
    top: 3px;
    z-index: 6;
    display: block;
    height: 20px;
    padding: 0;
    background-color: #098fd1;
    width: 72px;
    line-height: 26px;
    font-size: 10px;
    border-radius: 20px;
    transition: 0.1s; }
  .toggle-switch-labels [type="checkbox"] + label:before, .toggle-switch-labels [type="checkbox"]:not(.filled-in) + label:after {
    border: none !important; }
  .toggle-switch-labels.op_layout_on a {
    width: 52px;
    right: 4px;
    left: auto; }
  .toggle-switch-labels.op_layout_on .right-label {
    color: #ffffff; }
  .toggle-switch-labels.op_layout_on .left-label {
    color: #000000; }

.toggle-button-popup {
  position: absolute;
  width: 408px;
  height: 250px;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ccc;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  padding: 17px;
  border-radius: 10px; }
  .toggle-button-popup .popup-message {
    padding: 0;
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    font-family: 'montserratsemibold'; }
  .toggle-button-popup ul {
    margin: 6px 0 20px 14px; }
    .toggle-button-popup ul li {
      list-style-type: disc; }
  .toggle-button-popup .show-message {
    padding-left: 0px; }
    .toggle-button-popup .show-message .popup-checkbox {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      vertical-align: middle;
      margin-top: -1px;
      margin-right: 2px; }
  .toggle-button-popup .continue-btn {
    color: #ffffff;
    background-color: #169bd5;
    border-color: #47b3e7;
    border: none;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 25px;
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    bottom: 20px; }

.opr-setting-element, .opr-bookmark-element, .opr-tts-element {
  transition: 0.5s;
  opacity: 1;
  width: 40px;
  height: 50px; }

.dualfxl .opr-bookmark-element, .dualfxl .opr-tts-element {
  opacity: 0;
  width: 0;
  padding: 0; }
.dualfxl .feed-edit-jump {
  pointer-events: none;
  cursor: default; }
.dualfxl .search-results-tabs li:not(:first-child) {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }
.dualfxl .opr-leftbar-bookmark, .dualfxl .bookmark-flag-right, .dualfxl .bookmark-flag-left {
  display: none; }
.dualfxl #enrichments-badge, .dualfxl #annotations-badge, .dualfxl #quiz-badge {
  display: none !important; }
.dualfxl .ps-container .ps-scrollbar-base, .dualfxl .ps-container .ps-scrollbar-y {
  display: none; }
.dualfxl ul.customToc li.opr-list-view {
  cursor: default; }
  .dualfxl ul.customToc li.opr-list-view .opr-enrichList {
    cursor: default; }
    .dualfxl ul.customToc li.opr-list-view .opr-enrichList .enrich-thumb {
      cursor: default; }
    .dualfxl ul.customToc li.opr-list-view .opr-enrichList .opr-enrichText {
      text-decoration: none;
      cursor: default; }

.fixedLayoutBookmarkIcon {
  display: none; }

.opr-fullscreen .toggle-switch-labels {
  display: none; }

.opr-hide-header .toggle-switch-labels {
  display: none; }

.st-menu.st-effect .search-results-tabs li.active {
  background: transparent; }

/* fb_1214_gallery_tab css starts */
.feeds-filters-present #enrichments-header.tab-pane-title .feed-select {
  width: 100%; }
.feeds-filters-present .enrich_grid_view {
  display: none; }
.feeds-filters-present .tab-pane-contant {
  top: 134px !important; }

.opr-toc-control {
  z-index: 1; }
  .opr-toc-control.enrich-filters-present {
    top: 88px; }

.opr-sidebar.enrich-filters-present.opr-sidebar-content {
  top: 50px; }
.opr-sidebar.enrich-filters-present .opr-toc-control {
  top: 98px;
  display: none; }
.opr-sidebar.enrich-filters-present #mediaListView {
  float: left; }
.opr-sidebar.enrich-filters-present .listview, .opr-sidebar.enrich-filters-present .gridview {
  padding: 0px 3px;
  background: #F1F1F1;
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  color: #000000; }
  .opr-sidebar.enrich-filters-present .listview.active, .opr-sidebar.enrich-filters-present .gridview.active {
    background-color: #2F71DF;
    color: #ffffff; }
.opr-sidebar.enrich-filters-present .opr-toc-expand-control {
  position: absolute;
  right: 0;
  top: 85px;
  color: #ccc; }
.opr-sidebar .listview:before {
  content: '\e904'; }
.opr-sidebar .gridview:before {
  content: '\e903'; }

.opr-grid-view {
  display: none; }
  .opr-grid-view .enrichlist_adjustment {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
  .opr-grid-view img {
    max-height: 100%;
    margin: auto;
    width: 100%; }

.list-grid-view .opr-grid-view {
  display: block; }
  .list-grid-view .opr-grid-view a {
    width: 76px;
    height: 76px;
    display: flex;
    padding: 0;
    margin: 0 10px 10px 0;
    border: 1px solid #DDDDDD;
    float: left; }

.list-grid-view .opr-list-view {
  display: none; }

ul.customToc li.opr-grid-view {
  padding: 10px 0 0 10px;
  cursor: default; }
ul.customToc li a.preview .opr-placeholder-icon:hover, ul.customToc li a .opr-placeholder-icon:hover {
  text-decoration: none; }
ul.customToc li.opr-list-view {
  padding: 5px 0 5px 5px; }
  ul.customToc li.opr-list-view a.preview, ul.customToc li.opr-list-view a {
    top: 0; }
  ul.customToc li.opr-list-view .opr-enrichList .enrich-thumb {
    cursor: pointer; }
  ul.customToc li.opr-list-view .opr-enrichList .opr-enrichText {
    cursor: pointer; }
    ul.customToc li.opr-list-view .opr-enrichList .opr-enrichText:hover {
      text-decoration: underline; }

.opr-enrichList {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  vertical-align: middle; }
  .opr-enrichList:last-child {
    border-bottom: none; }

#enrichment-empty {
  color: #000000; }

.mediaToggle {
  position: absolute;
  margin-top: 10px; }
  .mediaToggle li {
    margin-right: 0; }

.feeds-filters-box {
  padding: 10px 17px 10px 15px; }

ul li.opr-list-view a.enrich-thumb {
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding: 0;
  display: flex;
  float: left; }
  ul li.opr-list-view a.enrich-thumb img {
    max-height: 100%;
    margin: auto;
    width: auto;
    max-width: 100%; }
ul li.opr-list-view .opr-enrichText {
  max-width: 75%;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
  padding: 12px 0;
  float: left;
  width: 100%; }
  ul li.opr-list-view .opr-enrichText:hover {
    text-decoration: underline; }

#enrichments-header .OPDropdown {
  width: 100% !important; }
#enrichments-header .opr-play-icons {
  display: none; }

.anno-feeds-filters .feed-select {
  width: 120px; }

.sidebar .nav-tabs li a:hover {
  background-color: #2F71DF;
  color: #ffffff; }

.opr-grid-view .opr-placeholder-icon {
  font-size: 22px; }

.opr-placeholder-icon {
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }

ul.customToc .opr-placeholder-icon:before {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 14px;
  color: #A1A1A1; }

ul.customToc .opr-grid-view .opr-placeholder-icon:before {
  font-size: 22px; }

.opr_listing_widgets {
  display: inline;
  width: auto;
  padding-left: 0;
  font-family: inherit;
  font-size: inherit; }

.opr-resource-icon:before {
  content: "\e905"; }

/* Flash card css starts */
.opr-flashcard-icon:before {
  content: "\e906"; }

.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 #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #F1F1F1;
    font-size: 16px;
    line-height: 24px; }
    .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; }
    .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: 10px;
          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: #FAFAFA; }
      .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: 10px; }
  ul.opr-flashcard-list li {
    padding: 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; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play {
      position: relative;
      height: 20px;
      width: 20px;
      background: #2F71DF;
      border-radius: 100%;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 2px; }
      .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: #2F71DF; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print {
      display: inline-block;
      cursor: pointer;
      font-size: 20px;
      vertical-align: middle;
      margin-left: 20px; }
      .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: #2F71DF; }
  .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-color: #FAFAFA;
    box-shadow: 0px 1px 2px #0000001A; }
    .opr-flashcard-popup .opr-flashcard-popup-header h1 {
      color: #000000;
      font-size: 18px;
      padding: 13px 30px;
      display: inline-block;
      margin: 0; }
    .opr-flashcard-popup .opr-flashcard-popup-header .opr-sidebar-close {
      top: 12px;
      right: 12px; }
  .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: #333333DD;
  font-size: 14px; }
  .opr-no-flash-cards img {
    max-width: 100%; }
  .opr-no-flash-cards span {
    padding-top: 10px;
    font-family: 'montserratsemibold'; }
  .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 */
.full-screen-mode .opr-top-toggle-icon, .full-screen-mode .noUi-target, .full-screen-mode .page-leftbar, .full-screen-mode .ps-scrollbar-base, .full-screen-mode .ps-scrollbar-y, .full-screen-mode .tts_audio_container {
  display: none; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Help overlay css start */
.opr-help-overlay-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  background: #ffffff;
  right: auto;
  bottom: auto;
  display: block; }
  .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: 155px;
    background: #fff;
    padding: 10px; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header h1 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family: 'montserratsemibold'; }
  .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: 19px;
      color: #4B4B4B; }
      .opr-help-overlay-popup .opr-help-overlay-popup-content p span {
        font-family: 'montserratbold'; }
  .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: #2F71DF;
    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: 220px;
  height: 180px;
  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: 70px;
    height: 70px; }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark a,
.opr-leftBar-overlay #bookmark-flag-left.opr-overlay-bookmark a, .bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark a,
.bookshelfHelpoverlayPopup #bookmark-flag-left.opr-overlay-bookmark a {
  z-index: 103; }
.opr-leftBar-overlay #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle,
.opr-leftBar-overlay #bookmark-flag-left.opr-overlay-bookmark .pulsating-circle, .bookshelfHelpoverlayPopup #bookmark-flag-right.opr-overlay-bookmark .pulsating-circle,
.bookshelfHelpoverlayPopup #bookmark-flag-left.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 #opr-user-append li.opr-overlay-toolbar #readerHelpBtn, .bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar #readerHelpBtn {
    margin-right: 0; }
.opr-leftBar-overlay .page-leftbar:before, .bookshelfHelpoverlayPopup .page-leftbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #394753;
  width: 50px; }
.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: -59px; }
.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-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .opr-toolbox-wrapper .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .opr-header-nav .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .opr-header-nav .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .fixedAppendArea .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .fixedAppendArea .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .opr-annotation-bar-wrapper .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .opr-switch-layout-panel .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .opr-switch-layout-panel .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .add-book-class .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .add-book-class .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .card-image-class .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .card-image-class .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .detail-link-class .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .detail-link-class .opr-active-bookLayout.bookmark-flag-left:before, .opr-leftBar-overlay .opr-user-menu .opr-overlay-bookmark.bookmark-flag-left:before, .opr-leftBar-overlay .opr-user-menu .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-toolbox-wrapper .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-header-nav .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-header-nav .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .fixedAppendArea .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .fixedAppendArea .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-annotation-bar-wrapper .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-switch-layout-panel .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .add-book-class .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .add-book-class .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .card-image-class .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .card-image-class .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .detail-link-class .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .detail-link-class .opr-active-bookLayout.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-user-menu .opr-overlay-bookmark.bookmark-flag-left:before, .bookshelfHelpoverlayPopup .opr-user-menu .opr-active-bookLayout.bookmark-flag-left:before {
    border-top: 10px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-left: none;
    top: 0;
    bottom: 0;
    left: 24px; }
.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: 47px;
  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 .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 {
  display: inline-block; }
  .opr-rl-pagination .page-label {
    margin: 0 5px 0 0;
    color: #1b4488;
    font-weight: normal;
    position: relative;
    z-index: 999; }

@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: 10px;
  width: 85px;
  background: #fff;
  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;
  text-align: center; }
  .opr-switch-layout-panel .opr-left-toggle-icon {
    position: absolute;
    right: 20px;
    z-index: 100;
    top: 170px;
    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: #2F71DF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .opr-switch-layout-panel .opr-left-toggle-icon:before {
      content: "\e93b";
      color: #fff;
      font-size: 28px;
      transition: 0.1s ease;
      transform: rotate(90deg); }
  .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 #4b4b4b;
      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 #2F71DF; }
    .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: 'montserratsemibold'; }
    .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-hide-right-panel .opr-switch-layout-panel {
  right: -75px; }
  .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: -85px; }
  .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: -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: -145px; }

.opr-leftBar-overlay .page-leftbar ul li {
  opacity: 0.5; }

@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: 169px;
  }*/
  .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: -75px; }

  .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;
    left: 0; }

  .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: 460px;
  background: #fff;
  box-shadow: 0px 3px  6px #00000029;
  z-index: 1001; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img {
    width: 100%;
    height: 250px;
    background-color: #2F71DF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img .opr-bookshelf-overlay-skip {
      position: absolute;
      top: 10px;
      right: 12px;
      color: #fff;
      font-size: 14px; }
  .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; }
      .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-previous-slide-icon:before, .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon:before {
        content: '\e96b';
        color: #0174D8;
        font-size: 18px; }
      .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; }
        .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;
      transform: rotate(-180deg); }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-icons .opr-next-slide-icon {
      right: -80px; }
  .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text {
    text-align: center;
    padding: 30px 8px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text h1 {
      font-size: 18px;
      color: #000;
      font-family: 'montserratsemibold';
      padding-top: 28px; }
    .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text p {
      font-size: 14px;
      color: #666;
      line-height: 19px; }
    .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: #2F71DF;
        color: #fff;
        box-shadow: 0px 2px 2px #0000003D;
        border-radius: 3px;
        font-size: 16px;
        font-family: 'montserratsemibold'; }

.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: 'montserratbold';
  margin-top: 10px; }
.opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots {
  margin-top: 30px;
  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 */
/* Seprate Interface Design css start */
/*.highlightChapter, .showBy.active, .opr-user-dropdown > li:last-child a, .settings-form-footer .save-btn, .font-range input[type=range]::-webkit-slider-thumb, .switch-labels a, .annotation-popup-body button.btn-primary,  .cust-dia-btn .btn-primary, .annotation-popup-body button.btn-primary, .btn-primary[disabled], .tabs .tab a.active{
    background-color: $primary-color;
}
.btn:hover, .btn-large:hover, .btn:focus, .btn-large:focus, .btn-floating:focus, .sidebar .nav-tabs li a:hover{
    background-color: $secondary-color;
}*/
.tabs .tab a.active, .highlightChapter, .showBy.active {
  background-color: #2F71DF; }

.sidebar .nav-tabs li a:hover, .chapter-title:hover, #toc-body ul.customToc li div:hover.chapter, #toc-body ul.customToc li div:hover.chapter a, #enrichments-body ul.customToc li div:hover.chapter, #enrichments-body ul.customToc li div:hover.chapter a, #quiz-body ul.customToc li div:hover.chapter, #quiz-body ul.customToc li div:hover.chapter a, #bookmark-body ul.customToc li div:hover.chapter, #bookmark-body ul.customToc li div:hover.chapter a, #feeds-by-content-list .feeds-chap-topic-container:hover, #feeds-by-content .feeds-chap-topic-container:hover, .chapter-title:hover {
  background-color: #2F71DF; }

.opr-user-dropdown.context-menu-items > li:last-child a, .settings-form-footer .save-btn, .cust-dia-btn .btn-primary, .annotation-popup-body button.btn-primary, .toggle-button-popup .continue-btn, .toggle-button-popup .continue-btn:focus, .groupList.multSelect .btn, .opr-resource-footer #resourceBtn, .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour {
  background-color: #1B4488;
  color: #ffffff; }

.btn-primary[disabled] {
  background-color: #1B4488 !important;
  border-color: #1B4488 !important; }

.opr-user-dropdown.context-menu-items > li:last-child a:hover, .settings-form-footer .save-btn:hover, .cust-dia-btn .btn-primary:hover, .toggle-button-popup .continue-btn:hover, .groupList.multSelect .btn:hover, #saveButton:hover, .opr-resource-footer #resourceBtn:hover, .opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-text .opr-slider-dots .opr-start-tour:hover {
  background-color: #2F71DF;
  color: #ffffff; }

.settings-form-footer .cancel-btn, .btn-default, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.cancel {
  background-color: #4f4f4f;
  color: #ffffff; }

.settings-form-footer .cancel-btn:hover, .btn-default:hover, .btn:hover, .btn-large:hover, .btn-large:focus, .btn-floating:focus, .btn-default:focus, .btn-default:active, .btn-default.cancel:hover {
  background-color: #676666;
  color: #ffffff; }

a.previewInSearch:before, a.preview:before, .title-name, .shared-link {
  color: #1B4488; }

.opr-toc-control .expand-all, .opr-toc-control .collapse-all {
  color: #1B4488; }
  .opr-toc-control .expand-all.selected, .opr-toc-control .collapse-all.selected {
    color: #626262; }

ul.customToc li a, .opr-tab-heading {
  color: #4B4B4B; }

.opr-sidebar-close {
  color: #4B4B4B;
  opacity: 1; }
  .opr-sidebar-close:focus {
    color: #4B4B4B; }

.page-leftbar {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1); }

.opr-backto-bookshelf {
  margin: auto;
  max-width: 42px;
  height: 50px;
  background-image: url(../themes/hodder_newgen/images/Boost-logo.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none; }
  .opr-backto-bookshelf:before {
    content: ""; }

.opr-search-icon:before {
  content: "\e92d"; }

.opr-feeds-icon:before {
  content: "\e90e"; }

.opr-bookmark-icon:before {
  content: "\e918"; }

.opr-resource-icon:before {
  content: "\e925"; }

.opr-media-icon:before {
  content: "\e91a"; }

.opr-quiz-icon:before {
  content: "\e91c"; }

.opr-glossary-icon:before {
  content: "\e91b"; }

.opr-flashcard-icon:before {
  content: "\e919"; }

.opr-toc-icon:before {
  content: "\e932"; }

.opr-tts-icon:before {
  content: "\e933";
  font-size: 26px; }

#leftBarContainer li a span:before, .OPDropdown-option.selected:before, ul.customToc .bookmark-toc-icon:before, .opr-fxl-pagination-wrapperl-pagination-content a, .opr-header-navigation > li > a:before, .opr-fxl-pagination-content a, #jumpToPageInput, #totalPages, .opr-breadcrumbs, #pageNumInfoIcon, .opr-leftBar-overlay .page-leftbar #leftBarContainer li.opr-active-tab a span:before, .share_but:before, .export_but:before, .opr-user-icon:before, .opr-teacher-icon:before, .opr-smartpanel-icon:before {
  color: #1b4488; }

.opr-left-container-top ul li a:hover span:before, .opr-header-navigation li:hover a:before, .feed-edit-jump a:hover:before, .accordion-all a, .accordion-all a:hover, a:active, a:hover, ul.customToc a.navList-delete:hover:before, .opr-fxl-header-cursor-hand:hover:before, .opr-fxl-pagination-content a:hover, .bookTopicTitle, .opr-exit-fullscreen:hover, .opr-enter-fullscreen:hover, .opr-fxl-pagination-content a.active, .opr-fullscreen .opr-fxl-pagination-content a.active, .opr-fullscreen .opr-fxl-pagination-content a:hover, .opr-hide-header .opr-fxl-pagination-content a.active, .opr-hide-header .opr-fxl-pagination-content a:hover, .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flash-print, .noUi-connect, #leftBarContainer li a:hover span:before, #nextView, #endTour, #pageNumInfoIcon:hover, .highlight-remove-btn:before, #merged-list .annotation-preview-btn.share:before, .popover ul#merged-list .embeded-href:before, .popover ul#merged-list li[data-type="hyperlink"]:before, .hyperlink-annotation-btn .annotationText, .embeded-href, .onerow .float-right a:before, .opr-help-overlay-navigation a, .opr-help-overlay-navigation a:hover, .shared-link a, .OPDropdown-select a, .OPDropdown-select a:hover {
  color: #1B4488; }

h1, h2 {
  color: #2f71df; }

h1 {
  font-size: 18px;
  line-height: 24px; }

h2 {
  font-size: 16px;
  line-height: 20px; }

input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #2f71df;
  border-bottom: 2px solid #2f71df; }

ul.customToc .bookmark-toc-icon:before, .opr-fxl-pages, .opr-fxl-pagination-content .opr-zoom-dropdown {
  border: 1px solid #1b4488; }

.opr-left-container-top ul li a:hover, .opr-header-navigation li:hover, .opr-left-container-top ul li a.active, .left-container .smartPaneLeft a:hover {
  background-color: #ececec; }

.opr-left-container-top ul li a#myBookshelf:hover, .opr-fullscreen .dropdown-content, .opr-hide-header .dropdown-content, .opr-left-container-top ul li:first-child a {
  background-color: #fff; }

.ribbonPoint:before {
  color: #ed5b5b; }

.switch-labels.op_on {
  background: #97b8ef; }

.switch-labels.op_off {
  background: #221F1f42; }

.switch-labels .switch-light:before {
  display: none; }

.switch-labels .switch-light:after {
  display: none; }

.switch-labels.op_on a, .font-range input[type=range]::-webkit-slider-thumbm, .vocieSeekbarContainer input[type=range].vocieSeekbar::-webkit-slider-thumb, .noUi-handle, .noUi-connect, .font-range input[type=range]::-webkit-slider-thumb {
  background-color: #2f71df; }

.switch-labels.op_off a {
  background-color: #F1F1F1; }

.opr-exit-fullscreen:hover, .opr-enter-fullscreen:hover, .opr-fullscreen .opr-fxl-pagination-content, .opr-hide-header .opr-fxl-pagination-content {
  background-color: #fff; }

.opr-fullscreen .opr-fxl-pagination-content a, .opr-hide-header .opr-fxl-pagination-content a {
  color: #7f7f7f; }

.opr-fullscreen .opr-fxl-pagination-content .opr-zoom-dropdown, .opr-hide-header .opr-fxl-pagination-content .opr-zoom-dropdown {
  border: 1px solid #7f7f7f; }

.opr-fullscreen .opr-fxl-pagination-content, .opr-hide-header .opr-fxl-pagination-content {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); }

.opr-switch-layout-panel .opr-switch-container .opr-interactive-view-icon, .next-page-button:before, .prev-page-button:before, .opr-top-toggle-icon:before, .next-page-button:hover:before, .prev-page-button:hover:before {
  color: #4B4B4B; }

a.expend:before {
  border-color: #4b4b4b transparent transparent transparent; }

a.collaspe:before {
  border-color: transparent transparent #4b4b4b transparent; }

.OPDropdown-dropArrow:before {
  border-bottom: 5px solid #4b4b4b; }

.open .OPDropdown-dropArrow:before {
  border-top: 5px solid #4b4b4b; }

#dropdown1 li a:hover {
  background: #eee; }

.opr-leftBar-overlay .page-leftbar #leftBarContainer li a span:before {
  color: #fff; }

nav.st-menu ul li, ul.customToc li a, .show-hide-label span, .show-hide-annotations label.show-hide-label, .switch-reflow-fixed-layout label.show-hide-label, .preview-text, .feeds-who-shared, .hyperlink-book-detail span, .title-name, .shared-link, blockquote, p {
  font-family: 'montserratregular'; }

.hyperlink-book-detail span, .opr-toolbox-wrapper span.opr-zoom-label, #jumpToPageInput {
  line-height: 18px; }

.opr-tab-heading, .viewer-settings-modal h2 {
  font-family: 'montserratsemibold'; }

a.OPDropdown-title:hover {
  color: #626262; }

.opr-fxl-pagination-content a {
  line-height: 56px; }

.opr-fxl-pagination-content a.opr-fxl-double-page-icon {
  line-height: 55px; }

.bookmark-icon:before {
  color: #ed5b5b; }

.opr-leftBar-overlay .page-leftbar #leftBarContainer li.opr-active-tab a span:before {
  display: flex;
  justify-content: center;
  align-items: center; }

.annotation-menu.modal {
  background-color: #000; }

.toast {
  color: #fff;
  background-color: #394753; }

.sidebar-search .search-font-icon {
  top: 2px; }

#leftbarquiz, #search-quiz-tab {
  display: none; }

.panel-search-clear {
  padding: 4px 8px; }

.opr-left-container-top ul li a span,
.opr-left-container-top .logo_wrapper a span {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }

.search-more-li {
  background-color: #2F71DF !important; }

input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-color: #2F71DF;
  -webkit-box-shadow: 0 1px 0 0 #2F71DF;
  border-bottom: 1px solid #2F71DF; }

.opr-fullscreen .opr-fxl-pagination-content {
  max-width: max-content; }

.opr-top-context-icon:before {
  content: "\e90f"; }

#search-results-tabs .opr-no-result {
  background-color: #808080 !important; }

#search-results-tabs .opr-no-result:hover, #search-results-tabs .opr-no-result.active {
  background-color: #676666 !important; }

.opr-header-navigation > li > a {
  display: flex;
  justify-content: center;
  align-items: center; }

.sidebar .nav-tabs > li > a {
  max-width: 125px; }

.opr-sidebar.opr-sidebar-content {
  top: 60px; }

#nav-to-groups {
  display: none; }

.opr-sidebar-close, .opr-sidebar-close:hover {
  right: -9px; }

.opr-toc-control {
  top: -20px; }

#feed-tab-content.tab-content {
  top: 150px; }

/* Newgen Loader css start */
.loader {
  border: none;
  transform: none;
  animation: none;
  background: transparent url("../themes/hodder_newgen/images/preloader-Boost.gif") no-repeat center; }

.loader, .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px; }

.progressBox, .progressBox_mobile {
  width: 75px;
  text-align: center;
  transform: translate(-50%, -50%);
  margin: 0; }

.progressBox #message, .search-messageBox .search-message {
  display: none !important; }

.search-messageBox .progressBox {
  margin-left: 0; }

.vocieSeekbarContainer {
  width: 260px; }

.opr-formfield-wrapper label {
  top: 5px; }

.opr-formfield-wrapper label:not(.label-icon).active {
  -webkit-transform: translateY(-15px) scale(0.8);
  transform: translateY(-15px) scale(0.8); }

.opr-fullscreen .dropdown-content li a, .opr-hide-header .dropdown-content li a {
  line-height: inherit; }

/* Resource panel css */
#enrichments-resources-body .customToc li.opr-list-view .enrichlist_adjustment [class$="toc-icon"] {
  display: flex;
  justify-content: center;
  align-items: center; }
  #enrichments-resources-body .customToc li.opr-list-view .enrichlist_adjustment [class$="toc-icon"]::before {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #9B9797; }

#opr-resourcePlayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100; }

#opr-resourcePlayer > div {
  height: 100%; }

#opr-resourcePlayer #opr-modalCloser {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.9;
  cursor: pointer; }

#opr-resourcePlayer #opr-modalCloser:before, #opr-resourcePlayer #opr-modalCloser:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 33px;
  width: 2px;
  background-color: #8a8a8a; }

#opr-resourcePlayer #opr-modalCloser:before {
  transform: rotate(45deg); }

#opr-resourcePlayer #opr-modalCloser:after {
  transform: rotate(-45deg); }

#opr-resourcePlayer iframe {
  height: 100%;
  width: 100%; }

/* Resource popup css start */
.opr-resource-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #fff; }
  .opr-resource-popup .opr-resource-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px; }
    .opr-resource-popup .opr-resource-header .top-left-title-icon-wrap {
      display: flex;
      overflow: hidden;
      align-items: center; }
      .opr-resource-popup .opr-resource-header .top-left-title-icon-wrap .opr-resource-title {
        font-size: 18px;
        color: #fff;
        margin: 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: normal;
        display: none; }
    .opr-resource-popup .opr-resource-header .top-right-icon-wrapper {
      display: flex; }
      .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a {
        color: #fff;
        right: 0;
        top: 0;
        z-index: 1;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-right: 10px;
        border-radius: 50%;
        background: #1b0505;
        opacity: 0.5; }
        .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a.opr-close-icon {
          font-size: 14px; }
          .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a.opr-close-icon:before {
            content: "\e642";
            font-family: 'OP2-fonts', sans-serif; }
        .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon {
          font-size: 3px; }
          .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon:before {
            content: "\e65d";
            font-family: 'OP2-fonts', sans-serif; }
        .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a:last-child {
          margin-right: 0; }
        .opr-resource-popup .opr-resource-header .top-right-icon-wrapper a:hover {
          opacity: 0.8; }
  .opr-resource-popup .opr-resource-content {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 15px 15px; }
    .opr-resource-popup .opr-resource-content iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #EBEBEB;
      padding: 10px; }
  .opr-resource-popup.re-popup-audio-video .opr-resource-header {
    height: 40px;
    background-color: #1B4488;
    padding: 0 10px;
    margin: 0; }
    .opr-resource-popup.re-popup-audio-video .opr-resource-header .top-left-title-icon-wrap .opr-resource-title {
      display: block; }
    .opr-resource-popup.re-popup-audio-video .opr-resource-header .top-right-icon-wrapper a {
      width: 24px;
      height: 24px;
      opacity: 1;
      background-color: #fff; }
      .opr-resource-popup.re-popup-audio-video .opr-resource-header .top-right-icon-wrapper a:before {
        color: #1B4488; }
  .opr-resource-popup.re-popup-audio-video .opr-resource-content {
    margin-top: 55px; }
  .opr-resource-popup.minimized-video-popup, .opr-resource-popup.minimized-audio-popup {
    width: 391px;
    height: 313px;
    border-radius: 5px;
    top: auto;
    right: 114px;
    bottom: 100px;
    left: auto; }
    @media only screen and (max-device-width: 700px) {
      .opr-resource-popup.minimized-video-popup, .opr-resource-popup.minimized-audio-popup {
        width: 96%; } }
    .opr-resource-popup.minimized-video-popup .container-fluid, .opr-resource-popup.minimized-audio-popup .container-fluid {
      padding: 0; }
    .opr-resource-popup.minimized-video-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon, .opr-resource-popup.minimized-audio-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon {
      font-size: 14px;
      align-items: center; }
      .opr-resource-popup.minimized-video-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon:before, .opr-resource-popup.minimized-audio-popup .opr-resource-header .top-right-icon-wrapper a.opr-minimize-icon:before {
        content: "\e65e";
        font-family: 'OP2-fonts', sans-serif; }
    .opr-resource-popup.minimized-video-popup .resourceDrag-icon, .opr-resource-popup.minimized-audio-popup .resourceDrag-icon {
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #fff; }
      .opr-resource-popup.minimized-video-popup .resourceDrag-icon:before, .opr-resource-popup.minimized-audio-popup .resourceDrag-icon:before {
        content: "\e927";
        font-family: 'OP2-fonts'; }
  .opr-resource-popup.minimized-audio-popup {
    height: 170px; }

.opr-resource-footer {
  margin-top: 5px; }
  .opr-resource-footer #resourceBtn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: capitalize;
    height: auto;
    line-height: normal;
    float: right; }
  .opr-resource-footer .opr-resource-footer-content {
    display: flex;
    justify-content: center;
    align-items: center; }

#enrichments-resources-body ul.customToc li a.preview {
  display: none; }

#readium-resources-enrichments .tab-pane-contant {
  top: 90px !important; }

#readium-resources-enrichments .feeds-filters-box {
  /*background: #fff;
  border: none;*/ }

#readium-resources-enrichments .feeds-filters-box #enrichment-type-filter {
  width: 100% !important; }

#readium-resources-enrichments .feeds-filters-box .feed-select {
  width: 100%; }

.resource-messageBox .progressBox {
  position: absolute;
  width: 215px;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1; }

.resource-messageBox .progressBox .resource-message {
  display: inline-block;
  margin-left: 10px; }

.toastMessage {
  color: #000;
  text-align: center;
  padding-top: 10px; }

.resource-messageBox .loader {
  border: none;
  transform: none;
  animation: none;
  background: transparent url(../themes/hodder_newgen/images/preloader-Boost.gif) no-repeat center; }

.resource-messageBox .loader, .resource-messageBox .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px; }

.tab-pane-title {
  top: 0;
  padding-top: 0; }

.opr-sidebar.opr-sidebar-content {
  top: 60px; }

.opr-resource-excel {
  background: transparent url(../themes/hodder_newgen/images/icon-excel.svg) no-repeat right bottom; }

.opr-resource-word {
  background: transparent url(../themes/hodder_newgen/images/icon-word.svg) no-repeat right bottom; }

.opr-resource-image {
  background: transparent url(../themes/hodder_newgen/images/icon-image.svg) no-repeat right bottom; }

.opr-resource-weblink {
  background: transparent url(../themes/hodder_newgen/images/icon-activity.svg) no-repeat right bottom; }

.opr-resource-powerpoint {
  background: transparent url(../themes/hodder_newgen/images/icon-powerpoint.svg) no-repeat right bottom; }

.opr-resource-pdf {
  background: transparent url(../themes/hodder_newgen/images/icon-pdf.svg) no-repeat right bottom; }

.opr-resource-activity {
  background: transparent url(../themes/hodder_newgen/images/icon-activity.svg) no-repeat right bottom; }

.opr-resource-other {
  background: transparent url(../themes/hodder_newgen/images/icon-activity.svg) no-repeat right bottom; }

ul.customToc li {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  outline-offset: initial; }

.opr-fxl-pagination-content .opr-zoom-dropdown, .opr-toolbox-wrapper .dropdown-content {
  min-width: 140px; }

.opr-fxl-pagination-content .opr-zoom-dropdown .zoom_label, .opr-toolbox-wrapper .dropdown-content label.zoom_label {
  font-size: 12px;
  color: #4B4B4B;
  font-weight: normal;
  margin-right: 5px; }

.opr-hide-header .opr-fxl-pagination-content {
  max-width: max-content; }

.dualfxl ul.customToc li.opr-list-view .opr-enrichList .thumbResourceIcon, .dualfxl ul.customToc li.opr-list-view .opr-enrichList .opr-resourceLink, .dualfxl #enrichments-resources-body ul.customToc li.opr-list-view, .dualfxl ul.customToc li.opr-list-view .opr-enrichList {
  cursor: pointer; }

#enrichments-resources-header .OPDropdown-menuContainer {
  width: 100%;
  margin-left: 0; }

.dualfxl ul.customToc li.opr-list-view .opr-enrichList .opr-resourceLink:hover {
  text-decoration: underline; }

.disabled-Logo {
  opacity: 1;
  cursor: default !important;
  pointer-events: none; }

/* Take a tour popup css start */
.opr-tour-popup {
  top: 0 !important;
  width: 480px;
  height: 190px;
  padding: 20px 15px 15px 25px; }
  .opr-tour-popup .opr-tour-popup-header h1 {
    margin: 0;
    font-family: 'montserratsemibold'; }
  .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-top: 20px;
    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 */
#enrichments-resources-body ul.customToc li.opr-list-view .opr-enrichList .enrich-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #EBEBEB; }

#enrichments-resources-body ul li.opr-list-view {
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px; }
  #enrichments-resources-body ul li.opr-list-view .opr-enrichList {
    display: flex;
    justify-content: center;
    align-items: center; }
    #enrichments-resources-body ul li.opr-list-view .opr-enrichList .opr-resource-type {
      position: absolute;
      width: 25px;
      right: 0;
      bottom: 0;
      height: 25px; }
    #enrichments-resources-body ul li.opr-list-view .opr-enrichList .opr-resource-text-container {
      max-width: 85%;
      min-width: 85%;
      display: flex;
      flex-direction: column;
      padding: 5px;
      min-height: 60px; }
      #enrichments-resources-body ul li.opr-list-view .opr-enrichList .opr-resource-text-container .opr-resourceLink {
        font-family: 'montserratsemibold';
        padding: 0;
        margin: 0;
        max-width: 100%; }
        #enrichments-resources-body ul li.opr-list-view .opr-enrichList .opr-resource-text-container .opr-resourceLink:hover {
          text-decoration: none; }
      #enrichments-resources-body ul li.opr-list-view .opr-enrichList .opr-resource-text-container p {
        color: #000;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 19px;
        font-size: 12px;
        padding-top: 7px; }

.customDialogbox .opr-view-setting-popup {
  height: 422px;
  width: 450px;
  max-width: 100%; }

.customDialogbox .opr-view-setting-popup .cust-dialog {
  width: 100%;
  height: 100%; }

.customDialogbox .opr-view-setting-popup .cust-dia-title {
  text-align: left; }

.opr-view-setting-popup #closePopup {
  font-size: 14px;
  right: 0;
  top: 1px;
  color: #000000; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-title {
  text-align: left;
  padding-left: 15px;
  color: #565656;
  font-size: 12px; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-text {
  text-align: left;
  color: #565656;
  line-height: 16px;
  font-size: 11px;
  padding: 15px 20px; }

.customDialogbox .opr-bold-text {
  font-weight: bold;
  color: #000;
  font-style: italic; }

.customDialogbox p {
  font-size: 11px;
  text-align: center;
  color: #565656;
  padding: 0 10px;
  line-height: 14px; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.customDialogbox .opr-view-setting-popup .cust-dialog .cust-dia-btn .btn {
  text-transform: capitalize;
  height: 24px;
  line-height: 24px;
  font-size: 11px; }

.opr-view-setting-popup .opr-display-image {
  display: flex;
  justify-content: center; }

.opr-view-setting-popup .opr-note-bold, .opr-view-setting-popup .opr-header-bold-text {
  font-weight: bold;
  color: #000; }

.contentwrapper .who-shared {
  text-transform: none; }

.customDialogbox .opr-view-setting-popup .opr-header-sync-icon:before {
  font-size: 13px;
  vertical-align: top; }

.tab-pane-contant, .slider {
  margin-bottom: 20px; }

.btn, .btn-large, .btn-flat {
  text-transform: capitalize; }

.btn:focus, .btn-large:focus, .btn-floating:focus, .btn-large:focus, .btn-flat:focus,
.btn:focus-visible, .btn-large:focus-visible, .btn-floating:focus-visible, .btn-large:focus-visible, .btn-flat:focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

.OPDropdown-label {
  text-transform: inherit;
  color: #626262; }

/*CSS fix 4/2/21*/
.opr-bookshelf-overlay-popup .opr-bookshelf-overlay-popup-img {
  display: none; }

.opr-bookshelf-overlay-popup.opr-thankyou-screen {
  padding-top: 20px;
  width: 500px;
  height: 226px; }

.opr-bookshelf-overlay-popup.opr-thankyou-screen #helpDescriptionText {
  display: none; }

.opr-help-overlay-icon {
  font-family: 'Hodder-newgen-fonts';
  speak: none !important;
  width: 40px;
  height: 39px;
  display: block;
  margin: auto;
  background: #f9f9f9;
  padding-top: 3px;
  margin-top: 11px; }
  .opr-help-overlay-icon::before {
    content: "\e90f";
    font-size: 21px;
    color: #1b4488; }

.opr-thankyou-screen .opr-bookshelf-overlay-popup-text .opr-slider-dots {
  margin-top: 15px; }

.btn-primary, .btn.btn-primary {
  background-color: #1B4488;
  background: #1B4488;
  border-color: #1B4488;
  color: #ffffff;
  text-transform: capitalize; }
  .btn-primary [disabled], .btn.btn-primary [disabled] {
    opacity: 0.8; }

.btn:hover,
.btn-large:hover,
.btn-floating:focus,
.cust-dia-btn .btn-primary:hover,
.btn-secondary:hover,
.btn.btn-default:hover {
  border-color: #2F71DF;
  background-color: #2F71DF;
  color: #fff !important; }

.cust-dia-btn .btn-primary {
  background-color: #1B4488; }

/*.btn.btn-default, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .open > .dropdown-toggle.btn-default{
    background-color:$button-secondary;
    border:$button-secondary;
    color:$color-white;
}*/
/* FOC feature porting css */
.opr-toolbox-wrapper {
  width: fit-content; }

.opr-fxl-pagination-content {
  height: 100%; }
  .opr-fxl-pagination-content a.opr-fxl-pen {
    border: none;
    font-size: 30px;
    width: 30px;
    position: relative;
    z-index: 102; }
    .opr-fxl-pagination-content a.opr-fxl-pen:before {
      content: "\e915"; }
  .opr-fxl-pagination-content a.opr-fxl-HideFoc {
    border: none;
    font-size: 20px;
    width: 30px;
    position: relative;
    z-index: 102; }
    .opr-fxl-pagination-content a.opr-fxl-HideFoc:before {
      content: "\e93a"; }
    .opr-fxl-pagination-content a.opr-fxl-HideFoc.opr-fxl-ShowFoc:before {
      content: "\e939"; }
  .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; }

/* FOC info popup css start */
.pen-tool-popup {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  width: 485px;
  top: 0 !important;
  height: fit-content;
  max-height: fit-content;
  padding: 20px; }
  .pen-tool-popup span {
    display: block; }
    .pen-tool-popup span.oprFocInfoIcon {
      background: url(../themes/hodder_newgen/images/alerticon.svg) center center no-repeat;
      background-size: 50px 50px;
      transform: rotate(180deg);
      height: 50px; }
  .pen-tool-popup p.popup-message {
    color: #333333;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 22px;
    margin: 15px 0; }
  .pen-tool-popup .show-message {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .pen-tool-popup .show-message input[type="checkbox"] + label {
      line-height: 22px;
      padding-left: 20px;
      margin-left: 0;
      color: #333;
      font-size: 13px; }

.apple-fixed-layout .noUi-target {
  right: 145px;
  left: 145px; }

.fixedLayoutContentArea {
  right: 145px;
  left: 145px;
  border: solid 1px #eaeaea;
  display: flex;
  align-items: center; }
  .fixedLayoutContentArea .page-wrap {
    border: none;
    display: flex;
    margin: 0 auto;
    width: calc(100% - 160px);
    left: 0;
    right: 0; }
  .fixedLayoutContentArea .opr-left-widgets, .fixedLayoutContentArea .opr-right-widgets {
    width: 80px;
    height: 90%;
    position: absolute;
    overflow-y: auto;
    display: none;
    flex-direction: column; }
    .fixedLayoutContentArea .opr-left-widgets ul, .fixedLayoutContentArea .opr-left-widgets li, .fixedLayoutContentArea .opr-right-widgets ul, .fixedLayoutContentArea .opr-right-widgets li {
      display: flex;
      justify-content: center;
      align-items: center; }
    .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view, .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view {
      width: 100%;
      /* Ensure ul takes full width of parent */
      flex-grow: 1;
      /* Allow ul to grow and fill the container */
      flex-direction: column; }
      .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view li, .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view li {
        margin-bottom: 10px;
        cursor: pointer;
        flex-shrink: 0; }
        .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view li:last-child, .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view li:last-child {
          margin-bottom: 0; }
        .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view li.disabled, .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view li.disabled {
          pointer-events: none; }
  .fixedLayoutContentArea .opr-right-widgets {
    right: 0; }

.opr-text-to-speech-bar {
  width: fit-content;
  width: -moz-fit-content;
  height: 60px;
  background-color: #1B4488;
  border-radius: 10px;
  align-items: center;
  padding: 0 10px;
  left: 70px;
  margin: auto; }
  .opr-text-to-speech-bar.opr-ttf-visible {
    bottom: auto; }
  .opr-text-to-speech-bar.dragLayer {
    pointer-events: auto; }
  .opr-text-to-speech-bar ul {
    display: flex; }
    .opr-text-to-speech-bar ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .opr-text-to-speech-bar ul li a {
        display: flex;
        align-items: center;
        line-height: normal;
        border-radius: 5px;
        position: relative; }
        .opr-text-to-speech-bar ul li a:before {
          display: inline-block; }
        .opr-text-to-speech-bar ul li a.opr-tts-draggable-icon, .opr-text-to-speech-bar ul li a.opr-tts-info-icon, .opr-text-to-speech-bar ul li a.opr-tts-hand-icon, .opr-text-to-speech-bar ul li a.opr-tts-pause-icon, .opr-text-to-speech-bar ul li a.opr-tts-play-icon, .opr-text-to-speech-bar ul li a.opr-tts-audio-icon, .opr-text-to-speech-bar ul li a.opr-volumepause, .opr-text-to-speech-bar ul li a.opr-tts-close-icon {
          width: auto;
          padding: 10px;
          border: none;
          float: none;
          position: relative; }
          .opr-text-to-speech-bar ul li a.opr-tts-draggable-icon:before, .opr-text-to-speech-bar ul li a.opr-tts-info-icon:before, .opr-text-to-speech-bar ul li a.opr-tts-hand-icon:before, .opr-text-to-speech-bar ul li a.opr-tts-pause-icon:before, .opr-text-to-speech-bar ul li a.opr-tts-play-icon:before, .opr-text-to-speech-bar ul li a.opr-tts-audio-icon:before, .opr-text-to-speech-bar ul li a.opr-volumepause:before, .opr-text-to-speech-bar ul li a.opr-tts-close-icon:before {
            font-size: 30px;
            color: #fff;
            padding: 0;
            font-family: 'Hodder-newgen-fonts'; }
        .opr-text-to-speech-bar ul li a.opr-tts-draggable-icon {
          cursor: move;
          padding: 10px 0px; }
          .opr-text-to-speech-bar ul li a.opr-tts-draggable-icon:before {
            content: "\e934"; }
        .opr-text-to-speech-bar ul li a.opr-tts-info-icon:before {
          content: "\e931"; }
        .opr-text-to-speech-bar ul li a.opr-tts-hand-icon:before {
          content: "\e935"; }
        .opr-text-to-speech-bar ul li a.opr-tts-play-icon:before {
          content: "\e937"; }
        .opr-text-to-speech-bar ul li a.opr-tts-pause-icon:before {
          content: "\e930"; }
        .opr-text-to-speech-bar ul li a.opr-tts-audio-icon:before {
          content: "\e92f"; }
        .opr-text-to-speech-bar ul li a.opr-tts-audio-icon.opr-volumepause:before {
          content: "\e938"; }
        .opr-text-to-speech-bar ul li a.opr-tts-close-icon:before {
          content: "\e936"; }
        .opr-text-to-speech-bar ul li a:hover, .opr-text-to-speech-bar ul li a.active {
          background-color: #DFEBFF !important; }
          .opr-text-to-speech-bar ul li a:hover:before, .opr-text-to-speech-bar ul li a.active:before {
            color: #1B4488; }
      .opr-text-to-speech-bar ul li:first-child {
        padding-left: 0; }
      .opr-text-to-speech-bar ul li:last-child {
        padding-right: 0;
        border: none; }
      .opr-text-to-speech-bar ul li span.opr-tts-audio-progress-bar {
        position: absolute;
        bottom: 50px;
        background-color: #DFEBFF;
        border-radius: 5px;
        width: 50px;
        height: 110px;
        padding: 5px 0;
        display: none;
        justify-content: center;
        align-items: center; }
        .opr-text-to-speech-bar ul li span.opr-tts-audio-progress-bar input[type=range] {
          transform: rotate(270deg);
          width: 100px;
          height: 10px;
          margin-top: 30%;
          border-radius: 5px; }
          .opr-text-to-speech-bar ul li span.opr-tts-audio-progress-bar input[type=range]::-webkit-slider-thumb {
            height: 20px;
            width: 20px;
            background: #fff;
            margin-top: -9px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
          .opr-text-to-speech-bar ul li span.opr-tts-audio-progress-bar input[type=range]::-moz-range-thumb {
            height: 20px;
            width: 20px;
            background: #fff;
            margin-top: -9px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
      .opr-text-to-speech-bar ul li.showVolume span.opr-tts-audio-progress-bar {
        display: flex; }

.tts_audio_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 101; }

/*primary theme css update start*/
.primaryTheme #below-navbar {
  top: 0; }
.primaryTheme .st-pusher {
  left: 0;
  top: 0; }
.primaryTheme .fixedLayoutContentArea {
  top: 80px;
  right: 125px;
  left: 125px; }
  .primaryTheme .fixedLayoutContentArea .next-div {
    right: -65px;
    top: auto;
    bottom: 0;
    margin: 0; }
    .primaryTheme .fixedLayoutContentArea .next-div button {
      background-color: #1B4388;
      border-radius: 10px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      padding: 3px 10px 10px;
      height: 60px;
      width: 60px; }
      .primaryTheme .fixedLayoutContentArea .next-div button.next-page-button:before {
        content: "\e917";
        color: #fff;
        display: inline-flex;
        font-family: 'Hodder-newgen-fonts'; }
      .primaryTheme .fixedLayoutContentArea .next-div button.next-page-button:after {
        content: "Next";
        color: #fff;
        font-size: 14px;
        display: inline-flex;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .primaryTheme .fixedLayoutContentArea .next-div button:hover {
        background-color: #2f71df; }
  .primaryTheme .fixedLayoutContentArea .previous-div {
    left: -65px;
    top: auto;
    bottom: 0;
    margin: 0; }
    .primaryTheme .fixedLayoutContentArea .previous-div button {
      background-color: #1B4388;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px 10px 3px;
      height: 60px;
      width: 60px; }
      .primaryTheme .fixedLayoutContentArea .previous-div button.prev-page-button:before {
        content: "\e917";
        font-family: 'Hodder-newgen-fonts';
        color: #fff;
        display: inline-flex;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .primaryTheme .fixedLayoutContentArea .previous-div button.prev-page-button:after {
        content: "Prev";
        color: #fff;
        font-size: 14px;
        display: inline-flex; }
      .primaryTheme .fixedLayoutContentArea .previous-div button:hover {
        background-color: #2f71df; }
.primaryTheme .opr-primary-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 1;
  position: relative;
  padding: 10px 20px 0; }
  .primaryTheme .opr-primary-header h1 {
    flex: 1;
    background-color: #A4133C;
    padding: 0 20px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    border-radius: 10px;
    margin-right: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .primaryTheme .opr-primary-header button {
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 60px;
    font-size: 30px;
    height: auto;
    border-radius: 10px; }
    .primaryTheme .opr-primary-header button.opr-primary-head-close {
      position: relative;
      display: flex;
      align-items: center; }
      .primaryTheme .opr-primary-header button.opr-primary-head-close:before {
        content: "\e91f";
        display: inline-flex;
        margin-right: 15px;
        font-size: 24px; }
      .primaryTheme .opr-primary-header button.opr-primary-head-close:focus {
        outline: 1px dotted #212121;
        outline: 5px auto -webkit-focus-ring-color;
        text-decoration: none; }
.primaryTheme .opr-primary-toc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .primaryTheme .opr-primary-toc.show {
    display: flex !important; }
  .primaryTheme .opr-primary-toc.fade {
    opacity: 1; }
    .primaryTheme .opr-primary-toc.fade:not(.show) {
      opacity: 0; }
  .primaryTheme .opr-primary-toc .modal-dialog-centered {
    max-width: 790px;
    width: 95%;
    display: flex;
    max-height: 500px;
    margin: auto; }
    .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content {
      border-radius: 10px;
      padding: 0;
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      outline: 0; }
      .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
        background-color: #F3F3F3; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-header .modal-title {
          font-size: 28px;
          font-family: 'open_sansbold';
          color: #4F78B9; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-header .close {
          color: #707070;
          margin: 0;
          line-height: 0; }
          .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-header .close:before {
            content: "\e91f";
            font-size: 24px;
            font-family: 'Hodder-newgen-fonts'; }
      .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 20px;
        overflow-y: auto;
        margin: 10px 2px 10px 0; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body::-webkit-scrollbar {
          width: 15px !important;
          background-color: #F5F5F5;
          border-radius: 10px; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body::-webkit-scrollbar-track {
          box-shadow: inset 0 0 5px grey;
          border-radius: 10px; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body::-webkit-scrollbar-thumb {
          background: #4F78B9;
          border-radius: 10px; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
          background: #b30000; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body .opr-primary-toc-list li a {
          font-size: 24px;
          color: #707070;
          font-family: 'open_sansbold';
          padding: 15px 20px;
          border-bottom: 3px solid #E8E8E8;
          display: block; }
        .primaryTheme .opr-primary-toc .modal-dialog-centered .modal-content .modal-body .opr-primary-toc-list li:last-child a {
          border-bottom: none; }

.primary-toolbox {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  position: absolute;
  bottom: 100px;
  background-color: #fff;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%) translateY(100%); }
  .primary-toolbox ul {
    display: flex;
    flex-direction: row; }
    .primary-toolbox ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px; }
      .primary-toolbox ul li.oprTabletOnly {
        display: none;
        /*@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
            display:flex;
        }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: portrait){
            display:none;
        }
        @media only screen and (max-device-height: 600px) and (orientation: landscape){
            display:none;
        }*/ }
      .primary-toolbox ul li:first-child {
        padding: 0;
        background-color: #EEEEEE;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
      .primary-toolbox ul li button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-radius: 10px;
        border-width: 3px;
        border-style: solid;
        width: 60px;
        height: 60px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
        .primary-toolbox ul li button:before {
          display: inline-flex;
          font-size: 30px; }
        .primary-toolbox ul li button.primary-dragbtn {
          cursor: move;
          border: none;
          height: 90px;
          width: 65px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .primary-toolbox ul li button.primary-dragbtn:before {
            color: #5d5d5d;
            font-size: 40px; }
        .primary-toolbox ul li button.primary-tocbtn {
          color: #0074B5;
          border-color: #0074B5; }
          .primary-toolbox ul li button.primary-tocbtn:before {
            color: #0074B5;
            font-size: 40px; }
          .primary-toolbox ul li button.primary-tocbtn:hover, .primary-toolbox ul li button.primary-tocbtn:active, .primary-toolbox ul li button.primary-tocbtn.active {
            background-color: #0074B5; }
            .primary-toolbox ul li button.primary-tocbtn:hover:before, .primary-toolbox ul li button.primary-tocbtn:active:before, .primary-toolbox ul li button.primary-tocbtn.active:before {
              color: #fff; }
        .primary-toolbox ul li button.primary-fxlTablet {
          color: #A760CF;
          border-color: #A760CF; }
          .primary-toolbox ul li button.primary-fxlTablet:before {
            color: #A760CF;
            font-size: 40px; }
          .primary-toolbox ul li button.primary-fxlTablet:hover, .primary-toolbox ul li button.primary-fxlTablet:active, .primary-toolbox ul li button.primary-fxlTablet.active {
            background-color: #A760CF; }
            .primary-toolbox ul li button.primary-fxlTablet:hover:before, .primary-toolbox ul li button.primary-fxlTablet:active:before, .primary-toolbox ul li button.primary-fxlTablet.active:before {
              color: #fff; }
        .primary-toolbox ul li button.primary-arrow {
          color: #AD101A; }
          .primary-toolbox ul li button.primary-arrow:before {
            color: #AD101A;
            font-size: 40px; }
          .primary-toolbox ul li button.primary-arrow:hover, .primary-toolbox ul li button.primary-arrow:active, .primary-toolbox ul li button.primary-arrow.active {
            background-color: #AD101A; }
            .primary-toolbox ul li button.primary-arrow:hover:before, .primary-toolbox ul li button.primary-arrow:active:before, .primary-toolbox ul li button.primary-arrow.active:before {
              color: #fff; }
        .primary-toolbox ul li button.primary-audio {
          color: #43A047;
          border-color: #43A047; }
          .primary-toolbox ul li button.primary-audio:before {
            color: #43A047;
            font-size: 40px; }
          .primary-toolbox ul li button.primary-audio:hover, .primary-toolbox ul li button.primary-audio:active, .primary-toolbox ul li button.primary-audio.active {
            background-color: #43A047; }
            .primary-toolbox ul li button.primary-audio:hover:before, .primary-toolbox ul li button.primary-audio:active:before, .primary-toolbox ul li button.primary-audio.active:before {
              color: #fff; }
        .primary-toolbox ul li button.primary-toggle {
          color: #DB1E8B; }
          .primary-toolbox ul li button.primary-toggle:before {
            color: #DB1E8B;
            font-size: 40px; }
          .primary-toolbox ul li button.primary-toggle:hover, .primary-toolbox ul li button.primary-toggle:active, .primary-toolbox ul li button.primary-toggle.active {
            background-color: #DB1E8B; }
            .primary-toolbox ul li button.primary-toggle:hover:before, .primary-toolbox ul li button.primary-toggle:active:before, .primary-toolbox ul li button.primary-toggle.active:before {
              color: #fff; }
      .primary-toolbox ul li.primary-wrap-align {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px; }
        .primary-toolbox ul li.primary-wrap-align ul li {
          padding: 0; }
          .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus {
            color: #BF5818;
            border-color: #BF5818; }
            .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:before {
              color: #BF5818;
              font-size: 40px; }
            .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:hover, .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:active, .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus.active, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:hover, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:active, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus.active {
              background-color: #BF5818; }
              .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-minus.active:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.primary-plus.active:before {
                color: #fff; }
          .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon {
            color: #BF5818; }
            .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon:before {
              color: #BF5818;
              font-size: 40px; }
            .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon:hover, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon:active, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon.active, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon:hover, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon:active, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon.active {
              background-color: #BF5818; }
              .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-single-page-icon.active:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.opr-fxl-double-page-icon.active:before {
                color: #fff; }
          .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button {
            color: #F5C600; }
            .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:before, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button:before {
              color: #F5C600;
              font-size: 40px; }
            .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:hover, .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:active, .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button.active, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button:hover, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button:active, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button.active {
              background-color: #F5C600; }
              .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button.active:before, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button:hover:before, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button:active:before, .primary-toolbox ul li.primary-wrap-align ul li button.prev-page-button.active:before {
                color: #fff; }
          .primary-toolbox ul li.primary-wrap-align ul li button.next-page-button:before {
            -webkit-transform: none;
            -ms-transform: none;
            -moz-transform: none;
            transform: none; }
          .primary-toolbox ul li.primary-wrap-align ul li:first-child {
            background-color: transparent;
            margin-right: 10px; }
      .primary-toolbox ul li.dropdown .dropdown-menu {
        border: none;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.47);
        min-width: auto;
        /*left: -78px;*/
        display: none;
        flex-direction: column; }
        .primary-toolbox ul li.dropdown .dropdown-menu:before {
          display: none; }
        .primary-toolbox ul li.dropdown .dropdown-menu:after {
          display: none; }
        .primary-toolbox ul li.dropdown .dropdown-menu li {
          padding: 0; }
          .primary-toolbox ul li.dropdown .dropdown-menu li button {
            padding: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
            color: #4F78B9; }
            .primary-toolbox ul li.dropdown .dropdown-menu li button:before {
              font-size: 40px; }
            .primary-toolbox ul li.dropdown .dropdown-menu li button.primary-audio-rewind:before {
              font-size: 32px; }
            .primary-toolbox ul li.dropdown .dropdown-menu li button:hover, .primary-toolbox ul li.dropdown .dropdown-menu li button:focus {
              background-color: transparent; }
          .primary-toolbox ul li.dropdown .dropdown-menu li span.primary-devider {
            margin: 0; }
          .primary-toolbox ul li.dropdown .dropdown-menu li:first-child {
            background-color: transparent; }
        .primary-toolbox ul li.dropdown .dropdown-menu.show {
          display: flex !important; }
          .primary-toolbox ul li.dropdown .dropdown-menu.show.openTop {
            top: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -30px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; }
          .primary-toolbox ul li.dropdown .dropdown-menu.show.openBottom {
            left: 50%;
            margin-left: -30px;
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
  .primary-toolbox.primary-vetical-view {
    left: auto;
    bottom: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: auto; }
    .primary-toolbox.primary-vetical-view ul {
      flex-direction: column; }
      .primary-toolbox.primary-vetical-view ul li {
        justify-content: center;
        padding: 15px 0 15px 0; }
        .primary-toolbox.primary-vetical-view ul li:first-child {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          padding: 0; }
        .primary-toolbox.primary-vetical-view ul li button.primary-dragbtn {
          height: 65px;
          width: 90px; }
          .primary-toolbox.primary-vetical-view ul li button.primary-dragbtn:before {
            content: "\e921"; }
        .primary-toolbox.primary-vetical-view ul li button.primary-toggle:before {
          content: "\e926"; }
        .primary-toolbox.primary-vetical-view ul li.primary-wrap-align ul li:first-child {
          margin-right: auto;
          margin-bottom: 10px; }
        .primary-toolbox.primary-vetical-view ul li.dropdown .dropdown-menu {
          flex-direction: row; }
          .primary-toolbox.primary-vetical-view ul li.dropdown .dropdown-menu li:first-child {
            background-color: transparent; }
          .primary-toolbox.primary-vetical-view ul li.dropdown .dropdown-menu.openLeft {
            left: -100%;
            top: 50%;
            margin-top: -30px;
            margin-left: -31px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .primary-toolbox.primary-vetical-view ul li.dropdown .dropdown-menu.openRight {
            left: 100%;
            top: 50%;
            margin-top: -31px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.47); }

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .device-tabbing-none .primary-toolbox {
    bottom: 200px; } }
.device-tabbing-none .primary-toolbox ul li:nth-child(3), .device-tabbing-none .primary-toolbox ul li:nth-child(6), .device-tabbing-none .primary-toolbox ul li:nth-child(7), .device-tabbing-none .primary-toolbox ul li:nth-child(8), .device-tabbing-none .primary-toolbox ul li:nth-child(9) {
  display: none; }
.device-tabbing-none .primary-toolbox ul li button {
  width: 50px;
  height: 50px; }
  .device-tabbing-none .primary-toolbox ul li button:before {
    font-size: 30px !important; }
  .device-tabbing-none .primary-toolbox ul li button.primary-dragbtn:before {
    font-size: 40px !important; }
  .device-tabbing-none .primary-toolbox ul li button.primary-tocbtn:hover {
    background-color: transparent; }
    .device-tabbing-none .primary-toolbox ul li button.primary-tocbtn:hover:before {
      color: #0074B5; }
  .device-tabbing-none .primary-toolbox ul li button.primary-audio:hover {
    background-color: transparent; }
    .device-tabbing-none .primary-toolbox ul li button.primary-audio:hover:before {
      color: #43A047; }
  .device-tabbing-none .primary-toolbox ul li button.primary-fxlTablet:hover {
    background-color: transparent; }
    .device-tabbing-none .primary-toolbox ul li button.primary-fxlTablet:hover:before {
      color: #A760CF; }
.device-tabbing-none .primary-toolbox ul li.dropdown .dropdown-menu.show.openTop, .device-tabbing-none .primary-toolbox ul li.dropdown .dropdown-menu.show.openBottom {
  margin-left: -25px; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
  .device-tabbing-none .primary-toolbox ul li.oprTabletOnly {
    display: flex; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: portrait) {
  .device-tabbing-none .primary-toolbox ul li.oprTabletOnly {
    display: none; } }
.device-tabbing-none .primary-toolbox.primary-vetical-view {
  margin-top: -150px; }
.device-tabbing-none.primaryTheme .opr-primary-header {
  padding: 15px 15px 0; }
  .device-tabbing-none.primaryTheme .opr-primary-header h1 {
    padding: 0 10px;
    font-size: 20px;
    line-height: 50px;
    margin-right: 10px; }
  .device-tabbing-none.primaryTheme .opr-primary-header button {
    padding: 0 7px;
    line-height: 50px;
    font-size: 20px; }
    .device-tabbing-none.primaryTheme .opr-primary-header button.opr-primary-head-close:before {
      margin-right: 5px;
      font-size: 18px; }
.device-tabbing-none.primaryTheme .viewer-titlebar {
  display: none; }
.device-tabbing-none .fixedLayoutContentArea {
  left: 15px;
  right: 15px; }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea {
      bottom: 100px;
      overflow: visible; } }
  .device-tabbing-none .fixedLayoutContentArea .next-div, .device-tabbing-none .fixedLayoutContentArea .previous-div {
    display: none; }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea .page-wrap {
      width: 100%; } }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea .opr-left-widgets, .device-tabbing-none .fixedLayoutContentArea .opr-right-widgets {
      width: 100%;
      height: 80px;
      bottom: -80px;
      overflow-y: hidden;
      overflow-x: auto;
      flex-direction: row; } }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view, .device-tabbing-none .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view {
      flex-direction: row; } }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view li, .device-tabbing-none .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view li {
      margin-bottom: 0;
      margin-right: 10px; } }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    .device-tabbing-none .fixedLayoutContentArea .opr-left-widgets ul.opr-outside-icons-view li:last-child, .device-tabbing-none .fixedLayoutContentArea .opr-right-widgets ul.opr-outside-icons-view li:last-child {
      margin-right: 0; } }

.primary-dragbtn:before {
  content: "\e922"; }

.primary-tocbtn:before {
  content: "\e929"; }

.primary-minus:before {
  content: "\e92a"; }

.primary-plus:before {
  content: "\e92b"; }

.primary-arrow:before {
  content: "\e920"; }

/*.primary-audio:before{
    content: "\e91e";
}*/
.primary-toggle:before {
  content: "\e927"; }

.primary-audio-rewind:before {
  content: "\e924"; }

.primary-audio-play:before {
  content: "\e92e"; }

.primary-audio-pause:before {
  content: "\e923"; }

.primary-audio-stop:before {
  content: "\e928"; }

.primary-fxlTablet:before {
  content: "\e93c"; }

.Tablet-single:before {
  content: "\e93b"; }

.primaryTheme .customDialogbox .customDialog {
  border-radius: 10px; }
  .primaryTheme .customDialogbox .customDialog .cust-dialog {
    border-radius: 10px;
    min-width: 250px; }
    .primaryTheme .customDialogbox .customDialog .cust-dialog .cust-dia-title {
      background-color: #A4133C;
      color: #fff; }
    .primaryTheme .customDialogbox .customDialog .cust-dialog .cust-dia-text {
      font-family: 'montserratsemibold'; }
.primaryTheme .btn {
  border-radius: 10px;
  min-width: 70px; }
.primaryTheme .opr-close-popup-icon {
  color: #fff;
  top: 3px; }
  .primaryTheme .opr-close-popup-icon:focus, .primaryTheme .opr-close-popup-icon:hover {
    color: #fff; }
.primaryTheme .primaryClosePopup .customDialog {
  max-width: initial; }
  .primaryTheme .primaryClosePopup .customDialog .cust-dialog {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 350px;
    min-height: 200px; }
    .primaryTheme .primaryClosePopup .customDialog .cust-dialog .cust-dia-btn {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .primaryTheme .primaryClosePopup .customDialog .cust-dialog .cust-dia-text {
      padding-top: 30px; }

.device-tabbing-none .primaryClosePopup .customDialog {
  transform: initial;
  max-width: 350px; }

/*primary theme css update end*/
.penToolWrapper {
  position: relative; }
  .penToolWrapper .pulsating-circle {
    z-index: 101 !important; }

#zoom-wrapper,
.opr-cursor-hand-wrapper {
  float: left; }

.opr-hide-header .opr-exit-fullscreen, .opr-hide-header .opr-enter-fullscreen,
.opr-fullscreen .opr-fxl-pagination-content .opr-exit-fullscreen, .opr-fullscreen .opr-fxl-pagination-content .opr-enter-fullscreen {
  margin-right: 10px; }

.pen-eye-seprator {
  display: none; }

.opr-hide-header .pen-eye-seprator,
.opr-fullscreen .pen-eye-seprator {
  display: block; }

/*Minimize popup override with another activity popup start*/
.opw-hotspot-dialog-blocker {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }

.opw-custom-popup-dialog {
  width: 454px;
  height: 220px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .opw-custom-popup-dialog {
      width: 96%; } }
  .opw-custom-popup-dialog .opw-custom-popup-header, .opw-custom-popup-dialog .opw-custom-popup-header h2 {
    color: #fff;
    font-size: 16px;
    font-family: 'montserratsemibold';
    background-color: #1B4488;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .opw-custom-popup-dialog .opw-custom-popup-content {
    padding: 0 23px;
    color: #47494d;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    display: flex !important;
    height: 118px;
    min-height: 118px;
    align-items: center;
    justify-content: center; }
    .opw-custom-popup-dialog .opw-custom-popup-content p {
      line-height: 20px; }
  .opw-custom-popup-dialog .opw-popup-action-button {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0; }

/*Minimize popup override with another activity popup end*/
@media screen and (max-width: 767px) {
  .toast {
    max-width: 80%; } }
/* Teacher only Porting from Matilda Start*/
.opr-teacher-only {
  display: block; }

.opr-teacher-only-badge:before {
  position: absolute;
  top: 0;
  right: 0;
  content: 'Teacher only';
  background-color: #949494;
  color: #fff;
  font-size: 10px;
  padding: 0 5px; }

/* Teacher only Porting from Matilda End*/
/*425G widget link with text story start*/
.opr-outsideic-device-popup {
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  width: 380px; }
  .opr-outsideic-device-popup ul li button {
    background-color: transparent;
    border: none;
    color: #656565;
    font-size: 2em;
    display: block;
    width: 100%;
    line-height: 2em; }
  .opr-outsideic-device-popup ul li:first-child {
    border-bottom: 1px solid #D5D5D5; }

.opr-backdrop-wtlinked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.2);
  display: none; }

/*425G widget link with text story end*/
.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: 7px 0; }
  .annotation-menu ul li.textToText-annotation-btn button:before {
    color: #6acbe7;
    font-family: 'OP2-fonts'; }

/*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 .15s linear;
    opacity: initial; }
    .opr-flex-modal.fade:not(.show) {
      opacity: 0; }
    .opr-flex-modal.fade .opr-modal-dialog {
      transition: transform .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: .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(.8rem - 1px);
  border-top-right-radius: calc(.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*/
/*TTT language dropdown height settled for hodder to 6 o a list start*/
.opr-ttt-title-wrap .dropdown-menu.dropdown_hodder_height {
  max-height: 210px;
  top: -100px; }

/*TTT language dropdown height settled for hodder to 6 o a list end*/
.bookmark-flag-ribbon:after {
  color: #ed5b5b; }

ul.search_data_list li {
  color: #626262; }

/*# sourceMappingURL=bookself-new.css.map */
