/*
 * テーマ設定修正
 */
html {
    height: 100%;
}
body {
    height: 100%;
    color: #5e5e5e;
    font-size: 16px;
}
p {
    color: #666;
    font-size: 0.9rem;
}
a:hover {
    text-decoration: underline;
}
a:hover.none-underline {
    text-decoration: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #666;
}
.dropdown-item {
    color: #666;
}
a.nav-link.dropdown-toggle:hover span {
    color: #333;
}
.dropdown-item:hover {
    background-color: #f2f2f2;
}

@media screen and (min-width: 1920px) {
    .custom-select {
        font-size: 1em;
    }
}

.page-body-wrapper {
    overflow-x: clip;
}


/* Bootstrap-Vue */
.b-form-datepicker {
    border: 1px solid #ced4da;
}
.nav-tabs .nav-link {
    color: inherit;
    font-size: 0.9rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #2196f31a;
    border-color: #dee2e6 #dee2e6 #fff !important;
}
.nav-tabs .nav-item a.nav-link.add-new-button {
    background: #607d8b1a;
}

/* buttons */
.btn:focus,
.btn:hover {
    font-size: 14px;
    font-weight: inherit;
}
.btn-primary {
    background-color: #334BFA;
    border-color: #334BFA;
}
.btn-primary:hover {
    background-color: #0d24d1;
    border-color: #0d24d1;
}
.btn-warning:hover {
    background-color: #ff9800;
    border-color: #ff9800;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    background-color: #ea1c2f;
}

.dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.show>.btn-secondary.dropdown-toggle {
    color: #273444;
    background-color: #d6ddea;
    border-color: #cdd6e6;
}


/* sidebar */
.navbar .navbar-brand-wrapper {
    background-color: #F3F5FA;
    border-bottom: 1px solid #eaeaea;
}

.sidebar {
    background-color: #F3F5FA;
    border-right: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.sidebar .nav .nav-item::after {
    height: 100%;
    background-color: #334BFA;
}
.sidebar .nav .nav-item .nav-link {
    padding: 6px 20px;
    color: #444;
}
.sidebar .nav .nav-item .nav-link i.ti-angle-right {
    color: #444;
}
.sidebar .nav .nav-item .nav-link.active .menu-title {
    color: #334BFA;
    font-weight: bold;
}
.sidebar .nav .nav-item .nav-link.sidebar-menu:hover .menu-title {
    color: #888 !important;
}
.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 0.9rem;
    color: #444;
    white-space: break-spaces;
}
.sidebar svg.svg-inline--fa {
    padding-bottom: 0.1rem;
}
.sidebar_fixed {
    position: sticky;
    top: 83px;
}
.sidebar .nav.sub-menu {
    padding: 4px 0 4px 30px;
}
.sidebar .nav:not(.sub-menu) {
    margin: 1rem 0 0 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
    padding: 0.4rem 1rem;
}
#sidebar.sidebar .nav.sub-menu .nav-item::before {
    margin-top: 0.7rem;
    background-color: #666;
}

/* common */
.filter-container {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background-color: #9e9e9e0f;
    border-radius: 0.15rem;
}

/* main */
.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.breadcrumb {
    padding: 0.5rem 1rem;
    background-color: #f3f5fa66;
    font-size: 16px;
}

.card {
    border-radius: 0;
    box-shadow: 0 0.01rem 0.1rem rgb(0 0 0 / 18%);
}
.card-header {
    margin-bottom: 1rem;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background-color: #F3F5FA;
}
.card-header:first-child {
    border-radius: 0;
}
.card-title {
    font-size: 16px;
    text-transform: none;
}
.card-head-actions {
    padding: 0 1rem;
}
.card-body {
    font-size: 0.9rem;
    padding: 1rem;
}

.table td, .table th {
    padding: 0.7rem;
    font-size: 0.85rem;
}


/* button */
.btn {
    font-size: 14px;
    font-weight: 400;
}
.btn:disabled {
    cursor: not-allowed;
}
.btn-sm-original {
    font-size: 13px;
    padding: 0.3rem 1rem;
    line-height: 1.2;
    border-radius: 0.25rem;
}
.loading-icon-in-button {
    display: none;
    padding-right: 0.2rem;
}

/* footer */
#footer {
    position: sticky;
    top: 100vh;
}
.footer-area {
    border-top: 1px solid #f0f0f0;
    margin-left: -35px;
    margin-right: -35px;
    padding: 7px 0px;
}

/* from-control */
.form-control {
    font-size: 0.9rem;
}
.login-area .form-control {
    font-size: 16px;
}
.form-group label {
    font-size: inherit;
}
.form-control.arranged-input {
    height: inherit;
    border: 1px solid #ced4da;
}

/* alert */
.alert {
    opacity: 1;
    transition: opacity 0.6s;
    padding: 10px 15px;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
}
.alert .closebtn {
    margin-left: 15px;
    color: #ffffff;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    line-height: 1;
}
.alert .link-to-edit-page {
    color: #ffc107;
}
.alert .link-to-edit-page:hover {
    color: #ffc107;
}

/* Notice */
.notice-original {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.9em;
}
.notice-original .card-header {
    background-color: #F3F5FA;
    margin-bottom: 0;
}
.notice-original .card-body {
    background-color: #fff;
}
.notice-original ul li {
    list-style: disc;
    color: #6c6c6c;
    font-size: 0.95em;
}
.notice-original ul,
.notice-original ol {
    padding-left: 1rem;
}

/* alert - notice */
.alert.notice {
    color: #6a6a6a;
}
.alert.notice.alert-danger {
    background-color: #e637571a;
    border-color: #e637571a;
}
.alert.notice h4 {
    font-size: 0.9rem;
}
.alert.notice hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.alert.notice ul {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-left: 1rem;
    white-space: normal;
}
.alert.notice ul li {
    list-style: disc;
}
.alert.mt15 {
    margin-top: 15px;
}
.alert.mb0 {
    margin-bottom: 0;
}

/* alert - customers */
.alert.search-error-msg {
    padding: 5px 10px;
    display: inline-block;
}

/* tooltip */
.tooltip {
    font-size: 14px;
}
.tooltip-inner{
    max-width: 500px;
}


/*
 * ユーザーオリジナル設定
 */

/* Fontawesome */
nav.sidebar button svg.svg-inline--fa,
nav.sidebar span svg.svg-inline--fa,
a button svg.svg-inline--fa {
    padding-right: 0.4rem;
    width: 18px;
}
form button svg.svg-inline--fa,
form span svg.svg-inline--fa {
    padding-right: 0;
}

.user-common-box .title-header {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.user-common-box .link-area {
    margin-top: 1rem;
}

/* Badge */
.badge {
    font-size: 0.7rem;
}
.badge-min {
    padding: 4px 8px;
}
.badge-webinar-is-not-ad {
    background-color: #2196f3;
    color: #FFFFFF;
}
.badge-webinar-is-ad {
    background-color: #fdb901;
    color: #FFFFFF;
}
.badge-stripe-refunded {
    background-color: #778f9b;
    color: #FFFFFF;
}


/* User */
#UserAccount h1 {
    line-height: 1;
    text-align: center;
}

/* Topbar */
a.top-app-name {
    color: #444;
    font-size: 1.3rem;
}
a.top-app-name:hover {
    text-decoration: none;
}
.currency-dropdown-item {
    color: #666;
    padding: 0.65rem 1.5rem;
}

/* form */
.required label::after {
    content: "*";
    color: #f44336;
}
.required label.form-check-label::after {
    content: none;
}
.is-invalid input {
    border-color: #f86c6b;
}
.invalid-feedback {
    display: block;
}
.display-none {
    display: none;
}
.no-input-form {
    margin-bottom: 0.8rem;
}
.no-input-form label {
    color: #2d3748;
}
.label-for-only-content {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 1em;
    color: #2d3748;
}
.select-for-only-content {
    margin-bottom: 0.6em;
}

/* modal */
@media screen and (min-width:576px) {
    .modal-dialog {
        margin-top: 8rem;
        max-width: 40%;
    }
}
@media screen and (min-width: 800px) {
    .modal-dialog {
        max-width: 38%;
    }
}
@media screen and (min-width: 1024px) {
    .modal-dialog {
        max-width: 37%;
    }
}
@media screen and (min-width: 1280px) {
    .modal-dialog {
        max-width: 36%;
    }
}
@media screen and (min-width: 1440px) {
    .modal-dialog {
        max-width: 35%;
    }
}
@media screen and (min-width: 1920px) {
    .modal-dialog {
        max-width: 30%;
    }
}

.modal-icon {
    cursor: pointer;
}
.modal-body p,
.modal-body .item-detail-container {
    white-space: normal;;
}
.item-detail-key {
    font-weight: bold;
}
.modal-exhibition-image {
    display: block;
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 0.5rem;
}

/* pagination */
.pagination.mb0 {
    margin-bottom: 0;
}
.pagination-form {
    display: inline-block;
    padding-right: 1rem;
    margin-bottom: 10px;
}
.pagination-description {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.pagination-jump-link-container {
    display: inline-block;
}
.form-inline label.pagination-limit-label {
    display: inline-block;
}
.pagination-limit-select-form {
    padding: 1px 3px;
    height: 30px;
}

/* Webinars */
.table tbody tr td.webinar-name,
.table tbody tr td.hubspot-lp-page-id,
.table tbody tr td.hubspot-lp-name,
.table tbody tr td.youtube-video-name {
    white-space: break-spaces;
}
.not-set-school-id {
    color: #f44336;
    background-color: rgb(255 235 59 / 40%);
    padding: 3px 6px;
    border-radius: 6px;
}
.webinar-name-for-modal {
    margin-bottom: 0.8em;
    padding: 0.5rem;
    background: #ffeb3b4d;
    border-radius: 0.2rem;
    white-space: normal;
}

.school-report-container {
    margin-top: 2rem;
}
.msg-copy-to-clipboard {
    margin-top: 0.4rem;
    margin-bottom: 1rem;
    font-size: 0.7em;
    color: #999;
}
.form-control.report-content[readonly] {
    background-color: #fafafa;
}
.report-content-area {
    padding: 0.5rem 0.8rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    width: max-content;
    background: #fcfcfc;
}

/* Webinars - aggregateBySchool */
table.aggregate-by-school thead {
    background: #f8f8f8;
}
table.aggregate-by-school thead th {
    padding: 0.5rem;
}
table.aggregate-by-school th,
table.aggregate-by-school td {
    border-right: 1px solid #e1eaea;
}
table.aggregate-by-school th.name,
table.aggregate-by-school td.name {
    text-align: center;
}
table.aggregate-by-school th.number,
table.aggregate-by-school td.number {
    min-width: 140px;
    text-align: center;
}
table.aggregate-by-school td {
    padding: 0.3rem 0.5rem;
}

.term-filter-for-all-schools {
    margin-top: auto;
    margin-bottom: auto;
}
.search-all-schools-result-container {
    margin: 1rem 0;
}
.search-all-schools-result-container h5 {
    margin-top: 2rem;
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    background: #f6f6f6;/*背景色*/
    border-left: solid 5px #3f51b5;/*左線*/
    border-bottom: solid 3px #eaeaea;/*下線*/
}
.search-all-schools-result-container .no-found-webinar-schedules {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.search-all-schools-result-container table.search-webinars {
    width: 100%;
    table-layout: fixed;
}
.search-all-schools-result-container table.search-webinars th {
    vertical-align: middle;
}
.search-all-schools-result-container table.search-webinars th.school-name,
.search-all-schools-result-container table.search-webinars th.webinar-name {
    text-align: center;
}
.search-all-schools-result-container table.search-webinars td.school-name,
.search-all-schools-result-container table.search-webinars td.webinar-name,
.search-all-schools-result-container table.search-webinars td.schedule {
    white-space: break-spaces;
}
.search-all-schools-result-container table.search-webinars th.schedule,
.search-all-schools-result-container table.search-webinars td.schedule {
    width: 100px;
    text-align: center;
}
.search-all-schools-result-container table.search-webinars th.number,
.search-all-schools-result-container table.search-webinars td.number {
    width: 80px;
    text-align: center;
    white-space: break-spaces;
}
.search-all-schools-result-container table.search-webinars tr.total {
    text-align: center;
    font-weight: bold;
}


/* Webinars & Hubspot - search -common */
.search-button {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.search-result-container {
    margin-top: 2rem;
}

/* Webinars & Hubspot & Youtubes - search */
table.search-webinars thead,
table.search-webinars tfoot,
table.search-hubspot-lps thead,
table.search-youtubes thead {
    background: #218cf3cc;
}
table.search-webinars thead th,
table.search-webinars tfoot th,
table.search-hubspot-lps thead th, 
table.search-youtubes thead th {
    padding: 0.5rem;
    color: #fff;
}
table.search-webinars tr.is-past {
    background: #f0f0f0;
}
table.search-webinars tr.total,
table.search-hubspot-lps tr.total,
table.search-youtubes tr.total {
    background: #ffeb3b1a;
}
table.search-webinars tr.total td,
table.search-hubspot-lps tr.total td,
table.search-youtubes tr.total td {
    font-weight: bold;
}
table.search-webinars th,
table.search-webinars td,
table.search-hubspot-lps th,
table.search-hubspot-lps td,
table.search-youtubes th,
table.search-youtubes td {
    border-right: 1px solid #e1eaea;
}
table.search-webinars th.standard,
table.search-webinars td.standard,
table.search-hubspot-lps th.standard,
table.search-hubspot-lps td.standard,
table.search-youtubes th.standard,
table.search-youtubes td.standard {
    text-align: center;
}
table.search-webinars th.number,
table.search-webinars td.number,
table.search-hubspot-lps th.number,
table.search-hubspot-lps td.number,
table.search-youtubes th.number,
table.search-youtubes td.number {
    min-width: 110px;
    text-align: center;
}
table.search-webinars td,
table.search-hubspot-lps td,
table.search-youtubes td {
    padding: 0.3rem 0.5rem;
}
.no-found-webinars,
.no-found-hubspot-lps,
.no-found-youtubes {
    color: #7a7a7a;
    font-size: 0.9rem;
}

.chart-display-button {
    margin: 0 0 1rem 0;
}
.chart-area {
    margin: 0.5rem 0 2rem 0;
}


/* Hubspot */
.hubspot-name-for-modal {
    margin-bottom: 0.8em;
    padding: 0.5rem;
    background: #ffeb3b4d;
    border-radius: 0.2rem;
    white-space: normal;
}


/* Stripe */
.search-stripe-charges-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
table.search-stripe-charges {
    margin-top: 0.8rem;
}
table.search-stripe-charges thead th {
    padding: 0.5rem;
}
table.search-stripe-charges th.standard,
table.search-stripe-charges td.standard {
    text-align: left;
}
table.search-stripe-charges th.description,
table.search-stripe-charges td.description {
    text-align: left;
    white-space: break-spaces;
}
table.search-stripe-charges th.amount,
table.search-stripe-charges td.amount {
    text-align: right;
}
table.search-stripe-charges td {
    padding: 0.3rem 0.5rem;
}
.no-found-stripe-charges {
    color: #7a7a7a;
    font-size: 0.9rem;
}
.clear-btn-container {
    margin-bottom: 0.4rem;
}

/* Customers */
.result-search-customers-container {
    padding: 1rem 0 0 0;
}
.no-found-customers {
    color: #7a7a7a;
    font-size: 0.9rem;
}
.count-for-found-customers {
    font-size: 0.9rem;
}
table.search-customers {
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
}
table.search-customers td {
    padding: 0.6rem;
}
table.search-customers td.customer-info {
    white-space: break-spaces;
}
table.search-customers td.action-link {
    text-align: right;
    padding-left: 0;
    padding-right: 1rem;
}
table.search-customers .current-customer {
    color: #ff5722;
    font-weight: bold;
}
table.search-customers .get-customer-detail {
    color: #007bff;
    text-decoration: underline;
}
table.search-customers .get-customer-detail:hover {
    cursor: pointer;
}
.loading-icon-container {
    text-align: center;
    margin-top: 1rem;
}
.customers-container {
    max-height: calc(100vh - 410px);
    overflow-y: scroll;
    margin-bottom: 1rem;
    border-top: 1px solid #e1eaea;
    border-bottom: 1px solid #e1eaea;
}
h5.customer-detail-header {
    border-bottom: solid 3px #cce4ff;
    position: relative;
}
h5.customer-detail-header:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 20%;
}
table.customer-detail-table th {
    font-weight: bold;
}
table.table.customer-detail-table th,
table.table.customer-detail-table td {
    padding: 0.5rem 0.7rem;
}
table.table.customer-detail-table td .stripe-charge-datetime {
    margin-bottom: 0.4rem;
}
.not-found-detail-infos {
    margin-bottom: 1rem;
    color: #7a7a7a;
    font-size: 0.9rem;
}
.webinar-cancel-btn,
.webinar-cancel-btn:active,
.webinar-cancel-btn:hover,
.webinar-cancel-btn:focus,
.webinar-cancel-btn:visited
 {
    padding: 0.2rem 0.6rem;
    font-size: 0.9em;
    line-height: 1em;
}
.webinar-cancel-info-container {
    font-size: 0.9rem;
}
.webinar-cancel-info-container .title {
    font-weight: bold;
}
.webinar-cancel-info-container .content {
}

.detail-schools-container .tab-content {
    padding-top: 10px;
}
.detail-schools-container table td {
    white-space: pre-line;
}

/* Settings */
.table tbody tr td span.lp-name {
    white-space: break-spaces;
}
.linked-contents {
    width: 50%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
