@charset "UTF-8";
html,
body {
  height: 100%;
}
login #control-panel-items,
#control-panel-menu {
  display: block;
}
.tooltip {
  width: 230px;
}
.tooltip-arrow {
  left: 50% !important;
}
.tooltip-inner {
  position: relative;
  left: 15px;
}
.login {
  background-image: url('../../img/signon_image@1x.jpg');
  background-repeat: no-repeat;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: left top;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  display: block;
  color: white;
  background-color: #4095F2;
}
.smsUser {
  padding-top: 15px;
  min-height: 94px !important;
  overflow-y: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}
.smsUser_modalContent {
  border-radius: 8px !important;
  height: auto !important;
}
#logo {
  margin-left: 0;
  padding-top: 12px;
}
.navbar-pearson .navbar-brand {
  height: 48px;
}
#control-panel-items,
#control-panel-menu {
  display: block;
}
.sidebar-handle {
  display: none;
}
.form-signin {
  position: absolute;
  top: 95px;
  right: 50px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.05);
  border: solid;
  border-color: #ccc;
  border-width: 1px;
  background-color: #fff;
  padding: 19px 39px 29px;
  max-width: 306px;
  max-height: 300px;
}
.login-wrapper form {
  vertical-align: middle;
}
.login-wrapper label {
  color: #666;
}
.login-wrapper .input-block-level {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 35px;
}
.login-wrapper .input-block-level:last-child {
  /* border-radius: 4px; */
}
#sign_in {
  display: block;
  margin-top: 30px;
  width: 100%;
  background-color: #337ab7;
}
.form-field {
  margin-top: 20px;
}
.form-field:first-child {
  margin-top: 0;
}
.form-pearson .btn:active {
  border-bottom: 1px solid #4d4d4d;
  background: #4d4d4d;
  text-shadow: none;
  color: #fff;
}
#easyBridgeLogin .modal-dialog {
  position: relative;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}
#easyBridgeLogin .modal-content {
  width: 100% !important;
  height: 100% !important;
}
#easyBridgeLogin .modal-body {
  padding: 0 !important;
  height: 100%;
  overflow: hidden;
}
#easyBridgeLogin {
  height: 100% !important;
}
#easyBridgeLogin .modal-header {
  display: none;
}
#wvEasyBridgeLogin {
  margin: 0;
  height: 100% !important;
}
/* Desktop **/
/* @media (max-width: 980px) {} */
/*** ***/
/* @media only screen and (min-width: 981px) and (max-width: 1050px) {} */
/** Tablet to desktop ***/
/* @media (min-width: 768px) and (max-width: 979px) {} */
/*** Tablet ***/
/* @media (min-width: 671px) and (max-width: 767px) {} */
/*** ***/
/* @media (min-width: 481px) and (max-width: 670px) {} */
/*** Landscape phones ***/
/* @media (max-width: 480px) {} */
/**** Logged out styles ***/
.logout {
  position: relative;
  margin: 100px 20px 0;
  padding: 50px 0;
  text-align: center;
  color: #000;
}
.logout::after,
.logout::before {
  display: block;
  position: absolute;
  bottom: 14px;
  left: 10px;
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
  z-index: -1;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  width: 70%;
  max-width: 300px;
  height: 55%;
  max-height: 100px;
  content: '';
}
.logout::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
.cross {
  position: relative;
  padding: 10px 0;
}
.easy-bridge-img {
  background-image: url('../../img/wayf_icon_btn-min@1x.png');
  display: block;
  background-repeat: no-repeat;
  width: 240px;
  height: 22px;
  background-size: contain;
  background-color: #fff;
  padding: 4px 8px;
  margin-right: 15px;
}
.sign-in > p {
  float: left;
  vertical-align: middle;
}
.sign-in > p .questionMark,
.sign-in > p .questionMark:hover,
.sign-in > p .questionMark:focus {
  background-color: #337ab7;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 23px;
  line-height: 22px;
  margin-left: -24px;
  margin-top: -1px;
  position: absolute;
  text-align: center;
  width: 24px;
  color: #fff;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2) {
  .login {
    background-image: url('../../img/signon_image@2x.jpg');
  }
  .easy-bridge-img {
    background-image: url('../../img/wayf_icon_btn-min@2x.png');
  }
}
@media only screen and (max-width: 540px) {
  .login {
    background-image: none;
  }
  .form-signin {
    top: 20%;
    left: 22%;
  }
}
/* General */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #0072EE;
  margin: auto;
}
.la-ball-spin-clockwise.la-dark {
  color: #0072EE;
}
.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
  width: 96px;
  height: 96px;
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
}
.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  -moz-animation-delay: -0.875s;
  -o-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.18019485%;
  left: 81.81980515%;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  -moz-animation-delay: -0.625s;
  -o-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.81980515%;
  left: 81.81980515%;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
  top: 95%;
  left: 50%;
  -webkit-animation-delay: -0.375s;
  -moz-animation-delay: -0.375s;
  -o-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198047%;
  left: 18.18019492%;
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.99997508%;
  left: 5.00000512%;
  -webkit-animation-delay: -0.125s;
  -moz-animation-delay: -0.125s;
  -o-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.17946497%;
  left: 18.18037005%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
/*
  * Animation
  */
@-webkit-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.download-error-status {
  font-size: 12px;
  color: #CC333F;
  display: inline-block;
  width: 113px;
  position: absolute;
  right: 2px;
  top: 5px;
  font-weight: 500;
}
.download-error-status-elux {
  font-size: 12px;
  color: #CC333F;
  display: inline-block;
  width: 123px;
  position: absolute;
  right: 2px;
  top: 5px;
  font-weight: 500;
}
.download-error-status-sidebar {
  font-size: 12px;
  color: #CC333F;
  display: inline-block;
  width: 68px;
  height: 41px;
  position: absolute;
  right: 2px;
  top: 5px;
  font-weight: 500;
}
.fa.fa-exclamation-circle.error-icon {
  font-size: 14px;
  color: #CC333F;
  display: inline-block;
  position: absolute;
  right: 120px;
  top: 7px;
}
.fa.fa-exclamation-circle.error-icon-elux {
  font-size: 14px;
  color: #CC333F;
  display: inline-block;
  position: absolute;
  right: 130px;
  top: 6px;
}
.fa.fa-exclamation-circle.error-icon-sidebar {
  font-size: 14px;
  color: #CC333F;
  display: inline-block;
  position: absolute;
  right: 75px;
  top: 7px;
}
.popover {
  background: white;
  border-radius: 6px;
  border: 1px solid #000000;
  width: 213px;
}
.popover.top .arrow {
  border-top-color: black;
}
.helpLink {
  text-decoration: underline;
  color: black;
}
.popover-data {
  font-size: 12px;
  display: inline-block;
  font-family: "Avenir LT Roman";
}
html {
  height: 100%;
  overflow: hidden;
}
/* web css */
body.web {
  overflow: hidden;
}
@font-face {
  font-family: 'Avenir Roman';
  src: url('./fonts/AvenirLTW0155Roman.eot');
  src: url('./fonts/AvenirLTW0155Roman.svg');
  src: url('./fonts/AvenirLTW0155Roman.ttf');
  src: url('./fonts/AvenirLTW0155Roman.woff');
}
@font-face {
  font-family: 'Avenir LT Heavy';
  src: url('./fonts/AvenirLTW0185Heavy.eot');
  src: url('./fonts/AvenirLTW0185Heavy.svg');
  src: url('./fonts/AvenirLTW0185Heavy.ttf');
  src: url('./fonts/AvenirLTW0185Heavy.woff');
}
@font-face {
  font-family: 'Avenir Medium';
  src: url('./fonts/AvenirLTW0165Medium.eot');
  src: url('./fonts/AvenirLTW0165Medium.svg');
  src: url('./fonts/AvenirLTW0165Medium.ttf');
  src: url('./fonts/AvenirLTW0165Medium.woff');
}
@font-face {
  font-family: 'Avenir Optimized Roman';
  src: url('./fonts/AvenirLTW0155Roman.eot');
  src: url('./fonts/AvenirLTW0155Roman.svg');
  src: url('./fonts/AvenirLTW0155Roman.ttf');
  src: url('./fonts/AvenirLTW0155Roman.woff');
}
@font-face {
  font-family: 'Avenir LT Roman';
  src: url('./fonts/AvenirLTW0155Roman.eot');
  src: url('./fonts/AvenirLTW0155Roman.svg');
  src: url('./fonts/AvenirLTW0155Roman.ttf');
  src: url('./fonts/AvenirLTW0155Roman.woff');
}
@font-face {
  font-family: 'Avenir Optimized Black';
  src: url('./fonts/AvenirLTW0195Black.eot');
  src: url('./fonts/AvenirLTW0195Black.svg');
  src: url('./fonts/AvenirLTW0195Black.ttf');
  src: url('./fonts/AvenirLTW0195Black.woff');
}
@font-face {
  font-family: 'Avenir LT Oblique';
  src: url('./fonts/AvenirLTW01-85HeavyObli.eot');
  src: url('./fonts/AvenirLTW01-85HeavyObli.svg');
  src: url('./fonts/AvenirLTW01-85HeavyObli.ttf');
  src: url('./fonts/AvenirLTW01-85HeavyObli.woff');
}
@font-face {
  font-family: 'k12_universal_icons';
  src: url('./fonts/k12_universal_icons.eot?-fz1tg0');
  src: url('./fonts/k12_universal_icons.eot?#iefix-fz1tg0') format('embedded-opentype'), url('./fonts/k12_universal_icons.ttf?-fz1tg0') format('truetype'), url('./fonts/k12_universal_icons.woff?-fz1tg0') format('woff'), url('./fonts/k12_universal_icons.svg?-fz1tg0#k12_universal_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
[class^='icon-'],
[class*=' icon-'] {
  text-transform: none;
  line-height: 1;
  font-family: 'k12_universal_icons' !important;
  font-weight: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-style: normal;
  speak: none;
}
body.err {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) url('./img/signon_image@1x.jpg') no-repeat scroll 0 0;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
webview:-webkit-full-screen {
  width: 1024px !important;
}
.ui-view-menu-item {
  margin-top: 0;
}
#pxe-lightbox-content {
  max-width: 100%;
}
.book-chapter-detail {
  display: inline-flex;
  font-size: 14px;
  justify-content: space-between;
  width: 194px;
}
.chapter_name {
  width: 120px;
}
.isDisabled {
  opacity: 0.6;
  pointer-events: none;
}
.logoutDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.logoutDisabled:hover {
  background-color: transparent !important;
  color: #000 !important;
}
body.noJs > div {
  display: none;
}
.noBar {
  padding-top: 0 !important;
}
.yesBar {
  padding-top: 47px !important;
}
body:focus {
  box-shadow: none !important;
}
body .breadcrumb a,
body .breadcrumb li {
  font-family: 'Avenir LT Roman';
}
.modal-footer {
  border-top: 1px solid #000 !important;
}
#navBar {
  position: relative;
  top: 0;
  border-bottom: 1px solid #000;
  background-color: #000 !important;
  width: 100%;
  height: 44px;
}
.leftDiv,
.centerDiv,
.rightDiv,
.leftBook,
.CenterBook,
.rightBook {
  position: absolute;
  height: 44px;
}
.overlay-wrap {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 83%;
}
.overlay-wrap .screen-readers-only {
  opacity: 0;
}
.leftBook {
  position: relative;
  float: left;
  z-index: 1000;
  height: 44px;
}
.leftDiv {
  width: 218px;
}
.rightDiv {
  right: 0;
  width: auto;
  max-width: 200px;
}
.navDragbar {
  top: 0;
  right: 250px;
  bottom: 0;
  left: 218px;
  background: #000;
  -webkit-app-region: drag;
}
.static-position {
  position: static;
}
.navDragbar_logo {
  display: block;
  margin: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  width: 150px;
  height: 24px;
  background-image: url('./img/Realize_Reader_Logo.png');
}
.navDragbar_book {
  top: 0;
  right: 484px;
  bottom: 0;
  left: 218px;
  z-index: 1000;
  background: #000;
  -webkit-app-region: drag;
}
.navDragbar_login {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.7) 0 1px 1px 0;
  width: 100%;
  height: 45px;
  -webkit-app-region: drag;
  background-color: #000;
}
#book-info-modal:focus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 0 inset !important;
}
#about-modal:focus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 0 inset !important;
}
.login_under {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  width: 5%;
  height: 49px;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.screen-readers-only {
  position: absolute;
  border: 0;
  background: #000;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #fff;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
}
#app-update-notification #app-update-notification-dialog {
  width: fit-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#app-update-notification #app-update-notification-dialog #app-update-notification-content {
  height: fit-content;
  border-radius: 4px;
  border: 1px solid #000;
}
#app-update-notification #app-update-notification-dialog #app-update-notification-content #app-update-notification-body {
  padding: 25px;
  min-height: auto;
}
#app-update-notification #app-update-notification-dialog #app-update-notification-content #app-update-notification-body #app-update-message {
  margin-bottom: 25px;
  color: #000;
}
#app-update-notification #app-update-notification-dialog #app-update-notification-content #app-update-notification-body #app-refresh {
  font-size: inherit;
  padding: 10px 40px;
  background-color: #026ecb;
  display: block;
  margin: 0 auto;
}
@-moz-document url-prefix() {
  :focus {
    box-shadow: 0 0 0 2px #3aa3ff inset !important;
  }
}
::-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  opacity: 1;
  color: #999;
}
::-moz-placeholder {
  opacity: 1;
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
/* Body */
body .navbar {
  z-index: 100;
  border: 0;
  font-family: 'Avenir Roman', sans-serif;
  font-size: 12px;
}
.note-text {
  font-family: 'Avenir LT Roman' !important;
}
.note-text > b {
  font-family: 'Avenir LT Roman' !important;
}
p.note-text span {
  display: block;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3em;
}
.note-title {
  line-height: 1.3em;
  font-family: 'Avenir LT Roman' !important;
}
#notes .note-date {
  letter-spacing: 0.3px;
  font-family: 'Avenir LT Roman' !important;
}
.navbar-default {
  background-color: transparent !important;
}
.loading,
.loading-percent {
  position: absolute;
  width: 24px;
  font-weight: normal;
}
.loading {
  top: 2px;
  right: 80px;
  font-size: 16px;
}
.loading-percent {
  top: 24px;
  right: 70px;
  font-size: 10px;
}
.textBtn {
  border: 0;
  background-color: #000;
  width: 150px;
  height: 40px;
  letter-spacing: 0.2px;
  color: #fff;
}
.loadingbar {
  position: absolute;
  top: 2px;
  left: -29px;
}
.loading-bar {
  display: inline-block;
  border-radius: 4px;
  width: 4px;
  height: 10px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0s;
}
.loading-bar:nth-child(2) {
  background-color: #3498db;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #3498db;
  animation-delay: 0.18s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
/* Modals */
.modal {
  border-radius: 6px;
}
.modal a,
.modal a:hover,
.modal a:focus {
  text-decoration: none;
  color: #007aff;
}
.modal-header {
  background: none;
  padding: 9px 15px;
  text-align: center;
  font-family: 'Avenir LT Roman';
  font-size: 18px;
  font-weight: 600;
}
#removeChaptersModal .modal-header {
  line-height: 25px !important;
}
#pxe-lightbox .pxe-modal-footer {
  position: relative;
  margin-top: -5px;
  border-top: 0 solid #ddd;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none repeat scroll 0 0 #000;
  width: auto;
  text-align: left;
  color: #fff;
}
.noteOverlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 99;
  background-color: #eee;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.infoModal {
  height: 179px !important;
}
.xxxloader {
  position: relative;
  right: -23px;
  margin-top: 4px;
  font-family: 'Avenir LT Roman';
  font-size: 14px;
}
.modal-body {
  font-family: 'Avenir LT Roman';
  font-size: 16px;
  font-weight: 500;
}
.load {
  opacity: 0;
}
.modal-body.body1 {
  height: auto !important;
}
.modal-body.body1 .book-chapter-detail {
  width: 265px;
}
.modal-body.body1 .book-chapter-detail .chapter_name {
  width: 180px;
}
.modal-body.body2 {
  height: auto !important;
  min-height: 130px;
}
.modal-title.about {
  font-size: 20px;
}
.modal-content.body1 {
  height: auto !important;
  min-height: 130px;
  width: 450px;
}
.exclamation-triangle-icon {
  float: left;
  padding: 44px;
}
.modal-message {
  padding-top: 29px;
}
.modal-content {
  height: 250px;
}
.remove-download-modal .modal-content {
  top: 36px;
  margin: 25%;
}
.download-modal .modal-content {
  margin: 10%;
  top: 30px;
}
.modal-header .close {
  opacity: 1;
  margin-top: 1px;
  color: #fff;
  font-size: 22px;
}
.loaderZip {
  position: absolute;
  top: 30%;
  left: 34%;
}
.loader {
  display: none;
  position: absolute;
  left: 249px;
  z-index: 55;
  width: 45px;
  text-align: center;
  font-family: 'Avenir LT Roman';
  font-size: 14px;
  font-weight: 600;
}
.warnBody {
  height: 158px !important;
  min-height: 158px !important;
}
.warnBody2 {
  min-height: 58px !important;
}
.tocDisabled {
  opacity: 0.5;
}
#tool:focus .tooltip {
  display: block;
}
.breadcrumb li:last-child {
  color: #333;
  font-family: 'Avenir LT Black', sans-serif;
}
.loaderComplete {
  position: relative;
  top: -44px;
  left: 207px;
  border: 8px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.modalWarning {
  top: 150px;
}
.Cancel {
  position: relative;
  top: -14px;
  left: -6px;
  border-radius: 15px;
  padding: 0;
  width: 49%;
  /* border-right: 1px solid #ddd; */
  height: 44px;
}
.btn-default {
  color: #026ecb !important;
}
.btn-default:hover {
  color: #026ecb !important;
}
.remove-btn {
  position: relative;
  top: -14px;
  left: 6px;
  border-radius: 15px;
  padding: 0;
  width: 50%;
  height: 44px;
  text-align: center;
}
.pull-middle {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  background: #000;
  width: 1px;
  height: 46px;
}
.modal-content {
  border-radius: 15px;
}
.modal-content2 {
  position: absolute;
  top: 186px;
  right: 56px;
  z-index: 999999999999;
  border: 1px solid;
  border-radius: 9px;
  background-color: #fff;
  height: 50px;
}
.loaderWrap {
  position: absolute;
  top: 170px;
  left: 102px;
}
.display_noneLoad {
  display: none !important;
}
.opacitySidebar {
  opacity: 0;
  pointer-events: none;
}
.disableAll {
  opacity: 0.5;
  pointer-events: none;
}
.infoModal {
  min-height: 50px !important;
}
.positionWifi {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1035;
}
.btn-default {
  border-color: transparent !important;
}
.modal-header .icon-menu_close:hover::before {
  color: #cce3f5 !important;
}
.text_remove {
  position: absolute;
  top: 70px;
  left: 44%;
  color: #5baeea;
  font-family: 'Avenir LT Roman';
  font-size: 40px;
  font-weight: bold;
}
.disable {
  opacity: 0.5;
  pointer-events: none;
}
.warning-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border: 7px solid transparent;
  border-bottom: 0 #000;
  border-top-width: 5px;
  width: 0;
  height: 0;
}
.required {
  position: absolute;
  right: -25px;
  margin-top: -8px;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px 8px;
  width: 198px;
  height: 45px;
  line-height: 34px;
  color: #000;
  font-size: 13px;
}
.required::before {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: -16px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
  content: '';
}
.required::after {
  position: absolute;
  top: 0;
  left: 16px;
  margin-top: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  width: 0;
  height: 0;
  content: '';
}
.display-error {
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #ffd232;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-size: 16px;
}
.modal-footer {
  text-align: left;
}
.navbar-pearson {
  /* Control Panel collapsed */
}
.navbar-pearson .container {
  box-shadow: none;
  padding: 0;
  width: 100%;
  text-shadow: none;
}
.navbar-pearson .navbar-collapse {
  display: none;
}
/* no js modal css here */
#nojs .modal-backdrop {
  z-index: 1040;
}
#nojs .modal {
  display: block;
  top: 26%;
  z-index: 1050;
}
#nojs .modal-content {
  height: inherit;
}
#nojs .modal-content .modal-header {
  background-color: #428bca;
}
#nojs .modal-content .modal-body {
  min-height: inherit;
  font-family: inherit;
}
#nojs .modal-content .modal-footer {
  border-top: 1px solid #e5e5e5 !important;
}
/* ========================MEDIA QUERY VARIABLES======================== */
/* Retina */
/* http://ux.pearsonschool.com/design/layout/realize-reader/breakpoints/
   @media only screen and (max-width: 539px) { }
   @media only screen and (min-width: 540px) and (max-width: 719px) { }
   @media only screen and (min-width: 720px) and (max-width: 959px) { }
   @media only screen and (min-width: 960px) { }
*/
/* RETINA DISPLAY
    Overrides styles for devices with a
    device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------------------- */
@media only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2) {
  .navDragbar_logo {
    background-size: 145px 20px;
    background-image: url('./img/Realize_Reader_Logo@2x.png');
  }
}
/* Top Nav */
@media only screen and (min-width: 981px) and (max-width: 1050px) {
  .navbar-pearson .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-fixed-top {
    position: fixed;
    margin-bottom: 0;
  }
  .navbar-pearson .btn-navbar,
  .navbar-pearson .navbar-collapse {
    display: none;
  }
}
@media (min-width: 671px) and (max-width: 767px) {
  .navbar-fixed-top {
    position: fixed;
    margin-bottom: 0;
  }
  .navbar-pearson .btn-navbar,
  .navbar-pearson .navbar-collapse {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 670px) {
  .navbar-pearson ul.nav > li > a {
    margin-left: -5px;
  }
  .navbar-fixed-top {
    position: fixed;
    margin-bottom: 0;
  }
  .navbar-pearson .btn-navbar,
  .navbar-pearson .navbar-collapse {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 0;
  }
  h2 small {
    display: block;
  }
  .navbar-pearson {
    position: fixed;
    margin: 0;
  }
  .navbar-pearson .navbar-brand {
    margin-left: 0;
  }
  .navbar-pearson .container {
    padding-top: 0;
    width: 100%;
  }
  .navbar-pearson .nine-dot-icon {
    padding-left: 20px;
  }
  .sidenav-pearson {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .navbar .btn-navbar {
    display: block;
    margin: 9px 9px 9px 5px;
    border-color: #fff;
  }
  .navbar .navbar-collapse {
    display: none;
  }
  .navbar .navbar-collapse > .nav > li > a {
    margin-left: 45px;
    border-bottom: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
  }
}
/* Native App UI */
.native-app-banner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  border: 1px solid #ddd;
  background: none repeat scroll 0 0 #f2f2f2;
  width: 100%;
  height: 55px;
  color: #000;
  font-size: 14px;
}
.native-app-banner > * {
  float: left;
}
.native-app-banner .close-btn {
  margin-top: 18px;
  margin-left: 30px;
  border: none;
  background: none;
  color: #787878;
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .native-app-banner .close-btn {
    margin-left: 10px;
  }
}
.native-app-banner .logo {
  margin: 9px 0 0 12px;
  border-radius: 6px;
}
.native-app-banner .description {
  margin: 9px 0 0 12px;
  line-height: 0.8em;
}
.native-app-banner .title {
  margin-bottom: 5px;
}
.native-app-banner .small-text {
  color: #6f6f6f;
  font-size: 0.7em;
}
.native-app-banner .link {
  margin: 18px 0 0 35px;
}
.breadcrumb li:last-child a {
  font-family: 'Avenir LT Heavy', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900;
}
.breadcrumb li:last-child span.screen-readers-only {
  display: inline;
}
.breadcrumb li span.screen-readers-only {
  display: none;
}
.input-group .form-control {
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  color: #d6d6d6;
}
.input-group-addon {
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  color: #ddd;
}
/* page loading overlay */
.progressing {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: 94%;
  overflow: hidden;
}
#progressing2,
#progressing3,
#progressing5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.overlayBg {
  position: fixed;
  top: 48px;
  left: 0;
  opacity: 0.9;
  z-index: 2000;
  background: none repeat scroll 0 0 #fff;
  width: 100%;
  height: 94%;
}
.progressing .progressing-bg,
#progressing2 .progressing-bg,
#progressing3 .progressing-bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 2000;
  background: none repeat scroll 0 0 #fff;
  width: 100%;
  height: 100%;
}
.download-container > .sideMenu-content {
  margin-top: -3px !important;
}
.loader2 {
  position: relative;
  bottom: 700px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin: 72px auto;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  overflow: hidden;
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
  text-indent: -9999em;
  color: #5baeea;
  font-size: 90px;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
.modal-dialog .modalOffline {
  margin: 270px auto !important;
}
.progressing img,
#progressing2 img,
#progressing3 img {
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 2001;
  margin-left: -64px;
}
#bookmarkModalError {
  display: table;
  margin: 0 auto;
}
/* AngularJS */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* New nav Bar */
/* New nav Bar */
.CloseApp {
  position: absolute;
  top: 13px;
  right: 11px;
}
.navbar {
  margin-bottom: 0;
  min-height: 45px;
}
.login-wrapper {
  height: 92% !important;
}
.nav-animated-bg {
  top: 0;
  right: 0;
  transition: all 0.4s ease 0s;
  background: #026ecb none repeat scroll 0 0;
  width: 0;
  height: 44px;
}
.input-group.menu-open .input-group-addon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -43px;
  border: 0;
  background: #fff none repeat scroll 0 0;
  height: 26px;
  color: #222;
}
.input-group.menu-open .form-control {
  border: 1px solid #fff;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #fff none repeat scroll 0 0;
  width: 100%;
  height: 26px;
  color: #222;
}
.addOpacity {
  opacity: 0;
}
.input-group.menu-open .form-control:focus {
  border: 1px solid #3692d6;
  background: #3692d6 none repeat scroll 0 0;
  color: #222;
}
.exitRealize {
  padding: 2px;
}
.form-control {
  font-size: 16px;
}
.nav-animated-bg.open {
  width: 350px;
}
a,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
.bookmark > .fa-2x {
  font-size: 23px;
}
.toggle-sidebar .menu-closed {
  background: rgba(0, 0, 0, 0) url('./img/menu_closed.png') no-repeat;
}
.display_none {
  display: none !important;
}
.toggle-sidebar .span-icon {
  display: inline-block;
  position: relative;
  z-index: 1040;
  width: 80px;
}
.toggle-sidebar .menu-open {
  background: rgba(0, 0, 0, 0) url('./img/menu_open.png') repeat scroll 0 0;
  width: 31px;
}
.openItem {
  top: 0;
}
.closeItem {
  top: 100%;
}
.navbarHeight {
  position: fixed;
  top: 43px;
}
.icon-bookmark::before {
  color: #3aa3ff;
  content: '\e65a';
}
.icon-bookmark_unselected::before {
  color: #d6d6d6;
}
.icon-bookmark_unselected:active::before {
  color: #888;
  content: '\e65d';
}
.icon-bookmark:active::before {
  color: #185386;
}
.icon-bookshelf::before {
  font-size: 25px;
  content: '\e659';
}
.icon-highlight::before {
  position: relative;
  top: 6px;
  font-size: 25px;
  content: '\e65b';
}
.icon-download::before {
  position: relative;
  top: 6px;
  left: 5px;
  margin-right: 7px;
  font-size: 25px;
}
.icon-basket_text::before {
  font-size: 25px;
  content: '\e906';
}
.icon-glossary::before {
  position: relative;
  top: 8px;
  font-size: 31px;
}
.icon-notebook-sidebar::before {
  position: relative;
  top: 5px;
  font-size: 31px;
  content: '\e61f';
}
.menu-icon-comments::before {
  font-size: 31px;
  content: '\e61f';
}
.menuClass {
  line-height: 24px;
  font-family: 'Avenir LT Roman';
  font-size: 18px !important;
  font-weight: 600;
}
input[type='search'].form-control:focus {
  border: 1px solid #333;
  background-color: #333;
}
input[type='search'].form-control {
  left: -3px;
  border-radius: 4px !important;
  padding: 0 26px 0 7px;
  width: 213px;
  height: 26px;
  line-height: 1px;
  font-family: 'Avenir LT Roman';
}
#searchfield {
  line-height: 1.5em !important;
}
.search .menu-open input[type='search']:focus {
  border: 1px solid #3692d6;
  background-color: #fff;
}
.top-nav .input-group-addon.menu-open:focus {
  border: 1px solid #fff;
  background-color: #fff;
  color: #5b5b5b;
}
.icon-menu_open::before {
  font-size: 14px;
}
.sidebar-menu-items .comment-count-menu-side-bar {
  display: inline-block;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  background: #cc333f;
  width: 15px;
  text-align: center;
  color: #f9f9f9;
  font-family: Avenir, sans-serif;
  font-size: 9px;
  font-weight: 100;
}
.comment-count-menu {
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 50%;
  background: #cc333f;
  width: 15px;
  height: 15px;
  line-height: 12px;
}
.comment-number {
  text-align: center;
  color: #f9f9f9;
  font-family: Avenir, sans-serif;
  font-size: 12px;
}
.comment-count-menu-top-bar {
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 6px;
  background: #cc333f;
  padding: 2px;
  min-width: 12px;
  height: 12px;
  text-align: center;
  line-height: 0.8;
  color: #f9f9f9;
  font-family: Avenir, sans-serif;
  font-size: 9px;
  font-weight: 100;
}
.top-bar-buttons-position-container {
  display: flex;
  float: right;
}
.top-bar-buttons {
  position: absolute;
  right: 360px;
  width: 100px;
  height: 44px;
}
.top-bar-buttons button {
  float: left;
  margin: 10px 3px 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
  width: 30px;
  height: 25px;
  color: #d6d6d6;
  font-family: 'k12_universal_icons';
  font-size: medium;
  font-weight: bold;
  font-style: normal;
}
.top-bar-buttons button:hover,
.top-bar-buttons button:active,
.top-bar-buttons button:focus {
  background: #424242;
}
.top-bar-buttons button.comment {
  font-size: 22px;
}
.top-bar-buttons button.comment .icon-comments_bubble {
  position: relative;
  top: -6px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.comment-number-top-bar {
  display: table-cell;
  text-align: center;
  color: #f9f9f9;
  font-family: Avenir, sans-serif;
  font-size: 10px;
}
.focusMenu {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 2px #3aa3ff inset !important;
}
#hamburger-menuItem span.text {
  position: relative;
  left: 9px;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 18px;
}
#hamburger-menuItem .icon-menu_close {
  position: relative;
  top: 4px;
  margin-left: 4px;
  border-top: 1px solid transparent;
  width: 24px;
  font-size: 18px;
}
#hamburger-menuItem .icon-menu_close:hover::before {
  color: #fff;
}
#hamburger-menuItem .icon-menu_close:active::before {
  color: #6ca8d6;
}
#hamburger-menuItem .icon-menu_close span.text {
  display: none;
}
button.clear-search {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 3;
  outline: 0;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  color: #b9b9b9;
}
button.clear-search.icon-menu_close:hover::before {
  color: #b9b9b9;
}
.input-group.menu-open {
  right: 40px;
  margin-right: 0;
  width: 240px;
}
.input-group.menu-open .clear-search {
  color: #222;
}
.input-group.menu-open .clear-search.icon-menu_close:hover::before {
  color: #222;
}
.toggle-sidebar .icon-menu_open {
  border-radius: 3px;
  width: 85px;
  height: 26px;
}
.nobookmarks button.bookmark:hover,
.nobookmarks button.bookmark:active {
  background: none;
}
button.bookmark,
button.print,
button.comment {
  margin-right: 5px;
  margin-left: 5px;
  border: none;
  border-radius: 3px;
  background: none;
  padding: 3px;
  width: 25px;
  height: 26px;
}
.toggle-sidebar.pull-right.menu:hover {
  border-radius: 3px;
  background-color: #424242;
}
.menu-open .toggle-sidebar.pull-right.menu:hover {
  background-color: transparent;
}
.toggle-sidebar .icon-menu_open:focus {
  box-shadow: none !important;
}
.visited {
  color: #3aa3ff !important;
}
.etext-modal .modal-header {
  background: #2e80bc !important;
}
.etext-modal .modal-title {
  letter-spacing: 0.4px;
  color: #fff;
}
.etext-modal .modal-body {
  padding: 0;
}
.etext-modal .download-container {
  position: relative;
  background: #f9f9f9;
  padding: 0;
  height: 100%;
}
.etext-modal .thumbnail {
  margin: 0 15px 15px;
}
.thumbnailDown {
  margin: 15px;
}
.right-img-off {
  margin-top: 10px;
  margin-left: 10px;
}
.right-img-off2 {
  position: relative;
  top: -10px;
  left: -10px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #2e80bc;
  width: 61px;
  height: 47px;
}
#OK {
  margin-top: -5px;
  width: 100%;
}
.pgntdownladCntnt {
  height: 120px;
}
.pgntdownladBody {
  min-height: 72px !important;
}
.pgntdownladBodyoff {
  width: 350px;
  height: 182px;
}
.Okbook {
  position: relative;
  left: 115px;
}
.pgntdownladCntntoff {
  height: 194px !important;
}
.offlinefoot {
  position: relative;
  bottom: 155px;
}
.btn-default:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.modal-header .close2:hover::before {
  color: #000 !important;
}
.modal-header .close2 {
  color: #000 !important;
}
.noteBookoverlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 999;
  background-color: #eee;
  width: 100%;
  height: 100%;
}
.noteBookoverlay2 {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.right-img-off2 > img {
  position: relative;
  top: 10px;
  left: 14px;
}
.content-off {
  border-left: 2px solid #337fc1;
  padding: 6px;
  width: 340px;
  height: 57px;
}
.content-off2 {
  margin-left: 61px;
  border-left: 2px solid #337fc1;
  background-color: #eee;
  padding: 6px;
  width: 475px;
  height: 57px;
  text-align: left;
}
.content-off2 > b {
  line-height: 32px;
}
#alertOffline {
  position: absolute;
  top: 51px;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
#alertOffline2 {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 99999;
  margin-left: -260px;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.7);
  width: 520px;
}
.container-off {
  border: 2px solid #000;
  background: #fff;
  height: 50px;
  overflow: hidden;
}
.offline_wrap {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 9999;
  margin-left: -250px;
  background: #fff;
  width: 500px;
}
.cont-left {
  margin-right: 20px;
  width: 168px;
  height: 168px;
}
.cont-right {
  margin-top: 40px;
  overflow: hidden;
}
.cont-right h2 {
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 1281px) {
  #small_menu,
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 204px;
    height: 31px;
  }
  .input-group.menu-open {
    right: 40px;
    margin-left: 17px;
    width: 240px;
  }
}
/* -----------Large Tablet---------------- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #small_menu,
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 204px;
    height: 31px;
  }
  .input-group.menu-open {
    right: 40px;
    margin-left: 17px;
    width: 240px;
  }
  .toggle-sidebar .icon-menu_open:active {
    border-radius: 3px;
  }
}
/* --------------------------- */
@media screen and (min-width: 720px) and (max-width: 1024px) {
  #small_menu,
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 204px;
    height: 31px;
  }
  .input-group.menu-open {
    right: 40px;
    margin-left: 17px;
    width: 240px;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) and (max-aspect-ratio: 1.44444444) {
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 150px;
    height: 31px;
  }
  .toggle-sidebar .icon-menu_open:active {
    border-radius: 3px;
  }
  #small_menu,
  a.exitRealize.menu-open,
  button.bookmark.menu-open,
  button.print.menu-open {
    display: none;
  }
  .container-fluid.menu-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .input-group.menu-open {
    right: 40px;
    margin-left: 17px;
    width: 240px;
  }
  #hamburger-menuItem .icon-menu_close {
    margin-right: 4px;
  }
  .breadcrumb {
    display: none !important;
  }
  #iframe-holder {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) and (min-aspect-ratio: 1.44444444) {
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 150px;
    height: 31px;
  }
  #small_menu {
    display: none;
  }
  .toggle-sidebar .icon-menu_open:active {
    border-radius: 3px;
  }
  a.exitRealize.menu-open,
  a.bookmark.menu-open {
    display: none;
  }
  .container-fluid.menu-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .input-group.menu-open {
    right: 40px;
    margin-left: 17px;
    width: 240px;
  }
  #hamburger-menuItem .icon-menu_close {
    margin-right: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #small_menu,
  .input-group-small {
    display: none;
  }
  .exitRealize i {
    display: block;
    width: 204px;
    height: 31px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 540px) and (orientation: landscape) {
  #large_menu {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #large_menu {
    display: none;
  }
  .toggle-sidebar .span-icon {
    display: inline-block;
    position: relative;
    z-index: 1040;
    width: 16px;
    height: 16px;
  }
  .exitRealize i {
    display: block;
    width: 150px;
    height: 31px;
  }
  .input-group-small {
    display: table;
    position: relative;
    border-collapse: separate;
  }
  .input-group {
    display: none;
  }
  .icon-menu_close {
    position: relative;
    top: 0;
    width: 27px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  #large_menu {
    display: none;
  }
  .toggle-sidebar .span-icon {
    display: inline-block;
    position: relative;
    z-index: 1040;
    width: 16px;
    height: 16px;
  }
  .exitRealize i {
    display: block;
    width: 150px;
    height: 31px;
  }
  .input-group-small {
    display: table;
    position: relative;
    border-collapse: separate;
  }
  .input-group {
    display: none;
  }
  .icon-menu_close {
    position: relative;
    top: 0;
    width: 27px;
  }
}
#pxe-lightbox.modal {
  display: none;
  position: fixed;
  left: 0;
  margin-left: 0;
  outline: medium none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
#pxe-lightbox .pxe-modal-header {
  box-sizing: border-box;
  position: relative;
  top: 9px;
  margin-left: 0;
  background: none repeat scroll 0 0 #000;
  padding: 12px !important;
  width: 100%;
  height: 40px;
  text-align: left !important;
}
img#pxe-lightbox-content {
  margin-left: -9px;
}
#pxe-lightbox .pxe-modal-body {
  position: relative;
  background-color: #fff;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
  text-align: center !important;
  -webkit-overflow-scrolling: touch !important;
}
.modalOver {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.content {
  position: relative;
  top: -25px;
  border-left: 2px solid #337fc1;
  padding: 6px;
  width: 300px;
  height: 57px;
}
.content2 {
  position: relative;
  top: -25px;
  left: -33px;
  border-left: 2px solid #337fc1;
  padding: 10px;
  width: 479px;
  height: 56px;
}
.lg {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 350px;
  margin-left: -273px;
  border: 2px solid #000;
  width: 600px !important;
  height: 60px !important;
}
.md {
  position: relative;
  top: 64px;
  left: 440px;
  border: 2px solid blue;
  width: 391px !important;
  height: 60px !important;
}
.right-img {
  margin-top: -10px;
  margin-left: 5px;
}
#pxe-lightbox .close {
  position: absolute;
  top: 11px;
  right: 10px;
  opacity: 1;
  background: url('./img/icon-remove.png') no-repeat 0 0 transparent;
  cursor: pointer;
  width: 17px;
  height: 17px;
}
.pxe-modal-dialog {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#downloadManagerModal .chapter-list {
  overflow-y: scroll;
  max-height: 190px;
  min-height: 175px;
}
.download-manager .chapter-list {
  overflow-y: scroll;
}
.toggle-select-option {
  position: relative;
  top: 3px;
  font-weight: bold;
}
.search input#searchfield {
  font-family: 'Avenir LT Roman';
}
.search input#searchfield:focus::-webkit-input-placeholder {
  color: #626262;
}
.search input#searchfield:focus::-moz-placeholder {
  color: #626262;
}
.search input#searchfield:focus:-moz-placeholder {
  color: #626262;
}
.search input#searchfield.open-menu-placeholder {
  font-family: 'Avenir LT Roman';
}
.search input#searchfield.open-menu-placeholder::-webkit-input-placeholder {
  color: #222;
}
.search input#searchfield.open-menu-placeholder::-moz-placeholder {
  color: #222;
}
.search input#searchfield.open-menu-placeholder:-moz-placeholder {
  color: #222;
}
.search input#searchfield.open-menu-placeholder:focus::-webkit-input-placeholder {
  color: #ccc;
}
.search input#searchfield.open-menu-placeholder:focus::-moz-placeholder {
  color: #ccc;
}
.search input#searchfield.open-menu-placeholder:focus:-moz-placeholder {
  color: #ccc;
}
#sessionTimeoutTitle {
  float: left;
  user-select: none;
}
.common-info-modal #sessionTimeoutPopup {
  position: absolute;
  z-index: 5000;
}
#sessionTimeoutPopup .modal-dialog,
#sessionTimeoutPopup .modal-body {
  width: 700px;
}
#sessionTimeoutPopup .modal-body {
  /* Title - 48px + buttons at bottom 48px */
  min-height: 96px;
}
#logoutPopup {
  width: 700px;
}
.subLogoutPopup {
  height: 48px;
}
.topLogoutPopup {
  top: 0;
  margin: 15px;
}
.midLogoutPopup {
  margin: 15px;
  line-height: 18px;
  user-select: none;
}
.bottomLogoutPopup {
  float: right;
  border-top: 1px solid #000;
  background-color: #f3f3f3;
  padding: 10px;
  width: 700px;
}
.bottomLogoutPopup button {
  float: right;
}
.bottomLogoutPopupButton {
  float: right;
  border: 1px solid #000;
  height: 28px;
}
.logoutBtn {
  margin: 0 10px;
  background-color: #f3f3f3;
  height: 28px;
}
.resetBtn {
  background-color: #000;
  color: white;
}
.container-notification {
  position: fixed;
  background-color: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  z-index: 1000;
}
.tempNotice {
  color: white;
  padding-left: 5px;
  font-size: 15px;
}
.middle-nav-view {
  position: fixed;
  top: 90px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 90px);
}
.left-side-bar,
.right-side-bar {
  position: absolute;
  top: 41px;
  padding-left: 14px;
  width: 60px;
  height: 100%;
}
.left-side-bar .nav-previous-button,
.right-side-bar .nav-previous-button,
.left-side-bar .nav-next-button,
.right-side-bar .nav-next-button {
  position: inherit;
  top: 44%;
  border: none;
  background: #f2f2f2;
  padding: 0;
  font-size: 33px;
}
.left-side-bar .nav-previous-button.disabled,
.right-side-bar .nav-previous-button.disabled,
.left-side-bar .nav-next-button.disabled,
.right-side-bar .nav-next-button.disabled {
  cursor: no-drop;
}
.left-side-bar .nav-previous-button.disabled .icon-left_chevron_circle,
.right-side-bar .nav-previous-button.disabled .icon-left_chevron_circle,
.left-side-bar .nav-next-button.disabled .icon-left_chevron_circle,
.right-side-bar .nav-next-button.disabled .icon-left_chevron_circle,
.left-side-bar .nav-previous-button.disabled .icon-right_chevron_circle,
.right-side-bar .nav-previous-button.disabled .icon-right_chevron_circle,
.left-side-bar .nav-next-button.disabled .icon-right_chevron_circle,
.right-side-bar .nav-next-button.disabled .icon-right_chevron_circle {
  color: #cdcdcd;
}
.left-side-bar .zoom-buttons,
.right-side-bar .zoom-buttons {
  position: relative;
  top: 75%;
  border: none;
}
.left-side-bar .zoom-buttons button,
.right-side-bar .zoom-buttons button {
  border: none;
  background: #f2f2f2;
}
.left-side-bar .zoom-buttons div:first-child button,
.right-side-bar .zoom-buttons div:first-child button {
  line-height: 0;
}
.left-side-bar .zoom-buttons div,
.right-side-bar .zoom-buttons div {
  margin-top: 2px;
}
.left-side-bar .zoom-buttons div .current-zoom,
.right-side-bar .zoom-buttons div .current-zoom {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.left-side-bar .zoom-buttons div button,
.right-side-bar .zoom-buttons div button {
  padding: 1px 5px;
  font-size: 25px;
}
.left-side-bar .zoom-buttons div button[disabled],
.right-side-bar .zoom-buttons div button[disabled] {
  cursor: no-drop;
  color: #cdcdcd;
}
.left-side-bar {
  left: 0;
}
.right-side-bar {
  right: 0;
}
.rr-error-message {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rr-error-message .left-part {
  float: left;
  margin-top: 15%;
  width: 50%;
  height: 250px;
  user-select: none;
}
.rr-error-message .circle.small {
  float: right;
  margin-right: 10%;
  border: 8px solid #026ecb;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.rr-error-message .circle h1 {
  margin-top: 110px;
  text-align: center;
  color: #026ecb;
  font-family: Avenir LT Heavy, sans-serif;
  font-size: 55px;
  font-weight: 700;
}
.rr-error-message .right-part {
  float: right;
  margin-top: 20%;
  width: 50%;
  height: 250px;
  user-select: none;
}
.rr-error-message .right-part h2,
.rr-error-message .right-part h4 {
  font-family: Avenir LT Heavy, sans-serif;
}
.rr-error-message .right-part h2 {
  color: #026ecb;
  font-size: 30px;
}
.rr-error-message .right-part h4 {
  font-size: 24px;
  font-weight: 100;
}
.rr-error-message .rr-err-suggest {
  margin-top: 5px;
  font-size: 18px;
}
.spread-view .spread-notify-content {
  transform: translate(0, 65%);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 #464646;
  background-color: #fff;
  height: 210px;
}
.spread-view .spread-notify-header {
  border-bottom: none;
}
.spread-view .btn-ok {
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #000;
  width: 78px;
  color: #fff;
}
.spread-view .spread-notify-msg {
  line-height: 22px;
  font-size: 18px;
}
.spread-view .spread-notify-chk-box {
  margin-top: 20px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 500px;
}
.spread-view .spread-notify-chk-box input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 9px;
  border: 1px solid #979797;
  width: 19px;
  height: 20px;
  vertical-align: middle;
}
.spread-view .spread-notify-chk-box input[type='checkbox']:checked::after {
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1px;
  margin-left: 6px;
  border: 1px solid #979797;
  /* important since bootstrap.min.css has a conflicting important style */
  border-width: 0 2px 2px 0 !important;
  width: 5px;
  height: 12px;
  content: '';
}
.spread-view .spread-notify-chk-box input[type='checkbox']:focus {
  /* important since book.min.css has a conflicting important style */
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
  box-shadow: 1px 1px #5baeea inset, -1px -1px #5baeea inset !important;
}
.spread-view .spread-notify-chk-box label {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  font-weight: 500;
}
.spread-view .spread-notify-btn {
  display: block;
  padding: 10px;
  text-align: center;
}
.spread-view .spread-notify-btn-down {
  padding: 44px;
}
.spread-view .spread-notify-btn-offline {
  padding: 50px;
}
.spread-view .modal-header .close {
  color: #000;
  font-size: 11px;
}
.spread-view .close:hover {
  color: #979797;
}
.spread-view .modal-body {
  padding: 22px;
}
/* Body */
.bodyFont.chrome-app.isSummary {
  background-color: #f3f3f3;
}
:not(#all-notes-container):not(.shortcut-slider):focus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 2px #3aa3ff inset !important;
}
:not(#all-notes-container):not(.shortcut-slider):focus .notebook-saved-prompt,
:not(#all-notes-container):not(.shortcut-slider):focus .notebook-all-notes-saved-footer {
  padding: 5px;
}
html:focus,
#bookshelf-content:focus {
  box-shadow: none !important;
}
/* Main Content */
#book-contents {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#iframe-holder webview {
  width: 100%;
  height: 100%;
}
.iframe-holder-scroller {
  -webkit-transition: 0.2s ease-in-out margin-left, 0.5s ease-in-out padding-top;
  -moz-transition: 0.2s ease-in-out margin-left, 0.5s ease-in-out padding-top;
  -ms-transition: 0.2s ease-in-out margin-left, 0.5s ease-in-out padding-top;
  -o-transition: 0.2s ease-in-out margin-left, 0.5s ease-in-out padding-top;
  transition: 0.2s ease-in-out margin-left, 0.5s ease-in-out padding-top;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.iframe-holder-scroller.spread-overflow {
  overflow-x: auto;
  overflow-y: scroll;
}
.side-nav-opened {
  margin-left: 300px;
}
.side-nav-closed {
  margin-right: 0;
}
/* iFrame */
iframe {
  display: block;
  z-index: 1;
  border: none;
  background: transparent;
  width: 100% !important;
  height: 100%;
}
iframe p {
  text-align: justify !important;
}
.touch .nav-container .pagination-container button {
  width: auto !important;
}
/* Spread View Content */
.back-spread-bar {
  border-bottom: groove;
  background-color: #f0f8ff;
  padding: 16px;
}
.spread-view-header {
  background: black;
  height: 41px;
}
.spread-view-close-button {
  position: relative;
  float: right;
  border: none;
  background: black;
  padding: 0 0 0 10px;
  height: 100%;
  text-align: center;
  color: white;
}
.spread-view-close-button .spread-view-close-label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
}
.spread-view-close-button .icon-close {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}
.spread-view-close-button .icon-close::before {
  font-size: 23px;
}
.book-spread-container {
  border-right: 60px solid #f2f2f2;
  border-left: 60px solid #f2f2f2;
}
.book-spread-container .overlay-wrap {
  width: 90%;
  height: 93%;
}
/* Export */
#export-container {
  display: none;
}
/* error modal */
#errorModal.modal {
  z-index: 1050;
  margin-top: 112.5px !important;
  background-clip: padding-box;
}
#errorModal .modal-title {
  font-size: 18px;
  font-style: normal;
}
#errorModal .modal-header {
  border: none;
  background: none;
  padding: 3px 15px;
  text-align: center;
}
#errorModal .modal-body {
  font-size: 12px;
  font-style: normal;
}
#errorModal .modal-header .close {
  margin-top: 5px;
  font-size: 18px;
}
#errorModal .modal-footer {
  margin-bottom: 0;
  border-top: 2px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 0 #fff inset;
  background: none;
  padding: 10px 0;
  text-align: justify;
  font-style: normal;
}
#errorModal .modal-footer div {
  display: inline-block;
  clear: both;
  padding: 15px 5px;
  width: 136px;
  text-align: center;
  font-size: 16px;
}
#errorModal .modal-footer div:first-of-type {
  border-right: 1px solid #ddd;
}
#errorModal .modal-footer a {
  cursor: pointer;
}
#errorModal .modal-footer a:hover {
  text-decoration: none;
  color: #2768f4;
}
input:focus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 0 inset !important;
}
#closeErrorWindow {
  font-weight: bold;
}
span.text-danger {
  position: absolute;
  padding-right: 15px;
  width: 84%;
  color: #a94442;
  font-size: 14px;
}
#iframe-holder {
  transition: margin-left linear 1s;
  width: 100%;
  height: 100%;
}
#iframe-holder.hide-crumbs {
  padding-top: 0;
  padding-bottom: 0;
}
#iframe-holder.pluginsLoading {
  pointer-events: none;
}
.iframe-sidebar {
  padding-right: 350px;
}
#book-subnav {
  position: relative;
  top: 0;
  transition: 0.5s;
  z-index: 99;
  width: 100%;
  overflow: hidden;
}
.notification-bar {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #dadada;
  background: #f3f3f3;
  width: 100%;
  height: 48px;
  /* 50-2 for border */
  line-height: 48px;
  /* same height as container */
  font-family: 'Avenir LT Roman', sans-serif;
}
.notification-bar .assignment-status {
  display: inline-block;
}
.notification-bar .notification-icon {
  vertical-align: middle;
  font-size: 28px;
}
.notification-bar .notification-text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 18px;
}
.notification-bar .notification-info,
.notification-bar .notification-warn,
.notification-bar .notification-error,
.notification-bar .notification-success {
  display: inline-block;
  margin-left: 32px;
  vertical-align: middle;
  line-height: 48px;
}
.notification-bar .notification-info {
  color: #000;
}
.notification-bar .notification-warn {
  color: #026ecb;
}
.notification-bar .notification-error {
  color: #cc333f;
}
.notification-bar .notification-success {
  color: #0bad8c;
}
.notification-bar .download-switch {
  float: right;
  margin-right: 32px;
  margin-left: 10px;
  font-size: 14px;
}
.notification-bar .download-switch .option-name {
  position: absolute;
  top: -10px;
  margin-left: -43px;
  font-size: 16px;
  font-weight: normal;
}
.notification-bar .download-switch .loading {
  top: -10px;
  right: 80px;
  font-size: 16px;
}
.notification-bar .switch {
  margin-top: 10px;
}
.notification-bar .switch-value,
.notification-bar .switch-label {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
}
.notification-bar .switch-value {
  position: static;
  width: 40px;
}
.notification-bar .slider-container {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 26px;
}
.breadcrumb {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  background: #fff;
  padding: 0 0 0 32px;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #333;
  font-size: 14px;
}
.breadcrumb .icon-breadcrumb {
  display: inline;
  position: relative;
  top: 0;
  opacity: 0.8;
  padding: 0 0 0 5px;
  font-size: 23px;
}
.breadcrumb > .active {
  color: #333;
  font-family: 'Avenir Optimized Black', sans-serif;
}
.breadcrumb > li {
  float: left;
}
.breadcrumb li {
  position: relative;
  top: 4px;
  margin: 0;
  padding-right: 4px;
  height: 32px;
}
.breadcrumb > li + li::before {
  display: none;
}
.breadcrumb > li + li i::before {
  color: #333;
  content: '\e663 ';
}
.breadcrumb li:first-child .icon-breadcrumb {
  display: none;
}
.breadcrumb a {
  position: relative;
  top: -4px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
.breadcrumb.breadcrumb-hidden {
  margin-top: -35px;
}
.page-navigation-bar-container.footer-hidden {
  bottom: -50px !important;
}
.searchInput {
  position: absolute;
  top: 5px;
  right: 107px;
}
.searchInput.sidebar-open {
  right: 0;
}
.toggle-sidebar.pull-right.menu {
  position: absolute;
  top: 8px;
  right: 7px;
  border: none;
  background: none;
  padding: 0 3px;
  text-decoration: none;
  color: #fff !important;
}
#large_menu span,
#small_menu span {
  padding: 0 0 0 7px;
  font-size: 20px;
}
.cbp-spmenu a:not(.shortcut-more-link) {
  display: block;
  padding: 22px 16px !important;
  line-height: 14px;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.cbp-spmenu button.search-more {
  display: block;
  border: none;
  background: none;
  padding: 22px 16px;
  width: 100%;
  line-height: 14px;
  color: #026ecb;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.cbp-spmenu button.search-more:hover {
  color: #185386;
}
.cbp-spmenu a:active,
.cbp-spmenu a.active {
  background: #e1e1e1;
}
.topSpace {
  margin-top: 34px;
}
.bookmarkIcon:focus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 2px #3aa3ff inset !important;
}
.print {
  margin-right: 0 !important;
}
.offline_icon {
  margin: auto;
  padding: 3px;
  width: 25px;
  height: 26px;
}
.offline_icon span {
  position: absolute;
  top: 4px;
  border-radius: 3px;
  padding: 5px;
  color: #d6d6d6;
  font-family: 'k12_universal_icons';
  font-size: medium;
  font-weight: bold;
  font-style: normal;
  margin-left: -10px;
}
.offline-img {
  width: 25px;
  height: 26px;
}
.search-description {
  position: absolute;
  width: 0;
  height: 0;
  color: #fff;
  font-size: 0;
}
@media screen and (min-width: 540px) and (max-width: 1024px) {
  .notification-bar .download-switch {
    margin-right: 12px;
  }
}
.switch-account {
  margin: 20% auto;
  height: 200px;
  width: 30%;
  background: white;
  color: black;
  padding: 20px;
  border: 5px solid #c2c2c2;
}
.switch-account div.buttons {
  padding: 5px;
}
.switch-account p {
  float: left;
  padding: 5px;
}
/*
------------------------------------
    Chapter Media
------------------------------------
*/
#media {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
#media li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding: 10px;
}
#media li:hover,
#media li:focus {
  background-color: #e6e6e6;
}
#media li h5 {
  margin-top: 0;
}
#media li img {
  border: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 200px;
  vertical-align: middle !important;
}
/*
------------------------------------
    nine dot menu
------------------------------------
*/
#nine-dot {
  position: relative;
  -webkit-transition: 0.2s ease-in-out -webkit-transform;
  -moz-transition: 0.2s ease-in-out -moz-transform;
  -ms-transition: 0.2s ease-in-out -ms-transform;
  -o-transition: 0.2s ease-in-out -o-transform;
  transition: 0.2s ease-in-out transform;
}
#nine-dot.sidebar-open {
  -webkit-transform: translateX(316px);
  -moz-transform: translateX(316px);
  -ms-transform: translateX(316px);
  -o-transform: translateX(316px);
  transform: translateX(316px);
}
#nine-dot .nine-dot-icon {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  margin-left: 50px;
  border: none;
  background-color: transparent;
  background-image: url(./img/9GridMenuBtn.png);
  width: 28px;
  height: 28px;
}
#nine-dot .nine-dot-icon:focus {
  transform: translate3d(1px, 1px, 0);
  opacity: 0.9;
}
#nine-dot .nine-dot-popout {
  position: absolute;
  top: 41px;
  left: 25px;
  margin-top: 10px;
  padding: 0;
}
#nine-dot .nine-dot-popout .menu-items {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 0;
  width: 305px;
  overflow: hidden;
  list-style: none;
}
#nine-dot .nine-dot-popout li {
  display: inline-block;
  position: relative;
  margin: 0;
  background-position: 50% 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  padding-top: 50px;
  width: 100px;
  height: 100px;
  vertical-align: top;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
}
#nine-dot .nine-dot-popout li:focus:not(.selected) {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#nine-dot .nine-dot-popout li > a {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  line-height: 16px;
  font-size: 14px;
  font-weight: inherit;
}
#nine-dot .nine-dot-popout li.selected > a {
  font-weight: bold;
}
#nine-dot li.left-top {
  border-top-left-radius: 6px;
}
#nine-dot li.right-top {
  border-top-right-radius: 6px;
}
#nine-dot li.left-bottom {
  border-bottom-left-radius: 6px;
}
#nine-dot li.right-bottom {
  border-bottom-right-radius: 6px;
}
#nine-dot .nine-dot-popout a:hover,
#nine-dot .nine-dot-popout a:active {
  text-decoration: none;
}
/* nine-dot arrow */
#nine-dot .nine-dot-popout .arrow {
  display: block;
  position: absolute;
  top: -15px;
  left: 31px;
  z-index: 1;
  border-width: 8px;
  border-top-width: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}
.notification-modal .modal {
  width: 100%;
  height: 100%;
}
.notification-modal .modal-dialog {
  top: 84px;
  left: 0;
  margin: 0 auto;
  width: 470px;
}
.notification-modal .rr-notification-content {
  transform: translate(0, 65%);
  border-radius: 5px;
  background-color: #fff;
  height: 190px;
}
.notification-modal .rr-notification-header {
  border-bottom: none;
  background-color: #2e80bc;
  color: #fff;
}
.notification-modal .rr-notification-msg {
  line-height: 22px;
  font-size: 18px;
}
.notification-modal .rr-notification-close {
  float: right;
  padding-top: 20px;
}
.notification-modal .modal-header .close {
  color: #000;
  font-size: 11px;
}
.notification-modal .close:hover {
  color: #979797;
}
.notification-modal .modal-body {
  padding: 22px;
  min-height: 190px;
}
.notification-modal .close-btn {
  width: 96px;
  height: 36px;
  border: solid #2e80bc;
  border-width: 1px;
  color: #2e80bc;
}
.notification-modal .up-z-index {
  z-index: 2;
}
.offline-help .about-modal-label {
  line-height: 24px;
  letter-spacing: 0.9px;
  font-weight: 600;
}
.offline-help a,
.offline-help a:hover,
.offline-help a:active,
.offline-help a:visited,
.offline-help a:focus {
  text-decoration: underline !important;
  display: inline-block;
  color: #2150a3;
}
.offline-help .modal-dialog {
  top: 28% !important;
  left: 0 !important;
  margin: 0 auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  max-height: 270px;
}
.offline-help #offlineHelpModalabel {
  font-size: 20px;
}
.offline-help .modal-body {
  min-height: 130px;
  overflow-y: auto;
  padding: 30px;
  font-size: 17px;
  user-select: text !important;
  -webkit-user-select: text !important;
}
.offline-help .offline-help-chk-box input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 3px;
  border: 1px solid #5b5b5b;
  width: 19px;
  height: 20px;
  vertical-align: middle;
}
.offline-help .offline-help-chk-box .check-box:checked {
  background-color: #0072EE;
}
.offline-help .offline-help-chk-box input[type='checkbox']:checked::after {
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1px;
  margin-left: 6px;
  border: 1px solid white;
  /* important since bootstrap.min.css has a conflicting important style */
  border-width: 0 2px 2px 0 !important;
  width: 5px;
  height: 12px;
  content: '';
}
.offline-help .offline-help-chk-box input[type='checkbox']:hover {
  border-radius: 3px ;
  border: 1px #1b78bb solid !important;
  box-shadow: 0 0 0 2px #5baeea inset !important;
}
.offline-help .offline-help-chk-box label {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  font-weight: 500;
}
.bookshelf {
  position: relative;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
body.modal-open {
  overflow: hidden;
}
.downloadImg {
  width: 194px !important;
}
.download-container {
  margin-top: -15px;
  height: 275px;
}
/* No Book */
.noBooks {
  top: 166px;
  width: 612px;
  height: 450px;
}
.centerHorizontally {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
/* Top Nav */
#logo {
  margin-left: 0;
  padding-top: 12px;
}
#logo.navbar-brand {
  height: 47px;
}
.sidebar-handle {
  display: none;
}
/* Bookshelf Nav */
#filters-container {
  padding-top: 10px;
}
#results-sort {
  position: relative;
  border: none;
  background: none;
  padding-top: 5px;
  padding-bottom: 9px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
}
#results-sort-label img {
  margin-top: -3px;
}
#results-sort-container {
  display: inline-block;
  float: right;
  cursor: pointer;
  padding-left: 5px;
}
#results-sort-listbox {
  display: block;
  position: absolute;
  top: 55px;
  right: 82px;
  left: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  cursor: pointer;
  width: 113px;
  text-align: left;
}
#results-layout {
  margin: 10px 0 0 10px;
}
#results-sort-listbox .arrow {
  left: 91% !important;
}
#search-bar-container {
  position: relative;
  margin: 20px 0 0;
}
#search-bar-container .fa-times {
  position: absolute;
  top: 6px;
  left: 476px;
  cursor: pointer;
}
#search {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  padding-left: 30px;
  width: 500px;
  height: 28px;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
#search-icon {
  position: absolute;
  top: 6px;
  left: 7px;
  background: url('./img/sprite.png') no-repeat scroll -50px 1px;
  cursor: pointer;
  width: 16px;
  height: 17px;
}
ul#layout-controls {
  padding-top: 10px;
}
ul#layout-controls > li {
  float: left;
}
.clearable.onX {
  cursor: pointer;
}
.nobook-pearson {
  display: block;
  margin-top: 4%;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
}
.nobook-pearson .btn {
  border-radius: 0;
  background-color: #0071b1;
  background-image: -moz-linear-gradient(top, #0071b1, #04427c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0071b1), to(#04427c));
  background-image: -webkit-linear-gradient(top, #0071b1, #04427c);
  background-image: -o-linear-gradient(top, #0071b1, #04427c);
  background-image: linear-gradient(to bottom, #0071b1, #04427c);
}
#grid-view .bookutilities {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 0;
  list-style: none outside none;
}
#grid-view .bookutilities li {
  display: inline-block;
  padding: 0 7px;
}
#grid-view .bookutilities li:last-child {
  padding-right: 0;
}
#grid-view .bookview-details {
  display: inline-block;
  padding-left: 10px;
  width: 140px;
}
#grid-view .book-author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
#grid-view .book-title {
  margin-bottom: 4px;
  height: 55px;
  word-break: break-all;
  font-size: 14px;
  font-weight: bold;
}
#grid-view .book-copyright {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
#grid-view .book-renew {
  position: absolute;
  top: 115px;
}
#list-view .bookutilities {
  margin-left: 0;
  list-style: none outside none;
}
#list-view .bookutilities li {
  display: inline-block;
  padding-right: 10px;
}
#list-view .bookutilities li:first-child {
  padding-left: 15px !important;
}
#list-view .bookutilities li:last-child {
  padding-right: 0;
}
#list-view {
  margin-right: auto;
  margin-left: auto;
}
#list-view .fa {
  padding-left: 10px;
  text-decoration: none;
}
#list-view .fa-sort-down {
  vertical-align: top;
}
#list-view .table-view {
  font-size: 14px;
}
#list-view th img {
  padding-left: 5px;
}
#list-view .favourite-icon {
  width: 15px;
}
#list-view .img-book {
  display: block;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
#list-view img.img-book {
  border: 1px solid #000;
  width: 45px;
  height: 65px;
}
#list-view .bookview-details td {
  border-top: 0;
  padding: 0 8px 0 0;
}
#list-view .bookview-details a {
  color: #000;
}
#list-view thead a {
  text-decoration: none;
}
#list-view th {
  border-bottom: 1px solid #666;
  font-weight: normal;
}
#list-view .valign-middle {
  vertical-align: middle;
}
#list-view .valign-top {
  vertical-align: top;
}
#list-view .center-text {
  text-align: center;
}
#list-view th:first-child {
  padding-bottom: 2px;
  padding-left: 15px;
}
#list-view .alignments {
  vertical-align: middle;
  text-align: center;
}
#list-view tbody {
  background: #fff;
}
#list-view .title {
  height: 20px;
}
.img-polaroid {
  border-bottom: none;
  border-left: none;
  border-top-width: 2px;
  border-right-width: 2px;
}
#search-type {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-left: -4px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  padding: 0 2px 0 12px;
  width: 102px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
#search-type span {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 4px;
  width: 58px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search-type img {
  margin-top: -2px;
  padding-left: 4px;
}
#search-type .popover {
  display: block;
  top: 23px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 99px;
}
#search-type .arrow {
  left: 86% !important;
}
/** Book details popup */
.etext-modal {
  outline: none;
  border-radius: 8px;
}
.etext-modal .close {
  text-shadow: none;
}
.modal-header .icon-menu_close {
  position: relative;
  top: 2px;
  margin-left: 0;
  border-top: 1px solid transparent;
  width: 25px;
  color: #cce3f5;
  font-size: 21px;
}
.modal-header .icon-menu_close:hover::before {
  color: #fff;
}
.modal-header .icon-menu_close:active::before {
  color: #6ca8d6;
}
.etext-modal .modal-body {
  font-family: 'Avenir LT Roman', sans-serif;
}
.etext-modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-detailsDown {
  display: inline-block;
  margin: 0;
  border: 1px solid #000;
  padding: 0;
  width: 100px;
  height: 140px;
}
.etext-modal .img-details {
  display: inline-block;
  margin: 0;
  border: 1px solid #000;
  padding: 0;
  width: 180px;
  height: 240px;
}
.etext-modal .thumbnail .book-details {
  height: 240px;
}
.bookmark-list-item {
  min-height: 308px;
  overflow-y: auto;
}
.isfocus {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 2px #3aa3ff inset !important;
}
#toc i[aria-expanded='true'],
#toc i[aria-expanded='true'] + a,
#toc i.focus,
#toc i.focus + a {
  color: #3aa3ff !important;
}
.etext-modal .book-details {
  margin: 15px 15px 0 0;
}
.book-detailsDown {
  display: inline-block;
  margin: -2px 15px 0 0;
  width: 245px;
}
.modal-body {
  min-height: 250px;
  overflow-y: auto;
}
.etext-modal .book-title {
  word-wrap: break-word;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.etext-modal .user-title {
  padding: 0;
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
}
.etext-modal .isbn-details {
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
}
.etext-modal .isbn-details span:first-child {
  margin-right: 10px;
}
.etext-modal .book-description {
  height: 100px;
  overflow-y: auto;
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
}
.etext-modal .launch-button {
  padding: 40px 0;
  text-align: center;
  font-weight: bold;
}
.etext-modal .book-expiration {
  margin: 10px -13px;
  background: none repeat scroll 0 0 #ffffcd;
  padding: 2px 0;
  height: 22px;
  font-size: 12px;
}
.etext-modal .book-expiration .expire-text {
  float: left;
  padding-left: 10px;
  color: #903320;
}
.etext-modal .book-expiration .renew-link {
  float: right;
  cursor: pointer;
  padding-right: 10px;
  color: #08c;
}
.bookshelf-favorite,
.bookshelf-favorited-disabled,
.bookshelf-no-favorite {
  display: inline-block;
  cursor: pointer;
}
.modal-backdrop.fade.in {
  opacity: 0.3 !important;
}
.etext-modal .modal-dialog {
  top: 84px !important;
  left: 0 !important;
}
/***  bookshelf blackbar  ***/
ul#results-filter-listbox {
  padding: 0;
  list-style: none;
}
#results-filter li:hover {
  background-color: #3aa3ff;
  color: #fff;
}
.navbar-pearson .bookshelf-nav-container {
  box-shadow: none;
  padding: 0;
  width: 100%;
  text-shadow: none;
}
.nav-container-fluid {
  padding-right: 12px;
  padding-left: 38px;
}
#nav-results-filter-label.focus-sort {
  background-color: #6a6a6a !important;
}
#control-panel-items.focus-account {
  border-radius: 3px;
  background-color: #6a6a6a !important;
}
input.form-control::-webkit-input-placeholder,
input.form-control::-moz-placeholder,
input.form-control:-ms-input-placeholder {
  color: #d6d6d6;
  font-size: 16px;
}
/** smartphones and tablets **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #grid-view .book-title {
    padding-right: 17px;
    height: 5em;
  }
}
@media (min-width: 540px) and (max-width: 719px) {
  #control-panel-items {
    height: 0;
  }
  #nav-results-filter-label {
    border: none;
    border-radius: 3px;
    background: #2b2b2b;
    width: 121px;
    height: 26px;
    color: #d6d6d6;
    font-family: 'Avenir LT Roman', sans-serif;
    font-size: 16px;
  }
  .nav-container-fluid {
    padding-right: 3px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-aspect-ratio: 1.44444444) {
  #nav-results-filter-label {
    border: none;
    border-radius: 3px;
    background: #2b2b2b;
    width: 164px;
    height: 26px;
    color: #d6d6d6;
    font-family: 'Avenir LT Roman', sans-serif;
    font-size: 16px;
  }
  #results-filter {
    display: inline-block;
    margin-right: 7px;
  }
  .nav-container-fluid {
    padding-right: 3px;
    padding-left: 10px;
  }
}
.alert,
.thumbnail {
  margin-bottom: 0;
}
#bookshelf {
  margin-top: 45px;
  width: 100%;
}
#bookshelf > .container {
  width: 100%;
}
div#grid-view {
  font-family: k12_universal_icons;
}
.bookshelf-favorite::before {
  color: #3692d6;
  font-size: 16px;
  content: '\e669';
}
.bookshelf-no-favorite::before {
  color: initial;
  font-size: 16px;
  content: '\e668';
}
ul.container {
  width: 96%;
}
ul#grid-view {
  left: 2%;
}
/************  Media Queries  ***************/
@media (min-width: 540px) and (max-width: 958px) {
  .navbar-pearson ul#userDetailsContainer {
    margin-right: 25px;
  }
  #search-type {
    margin: 0;
  }
  .navbar-pearson #togglebtn {
    margin-top: -50px;
  }
}
@media (min-width: 481px) and (max-width: 539px) {
  #search-type {
    margin: 0;
  }
  .navbar-pearson #togglebtn {
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  #search-icon {
    top: 60px;
    left: 7px;
  }
  #search-type {
    position: relative;
    margin: 0;
  }
  #results-sort {
    float: left;
  }
}
.etext-modal .modal-dialog {
  top: 84px !important;
  left: 0 !important;
  margin: 0 auto;
  width: 470px;
}
.etext-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 5px !important;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  height: auto;
  overflow: hidden;
}
.bookshelf-nofavorited-Disabled {
  display: inline-block;
  cursor: pointer;
}
.bookshelf-favorited-disabled::before {
  opacity: 0.5;
  color: #3692d6;
  font-size: 16px;
  content: '\e669';
}
.tickHolder {
  position: absolute;
  top: -7px;
  left: -10px;
  transform: rotate(-43deg);
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 37px;
  height: 30px;
}
.tckIcon {
  display: block !important;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 16px;
  height: 12px;
}
.bookshelf-nofavorited-Disabled::before {
  opacity: 0.5;
  color: initial;
  font-size: 16px;
  content: '\e668';
}
a.bookshelf-favorited-disabled,
a.bookshelf-nofavorited-Disabled {
  cursor: default;
}
.menu-icon-download {
  background-position: -50px 0;
}
.book-details .option-name {
  margin-left: -75px;
  vertical-align: -2px;
  font-size: 16px;
  font-weight: normal;
}
.book-dwnld-modal .book-details .option-name {
  margin-left: -100px;
  vertical-align: 0;
}
/**** Common styling *****/
.common-info-modal {
  display: block;
  font-family: Avenir, 'Avenir LT Roman', sans-serif;
}
.common-info-modal .modal {
  width: 100%;
  height: 100%;
}
.common-info-modal .modal-dialog {
  border-radius: 5px;
}
.common-info-modal .modal-title {
  text-align: left;
  letter-spacing: 0.8px;
  font-size: 17px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.common-info-modal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #2e80bc;
  padding: 0;
  height: 48px;
  text-align: center;
  color: #fff;
  -webkit-user-select: all;
  user-select: all;
}
.common-info-modal .modal-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  -webkit-user-select: all;
  user-select: all;
}
.common-info-modal .modal-content {
  border-radius: 5px;
  background-color: transparent;
}
.common-info-modal .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.common-info-modal .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.etext-modal .loader-zip-bookshelf {
  position: absolute;
  top: 75%;
  left: 34%;
  z-index: 10;
}
.bookIsFocused {
  box-shadow: 0 0 0 2px #3aa3ff;
}
.book-details {
  max-height: 220px;
  overflow: auto;
}
.download-manager .download-full-book-toggle-wrapper {
  top: 215px;
}
.download-manager #having-trouble-div {
  height: 80px;
  background-color: #f3f3f3;
}
.download-manager #having-trouble-download-link-sidebar {
  position: absolute;
  font-size: 14px !important;
  left: 20%;
  color: #333333 !important;
  text-decoration: underline !important;
  font-family: "Avenir LT Roman" !important;
  padding: 15px!important;
  border: none;
}
.download-manager .book-info-wrap {
  height: 250px !important;
}
.download-manager .book-info-wrap ul li {
  display: table;
}
.download-manager .book-info-wrap ul li .thumbnail {
  display: table-cell;
  float: none;
  margin: 0 15px 15px;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.download-manager .book-info-wrap ul li .thumbnail .img-details {
  margin: 15px !important;
  width: 100px !important;
  height: 140px !important;
}
.download-manager .book-info-wrap ul li .book-details {
  display: table-cell;
  position: absolute;
  right: 0;
  width: 200px;
  max-height: 180px;
}
.book-dwnld-modal {
  z-index: 100;
}
.book-dwnld-modal .img-details {
  width: 186px !important;
  height: 220px !important;
}
.thumbnail {
  float: left;
  border: 1px solid #888;
  padding: 2px;
  width: 186px;
}
.btn-switch {
  display: block;
  position: absolute;
  top: 0;
  left: 42px;
  border: 2px solid #ccc;
  border-radius: 60px;
  background-color: #ccc;
  cursor: pointer;
  width: 60px;
  height: 25px;
}
.btn-switch .btn-switch-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  background-color: white;
  width: 21px;
  height: 21px;
}
.btn-switch-on {
  border: 2px solid #2196f3;
  background-color: #2196f3;
}
.btn-switch-on .btn-switch-circle-on {
  right: 0;
  left: auto;
}
.up-z-index {
  z-index: 2;
}
.diabled-class {
  cursor: not-allowed;
}
.modal-header .remove-close {
  color: #026ecb;
}
/* Include this file in your html if you are using the CSP mode. */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-anchor {
  position: absolute;
}
.book-info-modal .thumbnail {
  float: left;
  border: 1px solid #888;
  padding: 2px;
  width: 186px;
}
.book-info-modal .book-title,
.book-info-modal .user-title {
  font-weight: bold;
}
.book-info-modal .etext-modal .modal-dialog {
  top: 28% !important;
}
.common-info-modal .modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
}
.common-info-modal .modal-dialog .modal-title {
  display: inline-block;
  margin: 10px;
  letter-spacing: 0.8px;
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.common-info-modal .modal-dialog .close {
  margin: 10px;
}
/*
------------------------------------
    settings/profile icons in navbar
    settings dropdown menu
    settings modal
    about modal

    media queries:
        > 769px settings dropdown menu
        < 768px settings dropdown menu

------------------------------------
*/
/*
    navbar icons
 */
@font-face {
  font-family: Avenir LT Roman;
  src: url('./fonts/AvenirLTW0155Roman.ttf');
  src: url('./fonts/AvenirLTW0155Roman.eot');
  src: url('./fonts/AvenirLTW0155Roman.svg');
  src: url('./fonts/AvenirLTW0155Roman.woff');
}
#control-panel-items {
  position: relative;
  right: 0;
  margin: 13px;
  border: none;
  border-radius: 3px;
  background-color: #000;
  cursor: pointer;
}
#control-panel-items .control-panel-item {
  display: inline-block;
  text-align: center;
}
#control-panel-items .fa-2x {
  font-size: 1.65em;
}
#control-panel-items:hover {
  border-radius: 3px;
  background-color: #424242;
}
#control-panel-items #profile-picture {
  margin-right: auto;
  padding-top: 1px;
  padding-left: 5px;
}
#control-panel-items .settings-dropdown-button {
  margin-top: -7px;
  margin-left: 3px;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #eee;
}
#control-panel-items .settings-dropdown-button .fa-bars {
  margin: 14px 0 0;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 1.7em;
}
#control-panel-items #help-icon {
  padding: 2px 7px 1px;
}
.muted {
  color: #eee;
}
/*
    settings modal
 */
#settings-modal .modal-dialog {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  margin-left: -150px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 308px;
}
#settings-modal .font-sizes,
#settings-modal .contrast-options {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
#settings-modal .font-sizes::after,
#settings-modal .contrast-options::after {
  display: inline-block;
  width: 100%;
}
#settings-modal .font-sizes .size,
#settings-modal .contrast-options .size {
  display: inline-block;
  cursor: pointer;
  width: 20px;
}
#settings-modal .font-sizes .small,
#settings-modal .contrast-options .small,
#settings-modal .font-sizes .mid,
#settings-modal .contrast-options .mid,
#settings-modal .font-sizes .large,
#settings-modal .contrast-options .large {
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
}
#settings-modal .font-sizes .small,
#settings-modal .contrast-options .small {
  line-height: 1.28571 !important;
  font-size: 75%;
}
#settings-modal .font-sizes .mid,
#settings-modal .contrast-options .mid {
  font-size: 106%;
}
#settings-modal .font-sizes .large,
#settings-modal .contrast-options .large {
  line-height: 0.72857143 !important;
  font-size: 137%;
}
#settings-modal .font-sizes .font-radio,
#settings-modal .contrast-options .font-radio,
#settings-modal .font-sizes .contrast-radio,
#settings-modal .contrast-options .contrast-radio {
  position: absolute;
  left: -999em;
  margin: 10px;
}
#settings-modal .font-sizes .font-radio:checked + label,
#settings-modal .contrast-options .font-radio:checked + label,
#settings-modal .font-sizes .contrast-radio:checked + label,
#settings-modal .contrast-options .contrast-radio:checked + label {
  border: 2px solid #3aa3ff;
}
#settings-modal .font-sizes .font-radio:focus + label,
#settings-modal .contrast-options .font-radio:focus + label {
  outline: #3aa3ff solid 2px;
}
#settings-modal .font-sizes .font-radio + label,
#settings-modal .contrast-options .font-radio + label,
#settings-modal .font-sizes .contrast-radio + label,
#settings-modal .contrast-options .contrast-radio + label {
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  padding: 10px;
  width: 100px;
  height: 38px;
  text-align: center;
  line-height: 1;
}
#settings-modal .font-sizes .font-sizes .font-radio + label:hover,
#settings-modal .contrast-options .font-sizes .font-radio + label:hover {
  background-color: #e2e2e2;
}
#settings-modal .font-sizes .theme_high_contrast,
#settings-modal .contrast-options .theme_high_contrast {
  background-color: #000;
  color: #fff;
}
#settings-modal .font-sizes .theme_low_contrast,
#settings-modal .contrast-options .theme_low_contrast {
  background-color: #000;
  color: #fbea3c;
}
#settings-modal .font-sizes .theme_default_contrast,
#settings-modal .contrast-options .theme_default_contrast {
  background-color: #fff;
}
#settings-modal .theme-type {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
}
#settings-modal .theme-type .white,
#settings-modal .theme-type .sepia,
#settings-modal .theme-type .black {
  font-family: 'Avenir LT Roman';
  font-size: 17px;
  font-weight: normal;
}
#settings-modal .theme-type .white {
  background-color: #fff;
  color: #000;
}
#settings-modal .theme-type .sepia {
  background-color: #f9d0b1;
  color: #000;
}
#settings-modal .theme-type .black {
  background-color: #000;
  color: #fff;
}
#settings-modal .theme-type .theme-radio {
  position: absolute;
  left: -999em;
  margin: 10px;
}
#settings-modal .theme-type .theme-radio + label {
  display: inline-block;
  float: left;
  margin-right: 3px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  padding: 10px;
  width: 108px;
  height: 38px;
  text-align: center;
  line-height: 1;
}
#settings-modal .theme-type #theme-type-white + label:hover {
  background-color: #e9e9e9;
}
#settings-modal .theme-type #theme-type-sepia + label:hover {
  background-color: #e3843d;
}
#settings-modal .theme-type #theme-type-night + label:hover {
  background-color: #595959;
}
#settings-modal .theme-type .theme-radio + label:last-child {
  margin-right: 0;
}
#settings-modal .theme-type .theme-radio:focus + label {
  outline: #3aa3ff solid 2px;
}
#settings-modal .theme-type .theme-radio:checked + label {
  border: 2px solid #3aa3ff;
  padding: 9px;
}
#settings-modal .scroll-type {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}
#settings-modal .scroll-type input {
  position: absolute;
  left: -999em;
  margin: 10px;
}
#settings-modal .scroll-type input:focus + .scroll-box {
  outline: grey dotted 1px;
}
#settings-modal .scroll-type .active input + .scroll-box {
  border: 2px solid #007aff;
  background-image: none;
}
#settings-modal .scroll-type .scroll-mode {
  -webkit-appearance: none;
  float: left;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 45%;
  text-align: center;
}
#settings-modal .scroll-type .scroll-mode .scroll-box {
  margin-left: 37px;
  border: 1px solid #818181;
  width: 48px;
  height: 80px;
}
#settings-modal .scroll-type .book-mode {
  -webkit-appearance: none;
  float: right;
  margin-top: 50px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 50%;
  overflow: visible;
  text-align: center;
}
#settings-modal .scroll-type .horizontal-caret {
  float: left;
  margin-top: 10px;
}
#settings-modal .scroll-type .fa-caret-right {
  margin-left: 10px;
}
#settings-modal .scroll-type .book-mode .scroll-box {
  float: left;
  border: 1px solid #818181;
  width: 80px;
  height: 50px;
}
#settings-modal .scroll-type .book-mode .fa-chevron-right {
  margin-top: -32px;
  margin-right: -25px;
}
#settings-modal .scroll-type .book-mode .fa-chevron-left {
  padding-top: 19px;
}
#settings-modal .scroll-type .scroll-box-caret {
  color: gray;
}
#settings-modal .scroll-type .active .scroll-box-caret {
  color: #007aff;
}
#settings-modal .book-mode-label {
  position: relative;
  top: 51px;
  padding: 8px;
}
#settings-modal #save-settings {
  font-weight: bold;
}
#settings-modal .modal-dialog .modal-content .modal-footer {
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 0 #fff inset;
  background: none;
  padding: 0;
  text-align: justify;
}
#settings-modal .modal-footer .btn {
  display: inline-block;
  float: left;
  margin-left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 15px 5px;
  width: 154px;
  text-align: center;
  text-shadow: none;
  color: #0079d2;
  font-size: 17.5px;
}
#settings-modal .modal-footer .btn-primary {
  float: right;
  margin-top: -54px;
  border-left: 1px solid #ddd;
  font-weight: bold;
}
#settings-modal a:not(.shortcut-more-link) {
  padding-left: 15px;
  text-decoration: none;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 17px;
}
/*
    about modal
*/
#control-panel-menu li button {
  text-align: left;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
#control-panel-items .settings-dropdown-button .fa-lg {
  width: 13px;
  vertical-align: 13%;
  line-height: 1.5;
}
#control-panel-menu {
  display: block;
  position: absolute;
  top: 43px;
  left: auto;
  z-index: 100;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fafafa;
  padding: 0 !important;
  width: 200px;
  list-style: none;
}
#control-panel-menu::after {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 6px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
#control-panel-menu li button {
  display: block;
  border: none;
  background-color: transparent;
  padding: 8px 10px;
  width: 100%;
  height: 44px;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 18px;
}
#control-panel-menu li:hover,
#control-panel-menu li:focus,
#control-panel-menu li:active {
  background: #026ecb;
  color: #eee;
}
.sidebar-menu-item label {
  margin-bottom: 6px !important;
}
#settings-modal .font-radio + label:last-child {
  margin-right: 0;
}
#settings-modal a:hover {
  background-color: #e1e1e1;
}
#control-panel-menu li button:hover {
  color: #fff;
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  #settings-modal .theme-radio + label {
    display: inline-block;
    float: left;
    margin-right: 3px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    padding: 10px;
    width: 32.9%;
    height: 38px;
    text-align: center;
    line-height: 1;
  }
  #settings-modal .font-sizes .font-radio + label {
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    padding: 10px;
    width: 32.3%;
    height: 38px;
    text-align: center;
    line-height: 1;
  }
}
.realize-menu-bar {
  display: block;
  position: relative;
  float: right;
  transition: 0.5s ease all;
  z-index: 301;
  border-left: 1px solid #e1e1e1;
  background-color: #efefef;
  width: 72px;
  height: 100vh;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
}
.realize-menu-button {
  position: absolute;
  border: none;
  background-color: #fff;
  padding: 0 3px;
  width: 72px;
  height: 70px;
  text-decoration: none;
  color: #000;
}
.realize-menu-button:hover {
  color: #026ecb;
}
.realize-menu-button-close {
  position: absolute;
  border: none;
  padding: 0 3px;
  text-decoration: none;
  color: #fff !important;
}
.menu-class-button {
  width: 54px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
}
.menu-text {
  position: absolute;
  padding-top: 3px;
  padding-left: 5px;
  line-height: 33px;
  color: #5b5b5b;
  font-size: 24px;
  font-weight: 500;
}
#menu_realize span {
  margin-right: 7px;
  font-size: 12px;
}
.content-viewer-menu-header {
  display: none;
}
.right-align {
  float: right;
}
.black-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 120;
  background-color: #000;
  width: 14px;
  height: 14px;
}
.hide-menu-text {
  height: 0 !important;
}
.realize-menu-button .menu-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-viewer #navBar,
.content-viewer #book-subnav,
.content-viewer .menu-profile,
.content-viewer .menu-settings {
  display: none;
}
.content-viewer .content-viewer-menu-header {
  display: block;
  background-color: #e1e1e1;
  width: inherit;
  height: 50px;
}
.content-viewer .toggle-sidebar.pull-right.menu {
  top: 12px;
  z-index: 111;
  width: 30px;
}
.content-viewer .sidebarFull .toggle-sidebar.pull-right.menu {
  z-index: 0;
}
.content-viewer #hamburger-menuItem .icon-menu_close {
  right: 5px;
  opacity: 1;
  color: #fff;
  font-size: 24px;
}
.content-viewer .toggle-sidebar.pull-right.menu:hover {
  background-color: transparent;
}
.content-viewer #hamburger-menuItem .icon-menu_close:hover::before {
  color: #f3f3f3 !important;
}
.content-viewer #alphabet-list {
  top: 50px;
  right: 72px;
}
.content-viewer #glossary .fixed-glossary-header {
  top: 50px;
}
/*
------------------------------------
    spinescrape
------------------------------------
*/
.page-navigation-bar-container {
  bottom: 0;
  -webkit-transition: 0.2s ease-in-out width, 0.5s ease-in-out bottom;
  -moz-transition: 0.2s ease-in-out width, 0.5s ease-in-out bottom;
  -ms-transition: 0.2s ease-in-out width, 0.5s ease-in-out bottom;
  -o-transition: 0.2s ease-in-out width, 0.5s ease-in-out bottom;
  transition: 0.2s ease-in-out width, 0.5s ease-in-out bottom;
  z-index: 1;
  border-top: 1px solid #dadada;
  background-color: #f3f3f3;
  padding: 0;
  width: 100%;
  height: 60px;
  list-style: none;
  font-family: 'Avenir LT Roman', sans-serif;
}
.page-navigation-bar-container .view-progress-container {
  float: left;
  width: auto;
}
.page-navigation-bar-container .view-progress-container .view-progress {
  margin: 8px 0 10px 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  padding: 0;
  width: 140px;
  height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container .view-progress-container .view-progress:hover {
  background: #026ecb;
  color: #fff;
}
.page-navigation-bar-container .spread-view-container {
  float: left;
  width: auto;
}
.page-navigation-bar-container .spread-view-container .spread-view {
  margin: 8px 0 10px 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  padding: 0;
  width: 135px;
  height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container .spread-view-container .spread-view:hover {
  background: #026ecb;
  color: #fff;
}
.page-navigation-bar-container .nav-container {
  float: right;
  width: auto;
}
.page-navigation-bar-container .nav-container .pagination-container {
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 25px;
}
.page-navigation-bar-container .nav-container .pagination-container button {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  border-top-left-radius: 0;
  background: #fff;
  width: auto;
  min-width: 80px;
  height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container .nav-container .pagination-container .pagination-enabled:hover {
  background: #026ecb;
  color: #fff;
}
.page-navigation-bar-container .nav-container .pagination-container .pagination-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-navigation-bar-container .nav-container .goto-navigation {
  display: inline-block;
  float: left;
  margin-top: 8px;
  margin-right: 18px;
  margin-bottom: 10px;
}
.page-navigation-bar-container .nav-container .goto-navigation label {
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container .nav-container .goto-navigation .total-page {
  margin-left: 5px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container li {
  display: inline-block;
  background-color: #f4f4f4;
}
.page-navigation-bar-container .book-page-number {
  display: inline-block;
  margin: 0;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: none;
  background: none repeat scroll 0 0 #fff;
  padding: 1px;
  width: 50px;
  height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.page-navigation-bar-container .book-page-number:disabled {
  border: none;
  background: transparent;
  text-align: right;
}
.content-viewer .left-div {
  float: left;
  margin-top: 15%;
  width: 50%;
  height: 250px;
  user-select: none;
}
.content-viewer .circle.small {
  float: right;
  margin-right: 10%;
  border: 8px solid #026ecb;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.content-viewer .circle h1 {
  margin-top: 110px;
  text-align: center;
  color: #026ecb;
  font-family: Avenir LT Heavy, sans-serif;
  font-size: 55px;
  font-weight: 700;
}
.content-viewer .right-div {
  float: right;
  margin-top: 20%;
  width: 50%;
  height: 250px;
  line-height: 0;
  user-select: none;
}
.content-viewer .right-div h2 {
  color: #026ecb;
  font-family: Avenir LT Heavy, sans-serif;
  font-size: 30px;
}
.content-viewer .right-div h4 {
  font-family: Avenir LT Roman, sans-serif;
  font-size: 24px;
  font-weight: 100;
}
.content-viewer .cv-err-suggest {
  position: absolute;
  margin-top: 5px;
  font-size: 18px;
}
.reader-error-message {
  margin-top: 20vh;
}
.reader-error-message .left-div {
  float: left;
  width: 50%;
  height: 300px;
  user-select: none;
}
.reader-error-message .circle.small {
  float: right;
  margin-right: 10%;
  border: 8px solid #026ecb;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.reader-error-message .circle h1 {
  margin-top: 110px;
  text-align: center;
  color: #026ecb;
  font-family: Avenir LT Heavy, sans-serif;
  font-size: 55px;
  font-weight: 700;
}
.reader-error-message .right-div {
  float: right;
  margin-top: 85px;
  width: 50%;
  height: 250px;
  line-height: 0;
  user-select: none;
}
.reader-error-message .right-div h2 {
  color: #026ecb;
  font-family: Avenir LT Heavy, sans-serif;
  font-size: 30px;
}
.reader-error-message .right-div h4 {
  font-family: Avenir LT Roman, sans-serif;
  font-size: 24px;
  font-weight: 100;
}
.reader-error-message .cv-err-suggest {
  position: absolute;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
/* Realize Reader Custom Colors
 * ------------------------------------- *
 * All UX approved colors are contained in this list. If you are
 * working from a mockup that contains a color not in this list,
 * do not add new colors, instead do one of the following:
 * 1) Choose the one you feel is the closest, or
 * 2) Ask a member of the UX Team. */
#assignmentSummary {
  margin: 0 auto;
  outline: none;
  height: auto !important;
  min-height: 100%;
  /* Done / Close button */
}
#assignmentSummary #assignmentSummary-inner {
  position: fixed;
  width: 100%;
  height: calc(100% - 44px);
  min-height: 200px;
  overflow-y: auto;
  text-align: left;
  font-family: Avenir, sans-serif;
}
#assignmentSummary .close-button {
  display: inline-block;
  float: right;
  border: 1px solid #000;
  background-color: #000;
  cursor: pointer;
  padding: 3px 16px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  user-select: none;
}
#assignmentSummary .close-button:focus,
#assignmentSummary .close-button:hover {
  border-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: -webkit-linear-gradient(#555, #000);
  background: linear-gradient(#555, #000);
}
#assignmentSummary .fullwidth-bar {
  margin: 10px 0 0;
  border-bottom: 4px solid #000;
  padding-bottom: 6px;
}
#assignmentSummary .fullwidth-bar h1 {
  margin-right: 80px;
}
#assignmentSummary h1,
#assignmentSummary h2,
#assignmentSummary h3,
#assignmentSummary caption.heading {
  font-weight: bold;
}
#assignmentSummary h1 {
  color: #000;
  font-size: 18px;
}
#assignmentSummary h2 {
  margin: 15px 0 5px;
}
#assignmentSummary caption.heading,
#assignmentSummary h2 {
  color: #333;
  font-size: 16px;
}
#assignmentSummary h3 {
  margin: 0 0 5px;
  font-size: 16px;
}
#assignmentSummary .summary-container {
  margin: 20px;
}
#assignmentSummary .summary-instructions {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 0 15px;
  font-size: 16px;
}
#assignmentSummary .summary-instructions p {
  margin: 0 0 15px;
  font-size: 14px;
}
#assignmentSummary table.summary-details {
  margin: 30px 0 0;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-collapse: collapse;
}
#assignmentSummary table.summary-details tr {
  vertical-align: middle;
}
#assignmentSummary table.summary-details thead tr {
  height: 22px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
#assignmentSummary table.summary-details tbody tr {
  height: 75px;
}
#assignmentSummary table.summary-details tr.assign-disabled {
  opacity: 0.5 !important;
}
#assignmentSummary table.summary-details tr.assign-disabled .inner {
  cursor: default !important;
}
#assignmentSummary table.summary-details tr.assign-disabled .inner a {
  cursor: default !important;
  text-decoration: none !important;
}
#assignmentSummary table.summary-details tr.assign-disabled .inner a:focus {
  outline: none !important;
  box-shadow: none !important;
}
#assignmentSummary table.summary-details td,
#assignmentSummary table.summary-details th {
  border: 1px solid #cdcdcd;
  padding: 0 15px;
  text-align: center;
}
#assignmentSummary table.summary-details td.column-title,
#assignmentSummary table.summary-details th.column-title {
  text-align: left;
}
#assignmentSummary table.summary-details td.column-title a,
#assignmentSummary table.summary-details th.column-title a,
#assignmentSummary table.summary-details td.column-title a:visited,
#assignmentSummary table.summary-details th.column-title a:visited,
#assignmentSummary table.summary-details td.column-title a:hover,
#assignmentSummary table.summary-details th.column-title a:hover,
#assignmentSummary table.summary-details td.column-title a:focus,
#assignmentSummary table.summary-details th.column-title a:focus,
#assignmentSummary table.summary-details td.column-title a:active,
#assignmentSummary table.summary-details th.column-title a:active {
  /* important since common.min.css has a conflicting important style */
  text-decoration: underline !important;
}
#assignmentSummary table.summary-details td.column-title a:focus,
#assignmentSummary table.summary-details th.column-title a:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
#assignmentSummary table.summary-details td.column-date,
#assignmentSummary table.summary-details th.column-date {
  width: 95px;
}
#assignmentSummary table.summary-details td.column-status,
#assignmentSummary table.summary-details th.column-status {
  width: 130px;
}
#assignmentSummary table.summary-details td.not_started {
  color: #cc333f;
}
#assignmentSummary table.summary-details td.not_started span {
  color: #cc333f !important;
}
#assignmentSummary table.summary-details td.in_progress {
  min-width: 125px;
  color: #0bad8c;
}
#assignmentSummary .bottom-bar {
  margin: 10px 0;
  height: 28px;
}
#assignmentSummary .align-left {
  text-align: left;
}
#navBar {
  background-color: #000;
}
.installIcon {
  position: absolute;
  right: 220px;
  padding-top: 10px;
}
.content-viewer #sidebar #notebook {
  top: 0;
}
.content-viewer .notebook-allnotes-prompt-content .notebook-saved-prompt div:hover,
.content-viewer .notebook-allnotes-prompt-content .notebook-saved-prompt-container:focus {
  background-color: transparent;
}
.content-viewer .notebook-allnotes-filters {
  display: none;
}
/*
------------------------------------
    sidebar
------------------------------------
*/
#menulist-sidenav {
  opacity: 1;
  z-index: 100 !important;
  pointer-events: auto;
}
#sidebar {
  position: relative;
  float: right;
  -webkit-transition: 0.5s ease -webkit-transform;
  -moz-transition: 0.5s ease -moz-transform;
  -ms-transition: 0.5s ease -ms-transform;
  -o-transition: 0.5s ease -o-transform;
  transition: 0.5s ease all;
  z-index: 100;
  border-left: 1px solid #e1e1e1;
  background: #f3f3f3;
  width: 350px;
  height: 100%;
  font-family: 'Avenir LT Roman';
  font-size: 14px;
}
#sidebar node-list {
  position: relative;
  float: left;
  z-index: 1;
  width: 100%;
}
#sidebar #notebook {
  top: 43px;
  background-color: #fff;
}
#sidebar #notebook #all-notes-container {
  outline: none;
  box-shadow: none !important;
}
#sidebar #notebook #all-notes-container .notebook-list:focus {
  box-shadow: none !important;
}
#sidebar #notebook #all-notes-container .notebook-list ul li a:focus,
#sidebar #notebook #all-notes-container .notebook-allnotes-filter-checkbox input[type='checkbox']:focus + label {
  box-shadow: 0 0 0 2px #026ecb !important;
}
#sidebar #notebook #all-notes-container:focus {
  outline: none;
  box-shadow: none;
}
#sidebar #notebook #all-notes-container:focus {
  outline: none;
  box-shadow: none;
}
#sidebar .description img {
  width: 100%;
  height: auto;
}
#sidebar-setting-item {
  position: relative;
  top: -42px;
  background-color: #f3f3f3;
  height: 0;
}
.toc-item-element:focus {
  text-decoration: underline !important;
}
.sideMenu-content {
  transition: all 0.3s ease 0s !important;
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #f3f3f3;
  min-height: 308px;
  overflow-y: auto;
}
.sideMenu-content:focus {
  box-shadow: none !important;
}
#toc,
#bookmark,
#notes,
#Search,
#settings-modal,
.download-manager {
  position: relative;
  top: 0 !important;
  right: 0;
  transition: all 0.3s ease 0s;
  z-index: 100;
  background: #f3f3f3;
  height: 100%;
}
.setting-sidebar-header {
  position: relative;
  top: 42px;
  right: 2px;
  margin: 0;
  background: #e1e1e1;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 24px;
}
.sidebar-menu-items {
  margin-top: 0;
}
.sidebar-menu-items:focus {
  box-shadow: none;
}
.sidebar-menu-items ul {
  padding-left: 0;
  list-style-type: none;
}
.sidebar-menu-items ul .menu-icon {
  background: url('./img/menu_icons.png') no-repeat;
  height: 31px;
}
.sidebar-menu-items ul .menu-icon.menu-icon-download {
  background-position: -50px 0;
}
.sidebar-menu-items button {
  border: none;
  background-color: transparent;
  padding: 22px 16px;
  width: 100%;
  text-align: left;
  line-height: 14px;
  font-family: 'Avenir LT Roman';
  font-size: 16px;
  font-weight: 300;
}
.sidebar-menu-items button:hover {
  background: #e1e1e1;
}
.sidebar-menu-items button.menu-profile {
  position: fixed;
  right: 175px;
  bottom: 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 18px;
  width: 175px;
  height: 58px;
  line-height: 20px;
}
.sidebar-menu-items button.menu-settings {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  padding: 18px !important;
  width: 175px;
  height: 58px;
  line-height: 20px;
}
.sidebar-menu-items button.menu-settings .fa {
  padding: 3px 0;
}
.sidebar-menu-items span {
  margin: -6px 7px 0 -1px;
  width: 25px;
  text-align: center;
  color: #333;
}
#sidebar.sidebar-open {
  display: block;
  -webkit-overflow-scrolling: touch;
}
.sideoverlaynav-flexible-content {
  background: #fff !important;
  padding-top: 45px;
}
.notebook-allnotes-icon-triangle-right {
  line-height: 3 !important;
}
#sidebar .sidebar-title,
#sidebar #menutitle-sidenav {
  display: block;
  clear: both;
  border-bottom: 4px solid #2ba5ff;
  cursor: default;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 18px;
  vertical-align: middle;
  line-height: normal;
  color: #000;
  font-size: 18px;
}
#sidebar .sidebar-title {
  margin: 0;
}
#sidebar .showIcon {
  cursor: pointer;
  padding-right: 20px;
  padding-left: 50px;
}
#sidebar .navArrow {
  position: absolute;
  top: 19px;
  left: 20px;
  color: #2177b8;
  font-family: FontAwesome;
  content: '\f053';
}
#sidebar #menutitle-sidenav .fa {
  display: inline-block;
  padding-top: 4px;
  padding-right: 20px;
  vertical-align: top;
  color: #2ba5ff;
}
#sidebar #menutitle-sidenav span {
  display: inline-block;
  width: 230px;
}
#menutitle-sidenav h2 {
  margin: 0;
  line-height: normal;
  font-size: 18px;
}
/* Sidebar Handle */
.sidebar-handle {
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: 0.2s ease-in-out -webkit-transform;
  -moz-transition: 0.2s ease-in-out -moz-transform;
  -ms-transition: 0.2s ease-in-out -ms-transform;
  -o-transition: 0.2s ease-in-out -o-transform;
  transition: 0.2s ease-in-out transform;
  border: none;
  background-color: transparent;
  background-image: url(./img/sidebar_handle.png);
  background-size: contain;
  cursor: pointer;
  width: 33px;
  height: 30px;
}
.sidebar-handle:focus {
  top: 10px;
  left: 1px;
  opacity: 0.9;
}
.sidebar-open .sidebar-handle {
  -webkit-transform: translateX(316px);
  -moz-transform: translateX(316px);
  -ms-transform: translateX(316px);
  -o-transform: translateX(316px);
  transform: translateX(316px);
}
/* Sidebar Overlay for when it's closed */
#sidebar-closed-overlay {
  display: block;
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sidebar-open #sidebar-closed-overlay {
  display: none;
}
/* TODO Cleanup these styles */
#menutitle-sidenav h2 {
  margin: 0;
  line-height: normal;
  font-size: 18px;
}
.sideoverlaynav-pearson #menulist-sidenav {
  clear: both;
  z-index: 18;
  margin-top: 0;
  background: #f3f3f3 !important;
  padding-top: 0;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}
#sidebar-menu-items-list {
  overflow-x: hidden;
  overflow-y: auto;
}
.sideoverlaynav-pearson #menulist-sidenav ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.sideoverlaynav-pearson #menulist-sidenav ul > li {
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.sideoverlaynav-pearson .sideoverlaynav-flexible-content #tocList ul > li > a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-left: 18px;
  min-height: 44px;
  text-decoration: none;
  color: #1155fd;
}
.sideoverlaynav-pearson #menulist-sidenav #tocList ul > li > a > span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 0 5px;
  width: 260px;
  vertical-align: middle;
  line-height: normal;
  word-wrap: break-word;
  font-weight: normal;
}
.sideoverlaynav-pearson #menulist-sidenav #tocList ul > li > a > .fa {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  float: right;
  margin: 0 auto;
  padding-right: 5px;
  vertical-align: middle;
  line-height: normal;
}
.no-touch #menulist-sidenav #tocList ul > li > a:hover,
.no-touch #menulist-sidenav #tocList ul > li > a:focus,
.no-touch #menulist-sidenav #tocList .focused a {
  background: #e6e6e6;
}
.no-touch #menulist-sidenav #tocList li {
  outline: none;
}
.no-touch #menulist-sidenav #tocList ul > li > a:active,
.sideoverlaynav-pearson #menulist-sidenav #tocList ul > li > a.active {
  background: #0078cd;
  color: #fff;
}
.sideoverlaynav-pearson #menulist-sidenav #tocList ul > li > a > span.offscreenText {
  position: absolute;
  z-index: -1000;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
/* New Menu */
.cbp-spmenu {
  position: relative;
  background: #f3f3f3 none repeat scroll 0 0;
  width: 350px;
  height: 100%;
}
.cbp-spmenu h3 {
  margin: 0;
  background: #026ecb;
  padding: 0;
  color: #afdefa;
  font-size: 1.9em;
  font-weight: 300;
}
.cbp-spmenu-vertical {
  top: 0;
  z-index: 1000;
  width: 240px;
  height: 100%;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #258ecd;
  padding: 1em;
}
.cbp-spmenu-horizontal {
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  float: left;
  width: 20%;
  height: 100%;
}
.cbp-spmenu-horizontal a {
  float: left;
  border-left: 1px solid #258ecd;
  padding: 0.8em;
  width: 20%;
}
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease 0s;
}
/* -- Search sidebar ----- */
#searchResults {
  position: relative;
}
div.searchcount {
  margin-left: 15px;
  padding-top: 5px;
  min-height: 29px;
  color: #000;
  font-family: 'Avenir LT Roman';
  font-size: 14px;
  font-style: italic;
}
.searchcount q {
  font-weight: 900;
}
ul > li .searchtitle {
  margin-top: 3px;
  margin-bottom: 7px;
  color: #464646;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 16px;
  font-weight: 900;
}
ul > li > p {
  margin-bottom: 0;
  border-left: none;
  padding: 0 15px 0 0;
  color: #464646;
  font-family: 'Avenir LT Roman';
  font-size: 14px;
}
li > p > em {
  border-radius: 3px;
  background-color: #ffa040;
  padding: 2px;
  color: #464646;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
}
li > p > em.viewed {
  background-color: transparent;
}
ul.search-list-group {
  margin-bottom: 0;
}
#search .search-more {
  display: block;
  border: none;
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.search-results-loading {
  background-color: #f3f3f3;
  padding: 10px 0;
  text-align: center;
}
#Search .list-group-item {
  background-color: #f3f3f3;
}
#toc {
  font-family: 'Avenir LT Roman';
}
#toc span.toc-caret[aria-expanded='true'] + a,
#toc span.toc-caret.focus + a {
  letter-spacing: 0.8px;
  font-size: 15px;
  font-weight: 600;
}
#toc span.toc-caret[aria-expanded='true'],
#toc span.toc-caret[aria-expanded='true'] + a,
#toc span.toc-caret.focus,
#toc span.toc-caret.focus + a,
#toc span.toc-caret.focus,
#toc span.toc-caret.focus + a {
  color: #026ecb !important;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel {
  border: 1px;
}
.panel-group {
  margin-bottom: 0;
}
#tocList a {
  display: block;
  position: relative;
  bottom: 0;
  border-left: 1px solid #e1e1e1;
  padding: 7px !important;
  height: auto;
  min-height: 40px;
  max-height: 58px;
  overflow: hidden;
  line-height: 20px;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 300;
}
#tocList .fa.collapsed .fa-caret-right::before {
  color: #5b5b5b;
  content: '\f0da';
}
#tocList .fa .fa-caret-right::before {
  content: '\f0d7';
}
#tocList .unit-title .fa {
  display: table-cell;
  padding-left: 2%;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
#tocList .panel div.tocItem > span.toc-caret.fa-caret-right:hover + a {
  background-color: #f3f3f3;
}
#tocList .panel .panel div.tocItem > span.toc-caret.fa-caret-right:hover + a {
  background-color: #ebebeb;
}
#tocList .panel .panel .panel div.tocItem > span.toc-caret.fa-caret-right:hover + a {
  background-color: #e1e1e1;
}
#tocList .panel .panel .panel .panel div.tocItem > span.toc-caret.fa-caret-right:hover + a {
  background-color: #dadada;
}
#tocList div.tocItem:active {
  background-color: rgba(0, 0, 0, 0.18);
}
#tocList div.tocItem {
  display: table;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  overflow: hidden;
}
#tocList div.tocItem:hover,
#tocList div.tocItem > span.toc-caret.fa-caret-right:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
#tocList a div {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tocList .panel {
  background-color: #fff;
}
#tocList .panel .panel {
  border-radius: 0;
  background-color: #f9f9f9;
}
#tocList > .panel .panel .panel {
  background-color: #f1f1f1;
}
#tocList > .panel .panel .panel .panel {
  background-color: #dadada;
}
#tocList > .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#tocList .panel .panel:last-child {
  -webkit-box-shadow: 0 -4px 5px -1px #d6d6d6 inset;
  box-shadow: 0 -4px 5px -1px #d6d6d6 inset;
}
#tocList .panel .panel:first-child {
  -webkit-box-shadow: 0 2px 5px -1px #d6d6d6 inset;
  box-shadow: 0 2px 5px -1px #d6d6d6 inset;
}
#sidebar .fa-list {
  -ms-transform: scale(1.05, 1);
  -webkit-transform: scale(1.05, 1);
}
#sidebar .fa-bookmark {
  -ms-transform: scale(1, 1.07);
  -webkit-transform: scale(1, 1.07);
}
#sidebar .icon-highlight {
  -ms-transform: scale(1.05, 1);
  -webkit-transform: scale(1.05, 1);
}
#sidebar .icon-bookshelf {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
}
.sidebarFull {
  z-index: 2000 !important;
  width: 100% !important;
}
.sidebarRes {
  width: 350px;
}
.ng-isolate-scope .notebook-menu-chapter-title {
  background-color: #026ecb;
}
.notebook-list .rich-text-editor .jet-flow-layout-item:first-child .jet-first + .tooltip {
  left: -14px !important;
}
.notebook-list li:first-child .rich-text-editor {
  margin-top: 24px;
}
.menu-profile {
  position: absolute;
  bottom: 44px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  width: 50%;
  color: #464646;
  font-size: 17px;
}
.menu-profile:hover {
  background: #e1e1e1;
  text-decoration: none;
}
.menu-settings {
  position: absolute;
  right: 0;
  bottom: 44px;
  border-top: 1px solid #ddd;
  padding: 12px 5px;
  width: 50%;
  color: #464646;
  font-size: 17px;
}
.menu-settings:hover {
  background: #e1e1e1;
  text-decoration: none;
}
#hamburger-menuItem:focus {
  box-shadow: 0 0 0 2px #026ecb !important;
}
.nav-animated-bg.open #hamburger-menuItem .icon-menu_close {
  display: none !important;
}
.bookmarkIcon {
  font-size: 17px;
}
.bookmarkIcon:focus {
  box-shadow: 0 0 0 2px #026ecb inset !important;
}
.busket {
  font-size: 26px;
}
.input-group {
  top: 4px;
}
.input-group-addon {
  display: inline-block;
  float: left;
  width: 40px;
  height: 26px;
}
#hamburger-menuItem .icon-menu_close {
  top: 3px;
  right: 3px;
  opacity: 1;
  width: 20px;
  height: 24px;
}
#hamburger-menuItem .icon-menu_close:hover {
  opacity: 0.8;
}
.book-container {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
  overflow: hidden;
}
.page-navigation-bar-container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sidebar {
  display: none;
  float: right;
  -webkit-transition: 0.5s ease -webkit-transform;
  -moz-transition: 0.5s ease -moz-transform;
  -ms-transition: 0.5s ease -ms-transform;
  -o-transition: 0.5s ease -o-transform;
  transition: 0.5s ease all !important;
  margin-top: 0;
}
.notebook-allnotes-icon-triangle-bottom,
.notebook-allnotes-icon-triangle-right {
  line-height: 3 !important;
}
.notebook-allnotes-navbar {
  z-index: 1001 !important;
}
.book-chapter {
  padding: 14px;
  font-size: 17px;
}
.download-component {
  float: right;
}
/* The switch - the box around the slider */
.switch {
  display: inline-block;
  position: relative;
  float: right;
  width: 102px;
  height: 27px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #ccc;
  cursor: pointer;
  width: 60px;
}
.slider::before {
  position: absolute;
  bottom: 3px;
  left: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  width: 21px;
  height: 21px;
  content: '';
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider::before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.keyboard-switch::before {
  position: absolute;
  bottom: 3px;
  left: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  width: 21px;
  height: 21px;
  content: '';
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px !important;
}
.slider.round::before {
  border-radius: 50%;
}
.book-chapter .option-name {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.download-manager .etext-modal:not(.modal) .book-details {
  width: 200px;
}
.download-container {
  padding: 5px;
}
.notebook-list-container {
  position: initial;
}
.download-container .sideMenu-content {
  margin-bottom: 0;
  min-height: 0px;
  overflow: auto;
}
.etext-modal .sideMenu-content {
  margin-bottom: 4px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.book-info-wrap {
  margin-top: 15px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  height: 321px;
}
.download-full-book-toggle-wrapper {
  position: absolute;
  top: 285px;
  right: 0;
  margin-right: 15px;
  width: 50%;
}
.having-trouble-download-link {
  top: 250px;
  position: absolute;
  font-size: 14px;
  text-decoration: underline !important;
  right: 0;
  margin-right: 22px;
  width: 50%;
  color: #333333 !important;
  font-family: "Avenir LT Roman";
}
.download-manager .etext-modal .sideMenu-content {
  background: #f9f9f9 !important;
}
.sidebar-content {
  height: 100%;
}
#settings-content {
  position: relative;
  top: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-menu-item {
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 350px;
}
.sidebar-menu-item-open {
  top: 0;
  padding-bottom: 50px;
}
.setting {
  display: block;
}
.sidebar-menu-item-header {
  position: relative;
  z-index: 102;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f1f1f1;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 24px;
}
.sidebar-header {
  position: relative;
}
.sidebar-menu-item-header i {
  float: left;
  margin: 0;
  padding: 10px;
}
.sidebar-row {
  float: left;
  margin: 17px 0;
  width: 100%;
}
.sidebar-row.bordered {
  margin-bottom: 0;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 12px;
}
.settings-btn {
  float: left;
  margin-right: 1%;
  border: 1px solid #5b5b5b;
  box-shadow: none;
  background: #f3f3f3;
  width: 30%;
  height: 38px;
}
.settings-btn.sepia {
  background: #fc9;
}
.settings-btn.white {
  background: #fff;
}
.settings-btn.night {
  background: #000;
  color: #fff;
}
.cbp-spmenu a.pull-left {
  width: 100%;
}
.setting a:not(.shortcut-more-link) {
  border-bottom: 1px solid #c5c5c5;
}
/* Sidebar toc */
.tocItems {
  position: relative;
  transition: all 0.9s ease 0s;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.tocItems .tocItems-o {
  top: 0;
}
.Setting-footer {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ddd;
  background-color: #f1f1f1;
  padding-top: 12px;
  padding-left: 15px;
  width: 100%;
  height: 58px;
  vertical-align: middle;
  line-height: 1;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 11px;
}
.about-etext {
  border-bottom: 1px solid #c5c5c5;
  background-color: #ececec;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  line-height: 2;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman';
  font-size: 24px;
}
div.white-space-pre-line {
  white-space: pre-line;
}
.overlay {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Sit on top of the page content */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
}
.exportSpinner {
  line-height: 50px;
  font-size: 17px;
}
.highlights-export {
  border: none;
  background: none;
}
.fa-spin {
  font-size: 25px;
}
.exportingLabel {
  padding-left: 7px;
}
.export-label {
  margin-left: 30px;
  text-decoration: underline;
  line-height: 50px;
  color: #026ecb;
  font-size: 16px;
}
.exportMessage {
  margin-top: 20px;
}
.highlightMessage {
  font-size: 16px;
  font-weight: bold;
}
.exportMessage .modal-content {
  position: relative;
  z-index: 9999;
  border-radius: 0;
  background-color: black;
  padding-right: 7px;
  width: 650px;
  height: 60px;
  text-align: center;
  color: #fff;
}
.exportMessage .modal-content .icon-exit::before {
  content: '\e91d';
}
.exportMessage .close {
  position: relative;
  top: 9px;
  right: 15px;
  opacity: 1;
  color: #fff;
  font-size: 14px;
}
.close:hover {
  color: #fff;
}
.exportMessage .modal-content p {
  padding-top: 15px;
}
.exportComponent {
  position: absolute;
  bottom: 45%;
  left: 60%;
  height: 28px;
}
.searchOverlay {
  display: block;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Avenir LT Roman';
  font-size: 16px;
}
.notebook-side-loader {
  display: block;
  position: absolute;
  top: 48px;
  bottom: 0;
  z-index: 10;
  background: rgba(243, 243, 243, 0.72);
  width: 100%;
}
/* ------------------------------------- */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    height: 110px;
    font-size: 75%;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    width: 190px;
    font-size: 90%;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: 0;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
@media screen and (max-width: 880px) {
  #sidebar .sidebarRes {
    width: 100% !important;
  }
  #sidebar #notebook #all-notes-container {
    top: 43px;
  }
  .download-full-book-toggle-wrapper.increment-width {
    width: 54%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  #sidebar #notebook #all-notes-container {
    top: 43px;
  }
}
#sidebar #notebook {
  top: 0;
}
.sidebar-menu-item-header {
  margin-top: 0;
  margin-bottom: 0;
}
.about-etext-list {
  padding: 0;
  list-style: none;
}
.fixedSidebar {
  position: absolute !important;
  right: 0;
}
.no-subitems {
  cursor: default;
}
.icon-sizes {
  margin: 15px;
  padding-bottom: 8px;
  font-family: 'Avenir LT Roman', sans-serif !important;
}
.icon-sizes .iconLabel {
  position: relative;
  top: 7px;
  color: #000;
  font-size: 18px;
}
.icon-sizes .iconSelect {
  right: 25px;
}
.icon-sizes .dropdown-menu {
  left: 0;
}
.icon-sizes .fa-angle-down {
  position: absolute;
  top: 25%;
  left: 84%;
}
.icon-sizes .open {
  background-color: #fff;
}
.icon-sizes .open .fa-angle-down::before {
  content: '\f106';
}
.icon-sizes .btn-primary,
.icon-sizes .btn-primary:active:hover,
.icon-sizes .open > .dropdown-toggle.btn-primary {
  border-color: transparent;
  background-color: transparent;
  width: 200px;
  text-align: left;
  color: #000;
  font-size: 16px;
}
.icon-sizes .iconSizeDropdown li a {
  border-bottom: none;
  padding: 8px 14px !important;
}
#settings-modal .iconSizeDropdown li a {
  color: #000;
  font-size: 16px;
}
#settings-modal .iconSizeDropdown li .font-family--timesNewRoman {
  font-family: 'Times New Roman', Times, serif;
}
#settings-modal .iconSizeDropdown li .font-family--verdana {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#settings-modal .iconSizeDropdown li .font-family--courier {
  font-family: 'Courier New', Courier, monospace;
}
#settings-modal .iconSizeDropdown li .font-family--georgia {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#settings-modal .iconSizeDropdown li .font-family--arial {
  font-family: Arial, Helvetica, sans-serif;
}
#settings-modal .iconSizeDropdown li .font-family--default {
  font-family: inherit;
}
.font-sizes .fontLabel,
.contrast-options .fontLabel,
.font-sizes .contrastLabel,
.contrast-options .contrastLabel {
  display: block;
  padding: 2px;
  color: #000;
  font-size: 18px;
}
.mediumIcon {
  /* sidebar menu */
  /* footer */
}
.mediumIcon .icon-print::before {
  content: '\e653';
}
.mediumIcon .icon-bookmark_unselected::before {
  color: #d6d6d6;
  content: '\e65d';
}
.mediumIcon .icon-bookmark::before {
  color: #3aa3ff;
  font-size: 17px;
  content: '\e65a';
}
.mediumIcon .fa-search::before {
  content: '\f002';
}
.mediumIcon .icon-menu_open::before {
  font-size: 14px;
  content: '\e65e';
}
.mediumIcon .icon-menu_close::before {
  content: '\e664';
}
.mediumIcon .fa-list::before {
  font-size: 24px;
  content: '\f03a';
}
.mediumIcon .fa-bookmark::before {
  font-size: 24px;
  content: '\f02e';
}
.mediumIcon .icon-highlight::before {
  position: relative;
  top: 6px;
  font-size: 25px;
  content: '\e65b';
}
.mediumIcon .icon-notebook-sidebar::before {
  position: relative;
  top: 5px;
  font-size: 31px;
  content: '\e61f';
}
.mediumIcon .icon-glossary::before {
  position: relative;
  top: 8px;
  font-size: 31px;
  content: '\e615';
}
.mediumIcon .icon-basket_text::before {
  font-size: 25px;
  content: '\e906';
}
.mediumIcon .icon-bookshelf::before {
  font-size: 25px;
  content: '\e659';
}
.mediumIcon .fa-gear::before,
.mediumIcon .fa-cog::before {
  font-size: 25px;
  content: '\f013';
}
.mediumIcon .fa-arrow-right::before {
  content: '\f061';
}
.mediumIcon .fa-arrow-left::before {
  content: '\f060';
}
.mediumIcon .book-page-number {
  font-size: 16px;
}
.mediumIcon .spread-view-container .spread-view {
  font-size: 16px;
}
.mediumIcon .view-progress-container .view-progress {
  font-size: 16px;
}
.largeIcon {
  /* sidebar menu */
}
.largeIcon .navDragbar_logo {
  transform: scale(1.25);
  margin: 10px 40px;
}
.largeIcon .icon-print::before,
.largeIcon .icon-bookmark_unselected::before,
.largeIcon .icon-bookmark::before,
.largeIcon .fa-search::before,
.largeIcon .icon-menu_open::before,
.largeIcon .icon-menu_close::before,
.largeIcon .fa-search::before,
.largeIcon .fa-arrow-right::before,
.largeIcon .fa-arrow-left::before,
.largeIcon .icon-comments_bubble::before {
  font-size: x-large;
}
.largeIcon .fa-gear::before,
.largeIcon .fa-cog::before,
.largeIcon .icon-bookshelf::before,
.largeIcon .icon-basket_text::before,
.largeIcon .fa-bookmark::before {
  font-size: calc(25px * 1.25);
}
.largeIcon .icon-notebook-sidebar::before,
.largeIcon .icon-glossary::before,
.largeIcon .icon-download::before {
  font-size: calc(31px * 1.25);
}
.largeIcon .clear-search::before {
  position: relative;
  bottom: 5px;
  left: 12px;
  font-size: x-large;
}
.largeIcon .icon-bookmark::before {
  font-size: calc(17px * 1.25);
}
.largeIcon .icon-menu_open::before {
  font-size: calc(14px * 1.25);
}
.largeIcon .fa-list::before {
  position: relative;
  top: 3px;
  right: 5px;
  font-size: calc(25px * 1.25);
}
.largeIcon .icon-highlight::before {
  position: relative;
  top: 6px;
  font-size: calc(25px * 1.25);
}
.largeIcon .book-page-number {
  font-size: calc(16px * 1.25);
}
.largeIcon .top-bar-buttons-position-container {
  display: flex;
  float: none;
  justify-content: space-evenly;
}
.largeIcon .sidebar-menu-items button.menu-profile {
  padding-top: 12px;
}
.largeIcon .sidebar-menu-items button.menu-settings .fa {
  padding: 2px 0;
}
.largeIcon .icon-comments_bubble::before {
  position: relative;
  right: 23px;
  font-size: x-large;
}
.largeIcon .spread-view-container .spread-view {
  font-size: calc(16px * 1.25);
}
.largeIcon .view-progress-container .view-progress {
  font-size: calc(16px * 1.25);
}
.smallIcon {
  /* sidebar menu */
}
.smallIcon .navDragbar_logo {
  transform: scale(0.75);
  margin: 10px 0;
}
.smallIcon .icon-bookmark::before,
.smallIcon .fa-search::before,
.smallIcon .fa-arrow-right::before,
.smallIcon .fa-arrow-left::before {
  font-size: x-small;
}
.smallIcon .fa-gear::before,
.smallIcon .fa-cog::before,
.smallIcon .icon-basket_text::before,
.smallIcon .icon-bookshelf::before,
.smallIcon .fa-bookmark::before,
.smallIcon .icon-download::before {
  font-size: calc(25px * 0.75);
}
.smallIcon .icon-print::before {
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .icon-bookmark_unselected::before {
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .icon-bookmark::before {
  vertical-align: middle;
  font-size: calc(17px * 0.75);
}
.smallIcon .fa-search::before {
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .icon-menu_close::before {
  position: relative;
  top: 2px;
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .fa-list::before {
  position: relative;
  top: 1px;
  font-size: calc(25px * 0.75);
}
.smallIcon .icon-menu_open::before {
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .icon-highlight::before {
  position: relative;
  top: 2px;
  font-size: calc(25px * 0.75);
}
.smallIcon .icon-notebook-sidebar::before {
  top: 2px;
  font-size: calc(31px * 0.75);
}
.smallIcon .icon-glossary::before {
  top: 4px;
  font-size: calc(31px * 0.75);
}
.smallIcon .book-page-number {
  font-size: calc(16px * 0.75);
}
.smallIcon .sidebar-menu-items button.menu-profile {
  padding: 11px 0 0 21px;
}
.smallIcon .sidebar-menu-items button.menu-settings .fa {
  padding: 1px 0 0;
}
.smallIcon .icon-comments_bubble::before {
  position: relative;
  top: 1px;
  right: 7px;
  vertical-align: middle;
  font-size: x-small;
}
.smallIcon .spread-view-container .spread-view {
  font-size: calc(16px * 0.75);
}
.smallIcon .view-progress-container .view-progress {
  font-size: calc(16px * 0.75);
}
rr-book-list {
  -webkit-overflow-scrolling: touch;
}
rr-book-list .item {
  margin-bottom: 50px;
}
rr-book-list .thumbnail {
  float: left;
  border: 1px solid #888;
  padding: 2px;
  width: 186px;
}
rr-book-list .offScreenText {
  position: absolute;
  right: -9999px;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
rr-book-list .book-title,
rr-book-list .user-title {
  font-weight: bold;
}
rr-book-list #bookshelf-content {
  overflow-x: hidden;
  overflow-y: auto;
}
rr-book-list #bookshelf-content .container-fluid {
  margin-top: 30px;
  margin-left: 15px;
}
rr-book-list rr-book-item-options {
  width: inherit;
}
rr-book-list .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  float: none;
}
rr-book-list .modal-content {
  border-radius: 0;
}
rr-book-list .modal-open .modal {
  overflow: initial;
}
rr-book-list .book-row {
  margin-top: 42px !important;
  margin-right: 32px !important;
  margin-left: -15px !important;
}
rr-book-list li.book-grid-item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  rr-book-list #bookshelf-layouts #grid-view .item {
    width: 50%;
  }
}
.horizontal-bar {
  background-color: #5b5b5b;
  height: 32px;
  text-align: left;
  color: #fff;
}
.horizontal-bar .horizontal-bar-button {
  margin-left: 10px;
  border: 0;
  background: none;
  padding: 6px 10px 6px 0;
}
.horizontal-bar .horizontal-bar-button .icon-arrow_left {
  vertical-align: middle;
}
.horizontal-bar .horizontal-bar-button .button-label {
  padding-left: 5px;
  vertical-align: middle;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 12px;
}
/* Colors
 * ------------------------------------- *
 * All UX approved colors are contained in this list. If you are
 * working from a mockup that contains a color not in this list,
 * do not add new colors, instead do one of the following:
 * 1) Choose the one you feel is the closest, or
 * 2) Ask a member of the UX Team. */
/*
------------------------------------
    notes & highlights
------------------------------------
*/
#notes > ul {
  margin: 0;
  list-style: none;
}
#notes .note-sorter {
  padding: 11px 0 12px 15px;
  width: 100%;
}
#notes .chapter-row .circle {
  margin-top: 12px;
  margin-left: 15px;
  background-color: #fff;
}
#notes .list-group {
  margin-bottom: 0;
}
#notes .note-group .note-group-header {
  display: block;
  background-color: #026ecb;
  padding: 10px 0 10px 15px;
  color: #fff;
  font-size: 16px;
}
#notes .note-group .note-group-header.correct-header-position {
  padding: 10px 0 10px 35px;
}
#notes .note-group-header .circle {
  display: inline-block;
  position: relative;
  margin-left: 0;
}
#notes .note-group > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#notes .note-date {
  display: block;
  margin-top: 11px;
  line-height: 14px;
  color: #9b9b9b;
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
}
#notes .note-date-annotator {
  display: block;
  margin-top: 7px;
  line-height: 14px;
  color: #9b9b9b;
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
}
#notes .btn-group > .btn.active {
  z-index: 0;
}
#notes .btn {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 3px 7px;
  width: 70px;
  height: 25px;
  line-height: 17px;
  color: #7b7b7b;
  font-family: 'Avenir', sans-serif;
  font-size: 14px;
  font-weight: 200;
}
#notes .btn.active {
  border: 1px solid #026ecb;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #026ecb;
  color: #fff;
}
#sort-description {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
}
.notes-container > a {
  padding: 20px 27px 20px 24px !important;
  color: inherit;
  font-size: 14px;
}
.note-highlight > span {
  line-height: 18px;
  color: #464646;
}
#notes .sidebar-menu-item-header {
  margin-bottom: 0;
  background-color: #f3f3f3;
  color: #464646;
}
#notes .export-item {
  width: 50%;
}
.chapter-row:focus {
  outline: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 2px #f00 inset !important;
  -moz-box-shadow: 0 0 0 2px #f00 inset !important;
  box-shadow: 0 0 0 2px #f00 inset !important;
}
.notes-container {
  border-bottom: 1px solid #e1e1e1;
  background-color: #f3f3f3;
}
.solid {
  box-decoration-break: clone;
  color: #464646;
}
.solid.yellow {
  background-color: #fbea3c;
}
.solid.pink {
  background-color: #f676ab;
}
.solid.green {
  background-color: #55df49;
}
.solid.shared {
  background-color: #8cc1ff;
}
.underline {
  box-decoration-break: clone;
  color: #464646;
}
.underline.yellow {
  border-bottom: 2px solid #fbea3c;
}
.underline.pink {
  border-bottom: 2px solid #f676ab;
}
.underline.green {
  border-bottom: 2px solid #55df49;
}
.underline.shared {
  border-bottom: 2px solid #8cc1ff;
}
.outline {
  border-radius: 50px;
  padding: 0 2px;
  color: #464646;
  box-decoration-break: clone;
}
.outline.yellow {
  border: 2px solid #fbea3c;
}
.outline.pink {
  border: 2px solid #f676ab;
}
.outline.green {
  border: 2px solid #55df49;
}
.outline.shared {
  border: 2px solid #8cc1ff;
}
.note-comment-container {
  display: flex;
  margin-top: 15px;
}
.annotator-marker {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  width: 1.2em;
  vertical-align: middle;
  text-align: center;
  font-size: 147%;
}
.annotator-marker.yellow {
  color: #fbea3c;
}
.annotator-marker.pink {
  color: #f676ab;
}
.annotator-marker.green {
  color: #55df49;
}
.annotator-marker.shared {
  color: #8cc1ff;
}
.icon-annotation-mark::before {
  font-family: 'k12_universal_icons';
  content: '\e946';
}
.icon-with-bg::after {
  position: absolute;
  top: 25%;
  left: 17%;
  z-index: -1;
  background: #333;
  width: 50%;
  height: 50%;
  content: '';
}
.annotator-container {
  margin-left: 4px;
  color: #464646;
}
.annotator-container span {
  display: block;
  word-break: break-all;
}
/*
------------------------------------
    search
------------------------------------
*/
#search #search-form {
  position: relative;
  margin: 10px;
  width: 288px;
}
#search #search-form .search-field {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  z-index: 1;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  /* width: 234px; */
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 5px 26px;
}
#search #search-form .search-field:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#search #search-form .search-icon {
  position: absolute;
  left: 2px;
  opacity: 0.6;
  z-index: 3;
  margin: 0;
  border: 0;
  background: url(./img/sprite.png) no-repeat -46px 7px;
  padding: 0;
  width: 20px;
  height: 30px;
}
#search #search-form .search-clear {
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 3;
  border: none;
  background-color: white;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
#search .search-counts {
  margin: 5px 10px;
  font-style: italic;
}
#search .search-counts q {
  font-weight: bold;
}
#search .search-counts q::before,
#search .search-counts q::after {
  content: '"';
}
#search .search-results {
  margin: 0;
}
#search .search-results li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
  list-style-type: none;
  line-height: normal;
}
#search .search-results li:hover {
  background-color: #e6e6e6;
}
#search .search-results h5 {
  margin-top: 0;
}
#search .search-results a {
  text-decoration: none;
}
#search .search-results p {
  margin: 0;
  border: none;
  padding: 0;
  color: #474747;
  font-size: 0.9em;
}
#search .search-results p em {
  background-color: #ffa040;
  font-weight: bold;
  font-style: italic;
}
#search .search-results p em.viewed {
  background-color: transparent;
}
#search .search-results-loading {
  padding: 10px 0;
  text-align: center;
}
#search .search-more {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#search .search-more:hover {
  background-color: #e6e6e6;
}
#glossary {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 110;
  margin: 0;
  background-color: #f3f3f3;
  padding: 0;
  height: 100%;
  list-style: none;
}
#glossary .fixed-glossary-header {
  position: fixed;
  top: 94px;
  z-index: 2;
  width: 291px;
}
#glossary .fixed-glossary-header + dd {
  margin-top: 42px;
}
#glossary .static-glossary-header {
  position: initial;
}
#glossary .glossary-zero-state {
  margin-top: 0;
  text-align: center;
  line-height: 50px;
  color: #464646;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
}
#glossary .glossary-list > dt {
  background-color: #026ecb;
  padding: 7px 15px;
  height: 42px;
  color: #fff;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#glossary .glossary-list dd:last-child {
  min-height: 255px;
}
#glossary dl {
  margin: 0;
}
#glossary dd {
  vertical-align: middle;
  line-height: normal;
}
#glossary .term-group {
  width: 350px;
}
#glossary #glossary-content {
  transition: all 0.3s ease 0s;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f3f3f3;
  padding: 0;
  width: calc(100% - 43px);
  list-style-type: none;
}
#glossary #glossary-content:focus {
  box-shadow: none !important;
}
#glossary #glossary-content .scrollable {
  width: 291px;
}
#glossary #glossary-content .glossary-last-item {
  min-height: 200px;
}
#glossary h3 {
  display: block;
  margin: 0;
  background-color: #3aa3ff;
  padding: 11px 15px;
  height: 42px;
  text-decoration: none;
  color: #fff;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#glossary button {
  position: relative;
  border: none;
  background: none;
  padding: 12px;
  width: 291px;
  min-height: 40px;
  list-style: none;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  color: #464646;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
#glossary a:hover {
  text-decoration: none;
}
#glossary .term {
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  width: 333px;
  color: #007aff;
  font-weight: normal;
}
#glossary .term:hover {
  background-color: #e6e6e6;
}
.glossery-item-header {
  position: fixed;
  background: #e1e1e1;
  padding-left: 15px;
  width: 100%;
  /* Update mlGlossary component -> handleScroll() if height is changed */
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  color: #5b5b5b;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 24px;
}
#alphabet-list {
  position: fixed;
  top: 91px;
  right: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition-delay: 3s;
  border-left: solid 1px #c5c5c5;
  background-color: #f3f3f3;
  cursor: pointer;
  padding-left: 0;
  width: 41px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-type: none;
  text-align: center;
}
#alphabet-list li {
  padding-top: 20%;
  height: 3.25vh;
  color: #464646;
  font-family: 'Avenir Medium', sans-serif;
  font-size: 13px;
}
#alphabet-list li > button {
  margin-bottom: 0;
  padding: 1% 0;
  width: 24px;
  min-height: 0;
  text-align: center;
  font-size: 14px;
}
#alphabet-list li > button.letter-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#alphabet-list li > button.letter-enabled:hover {
  background-color: #e6e6e6;
}
.highlightTerm {
  color: #3aa3ff !important;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 16px;
}
.glossary-list {
  padding-left: 0;
  width: 333px;
}
.gloss-details {
  display: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: inset 0 8px 8px -8px #d6d6d6, inset 0 -8px 8px -8px #d6d6d6;
  background-color: #ebebeb;
  cursor: default;
  padding: 17px 15px 22px;
  width: 291px;
  color: #464646;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 16px;
}
.glossary-node-color {
  color: #464646;
}
.glossary-fixed-position {
  position: fixed;
  top: 84px;
  z-index: 2;
  width: 333px;
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  #alphabet-list {
    position: fixed;
    top: 93px;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition-delay: 3s;
    border-left: 1px solid #c5c5c5;
    background-color: #f3f3f3;
    cursor: pointer;
    width: 42px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    text-align: center;
  }
  #glossary li {
    width: 100% !important;
    vertical-align: middle;
    line-height: normal;
  }
}
@media only screen and (device-width: 768px) and (orientation: portrait) {
  #alphabet-list > li {
    height: 2.5vh;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  #alphabet-list > li {
    height: 2.5vh;
  }
}
@media screen and (max-height: 500px) {
  #alphabet-list > li {
    padding-top: 10%;
    height: 4vh;
  }
  #alphabet-list > li > button {
    padding-top: 0;
    padding-bottom: 0;
  }
  #alphabet-list > li > button:hover {
    background-color: #e6e6e6;
  }
}
@media screen and (max-height: 200px) {
  #alphabet-list > li {
    padding-top: 10%;
    height: 6vh;
  }
}
/*
------------------------------------
    bookmark sidebar
------------------------------------
*/
#bookmark .sidebar-content {
  height: calc(100% - 43px) !important;
}
#bookmark > ul {
  margin: 0;
  width: 310px;
  list-style: none;
}
#bookmark > ul > li {
  display: block;
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
  padding: 2px 8px 2px 18px;
  color: #0c65a5;
  font-weight: normal;
}
#bookmark > ul > li:hover {
  background: #e1e1e1;
}
#bookmark ul.bookmark-list-item {
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
}
#bookmark ul.bookmark-list-item:focus {
  box-shadow: none !important;
}
#bookmark li {
  cursor: pointer;
  color: #5b5b5b;
  font-size: 16px;
}
#bookmark li.selected-bookmark {
  min-height: 40px;
  color: #026ecb !important;
}
#bookmark .bookmark-title {
  display: block;
  min-width: 315px;
  max-height: 3.2em;
  overflow: hidden;
  line-height: 1.6em;
  word-wrap: break-word;
}
#bookmark .bookmark-title.white-space-pre-line {
  white-space: pre-line;
}
#bookmark .bookmark-date-wrap img {
  display: inline-block;
  padding: 10px 2px;
  width: 24px;
}
#bookmark .bookmark-date-wrap .bookmark-date {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: right;
  color: #5b5b5b;
  font-size: 12px;
  font-weight: normal;
}
#bookmark .bookmark-date-wrap .bookmark-date.selected-bookmark {
  color: #026ecb;
}
.sidebar-bookmark-icon {
  display: inline-block;
}
.sidebar-bookmark-icon .bookmark {
  position: static !important;
  margin: 0 !important;
  padding: 9px 0 0 !important;
}
.sidebar-bookmark-icon .icon-bookmark_unselected.bookmarkIcon {
  position: static !important;
  padding: 0 !important;
}
.sidebar-bookmark-icon .icon-bookmark_unselected.bookmark-icon::before {
  color: #5b5b5b;
}
ul.bookmark-list-item {
  margin-bottom: 0 !important;
  font-family: Avenir, sans-serif;
}
.bookmark-list-item > .list-group-item {
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
  background-color: #f3f3f3;
}
li.nobookmarks {
  text-align: center;
}
span.bookmark-icon {
  display: inline;
}
.bookmark-list-item > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
span.icon-bookmark_unselected.bookmark-icon::before {
  color: #5b5b5b;
}
/*
The three following styles should not be consolidated
(One invalid selector in a group makes the whole group invalid)
*/
#bookmarkModal ::-webkit-input-placeholder {
  color: #5b5b5b;
  font-style: italic;
}
#bookmarkModal ::-moz-placeholder {
  color: #5b5b5b;
  font-style: italic;
}
#bookmarkModal :-ms-input-placeholder {
  color: #5b5b5b;
  font-style: italic;
}
/*
------------------------------------
    bookmark overlay icon
------------------------------------
*/
#bookmark-link-pearson {
  position: fixed;
  top: 60px;
  left: 25px;
  z-index: 1;
  border: none;
  background: transparent;
  vertical-align: top;
  color: #026ecb;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.sidebar-open #bookmark-link-pearson {
  -webkit-transform: translate(312px);
  -moz-transform: translate(312px);
  -ms-transform: translate(312px);
  -o-transform: translate(312px);
  transform: translate(312px);
}
@media (max-width: 767px) {
  #bookmarkModal {
    top: 3% !important;
    margin-left: 0;
  }
}
@media only screen and (max-device-width: 1024px) {
  #bookmark-link-pearson {
    left: 10px;
  }
}
#mlGlossary {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  margin: 0;
  background-color: #f3f3f3;
  padding: 0;
  height: calc(100vh - 94px);
  font-family: 'Avenir LT Roman', sans-serif;
  user-select: initial;
  /* Not used? */
}
#mlGlossary .current-separator,
#mlGlossary .glossary-separator {
  background-color: #2e80bc;
  padding: 7px 15px;
  /* Update mlGlossary component -> handleScroll() if height is changed */
  height: 45px;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#mlGlossary .current-separator {
  position: relative;
  left: 1px;
  z-index: 1;
  margin: 0;
  width: 291px;
}
#mlGlossary #ml-glossary-content {
  position: absolute;
  top: 50px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#mlGlossary #ml-glossary-content .glossaryNote {
  display: block;
}
#mlGlossary .glossary-content {
  right: 41px;
  left: 0;
  border-left: 1px solid #e1e1e1;
}
#mlGlossary .term-items {
  position: relative;
  transition: all 0.9s ease 0s;
  width: 100%;
}
#mlGlossary .term-background {
  border: none;
  background: #fff !important;
}
#mlGlossary .term {
  position: relative;
  right: 0;
  left: 0;
  border: none;
  border-top: 1px solid #e1e1e1;
  background: #f3f3f3;
  padding: 12px 15px;
  width: 100%;
  list-style: none;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
  color: #464646;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
#mlGlossary .term-definition {
  margin: 0;
  background: #fff;
  padding: 15px 22px 0 15px;
}
#mlGlossary .term-list {
  margin: 0;
}
#mlGlossary .translated-term {
  margin-bottom: 10px;
  border-bottom: thin;
  font-size: 16px;
}
#mlGlossary .audio-control,
#mlGlossary .term-part {
  margin-bottom: 10px;
}
#mlGlossary .term-part {
  display: inline-block;
  width: calc(100% - 44px);
}
#mlGlossary .term-part.no-audio {
  width: 100%;
}
#mlGlossary .phonetic {
  font-style: italic;
}
#mlGlossary .bg-circle,
#mlGlossary .bg-circle:focus,
#mlGlossary .bg-circle:active {
  display: inline;
  margin: 0 10px 10px 0;
  border-width: 0 !important;
  border-radius: 50% !important;
  background-color: #505759;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#mlGlossary .bg-circle:hover,
#mlGlossary .bg-circle:focus,
#mlGlossary .bg-circle:active {
  color: #d2db0e;
}
#mlGlossary .icon-audio-init::before {
  content: '\e91b' !important;
}
#mlGlossary .bg-circle:disabled {
  background-color: #cdcdcd;
}
#mlGlossary .rtl {
  right: 0;
  left: 0;
  direction: rtl;
}
#mlGlossary .rtl .description {
  width: 100%;
}
#mlGlossary .langLabel {
  margin: 10px 5px;
  font-family: 'Avenir LT Roman', sans-serif;
  font-weight: 400;
}
#mlGlossary .lang-list {
  border-top: 1px solid #e1e1e1;
  height: 41px;
}
#mlGlossary .lang-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  margin: 0 3px 7px 5px;
  background: transparent url('./img/mlg-arrow.svg') no-repeat right;
  background-size: 17px 11px;
  cursor: pointer;
  padding: 2px 20px 2px 5px;
  width: 210px;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 14px;
}
#mlGlossary .lang-list select::-ms-expand {
  display: none;
}
#mlGlossary .lang-list select option:checked {
  color: #cdcdcd;
}
#mlGlossary .lang-list select option {
  border-color: transparent;
  background-color: white;
  padding: 0 20px 0 10px;
  color: #5b5b5b;
}
#mlGlossary .letter-bar {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  border-left: solid 1px #c5c5c5;
  width: 40px;
  height: 100%;
}
#mlGlossary .letter-list {
  transition: all 0.3s ease 0s;
  -webkit-transition-delay: 3s;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
#mlGlossary .letter {
  display: block;
  border: none;
  background-color: transparent;
  width: inherit;
  height: 3.25vh;
  text-align: center;
  color: #464646;
  font-family: 'Avenir Medium', sans-serif;
  font-size: 13px;
}
#mlGlossary .letter.letter-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#mlGlossary .disabled {
  float: right;
  margin: 8px 16px 8px 15px;
  border: transparent;
  background: transparent;
  background-size: 12px 11px;
  cursor: not-allowed;
  padding: 2px 20px 2px 10px;
  color: #026ecb;
  font-size: 14px;
}
@media screen and (max-height: 500px) {
  #mlGlossary .letter {
    margin: 0;
    padding: 0;
    height: 6vh;
  }
}
@media screen and (max-height: 200px) {
  #mlGlossary .letter {
    margin: 0;
    padding: 0;
    height: 7vh;
  }
}
@media only screen and (device-width: 768px) {
  #mlGlossary {
    height: calc(100vh - 165px);
  }
}
/* Samsung tablet devices */
@media screen and (min-device-width: 800px) and (max-device-width: 1280px) {
  #mlGlossary {
    height: calc(100vh - 190px);
  }
}
/* iPad Pro devices */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #mlGlossary {
    height: calc(100vh - 160px);
  }
}
.about-info-modal:focus {
  outline: none;
}
.about-info-modal .close {
  text-shadow: none;
}
.about-info-modal .modal-dialog {
  top: 28% !important;
  left: 0 !important;
  margin: 0 auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  max-height: 270px;
}
.about-info-modal .external-links-popup-dialog {
  top: auto !important;
  width: 100%;
  max-width: calc(100% - 100px);
  height: 100%;
  max-height: calc(100% - 100px);
}
.about-info-modal .external-links-popup-content {
  margin: 50px auto;
  height: 100%;
}
.about-info-modal .external-links-popup-body {
  height: calc(100% - 48px);
  overflow-y: unset;
}
.about-info-modal .external-links-button {
  border: none;
  background: none;
  height: 24px;
}
.about-info-modal #externalLinksView {
  margin: auto 15px;
  width: calc(100% - 15px);
  height: 100%;
}
.about-info-modal .about-modal-label,
.about-info-modal .external-links-modal-label {
  line-height: 24px;
  letter-spacing: 0.9px;
  font-weight: 600;
}
.about-info-modal .modal-content {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}
.about-info-modal h4 {
  font-size: 17px;
}
.about-info-modal .course-id,
.about-info-modal .course-name {
  margin: 0 0 0 15px;
  text-align: left;
}
.about-info-modal .course-id {
  font-weight: bold;
}
.about-info-modal .course-name {
  padding-bottom: 0;
}
.about-info-modal .modal-body {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0;
}
.about-info-modal ul {
  margin: 0 !important;
  list-style-type: none;
}
.about-info-modal li {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.about-info-modal li.icon-maximize::before {
  position: absolute;
  left: 10%;
}
.about-info-modal li a {
  padding: 10px;
  text-decoration: none;
  color: #5b5b5b !important;
  font-size: 17px;
}
.about-info-modal .modal-footer {
  border-top: 0 !important;
  background: #f1f1f1;
  padding: 7px;
  font-size: 11px;
}
.about-info-modal .modal-footer p {
  margin-bottom: 0;
  text-align: center;
  color: #5b5b5b;
  font-size: 11px;
}
.about-info-modal li.list-group-item:first-child {
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #about-modal .modal-dialog {
    position: relative;
    box-shadow: 0 8px 20px #000000;
    max-width: 274px;
    max-height: 270px;
  }
}
@media (min-width: 540px) and (max-width: 719px) {
  #about-modal .modal-dialog {
    box-shadow: 0 8px 20px #000000;
    max-width: 274px;
    max-height: 270px;
  }
}
.modal .modal-header hgroup {
  float: left;
}
.shortcut-selector {
  float: left;
  padding: 15px 20px 20px 15px;
  width: 100%;
}
.shortcut-selector .toggle-state {
  position: absolute;
  top: 2px;
  right: 67px;
  width: 24px;
  font-size: 16px;
}
.shortcut-selector .toggle-label {
  display: inline-block;
  color: #000;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 18px;
}
.shortcut-selector .more-info-label {
  text-decoration: underline;
  color: #026ecb;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 14px;
}
.shortcut-selector .more-info-label:hover {
  color: #000;
}
.shortcut-selector .icon-maximize {
  color: #5b5b5b;
  font-size: 13px;
}
.shortcut-selector .switch {
  top: 10px;
}
.shortcut-selector .shortcut-slider {
  border: none;
}
.shortcut-selector .shortcut-slider:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #3aa3ff inset !important;
}
.shortcut-selector .keyboard-switch {
  background-color: #2196f3;
}
.shortcut-selector .external-links-button {
  border: none;
  background-color: transparent;
}
.about-info-modal #keyboardShortcutlLinkView {
  margin: auto 15px;
  width: calc(100% - 15px);
  height: 100%;
}
.thumbnail {
  float: left;
  margin: 0;
  border: 1px solid #888;
  padding: 2px;
  width: 186px;
}
#bookshelf-layouts .thumbnail {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  background-color: #fff;
  padding: 0;
  max-width: 186px;
  line-height: initial;
}
#bookshelf-layouts .thumbnail .expired {
  position: absolute;
  bottom: 1px;
}
#bookshelf-layouts .thumbnail .expired-text {
  display: block;
  color: #f00;
}
#bookshelf-layouts .thumbnail .bookExpiredIcon {
  position: absolute;
  top: 41%;
  left: 41%;
  opacity: 0.7;
  background: url('./img/bookshelf_expired.svg') no-repeat scroll;
  width: 50px;
  height: 50px;
}
#bookshelf-layouts .thumbnail .bookexpired,
#bookshelf-layouts .thumbnail .book-grid-item .bookexpired {
  opacity: 0.1 !important;
  text-decoration: none;
  filter: alpha(opacity=40);
}
#bookshelf-layouts .thumbnail .bookexpired:hover,
#bookshelf-layouts .thumbnail .bookexpired a:hover {
  cursor: not-allowed;
  text-decoration: none;
}
#bookshelf-layouts .thumbnail .expiredText {
  position: relative;
  top: 20px;
  right: 16px;
  font-family: 'Avenir LT Roman', sans-serif;
  font-size: 14px;
  font-weight: 800;
}
#bookshelf-layouts .thumbnail .span4 {
  margin-right: 18px;
}
#bookshelf-layouts .thumbnail .thumbnail > li {
  margin-bottom: 30px;
}
.book-full-title {
  display: -webkit-box;
  margin: 0 10px 10px;
  padding-top: 5px;
  width: calc(100% - 20px);
  height: 108px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 1.3;
  word-break: break-all;
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis-non-webkit {
  position: relative;
  overflow: hidden;
}
.ellipsis-non-webkit::before {
  position: absolute;
  right: 0;
  bottom: -2px;
  float: right;
  background: #fff;
  padding-left: 0;
  width: 1em;
  content: '\2026';
}
.book-options {
  margin: 0 !important;
  width: inherit;
  text-align: center;
  color: #000;
}
.book-info-buttons {
  text-align: center;
}
.book-info-buttons .book-buttons {
  bottom: 20px;
}
.book-info-buttons .book-info,
.book-info-buttons .book-download {
  display: inline-block;
  margin-bottom: 15px;
  border: none;
  background: transparent;
  padding: 5px;
  width: 45%;
  height: 30px;
  vertical-align: top;
  text-decoration: none;
  color: #333;
  font-size: 14pt;
}
.book-info-buttons .book-info:focus,
.book-info-buttons .book-download:focus,
.book-info-buttons .book-info:hover,
.book-info-buttons .book-download:hover {
  color: #026ecb;
}
.book-info-buttons .label-download {
  position: absolute;
  top: 385px;
  left: 28px;
  line-height: 16px;
  color: #000;
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: oblique;
}
.book-info-buttons .book-info::before {
  content: '\e66a';
}
.book-pearson {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.book-pearson:active:not(.bookexpired) img {
  opacity: 0.7;
  background: #000;
}
.book-pearson:hover {
  opacity: 0.7;
  color: #fff;
}
.book-pearson a {
  display: inline-block;
  text-decoration: none;
  word-break: break-all;
  color: #4d4d4d;
}
.book-pearson a:hover {
  text-decoration: none;
}
.book-pearson.inactive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
.book-pearson .img-polaroid {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 186px;
  height: 240px;
  vertical-align: top;
}
.book-pearson .assigned-indicator {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px;
  border-radius: 4px;
  background-color: #000;
  width: 90px;
  color: #fff;
}
.book-pearson .assigned-indicator .label-assigned {
  display: inline-block;
  margin: 0;
  font: 100 14px/20px 'HeinemannSchool', sans-serif;
}
.book-pearson .assigned-indicator .icon-assign {
  margin-left: 5px;
  font-size: 14px;
}
#sync-status {
  color: #888888;
  display: inline-block;
  font-size: 12px;
  font-family: 'OpenSans', sans-serif;
}
.top-bar {
  right: 110px;
  top: 7px !important;
}
#sync-icon {
  color: #888888;
  font-size: 16px;
  position: absolute;
  top: 3px;
}
.errorStatus {
  right: 70px;
}
.spinClassic {
  right: 61px;
}
.checkMark {
  right: 101px;
}
.centerDivMenu {
  width: 250px;
  top: 10px;
  left: 50%;
  position: absolute;
}
.navbar .centerDivMenu {
  top: 15px;
  left: 45%;
}
@media (min-width: 900px) and (max-width: 1150px) {
  .navbar .centerDivMenu {
    left: 35%;
  }
}
@media (max-width: 900px) {
  .navbar .centerDivMenu {
    left: 30%;
  }
}
.navbar .centerDivMenu #sync-icon {
  top: 0;
}
.positionSyncStatus {
  position: absolute;
}
.centerContainer #sync-status {
  color: #3D4149;
}
.centerContainer #sync-icon {
  color: #4a4a4a;
}
.centerContainer .errorStatus {
  right: 68px;
  top: 4px !important;
}
.centerContainer .spinClassic {
  right: 60px;
}
.centerContainer .checkMark {
  right: 100px;
}

