@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
.desktop, #hk-link, #hk {
  display: none !important; }

/* Info

HK Typo @ Teiresias

*/
:root {
  --doc-height: 100%; }

html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  /* fallback for Js load */
  height: var(--doc-height); }

html, body, div, p, ul, ol, dl, li, table, img {
  margin: 0;
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1rem;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  background-color: transparent; }

/* dialogs */
#app {
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 100vw; }

#doctitle,
#video,
#outline,
#paper,
#control {
  margin: 0; }

#empty-title {
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  /*i {
    color: $paper;
  }*/ }
  #empty-title a {
    display: block; }

/*#bookmark-controls {
  display: none;
}*/
#doctitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px; }
  #doctitle p {
    flex: 1;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #doctitle a {
    padding: 5px 10px; }
  #doctitle #search-controls {
    display: none;
    align-items: center; }
    #doctitle #search-controls form {
      padding: 0; }
    #doctitle #search-controls .search-box {
      color: #081014;
      font-size: 95%;
      font-weight: 500;
      border-radius: 3px; }

#video {
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*display: grid;
  align-content: center;
  justify-content: center;*/ }
  #video video {
    width: 100vmin !important; }
  #video #v-controls {
    display: none;
    align-items: center;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2; }
    #video #v-controls:hover {
      opacity: 0.9; }
    #video #v-controls #v-seek-bar {
      flex: 1;
      margin: 0 5px; }
    #video #v-controls a {
      padding: 10px 15px; }

#audio {
  visibility: hidden; }

#outline-frame {
  flex: 1;
  padding: 0;
  display: none;
  overflow: auto; }

#outline {
  overflow: auto;
  font-size: 22px;
  font-weight: 400; }
  #outline ul {
    margin: 10px;
    list-style-type: none; }
    #outline ul li {
      cursor: pointer;
      margin-top: 5px;
      padding: 0 10px; }
    #outline ul ul {
      margin: 0 0 0 10px; }

.ctrl_read_chap {
  margin-right: 5px;
  font-size: 100%; }

#paper {
  padding: 0;
  flex: 1;
  display: grid; }
  #paper #text-frame {
    overflow: auto;
    border: none;
    width: 100%;
    height: 100%; }

#paper-switch {
  display: none; }

#outline-switch {
  display: inline; }

#control {
  border-top: solid 3px #16a086;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "aux play nav";
  font-size: 24px;
  /*#blue-square {
    display: none;
  }*/ }
  #control #blue-square {
    grid-area: aux;
    display: flex;
    align-items: center;
    justify-content: center; }
    #control #blue-square a {
      padding: 10px 15px;
      margin: 10px;
      border-radius: 5px;
      transition: 0.3s; }
      #control #blue-square a:hover {
        background-color: #16a086; }
  #control #blue-square {
    background-color: #16a086; }
    #control #blue-square:hover {
      background-color: #2b383c; }
    #control #blue-square a {
      background-color: transparent;
      color: #fff;
      transition: 0.3s; }
      #control #blue-square a:hover {
        background-color: transparent; }
  #control #play-controls {
    grid-area: play;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0; }
    #control #play-controls a {
      padding: 10px 15px;
      margin: 10px;
      border-radius: 5px; }
      #control #play-controls a:hover {
        background-color: #16a086; }
  #control #nav-controls {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px; }
    #control #nav-controls a {
      padding: 10px 15px;
      margin: 10px 5px;
      border-radius: 5px; }
      #control #nav-controls a:hover {
        background-color: #16a086; }

#nav-more {
  display: none; }

.hk-dialog {
  display: none;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 100%; }
  .hk-dialog .hk-dialog-body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    width: auto;
    height: auto;
    min-width: 300px;
    margin: auto;
    padding: 0;
    border: solid 2px;
    border-radius: 3px; }
    .hk-dialog .hk-dialog-body .hk-dialog-title {
      font-weight: 500;
      width: 100%;
      padding: 10px 20px;
      display: flex;
      flex-direction: row; }
      .hk-dialog .hk-dialog-body .hk-dialog-title span {
        display: inline-block; }
      .hk-dialog .hk-dialog-body .hk-dialog-title span.title {
        flex: 1; }
      .hk-dialog .hk-dialog-body .hk-dialog-title .close-button {
        display: inline-block;
        margin: auto;
        cursor: pointer; }
    .hk-dialog .hk-dialog-body .hk-dialog-content {
      margin: 20px; }

ul#bookmark-list {
  list-style-type: none; }
  ul#bookmark-list li {
    display: flex;
    justify-items: flex-start;
    margin: 5px 0; }
  ul#bookmark-list a.bookmark {
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer; }
  ul#bookmark-list a.del {
    display: inline-block;
    margin: auto 0;
    cursor: pointer; }

.hk-text-input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 105%;
  border: solid 2px; }

.hk-dialog-controls {
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .hk-dialog-controls a.hk-dialog-button {
    font-size: 95%;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px 10px; }

#colophon,
#quote {
  visibility: hidden; }

#quote-body {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  font-weight: 400; }

.button-book,
.button-app,
.button-app-active,
.button-logo {
  cursor: pointer;
  display: flex;
  padding: 10px 20px !important;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase; }
  .button-book p,
  .button-app p,
  .button-app-active p,
  .button-logo p {
    display: flex; }
    .button-book p i,
    .button-app p i,
    .button-app-active p i,
    .button-logo p i {
      font-size: 24px; }
    .button-book p span,
    .button-app p span,
    .button-app-active p span,
    .button-logo p span {
      display: none;
      align-self: center; }

.button-logo {
  padding: auto 10px !important; }

.button-ctrl {
  cursor: pointer;
  display: flex;
  padding: 10px 15px !important;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase; }
  .button-ctrl i {
    font-size: 24px;
    margin: 0; }

.control-bar {
  position: fixed;
  top: 40px;
  width: 100vi;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase; }
  .control-bar i {
    font-size: 24px;
    margin: 0 10px; }

*[id^="phr"] {
  cursor: pointer; }

#theme-switch {
  display: none; }

#ctrl-rewind,
#ctrl-play_phr {
  display: none; }

@media (max-width: 400px) {
  #ctrl-ch-prev,
  #ctrl-ch-next,
  #hk_logo_small,
  .button-logo {
    display: none; }

  /*#nav-more {
    display: inline;
  }*/
  #hk_logo_only {
    display: inline; } }
@media (min-width: 401px) {
  #hk_logo_only {
    display: none; } }

/*# sourceMappingURL=app-m.css.map */
