﻿* {
    margin: 0;
    padding: 0;
}
#hide-container {
    display: block;
    height: 2000px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgb(0,0,0,0.9);
    z-index: 9;
}
ul {
    list-style: none;
    padding-left: 10px;
}
a {
    text-decoration: none;
}
a:hover {
}
div.top-view-item {
    padding: 0 10px;
}
.body-content {
    min-height: calc(100vh - 130px);
}
.align-right {
    float: right;
    text-align: right;
    display: block;
    width: 50%;
}
.align-left {
    float: left;
    text-align: left;
    display: block;
    width: 50%;
}
/* Navigator panel -------------------------------------------------- */
.nav-btn {
    font-size: 24pt;
    margin: 0 5px;
    color: #999;
}
#nav-panel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 8px;
    border-radius: 5px;
}
#nav-panel a, #page-list a {
    color: gainsboro;
}
#nav-panel .chapter-list a, #page-list .page-list-body a {
    color: #666;
}
#nav-panel .chapter-list a:hover, #page-list .page-list-body a:hover {
    color: #000;
}
#page-list .page-list-body .span-item,
#nav-panel .chapter-list .span-item {
    border: 1px solid #CCC;
    display: inline-block;
    margin: 3px;
    border-radius: 3px;
    min-width: 60px;
    text-align: center;
    font-weight: 100;
}
#page-list .page-list-body .cell-active,
#page-list .page-list-body .cell-active:visited
#nav-panel .chapter-list .line-active,
#nav-panel .chapter-list .line-active:visited,
#nav-panel .chapter-list .cell-active,
#nav-panel .chapter-list .cell-active:visited {
    color: red;
    font-weight: bold;
}
#page-list .page-list-body .cell-active,
#nav-panel .chapter-list .cell-active {
    border: 2px solid red;
}
/* Navigator panel -------------------------------------------------- */
#NavTopToolbar .dx-toolbar-items-container {
    height: 46px;
    font-size: 0.85em;
}
.separator {
    padding: 0 15px;
}
.nav-top-body {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 999
}
.main-toolbar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}
.middle-grouped-menu-container {
    visibility: hidden;
}
#chapter-content {
    margin-top: 130px;
}
#content-list {
    width: 75%;
}
.image-list .image-item  {
    text-align: center;
}
.nominated-item {
    position: relative;
    display: inline-block;
    width: 196px;
    height: 280px;
    text-align: center;
    margin: 5px;
}
@media screen and (max-width: 1200px) {
    #content-list { width: 100%; }
}
@media screen and (max-width: 900px) {
    .nominated-item { width: 220px; margin: 15px; }
    .body-content {
        padding: 0;
    }
    .image-list .image-item {
        width: 100%;
    }
    .image-list img {
        min-width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 765px) {
    .header-text, .middle-menu-container {
        visibility: hidden;
    }
    .middle-grouped-menu-container {
        visibility: visible;
    }
    #chapter-content .row > * {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-newest-chap {
        display: none;
    }
}
.line-clear {
    display: block;
    width: 100%;
    height: 20px;
}
.breadcrumb-item {
    display: none;
}
.breadcrumb-container {
    display: inline-block;
}
/* Top view ------------------------ */
.novel-topview-image {
    display: inlne-block;
    width: 75px;
    line-height: 100px;
    margin: 0 auto;
}
a.novel-topview-nav {
    padding-bottom: 10px;
    padding-top: 5px;
    display: block;
}
a.novel-topview-nav:hover {
    background-color: rgb(0,0,0,0.2);
}
.novel-topview-title {
    font-weight: 600;
    white-space: normal;
}
.novel-topview-author {
    font-size: 0.9em;
}

.bg-ligth {
    background-color: rgb(255, 255, 255, 0.01);
}
#nominated-content .dx-gallery .dx-gallery-nav-button-next,
#nominated-content .dx-gallery .dx-gallery-nav-button-prev {
    width: 32px;
}
.content-item:hover .content-item-to-chap,
.content-item:hover .content-item-title,
#nominated-content:hover .nominated-title {
    color: rgb(255,255,255, 1);
}
.content-list .content-item-title,
#nominated-content .nominated-title {
    position: absolute;
    width: 100%;
    padding: 5px;
    font-size:0.9em;
    white-space: pre-wrap;
    text-align: center;
    background: rgb(0,0,0, 0.5);
    color: rgb(255,255,255, .7);
    bottom: 0;
}
.content-list .content-item-title {
    width: calc(100% - 34px);
}

.content-item {
    position: relative;
    display: inline-block;
    height: 310px;
    text-align: center;
    margin-bottom: 15px;
}
.novel-top-nominated {
    height: 100%;
    width: 100%;
}
.content-item-bg {
    height: 100%;
    width: calc(100% - 10px);
    border-radius: 3px;
}
.content-item-to-chap {
    position: absolute;
    display: block;
    padding: 0 13px;
    font-size: 0.8em;
    font-weight: 400;
    top: 5px;
    left: 5px;
    background-color: rgb(255,0,0,0.8);
    border-radius: 3px;
    color: rgb(255,255,255,0.7);
}
.bg-dark-5 {
    background-color: rgb(0, 0, 0, 0.05);
}
.bg-dark-05 {
    background-color: rgb(0, 0, 0, 0.05);
}
.bg-dark-10 {
    background-color: rgb(0, 0, 0, 0.10);
}
.bg-dark-15 {
    background-color: rgb(0, 0, 0, 0.15);
}
.bg-dark-3 {
    background-color: rgb(0, 0, 0, 0.03);
}
.bg-light-5 {
    background-color: rgb(255, 255, 255, 0.05);
}
a.nav-page {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 0 2px;
    margin-bottom: 15px;
    font-weight: 500;
}
a.nav-page:hover, .nav-pad .active {
    color: rgba(255,255,255,0.8);
    background-color: rgb(0, 0, 0, 0.8);
}
/* Detail ---------------------- */
.novel-detail-pad ul li span {
    line-height: 28px;
    padding-right: 10px;
    font-size: .9em;
}
.novel-right-view {
    padding-bottom: 25px;
    margin: 0 3px;
}
.line-clear {
    display: block;
    width: 100%;
    height: 20px;
}
.novel-detail-pad-button {
    padding-left: 20px;
}
/* Chapter list ---------------------- */
.chapter-list-pad .line-chapter span {
    float: right;
    margin-top: 3px;
}
.chapter-list-pad .line-chapter a {
    font-size: .8em;
    font-weight: 600;
}
.chapter-list-pad .line-chapter span {
    font-size: .7em;
}