/*
全体
*/
blockquote *:last-of-type {
    margin-bottom: 0;
}

/* 
HEADER
*/

#global-nav {
    border-top: 1px solid #eee;
}

#global-nav ul {
    width: 100% !important;
}

.NormalTable a {
    color: var(--wp--preset--color--vk-color-primary) !important;
}

/* 
全体
*/
@media (min-width: 992px) {

    .main-section--col--two {
        width: 75% !important;
    }

    .sub-section--col--two {
        width: calc(25% - 3em) !important;
    }
}


/* ヘッダー
 */

#site-header-container .container {
    position: relative;
}

.wc_global_menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    margin-top: 0.25rem;
}

.wc_global_menu li {
    list-style: none;
}

/* 
パーツ

*/
.LinkButton {
    padding: 3px 10px 4px;
    color: #fff;
    background: #337AB7;
    text-shadow: #3338B8;
    border-radius: 3px;
    /* box-shadow: 1px 1px 1px #3338B8; */
    text-decoration: none;
    border: none;
    font-size: var(--vk-size-text);

}

.LinkButton:hover {
    color: #fff;
    cursor: pointer;
}

.sub-section .LinkButton {
    display: block;
    text-align: center;
    width: max-content;
    margin: auto;
}

input[type="submit"].btn-sm,
button[type="submit"].btn-sm {
    padding: 0.25rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

input[type="submit"].btn-primary,
button[type="submit"].btn-primary {
    background-color: var(--vk-color-primary);
    border-color: var(--vk-color-primary-dark);
}

/*
ACF
*/
#acf-form div.small {
    width: 100% !important;
}

#acf-form div.small input {
    width: 50%;
}

#acf-form div.small.inline {
    width: 48% !important;
    display: inline-block;
}

#acf-form div.small.inline input {
    width: 100% !important;
}

#acf-form .acf-form-submit {
    margin-top: 30px;
    text-align: center;
}


/* サイドバー */
.sub-section h3 {
    font-size: 1.1rem;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.sub-section input[type='text'],
.sub-section input[type='password'] {
    padding: 6px;
    margin-bottom: 0;
}

.UserConferenceInfo>dl {
    margin-top: 0;
}

.UserConferenceInfo ul,
.UserConferenceInfo li {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.UserConferenceInfo>dd+dt {
    margin-top: 30px;
}

.UserConferenceInfo .EachPresentation {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
}

.UserConferenceInfo .EachPresentation li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.UserConferenceInfo .EachPresentation li+li {
    margin-top: 4px !important;
}

.EachPresentation+.EachPresentation {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted grey;
}

span.meta_status {
    border-radius: 50%;
    background: green;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    padding: 3px 4px 4px 3px;
    margin-right: 2px;
}

span.meta_status.publish,
span.meta_status.used {
    background: #337AB7;
}



dl.UserConferenceInfo>dd {
    font-size: 80%;
}

.sub-section.sub-section--col--two .btn {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.purchased_code_list {
    margin: 15px 0 30px;
}

/* .sub-section .CustomListContainer .acf-field.acf-accordion .acf-label.acf-accordion-title {
    padding: 8px;
}



.sub-section .CustomListContainer .acf-field.acf-accordion>dd {
    font-weight: normal;
    font-size: 80%;
    padding: 12px !important;
}

.sub-section .CustomListContainer .attendee_code_list {
    margin-top: 0;
}

.sub-section .CustomListContainer .attendee_code_list li {
    margin-top: 0;
    margin-bottom: 0;
}

.sub-section .CustomListContainer .attendee_code_list>li+li {
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px dotted #ddd;
}

.sub-section .CustomListContainer ul.attendee_code_meta {
    padding-left: 27px !important;
}

.sub-section .CustomListContainer ul.attendee_code_meta li {
    margin-top: 0px;
    margin-bottom: 0;
} */

/* 
お支払ページ
*/
/* .CustomListContainer {
    border: 1px solid #d5d9dd;

}

.CustomListContainer>.-open>dt.acf-label.acf-accordion-title {
    background: #f3f4f5;
}

.CustomListContainer dt.acf-label.acf-accordion-title+dd {
    padding: 15px !important
}

.invoice_actions {
    list-style: none;
    text-align: center;
}

.invoice_actions li {
    display: inline-block;
    margin: 0 10px;
}

.invoice_actions li .delete_payment,
.invoice_actions li .delete_payment:hover,
.invoice_actions li .delete_payment:active {
    background: #A1282A !important;
    background-color: #A1282A !important;
    border-color: #A1282A !important;
}

.EachInvoiceDetails dt,
.EachInvoiceDetails dd {
    font-size: var(--vk-size-text-sm);
}

.EachInvoiceDetails dt {
    padding: 3px 3px 5px 10px;
    background-color: #f3f4f5;
}

.EachInvoiceDetails dd {
    margin-left: 15px;
}

.EachInvoiceDetails dd+dt {
    padding-top: 5px;
    margin-top: 15px;
    border-top: 1px dotted #eeee;
}

.entry-body h3:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 15px;
}

.acf-accordion-title .payment_status {
    display: inline-block;
    margin-left: 30px;
    font-weight: normal;
    background-color: var(--vk-color-primary);
    border-color: var(--vk-color-primary-dark);
    border-radius: var(--vk-size-radius-sm);
    padding: 0.25rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
}

.acf-accordion-title .payment_status.paid {
    background-color: green;
    border-color: darkgreen;
} */


/* 
パーツ
*/
.dashicons.custom-dashicons {
    color: #337AB7;
    margin-left: 10px;
}

.dashicons.custom-dashicons:hover {
    cursor: pointer;
}

.sub-section .dashicons.custom-dashicons {
    margin-top: 3px;
}

/* 
ぷっぷアップ
*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/* 
manager_settingページ
*/

.h_tag_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.h_tag_inner.right {
    right: 0;
    left: auto;
}

.caq_status_container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.caq_status_container>* {
    flex: 1 1 50%;
    /* border: 2px solid #000; */
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}

.draggable-item {
    display: block !important;
    text-align: left !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    font-size: 14px;
    font-weight: bold;
    padding: 9.600000000000001px 12px 9.600000000000001px 12px;
    border: 1px solid grey;

}

.caq_status_container ul {
    padding: 0;
    margin: 0;
}

.caq_status_container h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 3px;
}

#pending {
    background: rgba(220, 53, 69, 0.2);
}

#pending h4 {
    background-color: var(--vk-color-background-red);

}

#publish {
    background: rgba(66, 103, 178, 0.2);
}

#publish h4 {
    background-color: var(--vk-color-background-blue);

}

#lock {
    background: rgba(94, 51, 1, 0.2);
}

#lock h4 {
    background-color: var(--vk-color-background-orange);

}

#publish_open_access {
    background: rgba(13, 94, 1, 0.2);
}

#publish_open_access h4 {
    background-color: var(--vk-color-background-green);

}

.answer_list {
    margin: 0;
    padding: 0 !important;
}

.answer_list li {
    display: block !important;
    text-align: left !important;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted grey;
    padding-left: 10px;

}

.answer_list li a {
    text-decoration: none;
    color: #000;
}

div[class$='-confirm-filled-all'] .acf-input {
    background: #eee;
    border-radius: 2px;
    padding: 10px;
}


div[class$='-confirm-filled-all'] .acf-label {
    padding: 0 !important;
    margin: 0 !important;
}

div[class$='-confirm-filled-all'] .acf-label label {
    line-height: 1;
    padding: 10px;
    background: var(--vk-color-primary-dark);
    color: #fff;
}

.wp-block-group+.wp-block-group {
    margin-top: 15px;
    padding-top: 15px;
}

.jexcel_container {
    max-width: 100%;
    overflow-x: scroll;
}

/* .shiny-button {
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    font-family: sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #006BCF;
    background-image: -webkit-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006BCF 49%, #006BCF 82%, #0079eb 100%);
    background-image: -moz-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006BCF 49%, #006BCF 82%, #0079eb 100%);
    background-image: -o-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006BCF 49%, #006BCF 82%, #0079eb 100%);
    background-image: linear-gradient(top, #006ed4 0%, #197fdf 48%, #006BCF 49%, #006BCF 82%, #0079eb 100%);
    border-color: hsl(209, 40%, 41%);
    -webkit-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 1px 1px 1px #003669;
    -moz-text-shadow: 1px 1px 1px #003669;
    -o-text-shadow: 1px 1px 1px #003669;
    text-shadow: 1px 1px 1px #003669;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 9.600000000000001px 24px 9.600000000000001px 24px;
}

.shiny-button strong {
    letter-spacing: 1px;
    font-size: 22px;
}

.shiny-button:hover {
    color: #FFFFFF;
    background-color: #0073de;
    background-image: -webkit-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: -moz-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: -o-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    border-color: hsl(209, 41%, 44%);
    -webkit-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 1px 1px 1px #003e78;
    -moz-text-shadow: 1px 1px 1px #003e78;
    -o-text-shadow: 1px 1px 1px #003e78;
    text-shadow: 1px 1px 1px #003e78;
}

.shiny-button:active {
    color: #FFFFFF;
    background-color: #0063c0;
    background-image: -webkit-linear-gradient(top, #005eb6 0%, #006BCF 100%);
    background-image: -moz-linear-gradient(top, #005eb6 0%, #006BCF 100%);
    background-image: -o-linear-gradient(top, #005eb6 0%, #006BCF 100%);
    background-image: linear-gradient(top, #005eb6 0%, #006BCF 100%);
    padding: 10.600000000000001px 24px 8.600000000000001px 24px;
} */


/* 
OUTPUT
*/


.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td {
    font-size: 12px;
}

.post-name-output h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.post-name-output h4 {
    font-size: 18px;
    margin-top: 60px !important;
}

.post-name-output h3+h4 {
    margin-top: 15px !important;
}

.post-name-output h5 {
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 1px;
}

/* 
OutPutTable
*/

.has-fixed-layout td,
.has-fixed-layout th {
    font-size: 11px !important;
}

/* .th40_td10 th {
    width: 40%;
}
.th40_td10 td {
    width: 10%;
}
.th40_td60 th {
    width: 40%;
}
.th40_td60 td {
    width: 60%;
} */

#output_on_web p {
    margin-bottom: 0;
    margin-top: 10px;

    font-size: 13px;
}

.etsuran_button_container {
    text-align: center;
    padding: 0 5px !important;
}

.etsuran_button_container .etsuran_button {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff !important;
}

.etsuran_button_container .etsuran_button+.etsuran_button {
    margin-left: 4px;
}