﻿* {
    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;
}
.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);
}
h6.header-title {
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
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%;
}
#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;
}
.line-clear {
    display: block;
    width: 100%;
    height: 20px;
}
.breadcrumb-item {
    display: none;
}
.breadcrumb-container {
    display: inline-block;
}
.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);
}
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;
}
.novel-topview-title,
.novel-topview-author {
    padding-left: 7px;
    margin-bottom: 5px;
}
.content-detail-bg {
    width: 180px;
    height: 250px;
}
.content-details {
    width: calc(100% - 180px);
}