/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@charset "UTF-8";
.match-parent {
    display: block;
    width: 100%;
    height: 100%; }

.item-match-parent {
    position: relative; }
.item-match-parent > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@keyframes android-progress {
    0% {
        left: 0;
        width: 0; }
    25% {
        width: 50%; }
    65% {
        left: 100%;
        width: 100%; }
    66% {
        left: 100%;
        width: 0; }
    72% {
        width: 0;
        left: 0; }
    98% {
        left: 100%;
        width: 100%; }
    99% {
        left: 100%;
        width: 0; } }

.android-progress, .modal-progress {
    position: relative;
    overflow: hidden; }
.android-progress > div, .modal-progress > div {
    background-color: #58badd;
    position: absolute;
    height: 100%;
    animation: android-progress 4s infinite; }

.flat-tag {
    border-radius: 4px;
    background-color: #5cb85c;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    margin: 7px 7px 7px 0;
    line-height: 15px;
    height: 29.75px;
    padding: 6px 21px;
    transition: .25s linear; }
@media (min-width: 768px) {
    .flat-tag:hover {
        background-color: #4e9c4e;
        color: #FFFFFF; } }

.flat-tag-container {
    text-align: left;
    font-size: 0; }
.flat-tag-container .flat-tag {
    padding-right: 28px;
    padding-left: 14px; }
.flat-tag-container .flat-tag > em {
    font-style: normal;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    bottom: 0;
    padding: 0 10px 0 0;
    z-index: 2;
    transition: opacity .25s linear; }
.flat-tag-container .flat-tag > em:after {
    font-family: "FontAwesome";
    content: "\f00d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 27px; }
@media (min-width: 768px) {
    .flat-tag-container .flat-tag {
        padding: 6px 21px; }
    .flat-tag-container .flat-tag > em {
        opacity: 0;
        filter: alpha(opacity=0); }
    .flat-tag-container .flat-tag:hover {
        padding-right: 28px;
        padding-left: 14px; }
    .flat-tag-container .flat-tag:hover > em {
        opacity: 1;
        filter: none; } }
.flat-tag-container input {
    font-size: 14px;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
    min-width: 80px;
    vertical-align: top;
    height: 29px;
    color: #337ab7; }
.flat-tag-container input:first-child {
    height: 23px;
    margin: 3px 0 8px; }

.inline-separator {
    color: #c7254e;
    margin: 0 5px; }
.breadcrumb .inline-separator {
    font-weight: bold;
    color: #ccc; }
.breadcrumb .inline-separator:after {
    content: '·'; }
.inline-separator:after {
    content: '/'; }

.notice {
    border: 1px solid #ccc;
    background-color: #f8d9ac;
    color: #666;
    padding: 5px;
    font-size: 12px;
    margin: 10px 0 20px; }

.list-group > [type="radio"] + .list-group-item {
    padding: 0; }
.list-group > [type="radio"] + .list-group-item:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    background: inherit;
    border: 2px solid #ccc;
    border-radius: 50%; }
.list-group > [type="radio"] + .list-group-item label {
    padding: 10px 15px 10px 40px;
    display: block; }

.list-group > :checked + .list-group-item {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
.list-group > :checked + .list-group-item .list-group-item-heading,
.list-group > :checked + .list-group-item .list-group-item-heading > small,
.list-group > :checked + .list-group-item .list-group-item-heading > .small {
    color: inherit; }
.list-group > :checked + .list-group-item .list-group-item-text {
    color: #c7ddef; }
.list-group > :checked + .list-group-item:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFFFFF;
    border: none;
    color: #337ab7; }

.grid-opt-btn {
    background-color: #b6b3b3;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    margin-top: 5px; }
.grid-opt-btn:hover, .grid-opt-btn:active {
    color: white;
    background-color: #2E363F;
    text-decoration: none; }
.grid-opt-btn.grid-opt-btn-danger {
    background-color: #7B2E2D; }
.grid-opt-btn.grid-opt-btn-danger:hover, .grid-opt-btn.grid-opt-btn-danger:active {
    background-color: #d9534f; }

table tr.table-expand > td {
    padding: 0; }
table tr.table-expand > td > div {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden; }

table tr.table-expand.collapsed > td > div {
    max-height: 0; }

table tr.table-expand.collapsed .table-expand-toolbar {
    display: none; }

.table-expand-btn {
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.table-expand-btn:after {
    content: "\f068"; }
.table-expand-btn.collapsed:after {
    content: "\f067"; }

table tbody tr.odd {
    background-color: #f9f9f9; }
table tbody tr.odd:hover {
    background-color: #f5f5f5; }

.col-4, .col-6, .col-8 {
    float: left; }

.col-4 {
    width: 33.33333%; }

.col-6 {
    width: 50%; }

.col-8 {
    width: 66.66666%; }

[data-role="audit-content"] p {
    word-break: break-all;
    overflow: hidden;
    text-indent: 2em; }

.audit-table tr.audited {
    background-color: rgba(0, 146, 0, 0.35) !important; }

.audit-table tr.invalid {
    background-color: rgba(255, 42, 12, 0.1) !important; }

.audit-table .audit-content {
    width: 500px;
    word-break: break-all;
    overflow: hidden; }

.float-toolbar.fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 950;
    margin-left: 0;
    padding: 10px 20px; }

.user-list > div {
    height: 36px;
    position: relative;
    margin-bottom: 15px; }
.user-list > div label {
    display: block;
    height: 100%;
    margin: 0;
    font-weight: normal; }
.user-list > div label:hover, .user-list > div label:active {
    background-color: #f5f5f5; }
.user-list > div input {
    position: absolute;
    top: 9px; }
.user-list > div input:checked ~ p {
    color: #337ab7; }
.user-list > div img {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 18px; }
.user-list > div p {
    margin-left: 65px;
    margin-bottom: 0;
    line-height: 36px; }

.table-poster {
    position: relative;
    height: 32px; }
.table-poster img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0; }
.table-poster p {
    line-height: 32px;
    margin-left: 36px;
    margin-bottom: 0; }

.notice-content {
    padding: 20px;
    color: #999; }
.notice-content h1, .notice-content h2, .notice-content h3, .notice-content h4, .notice-content h5, .notice-content h6 {
    color: #141414;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
    line-height: 1.2; }
.notice-content a {
    text-decoration: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    color: #387ef5; }
.notice-content code {
    font-size: 1em;
    font-family: monospace, serif; }
.notice-content h4 {
    color: #141414;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px; }
.notice-content p {
    color: #999;
    margin: 0 0 10px; }
.notice-content ul, .notice-content li {
    list-style: none;
    margin: 0;
    padding: 0; }
.notice-content li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%; }

.btn.btn-transparent {
    color: #555555;
    background: transparent;
    outline: none;
    box-shadow: none; }
.btn.btn-transparent:focus {
    outline: none; }
.btn.btn-transparent:hover, .btn.btn-transparent:active {
    color: black; }

.rotate-i90 {
    transform: rotate(-90deg); }

.checkbox-wrapper label {
    margin: 0;
    font-weight: normal; }
.checkbox-wrapper label span {
    width: 13px; }

.checkbox-wrapper input + label > span:after {
    content: "\f096"; }

.checkbox-wrapper input:checked + label > span:after {
    content: "\f046"; }

label.radio {
    cursor: pointer; }
label.radio > input:checked.hidden + .fa {
    color: #337ab7; }

.state-button-group {
    padding: 5px 0; }
.state-button-group label {
    margin: 0; }
.state-button-group label a {
    border: 1px solid #e7e7eb;
    margin: 0;
    padding: 2px 5px;
    cursor: pointer;
    text-decoration: none; }
.state-button-group label:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0; }
.state-button-group label:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0; }
.state-button-group input {
    display: none; }
.state-button-group input:checked + a {
    background-color: #337ab7;
    color: white; }

.grid-list p label {
    display: block; }

.panel-heading .nav {
    margin-right: -7.5px;
    margin-bottom: -10px;
    margin-left: -7.5px;
    border-bottom: 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }

.mr-10 {
    margin-right: 10px; }

.mb-10 {
    margin-bottom: 10px; }

.ui-picker .ui-picker-preview {
    padding: 5px 0;
    min-height: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    color: #666; }

.ui-picker .ui-picker-item-container li {
    display: inline-block; }
.ui-picker .ui-picker-item-container li a {
    text-decoration: none;
    cursor: pointer;
    color: #333; }
.ui-picker .ui-picker-item-container li a:hover {
    color: #23527c; }
.ui-picker .ui-picker-item-container li a.checked {
    color: #337ab7; }

.ui-picker .ui-picker-empty {
    text-align: center;
    color: #ccc; }

.upload-preview, .upload-placeholder {
    position: relative; }
.upload-preview .upload-frame, .upload-placeholder .upload-frame {
    opacity: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.upload-preview img, .upload-placeholder img {
    width: 100%;
    height: 100%; }

.upload-preview {
    background: url("../images/plus.png") no-repeat scroll center center #f1f1f1;
    border: 1px solid #eee; }

.modal.inner-scroll .modal-body {
    max-height: 72vh;
    overflow-y: auto; }

.comic-list-card {
    width: 300px;
    height: 120px;
    overflow: hidden;
    position: relative; }
.comic-list-card img {
    width: 90px;
    height: auto;
    position: absolute; }
.comic-list-card p {
    line-height: 1em;
    margin-bottom: 0.5em;
    padding-left: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.comic-list-card p:last-child {
    margin-bottom: 0; }

.comment-grid .comment-header {
    height: 50px;
    font-size: 12px; }
.comment-grid .comment-header div {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 25px; }
.comment-grid .comment-header div img {
    width: 100%;
    height: 100%; }
.comment-grid .comment-header p {
    margin-bottom: 0;
    line-height: 1.5em;
    padding-left: 70px; }
.comment-grid .comment-header p em {
    color: #666; }
.comment-grid .comment-header .comment-chapter {
    color: #c7254e; }

.comment-grid .comment-content {
    padding: 10px 0 10px 70px; }

.comment-grid .comment-replies, .comment-grid .comment-action {
    padding-left: 70px; }

.comment-grid .comment-reply {
    padding: 10px 0;
    border-bottom: 1px dotted #999999; }
.comment-grid .comment-reply:last-child {
    border-bottom: 0; }
.comment-grid .comment-reply .comment-reply-header {
    height: 20px;
    font-size: 12px; }
.comment-grid .comment-reply .comment-reply-header div {
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 10px; }
.comment-grid .comment-reply .comment-reply-header div img {
    width: 100%;
    height: 100%; }
.comment-grid .comment-reply .comment-reply-header > p {
    margin-left: 25px; }

.comment-grid .comment-reply-form {
    width: 350px; }
.comment-grid .comment-reply-form textarea {
    width: 100%;
    height: 80px;
    margin: 5px 0; }
.comment-grid .comment-reply-form > div {
    text-align: right; }

.comment-grid .comment-reply-header button, .comment-grid .comment-poster button {
    margin-left: 8px; }

.comment-grid .post-content.trashed, .comment-grid .comment-content.trashed {
    text-decoration: line-through;
    color: darkred; }

#comment-form {
    margin-bottom: 10px; }
#comment-form textarea {
    height: 80px; }
@media (min-width: 768px) {
    #comment-form textarea {
        width: 450px;
        float: left;
        margin-right: 10px; } }

.poster-name {
    color: #1abc9c; }

.promotion-modal .modal-content {
    background-color: #2E363F;
    color: white; }

.promotion-modal .chapter-content {
    font-size: 16px; }
.promotion-modal .chapter-content p {
    text-indent: 2em; }

.promotion .book-info .cover-wrapper {
    margin: 0 auto;
    width: 225px;
    max-height: 300px;
    overflow: hidden;
    box-shadow: 0 0 0.8em #484a4b; }

.promotion .book-info img {
    width: 100%;
    height: auto; }

.promotion .book-info p {
    overflow: hidden;
    word-break: break-all; }

.promotion .chapter-list #chapterMore {
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 15px; }

.promotion .chapter-list ul, .promotion .chapter-list li {
    list-style: none; }

.promotion .chapter-list ul {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5; }
.promotion .chapter-list ul:nth-of-type(2) {
    border-top: 0; }

.promotion .chapter-list li {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5; }
.promotion .chapter-list li em {
    font-style: normal;
    padding-right: 5px; }
.promotion .chapter-list li:last-child {
    border-bottom: 0; }
.promotion .chapter-list li i {
    margin-left: 5px;
    font-size: 0.7em;
    font-style: normal; }
.promotion .chapter-list li .chapter-free {
    color: #018d0d; }
.promotion .chapter-list li .chapter-vip {
    color: #fe4a03; }
.promotion .chapter-list li .chapter-vip span {
    margin-right: 2px; }
.promotion .chapter-list li .action-link {
    float: right; }
.promotion .chapter-list li .action-link span {
    margin-right: 5px; }

ul, li {
    list-style: none; }

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0; }

.float-right {
    float: right; }

.text-center {
    text-align: center; }

.unselectable, .ui-picker .ui-picker-item-container li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.link, .promotion .chapter-list #chapterMore, .promotion .chapter-list li .chapter-name {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer; }
.link:focus, .promotion .chapter-list #chapterMore:focus, .promotion .chapter-list li .chapter-name:focus, .link:hover, .promotion .chapter-list #chapterMore:hover, .promotion .chapter-list li .chapter-name:hover {
    color: #23527c;
    text-decoration: none; }
.link:active, .promotion .chapter-list #chapterMore:active, .promotion .chapter-list li .chapter-name:active, .link:hover, .promotion .chapter-list #chapterMore:hover, .promotion .chapter-list li .chapter-name:hover {
    outline: 0; }

.link-info {
    color: #31708f;
    cursor: pointer; }
.link-info:hover, .link-info:focus {
    color: #245269; }

.link-warning {
    color: #8a6d3b;
    cursor: pointer; }
.link-warning:hover, .link-warning:focus {
    color: #66512c; }

.secondary-text {
    color: #999999; }

body {
    background-color: #f8f8f8; }

.list-style-none {
    list-style: none; }

#wrapper {
    width: 100%; }

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: white; }

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7; }
    #page-wrapper .breadcrumbs {
        margin-left: -30px; } }

.navbar-top-links {
    margin-right: 0; }

.navbar-top-links li {
    display: inline-block; }

.navbar-top-links li:last-child {
    margin-right: 15px; }

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px; }

.navbar-top-links .dropdown-menu li {
    display: block; }

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
    white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0; }

.navbar-top-links .dropdown-messages {
    margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
    margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
    margin-left: -123px; }

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px; }

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0; }

.sidebar .sidebar-search {
    padding: 15px; }

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7; }
.sidebar ul li a.active {
    background-color: #eeeeee; }

.sidebar .arrow {
    float: right;
    width: 18px; }

.sidebar .fa.arrow:before {
    content: "\f104"; }

.sidebar .in > a > .fa.arrow:before {
    content: "\f107"; }

.sidebar .nav-level-2 li,
.sidebar .nav-level-3 li {
    border-bottom: none !important; }

.sidebar .nav-level-2 li a {
    padding-left: 37px; }

.sidebar .nav-level-3 li a {
    padding-left: 52px; }

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px; }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto; } }

.text-error {
    color: #ff2e43; }

.text-default {
    color: #999999; }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s; }

.btn-primary.btn-outline {
    color: #337ab7; }

.btn-success.btn-outline {
    color: #5cb85c; }

.btn-info.btn-outline {
    color: #5bc0de; }

.btn-warning.btn-outline {
    color: #f0ad4e; }

.btn-danger.btn-outline {
    color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white; }

.chat {
    margin: 0;
    padding: 0;
    list-style: none; }

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999; }

.chat li.left .chat-body {
    margin-left: 60px; }

.chat li.right .chat-body {
    margin-right: 60px; }

.chat li .chat-body p {
    margin: 0; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px; }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll; }

.login-panel {
    margin-top: 25%; }

.flot-chart {
    display: block;
    height: 400px; }

.flot-chart-content {
    width: 100%;
    height: 100%; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent; }

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome; }

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome; }

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5); }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429; }

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33; }

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33; }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important; }

.show-grid {
    margin: 15px 0; }

.huge {
    font-size: 40px; }

.panel-green {
    border-color: #5cb85c; }
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c; }
.panel-green > a {
    color: #5cb85c; }
.panel-green > a:hover {
    color: #3d8b3d; }

.panel-red {
    border-color: #d9534f; }
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f; }
.panel-red > a {
    color: #d9534f; }
.panel-red > a:hover {
    color: #b52b27; }

.panel-yellow {
    border-color: #f0ad4e; }
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e; }
.panel-yellow > a {
    color: #f0ad4e; }
.panel-yellow > a:hover {
    color: #df8a13; }

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none; }

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee; }

.timeline > li {
    position: relative;
    margin-bottom: 20px; }

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table; }

.timeline > li:after {
    clear: both; }

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table; }

.timeline > li:after {
    clear: both; }

.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc; }

.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff; }

.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999; }

.timeline > li.timeline-inverted > .timeline-panel {
    float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }

.timeline-badge.primary {
    background-color: #2e6da4 !important; }

.timeline-badge.success {
    background-color: #3f903f !important; }

.timeline-badge.warning {
    background-color: #f0ad4e !important; }

.timeline-badge.danger {
    background-color: #d9534f !important; }

.timeline-badge.info {
    background-color: #5bc0de !important; }

.timeline-title {
    margin-top: 0;
    color: inherit; }

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0; }

.timeline-body > p + p {
    margin-top: 5px; }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px; }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px); }
    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0; }
    ul.timeline > li > .timeline-panel {
        float: right; }
    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; } }

.row.separate {
    margin-bottom: 12px; }
.row.separate.float-toolbar {
    padding-bottom: 12px;
    margin-bottom: 0; }

.table-loading {
    text-align: center; }
.table-loading > img {
    margin: 5px auto; }

.table-op-btn {
    cursor: pointer;
    font-size: 18px; }

.page-panel .page-status {
    display: inline-block;
    padding: 7px 12px;
    vertical-align: top; }

.page-panel .pagination {
    margin: 0; }

form .error {
    color: #ff2e43; }

form .form-required:after {
    color: #ff2e43;
    content: '*'; }

.toast {
    z-index: 5000;
    position: fixed;
    right: 8px;
    top: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555555;
    border-radius: 4px;
    max-width: 30%;
    min-width: 120px;
    padding: 8px; }
.toast p {
    word-break: break-all;
    margin-right: 12px; }
.toast .close {
    color: #555555; }

.alert {
    z-index: 5000;
    position: fixed;
    right: 8px;
    top: 8px;
    max-width: 30%;
    min-width: 120px;
    word-break: break-all; }

.modal-wait {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 1051;
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 50px;
    padding-right: 50px; }
.modal-wait .progress {
    position: relative;
    top: 200px; }

.modal-progress {
    padding-left: 15px;
    padding-right: 15px;
    height: 4px;
    display: none; }
.modal-progress.active {
    display: block; }

.btn .fa-spin {
    display: none;
    animation-duration: 1s; }

.btn.waiting .fa-spin {
    display: inline-block; }

.form-inline-align-right .form-group > label {
    width: 80px;
    text-align: right; }

hr.hr-sm {
    margin-top: 10px;
    margin-bottom: 10px; }

.image-wrapper img {
    max-width: 100%;
    max-height: 100%; }

.pre-wrap {
    white-space: pre-wrap; }

label.plain {
    font-weight: normal; }

code.highlight {
    color: red; }

.cursor-pointer {
    cursor: pointer; }

form div[data-role="preview"] img {
    max-width: 100%;
    max-height: 100%; }

th[data-sortable] {
    cursor: pointer; }
th[data-sortable]:after {
    font-family: FontAwesome;
    content: "\f0dc";
    color: #ccc; }
th[data-sortable][data-order="asc"]:after {
    content: "\f0de";
    color: inherit; }
th[data-sortable][data-order="desc"]:after {
    content: "\f0dd";
    color: inherit; }

#dataStyleBtn {
    float: right; }

.list-group label.list-group-item-heading {
    display: block;
    cursor: pointer; }

.form-control-inline {
    display: inline-block;
    width: auto; }
.radio > .form-control-inline {
    width: 100%;
    float: left; }

#chapter-read {
    position: relative;
    padding-left: 15%;
    background-color: #fff3e9; }
#chapter-read #catalog {
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden; }
#chapter-read #catalog ul, #chapter-read #catalog li {
    list-style: none; }
#chapter-read #catalog li a {
    padding: 5px;
    cursor: pointer;
    display: block;
    text-overflow: ellipsis; }
#chapter-read #catalog li a:hover {
    background-color: #eeeeee; }
#chapter-read #catalog li a.active {
    background-color: #999999; }
#chapter-read #content {
    padding: 20px;
    font-size: 18px;
    font-family: 'Microsoft YaHei', PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', sans-serif;
    text-indent: 2em;
    border-left: 1px dotted #999999; }

[data-role="audit-content"] {
    background-color: #d8e2c8;
    font-size: 16px;
    word-break: break-all; }
[data-role="audit-content"] code.highlight {
    font-size: 18px;
    cursor: pointer; }
[data-role="audit-content"] code.highlight-A {
    color: blue; }
[data-role="audit-content"] code.highlight-B {
    color: red; }
[data-role="audit-content"] code.highlight-letter {
    color: #2b8059; }

#user-detail .fa-genderless, #user-detail .fa-mars, #user-detail .fa-venus {
    font-size: 16px; }

#user-detail .fa-genderless {
    color: gray; }

#user-detail .fa-mars {
    color: deeppink; }

#user-detail .fa-venus {
    color: #2e6da4; }

.filter-apply-btn {
    display: none;
    cursor: pointer; }

td:hover .filter-apply-btn {
    display: inline-block; }

.twinkle {
    border: 1px solid #d00;
    background: #ffe9e8;
    color: #d00; }

.data-style {
    font-size: 22px;
    display: block;
    line-height: 1em; }
.data-style > a, .data-style > a:hover, .data-style > a:active {
    text-decoration: none; }
.data-style > * {
    margin-right: 10px;
    cursor: pointer; }
.data-style > *:last-child {
    margin-right: 0; }
.data-style > *.active {
    cursor: default;
    color: #333; }

.panel-heading .data-style {
    text-align: right;
    margin-top: -5px;
    margin-bottom: -5px; }

form h4 {
    border-left: 3px solid #337ab7;
    line-height: 1em;
    padding-left: 5px;
    border-radius: 3px; }

#comic-page-container {
    counter-reset: li;
    width: 600px;
    max-width: 100%; }
#comic-page-container li {
    position: relative;
    display: block;
    border-top: 4px solid #337ab7;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px; }
#comic-page-container li:not([data-role="tool"]):before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    color: #337ab7;
    font-size: 50px;
    background-color: #eee;
    display: block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    opacity: 0.3; }
#comic-page-container li:hover:before {
    opacity: 1; }
#comic-page-container li[data-role="tool"] {
    border-top: 0; }
#comic-page-container li:last-child {
    margin-bottom: 0; }
#comic-page-container li img {
    width: 100%;
    height: auto; }
#comic-page-container li .toolbar {
    padding: 5px 0; }
#comic-page-container .preview-color {
    display: inline-block;
    width: 2em;
    border: 1px solid #999; }
#comic-page-container #comic-page-toolbar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 570px;
    max-width: 100%; }
#comic-page-container #comic-page-toolbar > div {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    float: right; }

#comic-page-menu {
    position: absolute;
    top: 0;
    margin-left: 640px;
    counter-reset: a;
    z-index: 998;
    width: 40px;
    border-top: 4px solid #337ab7; }
#comic-page-menu.scrolling {
    position: fixed;
    top: 0;
    margin-top: 0; }
#comic-page-menu a {
    display: block;
    clear: both;
    width: 40px;
    height: 40px;
    margin-bottom: 5px; }
#comic-page-menu a:before {
    content: counter(a);
    counter-increment: a;
    position: absolute;
    color: #337ab7;
    font-size: 16px;
    background-color: #eee;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold; }

.tag-span{
    border: 1px solid grey;
    background-color: gray;
    color: white;
    cursor: pointer;
    margin-right: 5px;
}
.user-list {
    position: absolute;
    top: 30px;
    z-index: 100;
}
.user-list ul{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    max-height: 150px;
    overflow-y:auto;
}
.user-list ul li{
    padding-left: 15px;
    cursor: pointer;
}
.user-list ul li:hover{
    background-color: #f9f9f9;
}