@charset "UTF-8";
/*  color
------------------------*/
/*  style
------------------------*/

.navbar {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    color: #515C6F;
    box-shadow: 1px 1px 12px #00000029;
    opacity: 1;
}
.navbar-row {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    color: #515C6F;
    box-shadow: 1px 1px 12px #00000029;
    opacity: 1;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url('/img/navbar-toggler.svg');
}
.navbar.fixed-left{
    min-width: initial !important;
    overflow-y: auto;
}
.navbar-expand-lg{
    min-width: initial !important;
}
#btn-navbar-menu  {
    background-color: #FFF;
}
.icon-book {
    padding-left: 30px;
    background: url('/img/books-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-point {
    padding-left: 30px;
    background: url('/img/point-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-graph {
    padding-left: 30px;
    background: url('/img/graph-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-bank {
    padding-left: 30px;
    background: url('/img/bank-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-note {
    padding-left: 30px;
    background: url('/img/note-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-heart {
    padding-left: 30px;
    background: url('/img/heart-ico.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-account {
    padding-left: 30px;
    background: url('/img/disel_account.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-news {
    padding-left: 30px;
    background: url('/img/bell-off.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-news-alert {
    padding-left: 30px;
    background: url('/img/bell-on.svg') 0% 0% no-repeat padding-box;
    font-size: 0.9rem;
}
.icon-book-left {
    padding-left: 45px;
    background: url('/img/book-left.svg') 0% 0% no-repeat padding-box;
    font-size: 1.1rem;
}
.icon-book-right {
    padding-left: 45px;
    background: url('/img/book-right.svg') 0% 0% no-repeat padding-box;
    font-size: 1.1rem;
}
#none-nav {
    max-width: 1140px;
    margin: auto;
}
#page-title  {
    position: fixed;
    top: 0;
    height: 90px;
    background-color: #f0f8ff;
    color: #000;
    width: 100%;
    padding: 1rem 1.2rem;
    z-index: 10;
}
.page-title-row{
    margin-top: 30px;
}
.page-title-sales{
    height: 200px !important;
}
.title-text{
    font-size: 1.1rem;
    font-weight: bolder;
}
.title-input{
    font-size: 1.0rem;
    font-weight: bolder;
}
.epub-input{
    font-size: 1.2rem;
    font-weight: bolder;
}
.btn {
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: bolder;
    margin-top: -0.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-action {
    color: #fff;
    background-color: #FF5050;
    border-color: #FF5050;
}
.btn-action:hover {
    color: #fff;
    filter: brightness(0.9);
 }
.btn-cancel {
    color: #515c6f;
    background-color: #FFFFFF;
    border-color: #A1A9B7;
    opacity: 0.6;
}
.btn-cancel:hover {
    color: #515c6f;
    filter: brightness(0.9);
}
.btn-white {
    color: #515c6f;
    background-color: #FFFFFF;
    border-color: #515c6f;
}
.btn-white:hover {
    color: #515c6f;
    filter: brightness(0.9);
}
.input-group-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#main-contents  {
    margin-top: 100px;
    padding: 20px;
}
#modal_episodes_info .modal-dialog {
    max-width: 1000px;
}
.target-area {
    position: relative;
    padding: 0;
    z-index: 1;
}
.img-thumbnail {
    border: 0;
    padding: 0;
    height: 250px;
}
.btn-edit {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.edit-icon-area {
    position: relative;
    top: 10px;
    margin-right: -5px;
    text-align: right;
    z-index: 100;
}
.edit-icon-area-episodes {
    position: relative;
    top: -10px;
    margin-right: -10px;
    text-align: right;
    z-index: 100;
}
.area-title {
    font-size: 0.9rem;
    font-weight: bolder;
    white-space: nowrap;
}
#epub-create-frame {
    width: 100%;
    height: 100%;
}
.white-space-overflow {
    overflow-x: auto;
    white-space: nowrap;
}
.alert-white {
    background-color: #FFF;
    box-shadow: 0 3px 6px #2C28281C;
    border-radius: 10px;
}
.alert-active {
    background-color: #fffacd;
    border-color: #ffa500;
}
.box-dark {
    box-shadow: 0 3px 6px #000;
}
.box-page {
    margin-top: -20px !important;
    padding: 3px;
    box-shadow: 1px 1px 1px #000;
    border: solid 1px #6c757d;
}
.cover-dark::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2%;
    background-color:rgba(0,0,0,0.25);
}
.tooltip {
    top: -100px !important;
    left: -280px !important;
}
.form-control {
    background: #F7FAFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #1717172E;
    border-radius: 5px;
    opacity: 0.8;
}
.release-status {
    width: 50%;
    margin-left: 10px;
}
.page-action-icon {
    font-size: 2rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

input[type=checkbox] {
    transform: scale(1.5);
}
input[type=radio] {
    transform: scale(1.5);
}

.series-thumbnail{
    width: 260px;
    height: 350px;
}
.book-thumbnail{
    width: 260px;
    height: 400px;
}
.thumbnail-link-area{
    height: 230px;
}
.thumbnail-link-area-series{
    height: 220px;
}
.link-pointer{
    cursor:pointer;
    position: relative;
}
.link-sales-episodes{
    cursor:pointer;
    position: relative;
}

.resize-area {
    width: 80%;
}
#search-area {
    padding-right: 300px;
}
.resize-area-sales {
    width: 80%;
}
.resize-area-sales-total {
    width: 90%;
}
@media (max-width: 1600px) {
    .resize-area {
        width: 90%;
    }
    #search-area {
        padding-right: 200px;
    }
    .resize-area-sales {
        width: 85%;
    }
    .resize-area-sales-total {
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .resize-area {
        width: 95%;
    }
    .resize-area-sales {
        width: 90%;
    }
}
@media (max-width: 1100px) {
    .resize-area {
        width: 100%;
    }
}
.category-label {
    font-size: 0.8rem;
}
@media (max-width: 1200px) {
    .category-label {
        font-size: 0.7rem;
    }
}

.tooltip-inner {
    max-width: 100%;
}