/*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-header-wrapper {
  min-height: 50px;
  background-color: #283D5A;
  -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: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-right: 10px;
  padding-left: 0px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: top 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: auto; }

.opr-full-page-wrapper {
  -webkit-transition: -webkit-transform 0.5s;
  transition: top 0.5s; }

.opr-fullscreen-toggle {
  display: none; }

.opr-enter-fullscreen {
  display: none; }

.st-container {
  -webkit-transition: -webkit-transform 0.5s;
  transition: top 0.5s; }

.page-leftbar {
  opacity: 1;
  transition: All .5s ease;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; }

.opr-drag-btn {
  display: none; }

.viewer-settings-modal.modal {
  width: 310px;
  right: 20px;
  flex-direction: column;
  display: flex;
  max-height: 100vh;
  overflow: auto; }
.viewer-settings-modal h2 {
  padding: 10px 15px 0 15px; }
.viewer-settings-modal .added-scroll {
  position: relative;
  flex: 1 1 auto; }

.opr-exit-fullscreen, .opr-enter-fullscreen {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  z-index: 100;
  font-size: 14px;
  color: #333333;
  background-color: #283D5A;
  padding: 10px 10px 4px 10px;
  box-shadow: 0px 1px 2px #e5e5e5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: left 0.3s;
  border: 0;
  box-shadow: none; }
  .opr-exit-fullscreen span, .opr-enter-fullscreen span {
    font-size: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px; }
  .opr-exit-fullscreen:hover, .opr-enter-fullscreen:hover {
    color: #283D5A; }
  .opr-exit-fullscreen:focus, .opr-enter-fullscreen:focus {
    background-color: #283D5A !important; }

.opr-fullscreen.apple-fixed-layout {
  overflow: hidden; }
.opr-fullscreen .opr-enter-fullscreen {
  display: none; }
.opr-fullscreen .dropdown-content {
  background: #394753; }
  .opr-fullscreen .dropdown-content li a {
    line-height: normal; }
.opr-fullscreen .st-menu-open .st-menu {
  left: -500px; }
.opr-fullscreen .st-menu-open .st-pusher {
  left: 0; }
.opr-fullscreen .opr-header-wrapper {
  top: -90px; }
.opr-fullscreen .opr-full-page-wrapper {
  top: -2px !important; }
.opr-fullscreen .st-container {
  top: -2px !important; }
.opr-fullscreen .opr-top-toggle-icon {
  opacity: 0; }
.opr-fullscreen .opr-top-toggle-icon {
  top: -25px; }
.opr-fullscreen .st-pusher {
  left: 0; }
.opr-fullscreen .page-leftbar {
  left: -100px; }
.opr-fullscreen .opr-exit-fullscreen, .opr-fullscreen .opr-enter-fullscreen {
  display: block;
  right: 15px; }
.opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon {
  margin: 13px 4px 0 0;
  line-height: 1; }
  .opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon:before {
    font-size: 24px; }
.opr-fullscreen .opr-fxl-pagination-content .opr-exit-fullscreen, .opr-fullscreen .opr-fxl-pagination-content .opr-enter-fullscreen {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  line-height: 50px;
  font-size: 14px;
  width: auto;
  display: block;
  margin-left: 10px; }
.opr-fullscreen .opr-fxl-pagination-content .opr-enter-fullscreen {
  display: none; }
.opr-fullscreen #progressBar {
  display: none; }
.opr-fullscreen .opr-fxl-pagination-content {
  margin-top: -10px; }

.opr-drag-btn {
  float: left;
  background: #2d3d4a;
  width: 29px;
  height: 100%;
  line-height: 50px;
  border-radius: 3px 0 0 3px;
  display: none;
  cursor: move; }
  .opr-drag-btn:before {
    color: #ffffff;
    font-size: 20px; }

.opr-text-to-speech-bar .opr-drag-btn {
  display: block;
  text-align: center; }

.opr-hide-header .opr-toolbox-wrapper, .opr-fullscreen .opr-toolbox-wrapper {
  position: static; }
.opr-hide-header .dropdown-content, .opr-fullscreen .dropdown-content {
  background: #394753; }
  .opr-hide-header .dropdown-content li a, .opr-fullscreen .dropdown-content li a {
    line-height: normal; }
.opr-hide-header .opr-fxl-pagination-content, .opr-fullscreen .opr-fxl-pagination-content {
  position: absolute;
  z-index: 101;
  top: 100px;
  background-color: #394753;
  width: fit-content;
  left: 50%;
  right: 0;
  margin-left: -227px;
  height: 50px;
  border-radius: 3px;
  padding: 0 10px 0 0; }
  .opr-hide-header .opr-fxl-pagination-content .opr-drag-btn, .opr-fullscreen .opr-fxl-pagination-content .opr-drag-btn {
    display: block; }
  .opr-hide-header .opr-fxl-pagination-content a, .opr-fullscreen .opr-fxl-pagination-content a {
    color: #eeeeef; }
    .opr-hide-header .opr-fxl-pagination-content a:hover, .opr-fullscreen .opr-fxl-pagination-content a:hover {
      color: #06c5ea; }
    .opr-hide-header .opr-fxl-pagination-content a.active, .opr-fullscreen .opr-fxl-pagination-content a.active {
      color: #06c5ea; }
.opr-hide-header .opr-fxl-pagination-wrapper, .opr-fullscreen .opr-fxl-pagination-wrapper {
  display: none; }
.opr-hide-header .fixedLayoutContentArea, .opr-fullscreen .fixedLayoutContentArea {
  bottom: 15px;
  top: 15px; }
.opr-hide-header .reflowLayoutContentArea, .opr-fullscreen .reflowLayoutContentArea {
  bottom: 15px; }
.opr-hide-header .pageSlider, .opr-fullscreen .pageSlider {
  opacity: 0; }
.opr-hide-header .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon, .opr-hide-header .opr-fxl-pagination-content .opr-all-icons.opr-fullscreen-toolbox-icon, .opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon, .opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-fullscreen-toolbox-icon {
  margin: 13px 4px 0 0;
  line-height: 1; }
  .opr-hide-header .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon:before, .opr-hide-header .opr-fxl-pagination-content .opr-all-icons.opr-fullscreen-toolbox-icon:before, .opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-exit-fullscreen-icon:before, .opr-fullscreen .opr-fxl-pagination-content .opr-all-icons.opr-fullscreen-toolbox-icon:before {
    font-size: 24px; }
.opr-hide-header .opr-fxl-pagination-content .opr-zoom-dropdown, .opr-fullscreen .opr-fxl-pagination-content .opr-zoom-dropdown {
  border: 1px solid #ffffff;
  line-height: normal;
  margin-top: 15px;
  transition: none; }
.opr-hide-header .opr-fxl-header-seprator, .opr-fullscreen .opr-fxl-header-seprator {
  margin: 10px 8px 0 8px; }
.opr-hide-header #progressBar, .opr-fullscreen #progressBar {
  display: none; }

.opr-fullscreen.opr-fullscreen-safari .opr-fxl-pagination-content,
.opr-fullscreen.opr-fullscreen-safari .fullscreen-settings-icon,
.opr-fullscreen.opr-fullscreen-safari {
  z-index: 0; }

.opr-hide-header.apple-fixed-layout {
  overflow: hidden; }
.opr-hide-header .opr-fxl-zoom-in + .opr-fxl-header-seprator {
  display: block; }
.opr-hide-header .opr-exit-fullscreen, .opr-hide-header .opr-enter-fullscreen {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  line-height: 50px;
  font-size: 14px;
  width: auto;
  display: block;
  margin-left: 10px; }
.opr-hide-header .opr-enter-fullscreen {
  display: block; }
.opr-hide-header .opr-exit-fullscreen {
  display: none; }
.opr-hide-header .opr-fxl-pagination-content {
  margin-left: -212px;
  margin-top: -25px;
  bottom: auto; }
.opr-hide-header .opr-header-wrapper {
  top: -70px; }
.opr-hide-header .opr-full-page-wrapper {
  top: -2px !important; }
.opr-hide-header .opr-top-toggle-icon {
  top: 0; }
.opr-hide-header .st-container {
  top: -2px !important; }
.opr-hide-header .opr-top-toggle-icon:before {
  transform: rotate(180deg);
  display: inherit; }

.opr-header-navigation {
  margin-top: 0px; }
  .opr-header-navigation.opr-user-menu > li {
    padding: 0px; }
    .opr-header-navigation.opr-user-menu > li:last-child {
      padding: 9px 4px 1px 0px; }
  .opr-header-navigation .opr-header-requestPageProof-icon {
    display: none; }

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: ''; }

input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #283D5A;
  border-bottom: 2px solid #283D5A;
  top: -1px;
  left: -4px;
  width: 10px;
  height: 17px; }

.multSelect .groupClose {
  font-size: 14px; }

.groups-checkbox-container .checkbox-custom:checked + .checkbox-custom-label:before {
  content: '';
  margin-top: 4px; }
.groups-checkbox-container .checkbox-custom + .checkbox-custom-label:before {
  margin-top: 4px; }

.opr-backto-bookshelf {
  width: 50px;
  height: 50px;
  background-color: #283D5A;
  text-align: center; }

.opr-backto-bookshelf:before {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  margin: 0 auto;
  top: 13px;
  left: 0;
  right: 0; }

.opr-breadcrumbs {
  color: #4B4B4B;
  font-size: 12px;
  max-width: 210px;
  padding-top: 17px;
  display: inline-block; }

.opr-audio-textspeech:hover:before, .opr-tts-icon:hover:before {
  color: #283D5A; }

.highlightChapter {
  background: #283D5A; }

a.previewInSearch:before, a.preview:before {
  color: #283D5A; }

.opr-audio-textspeech:before, .opr-tts-icon:before {
  color: #4B4B4B; }

.opr-header-navigation {
  display: inline-block; }
  .opr-header-navigation .opr-user-dropdown {
    top: 50px !important; }
  .opr-header-navigation > li {
    float: left; }
    .opr-header-navigation > li.open > a {
      background: #e9e9e9; }
    .opr-header-navigation > li > a, .opr-header-navigation > li > button {
      width: 40px;
      height: 50px;
      float: left;
      text-align: center;
      margin-right: 2px;
      line-height: 50px;
      -webkit-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      transition: background-color 500ms linear;
      color: #4B4B4B;
      background: transparent;
      border: 0;
      box-shadow: none;
      color: #fff; }
      .opr-header-navigation > li > a:hover, .opr-header-navigation > li > button:hover {
        color: #283D5A;
        background-color: #fff; }
      .opr-header-navigation > li > a:before, .opr-header-navigation > li > button:before {
        vertical-align: middle; }
      .opr-header-navigation > li > a.active, .opr-header-navigation > li > button.active {
        background: #e9e9e9;
        color: #283D5A; }
        .opr-header-navigation > li > a.active:hover, .opr-header-navigation > li > button.active:hover {
          color: #4B4B4B; }
    .opr-header-navigation > li:last-child a {
      margin-right: 0; }

.opr-RL-Setting-icon:before,
.opr-header-bookmark-icon:before,
.opr-header-print-icon:before,
.opr-tts-icon:before,
.opr-fullscreen-icon:before,
.opr-top-context-icon:before,
.opr-header-sync-icon:before {
  display: inline-block;
  font-size: 18px; }

.opr-RL-Setting-icon:before {
  font-size: 24px; }

.opr-header-sync-icon:before {
  font-size: 16px; }

.opr-header-group-icon {
  display: none; }
  .opr-header-group-icon:before {
    font-size: 24px; }

.opr-toolbox-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 420px;
  text-align: center;
  height: 50px; }
  .opr-toolbox-wrapper span {
    float: left; }
    .opr-toolbox-wrapper span.opr-zoom-label {
      float: none;
      letter-spacing: initial; }
    .opr-toolbox-wrapper span.opr-pagination-all-pages {
      color: #4B4B4B;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 53px; }
    .opr-toolbox-wrapper span:last-child {
      margin-right: 0; }
    .opr-toolbox-wrapper span.opr-fxl-totalPages {
      line-height: 50px; }
    .opr-toolbox-wrapper span.opr-fxl-dropdown-arrow {
      font-size: 5px;
      margin-right: 10px;
      float: right; }
      .opr-toolbox-wrapper span.opr-fxl-dropdown-arrow:before {
        transform: rotate(180deg);
        position: absolute;
        right: 3px;
        top: 8px;
        font-size: 4px; }
  .opr-toolbox-wrapper .opr-rl-pagination {
    margin-top: 16px;
    margin-right: 30px; }
    .opr-toolbox-wrapper .opr-rl-pagination span {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .opr-toolbox-wrapper .opr-rl-pagination .opr-fxl-pages.opr-content-editable {
      padding-right: 10px; }
      .opr-toolbox-wrapper .opr-rl-pagination .opr-fxl-pages.opr-content-editable input {
        height: auto;
        margin: 0; }
  .opr-toolbox-wrapper .dropdown-content {
    min-width: 90px; }
  .opr-toolbox-wrapper .opr-fxl-info-icon {
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 10px;
    color: #808080;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; }
    .opr-toolbox-wrapper .opr-fxl-info-icon.tooltipped[data-position="bottom"]:after {
      right: 0; }
    .opr-toolbox-wrapper .opr-fxl-info-icon:hover {
      color: #039BE5; }

.device-tabbing-none .opr-toolbox-wrapper {
  width: 110px; }
.device-tabbing-none .opr-left-container-top [data-position="right"]:after {
  display: none; }

.opr-fxl-pagination-wrapper {
  position: relative;
  height: 50px; }
  .opr-fxl-pagination-wrapper > span {
    position: relative;
    line-height: 52px;
    margin-top: 0px; }
  .opr-fxl-pagination-wrapper span.opr-content-editable {
    line-height: normal; }

.opr-rl-pages,
.opr-fxl-pages,
.opr-flx-toolbar-dropdown {
  border: 1px solid rgba(75, 75, 75, 0.6);
  height: 20px;
  min-width: 75px;
  margin-right: 3px;
  color: #4B4B4B;
  position: relative;
  padding: 0 21px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.opr-rl-pages {
  margin-right: 0; }

.opr-flx-toolbar-dropdown {
  min-width: 85px;
  max-width: 85px;
  text-align: left;
  padding-left: 5px;
  padding-right: 15px;
  margin-right: 10px; }

.opr-fxl-pages {
  max-width: 75px; }
  .opr-fxl-pages.opr-content-editable input {
    height: auto;
    font-size: 12px;
    margin: 0px 0 0 0;
    border: 0;
    text-align: center;
    color: #808080; }
    .opr-fxl-pages.opr-content-editable input:focus {
      border: none !important;
      box-shadow: none !important; }

.opr-fxl-pagination-content {
  height: 100%; }
  .opr-fxl-pagination-content a {
    width: 24px;
    float: left;
    line-height: 56px;
    font-size: 24px;
    color: #808080;
    height: 100%; }
    .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: #283D5A; }
    .opr-fxl-pagination-content a.opr-fxl-double-page-icon {
      width: 30px;
      font-size: 26px;
      /*line-height: 52px;*/ }
  .opr-fxl-pagination-content .opr-zoom-dropdown {
    background: transparent;
    border: 1px solid rgba(75, 75, 75, 0.6);
    height: 20px;
    font-size: 12px;
    box-shadow: none;
    min-width: 95px;
    line-height: normal;
    text-transform: none;
    position: relative;
    padding: 0 8px 0 0; }
  .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: #283D5A; }

.opr-fxl-header-seprator {
  float: left;
  height: 30px;
  background: #D5D5D5;
  width: 1px;
  margin: 10px 10px 0 10px; }

.opr-fxl-zoom-in + .opr-fxl-header-seprator {
  display: none; }

.opr-fullscreen .opr-fxl-zoom-in + .opr-fxl-header-seprator {
  display: block; }

.tooltipped[data-position="bottom"]:after {
  right: 15px; }

.dropdown-content li {
  min-height: auto; }
  .dropdown-content li > a {
    font-size: 12px;
    color: #333333;
    width: 100%;
    padding: 5px;
    /*height: 30px;
    line-height: 15px;*/ }

.body-overflow .opr-top-toggle-icon {
  display: none; }

.opr-top-toggle-icon {
  position: absolute;
  right: 20px;
  background: #283D5A;
  z-index: 100;
  width: 26px;
  height: 20px;
  top: 50px;
  border-radius: 0px 0px 5px 5px;
  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;
  border: 0; }
  .opr-top-toggle-icon:before {
    color: #808080;
    font-size: 20px;
    transition: 0.1s ease; }
  .opr-top-toggle-icon:focus {
    background-color: #283D5A; }

/*This css need to removed once we inclued bookself-common.css start*/
.opr-username-text {
  color: #969696; }

.navbar .nav > li:last-child a, .navbar .nav > li:last-child a:focus {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none; }

.navbar .nav > li:last-child a:hover, .navbar .nav > li:last-child a:focus {
  background: none; }

.opr-user-menu > .open {
  background: none; }

.opr-username-arrow {
  color: #000; }

.opr-userpic-icon {
  overflow: visible;
  width: 32px;
  height: 42px;
  text-align: left; }

.opr-userpic-icon img {
  border-radius: 100%; }

.chapter-title:hover a {
  background: transparent; }

.chapter-title:hover {
  background: #283D5A; }

#aboutbook-popup {
  max-height: 490px; }
  #aboutbook-popup .opr-close-popup-icon {
    padding: 5px; }
  #aboutbook-popup .context-menu-popup-content {
    padding: 0;
    top: 0;
    user-select: none; }
    #aboutbook-popup .context-menu-popup-content .opr-bookdetails-scroll {
      position: absolute;
      left: 0;
      right: 0;
      top: 92px;
      bottom: 0;
      overflow: hidden;
      overflow-y: auto;
      min-height: 190px;
      padding: 0px 25px 0px 25px; }
      #aboutbook-popup .context-menu-popup-content .opr-bookdetails-scroll .shorten-toggle {
        margin-left: 10px;
        text-transform: capitalize; }
      #aboutbook-popup .context-menu-popup-content .opr-bookdetails-scroll p {
        margin-bottom: 0px;
        font-size: 14px; }
      #aboutbook-popup .context-menu-popup-content .opr-bookdetails-scroll #descTxt {
        margin-bottom: 20px; }

.opr-header-navigation.opr-user-menu > li:last-child > ul.opr-user-dropdown {
  top: 70px !important; }

.opr-context-head {
  height: 190px;
  position: relative;
  overflow: hidden; }
  .opr-context-head .opr-cover-full {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-size: cover;
    background-position: center center; }
  .opr-context-head .opr-close-popup-icon:before {
    color: #fff; }
  .opr-context-head:after {
    content: '';
    background: #039BE5;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6; }
  .opr-context-head .opr-close-popup-icon {
    z-index: 1; }
  .opr-context-head .img {
    max-height: 190px;
    width: 100%;
    filter: blur(3px); }

.opr-context-content {
  position: relative;
  padding: 30px 25px 0px 25px; }
  .opr-context-content h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    margin-top: 0px; }
  .opr-context-content h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #000000;
    font-weight: 600;
    font-family: noto_sansbold, sans-serif, sans-serif; }
  .opr-context-content p {
    font-size: 12px;
    text-align: justify;
    color: #333333; }
    .opr-context-content p.opr-auth-about {
      text-align: center;
      margin-bottom: 10px;
      font-size: 14px;
      color: #333333; }
  .opr-context-content hr {
    margin: 15px 0 0 0; }
  .opr-context-content .opr-about-more {
    float: right;
    text-decoration: none;
    color: #283D5A; }

.opr-thumbimage-container {
  vertical-align: middle;
  display: table-cell;
  text-align: center; }

.opr-thumbimage {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  width: 100%;
  display: table;
  height: 158px;
  margin: 0 auto; }
  .opr-thumbimage .img {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    max-height: 158px;
    border: 1px solid #CFCFCF; }

.viewer-settings-modal h2 {
  color: #000000;
  font-size: 18px;
  background: transparent;
  font-family: noto_sansbold, sans-serif; }

.preview-text {
  color: #333333;
  background: #fafafa;
  border: 1px solid #D5D5D5;
  height: 70px;
  margin-bottom: 10px;
  font-family: noto_sansregular, sans-serif;
  padding: 0 10px; }

#viewer-settings-modal .bg-white {
  padding: 10px 15px;
  margin: 0; }

.small-font:before, .big-font:before {
  color: #4B4B4B; }

.cancel.btn-default:hover {
  background: #ebebeb;
  color: #808080; }

/**.settings-form-footer
{
	.cancel-btn
	{
		background: #808080;
		color: $color-white;
		font-size: 14px;
		padding: 0 26px;
		text-transform: capitalize;
		font-family:$font-open_sanssemibold;
		box-shadow:0 2px 2px #bdbdbd;
		height: 30px;
		&:hover{
			background: #676666;
		}
	}
	.save-btn
	{
		background: $btn-primary;
		font-size: 14px;
		padding: 0 26px;
		line-height: 30px;
		height: 30px;
		text-transform: capitalize;
		box-shadow:0 2px 2px #bdbdbd;
		font-family:$font-open_sanssemibold;
		&:hover{
			background: $btn-primary-hover;
		}
	}
}**/
.show-hide-annotations .yes-label {
  visibility: hidden; }
.show-hide-annotations .no-label {
  visibility: hidden; }
.show-hide-annotations label.show-hide-label {
  color: #333333;
  font-family: noto_sansregular, sans-serif;
  font-size: 14px;
  margin: 0; }
.show-hide-annotations .switch-labels {
  width: 34px;
  height: 14px;
  background: #92AED5;
  border: none;
  border-radius: 10px;
  right: 15px;
  top: 20px; }
  .show-hide-annotations .switch-labels input:checked ~ a {
    right: -4%; }
  .show-hide-annotations .switch-labels a {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -3px; }
    .show-hide-annotations .switch-labels a:focus {
      outline: none; }

.show-hide-annotations input[type="checkbox"] + label:before, .show-hide-annotations input[type="checkbox"]:not(.filled-in) + label:after {
  border: none;
  background: transparent;
  box-shadow: none; }

.font-range {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .font-range .op-aa-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .font-range .op-aa-wrap .small-font, .font-range .op-aa-wrap .big-font {
      width: 30px;
      position: relative;
      display: flex; }
    .font-range .op-aa-wrap .big-font {
      justify-content: end; }
  .font-range .opr-font-button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px; }
    .font-range .opr-font-button-wrap button {
      border: 1px solid #C2C2C2;
      background-color: #EBEBEB;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4B4B4B;
      width: 22px;
      height: 18px;
      margin-right: 15px;
      font-size: 18px;
      box-sizing: content-box;
      overflow: hidden; }
      .font-range .opr-font-button-wrap button:last-child {
        margin-right: 0;
        margin-left: 15px; }

.show-hide-annotations .switch-labels input:focus + .switch-light {
  box-shadow: none; }

.op_off {
  border: none !important; }
  .op_off a {
    background: #646464; }

.show-hide-annotations {
  padding: 10px 15px;
  margin: 0; }
  .show-hide-annotations .op_off.switch-labels {
    background: #ccc; }

.settings-form-footer {
  user-select: none; }

.opr-user-profile-image .opr-edit-icon-user:before {
  font-family: 'OP2-fonts', sans-serif !important; }

.device-tabbing-none .context-menu-popup {
  max-height: 500px; }

.aboutbook-clearfix .opr-context-content h4 {
  margin-bottom: 10px; }

.opr-header-navigation li:hover {
  cursor: pointer; }
  .opr-header-navigation li:hover a:hover {
    background-color: #e9e9e9; }

/*This css need to removed once we inclued bookself-common.css end*/
/*========= mobile view css update ==========*/
.opr-button-collapse {
  display: none; }

.opr-button-collapse:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  font-size: 24px; }

.opr-user-dropdown li ul li:last-child a {
  background: #015B70;
  padding: 3px 21px;
  text-transform: initial;
  font-size: 14px;
  box-shadow: none;
  border-radius: 2px; }
  .opr-user-dropdown li ul li:last-child a:hover {
    background: #283D5A; }

.switch-labels a {
  background-color: #283D5A; }

.noUi-handle {
  background: #283D5A;
  border: 1px solid #283D5A; }

.highlight-remove-btn:before {
  color: #283D5A; }

#merged-list .annotation-preview-btn.share:before {
  color: #283D5A; }

.viewer-settings-modal .scroll-range {
  padding: 10px 15px 10px;
  border-bottom: 1px solid #dfdfdf;
  flex-direction: column;
  align-items: start; }
  .viewer-settings-modal .scroll-range h6 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px; }
  .viewer-settings-modal .scroll-range .oprScrollRangeWrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column; }
    .viewer-settings-modal .scroll-range .oprScrollRangeWrap > span {
      color: #4B4B4B;
      font-size: 12px;
      width: 30px;
      display: flex; }
      .viewer-settings-modal .scroll-range .oprScrollRangeWrap > span:last-child {
        justify-content: end; }

/*  Use "desktop" for default styling, then override with tablet */
.st-content {
  background: #fff; }

.st-menu {
  position: absolute;
  top: 2px !important;
  left: -500px;
  width: 450px;
  user-select: none;
  -ms-user-select: none; }

.st-effect.st-menu {
  z-index: auto; }

.st-effect.st-menu-open .st-pusher {
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.st-effect.st-menu-open .page-leftbar {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.st-effect.st-menu-open .st-effect.st-menu {
  -webkit-transition: -webkit-transform 0.4s;
  transition: left 0.4s;
  left: 50px;
  /*background-image:url(../images/left_shadow.png);
  background-repeat:repeat-y;
  background-position: right top;*/
  border-right: 1px solid #f1eeee;
  z-index: 0; }

.st-pusher {
  left: 50px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: left 0.4s;
  z-index: auto !important; }

.st-menu-open .st-pusher {
  left: 500px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: left 0.4s; }

.st-pusher:after {
  right: 0px;
  display: none; }

.st-menu-open .reflowLayoutContentArea {
  width: auto; }

.viewer-titlebar {
  left: 10px;
  right: 10px; }

.mini-full-screen {
  right: 10px; }

.fixedLayoutContentArea {
  right: 125px;
  left: 125px;
  top: 15px;
  bottom: 25px; }

.fixedLayoutContentArea .next-div {
  right: -45px; }

.mini-full-screen {
  right: 10px; }

.pageSlider {
  right: 125px;
  left: 80px;
  bottom: 20px; }

.reflow-pagenav-add .reflowPageList {
  right: 0;
  left: 0;
  margin: auto;
  max-width: 950px;
  bottom: 20px; }
  .reflow-pagenav-add .reflowPageList .opr-pageslider-tooltip:after {
    width: 0px; }

.zoom-component {
  right: 20px; }

.zoom-component ul {
  margin-left: 0; }

/*@media(max-width:599px)
{
	.opr-fullscreen{
		.page-leftbar
		{
		&.mobileleftbar
		{
			left:-50px;
			z-index:999;
		}
	}
	}
	.page-leftbar
	{
		left:-50px;
		&.mobileleftbar
		{
		left:0px;
		display:block;
		z-index:999;
		}
	}

	#below-navbar
	{
		&.st-menu-open
		{
			top:0px!important;
		}
		.st-menu
		{
			top:0px!important;
			width:calc(100% - 50px);
			z-index:100
		}
	}

	.st-pusher
	{
	left:0;
	}
	.opr-mobile-menu
	{
		 position: absolute;
		left: 10px;
		text-align: center;
		.navbar-toggle {
		 margin-right: 0;
		}
		span
		{
		&.icon-bar {
			background: #333;
		}
		}
		button
		{
		&:focus
		{
		background: transparent;
		}
		}
	}


a.opr-all-icons.opr-toggle-mobile {
    width: 30px;
    height: 50px;
    display: inline-block;
    line-height: 55px;
}
}*/
/*upfront view css end*/
/*to override materializes default properies */
body,
.body-bg {
  background-color: transparent;
  background-image: none; }

.user-nav-blocker {
  z-index: 999; }

nav.st-menu {
  height: auto;
  line-height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }
  nav.st-menu ul li {
    float: none; }
    nav.st-menu ul li a {
      padding-left: 0px;
      font-size: inherit; }
      nav.st-menu ul li a:hover {
        background-color: transparent;
        text-decoration: none; }
    nav.st-menu ul li.OPDropdown-option a {
      display: inline-block;
      width: 100%;
      padding-right: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; }
nav span.timeStamp {
  color: #2C2B2B; }

#annotation-merged-menu.popover {
  display: inline-block;
  width: auto; }

.annotationView.modal,
#annotation-merged-menu.modal,
.annotation-menu.modal,
.bookmarkView.modal {
  z-index: 1043;
  max-height: inherit; }

.modal-overlay {
  z-index: 1042; }

.modal-overlay.merge-view-disabled {
  z-index: 1001; }

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.groups-checkbox-container [type="checkbox"]:not(:checked) {
  z-index: 1;
  left: 6px;
  pointer-events: initial; }
.groups-checkbox-container [type="checkbox"]:checked {
  z-index: 1;
  left: 6px;
  pointer-events: initial; }

.bulkshare-buttons .btn {
  line-height: 1; }

.pageSlider {
  display: none !important; }

.apple-fixed-layout .opr-exit-fullscreen {
  display: none; }

.opr-page-info {
  background: #394753;
  border-radius: 2px; }

.noUi-handle.noUi-handle-lower.noUi-active .noUi-tooltip {
  display: block; }

.noUi-horizontal .noUi-tooltip {
  bottom: 15px; }

.noUi-handle {
  position: absolute;
  bottom: 5px; }
  .noUi-handle .noUi-tooltip {
    max-width: 170px;
    position: absolute;
    color: #ffffff;
    border: none;
    display: none;
    float: left; }
    .noUi-handle .noUi-tooltip .opr-page-number {
      text-align: center;
      font-family: noto_sansregular, sans-serif;
      padding: 5px 0px; }
    .noUi-handle .noUi-tooltip .opr-page-title {
      background-color: #2D3D4A;
      padding: 10px 10px 15px 10px;
      line-height: 15px;
      font-size: 12px;
      border-radius: 0 0 5px 5px; }
      .noUi-handle .noUi-tooltip .opr-page-title .opr-topic {
        font-size: 10px;
        margin-bottom: 5px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .noUi-handle .noUi-tooltip .opr-page-title p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 20px; }

.bookmarkTemplate input {
  outline: none !important; }

.opr-content-loader {
  display: none; }

.opr-loading-feeds .opr-content-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99; }
  .opr-loading-feeds .opr-content-loader .opr-feeds-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px; }

.opr-fxltoolbar-blocker {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  display: none; }

.opr-page-leftbar {
  position: absolute;
  width: 70px;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  left: 0;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.3s; }

.highlight-annotation-btn.waves-effect {
  overflow: hidden; }
  .highlight-annotation-btn.waves-effect:active {
    overflow: visible; }
  .highlight-annotation-btn.waves-effect:hover {
    overflow: visible; }

.fixedLayoutContentArea .page-wrap {
  border: solid 1px #eaeaea; }

.checkbox-custom + .checkbox-custom-label:before {
  background: transparent; }

.opr-left-container-top ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-indent: -999999px;
  font-size: 0px;
  color: #283D5A;
  -webkit-touch-callout: none; }
  .opr-left-container-top ul li a span {
    text-indent: 0px;
    font-size: 24px;
    display: flex; }
  .opr-left-container-top ul li a.active {
    background-color: #ffffff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    .opr-left-container-top ul li a.active span {
      color: #283D5A;
      -webkit-transition: color 500ms linear;
      -ms-transition: color 500ms linear;
      transition: color 500ms linear; }
  .opr-left-container-top ul li a:hover {
    background-color: #323e48;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    .opr-left-container-top ul li a:hover span {
      color: #C5C5C5;
      -webkit-transition: color 500ms linear;
      -ms-transition: color 500ms linear;
      transition: color 500ms linear; }
.opr-left-container-top ul li:first-child a {
  margin-bottom: 0; }

#below-navbar {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  overflow: hidden;
  width: 100%; }

.sidebar-search input[type="search"] {
  height: auto;
  padding: 6px;
  font-size: 100%;
  margin: 0px;
  border: none; }
  .sidebar-search input[type="search"]:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none; }

.sidebar .nav-tabs li {
  float: left; }

.sidebar {
  top: 40px; }

.opr-sidebar {
  position: absolute;
  margin: 0 auto;
  top: 60px;
  bottom: 0;
  left: 20px;
  right: 20px; }
  .opr-sidebar.opr-sidebar-content {
    top: 80px; }
  .opr-sidebar .sidebar {
    top: 0;
    left: 0;
    right: 0; }
    .opr-sidebar .sidebar .sidebar-search {
      margin: 0px; }

.opr-annotation-feeds .tab-nav-container {
  margin-top: 15px;
  margin-bottom: 5px; }

.opr-sidebar .opr-tab-content > .active,
.opr-sidebar .opr-tab-pane-contant {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0; }

.opr-tab-content > .tab-pane {
  display: none; }

.opr-tab-content > .opr-tab-pane {
  display: none; }

.opr-tab-content > .active {
  display: block; }

.showBy {
  padding: 3px 13px; }
  .showBy.active {
    background: #283D5A; }

.tab-pane-contant {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.anno-feeds-filters {
  margin-top: 0px; }

.opr-tab-heading-wrapper {
  display: block !important;
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 1; }
  .opr-tab-heading-wrapper h2 {
    margin-top: 17px; }

.opr-tab-heading {
  font-family: noto_sansbold, sans-serif;
  font-size: 18px;
  color: #000000; }

.opr-sidebar-close {
  position: absolute;
  right: 0;
  color: #000000;
  opacity: 0.54;
  top: 15px;
  font-size: 14px; }

.opr-sidebar-close:hover {
  top: 15px;
  right: 0; }

/*accordion css start*/
.opr-toc-control {
  position: absolute;
  text-align: right;
  right: 0;
  z-index: 1;
  color: #ccc;
  top: -24px; }

.expand-all {
  color: #ccc; }

.expand-all,
.collapse-all {
  cursor: pointer;
  padding: 10px 5px;
  color: #283D5A; }

.opr-toc-control .expand-all.selected,
.opr-toc-control .collapse-all.selected,
.expand-all.disabled,
.collapse-all.disabled {
  cursor: default;
  color: #ccc; }

/*accordion css start*/
.left-container-top {
  margin-bottom: 20px;
  position: relative; }

.left-container-bottom {
  margin-bottom: 10px;
  position: relative; }

.left-container-top ul li,
.left-container-bottom ul li {
  display: block; }

.left-container-top ul li a {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #565656;
  text-decoration: none;
  line-height: normal;
  padding: 13px 0;
  font-size: 11px;
  display: block;
  cursor: pointer; }

.st-menu-open .page-leftbar {
  background: #393939; }

.st-menu-open .left-container-top ul li a:active,
.st-menu-open .left-container-top ul li a.active {
  background: #fff; }

.leftbar-icon .item-title {
  margin-top: 10px;
  display: block; }

.modal.context-menu-popup {
  z-index: 1043 !important; }

.left-container-bottom ul li {
  text-align: center; }

.glossaryTipPopUp {
  background: none;
  box-shadow: none;
  z-index: 1043;
  width: 100%;
  max-height: 100%;
  top: 0 !important; }

.left-container-bottom ul li a {
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  position: relative; }

.offscreenImg {
  text-indent: -9999px; }

/*Annotation Popup CSS*/
.opr-formfield-wrapper {
  position: relative;
  margin-bottom: 0px; }
  .opr-formfield-wrapper label {
    color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 5px;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  .opr-formfield-wrapper label:not(.label-icon).active {
    left: 0;
    -webkit-transform: translateY(-10px) scale(0.8);
    transform: translateY(-10px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }

.annotation-popup-body .edit .opr-formfield-wrapper label {
  display: none; }

#booklistDropDown {
  margin-top: 15px; }

.note-leftbadge,
.weblink-leftbadge,
.hyperlink-leftbadge,
.voice-leftbadge,
.file-leftbadge,
.highlight-leftbadge {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: flex;
  border-radius: 100%;
  position: relative;
  background-color: #283D5A;
  text-align: center;
  align-items: center;
  justify-content: center; }

.icon-badge {
  position: absolute;
  top: 6px;
  left: 18px;
  padding: 4px;
  font-size: 10px;
  font-family: noto_sansbold, sans-serif;
  background: #e76453;
  border-radius: 3px;
  line-height: 17px;
  height: 18px;
  color: #fff; }

@-moz-document url-prefix() {
  .icon-badge {
    padding-top: 3px; }

  .OPDropdown-option.selected:before {
    padding: 3px 1px; }

  .feeds-who-shared-name {
    max-width: 22%; } }
.ie10 .icon-badge {
  padding-top: 5px; }

.st-pusher {
  top: 8px; }

.opr-openapp {
  display: none; }

.opr-mobile-menu {
  display: none; }

.OPDropdown-select a {
  color: #283D5A; }

nav a {
  color: #283D5A; }

.feed-select .OPDropdown-menuContainer {
  z-index: 9999; }

.shared-link a {
  color: #4eaade; }

.opr-page-thumb img {
  width: 114px;
  height: 140px; }

.bookmarkView.modal {
  height: 225px;
  padding-bottom: 17px;
  padding-top: 17px;
  left: 0;
  right: 0;
  margin: 0;
  top: 50%;
  background: #fff;
  min-width: 450px; }
  .bookmarkView.modal .disclaimer-icon {
    display: none; }
  .bookmarkView.modal .close {
    top: -1px; }
  .bookmarkView.modal h2 {
    font-size: 20px;
    color: #333333; }
  .bookmarkView.modal .fr {
    float: right;
    margin: 20px 0 5px 0; }

.bookmarkView .close {
  top: -12px; }

.opr-pageslider-tooltip:after {
  content: '';
  background: #394753;
  position: absolute;
  height: 98%;
  width: 3px;
  top: 1px;
  right: -2px;
  z-index: -1; }

.opr-pageslider-tooltip {
  width: 170px;
  box-shadow: 0 1px 2px rgba(75, 64, 64, 0.16);
  border-radius: 2px;
  display: inline-block;
  margin-right: -2px;
  background: #394753; }

.search-clear {
  z-index: 1; }

.searchMsg {
  top: 35px;
  font-family: noto_sansregular, sans-serif; }

.reflowLayoutContentArea {
  top: 18px;
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 40px;
  max-width: 950px;
  margin: 0 auto;
  width: 100%; }

/*page next previous navigation start*/
.next-page-button:before {
  content: "\e930";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.prev-page-button:before {
  content: "\e933"; }

/*page next previous navigation end*/
.reflowPageList {
  left: 0;
  right: 0;
  max-width: 950px;
  width: 80%;
  margin: 0 auto; }

.annotationView h2 {
  padding-top: 15px; }

.apple-fixed-layout .noUi-target {
  bottom: 11px;
  position: absolute;
  right: 125px;
  left: 125px; }

.iScrollVerticalScrollbar.iScrollBothScrollbars {
  z-index: 100 !important; }

/*these css need to be removed once we start working on new theme annotation popup redesign start */
.voiceButtonsContainer {
  margin-top: 10px;
  margin-bottom: 8px; }

#editAnnotation .voiceDuration,
#previewAnnotation .voiceDuration {
  margin-top: 0; }

.bookmarkView input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  padding: inherit; }

/*these css need to be removed once we start working on new theme annotation popup redesign end */
/*==================left panel changes to override materialized css start==============*/
.sidebar .nav-tabs {
  overflow: visible;
  height: auto; }
  .sidebar .nav-tabs li {
    line-height: normal;
    height: auto;
    text-transform: none; }
    .sidebar .nav-tabs li.active a {
      background-color: #283D5A; }
      .sidebar .nav-tabs li.active a:hover, .sidebar .nav-tabs li.active a:focus {
        background-color: #283D5A; }

.tabs .tab a:hover, .tabs .tab a:focus {
  background-color: #eeeeee;
  color: #000; }
.tabs .tab a.active {
  border: 0px solid transparent;
  color: #FFF;
  background-color: #283D5A; }

.share_but:before,
.export_but:before,
.opr-user-icon:before,
.opr-teacher-icon:before,
.OPDropdown-option.selected:before {
  color: #283D5A; }

.bookmark-empty {
  color: #333333; }

.title-name,
.shared-link {
  color: #283D5A; }

@media (max-width: 1200px) {
  .reflowLayoutContentArea {
    max-width: inherit;
    width: auto; } }
.feeds-filters-box {
  color: #000; }

.feeds-filters-box [type="checkbox"]:not(:checked),
.feeds-filters-box [type="checkbox"]:checked,
.retag-popup-body [type="radio"]:not(:checked),
.retag-popup-body [type="radio"]:checked {
  opacity: 1;
  pointer-events: initial; }

#reTagModal.modal {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

#reTagModal.modal .modal-content {
  padding: 0; }

.retagInfoDialog .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

/*==================left panel changes to override materialized css end==============*/
/*================accordion Positions================*/
.viewer-nav-dialog .accordion-all {
  top: 127px; }

.viewer-nav-dialog .has-retag .accordion-all,
.viewer-nav-dialog .no-group-b-retag .accordion-all {
  top: 165px; }

/*================accordion Positions================*/
/*Bookmarks*/
.toc-header-div > div {
  color: #999999;
  font-family: open_sanssemibold;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 6px; }
  .toc-header-div > div.opr-bookmark-col-4 {
    position: absolute;
    right: 0; }

#bookmark-body.tab-pane-contant {
  top: 22px !important; }

.opr-bookmark-col-1,
.opr-bookmark-col-2,
.opr-bookmark-col-3,
.opr-bookmark-col-4 {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.opr-bookmark-col-1,
ul.customToc li a.bookmark-jump.opr-bookmark-col-1 {
  width: 172px;
  padding: 0; }

.opr-bookmark-col-2 {
  width: 90px;
  color: #333; }

.opr-bookmark-col-3 {
  width: 80px;
  color: #333; }

.opr-bookmark-col-4 {
  width: 60px; }

.opr-bookmark-edit {
  top: -2px;
  margin-left: 6px; }

#enrichments-body.tab-pane-contant {
  top: 110px; }

.feeds-filters-present {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .feeds-filters-present #enrichments-header.tab-pane-title {
    position: relative;
    padding-top: 0;
    top: 0;
    margin-bottom: 15px; }
    .feeds-filters-present #enrichments-header.tab-pane-title .feed-select {
      width: 188px;
      margin-right: 6px; }
      .feeds-filters-present #enrichments-header.tab-pane-title .feed-select:last-child {
        margin-right: 0; }
      .feeds-filters-present #enrichments-header.tab-pane-title .feed-select .OPDropdown {
        width: 100% !important; }

#enrichment-type-filter .OPDropdown-menuContainer {
  width: 188px;
  z-index: 99999;
  right: 0; }

.search-page-num {
  position: absolute;
  right: 9px; }

/* 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 #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: 0 20px 20px;
        overflow: hidden;
        width: 100%;
        flex: 1; }
      .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;
      display: none; }
      .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%; }
  .opr-flip-card.opr-flip-toggle .opr-flip-card-back {
    display: block; }
  .opr-flip-card.opr-flip-toggle .opr-flip-card-front {
    display: none; }

ul.opr-flashcard-list {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  /*height: 100%;*/
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px; }
  ul.opr-flashcard-list li {
    padding: 0;
    border: none; }
    ul.opr-flashcard-list li .opr-flip-toggle .opr-flip-card-inner {
      transform: rotateY(180deg); }
    ul.opr-flashcard-list li:first-child {
      margin-top: 10px; }
    ul.opr-flashcard-list li:last-child {
      margin-bottom: 10px; }

.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: 0;
    line-height: normal; }
    .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play {
      position: relative;
      height: 20px;
      width: 20px;
      background: #283D5A;
      border-radius: 100%;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      margin-top: 15px; }
      .opr-annotation-flashcard .opr-chapter-topic-filter .opr-play-icons .opr-flashcard-play:before {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 1px 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: #283D5A; }
    .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: #283D5A; }
  .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box {
    padding: 0;
    background: none;
    border: none;
    flex: 1;
    margin-right: 20px; }
    .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%;
  display: flex;
  flex-direction: column; }
  .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;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto; }
    .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper {
      position: relative;
      height: 100%;
      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;
        position: relative;
        top: auto; }
      .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;
        overflow: hidden; }
        .opr-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li:first-child {
          margin-top: 0; }
        .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-flash-moreBtn-ul {
            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-flashcard-popup .opr-flashcard-popup-content .opr-content-wrapper ul li:focus {
          outline-offset: -4px; }

.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 */
/*copy control css for product start*/
.opr-copy-popup {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  width: auto;
  max-height: none; }
  .opr-copy-popup .opr-copy-dialog {
    max-width: 680px;
    min-height: auto;
    margin: 1rem auto;
    max-height: calc(100% - 2rem);
    position: relative;
    display: flex;
    width: 100%; }
    .opr-copy-popup .opr-copy-dialog .opr-copy-content {
      background-color: #ebeaea;
      -webkit-box-shadow: 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 1px solid #6e6e6e;
      width: 100%;
      padding: 0 20px;
      overflow: hidden;
      max-height: calc(100vh - 1rem);
      display: flex;
      flex-direction: column; }
      .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-head {
        height: 50px;
        padding-left: 0;
        border-bottom: none; }
        .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-head h2 {
          color: #333333;
          font-size: 18px;
          font-weight: normal;
          font-family: noto_sansbold, sans-serif; }
        .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-head .modal-close {
          color: #333333;
          font-size: 14px;
          line-height: 0px; }
      .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-popup-body {
        padding: 20px;
        background-color: #ffffff;
        position: relative;
        flex: 1 1 auto;
        overflow-y: auto; }
        .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-popup-body h3 {
          color: #333333;
          font-size: 14px;
          font-family: noto_sansbold, sans-serif;
          margin-bottom: 5px; }
          .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-popup-body h3:before {
            content: "";
            background-color: #999999;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; }
          .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-popup-body h3 label {
            color: #333333;
            font-size: 14px;
            font-family: noto_sansbold, sans-serif;
            margin-bottom: 5px; }
        .opr-copy-popup .opr-copy-dialog .opr-copy-content .opr-copy-popup-body h4 {
          color: #333333;
          font-size: 11px;
          font-weight: 700; }

.opr-copy-status {
  margin-bottom: 30px; }
  .opr-copy-status p {
    margin-bottom: 15px; }
    .opr-copy-status p:before {
      content: "";
      border-radius: 2px;
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .opr-copy-status p.opr-previous-0:before {
      background-color: #bb7a52; }
    .opr-copy-status p.opr-previous-1:before {
      background-color: #3e4f6b; }
    .opr-copy-status p.opr-previous-2:before {
      background-color: #006fc9; }
    .opr-copy-status p span {
      display: inline-block; }
      .opr-copy-status p span.opr-copy-label {
        width: 180px; }
      .opr-copy-status p span.opr-copy-data {
        font-family: noto_sansbold, sans-serif;
        text-align: right;
        width: 100px; }

.opr-copied-text {
  color: #333333;
  background-color: #fafafa;
  padding: 15px 15px 0 15px;
  font-size: 16px;
  font-family: noto_sansbold, sans-serif;
  height: 190px;
  overflow: hidden;
  overflow-y: auto;
  border: none;
  resize: none; }

.modal .opr-copy-popup-footer {
  border-bottom: none;
  background-color: transparent;
  text-align: left;
  padding: 15px 0;
  height: auto; }
  .modal .opr-copy-popup-footer .btn {
    margin: 0 5px 0 0; }
    .modal .opr-copy-popup-footer .btn:last-child {
      margin-right: 0; }

.opr-copy-message {
  color: #666666;
  width: 350px;
  font-size: 12px;
  margin-left: 25px;
  position: relative; }
  .opr-copy-message:before {
    color: #fe9e0f;
    font-size: 18px;
    position: absolute;
    left: -25px;
    top: 7px; }
  .opr-copy-message span {
    font-family: noto_sansbold, sans-serif; }

.opr-progress-bar-placeholder {
  margin: 20px 0 20px; }

/*copy control css for product end*/
.logo_icon_zoom {
  text-align: center;
  height: 50px;
  width: 50px;
  color: #333;
  display: inline-block;
  margin-left: 0px;
  position: relative; }
  .logo_icon_zoom .item-title {
    position: absolute;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    left: 50px;
    top: 5px;
    padding: 10px 15px;
    border-radius: 2px;
    display: none;
    white-space: nowrap;
    z-index: 2222; }
  .logo_icon_zoom:hover .item-title {
    display: block; }

.page-leftbar {
  position: fixed;
  width: 50px;
  background: #394753;
  left: 0;
  top: 50px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: left 0.5s;
  border: 0; }
  .page-leftbar .left-container {
    position: fixed;
    width: 50px;
    left: 0;
    top: 50px;
    bottom: 0px; }
  .page-leftbar .burger-toggle {
    display: none; }

.opr-header-navigation .sub-menu {
  margin: 0;
  padding: 0; }
  .opr-header-navigation .sub-menu li a, .opr-header-navigation .sub-menu li button {
    width: 40px;
    height: 50px;
    line-height: 55px;
    float: left;
    text-align: center;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 0; }
    .opr-header-navigation .sub-menu li a:hover, .opr-header-navigation .sub-menu li button:hover {
      background-color: #fff; }
      .opr-header-navigation .sub-menu li a:hover::before, .opr-header-navigation .sub-menu li button:hover::before {
        color: #283D5A; }
    .opr-header-navigation .sub-menu li a.opr-RL-Setting-icon:before, .opr-header-navigation .sub-menu li button.opr-RL-Setting-icon:before {
      margin-top: 12px; }
    .opr-header-navigation .sub-menu li a::before, .opr-header-navigation .sub-menu li button::before {
      color: #fff; }
.opr-header-navigation .extend-btn {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
  width: initial;
  display: none;
  border-radius: 0;
  padding-right: 15px; }
  .opr-header-navigation .extend-btn::before {
    position: absolute;
    right: 3px;
    transform: rotate(180deg);
    top: 15px; }
  .opr-header-navigation .extend-btn:hover {
    border-radius: 0; }
    .opr-header-navigation .extend-btn:hover::before {
      color: #283D5A; }

.bulkSharePopup [type="checkbox"]:not(:checked), .bulkSharePopup [type="checkbox"]:checked {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  margin: 0; }

.bulkSharePopup [type="checkbox"] + label {
  padding: 0;
  margin: 0; }
  .bulkSharePopup [type="checkbox"] + label:before, .bulkSharePopup [type="checkbox"] + label:after {
    display: none; }

.op-focus .bulkSharePopup [type="checkbox"] + label {
  outline: none; }

.bulkSharePopup .bulk-share-header [type="checkbox"] + label {
  margin: 0 5px; }

.device-tabbing-none .fixedLayoutContentArea,
.device-tabbing-none .reflowLayoutContentArea {
  left: 20px;
  right: 20px; }

.device-tabbing-none .fixedLayoutContentArea {
  bottom: 35px; }

.device-tabbing-none .opr-exit-fullscreen,
.device-tabbing-none [data-position="bottom"]:after,
.device-tabbing-none .previous-div,
.device-tabbing-none .next-div {
  display: none; }

.device-tabbing-none .annotation-menu.modal {
  margin-left: auto; }

.device-tabbing-none.opr-fullscreen .opr-fxl-pagination-content {
  display: none; }

.device-tabbing-none .viewer-settings-modal.modal {
  max-height: 315px; }

.device-tabbing-none .reflowPageList.noUi-target {
  left: 20px;
  right: 20px;
  width: auto;
  bottom: 25px; }

.device-tabbing-none.apple-fixed-layout .noUi-target {
  left: 20px;
  right: 20px;
  width: auto;
  bottom: 18px; }

.device-tabbing-none .noUi-handle .noUi-tooltip {
  bottom: 24px; }

.device-tabbing-none .noUi-horizontal .noUi-handle {
  background: transparent;
  position: absolute;
  bottom: 5px;
  padding: 16px;
  top: -15px; }

.device-tabbing-none .noUi-horizontal .noUi-handle:before {
  content: "";
  background: #039be5;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%; }

/*======================= media query for below 991 to 768 =======================*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {

}*/
@media screen and (max-width: 767px) {
  .opr-button-collapse {
    position: absolute;
    text-align: center;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    color: #333;
    font-size: 32px;
    z-index: 2;
    display: inline-block;
    display: none; }

  .page-leftbar.opr-mobileleftbar {
    left: 0px;
    top: 50px; }

  .opr-breadcrumbs {
    max-width: 100%;
    display: block;
    left: 0;
    border-bottom: 1px solid rgba(114, 114, 114, 0.1);
    margin-left: 0;
    top: 50px;
    position: absolute;
    right: 0;
    padding: 7px 0 7px 15px; }

  .viewer-titlebar,
  .next-div,
  .previous-div {
    display: none; }

  .st-pusher {
    left: 0; }

  .st-menu {
    left: 50px; }

  .device-tabbing-none .fixedLayoutContentArea,
  .device-tabbing-none .reflowLayoutContentArea {
    left: 15px;
    right: 15px; } }
@media screen and (max-width: 910px) {
  .left-container {
    overflow: auto; }

  .left-header .logo_icon_zoom {
    margin-left: 50px; }

  #helpLink {
    display: none; }

  .bulkshare-white-space {
    height: 100%;
    padding: 10px 20px; }

  .webLogoImg {
    margin-left: 60px !important; }

  .page-leftbar {
    top: 50px;
    position: static;
    /* Optional: Burger menu animation when open */ }
    .page-leftbar.open-leftbar {
      position: fixed; }
      .page-leftbar.open-leftbar .left-container {
        left: 0;
        display: block; }
    .page-leftbar .left-container {
      top: 50px;
      overflow: auto;
      left: -50px;
      display: none; }
    .page-leftbar .burger-toggle {
      background: none;
      border: none;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between;
      width: 50px;
      height: 50px;
      padding: 16px 12px;
      position: fixed;
      top: 0; }
      .page-leftbar .burger-toggle .item-title {
        top: 10px;
        position: fixed;
        z-index: 2;
        font-size: 12px;
        background-color: #333;
        color: #fff;
        padding: 10px 15px;
        border-radius: 2px;
        line-height: initial;
        left: 40px;
        display: none;
        white-space: nowrap; }
      .page-leftbar .burger-toggle:hover .item-title {
        display: block; }
    .page-leftbar .burger-icon {
      background-color: #fff;
      height: 2px;
      width: 100%;
      transition: transform 0.3s ease, opacity 0.3s ease;
      border-radius: 5px; }
    .page-leftbar .burger-menu {
      display: none;
      /* initially hide the menu */ }
    .page-leftbar .burger-menu[aria-hidden="false"] {
      display: block;
      /* show the menu when it is expanded */ }
    .page-leftbar .burger-toggle.open .burger-icon:nth-child(1) {
      transform: rotate(45deg) translateY(8px);
      margin-left: 5px;
      margin-top: 2px; }
    .page-leftbar .burger-toggle.open .burger-icon:nth-child(2) {
      opacity: 0; }
    .page-leftbar .burger-toggle.open .burger-icon:nth-child(3) {
      transform: rotate(-45deg) translateY(-8px);
      margin-left: 5px;
      margin-bottom: 2px; }
    .page-leftbar .opr-left-container-top ul li a .item-title {
      left: 40px !important;
      z-index: 9999; }

  .burger-toggle {
    position: absolute; }

  #below-navbar .st-menu {
    width: calc(100% - 50px);
    z-index: 1000;
    transition: top 0.5s; }

  #below-navbar.st-menu-open .st-menu {
    top: -83px !important;
    transition: top 0.2s; }

  #below-navbar {
    top: 83px;
    overflow: visible; } }
@media screen and (max-width: 800px) {
  .opr-toolbox-wrapper .zoomWrapper .opr-zoom-dropdown {
    display: none; }
  .opr-toolbox-wrapper .zoomWrapper .opr-fxl-zoom-out.margin-right-10 {
    margin-right: 0; }

  /*   top header*/
  .opr-header-navigation {
    position: relative; }
    .opr-header-navigation .extend-btn {
      display: block;
      padding: 0 20px 0 10px;
      min-width: 65px; }
      .opr-header-navigation .extend-btn.read-more-icon::before {
        content: "\e93b";
        font-size: 20px;
        transition: 0.1s ease; }
    .opr-header-navigation .open_list .extend-btn::before {
      transform: rotate(0deg); }
    .opr-header-navigation .open_list .extend-submenu {
      display: block; }
      .opr-header-navigation .open_list .extend-submenu.read-more-icon::before {
        content: "\e93b";
        font-size: 20px;
        transition: 0.1s ease; }
    .opr-header-navigation .open_list .open_list .extend-btn::before {
      transform: rotate(0deg); }
    .opr-header-navigation .open_list .open_list .extend-submenu {
      display: flex; }
    .opr-header-navigation .open_list .extend-submenu {
      display: block;
      position: absolute;
      background-color: #283D5A;
      top: 51px;
      max-width: 200px;
      width: max-content;
      right: 45px;
      z-index: 2; }
      .opr-header-navigation .open_list .extend-submenu.sub-menu li a {
        width: 40px;
        height: 40px;
        line-height: 45px; }
    .opr-header-navigation .open_list .sub-menu li button.opr-RL-Setting-icon:before {
      margin-top: 13px; }
    .opr-header-navigation .extend-submenu {
      display: none;
      position: absolute;
      background-color: #283d5a;
      top: 51px;
      max-width: 200px;
      width: max-content;
      right: 45px;
      z-index: 2; }
      .opr-header-navigation .extend-submenu.sub-menu li a {
        width: 40px;
        height: 40px;
        line-height: 45px; }
    .opr-header-navigation .sub-menu li button.opr-RL-Setting-icon:before {
      margin-top: 13px; }

  .opr-fxl-pagination-content {
    display: flex;
    justify-content: center; }

  .viewer-settings-modal {
    top: 0 !important; }

  .opr-annotation-flashcard .opr-chapter-topic-filter .feeds-filters-box .feed-select {
    margin-bottom: 0; } }
@media screen and (max-height: 500px) {
  .opr-flashcard-popup
  .opr-flashcard-popup-content
  .opr-content-wrapper
  ul.opr-flashcard-list {
    max-height: 70vh; }

  .opr-flashcard-popup
  .opr-flashcard-popup-content
  .opr-content-wrapper
  ul
  li
  .opr-flip-card {
    height: 60vh; }

  .opr-flashcard-popup
  .opr-flashcard-popup-content
  .opr-content-wrapper
  .opr-flashcard-no {
    bottom: 3px; } }
/*@media (min-width: $minwidth) and (max-width: $maxwidth) {
    @import "tablet";
}*/
@font-face {
  font-family: 'OP2-fonts';
  src: url("../themes/cup_acd/fonts/CUP_Academics.woff?yrrn09") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.opr-all-icons:before, .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; }

#questionText, html, body {
  font-family: noto_sansregular, sans-serif !important; }

body {
  font-size: 13px; }

a {
  color: #006FCA; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-backto-bookshelf {
  background: #283D5A; }

.opr-backto-bookshelf:before, .logo_icon_zoom:before {
  font-size: 24px;
  background: url(../themes/cup_acd/images/logo_reader.svg);
  height: 37px;
  width: 32px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin: 6px auto; }

.switch-labels {
  border: none !important; }

.opr-header-navigation.opr-nav-left-icons li {
  padding: 16px 15px 15px;
  max-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: #fff;
      font-size: 12px;
      font-family: noto_sansbold, sans-serif;
      font-weight: normal; }
.opr-header-navigation li {
  float: left;
  position: relative; }
  .opr-header-navigation li a, .opr-header-navigation li button {
    float: left;
    color: #fff;
    position: relative; }
    .opr-header-navigation li a.opr-audio-textspeech:before, .opr-header-navigation li a.opr-tts-icon:before, .opr-header-navigation li button.opr-audio-textspeech:before, .opr-header-navigation li button.opr-tts-icon:before {
      color: #ffffff; }
    .opr-header-navigation li a.opr-audio-textspeech:hover:before, .opr-header-navigation li a.opr-tts-icon:hover:before, .opr-header-navigation li button.opr-audio-textspeech:hover:before, .opr-header-navigation li button.opr-tts-icon:hover:before {
      color: #283D5A; }
    .opr-header-navigation li a.active, .opr-header-navigation li button.active {
      color: #4B4B4B; }
      .opr-header-navigation li a.active.opr-tts-icon:before, .opr-header-navigation li button.active.opr-tts-icon:before {
        color: #ffffff; }
      .opr-header-navigation li a.active.opr-tts-icon:hover:before, .opr-header-navigation li button.active.opr-tts-icon:hover:before {
        color: #283D5A; }
    .opr-header-navigation li a .item-title, .opr-header-navigation li button .item-title {
      top: 50px;
      position: absolute;
      z-index: 2;
      font-size: 12px;
      background-color: #333;
      color: #fff;
      padding: 15px;
      border-radius: 2px;
      line-height: initial;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      white-space: nowrap; }
    .opr-header-navigation li a:hover .item-title, .opr-header-navigation li button:hover .item-title {
      display: block; }
  .opr-header-navigation li.open.opr-user-wrap .opr-user-dropdown {
    display: block; }
    .opr-header-navigation li.open.opr-user-wrap .opr-user-dropdown:hover {
      background-color: #e9e9e9; }
  .opr-header-navigation li.opr-header-requestPageProof-icon {
    background: transparent;
    margin: 10px;
    display: block; }
    .opr-header-navigation li.opr-header-requestPageProof-icon a, .opr-header-navigation li.opr-header-requestPageProof-icon button {
      width: auto;
      height: auto;
      line-height: normal;
      font-size: 14px;
      color: #fff;
      padding: 5px 15px;
      border-radius: 2px;
      background: #283D5A; }
  .opr-header-navigation li .dropdown-button .item-title {
    right: 0;
    left: initial;
    transform: initial;
    z-index: 2222; }
  .opr-header-navigation li.more_less_wrapper {
    position: initial; }

.dropdown-content li {
  min-height: auto; }
  .dropdown-content li > a, .dropdown-content li > button {
    color: #4B4B4B; }
  .dropdown-content li:hover {
    background: #e9e9e9; }

#accessCodePopup-popup.add-pro-wrapper {
  max-height: 260px;
  width: 490px; }

.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: #283D5A; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #283D5A; }

.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: #283D5A; }

#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: noto_sansbold, sans-serif;
  color: #000; }

.outer-container-height, #root, #root > div {
  height: 100%; }

.device-tabbing-none .mobile-restricted-overlay {
  display: flex !important; }

.mobile-restricted-overlay p {
  line-height: 1.3; }

.backToLib a:before {
  color: #265EAC; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 1px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0; }

.btn-primary {
  background-color: #283D5A;
  border-color: #283D5A;
  text-transform: initial; }
  .btn-primary [disabled] {
    opacity: 0.8; }
  .btn-primary:focus, .btn-primary:active {
    background-color: #283D5A;
    border-color: #283D5A; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #006FCA;
    border-color: #006FCA; }

.btn-secondary:focus, .btn-secondary:active {
  background-color: #f18d2b;
  border-color: #f18d2b; }
.btn-secondary:hover {
  color: #ffffff;
  background-color: #006FCA;
  border-color: #006FCA; }

.btn-third:focus, .btn-third:active {
  background-color: #797b7c;
  border-color: #797b7c; }
.btn-third:hover {
  color: #ffffff;
  background-color: #006FCA;
  border-color: #006FCA; }

input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: #283D5A; }

.groups-row h4 {
  color: #283D5A; }

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]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #283D5A;
  box-shadow: 0 1px 0 0 #283D5A; }

.next-page-button:hover:before, .prev-page-button:hover:before {
  color: #283D5A; }

.annotation-preview-btn.edit:before, .annotation-preview-btn.delete:before, .annotation-preview-btn.share:before {
  color: #283D5A; }

.cancel-btn {
  text-transform: capitalize; }
  .cancel-btn:hover {
    background: #ebebeb;
    color: #808080; }

.opr-hide-header .opr-fxl-pagination-content a:hover {
  color: #C5C5C5; }
.opr-hide-header .opr-fxl-pagination-content a.active {
  color: #C5C5C5; }
.opr-hide-header .opr-fxl-pagination-content .dropdown-content li.opr-zoom-level-selected a {
  color: #C5C5C5; }

ul.customToc .bookmark-toc-icon:before {
  color: #283D5A; }
ul.customToc a.navList-delete:hover:before {
  color: #283D5A; }

.noUi-connect {
  border: 1px solid #283D5A; }

.jumpTo:hover, .editBtn:hover, .deleteBtn:hover, .navList-delete:hover {
  color: #283D5A; }
  .jumpTo:hover:before, .editBtn:hover:before, .deleteBtn:hover:before, .navList-delete:hover:before {
    color: #283D5A; }

.btn {
  font-size: 14px;
  box-shadow: none;
  padding: 0 21px;
  border-radius: 3px; }
  .btn:hover {
    box-shadow: none; }
  .btn.cancel-btn, .btn.cancel {
    border: 1px solid #273C5B;
    background-color: #ffffff;
    color: #333333; }
    .btn.cancel-btn:hover, .btn.cancel:hover {
      background-color: #283D5A;
      color: #ffffff; }
    .btn.cancel-btn.btn-default, .btn.cancel.btn-default {
      color: #333333; }
      .btn.cancel-btn.btn-default:hover, .btn.cancel.btn-default:hover {
        color: #ffffff !important; }

.btn-default {
  border: 1px solid #273C5B;
  background-color: #ffffff; }
  .btn-default:hover {
    background-color: #283D5A;
    color: #ffffff;
    border: 1px solid #283D5A; }

.opr-text-to-speech-bar {
  width: fit-content; }

/*===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: #283D5A; }

.opr-all-icons.opr-plus-icon {
  background-color: #283D5A !important; }

.opr-header-wrapper {
  background-color: #283D5A; }
  .opr-header-wrapper .opr-header-right-nav {
    position: absolute;
    top: 0;
    right: 0; }

.opr-top-toggle-icon:before {
  color: #ffffff; }

.theme-specific-reader .opr-header-wrapper {
  background-color: #283D5A; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  font-size: 13px;
  color: #283D5A; }
.opr-bookself-item-wrapper .btn-flat:focus, .opr-bookself-item-wrapper .btn-flat:hover {
  color: #273C5B !important;
  background: #E6EDF8; }

.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: #006FCA; }

.embeded-href:hover {
  color: #006FCA; }

.show-hide-annotations .switch-labels {
  background: #92AED5; }
.show-hide-annotations .op_on input[type="checkbox"] + label {
  padding-left: 24px;
  width: 24px;
  height: 24px;
  line-height: normal;
  overflow: visible; }
  .show-hide-annotations .op_on input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    transform: none;
    margin: 0;
    background-color: #EBEBEB;
    top: 0;
    padding: 0; }
  .show-hide-annotations .op_on input[type="checkbox"] + label:focus {
    outline: 1px solid;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0; }
  .show-hide-annotations .op_on input[type="checkbox"] + label:focus-visible {
    outline: 1px solid;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0; }
.show-hide-annotations .op_on .checkbox-custom:checked + .checkbox-custom-label:before {
  width: 24px;
  height: 24px;
  transform: none;
  margin: 0;
  padding: 0;
  background-color: #EBEBEB;
  color: #4B4B4B;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px; }
.show-hide-annotations .op_on .checkbox-custom:focus + .checkbox-custom-label {
  outline: 1px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0; }

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-hide-header .opr-fxl-pagination-content a:hover,
.opr-hide-header .opr-fxl-pagination-content a.active {
  color: #BFBFBF; }

.opr-no-book-container .btn {
  background-color: #283D5A; }

.opr-no-book-icon {
  background: url(../themes/cup_acd/images/no-book-icon.svg) no-repeat top center;
  background-size: 179px 80px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/cup_acd/images/ic_no_result.svg) no-repeat top center;
  width: 128px;
  height: 128px; }

.add-product-access-code {
  text-align: center;
  padding-top: 45px; }
  .add-product-access-code i {
    display: block;
    margin: auto;
    font-size: 25px; }
  .add-product-access-code .activate-access-code {
    background: #283D5A;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 20px;
    max-width: 154px; }
  .add-product-access-code .re-activate-access-code {
    max-width: 154px;
    background: #4e4e4e;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 19px; }

.add-product-action-buttons {
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding-right: 15px; }
  .add-product-action-buttons button {
    border: none;
    font-size: 14px;
    padding: 3px 20px 4px 20px; }
    .add-product-action-buttons button.verify-button {
      background: #283D5A;
      color: #ffffff;
      margin-left: 6px;
      min-width: 100px;
      border: 1px solid #283D5A; }
    .add-product-action-buttons button.back-button {
      background: #ffffff;
      border: 1px solid #C5C5C5;
      color: #333333; }

.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; }
    .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; }
    .reactivation-code-box .pro-detail-info span {
      display: block;
      margin-bottom: 4px;
      font-size: 13px; }

#accessCodePopup-popup.add-pro-wrapper.reactivation-wrap {
  max-height: 365px; }
  #accessCodePopup-popup.add-pro-wrapper.reactivation-wrap .input-field {
    margin-top: 1.5rem; }
#accessCodePopup-popup.add-pro-wrapper.activation-wrap .input-field {
  margin-top: 2.5rem; }

.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: 11px;
  right: 4px;
  color: #535353; }
  .opr-context-menu-dropdown .context-info-icon {
    border: none;
    background: transparent; }
  .opr-context-menu-dropdown ul {
    position: absolute;
    top: 31px;
    min-width: 120px;
    background: #ffffff;
    z-index: 99;
    padding: 8px 8px 11px 16px;
    right: -4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
    .opr-context-menu-dropdown ul a {
      color: #333; }

.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: 6px; }

.opr-groups-badge {
  display: none; }

.dropdown-menu a {
  cursor: pointer; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  text-transform: none; }

.opr-bookshelf-add-book .accessCode {
  margin-top: 34px;
  white-space: nowrap; }

#accessCodePopup-popup .opr-popupheader-text, #accessCodePopup-popup .accessCode, .opr-bookshelf-add-book .opr-popupheader-text, .opr-bookshelf-add-book .accessCode {
  text-transform: uppercase; }

.page-leftbar {
  background: #F5F5F5; }

.opr-rl-pages, .opr-fxl-pages, .opr-flx-toolbar-dropdown, .opr-fxl-pagination-content .opr-zoom-dropdown {
  border-color: #ffffff; }

.opr-fxl-pagination-content .opr-zoom-dropdown, .opr-toolbox-wrapper span.opr-pagination-all-pages, .opr-fxl-pages.opr-content-editable input, .opr-toolbox-wrapper span.opr-zoom-label {
  color: #ffffff; }

.opr-hide-header .opr-fxl-pagination-content, .opr-fullscreen .opr-fxl-pagination-content {
  background: #283D5A; }

.opr-fullscreen .opr-exit-fullscreen .item-title {
  position: absolute;
  top: 42px;
  right: 15px;
  z-index: 2;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 2px;
  line-height: initial;
  white-space: nowrap;
  z-index: 2222; }

.apple-fixed-layout.opr-fullscreen .opr-exit-fullscreen .item-title, .apple-fixed-layout.opr-fullscreen .opr-enter-fullscreen .item-title {
  top: 50px;
  right: 10px;
  z-index: 2222; }

.opr-fullscreen .opr-fxl-pagination-content .opr-zoom-dropdown .opr-zoom-label, .opr-hide-header .opr-toolbox-wrapper .opr-zoom-label {
  color: #ffffff; }

.activate-code-note {
  font-size: 12px;
  color: #777777;
  min-width: 348px;
  margin-top: 13px;
  font-family: noto_sansregular, sans-serif;
  line-height: 13px; }
  .activate-code-note strong {
    font-family: noto_sansbold, sans-serif;
    color: #4E4E4E; }

.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; }

/*ChromeApp CSS*/
.isChromeApp .opr-context-menu-dropdown ul {
  min-width: 157px; }
  .isChromeApp .opr-context-menu-dropdown ul a {
    padding: 10px 2px;
    font-size: 13px;
    line-height: 31px; }
.isChromeApp .btn-floating.btn-large {
  width: 46px;
  height: 46px;
  line-height: 45px; }

#open-group-filter.OPDropdown ul li.OPDropdown-option a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

ul.customToc .htmlPackage-toc-icon:before, .search_htmlPackage:before {
  content: '\e96f'; }

/*hiding add members*/
.mygroups-grid-b #addMembers {
  display: none; }

.mygroups-list .group-name, .mygroups-list .group-isbn {
  color: #5d5d5d; }

.opr-toolbox-wrapper {
  width: 425px; }
  .opr-toolbox-wrapper .opr-fxl-info-icon {
    color: #ffffff; }
    .opr-toolbox-wrapper .opr-fxl-info-icon .item-title {
      top: 50px;
      position: absolute;
      z-index: 2;
      font-size: 12px;
      background-color: #333;
      color: #fff;
      padding: 15px;
      border-radius: 2px;
      line-height: initial;
      left: 50%;
      display: none;
      transform: translateX(-50%);
      white-space: nowrap;
      z-index: 2222; }
    .opr-toolbox-wrapper .opr-fxl-info-icon:hover {
      color: #ffffff; }
      .opr-toolbox-wrapper .opr-fxl-info-icon:hover .item-title {
        display: block; }
  .opr-toolbox-wrapper .zoomWrapper {
    position: relative;
    float: left; }
    .opr-toolbox-wrapper .zoomWrapper a {
      position: relative; }
      .opr-toolbox-wrapper .zoomWrapper a .item-title {
        top: 50px;
        position: absolute;
        z-index: 2;
        font-size: 12px;
        background-color: #333;
        color: #fff;
        padding: 15px;
        border-radius: 2px;
        line-height: initial;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        white-space: nowrap;
        z-index: 2222; }
      .opr-toolbox-wrapper .zoomWrapper a:hover .item-title {
        display: block; }

.opr-rl-pages,
.opr-fxl-pages,
.opr-flx-toolbar-dropdown {
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.mygroups-list .group-isbn {
  font-size: 13px; }

.opr-table-row {
  display: table-row; }

.opr-group-table .opr-group-heading .opr-table-head:first-child {
  text-align: left; }

.mygroups .btn:hover {
  color: #fff !important; }

.opr-resource-button:hover {
  color: #015B70;
  background: #e6edf8 !important; }

.opr-fxl-pages {
  max-width: 75px; }
  .opr-fxl-pages.jumbptopage {
    overflow: visible;
    position: relative; }
  .opr-fxl-pages .jumptoPageLabel {
    position: absolute;
    right: 85px;
    color: #fff;
    font-weight: normal; }

/*new changes for cup academic start*/
/*.opr-cup-title {
    color: $color-white;
    font-size: 12px;
    max-width: 350px;
    padding-top: 17px;
    display: inline-block !important;
}*/
.opr-left-container-top ul li a {
  color: #535353;
  position: relative;
  overflow: initial; }
  .opr-left-container-top ul li a .item-title {
    position: fixed;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    left: 50px;
    padding: 10px 15px;
    border-radius: 2px;
    display: none;
    white-space: nowrap;
    z-index: 2222; }
  .opr-left-container-top ul li a.active {
    background-color: #ffffff; }
    .opr-left-container-top ul li a.active span {
      color: #283D5A; }
  .opr-left-container-top ul li a:hover {
    background-color: #323e48; }
    .opr-left-container-top ul li a:hover .item-title {
      display: block; }
    .opr-left-container-top ul li a:hover span {
      color: #C5C5C5; }
    .opr-left-container-top ul li a:hover .item-title {
      display: block; }
.opr-left-container-top ul li:first-child a {
  margin-bottom: 0; }

.opr-fxl-pagination-content a {
  color: #ffffff; }
  .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: #BFBFBF; }
.opr-fxl-pagination-content .opr-bookview-tabs a {
  position: relative; }
  .opr-fxl-pagination-content .opr-bookview-tabs a .item-title {
    top: 50px;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 2px;
    line-height: initial;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
    z-index: 2222; }
.opr-fxl-pagination-content .opr-zoom-dropdown {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
.opr-fxl-pagination-content .dropdown-content li > a:hover {
  color: #283D5A; }

.opr-hide-header .opr-fxl-pagination-content a, .opr-fullscreen .opr-fxl-pagination-content a {
  color: #ffffff; }
  .opr-hide-header .opr-fxl-pagination-content a:hover, .opr-fullscreen .opr-fxl-pagination-content a:hover {
    color: #BFBFBF; }
  .opr-hide-header .opr-fxl-pagination-content a.active, .opr-fullscreen .opr-fxl-pagination-content a.active {
    color: #BFBFBF; }
.opr-hide-header .opr-fxl-pagination-content .opr-drag-btn, .opr-fullscreen .opr-fxl-pagination-content .opr-drag-btn {
  position: relative; }
  .opr-hide-header .opr-fxl-pagination-content .opr-drag-btn .item-title, .opr-fullscreen .opr-fxl-pagination-content .opr-drag-btn .item-title {
    top: 50px;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 2px;
    line-height: initial;
    left: 0;
    display: none;
    white-space: nowrap;
    z-index: 2222; }
  .opr-hide-header .opr-fxl-pagination-content .opr-drag-btn:hover .item-title, .opr-fullscreen .opr-fxl-pagination-content .opr-drag-btn:hover .item-title {
    display: block; }

.expand-all:hover, .collapse-all:hover {
  color: #006FCA; }

.context-menu-popup-scroll p a, .context-menu-popup-scroll h3 a {
  color: #006FCA; }

.context-menu-popup-scroll p a:hover, .context-menu-popup-scroll h3 a:hover {
  color: #006FCA;
  text-decoration: underline; }

.noUi-handle .noUi-tooltip {
  background: #283D5A; }
  .noUi-handle .noUi-tooltip .opr-page-info {
    background: #283D5A; }
    .noUi-handle .noUi-tooltip .opr-page-info .opr-pageslider-tooltip {
      background: #283D5A; }
      .noUi-handle .noUi-tooltip .opr-page-info .opr-pageslider-tooltip:after {
        background: #AACEFF; }
      .noUi-handle .noUi-tooltip .opr-page-info .opr-pageslider-tooltip .opr-pageslider-tooltip {
        background: #283D5A; }
  .noUi-handle .noUi-tooltip .opr-page-title {
    background: #283D5A; }

.opr-header-outer-wrapper {
  min-height: 50px;
  position: relative; }
  .opr-header-outer-wrapper div.opr-header-logo {
    margin-top: 0;
    margin-bottom: 0; }
    .opr-header-outer-wrapper div.opr-header-logo a {
      min-height: auto;
      cursor: default;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }

.opr-exit-fullscreen, .opr-enter-fullscreen {
  color: #ffffff; }
  .opr-exit-fullscreen:hover, .opr-exit-fullscreen:active, .opr-exit-fullscreen:focus, .opr-enter-fullscreen:hover, .opr-enter-fullscreen:active, .opr-enter-fullscreen:focus {
    color: #BFBFBF; }

.opr-exit-fullscreen, .opr-enter-fullscreen {
  color: #ffffff;
  /*	position: relative;*/ }
  .opr-exit-fullscreen .item-title, .opr-enter-fullscreen .item-title {
    top: 50px;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 2px;
    line-height: initial;
    display: none;
    white-space: nowrap;
    z-index: 2222; }
  .opr-exit-fullscreen:hover, .opr-exit-fullscreen:active, .opr-exit-fullscreen:focus, .opr-enter-fullscreen:hover, .opr-enter-fullscreen:active, .opr-enter-fullscreen:focus {
    color: #BFBFBF; }
    .opr-exit-fullscreen:hover .item-title, .opr-exit-fullscreen:active .item-title, .opr-exit-fullscreen:focus .item-title, .opr-enter-fullscreen:hover .item-title, .opr-enter-fullscreen:active .item-title, .opr-enter-fullscreen:focus .item-title {
      display: block; }

.opacityOne {
  opacity: 1 !important; }

/*new changes for cup academic end*/
/*Overview page css start*/
.lib-author {
  color: #535353; }

.lib-over-content .nav-tabs li {
  text-transform: none; }
  .lib-over-content .nav-tabs li a {
    color: #000000;
    opacity: .73; }
    .lib-over-content .nav-tabs li a:hover {
      color: #006FCA; }
    .lib-over-content .nav-tabs li a.active {
      color: #000000;
      opacity: .73; }

.modal-buttons .btn-secondary {
  width: auto;
  text-transform: none;
  padding: 10px 50px !important;
  background-color: #283D5A;
  font-size: 12px; }
  .modal-buttons .btn-secondary:hover {
    color: #ffffff;
    background-color: #006FCA; }

.accordion-all {
  color: #777777; }
  .accordion-all .expand-all, .accordion-all .collapse-all {
    color: #006FCA;
    font-family: noto_sansbold, sans-serif; }
    .accordion-all .expand-all.selected, .accordion-all .collapse-all.selected {
      color: #777777;
      font-family: noto_sansregular, sans-serif; }

.viewer-nav-dialog .accordion-all {
  top: 162px; }

.opr-toc-control {
  color: #777777; }
  .opr-toc-control .expand-all, .opr-toc-control .collapse-all {
    color: #006FCA;
    font-family: noto_sansbold, sans-serif; }
    .opr-toc-control .expand-all.disabled, .opr-toc-control .collapse-all.disabled {
      color: #777777;
      font-family: noto_sansregular, sans-serif; }
    .opr-toc-control .expand-all.selected, .opr-toc-control .collapse-all.selected {
      color: #777777;
      font-family: noto_sansregular, sans-serif; }

.viewer-nav-dialog {
  color: #777777; }
  .viewer-nav-dialog .feed-accordion {
    font-size: 13px; }
    .viewer-nav-dialog .feed-accordion .feeds-accordion-all {
      color: #006FCA;
      font-family: noto_sansbold, sans-serif; }
      .viewer-nav-dialog .feed-accordion .feeds-accordion-all.active {
        color: #777777;
        font-family: noto_sansregular, sans-serif; }

.lib-tabs-view.tabs {
  border-bottom: solid 1px rgba(51, 51, 51, 0.12); }

.tabs .indicator {
  background-color: #BFBFBF; }

.context-menu-popup-scroll .highlight {
  color: #006FCA; }

#txt-books-available,
.opr-sort-by-label,
.opr-sort-search-wrapper .opr-search-box input::-webkit-input-placeholder,
.opr-sort-search-wrapper .opr-sorting-container ul li a,
ul.customToc li a {
  color: #333333; }

.opr-toolbox-wrapper .opr-rl-pagination span {
  color: #fff; }

/*Overview page css end*/
/*font noto changes start*/
/*simi-bold will be consider as regular*/
.highlightChapter a, .chapter-title, .feeds-who-shared-name, .feeds-who-shared-datatype, .who-shared, .cust-dia-text, .opr-username-text {
  font-family: noto_sansregular, sans-serif; }

.shared-linkname, .title-name, .shared-link, .linkedBookTitle, .embeded-href, .who-shared span, .feeds-who-shared, .lib-header h2, .context-menu-popup-head, .context-menu-popup-scroll h3, .cust-dia-title {
  font-family: noto_sansbold, sans-serif; }

/*font noto changes start*/
/*copy control css start*/
.annotation-menu ul li.opr-copy-btn a:before {
  content: "\e974";
  margin-bottom: 3px;
  color: #ABA2F3;
  font-size: 1.3em;
  display: block; }

/*copy control css end*/
/*DR bug fixes start*/
#book-overview .downloadSize {
  display: none !important; }

#book-overview .opr_listing_widgets {
  vertical-align: middle; }

.opr-overview-img {
  position: relative; }

.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-icon-badge:before {
    vertical-align: middle;
    line-height: 30px !important; }
  .opr-library-labels.opr-label-sample-outer {
    background: rgba(58, 165, 217, 0.9); }
  .opr-library-labels.opr-book-revoked {
    background: #e84a4a; }
    .opr-library-labels.opr-book-revoked .opr-icon-badge:before {
      content: "\e951"; }
  .opr-library-labels.opr-book-outdate {
    background: #ba356a; }
  .opr-library-labels.opr-book-label-expired {
    background: red; }

.opr-header-groups-icon:before {
  font-size: 16px; }

/*DR bug fixes end*/
.next-page-button, .prev-page-button {
  padding: 0; }
  .next-page-button:before, .prev-page-button:before {
    color: #565656;
    font-size: 44px; }

.fixedLayoutContentArea .previous-div {
  left: -77px; }

.fixedLayoutContentArea .next-div {
  right: -77px; }

.search-more-li {
  background: #006FCA !important; }

button.cover-img-overlay:focus {
  background-color: rgba(0, 0, 0, 0.5);
  outline: 2px solid black;
  outline-offset: 2px; }
  button.cover-img-overlay:focus span {
    outline: 2px solid black;
    outline-offset: 2px; }

.opr-item-cover a:focus {
  outline: 2px solid black;
  outline-offset: 0px; }

.noteAccessFunc {
  margin-top: -20px;
  margin-bottom: 5px; }
  .noteAccessFunc a {
    display: inline-block;
    padding: 5px 15px 5px 30px;
    color: #333333;
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    position: relative; }
    .noteAccessFunc a:before {
      content: "\e635";
      color: #000000;
      position: absolute;
      left: 15px;
      top: 7px; }
    .noteAccessFunc a:hover {
      color: #333333;
      text-decoration: none;
      background-color: #e5e5e5; }

/*session timeout css start*/
.st-pusher {
  top: 0; }

.page-leftbar {
  -webkit-transition: -webkit-transform 0.5s;
  transition: top 0.5s; }

.opr-session-expire.theme-specific-reader .alert-danger, .opr-session-expire.theme-specific .alert-danger {
  padding: 0;
  margin: 0;
  border-radius: 0; }
  .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 42px; }
    .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert .opr-timeout-close, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert .opr-timeout-close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px; }
      .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert .opr-timeout-close:before, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert .opr-timeout-close:before {
        color: #a94442;
        text-shadow: none; }
    .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert span, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert span {
      display: flex;
      margin: 0 2px; }
    .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert .opr-time-duration, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert .opr-time-duration {
      font-family: 'noto_sansbold'; }
    .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert button, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert button {
      display: flex;
      margin-left: 5px;
      border: 1px solid #a94442;
      background-color: transparent;
      border-radius: 3px;
      padding: 3px 10px; }
      .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert button:hover, .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert button:focus, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert button:hover, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert button:focus {
        border: 1px solid #f5c6cb; }
      .opr-session-expire.theme-specific-reader .alert-danger .opr-timeout-alert button#secondaryBtn, .opr-session-expire.theme-specific .alert-danger .opr-timeout-alert button#secondaryBtn {
        margin: initial;
        background: transparent;
        color: inherit;
        margin-left: 5px;
        box-shadow: none; }
.opr-session-expire.theme-specific-reader .opr-header-wrapper, .opr-session-expire.theme-specific .opr-header-wrapper {
  top: 42px; }
.opr-session-expire.theme-specific-reader .page-leftbar, .opr-session-expire.theme-specific .page-leftbar {
  top: 42px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: top 0.5s; }
.opr-session-expire.theme-specific-reader #below-navbar, .opr-session-expire.theme-specific #below-navbar {
  top: 92px; }
  .opr-session-expire.theme-specific-reader #below-navbar .st-pusher, .opr-session-expire.theme-specific #below-navbar .st-pusher {
    top: 0; }
.opr-session-expire.theme-specific-reader .opr-top-toggle-icon, .opr-session-expire.theme-specific .opr-top-toggle-icon {
  top: 92px; }

.opr-hide-header .opr-session-expire.theme-specific-reader .opr-top-toggle-icon {
  top: 42px; }
.opr-hide-header .opr-session-expire.theme-specific-reader #below-navbar.opr-full-page-wrapper {
  top: 42px !important; }

.opr-fullscreen .opr-session-expire.theme-specific-reader .opr-top-toggle-icon {
  top: 42px; }
.opr-fullscreen .opr-session-expire.theme-specific-reader #below-navbar.opr-full-page-wrapper {
  top: 42px !important; }
.opr-fullscreen .opr-session-expire.theme-specific-reader .opr-exit-fullscreen, .opr-fullscreen .opr-session-expire.theme-specific-reader .opr-enter-fullscreen {
  top: 42px; }

/*session timeout css end*/
/* Print modal css start */
.pre-print-view-popup {
  color: black; }
  .pre-print-view-popup .customDialog {
    border-radius: 5px; }
    .pre-print-view-popup .customDialog .pre-print-title-bg {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .pre-print-view-popup .customDialog .pre-print-title-bg .close {
        font-size: 12px; }
  .pre-print-view-popup .save-cancel-btn .btn-primary {
    min-width: 152px; }

.print_des {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .print_des .print_title {
    padding: 20px; }

.print_body {
  height: 170px;
  position: relative; }
  .print_body p {
    font-size: 14px; }
  .print_body fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .print_body fieldset legend {
      font-size: 13px;
      color: #000;
      padding: 10px 20px;
      margin: 0; }
  .print_body .page_label {
    padding: 10px 20px;
    display: block; }
  .print_body .print-from-group {
    width: 100%;
    display: block;
    padding: 0 20px; }
    .print_body .print-from-group .print-form-input {
      width: 47%;
      display: inline-block; }
      .print_body .print-from-group .print-form-input.mr-2 {
        margin-right: 2%; }
      .print_body .print-from-group .print-form-input.ml-2 {
        margin-left: 2%; }
      .print_body .print-from-group .print-form-input input {
        height: 2rem; }
      .print_body .print-from-group .print-form-input label {
        color: #000;
        font-weight: normal; }

.radio-wrapper {
  margin-top: 15px; }

.custom-radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  font-weight: inherit; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5; }
    .custom-radio .checkmark:hover {
      background-color: #fff; }

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #e5e5e5; }

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #283D5A; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.custom-radio input:focus + .checkmark {
  outline: 5px auto -webkit-focus-ring-color; }

/* Print modal css End */
/*flashcard addon work css start*/
.editAnnotationCheckBox label {
  color: #000;
  font-weight: normal;
  padding-left: 30px; }

.annotation-menu ul li.flashcard-annotation-btn a:before {
  content: "\e97a"; }

.opr-flip-card .opr-flip-card-inner .opr-flip-card-front {
  flex-direction: column;
  justify-content: start; }
  .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button {
      background-color: transparent;
      border: none;
      position: relative;
      color: #333333;
      font-size: 14px;
      line-height: normal; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button.opr-deleteBtn, .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button.opr-shareBtn, .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button.opr-editBtn {
        padding: 10px; }
      .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button.opr-pageno {
        position: relative;
        float: none;
        padding: 10px;
        top: auto;
        right: auto; }
        .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul button.opr-pageno:before {
          position: relative;
          top: auto;
          right: auto; }
    .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul li:first-child, .opr-flip-card .opr-flip-card-inner .opr-flip-card-front .opr-flash-moreBtn-ul li:last-child {
      margin: 0; }

.opr-flash-moreBtn-ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center; }
  .opr-flash-moreBtn-ul button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: normal; }
    .opr-flash-moreBtn-ul button.opr-deleteBtn, .opr-flash-moreBtn-ul button.opr-shareBtn, .opr-flash-moreBtn-ul button.opr-editBtn {
      padding: 10px; }
    .opr-flash-moreBtn-ul button.opr-deleteBtn:before {
      content: "\e607"; }
    .opr-flash-moreBtn-ul button.opr-shareBtn:before {
      content: "\e612"; }
    .opr-flash-moreBtn-ul button.opr-editBtn:before {
      content: "\e960"; }
    .opr-flash-moreBtn-ul button.opr-pageno {
      position: relative;
      float: none;
      padding: 10px;
      top: auto;
      right: auto; }
      .opr-flash-moreBtn-ul button.opr-pageno:before {
        position: relative;
        top: auto;
        right: auto; }

.opr-flash-btnIcon-wrap {
  display: flex;
  width: 100%; }
  .opr-flash-btnIcon-wrap div.opr-flash-moreBtn-ul button {
    color: #283D5A; }
    .opr-flash-btnIcon-wrap div.opr-flash-moreBtn-ul button:hover, .opr-flash-btnIcon-wrap div.opr-flash-moreBtn-ul button:focus {
      color: #006FCA; }

.modalCentered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }
  .modalCentered.fade {
    transition: opacity .15s linear; }
    .modalCentered.fade.show {
      opacity: 1; }
  .modalCentered .modal-dialog {
    max-width: 500px;
    position: relative;
    width: auto;
    margin: auto; }
    .modalCentered .modal-dialog.modal-dialog-centered {
      display: flex;
      align-items: center;
      min-height: calc(100% - 1rem); }
      .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
        height: calc(100% - 1rem); }
        .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content {
          max-height: 100%;
          overflow: hidden; }
          .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content form {
            display: flex;
            flex-direction: column;
            max-height: calc(100vh - 1.5rem); }
        .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body {
          position: relative;
          flex: 1 1 auto;
          padding: 1rem;
          overflow-y: auto; }
          .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body .form-label {
            color: #000;
            font-size: 14px; }
          .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body .opr-FCswitchData {
            padding: 0.5rem 0.5rem;
            margin: 0 auto 15px;
            color: #000;
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            border: 0;
            font-size: 1.5em;
            line-height: 0px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: .7; }
            .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body .opr-FCswitchData:before {
              content: "\e97b"; }
            .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body .opr-FCswitchData:hover, .modalCentered .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body .opr-FCswitchData:focus {
              opacity: 1; }
      .modalCentered .modal-dialog.modal-dialog-centered .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 0.2rem;
        outline: 0;
        padding: 0; }
        .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header {
          display: flex;
          flex-shrink: 0;
          align-items: center;
          justify-content: space-between;
          padding: 1rem 1rem;
          border-bottom: none;
          border-top-left-radius: calc(0.3rem - 1px);
          border-top-right-radius: calc(0.3rem - 1px);
          background-color: #f5f5f5; }
          .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header .modal-title {
            font-family: noto_sansbold, sans-serif;
            text-transform: capitalize;
            font-size: 18px;
            color: rgba(0, 0, 0, 0.87); }
          .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header .btn-close {
            padding: 0.5rem 0.5rem;
            margin: -0.9rem -0.5rem -0.5rem auto;
            color: #000;
            opacity: .5;
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            border: 0;
            font-size: 2em;
            display: flex; }
            .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header .btn-close:before {
              content: "\e96d"; }
            .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header .btn-close:hover, .modalCentered .modal-dialog.modal-dialog-centered .modal-content .modal-header .btn-close:focus {
              opacity: 1; }
    .modalCentered .modal-dialog .modal-footer {
      display: flex;
      flex-wrap: wrap;
      flex-shrink: 0;
      align-items: center;
      justify-content: flex-end;
      padding: 0.75rem;
      border-bottom-right-radius: calc(0.3rem - 1px);
      border-bottom-left-radius: calc(0.3rem - 1px);
      height: auto; }
      .modalCentered .modal-dialog .modal-footer button.btn {
        margin: 0.25rem; }
        .modalCentered .modal-dialog .modal-footer button.btn + .btn {
          margin: 0.25rem; }
    .modalCentered .modal-dialog textarea {
      resize: none; }
      .modalCentered .modal-dialog textarea.form-control {
        color: #333;
        font-size: 1em;
        border: 1px solid #D5D5D5;
        border-radius: 0;
        box-shadow: none; }
        .modalCentered .modal-dialog textarea.form-control[disabled] {
          cursor: default; }

.modal-backdrop.fade.show {
  opacity: .5; }

.shareflashcard-wrap.modalCentered .modal-dialog .modal-footer {
  justify-content: center; }
.shareflashcard-wrap.modalCentered .modal-dialog .checkbox-custom-label {
  display: block; }
.shareflashcard-wrap h6 {
  color: #000; }

.popover ul#merged-list li:before {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px; }
.popover ul#merged-list li[data-type="flashcard"]:before {
  color: #006FCA;
  content: "\e97a"; }

#enrichments-body.tab-pane-contant {
  top: 80px; }

.teacherOnlyCheck #enrichments-body.tab-pane-contant {
  top: 110px; }

.opr-annotation-flashcard .opr-chapter-topic-filter {
  margin-top: 0; }

.opr-sidebar .sidebar.opr-annotation-flashcard {
  top: -20px; }

ul.opr-flashcard-list {
  top: 55px; }

/*flashcard addon work css end*/
/*help overlay css start */
/*--this change is for cupa only start--*/
#zoom-wrapper {
  float: left;
  position: relative;
  height: 100%; }
  #zoom-wrapper .opr-cursor-hand-wrapper {
    float: left;
    height: 100%; }
    #zoom-wrapper .opr-cursor-hand-wrapper a {
      position: relative; }
      #zoom-wrapper .opr-cursor-hand-wrapper a .item-title {
        top: 50px;
        position: absolute;
        z-index: 2;
        font-size: 12px;
        background-color: #333;
        color: #fff;
        padding: 15px;
        border-radius: 2px;
        line-height: initial;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        white-space: nowrap;
        z-index: 2222; }
      #zoom-wrapper .opr-cursor-hand-wrapper a:hover .item-title {
        display: block; }

.opr-fxl-pagination-content a {
  line-height: normal; }
  .opr-fxl-pagination-content a:before {
    line-height: 50px !important; }

.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%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header h1 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family: 'open_sanssemibold', sans-serif; }
  .opr-help-overlay-popup .opr-help-overlay-popup-header #closePopup {
    font-size: 12px;
    color: #000000;
    right: 0;
    top: 0; }
  .opr-help-overlay-popup .opr-help-overlay-popup-content {
    margin: 20px 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 {
    padding: 0 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;
  color: #283D5A;
  border-color: #283D5A; }
  .opr-leftBar-overlay #zoomWrapper.opr-overlay-zoomWrapper a span.opr-zoom-label, .bookshelfHelpoverlayPopup #zoomWrapper.opr-overlay-zoomWrapper a span.opr-zoom-label {
    color: #283D5A; }
.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 label, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination label, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination label, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination label {
  color: #283D5A; }
.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;
  border-color: #283D5A;
  color: #283D5A; }
  .opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination span.opr-pagination-all-pages, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination span.opr-pagination-all-pages, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination span.opr-pagination-all-pages, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination span.opr-pagination-all-pages {
    color: #283D5A; }
  .opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination span.opr-zoom-label, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination span.opr-zoom-label, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination span.opr-zoom-label, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination span.opr-zoom-label {
    color: #283D5A; }
  .opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination span.item-title, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination span.item-title, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination span.item-title, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination span.item-title {
    color: #fff; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .opr-zoom-dropdown, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .opr-zoom-dropdown, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .opr-zoom-dropdown, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .opr-zoom-dropdown {
  color: #283D5A; }
.opr-leftBar-overlay #opr-fxl-pagination-wrapper.opr-overlay-pagination .opr-fxl-pages.opr-content-editable input, .opr-leftBar-overlay #opr-rl-pagination.opr-overlay-pagination .opr-fxl-pages.opr-content-editable input, .bookshelfHelpoverlayPopup #opr-fxl-pagination-wrapper.opr-overlay-pagination .opr-fxl-pages.opr-content-editable input, .bookshelfHelpoverlayPopup #opr-rl-pagination.opr-overlay-pagination .opr-fxl-pages.opr-content-editable input {
  color: #283D5A; }
.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: 200px;
  height: 160px;
  z-index: 102;
  transform: translateX(-60%) 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;
    color: #283D5A; }
  .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;
    transform: translateX(-49%) translateY(-50%); }
.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 #opr-user-append li.opr-overlay-toolbar a, .bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar a {
    color: #283d5a; }
    .opr-leftBar-overlay #opr-user-append li.opr-overlay-toolbar a:before, .bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar a:before {
      color: #283d5a; }
  .opr-leftBar-overlay #opr-user-append li.opr-overlay-toolbar button, .bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar button {
    color: #283d5a; }
    .opr-leftBar-overlay #opr-user-append li.opr-overlay-toolbar button:before, .bookshelfHelpoverlayPopup #opr-user-append li.opr-overlay-toolbar button:before {
      color: #283d5a; }
.opr-leftBar-overlay .page-leftbar .opr-backto-bookshelf, .bookshelfHelpoverlayPopup .page-leftbar .opr-backto-bookshelf {
  background: #182536; }
.opr-leftBar-overlay .page-leftbar:before, .bookshelfHelpoverlayPopup .page-leftbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  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: -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;
    color: #283d5a; }
.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: -34px;
  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; }
.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); }

.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/cup_acd/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/cup_acd/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/cup_acd/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 .helpOverTophead {
      font-weight: 100;
      font-family: noto_sansregular, sans-serif;
      line-height: 19px;
      color: #4B4B4B;
      font-size: 14px; }
    .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: #283D5A;
        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: #006FCA;
          color: #fff; }
  .opr-bookshelf-overlay-popup.opr-thankyou-screen {
    width: 480px;
    height: auto;
    padding: 10px 20px; }
    .opr-bookshelf-overlay-popup.opr-thankyou-screen .opr-bookshelf-overlay-popup-text h1#helpHeadingText {
      padding: 0 0 10px; }

.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; }

/* 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: #283D5A;
    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; }

#promoBanner-popup {
  border-radius: 10px; }

/* Take a tour popup css end */
@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }
/*help overlay css end */
/* accessibility changes for dropdown list start */
.OPDropdown-option:before {
  display: none; }

.OPDropdown-option.selected:before, .op-dropdown .OPDropdown-option.selected:after {
  display: none; }

[type="checkbox"] + label {
  padding-left: 25px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #333;
  font-size: 13px;
  max-width: max-content; }
[type="checkbox"]:focus {
  background-color: transparent; }
  [type="checkbox"]:focus + label {
    outline: 5px auto -webkit-focus-ring-color; }

/* Override Materialize CSS checkbox focus animation */
[type="checkbox"].filled-in.tabbed:focus + label:after,
[type="checkbox"]:not(.filled-in):focus + label:after {
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important; }

.feeds-filters-box [type="checkbox"]:not(:checked),
.feeds-filters-box [type="checkbox"]:checked {
  opacity: 0;
  pointer-events: none; }

.full_screen_setting_btn.item-title {
  top: 18px;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 15px;
  border-radius: 2px;
  line-height: initial;
  right: 0;
  display: none;
  white-space: nowrap;
  z-index: 2222; }

.logo_icon_zoom {
  display: none; }

.isChromeApp .logo_icon_zoom {
  display: block; }

.webLogoImg {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 6px 9px; }

.isChromeApp .webLogoImg {
  display: none; }

input[type=text].edit-group-name {
  border: 1px solid #efefef !important;
  box-shadow: none !important;
  height: auto;
  padding: 2px 5px;
  border-radius: 3px; }

input[type=text].edit-group-name:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/*# sourceMappingURL=reader.css.map */
