/* module css */

/* homepage module */

.homepagemain {
    width: 1200px;
    min-height: 500px;
    overflow: hidden;
    margin: auto;
}

.homepage_top {
    min-height: 200px;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: nowrap;
    line-height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.homepage_bottom {
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.homepage_bottomleft {
    width: 70%;
    min-height: 500px;
    background: #FFFFFF;
    margin-right: 20px;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: left;
}

.homepage_bottomright {
    width: 28%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: right;
}

.lastupdatebox {
    width: 350px;
    height: 200px;
    background: #CCCCCC;
    border: 1px solid #AAA;
    display: inline-block;
    line-height: normal;
}

.lastupdatecover {
    width: 40%;
    height: inherit;
    float: left;
    background: #FFFFFF;
}

.lastupdatechapter {
    width: 60%;
    height: inherit;
    float: left;
    box-sizing: border-box;
    padding: 8px;
    border-left: 0px solid #000;
    background: #FFFFFF;
    position: relative;
    white-space: initial;
    word-wrap: break-word;
}

.lastupdatetitlename {
    height: 80px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
}

.lastupdatechapternr {
    font-size: 17px;
    margin-bottom: 5px;
}
.lastupdatechaptername {
    font-size: 15px;
    line-height: 16px;
}

.lastupdatechapterdate {
    position: absolute;
    right: 5px;
    bottom: 0px;
    font-size: 13px;
}

.lastupdateimage {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lastnews_frame {
    width: 95%;
    height: 250px;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #999;
    box-sizing: border-box;
    word-wrap: break-word;
}

.lastnews_framecover {
    width: 24%;
    height: 240px;
    float: left;
    background: #FFFFFF;
    white-space: nowrap;
}

.lastnews_image {
    max-height: 240px;
    max-width: 100%;
    vertical-align: middle;
}

.lastnews_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lastnews_frameinfo {
    width: 75%;
    height: 238px;
    float: left;
    padding: 10px;
    margin-left: 1%;
    text-align: left;
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-position: 1000% 1000%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    overflow: hidden;
}

.lastnews_title {
    font-size: 25px;
    margin-left: 5px;
    margin-bottom: 8px;
}

.lastnews_text {
    max-height: 145px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
}

.lastnews_info {
    text-align: left;
    margin-left: 5px;
    font-size: 13px;
    color: darkgreen;
}

.homepagemain .announcement_frame {
    width: 100%;
}

.homepagemain .announcement_title {
    font-weight: 800;
}

.homeinfobox {
    min-height: 200px;
    overflow: hidden;
    padding: 10px;
    background: #F5F5F5;
    border: 1px solid #AAA;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.homeinfotitle {
    font-size: 20px;
    margin-bottom: 15px;
}

.homepollboxname {
    margin-bottom: 15px;
}

.homepollbox {
    text-align: left;
}

.homepollbox li {
    list-style-type: none;
    position: relative;
    right: 15px;
}

.homepollbox li label {
    position: relative;
    bottom: 1px;
    left: 5px;
}

/* titles module */

.titlesmain {
    width: 1150px;
    min-height: 500px;
    overflow: hidden;
    margin: auto;
}

.titles_top {
    height: 20px;
}

.titles_bottom {
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.titles_bottomleft {
    width: 65%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: left;
}

.titles_bottomright {
    width: 32%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: right;
}

.titlelist_frame {
    width: 90%;
    height: 220px;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #999;
    box-sizing: border-box;
    word-wrap: break-word;
}

.titlelist_framecover {
    width: 24%;
    height: 210px;
    float: left;
    background: #FFFFFF;
    white-space: nowrap;
}

.titlelist_frameinfo {
    width: 75%;
    height: 210px;
    float: left;
    padding: 10px;
    margin-left: 1%;
    text-align: left;
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-position: 1000% 1000%;
    box-sizing: border-box;
}

.titlelist_name {
    max-height: 62px;
    overflow: hidden;
    font-size: 25px;
    margin-bottom: 15px;
}

.titlelist_image {
    max-height: 210px;
    max-width: 100%;
    vertical-align: middle;
}

.titlelist_description {
    overflow: hidden;
    max-height: 125px;
}

.titles_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.titles_pages {
    margin-top: 20px;
    font-size: 20px;
    word-spacing: 8px;
}

/*titleinfo page */

.titlesinfo_main {
    width: 800px;
    min-height: 800px;
    overflow: hidden;
    margin: auto;
}

.titlesinfo_top {
    min-height: 400px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    padding: 20px;
    padding-top: 10px;
    margin-top: 20px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.titlesinfo_bottom {
    min-height: 400px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.titlesinfo_downloads {
    min-height: 200px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.titlesinfo_info {
    border-top: 1px solid #777;
}

.titlesinfo_infoleft {
    width: 240px;
    height: 300px;
    float: left;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #AAA;
}

.titlesinfo_coverimage {
    max-height: 290px;
    max-width: 100%;
    vertical-align: middle;
}

.titlesinfo_inforight {
    width: 500px;
    height: 300px;
    margin-top: 10px;
    margin-left: 18px;
    padding: 10px;
    float: left;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #AAA;
}

.titlesinfo_infoline {
    min-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}

.titlesinfo_infoname {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.titleinfo_infovalue {
    line-height: 30px;
    float: right;
}

.titlesinfo_description {
    word-wrap: break-word;
}

.titlesinfo_chapters {
    min-height: 300px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.titlesinfo_downloads {
    min-height: 100px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.titlesinfo_chaptertable {
    width: inherit;
    border-collapse: collapse;
    word-wrap: break-word;
}

.titlesinfo_chaptertable th {
    text-align: left;
}

.titlesinfo_chaptertable tr {
    width: inherit;
    border-bottom: 1px solid #888888;
}

.titlesinfo_chaptertitle {
    text-overflow: ellipsis;
}

.titlesinfo_comments {
    width: 100%;
    min-height: 80px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.titlesinfo_commentbox {
    width: 100%;
    max-width: 710px;
    min-height: 50px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #ddd;
    padding: 20px;
}

/* titles lastupdate */

.titles_lastupdatebox {
    width: 100%;
    height: 150px;
    background: #CCCCCC;
    border: 1px solid #AAA;
    display: inline-block;
    line-height: normal;
}

.titles_lastupdatecover {
    width: 40%;
    height: inherit;
    float: left;
    background: #FFFFFF;
}

.titles_lastupdatechapter {
    width: 60%;
    height: inherit;
    float: left;
    box-sizing: border-box;
    padding: 8px;
    border-left: 0px solid #000;
    background: #FFFFFF;
    position: relative;
    white-space: initial;
    word-wrap: break-word;
}

.titles_lastupdatetitlename {
    height: 80px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
}

.titles_lastupdatechapternr {
    font-size: 17px;
    margin-bottom: 5px;
}
.titles_lastupdatechaptername {
    font-size: 15px;
    line-height: 16px;
}

.titles_lastupdatechapterdate {
    position: absolute;
    right: 5px;
    bottom: 0px;
    font-size: 13px;
}

.titles_lastupdateimage {
    max-width: 100%;
    max-height: 150px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* discord module */

.discordbox {
    min-height: 400px;
    overflow: hidden;
    background: #1E2124;
    border-radius: 3px;
}

.discordboxtop {
    width: inherit;
    height: 75px;
    background: #7289DA url("../../module/discord/vg_files/images/discordbannerdark.png") no-repeat 10px 8px;
    background-size: contain;
    margin-bottom: 15px;
}

.discordservername {
    max-width: 200px;
    font-size: 18px;
    text-align: left;
    word-wrap: break-word;
    line-height: 15px;
    display: block;
    position: relative;
    top: 42px;
    left: 72px;
}

.discordboxmember {
    width: 85%;
    margin: auto;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.discordboxinfotext {
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 5px;
}

.discordmemberinfo {
    width: 92%;
    height: 30px;
    padding: 8px;
    margin: auto;
    border-bottom: 1px solid #555555;
}

.discordmemberinfoimage {
    width: 20%;
    float: left;
}

.discordmemberinfoimage img {
    width: 30px;
    border-radius: 50%;
}

.discordmemberinfoname {
    width: 80%;
    float: left;
    position: relative;
    top: 3px;
}

.discordmemberinfostatus {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: right;
    position: relative;
    bottom: 12px;
}

.online {
    background: #43B581;
}

.idle {
    background: #FAA61A;
}

.dnd {
    background: #F04747;
}

.discordboxbottom {
    width: 100%;
    height: 50px;
    position: relative;
    bottom: 10px;
}

.discordserverjoin {
    width: 80px;
    height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    background: #7289DA;
    border: 1px solid #FFF;
}

/* Reader module */

.readermain {
    width: 1300px;
    min-height: 500px;
    overflow: hidden;
    margin: auto;
}

.reader_top {
    height: 40px;
    width: 100%;
    margin-top: 5px;
    padding: 8px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.reader_content {
    width: inherit;
    min-height: 600px;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.reader_bottom {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.reader_breadcrumb {
    height: 32px;
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.reader_breadcrumb_text {
    width: 1000px;
    float: left;
    line-height: 25px;
    text-align: left;
    margin-left: 20px;
}

.reader_navbar {
    height: 50px;
    margin: auto;
    text-align: left;
    display: inline-block;
}

.reader_navbar select {
    margin-left: 15px;
}

.reader_navbar_type {
    width: 250px;
    float: left;
}

.reader_navbar_chapters {
    width: 350px;
    float: left;
}

.reader_navbar_chapters select {
    max-width: 250px;
}

.reader_navbar_pages {
    width: 150px;
    float: left;
}

.reader_navbar_movepages {
    width: 120px;
    float: left;
    position: relative;
    bottom: 4px;
}

.reader_pageicon {
    width: 35px;
    margin-right: 8px;
    float: left;
}

.reader_mangaimagebox {
    max-width: 1260px;
}

.reader_mangaimage {
    max-width: 1260px;
}

.reader_totop {
    height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.reader_totopicon {
    width: 30px;
    position: relative;
    top: 10px;
}

.reader_commentsbox {
    width: 100%;
    max-width: 800px;
    min-height: 50px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* news page */

.newsmain {
    width: 1150px;
    min-height: 500px;
    overflow: hidden;
    margin: auto;
}

.news_topicmain {
    width: 800px;
    min-height: 500px;
    overflow: hidden;
    margin: auto;
}

.news_breadcrumb {
    height: 32px;
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.news_breadcrumb_text {
    width: 800px;
    float: left;
    line-height: 25px;
    text-align: left;
    margin-left: 20px;
}

.news_top {
    min-height: 400px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.news_title_box {
    height: 400px;
    padding: 0px;
    border: 1px solid #AAA;
    border-bottom: 0px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_title_textbox {
    min-height: 100px;
    width: 100%;
    background: rgba(240,240,240,0.8);
    position: relative;
    top: 240px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.news_title_textbox h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

.news_title_desc {
    margin-top: 20px;
}

.news_title_desc_author {
    margin-left: 8px;
    font-weight: 600;
    margin-right: 10px;
}

.news_title_desc_time {
    margin-left: 10px;
}

.news_content {
    text-align: justify;
    padding: 20px;
    border: 1px solid #AAA;
    border-top: 0px;
    box-sizing: border-box;
    font-size: 17px;
}

.news_content img {
    max-width: 100%;
}


.news_bottom {
    min-height: 100px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.news_commentsbox {
    width: 100%;
    max-width: 800px;
    min-height: 50px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}

/* newslist page */

.newslist_main {
    min-height: 300px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.newslist_left {
    width: 65%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: left;
}

.newslist_right {
    width: 32%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: right;
}

.newslist_pages {
    margin-top: 20px;
    font-size: 20px;
    word-spacing: 8px;
}

.newslist_frame {
    width: 95%;
    height: 250px;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #999;
    box-sizing: border-box;
    word-wrap: break-word;
}

.newslist_framecover {
    width: 24%;
    height: 240px;
    float: left;
    background: #FFFFFF;
    white-space: nowrap;
}

.newslist_frameinfo {
    width: 75%;
    height: 238px;
    float: left;
    padding: 10px;
    margin-left: 1%;
    text-align: left;
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-position: 1000% 1000%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    overflow: hidden;
}

.newslist_title {
    font-size: 25px;
    margin-left: 5px;
    margin-bottom: 8px;
}

.newslist_text {
    max-height: 145px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
}

.newslist_info {
    text-align: left;
    margin-left: 5px;
    font-size: 13px;
    color: darkgreen;
}

.newslist_image {
    max-height: 240px;
    max-width: 100%;
    vertical-align: middle;
}

.newslist_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* announcement frame */

.announcement_frame {
    width: 95%;
    min-height: 250px;
    max-height: 600px;
    overflow: hidden;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #999;
    box-sizing: border-box;
    word-wrap: break-word;
}

.announcement_frameinfo {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: left;
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-sizing: border-box;
    overflow: hidden;
}

.announcement_title {
    font-size: 24px;
    margin-left: 5px;
    margin-bottom: 8px;
    text-align: center;
    text-decoration-line: underline;
}

.announcement_text {
    max-height: 600px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
}

/* disqus */

.show_disquscomments {
    background: #FDFDFD;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 8px 13px 8px 13px;
    margin-top: 10px;
}

.show_disquscomments:hover {
    background: #EFEFEF;
    border: 1px solid #003FFF;
}