@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
    font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.help-block{
    color: #9a9fa7;
}
.ui-autocomplete { position: absolute; cursor: default;z-index:1051 !important;}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.sticky_table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
}
.sticky_table tbody th {
    border:none;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky-second{
    background-color: #eeeeef;
    left: 104px !important;
    z-index: 1;
    border-top:1px #d8dbe0 solid !important;
    font-weight: normal;
}

.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1100;
    visibility: hidden;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1099;
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}

.ui-widget-content{
    font-size: 0.875rem;
}

.form-control{
    color: #666;
}


.datepicker,.datetimepicker{
    width: 145px !important;
}

.btn-exhibit {
    display: inline-block;
}

.btn-exhibit button.delete {
    background-color: #e55353;
    border-color: #e55353;
}

.btn-exhibit button.delete::before {
    content: "出品停止";
}

.btn-exhibit button.open {
    background-color: #2eb85c;
    border-color: #2eb85c;
}

.btn-exhibit button.open::before {
    content: "出品停止解除";
}

/*PDF*/
.pdflist {
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.pdflist li {
    width: calc((100% - 200px) / 10);
    margin-right: 20px;
}

@media (max-width: 767px) {
    .pdflist li {
        width: calc((100% - 40px) / 4);
        margin-right: 10px;
    }
}

.pdflist li dt {
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    columns: #8a93a2;
}

.pdflist li dt i {
    width: 100%;
    height: auto;
}

.pdflist li dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdflist li dd span:first-child {
    font-size: 10px;
}

ul#sortable-image {
    /*202307*/
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

ul#sortable-image li {
    /*202307*/
    width: calc((100% - 160px) / 8);
    margin-right: 20px;
}

@media (max-width: 767px) {
    ul#sortable-image li {
        /*202307*/
        width: calc((100% - 40px) / 4);
        margin-right: 10px;
    }
    .card-body .column {
        width: 200px;
        margin-bottom: 1rem;
    }
}

ul#sortable-image li img {
    width: 100%;
    border: 3px solid #efefef;
    margin-bottom: 3px;
    height: 200px;
    object-fit: contain;
}

ul#sortable-image li img.mainImg {
    border: 3px solid #2273ba;
}

ul#sortable-image li dl {
    margin-bottom: 15px;
}

ul#sortable-image li dt {
    text-align: center;
}

ul#sortable-image li dd {
    /*202307*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85em;
    width: 100%;
}

.btn-item-upload label {
    display: inline-block;
    background-color: #2273ba;
    /*202307*/
    color: #fff;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    opacity: 1;
    /*202307*/
}

.btn-item-upload label:hover {
    opacity: 1;
    background-color: #1b5c94;
    /*202307*/
    text-decoration: none;
}

.btn-item-upload label>input {
    display: none;
}

/*カテゴリー*/
ul.item-category-area {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    ul.item-category-area {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
}

/*配送料の負担*/
ul.shipping-charges-area {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shipping-charges-area li.shipping-charges-item {
    display: none;
}

.packages-number-area li.buyer-packages-number-item {
    border-bottom: 1px dashed #ccc;
}

.date-system {
    width: 135px!important;
}

/* CHERISH-111: TEST FIX BUG BROWSERS  */
.form-packages span.btn-dark {
    min-width: 80px;
}
.fixed-footer {
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin-left: -30px;
    align-items: flex-start;
    display: flex;
    height: 50px;
    background: #ebedef;
    border-top: 1px solid #d8dbe0;
}

.fixed-footer button {
    min-width: 200px;
    color: #fff;
}

.fixed-footer button:hover {
    color: #fff;
}

.fixed-footer {
    display: flex;
}

.fixed-footer .center {
    transition: 0.3s;
    margin-right: 200px;
}

@media screen and (max-width: 768.9px) {
    .fixed-footer{
        width: calc(100% + 30px);
    }
    .fixed-footer .center{
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .fixed-footer .center button{
        min-width: 100px;
    }
    .card-body .column {
        width: 200px;
        margin-bottom: 1rem;
    }
}

body.menu-not-display .fixed-footer .center {
    margin-right: 0;
}

.border-dashed-t {
    border-top: 1px dashed #ccc;
}

.border-dashed-b {
    border-bottom: 1px dashed #ccc;
}
