/*Mixin Border Radius*/
/*Mixin flex box*/
/*Mixin transform*/
/*Mixin animation*/
/*Mixin Boxshadow*/
/* mixin for multiline */
/*  Use "desktop" for default styling, then override with tablet */
.opr-app-download-wrapper {
  background: #ffffff;
  position: relative;
  padding: 0;
  font-size: 22px;
  max-width: 500px;
  margin: auto;
  min-height: 288px; }
  .opr-app-download-wrapper p {
    padding: 0 38px; }
  .opr-app-download-wrapper ul {
    display: inline-block; }
    .opr-app-download-wrapper ul li {
      display: inline-block;
      margin-right: 3px; }
      .opr-app-download-wrapper ul li a {
        display: block;
        background: url(../images/app-icon.png) no-repeat;
        width: 126px;
        height: 45px; }
        .opr-app-download-wrapper ul li a.opr-google-play {
          background-position: left -45px; }
        .opr-app-download-wrapper ul li a.opr-desktop-reader {
          background-position: left -90px; }
  .opr-app-download-wrapper.opr-hide-panel {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    border: none;
    margin: 0px;
    opacity: 0;
    min-height: 0px; }

.opr-tab-view {
  margin: 0 -20px;
  padding: 15px 20px 15px 20px;
  background: #fafafa;
  border-bottom: solid 1px #e8e8e8;
  height: 50px;
  margin-bottom: 30px; }

.opr-close-icon {
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 15px;
  right: 17px; }

/* SCSS for Bookself Redem section*/
.opr-book-redem-section h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  font-family: open_sanssemibold, sans-serif; }
.opr-book-redem-section p {
  color: #727272;
  font-size: 14px; }
  .opr-book-redem-section p a {
    color: #3399cc;
    border: solid 1px #3ba3e1;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: open_sansbold, sans-serif;
    font-size: 12px;
    margin-top: -4px;
    margin-left: 10px; }

#txt-books-available {
  font-size: 12px;
  border-left: solid 1px #f1f1f1;
  color: #4B4B4B;
  padding-top: 1px; }

.opr-gradiant-panel {
  background: url(../images/gradiant-middle-repeat.png) repeat-x top left;
  height: 29px;
  width: 100%;
  float: left;
  display: none; }
  .opr-gradiant-panel .opr-gradiant-left {
    background: url(../images/gradiant-left.png) no-repeat top left;
    width: 99px;
    flex: 0 0 99px;
    height: 29px; }
  .opr-gradiant-panel .opr-gradiant-right {
    background: url(../images/gradiant-right.png) no-repeat top left;
    width: 99px;
    flex: 0 0 99px;
    height: 29px; }

.opr-bookshelf-wrapper {
  float: left;
  width: 100%; }

/* SCSS for Sort and Search panel Items*/
.opr-sort-search-wrapper .opr-sorting-container .open ul li:first-child {
  margin: 0; }

.opr-sort-search-wrapper {
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 99; }
  .opr-sort-search-wrapper .opr-sorting-container ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: left; }
    .opr-sort-search-wrapper .opr-sorting-container ul li a {
      color: #4B4B4B; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected {
        padding-right: 20px; }
        .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected:before {
          position: absolute;
          right: 0px;
          top: 4px;
          font-size: 12px;
          color: #7c7c7c; }
        .opr-sort-search-wrapper .opr-sorting-container ul li a.opr-sorted-selected span {
          display: inline-block;
          margin: 0 10px 0 0; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a:hover {
        background: #eeeeee;
        transition: All .5s ease;
        -webkit-transition: All .5s ease;
        -moz-transition: All .5s ease;
        -o-transition: All .5s ease; }
      .opr-sort-search-wrapper .opr-sorting-container ul li a.selected {
        background: #EEEEEE;
        color: #333; }
    .opr-sort-search-wrapper .opr-sorting-container ul li ul {
      position: absolute;
      background: #ffffff;
      min-width: 142px;
      border: solid 1px #c7c7c7;
      border-bottom: 0;
      display: none;
      right: -7px;
      top: 29px; }
      .opr-sort-search-wrapper .opr-sorting-container ul li ul li {
        display: block;
        min-height: auto; }
        .opr-sort-search-wrapper .opr-sorting-container ul li ul li a {
          padding: 7px 8px;
          display: block; }
  .opr-sort-search-wrapper .opr-sorting-container ul.open ul {
    display: block; }
  .opr-sort-search-wrapper .opr-search-box {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    height: 30px;
    margin-top: 2px;
    background: #ffffff;
    box-shadow: 0px 1px 2px #b2b2b2; }
    .opr-sort-search-wrapper .opr-search-box input {
      border: 0;
      width: 200px;
      padding-left: 16px;
      background: none;
      font-size: 12px;
      color: #727272;
      height: 30px;
      outline: none;
      -webkit-appearance: none; }
      .opr-sort-search-wrapper .opr-search-box input::-webkit-input-placeholder {
        color: #727272; }
      .opr-sort-search-wrapper .opr-search-box input::-moz-placeholder {
        color: #727272; }
      .opr-sort-search-wrapper .opr-search-box input:-ms-input-placeholder {
        color: #727272; }
    .opr-sort-search-wrapper .opr-search-box input[type=button] {
      width: 30px;
      height: 33px;
      border: none;
      background: none;
      position: relative;
      z-index: 5; }
    .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon {
      position: absolute;
      background: #fff;
      height: 30px;
      right: 0;
      top: 0px; }
      .opr-sort-search-wrapper .opr-search-box .opr-search-font-icon:before {
        position: absolute;
        color: #808080;
        font-size: 20px;
        top: 5px;
        left: 4px;
        cursor: pointer; }

.opr-wrapper {
  background: #fff; }

.opr-lib-search-clear {
  width: 14px;
  right: 29px;
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  bottom: 0; }
  .opr-lib-search-clear:before {
    top: 4px;
    position: relative; }

/* SCSS for Bookself Items*/
.opr-bookself-item-wrapper {
  width: 100%; }

.opr-bookself-item {
  float: left;
  width: 200px;
  height: 315px;
  background: #ffffff;
  margin: 0 45px 55px 0;
  text-align: left;
  padding-bottom: 39px;
  position: relative; }

.opr-item-cover {
  width: 200px;
  height: 225px;
  position: relative;
  text-align: center;
  display: table;
  padding: 25px 25px 0 25px; }
  .opr-item-cover .opr-no-book {
    display: none; }
  .opr-item-cover a {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 200px;
    position: relative;
    border: solid 1px rgba(213, 213, 213, 0.4);
    z-index: 1;
    background: #ffffff; }
  .opr-item-cover img {
    max-width: 150px;
    max-height: 200px;
    min-height: 60px; }
  .opr-item-cover.opr-nocover a {
    background: #3AA5DA; }
  .opr-item-cover.opr-nocover img {
    display: none; }
  .opr-item-cover.opr-nocover .opr-no-book {
    color: #ffffff;
    background: url(../images/no-cover-icon.png) no-repeat top center;
    padding: 54px 0 0px 0;
    display: block;
    background-size: 40px;
    background-position-y: 11px; }

.opr-library-labels .opr-icon-badge:before {
  vertical-align: middle;
  line-height: 30px !important; }

.checkbox-custom + .checkbox-custom-label:before {
  background: transparent; }

.opr-book-label {
  height: 32px;
  color: #fff;
  vertical-align: middle; }

.opr-library-labels {
  background-color: rgba(245, 109, 19, 0.85);
  position: absolute;
  bottom: 0px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  left: 0;
  right: 0;
  width: 100%;
  white-space: nowrap;
  padding-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 1; }

.opr-library-labels.opr-label-sample-outer {
  background: rgba(58, 165, 217, 0.9); }

.context-grp {
  width: 52px;
  white-space: nowrap; }

.opr-icon-badge {
  margin: 0px 8px 0 0;
  display: inline-block;
  font-size: 14px;
  color: #fff; }

.opr-item-title {
  font-family: open_sanssemibold, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.opr-item-author {
  font-size: 12px;
  color: #4B4B4B;
  line-height: normal;
  text-align: center; }

.opr-group-invite {
  color: #e76453; }

.opr-group-and-details {
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 0; }
  .opr-group-and-details li {
    display: inline-block !important;
    position: relative;
    padding-top: 0;
    line-height: normal; }
    .opr-group-and-details li:last-child:after {
      border: none; }
    .opr-group-and-details li:after {
      content: '';
      border-left: 1px solid #808080;
      position: absolute;
      right: 0;
      height: 12px;
      top: 4px; }
    .opr-group-and-details li a {
      font-size: 12px;
      color: #015B70;
      position: relative;
      font-family: open_sanssemibold, sans-serif; }
      .opr-group-and-details li a:before {
        color: #4B4B4B;
        position: absolute;
        left: 0;
        font-size: 16px; }
      .opr-group-and-details li a.opr-clickthrough-details {
        padding-left: 21px; }
      .opr-group-and-details li a.opr-clickthrough-group {
        padding-left: 24px; }
        .opr-group-and-details li a.opr-clickthrough-group:before {
          font-size: 20px;
          top: -3px; }

.opr-groups-badge {
  background: #E84A4A;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -4px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 0px 5px 1px 5px;
  left: 50px;
  z-index: 1; }

.opr-sorting-container {
  padding-top: 8px; }

.opr-book-redem-section,
.opr-bookself-item-wrapper {
  margin: auto;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1900px) {
  .opr-bookself-item:nth-of-type(7n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1672px; } }
@media (min-width: 1600px) and (max-width: 1899px) {
  .opr-bookself-item:nth-of-type(6n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1429px; } }
@media (min-width: 1367px) and (max-width: 1599px) {
  .opr-bookself-item:nth-of-type(5n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 1183px; } }
@media (min-width: 1152px) and (max-width: 1366px) {
  .opr-bookself-item:nth-of-type(4n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 939px; } }
@media (min-width: 1024px) and (max-width: 1151px) {
  .opr-bookself-item:nth-of-type(4n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 937px; } }
@media (min-width: 801px) and (max-width: 1023px) {
  .opr-bookself-item:nth-of-type(3n) {
    margin-right: 0; }

  .opr-book-redem-section,
  .opr-bookself-item-wrapper {
    max-width: 692px; }

  .opr-book-redem-section h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 124px; }

  .modal.context-menu-popup {
    min-width: 80%; }

  #txt-books-available {
    max-width: 148px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
@media (max-width: 800px) {
  .opr-bookself-item-wrapper {
    max-width: 700px; }

  .opr-bookself-item:nth-of-type(3n) {
    margin-right: 0 !important; }

  .opr-download-platform .opr-column {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: auto; }

  .opr-book-redem-section {
    max-width: 678px; } }
@media (max-width: 1000px) {
  .opr-book-redem-section {
    position: relative; }

  #txt-books-available {
    position: absolute;
    top: 50px;
    border-left: none;
    left: -25px; }

  .opr-bookself-item-wrapper {
    margin-top: 20px; }

  .opr-sorting-container {
    top: 50px;
    position: absolute;
    right: -2px; } }
@media (min-width: 700px) and (max-width: 800px) {
  .opr-book-redem-section {
    max-width: 678px; }

  .opr-bookshelf-add-book .opr-item-title {
    white-space: nowrap; } }
@media (min-width: 500px) and (max-width: 750px) {
  .opr-bookself-item-wrapper,
  .opr-book-redem-section {
    max-width: 451px; }

  .opr-bookself-item:nth-of-type(3n) {
    margin-right: 45px !important; }

  .opr-redeem-input-box input[type=text]:not(.browser-default) {
    max-width: 320px; }

  input[type=text]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none; }

  .opr-bookself-item:nth-of-type(2n) {
    margin-right: 0 !important; } }
.opr-no-book-container h3 {
  font-size: 24px;
  color: #2d3c5a;
  margin: 20px 0 8px 0; }
.opr-no-book-container p {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  max-width: 400px;
  margin: 0 auto; }

.opr-no-book-icon {
  background: url(../images/no-book-icon.png) no-repeat top center;
  width: 301px;
  height: 84px;
  margin: 0 auto; }

.opr-search-result .opr-no-book-icon {
  background: url(../images/ic_no_result.png) no-repeat top center; }

.opr-no-book-container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 121px;
  bottom: 60px;
  margin: auto;
  max-height: 240px; }

.op-grey-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: #F0F0F0;
  z-index: 0; }

.opr-sorting-container-outer {
  margin-top: -7px; }

.border-right-blue {
  border-right: solid 1px #039BE5; }

#bookshelf-sort-menu-toggle {
  display: block;
  white-space: nowrap;
  font-size: 12px; }

.opr-search-box input[type="search"]::-webkit-input-placeholder,
.opr-search-box input[type="search"]::-moz-placeholder,
.opr-search-box input[type="search"]::-ms-input-placeholder {
  font-size: 12px; }

/*for home page*/
.opr-sort-by-label {
  font-size: 12px;
  color: #4B4B4B;
  font-family: open_sanssemibold, sans-serif; }

.opr-bookself-item .btn-floating {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0; }

.opr-add-a-book {
  background: #fff; }
  .opr-add-a-book a.read {
    background: #fff; }

.open ul#bookshelf-sort-menu-dropdown {
  top: -13px;
  right: -10px; }

ul.opr-float-l.open {
  transform: scale(1.1); }

.opr-no-book-container .btn {
  background-color: #015B70;
  font-size: 16px;
  margin-top: 20px;
  font-family: open_sanssemibold, sans-serif;
  text-transform: none; }
.opr-no-book-container h3.opr-no-books-title-text {
  color: #000000;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif; }

.opr-all-icons.opr-plus-icon {
  background-color: #015B70 !important;
  top: 26px; }

.opr-bookshelf-add-book .opr-item-title {
  white-space: normal;
  line-height: 18px;
  font-family: open_sansregular, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #4B4B4B; }
.opr-bookshelf-add-book .accessCode {
  color: #015B70;
  position: relative;
  font-family: open_sanssemibold, sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
  text-align: center;
  width: 90px;
  line-height: 25px; }
  .opr-bookshelf-add-book .accessCode:hover {
    background: rgba(58, 165, 217, 0.2); }

input[type=search]:not(.browser-default):focus:not([readonly]) {
  padding-right: 45px;
  -webkit-appearance: none; }

.opr-sort-search-wrapper .opr-search-box input {
  border-bottom: 1px solid transparent; }

.opr-group-and-details .padding-right-15 {
  border-color: #808080; }
.opr-group-and-details li a {
  margin: 0;
  padding: 0 5px;
  position: relative;
  top: 0px;
  height: auto;
  line-height: 20px;
  text-transform: capitalize; }

.app-download-wrapper-head {
  color: #fff;
  padding: 12px;
  min-height: 150px;
  padding-top: 50px;
  padding-bottom: 41px;
  background: #F46506 url(../images/promo_banner_bg.png) 20px 21px no-repeat; }

.app-download-wrapper-head-large {
  color: #fff;
  padding: 12px;
  font-size: 26px;
  padding-top: 0; }

.waves-effect .waves-ripple {
  background-color: rgba(58, 165, 217, 0.2); }

#promoBanner-popup {
  max-width: 500px;
  max-height: 330px;
  min-width: 500px !important; }
  #promoBanner-popup .opr-close-popup-icon {
    color: #ffffff; }
  #promoBanner-popup .opr-popupheader-text {
    display: none; }
  #promoBanner-popup .context-menu-popup-head {
    background: #f46506;
    border: none;
    height: 56px;
    width: 50px;
    float: right;
    right: 0;
    position: absolute;
    left: auto;
    z-index: 99; }
  #promoBanner-popup .context-menu-popup-content {
    padding: 0;
    position: absolute;
    top: 0; }

.app-download-wrapper-head-small {
  font-size: 16px;
  padding: 0 50px; }

.btn-flat:focus {
  color: #7d7d7d !important;
  background: rgba(58, 165, 217, 0.2); }

.opr-bookself-item-wrapper .btn-flat:hover {
  background: rgba(58, 165, 217, 0.2); }

#promoBanner-content {
  overflow: hidden; }

.modal.context-menu-popup.fade.open {
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out; }

.lib-over-img .modal-buttons .btn-secondary {
  line-height: 15px; }

#rac-activate-btn {
  height: 35px;
  width: 34px;
  position: relative;
  top: -34px;
  left: -10px;
  outline: none; }

#bookshelf-sort-menu-toggle:hover {
  background: transparent !important; }

.context-overview a {
  min-width: 46px; }

.context-grp a {
  width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#aboutus-popup {
  max-width: 660px;
  max-height: 453px; }

.opr-lib-search-clear:before {
  font-size: 8px; }

/*.opr-header-navigation > li:nth-child(2),.opr-notification-icon,.opr-help-icon{ display:none;}*/
/*adding modal overlay CSS*/
.modal-overlay {
  top: 0;
  height: inherit;
  background: #000;
  width: inherit; }

.btn-primary {
  color: #fff;
  background-color: #47b3e7;
  border-color: #47b3e7; }

.opr-bookself-item .sort-list.dropdown-menu {
  background: #ffffff;
  min-width: 142px;
  border: solid 1px #c7c7c7;
  border-bottom: 0; }
  .opr-bookself-item .sort-list.dropdown-menu li {
    display: block;
    min-height: auto;
    position: relative;
    font-size: 14px;
    text-align: left; }
    .opr-bookself-item .sort-list.dropdown-menu li a {
      padding: 4px 8px;
      display: block;
      color: #4B4B4B; }
    .opr-bookself-item .sort-list.dropdown-menu li a.selected {
      background: #EEEEEE;
      color: #333; }

.opr-days-count {
  display: none; }

/*DR related global css updates end here... and this need to remove once the native DR design for Bookshelf is ready */
.opr-dr-contextmenu-wrapper {
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
  margin-left: 0; }

.opr-chrome-contextmenu {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: none; }

/*DR related global css updates end here... and this need to remove once the native DR design for Bookshelf is ready */
/*book status based messages*/
.opr-library-labels.opr-book-revoked {
  background: #e84a4a; }
  .opr-library-labels.opr-book-revoked .opr-icon-badge:before {
    content: "\e951"; }

.opr-library-labels.opr-book-outdate {
  background: #ba356a; }

/*  Use "desktop" for default styling, then override with tablet */
.white-bg {
  background: #fff; }

/*Resource CSS*/
.opr-resource-wrapper {
  margin-top: 30px;
  width: 100%;
  min-height: calc(100% - 30px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }

.opr-enrichment-list-resource.noBorder {
  border-bottom: none; }

.opr-enrichment-list-resource {
  cursor: pointer; }

.opr-resource-panel-left {
  width: 300px;
  position: relative; }

.opr-image-resource-container {
  background: #F8F8F8;
  min-height: 380px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 37px; }
  .opr-image-resource-container img {
    max-height: 276px;
    max-width: 206px;
    margin-top: 20px; }

.opr-image-resource-container label {
  font-size: 20px;
  color: #333333;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.opr-image-resource-container img {
  display: inline-block;
  vertical-align: middle; }

.opr-resources-left-tabs {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 51px; }

.opr-resources-left-tabs a {
  display: block;
  color: #333;
  min-height: 32px;
  background: #F8F8F8;
  line-height: 45px;
  padding-left: 17px;
  position: relative;
  cursor: pointer; }
  .opr-resources-left-tabs a:hover {
    color: #333; }

.opr-resources-left-tabs .checked a {
  background-color: #C5C5C5; }

.opr-resources-left-tabs .unchecked :after {
  display: none; }

.opr-resource-panel-right {
  width: calc(100% - 300px);
  padding-left: 40px; }
  .opr-resource-panel-right .List {
    overflow-x: hidden !important; }

.opr-resource-filter {
  background: #F8F8F8;
  padding: 25px;
  position: relative; }

.opr-resource-filter h4 {
  font-size: 16px;
  color: #333333; }

.opr-filter-check-uncheck {
  margin-top: 25px;
  white-space: nowrap; }
  .opr-filter-check-uncheck .badge-view-container {
    margin-right: 10px; }

.opr-filter-check-uncheck a {
  border: solid 1px #C5C5C5;
  border-radius: 2px;
  padding: 5px 10px;
  margin-right: 18px;
  font-size: 14px;
  color: #4E4E4E;
  background: #fff; }

.opr-resource-accordion-header {
  font-family: open_sansbold;
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 0;
  border-bottom: solid 1px #C5C5C566;
  line-height: 22px !important; }
  .opr-resource-accordion-header .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 70px; }

.opr-resource-accordion-content, .opr-enrichment-list-resource {
  font-size: 14px;
  color: #333333;
  display: block;
  border-bottom: solid 1px #C5C5C566;
  padding: 13px 0;
  line-height: 10px;
  margin-left: 23px;
  line-height: 28px; }
  .opr-resource-accordion-content div, .opr-enrichment-list-resource div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .opr-resource-accordion-content span:before, .opr-enrichment-list-resource span:before {
    color: #808080;
    position: relative;
    left: 0;
    font-size: 22px;
    top: 4px;
    margin-right: 10px; }

.opr-resource-wrapper-main {
  min-height: calc(100% - 196px);
  width: 100%;
  height: calc(100% - 196px); }

.opr-resources-left-tabs a:first-child:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #C5C5C5;
  position: absolute;
  right: -10px;
  top: 10px; }

.filter-icon {
  display: inline-block;
  height: 18px;
  width: 20px;
  vertical-align: middle;
  margin-right: 7px;
  background: url(../images/filter.svg) no-repeat center;
  position: relative;
  top: -2px; }

.opr-resource-accordion-content span {
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px; }

.opr-resource-accordion-content {
  margin-left: 24px; }

/* Hide the browser's default checkbox */
.badge-view-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  background-color: #fff;
  padding: 6px 15px;
  border: solid 1px #C5C5C5;
  border-radius: 3px;
  font-family: open_sanssemibold;
  color: #333;
  cursor: pointer;
  position: relative; }

/* On mouse-over, add a grey background color */
.badge-view-container:hover input ~ .checkmark {
  background-color: #D5D5D5; }

/* When the checkbox is checked, add a blue background */
.badge-view-container input:checked ~ .checkmark {
  background-color: #D5D5D5; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-icon {
  display: none; }

/* Show the checkmark when checked */
.badge-view-container input:checked ~ .checkmark:after, .badge-view-container input:checked ~ .checkmark .checkmark-icon {
  display: inline-block;
  margin: 0 9px 0 -2px; }

/* Style the checkmark/indicator */
.badge-view-container .checkmark:after, .checkmark-icon {
  left: 9px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.opr-resource-filter-icon {
  background: url(../images/filter.svg) no-repeat;
  height: 11px;
  width: 20px;
  display: inline-block; }

.opr-resource-accordion-downimage, .opr-resource-accordion-upimage {
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

.opr-resource-accordion-upimage {
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #4b4b4b transparent; }

.opr-resource-accordion-downimage {
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #4b4b4b transparent transparent transparent; }

.opr-show-teacher-resources {
  position: absolute;
  left: 0;
  top: -18px;
  background: #fff;
  z-index: 99; }
  .opr-show-teacher-resources [type="checkbox"]:not(:checked), .opr-show-teacher-resources [type="checkbox"]:checked {
    opacity: 1;
    pointer-events: all;
    position: relative;
    cursor: pointer; }
  .opr-show-teacher-resources label {
    padding-left: 8px;
    font-size: 12px;
    color: #333333;
    position: relative;
    top: -2px; }
  .opr-show-teacher-resources :before, .opr-show-teacher-resources :after {
    display: none; }

.opr-widget-img-gal:before {
  content: "\e60b"; }

.opr-widget-audio:before {
  content: "\e662"; }

.opr-widget-img:before, .opr-widget-image:before {
  content: "\e660"; }

.opr-widget-html:before {
  content: '\e96f';
  font-size: 20px !important; }

.opr-widget-video:before {
  content: "\e60c"; }

.opr-widget-weblink:before {
  content: "\e631"; }

.download-widget-icon.download-status-0:before {
  content: "\e977"; }

.download-widget-icon.download-status-1:before {
  content: "\e976"; }

.download-widget-icon.download-status-2:before {
  content: "\e978"; }

.download-widget-icon.download-status-3:before {
  content: "\e975"; }

.opr-widget-tip:before {
  content: "\e647"; }

.opr-widget-file::before {
  content: "\e667"; }

.opr-widget-pdf::before {
  content: "\e63d"; }

.opr-widget-xls::before {
  content: "\e658"; }

.opr-widget-doc::before {
  content: "\e63e"; }

.opr-widget-ppt::before {
  content: "\e656"; }

.enrichment.opr-teacher-tag {
  position: absolute;
  font-size: 9px;
  width: 69px;
  background: #949494;
  text-align: center;
  color: #fff;
  padding: 0;
  margin-left: 0;
  line-height: 14px;
  right: 21px;
  top: 0; }

@media screen and (max-width: 1024px) {
  .opr-image-resource-container {
    min-height: 306px; }
    .opr-image-resource-container img {
      max-height: 236px; }

  .opr-resource-filter {
    white-space: nowrap;
    overflow: auto; }

  .opr-resources-left-tabs {
    margin-top: 5px; }

  .opr-resource-wrapper-main {
    max-width: 950px; } }
@media screen and (max-width: 900px) {
  .opr-show-teacher-resources {
    float: none; }

  .opr-resource-wrapper-main {
    max-width: 800px;
    min-height: calc(100% - 145px);
    height: calc(100% - 145px); } }
@media (min-width: 1152px) and (max-width: 1366px) {
  .opr-resources-left-tabs {
    margin-top: 25px; } }
@media (max-height: 768px) {
  .opr-image-resource-container {
    background: #F8F8F8;
    min-height: 260px; }

  .opr-image-resource-container img {
    max-height: 212px; }

  .opr-image-resource-container label {
    bottom: 5px; }

  .opr-resource-wrapper .opr-resources-left-tabs {
    margin-top: 0; }

  .opr-resource-wrapper {
    margin-top: 8px;
    min-height: calc(100% - 30px); }

  .opr-resource-wrapper-main {
    height: calc(100% - 178px);
    width: 100%; } }
.opr-user-dropdown.context-menu-items.dropdown-content {
  min-width: 308px;
  background: #ffffff;
  position: absolute !important;
  right: -1px !important; }

.opr-show-teacher-resources label {
  font-weight: normal; }

#footerDiv.container {
  background: transparent; }

.breadcrumbs-resource {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 8px;
  clear: both;
  margin-top: 0 !important;
  top: 0px;
  position: relative;
  background: #fafafa;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 15px; }

@media (min-width: 1900px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1672px; } }
@media (min-width: 1600px) and (max-width: 1899px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1429px; } }
@media (min-width: 1366px) and (max-width: 1599px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 1183px; } }
@media (min-width: 1152px) and (max-width: 1365px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 939px; } }
@media (min-width: 1024px) and (max-width: 1151px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 937px; } }
@media (min-width: 801px) and (max-width: 1023px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 692px; } }
@media (max-width: 800px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 450px; } }
@media (min-width: 700px) and (max-width: 800px) {
  .opr-page-nav-header-inner,
  #book-overview,
  .mygroups {
    max-width: 644px; } }
.breadcrumbs-resource .backToLib {
  float: left;
  display: inline-block;
  padding-left: 0;
  padding-top: 5px; }

.breadcrumbs-resource .group-belowHeader a {
  color: #4B4B4B;
  margin-left: 4px;
  vertical-align: middle; }

.breadcrumbs-resource .backToLib a:before {
  color: #265EAC;
  content: "\e966" !important;
  margin-right: 5px;
  position: relative;
  top: -2px; }

.breadcrumbs-resource .backToLibLink {
  color: #4B4B4B;
  margin-left: 4px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  top: 2px; }

.breadcrumbs-resource .opr-page-nav-header-inner {
  margin: auto; }

.breadcrumbs-resource .backToLib:before {
  display: none; }

.opr-header-navigation {
  margin-bottom: 0; }

.opr-accordion-expand-collapse {
  float: right;
  position: relative;
  top: -15px; }
  .opr-accordion-expand-collapse span {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer; }
    .opr-accordion-expand-collapse span:nth-child(2) {
      cursor: default; }
    .opr-accordion-expand-collapse span.opr-colexpselected {
      color: #015B70; }

.opr-resource-accordion-listing-panel {
  height: calc(100% - 138px);
  margin-top: 22px; }

.opr-widget-other:before {
  content: "\e973"; }

#opr-resourcePlayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #opr-resourcePlayer > div {
    height: 100%; }
  #opr-resourcePlayer #opr-modalCloser {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.9;
    cursor: pointer; }
    #opr-resourcePlayer #opr-modalCloser:before, #opr-resourcePlayer #opr-modalCloser:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #8a8a8a; }
    #opr-resourcePlayer #opr-modalCloser:before {
      transform: rotate(45deg); }
    #opr-resourcePlayer #opr-modalCloser:after {
      transform: rotate(-45deg); }
  #opr-resourcePlayer iframe {
    height: 100%;
    width: 100%; }

.opr-resource-accordion-listing-panel .download-widget-icon {
  position: absolute;
  right: 43px;
  color: #015b70;
  top: 17px; }

.ie11 .opr-resource-wrapper {
  height: 95%; }

@font-face {
  font-family: 'OP2-fonts';
  src: url("../themes/matilda/fonts/matilda.woff?chgry2") format("woff");
  font-weight: normal;
  font-style: normal; }
.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; }

a {
  color: #265EAC; }
  a:hover, a:active {
    color: #275696; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-header-navigation.opr-nav-left-icons li {
  display: none;
  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: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link {
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link.opr-border-right {
    border-color: rgba(255, 255, 255, 0.3); }
  .opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link a {
    color: #fff;
    font-size: 12px;
    font-family: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right {
  border-color: rgba(255, 255, 255, 0.3);
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right a {
    color: #fff;
    font-size: 12px;
    font-family: open_sansbold;
    position: relative; }
    .opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right a span {
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: red;
      vertical-align: top; }

.opr-backto-bookshelf {
  background: #015B70; }

.opr-backto-bookshelf:before {
  font-size: 24px;
  background: url(../themes/matilda/images/logo_reader.svg);
  height: 17px;
  width: 22px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px; }

.switch-labels {
  border: none !important; }

.opr-header-navigation li.opr-header-requestPageProof-icon {
  background: transparent;
  margin: 10px;
  display: block; }
  .opr-header-navigation li.opr-header-requestPageProof-icon a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    background: #015B70; }

.opr-alert-error-code {
  position: relative;
  display: inline-block;
  top: -14px;
  color: red;
  font-size: 10px;
  line-height: 1.3; }

#accessCodePopup-popup.add-pro-wrapper {
  max-height: 290px;
  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: #015B70; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #015B70; }

.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: #015B70; }

#bookTitle {
  display: none; }

.mobile-restricted-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index: 999;
  font-size: 14px; }

.mobile-restricted-overlay strong {
  margin-bottom: 9px;
  display: block;
  font-family: open_sansbold;
  color: #000; }

.outer-container-height,
#root,
#root > div {
  height: 100%; }

.device-tabbing-none .mobile-restricted-overlay {
  display: flex !important; }

.mobile-restricted-overlay p {
  line-height: 1.3; }

.backToLib a:before {
  color: #265eac; }

.btn-primary {
  background-color: #015b70 !important;
  border-color: #015b70 !important;
  text-transform: capitalize; }
  .btn-primary [disabled] {
    opacity: 0.8; }

input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
  color: #015B70; }

.groups-row h4 {
  color: #015B70; }

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 #015B70;
  box-shadow: 0 1px 0 0 #015B70; }

.next-page-button:hover:before,
.prev-page-button:hover:before {
  color: #015B70; }

.annotation-preview-btn.edit:before, .annotation-preview-btn.delete:before, .annotation-preview-btn.share:before {
  color: #015B70; }

.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: #015B70; }
ul.customToc a.navList-delete:hover:before {
  color: #015B70; }

.noUi-connect {
  background: #015B70; }

.jumpTo:hover,
.editBtn:hover,
.deleteBtn:hover,
.navList-delete:hover {
  color: #015B70; }
  .jumpTo:hover:before,
  .editBtn:hover:before,
  .deleteBtn:hover:before,
  .navList-delete:hover:before {
    color: #015B70; }

.btn {
  font-size: 14px;
  box-shadow: none;
  padding: 0 21px; }
  .btn:hover {
    box-shadow: none; }
  .btn.cancel-btn, .btn.cancel {
    border: 1px solid #C5C5C5; }
    .btn.cancel-btn.btn-default, .btn.cancel.btn-default {
      color: #333333; }

.opr-text-to-speech-bar {
  width: 296px; }

/*===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: #015B70; }

.opr-all-icons.opr-plus-icon {
  background-color: #015B70 !important; }

.opr-header-wrapper {
  background-color: #015B70; }
  .opr-header-wrapper li:hover {
    background-color: #00728D; }
  .opr-header-wrapper li .opr-userpic-icon:before {
    color: #015B70; }
  .opr-header-wrapper li.opr-notification-btn.active {
    background-color: #00728D; }

.opr-user-dropdown > li:hover {
  background: #e9e9e9; }

.theme-specific-reader .opr-header-wrapper {
  background-color: #fafafa; }
  .theme-specific-reader .opr-header-wrapper li:hover {
    background-color: #e9e9e9; }
  .theme-specific-reader .opr-header-wrapper li:first-child {
    background: none; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  color: #015B70; }
.opr-bookself-item-wrapper .btn-flat:focus, .opr-bookself-item-wrapper .btn-flat:hover {
  color: #015B70;
  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: #265EAC; }

.embeded-href:hover {
  color: #275696; }

.show-hide-annotations .switch-labels {
  background: #92AED5; }

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: #06c5ea; }

.opr-no-book-container .btn {
  background-color: #015B70; }

.opr-no-book-icon {
  background: url(../themes/matilda/images/no-book-icon.svg) no-repeat top center;
  background-size: 179px 80px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/matilda/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: #015B70;
    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: #015B70;
      color: #ffffff;
      margin-left: 6px;
      min-width: 100px;
      border: 1px solid #015B70; }
    .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: 400px; }
  #accessCodePopup-popup.add-pro-wrapper.reactivation-wrap .input-field {
    margin-top: 1.5rem; }
#accessCodePopup-popup.add-pro-wrapper.activation-wrap .input-field {
  margin-top: 3.2rem; }

.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; }
  .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: #333333; }
  .page-leftbar .left-container,
  .page-leftbar .opr-left-container-top {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .page-leftbar .left-container #leftBarContainer,
    .page-leftbar .opr-left-container-top #leftBarContainer {
      flex: 1; }

.opr-rl-pages,
.opr-fxl-pages,
.opr-flx-toolbar-dropdown,
.opr-fxl-pagination-content .opr-zoom-dropdown {
  border-color: #333333; }

.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,
.opr-fxl-pagination-content a {
  color: #333333; }

.opr-hide-header .opr-fxl-pagination-content,
.opr-fullscreen .opr-fxl-pagination-content {
  background: #333333; }

.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: open_sansregular;
  line-height: 13px; }
  .activate-code-note strong {
    font-family: open_sansbold;
    color: #4e4e4e; }
  .activate-code-note a {
    color: #015b70; }

.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 .opr-fxl-info-icon:hover {
  color: #015b70; }

.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: 105px; }

/*Notification popup css start*/
.opr-notification-dropdown {
  display: flex;
  flex-direction: column;
  max-width: 395px;
  min-width: 395px;
  padding: 15px 10px 10px;
  opacity: 1;
  top: 50px;
  z-index: 1043; }
  .opr-notification-dropdown .opr-noti-drop-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .opr-notification-dropdown .opr-noti-drop-head h3 {
      color: #333333;
      font-size: 16px;
      flex: 1;
      padding-left: 5px; }
    .opr-notification-dropdown .opr-noti-drop-head button.opr-clearall {
      background-color: transparent;
      border: none;
      color: #015B70;
      font-size: 14px;
      padding: 0; }
  .opr-notification-dropdown .opr-noti-noList {
    display: flex;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #015B70;
    font-size: 18px; }
  .opr-notification-dropdown .opr-noti-list-wrap {
    max-height: 415px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 5px; }
    .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view {
      min-height: 190px;
      background-color: #fff;
      border-radius: 2px;
      margin-top: 10px;
      padding: 15px;
      position: relative;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view:hover {
        background-color: inherit; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view:last-child {
        margin-bottom: 10px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        font-size: 14px;
        color: #015B70; }
        .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close:hover, .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close:focus {
          opacity: 0.8; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view h4 {
        color: #333333;
        font-size: 16px;
        font-family: open_sansbold;
        padding: 10px 0 15px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view p {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view > span {
        padding: 10px;
        text-align: right;
        color: #808080;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; }

/*Notification popup css end*/
.htmlclickView-toc-icon:before,
.search_htmlclickView:before {
  content: "\e974";
  color: #949494;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
  text-decoration: none; }

/*@media (min-width: $minwidth) and (max-width: $maxwidth) {
    @import "tablet";
}*/
@font-face {
  font-family: 'OP2-fonts';
  src: url("../themes/matilda/fonts/matilda.woff?chgry2") format("woff");
  font-weight: normal;
  font-style: normal; }
.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; }

a {
  color: #265EAC; }
  a:hover, a:active {
    color: #275696; }

.opr-user-profile-image .opr-edit-icon-user {
  display: none; }

.opr-header-navigation.opr-nav-left-icons li {
  display: none;
  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: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link {
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link.opr-border-right {
    border-color: rgba(255, 255, 255, 0.3); }
  .opr-header-navigation.opr-nav-left-icons li.opr-how-to-videos-link a {
    color: #fff;
    font-size: 12px;
    font-family: open_sansbold;
    font-weight: normal; }
.opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right {
  border-color: rgba(255, 255, 255, 0.3);
  display: block; }
  .opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right a {
    color: #fff;
    font-size: 12px;
    font-family: open_sansbold;
    position: relative; }
    .opr-header-navigation.opr-nav-left-icons li.opr-notification-btn.opr-border-right a span {
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: red;
      vertical-align: top; }

.opr-backto-bookshelf {
  background: #015B70; }

.opr-backto-bookshelf:before {
  font-size: 24px;
  background: url(../themes/matilda/images/logo_reader.svg);
  height: 17px;
  width: 22px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px; }

.switch-labels {
  border: none !important; }

.opr-header-navigation li.opr-header-requestPageProof-icon {
  background: transparent;
  margin: 10px;
  display: block; }
  .opr-header-navigation li.opr-header-requestPageProof-icon a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    background: #015B70; }

.opr-alert-error-code {
  position: relative;
  display: inline-block;
  top: -14px;
  color: red;
  font-size: 10px;
  line-height: 1.3; }

#accessCodePopup-popup.add-pro-wrapper {
  max-height: 290px;
  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: #015B70; }
  .sidebar.nav-tabs li.active a:focus, .sidebar.nav-tabs li.active a:hover {
    background: #015B70; }

.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: #015B70; }

#bookTitle {
  display: none; }

.mobile-restricted-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index: 999;
  font-size: 14px; }

.mobile-restricted-overlay strong {
  margin-bottom: 9px;
  display: block;
  font-family: open_sansbold;
  color: #000; }

.outer-container-height,
#root,
#root > div {
  height: 100%; }

.device-tabbing-none .mobile-restricted-overlay {
  display: flex !important; }

.mobile-restricted-overlay p {
  line-height: 1.3; }

.backToLib a:before {
  color: #265eac; }

.btn-primary {
  background-color: #015b70 !important;
  border-color: #015b70 !important;
  text-transform: capitalize; }
  .btn-primary [disabled] {
    opacity: 0.8; }

input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
  color: #015B70; }

.groups-row h4 {
  color: #015B70; }

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 #015B70;
  box-shadow: 0 1px 0 0 #015B70; }

.next-page-button:hover:before,
.prev-page-button:hover:before {
  color: #015B70; }

.annotation-preview-btn.edit:before, .annotation-preview-btn.delete:before, .annotation-preview-btn.share:before {
  color: #015B70; }

.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: #015B70; }
ul.customToc a.navList-delete:hover:before {
  color: #015B70; }

.noUi-connect {
  background: #015B70; }

.jumpTo:hover,
.editBtn:hover,
.deleteBtn:hover,
.navList-delete:hover {
  color: #015B70; }
  .jumpTo:hover:before,
  .editBtn:hover:before,
  .deleteBtn:hover:before,
  .navList-delete:hover:before {
    color: #015B70; }

.btn {
  font-size: 14px;
  box-shadow: none;
  padding: 0 21px; }
  .btn:hover {
    box-shadow: none; }
  .btn.cancel-btn, .btn.cancel {
    border: 1px solid #C5C5C5; }
    .btn.cancel-btn.btn-default, .btn.cancel.btn-default {
      color: #333333; }

.opr-text-to-speech-bar {
  width: 296px; }

/*===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: #015B70; }

.opr-all-icons.opr-plus-icon {
  background-color: #015B70 !important; }

.opr-header-wrapper {
  background-color: #015B70; }
  .opr-header-wrapper li:hover {
    background-color: #00728D; }
  .opr-header-wrapper li .opr-userpic-icon:before {
    color: #015B70; }
  .opr-header-wrapper li.opr-notification-btn.active {
    background-color: #00728D; }

.opr-user-dropdown > li:hover {
  background: #e9e9e9; }

.theme-specific-reader .opr-header-wrapper {
  background-color: #fafafa; }
  .theme-specific-reader .opr-header-wrapper li:hover {
    background-color: #e9e9e9; }
  .theme-specific-reader .opr-header-wrapper li:first-child {
    background: none; }

.opr-bookself-item-wrapper .opr-group-and-details li a {
  color: #015B70; }
.opr-bookself-item-wrapper .btn-flat:focus, .opr-bookself-item-wrapper .btn-flat:hover {
  color: #015B70;
  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: #265EAC; }

.embeded-href:hover {
  color: #275696; }

.show-hide-annotations .switch-labels {
  background: #92AED5; }

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: #06c5ea; }

.opr-no-book-container .btn {
  background-color: #015B70; }

.opr-no-book-icon {
  background: url(../themes/matilda/images/no-book-icon.svg) no-repeat top center;
  background-size: 179px 80px; }

.opr-search-result .opr-no-book-icon {
  background: url(../themes/matilda/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: #015B70;
    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: #015B70;
      color: #ffffff;
      margin-left: 6px;
      min-width: 100px;
      border: 1px solid #015B70; }
    .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: 400px; }
  #accessCodePopup-popup.add-pro-wrapper.reactivation-wrap .input-field {
    margin-top: 1.5rem; }
#accessCodePopup-popup.add-pro-wrapper.activation-wrap .input-field {
  margin-top: 3.2rem; }

.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; }
  .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: #333333; }
  .page-leftbar .left-container,
  .page-leftbar .opr-left-container-top {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .page-leftbar .left-container #leftBarContainer,
    .page-leftbar .opr-left-container-top #leftBarContainer {
      flex: 1; }

.opr-rl-pages,
.opr-fxl-pages,
.opr-flx-toolbar-dropdown,
.opr-fxl-pagination-content .opr-zoom-dropdown {
  border-color: #333333; }

.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,
.opr-fxl-pagination-content a {
  color: #333333; }

.opr-hide-header .opr-fxl-pagination-content,
.opr-fullscreen .opr-fxl-pagination-content {
  background: #333333; }

.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: open_sansregular;
  line-height: 13px; }
  .activate-code-note strong {
    font-family: open_sansbold;
    color: #4e4e4e; }
  .activate-code-note a {
    color: #015b70; }

.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 .opr-fxl-info-icon:hover {
  color: #015b70; }

.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: 105px; }

/*Notification popup css start*/
.opr-notification-dropdown {
  display: flex;
  flex-direction: column;
  max-width: 395px;
  min-width: 395px;
  padding: 15px 10px 10px;
  opacity: 1;
  top: 50px;
  z-index: 1043; }
  .opr-notification-dropdown .opr-noti-drop-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .opr-notification-dropdown .opr-noti-drop-head h3 {
      color: #333333;
      font-size: 16px;
      flex: 1;
      padding-left: 5px; }
    .opr-notification-dropdown .opr-noti-drop-head button.opr-clearall {
      background-color: transparent;
      border: none;
      color: #015B70;
      font-size: 14px;
      padding: 0; }
  .opr-notification-dropdown .opr-noti-noList {
    display: flex;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #015B70;
    font-size: 18px; }
  .opr-notification-dropdown .opr-noti-list-wrap {
    max-height: 415px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 5px; }
    .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view {
      min-height: 190px;
      background-color: #fff;
      border-radius: 2px;
      margin-top: 10px;
      padding: 15px;
      position: relative;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view:hover {
        background-color: inherit; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view:last-child {
        margin-bottom: 10px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        font-size: 14px;
        color: #015B70; }
        .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close:hover, .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view .opr-noti-close:focus {
          opacity: 0.8; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view h4 {
        color: #333333;
        font-size: 16px;
        font-family: open_sansbold;
        padding: 10px 0 15px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view p {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .opr-notification-dropdown .opr-noti-list-wrap li.opr-noti-list-view > span {
        padding: 10px;
        text-align: right;
        color: #808080;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; }

/*Notification popup css end*/
.htmlclickView-toc-icon:before,
.search_htmlclickView:before {
  content: "\e974";
  color: #949494;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
  text-decoration: none; }

/*# sourceMappingURL=bookself-new.css.map */
