.search-text {
    width: 100%;
    background: #eee;
    border: solid 0px;
    border-radius: 10px;
    text-align: center;
}

.register-btn {
    color:white;
}

.card-header {
    text-align: center;
    font-size: 1.25em;
}

.list {
    color:#888;
}

.col-md-2 .card-body {
    padding:0;
}
.col-md-2 ul {
    padding: 0;
    position: relative;
}

.col-md-2 ul li {
    line-height: 1.8;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.border-none {
    border:none !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #3490dc;
}
.mainmenu-link {
    font-size:18px;
}
.mainmenu-link a {
    color:rgba(0, 0, 0, 0.5);
}
.table-responsive th {
    white-space: nowrap;
}
.payment-table th ,.payment-table td {
    padding:0px;
    vertical-align:middle;
    text-align:center;
    border:solid 1px #ccc;
    height:35px;
}
.payment-table th label,.payment-table td label{
    height:100%;
    width:100%;
    display:block;
}
.payment-table label  {
    margin:0px;
}
.payment-scroll {
    height:250px;
}
@media screen and (max-width:767px) {
     /*　画面サイズが767px以下の場合読み込む　*/
    .pagination .page-link {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
}

    .pagination .page-item:first-child .page-link {
      border-top-left-radius: 0.2rem;
      border-bottom-left-radius: 0.2rem;
    }

    .pagination .page-item:last-child .page-link {
      border-top-right-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem;
    }
}

/* ===== Issue #32 顧客出力画面 (customer/export) ／ .customer-export-page でスコープ ===== */
.customer-export-page .customer-export-date-input { width: 140px; }
.customer-export-page .customer-export-select { width: 100%; }
.customer-export-page .customer-export-grip-sample { letter-spacing: -2px; color: #adb5bd; }
.customer-export-page .col-grip.customer-export-col-grip {
    cursor: grab; color: #adb5bd; letter-spacing: -2px; user-select: none; font-size: 1.1rem; line-height: 1;
}

/* 出力項目グリッド: PC3列 / タブレット2列 / 狭幅1列。各セル上下中央・項目名1段小 */
.customer-export-page .customer-export-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 8px; }
.customer-export-page .customer-export-columns .export-col-item { margin-bottom: 0 !important; min-width: 0; }
.customer-export-page .customer-export-columns .export-col-item .form-check {
    display: flex; align-items: center; min-width: 0; padding-left: 0; margin-bottom: 0;
}
.customer-export-page .customer-export-columns .export-col-item .form-check-input {
    position: static; margin: 0 .35rem 0 0; flex: 0 0 auto;
}
.customer-export-page .customer-export-columns .export-col-item .form-check-label {
    font-size: .875rem; margin-bottom: 0; line-height: 1.25;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.customer-export-page .customer-export-columns .export-col-item.dragging { display: none; }
/* D&Dのドロップ予定位置プレースホルダー */
.customer-export-page .customer-export-columns .export-col-placeholder {
    border: 1px dashed #6c9bff; border-radius: .25rem; background: #eef3ff; min-height: 31px;
}
@media (max-width: 768px) { .customer-export-page .customer-export-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .customer-export-page .customer-export-columns { grid-template-columns: repeat(1, minmax(0, 1fr)); } }

/* 顧客一覧プレビュー table: card-body.table-responsive 内に収める */
.customer-export-page .customer-export-preview-table { table-layout: fixed; width: 100%; max-width: 100%; font-size: 0.7rem; }
.customer-export-page .customer-export-preview-table th,
.customer-export-page .customer-export-preview-table td {
    word-break: break-word; overflow-wrap: anywhere; white-space: normal; vertical-align: top;
}

/* Issue #32 顧客一覧プレビュー 8列構成: 列幅(colgroup)・補助フォント段階 */
.customer-export-page .customer-export-preview-sub2 { font-size: .58rem; line-height: 1.2; }
.customer-export-page .customer-export-preview-remark { font-size: .64rem; line-height: 1.25; }
.customer-export-page .customer-export-col-id-account { width: 7%; }
.customer-export-page .customer-export-col-company { width: 32%; }
.customer-export-page .customer-export-col-person { width: 17%; }
.customer-export-page .customer-export-col-sales { width: 10%; }
.customer-export-page .customer-export-col-tel { width: 11%; }
.customer-export-page .customer-export-col-remark { width: 15%; }
.customer-export-page .customer-export-col-payment { width: 3%; }
.customer-export-page .customer-export-col-delivery { width: 5%; }
/* 会社TEL/携帯(13桁)・総売上/最新来店日(10桁,YYYY-MM-DD)・〆日・送付履歴(5桁)は折り返さない（th/td両対応） */
.customer-export-page .customer-export-preview-table .customer-export-cell-nowrap { white-space: nowrap; word-break: normal; overflow-wrap: normal; }
