@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,400,300,300italic,400italic,500");

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#demo-app {
  width: 100%;
}

.PreviewTopHalf {
  width: 100%;
  height: 100vh;
  background: #000000;
}

.PreviewBottomHalf {
  width: 100%;
  background: #ffffff;
}

/*
#previousNavButton {
  font-size: 32px;
  position: absolute;
  top: 50vh;
  margin-top: -16px;
  left: 16px;
  pointer:cursor;
}

#nextNavButton {
  font-size: 32px;
  position: absolute;
  top: 50vh;
  margin-top: -16px;
  right: 16px;
  pointer:cursor;
}
*/

#nextNavButton,
#prevNavButton {
  cursor: pointer;
  font-family: "FontAwesome";
}

#nextNavButton::before {
  font-family: "FontAwesome";
  content: "\F054";
  opacity: 0.6;
  z-index: 1001;
  right: 21px;
  margin-top: -17px;
  position: absolute;
  top: 50vh;
  font-size: 28px;
  padding-left: 4px;
  color: black;
  border: white solid 3px;
  border-radius: 45px;
  background-color: #ffffff;
  height: 44px;
  width: 44px;
}

#nextNavButtonCover::before {
  font-family: "FontAwesome";
  content: "\f054";

  opacity: 0.6;
  z-index: 1001;
  right: 36px;
  margin-top: -20px;
  position: absolute;
  top: 50vh;
  font-size: 28px;
  padding-left: 4px;
  color: black;
  border: white solid 3px;
  border-radius: 45px;
  background-color: #ffffff;
  height: 44px;
  width: 44px;
}

#previousNavButton::before {
  font-family: "FontAwesome";
  content: "\f053";
  opacity: 0.6;
  z-index: 1001;
  left: 21px;
  margin-top: -17px;
  position: absolute;
  top: 50vh;
  font-size: 28px;
  text-indent: -4px;
  color: black;
  border: white solid 3px;
  border-radius: 45px;
  background-color: #ffffff;
  height: 44px;
  width: 44px;
}

.clear {
  clear: both;
}

.PreviewBottomHalf {
  color: #333333;
}

#leftSideMetadata {
  text-align: left;
  padding: 8px;
  padding-left: 32px;
}

#scrollDownButton {
  position: absolute;
  bottom: 0;
  opacity: 0.6;
  margin-bottom: 12px;
  left: 50%;
  margin-left: -20px;
  z-index: 1000;
}

#scrollDownButton img {
  width: 40px;
}

.downloadImgIcon {
  float: left;
  vertical-align: top;
  width: 38px;
  padding-right: 10px;
}

.previewOverlay-Main {
  /* padding: 7px; */
  /* background-Color: rgb(245, 245, 245); */
  margin: 3px 8px;
  color: #ffffff;
  position: relative;
  overflow: visible;
  /* to allow for the content to display properly below */
  /* margin-bottom: -58px; */
  /* margin-right: 8px */
}

.overlayContainer-right {
  float: right;
  overflow: auto;
  height: 100%;
  margin-top: 1rem;
}

.overlayContainer-left {
  float: left;
  overflow: auto;
  height: 100%;
  margin-top: 1rem;
}

.linkButton {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #c6c6c6;
  /* text-decoration: underline; */
  cursor: pointer;
  font-size: 14px;
}

/* media query for mobile devices */
@media only screen and (max-width: 768px) {
  .downloadImgIcon {
    padding-top: 3px;
  }
}

/* media query for iPad 1, 2, Mini and Air  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .downloadImgIcon {
    padding-top: 3px;
  }
}

/* media query for iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .downloadImgIcon {
    padding-top: 3px;
  }
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sampleBanner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  opacity: 0.85;
  background-color: darkgrey;
  padding: 16px 32px;
  font-family: Arial;
  font-weight: 200;
  cursor: pointer;
  font-size: 16px;
}

.coverImageDisplay {
  height: 100vh;
  width: 100vw;
  background-color: rgb(0, 0, 0);
  z-index: 2000;
  position: absolute;
}

.coverImageDisplay>img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.previewOverlay-Main {
  z-index: 3000;
}

.modal-open {
  padding-right: 0px !important;
}

#sample_selection {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200000;
}

.popup {
  padding-top: 42px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-stroke: 0.25px;
  background-color: rgba(0, 0, 0, 0.8);
}

#sample_close_button {
  height: 28px;
  left: 50%;
  line-height: 26px;
  margin-left: 120px;
  margin-top: -180px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 28px;
  z-index: 5000;
}

.close {
  float: right;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

#sample_selection .payment_step {
  background-color: rgba(220, 220, 220, 1);
  border-radius: 3px;
  height: 330px;
  left: 50%;
  margin-left: -152px;
  margin-top: -180px;
  padding: 14px;
  position: absolute;
  top: 50%;
  width: 302px;
}

.div,
.a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#sample_selection .header {
  display: block;
  font-size: 25px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  width: 98%;
  color: #4a5459;
  text-overflow: ellipsis;
  height: 32px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  /* text-shadow: 1px 1px 0 #BAD3ED; */
  margin-top: 10px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

#sample_selection p {
  color: #58656b;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 3px;
}

.popup p {
  margin-top: 12px;
  line-height: 1.2em;
}

.popup .btn {
  font-weight: 300 !important;
}

.btn-success {
  background-color: #5cb85c;
}

.popup_cover_overlay {
  height: 86px;
  position: relative;
  width: 100%;
  z-index: 2000;
  margin-bottom: 12px;
}

.login_container {
  margin-bottom: 8px;
}

.form-group {
  margin-bottom: 15px;
}

#sample_selection p {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 3px;
}

#sample_download_error_note {
  color: #ff3333 !important;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 400;
}

.fa-icon {
  font-family: "FontAwesome";
  margin-left: 8px;
  font-size: 24px;
  height: 16px;
  width: 16px;
}

.control-label {
  text-transform: uppercase;
  letter-spacing: 2px;
}

#sample_selection input {
  padding: 2px;
  border-radius: 3px;
}

input.form-control {
  height: 38px;
  font-size: 16px;
}

.form-control {
  display: block;
  width: 100%;

  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.button,
.input,
.select,
.textarea {
  font-family: inherit;
  margin: 0;
  font: inherit;
}

.clear {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.popup_row {
  margin-right: -15px;
  margin-top: 15px;
  /* margin-left: -15px; */
  position: relative;
  min-height: 1px;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  width: 100%;
  /* float: left; */
  display: flex;
}

#clean_payment_cover_overlay img,
#sample_cover_overlay img,
.popup_cover_overlay img {
  height: 100%;
  display: block;
  box-shadow: 0 0 3px 2px #888888;
  margin-left: auto;
  margin-right: auto;
}

.popup p {
  font-size: 1.5em;
  color: #ffffff;
  margin-top: 12px;
  line-height: 1.2em;
}

.input[type="checkbox"],
.input[type="radio"] {
  margin: 4px 0 0;
  box-sizing: border-box;
  line-height: normal;
}

.popup_text {
  line-height: 1.3em !important;
  font-size: 1.4em !important;
  color: #333333 !important;
  padding-left: 8px;
  padding-right: 8px;
}

#sample_download_instructions_email {
  /* padding-left:"42px" */
  text-align: center;
}

#readingsystem-viewport {
  width: 100%;
  margin-top: 4vh;
  height: 92vh;
  margin-bottom: 2vh;
  position: relative;
}

.preview_share_box {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding-bottom: 8px;
}

.preview_share_box .fa-facebook-square {
  color: rgba(59, 89, 152, 1);
}

.preview_share_box .fa-twitter-square {
  color: rgba(0, 182, 237, 1);
}

.preview_share_box .fa-pinterest-square {
  color: #ed3700;
}

.preview_share_box .fa-envelope-square {
  color: rgba(120, 120, 120, 1);
}

.preview_share_box_FS {
  font-size: 135%;
}

.preview_pointer-cursor {
  cursor: pointer;
}

.preview_bottom-image {
  width: 101px;
  margin: 6px;
  display: inline-block;
}

.preview_ebook_title {
  display: inline-block;
  font-size: 32px;
}

.preview_ebook_author {
  font-size: 25px;
}

.preview_description_bottom {
  font-size: 16px;
}

.preview_emailcollection {
  background-color: rgba(230, 230, 230, 1);
}

.preview_email_modal_header.modal-header {
  border-bottom: 0px !important;
}

.preview_email_modal_p_description {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  padding-top: 4px;
  text-align: left;
}

.preview_share_box h3 {
  color: #282828;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 15px;
}

.preview_email_collection_btn_full {
  display: block;
  width: 100%;
}

.preview_email_collection_A {
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  color: black;
}

.preview_email_collection_A:hover {
  color: #282828;
}

.preview_pop_image {
  width: 100%;
  height: 100%;
}

.preview_email_collection_msg {
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.modal-content {
  margin-top: 30%;
  border-radius: 0.5rem !important;
}

.agree {
  font-size: 14px;
}

.share_box {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 0 15px 0;
}

#format_list {
  font-size: 16px;
}

#format_list .formats {
  padding: 6px 10px;
  margin: 2px 0;
}

#format_list .format.selected {
  border-radius: 6px;
  background-color: rgba(45, 170, 255, 0.1);
  border: 2px solid #2daaff;
  margin-right: 0px;
  margin-left: 0px;
}

#format_list .format:hover {
  border-radius: 5px;
  background-color: rgba(45, 170, 255, 0.03);
  border: 2px solid rgba(45, 170, 255, 0.5);
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
}

#format_list .format .price {
  text-align: right;
}

.external-retailer-button {
  border-radius: 0.4rem;
  opacity: 0.7;
  font-size: 14px;
  color: #222222;
  background-color: #ffffff;
  text-align: center;
  height: 36px;
  width: 154px;
  display: inline-block;
  border: 1px solid #cccccc;
  margin: 4px;
  pointer: cursor;
  line-height: 1em;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
}

.email-validation {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

@media only screen and (max-width: 600px) {
  .modal-dialog {
    margin: 2.5em !important;
  }
}

.modal-body {
  padding: 1.75rem !important;
}

.btn,
.form-control,
.modal-body {
  border-radius: 0.5rem !important;
}

.main-footer {
  background-color: rgba(220, 220, 220, 1);
  height: 80px;
  border-top: 1px solid rgba(220, 220, 220, 1);
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  z-index: 1020;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* *** Reading Recommendations *** */
@media only screen and (max-width: 600px) {
  .inventoryCard:nth-child(n+3){
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .card-deck {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inventoryCard img {
  width: 100%;
    height: 255px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: contain;
}

.card-deck {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
} */

/* @media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */

/* .row {
    margin-bottom: 0px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
} */

.footer-text-pb {
  margin: 0;
  text-align: center;
  padding: 10px;
  color: #474747;
  font-size: 14px;
}

.footer-text {
  line-height: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #8d8c8c;
  font-size: 12px;
}

.footer-text:hover {
  color: #8c8c8c;
  text-decoration: none;
}

.footer-logo {
  line-height: 60px;
  float: middle;
  margin-bottom: 8px;
  width: 98px;
  height: 20px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}