body {
    background: none;
}

/* Book highlights */

.bh {
    /* box-shadow: 3px 3px 6px #eee;  border-radius: 5px; */
    /* border: 1px solid #ddd;  */
    width: 520px; cursor: pointer; padding: 25px 20px 40px 20px;
    font-family: Arial,Verdana,Geneva,sans-serif; font-size: 14px; line-height: 18px;
    margin: 25px; margin-left: 10px; margin-top: 0px; background: none; float: left;
    margin-bottom: 50px;
}

.vertical-line {min-height: 550px; width: 1px; background-color: #eee; float: left; }

#book_images {width: 60px; margin: 15px; margin-top: 25px; float: left;
    border-radius: 0px; border: 1px solid #eee; display: inline-block; border: 0px solid;
    margin-bottom: 25px;
}

.book_image {width: 60px; margin: 0px; margin-bottom: 5px; filter: grayscale(100%) !important;
    border-radius: 0px;
    border: 1px solid #999;
}
.book_image_highlighted {width: 60px; margin: 0px; margin-bottom: 5px;  filter: grayscale(0%) !important;
    border-radius: 0px;
    border: 1px solid #999; cursor: pointer;
}
.book_image:hover {filter: grayscale(0%) !important; cursor: pointer;}

#book_higlights {
    margin: 5px; margin-top: 10px; float: left; font-size: 16px; text-align: justify;
    border-radius: 0px; border: 1px solid #eee; display: inline-block; border: 0px solid;
    line-height: 22px; color: #666; cursor: default; margin-bottom: 25px;
    height: 300px; overflow-y: auto; padding-right: 5px;
}

/* Handle the scrollbar itself */
#book_higlights::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
}

/* Handle the background of the scrollbar track */
#book_higlights::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
}

/* Handle the scrollbar thumb */
#book_higlights::-webkit-scrollbar-thumb {
    background-color: #eee; /* color of the scroll thumb */
    border-radius: 6px; /* roundness of the scroll thumb */
    border: 3px solid #f0f0f0; /* creates padding around the scroll thumb */
}

#book_higlights i {
    background-color: #FFC0CB; font-style: normal; color: #333;
}

#book_image {
  width: 150px;
  margin-top: 20px;
  border: 1px solid #666;
}

.bh-header{background: #222; width: 100%; margin: 0px auto; color: #ffb366;
    font-size: 12px; padding: 10px 0px 10px 34px; height: 40px;
}

.bh-header-homepage { float: left; margin-right: 5px; color: #fff;}

.bh-header-dropdown {background: #222; color: #ffb366; font-size: 12px; float: left;
    border: 0px solid; margin: 0px; padding: 0px; padding-left: 3px; padding-bottom: 3px;
}

.dropdown-item {font-size: 14px; min-width: 220px;}
.menu_counts {float: right; color: gray; font-size: 12px; padding-top: 3px;}

.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0px;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

div.bh-logo {
    background: #fff; font-size: 12px; color: #222;
    border-radius: 2px;
    border: 0px solid #ddd; width: 140px; text-align: center;
    margin-top: -15px; padding-top: 2px; margin-left: 125px;
}
a.bh-logo {text-decoration: none;}

.next-bh {
    color: #ffb366; font-size: 40px; float: right; line-height: 25px; margin-left: 5px; margin-top: -5px;
}
.author-bh {
    color: #777; margin-right: -10px;
}
.author-bh i {
    color: #f87431; font-style: normal; margin-right: 5px;
}
.wiki-bh {
    text-decoration: none;
}
.more-bh {
    color: #888; float: right; font-size: 12px; line-height:  20px; margin-left: 7px; margin-top: -1px;
}
.title-bh {
    color: #888; padding-left: 0px;
}
.text-bh {
    clear: both; text-align: justify; font-size: 16px; margin-bottom: 0px;
    line-height: 22px; color: #666; display: inline-block; margin-top: 10px;
    border-bottom: 1px solid #eee !important; padding-bottom: 20px; min-height: 120px;
}
.text-bh i {
    background-color: #FFF48B; font-style: normal; color: #333;
}

#titles-bh {
    clear: both; font-size: 14px; margin-bottom: 0px; color: #777; line-height: 20px;
    display: inline-block; margin-top: 10px; padding-bottom: 20px;
}

#titles-bh > a {  color: #777; text-decoration: none; }

/* Drop down menu */

#dropdownMenuButton-bh {
    font-size: 14px; background: none; color: #000; text-align: left; margin-top: 10px;
    font-weight: normal !important; margin-left: -10px; box-shadow: 0px 0px 0px #fff;
    border: 0px solid #eee; float: left; padding: 3px 0px 3px 0px; width: 350px;
}
#dropdown-bh {
    font-size: 12px;
}
#dropdown-menu-bh {
    margin-top: 30px; font-size: 14px; padding-bottom: 5px; padding-top: 5px; box-shadow: 3px 3px 3px #eee;
}
.dropdown-toggle::after {
    float: right; margin-top: 10px; display: none;
}
.dropdown-book {
    color: #888; margin-left: 5px;
}
.dropdown-author-totals {
    float: right; color: #888; padding-left: 20px; font-size: 12px;
}
.dropdown-check {
    float: right; font-size: 18px; color: #ffb366;
}
.dropdown-divider {
    width: 350px;
}

/* Icons */

.icon-bh a {
    color: #888; font-size: 16px; padding: 1px;
}
.icon-bh a:hover {    <!--
    color: #333;
}
.icons-bh {
    float: right; margin-top: -25px; background: #fff; margin-right: -5px;
    border-radius: 50%; border: 5px solid #fff;
}
.bi-check-circle-fill {
    color: #888; margin-right: 5px; font-size: 15px;
}

/* Cookie form */

#cookie-switch {
    float: left; cursor: pointer; margin-top: -3px;
}
.form-check-input {
    cursor: pointer; opacity: 0.7;
}
.form-check-input:checked {
    background-color: #ffb366; border-color: #ffb366;
}
.form-check-input:focus {
    border-color: #aaa; outline: 0; box-shadow: 0 0 0 0 #fff;
}
