
@use url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");
/* Futura PT from Adobe Typekit */
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
/* Roboto from Google Fonts */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.caption {
  text-align: right;
  color: #777;
  margin-top: 10px;
}

.figure {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", "Garamond", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.book.font-family-1, .book .book-summary {
    font-family: "Roboto", Arial, sans-serif;
}

.book .book-summary ul.summary li a {
    padding: 14px 15px;
}

.book .book-body .page-wrapper .page-inner section.normal code {
    background-color: #f7f7f7;
    font-size: 1em;
    margin: 3px;
    padding: 3px;
}

.book .book-body .page-wrapper .page-inner section.normal code::after,
.book .book-body .page-wrapper .page-inner section.normal code::before {
    content: "";
    letter-spacing: -0.2em;
}

.book .book-body .page-wrapper .page-inner section.normal blockquote {
    border-left: 4px solid #ffeb8e;
    /* color: #333; */
    color: black;
    padding: 0 15px;
    background: #fff8dc;
}

pre {
    word-break: normal;
    word-wrap: normal;
    max-height: 550px;
    overflow: scroll;
    border-radius: 4px;
}
pre code {
    white-space: inherit;
}

.title, .author, .date, .caption {
    display: none;
}

.gallery-item{
    cursor: pointer;
}

.box{
    display: none;
    width: 100%;
}

a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100;
}

li.part {
  font-family: "futura-pt", Garamond, serif;
  font-size: 18px;
}

#dragbar {
    background-color:transparent;
    height:100%;
    position:absolute;
    top:0;
    right: 0;
    width: 3px;
    cursor: col-resize;
}

/* .book .book-body .page-wrapper .page-inner section.normal blockquote.note {
    color: #694ed6;
    bottom: 0;
    background-color: #eeeafa;
    background-image: url(img/note.png);
    background-position: 22px 11px;
    background-repeat: no-repeat;
    border-left: transparent;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 60px;
    font-size: 90% !important;
} */
.book .book-body .page-wrapper .page-inner section.normal blockquote.caution {
    color: #cd3cad;
    bottom: 0;
    background-color: #faebf7;
    background-image: url(img/caution.png);
    background-position: 22px 11px;
    background-repeat: no-repeat;
    border-left: transparent;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 60px;
    font-size: 90% !important;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote.warning {
color: #ff3370;
    bottom: 0;
    background-color: #ffe6ed;
    background-image: url(img/warning.png);
    background-position: 22px 11px;
    background-repeat: no-repeat;
    border-left: transparent;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 60px;
    font-size: 90% !important;
}

.book .book-body .page-wrapper .page-inner section.normal pre.header {
  margin-bottom: 0;
  border: 1px solid #ccc;
  font-weight: bold;
}


.table-hover tbody tr:hover {
  background-color: #dee9ef;
}

.book .book-body .page-wrapper .page-inner section.normal a.qtip-preview {
  color: #C137A2;
}

.text-title {
  font-family: "futura-pt", "Arial", sans-serif;
  font-weight: bold;
}

.book-title{
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-size: 32px;
  text-align: center;
}


.body-inner::-webkit-scrollbar, .summary::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    -webkit-border-radius: 100px;

}


.body-inner::-webkit-scrollbar:hover, .summary::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

.body-inner::-webkit-scrollbar-thumb, .summary::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.body-inner::-webkit-scrollbar-thumb:active, .summary::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.61);
}

.fa .fa-file-pdf-o {
  height: 200px;
}

.book .book-body .page-wrapper .page-inner section.normal {
  overflow: visible;
}
