﻿/* 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;
    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;
}
/* 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 -------------------------------------------------- */
@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) {
    .nominated-item {
        width: 42%;
        height: 250px;
    }
    .content-item {
        height: 280px;
    }
    .header-text, .middle-menu-container {
        visibility: hidden;
    }
    .middle-grouped-menu-container {
        visibility: visible;
    }
    .content-item .row > * {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-newest-chap {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .content-item {
        height: 230px;
    }
    .content-detail-bg {
        width: 130px;
        height: 200px;
    }
    .content-details {
        width: calc(100% - 130px);
    }
}

