/* _content/MicWebBlazor/Pages/AzukariYakForm.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-l140j51q76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-l140j51q76] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 90vw;
    height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-l140j51q76] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-l140j51q76] {
    font-size: 1.2rem;
}

.modal-close[b-l140j51q76] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.modal-footer[b-l140j51q76] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc;
}

.input[b-l140j51q76] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-l140j51q76] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-l140j51q76] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-l140j51q76], .sticky-table td[b-l140j51q76] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-l140j51q76] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-l140j51q76] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-l140j51q76] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-l140j51q76] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-l140j51q76],
    .sticky-table td[b-l140j51q76] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(7)[b-l140j51q76],
        .sticky-table td:nth-child(7)[b-l140j51q76] {
            width: 60px;
        }

    .sticky-table .del[b-l140j51q76]{
        border:none;
        background:none;
        color:#555;
    }

    .sticky-table .del:hover[b-l140j51q76]{
        color:#D00;
    }

    .btn[b-l140j51q76] {
        padding: 0.3rem 0.6rem;
        font-size: 0.9rem;
        border: 1px solid #007acc;
        background-color: #007acc;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        width: 120px;
    }

    .btn:hover[b-l140j51q76] {
        background-color: #005fa3;
    }

.cancel[b-l140j51q76]{
    border:none;
    background:#999;
}

    .cancel:hover[b-l140j51q76] {
        background: #777;
    }

/** 登録フォーム */
.entry-form[b-l140j51q76] {
    margin-bottom: 1.4rem;
}

.form-row[b-l140j51q76] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
}

/* 共通 */
.form-input[b-l140j51q76] {
    padding: 0.4rem;
    font-size: 0.9rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    flex: 0 0 auto;
    background:#FFC;
}

/* 項目別サイズ調整 */
.yak-name[b-l140j51q76] {
    width: 280px;
}

.maker-name[b-l140j51q76] {
    width: 280px;
}

.seihin-no[b-l140j51q76] {
    width: 280px;
}

.volume-input[b-l140j51q76] {
    width: 100px;
}

.retflg-select[b-l140j51q76] {
    width: 120px;
}
/* _content/MicWebBlazor/Pages/Child/AzukariYakPanel.razor.rz.scp.css */
.right[b-bp0ov1c1ik] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 12px;
    box-sizing: border-box;
}

.panel-title[b-bp0ov1c1ik] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-group[b-bp0ov1c1ik] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
    margin: 10px 0px;
}

/**預かり薬剤*/
.azukari-yak-wrapper[b-bp0ov1c1ik] {
    height: 160px;
    overflow: scroll;
}

.disabled-style[b-bp0ov1c1ik] {
    background: #CCCCCC;
}

.disabled-style .azukari-yak-detail-button[b-bp0ov1c1ik]{
    display:none;
}

.azukari-yak-header[b-bp0ov1c1ik] {
    margin: 0px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #DEE;
    font-weight: bold;
    flex-wrap: nowrap;
}

.azukari-yak-row[b-bp0ov1c1ik] {
    border-bottom: 1px solid #DDD;
}

.azukari-yak-cell[b-bp0ov1c1ik] {
    font-size: 0.8rem;
    width: 140px;
    padding: 1px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    flex-wrap: wrap;
}

.youryou[b-bp0ov1c1ik] {
    width: 130px;
}

.henkyaku[b-bp0ov1c1ik] {
    width: 130px;
}

.azukari-yak-detail-button[b-bp0ov1c1ik] {
    display: flex;
    padding:0;
    align-items: center;
    background: #FFC218;
    border: none;
    border-radius: 30px;
    color: #111;
    transition: all 0.2s;
}

    .azukari-yak-detail-button:hover[b-bp0ov1c1ik] {
        background: black;
        color: white;
    }
/* _content/MicWebBlazor/Pages/Child/HanteiKijunPanel.razor.rz.scp.css */
.right[b-bz9ta59zjy] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 12px;
    box-sizing: border-box;
}

.panel-title[b-bz9ta59zjy] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**対応菌種*/
.right .kinsyu[b-bz9ta59zjy] {
    display: flex;
    padding: 10px;
    gap: 15px;
}

    .right .kinsyu label:hover[b-bz9ta59zjy] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

.right .kinsyu-left[b-bz9ta59zjy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.right .kinsyu-right[b-bz9ta59zjy] {
    flex: 1;
}

.tag[b-bz9ta59zjy] {
    background-color: #e0f3ff;
    border: 1px solid #90caf9;
    border-radius: 16px;
    padding: 0px 8px 0px 8px;
    font-size: 0.8rem;
    max-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.tag-text[b-bz9ta59zjy] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.remove-btn[b-bz9ta59zjy] {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.7rem;
    line-height: 1;
    padding: 0;
    margin-left: 1px;
}

.label-button-row[b-bz9ta59zjy] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .label-button-row button[b-bz9ta59zjy] {
        border: 2px solid #00a1d0;
        border-radius: 15px;
        background: white;
        color: #00a1d0;
        padding: 0 10px;
        transition: all 0.2s;
    }

        .label-button-row button:hover[b-bz9ta59zjy] {
            background: #00a1d0;
            color: white;
        }

.btn-clear[b-bz9ta59zjy] {
    background: #DDDDDD !important;
    border: 2px solid #999999 !important;
    color: #444444 !important;
}

    .btn-clear:hover[b-bz9ta59zjy] {
        background-color: #999999 !important;
        color: white !important;
    }

.selected-kin-area[b-bz9ta59zjy] {
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 110px;
    min-height: 110px;
    overflow-y: auto;
    padding: 5px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    background-color: #fff8fc;
}

.no-selection[b-bz9ta59zjy] {
    color: #888;
    font-size: 1rem;
    font-style: italic;
}

.kinsyu-right > div:nth-child(2)[b-bz9ta59zjy] {
    position: relative;
    margin-top: 10px;
}

.kinsyu-right textarea[b-bz9ta59zjy] {
    width: 95%;
    min-height: 115px;
    padding-right: 25px;
    resize: none;
}

.kinsyu-right .button-1[b-bz9ta59zjy] {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

.selected-clsi-area[b-bz9ta59zjy] {
    min-height: 95px !important;
    max-height: 95px !important;
}

.clsi-tag-row[b-bz9ta59zjy] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    font-size: 0.8rem;
    border-bottom: 1px solid #DDDDDD;
}

    .clsi-tag-row .cd[b-bz9ta59zjy] {
        width: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .clsi-tag-row .version[b-bz9ta59zjy] {
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.remove-btn.clsi[b-bz9ta59zjy] {
    font-size: 0.9rem;
    color: #777;
    transition: all 0.2s;
    padding: 2px 5px;
    border-radius: 10px;
}

    .remove-btn.clsi:hover[b-bz9ta59zjy] {
        background: #09F;
        color: white;
    }

.hantei-kijun-textarea[b-bz9ta59zjy] {
    min-height: 40px !important;
}

    .hantei-kijun-textarea.disabled[b-bz9ta59zjy] {
        box-sizing: border-box;
        height:60px;
        padding: 0px;
        overflow-y: scroll;
        background: #fafafa;
        border:1px solid #DDD;
    }

        .hantei-kijun-textarea.disabled pre[b-bz9ta59zjy] {
            height: 100%;
            font-family: initial !important;
            font-size: 0.85rem;
            padding: 0 !important;
            margin-block: 0 !important;
        }
/* _content/MicWebBlazor/Pages/Child/KinPanel.razor.rz.scp.css */
.left[b-w3myji7yfp], .right[b-w3myji7yfp] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 12px;
    box-sizing: border-box;
}

.panel-title[b-w3myji7yfp] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**対応菌種*/
.right .kinsyu[b-w3myji7yfp] {
    display: flex;
    padding: 10px;
    gap: 15px;
}

    .right .kinsyu label:hover[b-w3myji7yfp] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

.right .kinsyu-left[b-w3myji7yfp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.right .kinsyu-right[b-w3myji7yfp] {
    flex: 1;
}

.tag[b-w3myji7yfp] {
    background-color: #e0f3ff;
    border: 1px solid #90caf9;
    border-radius: 16px;
    padding: 0px 8px 0px 8px;
    font-size: 0.8rem;
    max-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.tag-text[b-w3myji7yfp] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.remove-btn[b-w3myji7yfp] {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.7rem;
    line-height: 1;
    padding: 0;
    margin-left: 1px;
}

.label-button-row[b-w3myji7yfp] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .label-button-row button[b-w3myji7yfp] {
        border: 2px solid #00a1d0;
        border-radius: 15px;
        background: white;
        color: #00a1d0;
        padding: 0 10px;
        transition: all 0.2s;
    }

        .label-button-row button:hover[b-w3myji7yfp] {
            background: #00a1d0;
            color: white;
        }

.btn-clear[b-w3myji7yfp] {
    background: #DDDDDD !important;
    border: 2px solid #999999 !important;
    color: #444444 !important;
}

    .btn-clear:hover[b-w3myji7yfp] {
        background-color: #999999 !important;
        color: white !important;
    }

.selected-kin-area[b-w3myji7yfp] {
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 110px;
    min-height: 110px;
    overflow-y: auto;
    padding: 5px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    background-color: #fff8fc;
}

.no-selection[b-w3myji7yfp] {
    color: #888;
    font-size: 1rem;
    font-style: italic;
}

.kinsyu-right > div:nth-child(2)[b-w3myji7yfp] {
    position: relative;
    margin-top: 10px;
}

.kinsyu-right textarea[b-w3myji7yfp] {
    width: 95%;
    min-height: 115px;
    padding-right: 25px;
    resize: none;
}

.kinsyu-right .button-1[b-w3myji7yfp] {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

.validate-error[b-w3myji7yfp] {
    box-shadow: 0px 0px 5px red;
    background: #FFF5F5 !important;
}
/* _content/MicWebBlazor/Pages/Child/PlateInfo.razor.rz.scp.css */
/** プレート情報入力フォーム */
.plate-info-wrapper[b-jtvxjj9su2] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 6px;
    margin-bottom: 5px;
}

.plate-category-text[b-jtvxjj9su2], .plate-type-text[b-jtvxjj9su2] {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    color: #223 !important;
    border-left: 1px dashed #CCCCCC;
}

    .plate-type-text.kenkyu-badge[b-jtvxjj9su2] {
        color: white !important;
        background: #ff0056;
        border-radius:15% !important;
        margin-left:15px;
        border:none;
    }

.plate-info-wrapper .group-1[b-jtvxjj9su2] {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
}

    .plate-info-wrapper .group-1.right[b-jtvxjj9su2]{
        gap:0.4rem;
    }

    .plate-info-wrapper .group-1 label[b-jtvxjj9su2] {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

.plate-info-wrapper .caption[b-jtvxjj9su2] {
    font-weight: bold;
    margin-bottom: 4px;
}

.plate-info-wrapper .radio-options[b-jtvxjj9su2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-right: 20px;
}

    .plate-info-wrapper .radio-options label[b-jtvxjj9su2] {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

.plate-info-wrapper .group-1 label:hover[b-jtvxjj9su2] {
    background: #caf7ff;
    border-radius: 10px;
    cursor: pointer;
}

.plate-info-wrapper .group-1 .field-row[b-jtvxjj9su2] {
    display: inline-flex;
    white-space: nowrap;
    /*gap: 6px;*/
}

    .plate-info-wrapper .group-1 .field-row input[b-jtvxjj9su2] {
        height: 30px;
        padding: 0px 8px;
        font-size: 11pt;
        line-height: 1.4;
        box-sizing: border-box;
    }

        .plate-info-wrapper .group-1 .field-row input[type="number"][b-jtvxjj9su2] {
            width: 4.2em;
        }

.plate-category-select[b-jtvxjj9su2] {
    height: 30px;
    margin: 0px 5px;
}

.plate-type-select[b-jtvxjj9su2] {
    height: 30px;
    margin-right: 10px;
}

.panel-title[b-jtvxjj9su2] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .panel-title.zaikei[b-jtvxjj9su2] {
    }

.zaikei-name[b-jtvxjj9su2] {
    font-weight: bold;
    font-size: 1rem;
    padding: 2px 12px;
}

.validate-error[b-jtvxjj9su2] {
    box-shadow: 0px 0px 5px red;
    background: #FFF5F5 !important;
}

.usage-select-area[b-jtvxjj9su2] {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-right: 3px;
}

    .usage-select-area.no-select[b-jtvxjj9su2] {
        animation: pulseShadow-b-jtvxjj9su2 1.2s infinite;
    }

@keyframes pulseShadow-b-jtvxjj9su2 {
    0% {
        box-shadow: 0 0 3px darkred;
    }

    50% {
        box-shadow: 0 0 12px red;
    }

    100% {
        box-shadow: 0 0 3px darkred;
    }
}
/* _content/MicWebBlazor/Pages/Child/SisetuInfo.razor.rz.scp.css */
/** 上部、施設情報、営業情報 */
.sisetu-info-wrapper[b-bk7fcn26ub] {
    display: flex;
    gap: 5px;
}

.form-grid[b-bk7fcn26ub] {
    flex: 1;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 4px 4px;
    align-items: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
}

    .form-grid .mode-edit[b-bk7fcn26ub] {
        border: none;
        border-bottom: 1px solid #CCCCCC;
    }

    .form-grid label[b-bk7fcn26ub] {
        text-align: center;
        font-weight: bold;
    }

    .form-grid.left label[b-bk7fcn26ub] {
        background: #5cc1c1;
        color: white;
    }

    .form-grid.right label[b-bk7fcn26ub] {
        background: linear-gradient(to bottom, #ffcff4, #ffc9f3, #ffc4fd, #ffb8fd);
        background: #5cc1c1;
        color: white;
    }

/* 共通高さ */
.address-label[b-bk7fcn26ub],
.address-panel[b-bk7fcn26ub] {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* アドレスリストの表示スタイル */
.selected-user-list[b-bk7fcn26ub] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    overflow-y: auto;
    padding: 6px;
    background-color: #fff8fc;
    border: 1px dashed #ccc;
    border-radius: 4px;
    height: 100%;
    box-sizing: border-box;
}

/* 各ユーザー表示のタグ */
.tag[b-bk7fcn26ub] {
    background-color: #dfefff;
    height: 20px;
    line-height: 20px;
    padding: 2px 2px;
    border-radius: 12px;
    font-size: 0.8em;
    white-space: nowrap;
}

/* アドレス帳ボタン */
.address-select[b-bk7fcn26ub] {
    display: inline-flex;
    align-items: center;
    font-size: 0.8em;
    background: #ffc218;
    border: 1px solid #777;
    border-top-color: white;
    border-left-color: white;
    cursor: pointer;
    transition: all 0.2s;
}

    .address-select:hover[b-bk7fcn26ub] {
        background: black;
        color: white;
    }

/* ラベル + ボタンの横並び */
.inline-flex[b-bk7fcn26ub] {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
}

/**施設・担当者の名称ボックス*/
.name-value[b-bk7fcn26ub] {
    width: 230px;
}

.validate-error[b-bk7fcn26ub] {
    box-shadow: 0px 0px 5px red;
    background: #FFF5F5 !important;
}
/* _content/MicWebBlazor/Pages/Child/TousaiYakPanel.razor.rz.scp.css */
.panel-title[b-kgajhvgnxf] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-group[b-kgajhvgnxf] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
    margin: 10px 0px;
}

.left[b-kgajhvgnxf], .right[b-kgajhvgnxf] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 12px;
    box-sizing: border-box;
}

.field-group label:hover[b-kgajhvgnxf] {
    background: #caf7ff;
    border-radius: 10px;
    cursor: pointer;
}

.plate-panel label:hover[b-kgajhvgnxf] {
    background: #caf7ff;
    border-radius: 10px;
    cursor: pointer;
}
/** 搭載薬剤 */
.note-section textarea[b-kgajhvgnxf] {
    height: 55px;
    width: 670px;
    resize: none;
}

.field-group.doc[b-kgajhvgnxf] {
    flex-wrap: initial;
}

    .field-group.doc .upload:only-child[b-kgajhvgnxf] {
        flex: 0 0 100%;
    }

.upload[b-kgajhvgnxf] {
    flex: 50%;
    min-width: 0;
}

.registed[b-kgajhvgnxf] {
    flex: 50%;
    min-width: 0;
}

    .registed .caption[b-kgajhvgnxf] {
        font-weight: bold;
        color: #039;
        background: none;
    }

    .registed .list-area[b-kgajhvgnxf] {
        height: 100px;
        width: 100%;
        overflow: scroll;
        border: 1px solid #CCCCCC;
        background: white;
        box-sizing: border-box;
    }

        .registed .list-area .file-row[b-kgajhvgnxf] {
            display: flex;
            padding: 1px 2px;
            border-bottom: 1px dashed #DDD;
        }

.file-upload-wrapper[b-kgajhvgnxf] {
    display: flex;
}

    .file-upload-wrapper .list-area[b-kgajhvgnxf] {
        height: 100px;
        width: 100%;
        overflow: scroll;
        border: 1px dashed #CCCCCC;
        background: #f9f0f0;
        box-sizing: border-box;
    }

        .file-upload-wrapper .list-area .file-row[b-kgajhvgnxf] {
            display: flex;
            padding: 1px 2px;
            border-bottom: 1px dashed #DDD;
        }

.file-upload-label[b-kgajhvgnxf] {
    margin-right: 2px;
    display: inline-flex;
    gap: 5px;
    padding: 0rem 0.8rem;
    background-color: #FFC218;
    color: #000000;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

    .file-upload-label.jizen[b-kgajhvgnxf] {
        line-height: 1.5;
    }

    .file-upload-label:hover[b-kgajhvgnxf] {
        background-color: #000 !important;
        color: white;
        border-radius: 4px !important;
    }

    .file-upload-label span[b-kgajhvgnxf] {
        display: inline-flex;
        width: 250px;
        padding: 0px 5px;
        background: white;
        color: #111;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.file.name[b-kgajhvgnxf] {
    font-size: 0.8rem;
    font-weight: bold;
    overflow: hidden;
    width: 302px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

    .file.name.full[b-kgajhvgnxf] {
        width: 100%;
    }

.file.registed[b-kgajhvgnxf] {
    background: none;
    color: #333333;
    cursor: pointer;
}

    .file.registed:hover[b-kgajhvgnxf] {
        background: #DDEFFF;
    }

.clear-file-button[b-kgajhvgnxf] {
    background: none;
    border: none;
}

    .clear-file-button:hover[b-kgajhvgnxf] {
        background: #EEEEEE;
    }

    .clear-file-button.all[b-kgajhvgnxf] {
        font-size: 0.8rem;
        border: 1px solid #BBB;
        border-radius: 5px;
        background: #EEE;
        padding: 0px 5px;
        height: 23px;
    }

.file.registed.deleted[b-kgajhvgnxf] {
    opacity: 0.5;
    text-decoration: line-through;
    background-color: #f2f2f2;
    cursor: default;
}

.undo-delete-button[b-kgajhvgnxf] {
    margin-left: 4px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
}

/**登録済みファイルのモーダル*/
.file-modal-backdrop[b-kgajhvgnxf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}

.file-modal-panel[b-kgajhvgnxf] {
    position: fixed;
    min-width: 240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    padding: 1rem;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.file-modal-header[b-kgajhvgnxf] {
    width: 100%;
    text-align: right !important;
}

.file-modal-body[b-kgajhvgnxf] {
    height: 40px;
}

.file-modal-footer[b-kgajhvgnxf] {
    position: relative;
    bottom: 0px;
}

.close-button[b-kgajhvgnxf] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.validate-error[b-kgajhvgnxf] {
    box-shadow: 0px 0px 5px red;
    background: #FFF5F5 !important;
}
/* _content/MicWebBlazor/Pages/Exp/ExportForDevice.razor.rz.scp.css */
/*======================
   ページラッパー 
=======================*/
.page-wrapper[b-8fjawojm2f]{
    padding:1rem;
    width:1300px;
    margin-left:auto;
    margin-right:auto;
}

/*======================
   ページタイトル部 
=======================*/
.page-title[b-8fjawojm2f] {
    height: 40px !important;
    font-weight: bold;
    box-sizing: border-box;
    background: #10101f !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
    display: flex;
    align-items: center;
}
    .page-title .left[b-8fjawojm2f] {
        flex: 1;
        text-align: left;
        display: flex;
    }
        .page-title .left button[b-8fjawojm2f] {
            display: flex;
            align-items: center;
            color: white;
            background: none;
            border: none;
            color: #eee;
            font-weight: normal;
            transition: all 0.2s;
        }
            .page-title .left button:hover[b-8fjawojm2f] {
                color: #00b1ff;
            }
    .page-title .right[b-8fjawojm2f] {
        flex: 1;
        font-size: 0.8rem;
        color: white;
        text-align: right;
    }
        .page-title .right .user-menu-info[b-8fjawojm2f] {
            cursor: pointer;
        }
            .page-title .right .user-menu-info:hover[b-8fjawojm2f] {
                color: #00b1ff;
            }
.title[b-8fjawojm2f] {
    margin-top: 30px;
    margin-bottom:15px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    gap: 20px;
    align-items: center;
}
.user-menu-wrapper[b-8fjawojm2f] {
    position: relative;
    display: inline-block;
}
.user-menu[b-8fjawojm2f] {
    position: absolute;
    right: 0px;
    color: white;
    text-align: left;
    min-width: 300px;
    margin-top: 0.5rem;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
    .user-menu ul[b-8fjawojm2f] {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .user-menu li[b-8fjawojm2f] {
        padding: 0.5rem;
        cursor: pointer;
        color: #ffc218;
    }
        .user-menu li:hover[b-8fjawojm2f] {
            background-color: #f0f0f0;
            color: #111;
        }

/*=======================
    施設選択ボタン
========================*/
.sisetu-select[b-8fjawojm2f] {
    background: none;
    border: 2px solid #009aff;
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0.2rem 0.9rem;
    color: #009aff;
}
    .sisetu-select:hover[b-8fjawojm2f] {
        background: #EEE;
    }
.sisetu-clear[b-8fjawojm2f] {
    background: none;
    border: 2px solid #999;
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0.2rem 0.9rem;
    color: #000;
    transition: background 0.2s ease;
}
    .sisetu-clear:hover[b-8fjawojm2f]{
        background:#EEE;
    }
h3[b-8fjawojm2f]{
    color:#000000;
    font-weight:bold;
    font-size:1.4rem;
}
/*=======================
    薬剤マスタ登録状況
========================*/
.yak-mst-wrapper[b-8fjawojm2f] {
    margin: 12px 0;
    padding: 1rem 1.2rem;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: 500;
}
.yak-mst-content[b-8fjawojm2f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.yak-mst-info[b-8fjawojm2f] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}
.yak-title[b-8fjawojm2f] {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}
.badge[b-8fjawojm2f] {
    font-size: 0.9rem;
    padding: 0.25rem 0.8rem;
    border-radius: 1rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
}
    .badge.none[b-8fjawojm2f] {
        background-color: #f56c6c;
        border: 1px solid #f56c6c;
        box-shadow: 0 0 6px rgba(245, 108, 108, 0.4);
    }
    .badge.registed[b-8fjawojm2f] {
        background-color: #27ae60;
        border: 1px solid #27ae60;
        box-shadow: 0 0 6px rgba(39, 174, 96, 0.4);
    }
.update-label[b-8fjawojm2f] {
    font-size: 0.9rem;
    color: #666;
}
.update-time[b-8fjawojm2f] {
    font-size: 0.9rem;
    color: #333;
}
.upload-btn[b-8fjawojm2f] {
    background: none;
    border: 2px solid #009aff;
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0.2rem 0.9rem;
    color: #009aff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
    .upload-btn:hover[b-8fjawojm2f] {
        background-color: #eee;
    }
.alert[b-8fjawojm2f]{
    font-weight:bold;
    color:red;
}

/*=======================
    装置選択ボタン
========================*/
.pj-list-wrapper button[b-8fjawojm2f] {
    border: none;
    font-size: 1.1rem;
    padding: 0.5rem 0.9rem;
    color: #555;
    min-width:120px;
}
.pj-list-wrapper .selected[b-8fjawojm2f] {
    background: linear-gradient(36deg, #00b1ff, #008dbf);
    color: white;
}

/*=======================
    メッセージ
========================*/
.msg-wrapper[b-8fjawojm2f] {
    font-weight:bold;
    margin-bottom: 15px;
}
.no-data-msg[b-8fjawojm2f] {
    margin: 10px 0px;
    font-size:1.1rem;
}

/*=======================
    IA96用一覧テーブル
========================*/
.pj-list-wrapper[b-8fjawojm2f] {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}
.table[b-8fjawojm2f] {
    height: 480px;
    overflow-y: scroll;
}
.table table[b-8fjawojm2f] {
    width:100%;
    border-collapse: separate;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
    .table table th[b-8fjawojm2f] {
        background: linear-gradient(to bottom, #008dbf, #009aff);
        color: white;
        padding: 0.2rem 0.8rem;
        box-sizing: border-box;
        position: sticky;
        top: 0;
        z-index:1;
    }
    .table table td[b-8fjawojm2f] {
        padding: 0.2rem 0.8rem;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }
    .table input[type="checkbox"][b-8fjawojm2f] {
        width: 22px;
        height: 22px;
        cursor: pointer;
        accent-color: #1976d2;
        transform: translateY(2px);
    }
    .table input[type="text"][b-8fjawojm2f] {
        width:120px;
        padding:0.4rem 0.2rem;
        border:1px solid #CCC;
        border-radius:0.2rem;
        transform: translateY(2px);
    }
    .table select[b-8fjawojm2f] {
        width: 140px;
        padding: 0.4rem 0.2rem;
        border: 1px solid #CCC;
        border-radius: 0.2rem;
        transform: translateY(2px);
    }
    /**チェックボックス大きく*/
    .table input[type="checkbox"][b-8fjawojm2f] {
        width: 22px;
        height: 22px;
        cursor: pointer;
        accent-color: #1976d2;
        transform: translateY(2px);
    }
/*=====================
    テーブル列幅
=======================*/
.table .shoho-name[b-8fjawojm2f]{
    width:100px;
}
.table .shoho-cd[b-8fjawojm2f]{
    width:140px;
}
.table .tateyoko-kbn[b-8fjawojm2f]{
    width:167px;
}
.table .tateyokosuu[b-8fjawojm2f]{
    width:80px;
}
.table .plate[b-8fjawojm2f]{
    width:140px;
}
.table .timestp[b-8fjawojm2f]{
    width:150px;
}
.table .chk[b-8fjawojm2f]{
    width:60px;
}
.table .result-msg[b-8fjawojm2f]{
    color:red;
}

/*=======================
    DPS192用一覧テーブル
========================*/
.disp192-container[b-8fjawojm2f] {
    display: flex;
    gap: 1rem;
}
/* 左パネル：処方一覧 */
.left-panel[b-8fjawojm2f] {
    width: 260px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    padding-right: 0.5rem;
}
.project-item[b-8fjawojm2f] {
    display: block;
    width: 100%;
    text-align: left;
    background: white;
    border: 1px solid #ddd;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
}
    .project-item:hover[b-8fjawojm2f] {
        background: #f5f5f5;
    }
    .left-panel .project-item.shoho-selected[b-8fjawojm2f]{
        color:blue;
    }
.project-name[b-8fjawojm2f] {
    font-weight: bold;
}
.project-date[b-8fjawojm2f] {
    font-size: 0.8rem;
    color: #666;
}
/* 右パネル：菌種一覧 */
.right-panel[b-8fjawojm2f] {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 1rem;
    min-height:485px;
}
.right-panel .zaikei-name[b-8fjawojm2f]{
    font-weight:bold;
    font-size:1.1rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.kinsyu-list[b-8fjawojm2f] {
    min-height: 380px;
    max-height: 380px;
    overflow-y: auto;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.kinsyu-item[b-8fjawojm2f] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0;
    cursor:pointer;
}
.kinsyu-item:hover[b-8fjawojm2f]{
    background:#f5f5f5;
} 
.right-panel .result-msg[b-8fjawojm2f] {
    min-height:30px;
    padding:0px 12px;
    margin-top: 1rem;
    background: #fafafa;
    border-left: 4px solid #ccc;
}
.right-panel input[type="checkbox"][b-8fjawojm2f] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #1976d2;
    transform: translateY(2px);
}

/*======================
    ダウンロードボタン
=======================*/
.dl-button[b-8fjawojm2f]{
    background:#ffc218;
    border-radius:1rem;
    color:#000;
    transition:background 0.2s ease;
}
    .dl-button:hover[b-8fjawojm2f] {
        background: #efae00;
    }
.dl-button:disabled[b-8fjawojm2f] {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}
/* _content/MicWebBlazor/Pages/Exp/ExpSelector/ExpSisetuSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-zbxx27t2si] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-zbxx27t2si] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-zbxx27t2si] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-zbxx27t2si] {
    font-size: 1.2rem;
}

.modal-close[b-zbxx27t2si] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-zbxx27t2si] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-zbxx27t2si] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-zbxx27t2si] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*table-layout: fixed;*/
}

    .sticky-table th[b-zbxx27t2si], .sticky-table td[b-zbxx27t2si] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-zbxx27t2si] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-zbxx27t2si] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-zbxx27t2si] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-zbxx27t2si] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-zbxx27t2si],
    .sticky-table td[b-zbxx27t2si] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-zbxx27t2si],
        .sticky-table td:nth-child(3)[b-zbxx27t2si] {
            width: 90px;
        }

    .sticky-table .cd[b-zbxx27t2si]{
        width:110px;
    }

    .sticky-table .name[b-zbxx27t2si]{
        width:560px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .sticky-table .action[b-zbxx27t2si]{
        width:110px;
    }

.btn[b-zbxx27t2si] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-zbxx27t2si] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Pages/Exp/SisetuYakuzaiImport.razor.rz.scp.css */
/*======================
   ページラッパー 
=======================*/
.page-wrapper[b-1l3ow1zzam] {
    padding: 1rem;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/*======================
   ページタイトル部 
=======================*/
.page-title[b-1l3ow1zzam] {
    height: 40px !important;
    font-weight: bold;
    box-sizing: border-box;
    background: #10101f !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
    display: flex;
    align-items: center;
}
    .page-title .left[b-1l3ow1zzam] {
        flex: 1;
        text-align: left;
        display: flex;
        gap:12px;
    }
        .page-title .left button[b-1l3ow1zzam] {
            display: flex;
            align-items: center;
            color: white;
            background: none;
            border: none;
            color: #eee;
            font-weight: normal;
            transition: all 0.2s;
        }
            .page-title .left button:hover[b-1l3ow1zzam] {
                color: #00b1ff;
            }
    .page-title .right[b-1l3ow1zzam] {
        flex: 1;
        font-size: 0.8rem;
        color: white;
        text-align: right;
    }
        .page-title .right .user-menu-info[b-1l3ow1zzam] {
            cursor: pointer;
        }
            .page-title .right .user-menu-info:hover[b-1l3ow1zzam] {
                color: #00b1ff;
            }
.title[b-1l3ow1zzam] {
    margin-top: 30px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    gap: 20px;
    align-items: center;
}
.user-menu-wrapper[b-1l3ow1zzam] {
    position: relative;
    display: inline-block;
}
.user-menu[b-1l3ow1zzam] {
    position: absolute;
    right: 0px;
    color: white;
    text-align: left;
    min-width: 300px;
    margin-top: 0.5rem;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
    .user-menu ul[b-1l3ow1zzam] {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .user-menu li[b-1l3ow1zzam] {
        padding: 0.5rem;
        cursor: pointer;
        color: #ffc218;
    }
        .user-menu li:hover[b-1l3ow1zzam] {
            background-color: #f0f0f0;
            color: #111;
        }

/**********************
   施設名 
***********************/
.sisetu-name-wrapper[b-1l3ow1zzam]{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:1rem;
}
.sisetu-name[b-1l3ow1zzam]{
    font-size:1.5rem;
    font-weight:bold;
    margin-right:10px;
}
.list-cnt[b-1l3ow1zzam]{
    font-size:1.1rem
}

/**********************
   ファイル選択ボタン 
***********************/
.btn-select[b-1l3ow1zzam] {
    display: inline-block;
    width: 160px;
    text-align: center;
    padding: 7px 12px;
    background: linear-gradient(135deg, #008dbf, #59bcea);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
    box-shadow: 0 4px 8px rgba(62, 140, 232, 0.3);
    transform: translateY(-4px);
}
    .btn-select:hover[b-1l3ow1zzam] {
        transform: translateY(-6px);
        box-shadow: 0 6px 12px rgba(62, 140, 232, 0.4);
    }
    .btn-select:active[b-1l3ow1zzam] {
        transform: translateY(-4px);
        box-shadow: 0 4px 8px rgba(62, 140, 232, 0.3);
    }
/**********************
   選択ファイル表示 
***********************/
.selected-file-wrapper[b-1l3ow1zzam]{
    display:flex;
    align-items:center;
}
.selected-file-wrapper button[b-1l3ow1zzam]{
    background:none;
    border:none;
    color:#1e5fbf;
    text-decoration:underline;
    transition:all 0.2s ease;
}
    .selected-file-wrapper button:hover[b-1l3ow1zzam] {
        text-decoration: none;
        color:blue;
    }

/**********************
    ドロップゾーン
***********************/
.dropzone[b-1l3ow1zzam] {
    width:310px;
    height:32px;
    border: 2px dashed #008dbf;
    border-radius: 12px;
    background: #fafaff;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.0);
}
    .dropzone:hover[b-1l3ow1zzam] {
        /*background: linear-gradient(145deg, #e0eaff, #cce0ff);
        border-color: #357ab7;
        box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
    }
    .dropzone.dragover[b-1l3ow1zzam] {
        background: linear-gradient(145deg, #d0e6ff, #b0d4ff);
        border-color: #1e5fbf;
        color: #1e5fbf;
        transform: scale(1.02);
    }

/*=======================
    保存ボタンエリア
========================*/
.save-btn-wrapper[b-1l3ow1zzam]{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:5px;
}
    .save-btn-wrapper div[b-1l3ow1zzam]{
        font-weight:bold;
        color:#666666;
        font-size:1.1rem;
    }
    .save-btn-wrapper button[b-1l3ow1zzam] {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #000000;
        font-size: 1rem;
        padding: 0.1rem 1rem;
        background: #ffc218;
        border-radius: 1rem;
        color: #000;
        margin-left:5px;
        transition: background 0.2s ease;
    }
        .save-btn-wrapper span:hover[b-1l3ow1zzam] {
            background: #efae00;
        }

/*=======================
    一覧テーブル
========================*/
.pj-list-wrapper[b-1l3ow1zzam] {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

.table[b-1l3ow1zzam] {
    height: 740px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    transition:all 0.5s ease;
}
    .table.no-upload-mode[b-1l3ow1zzam] {
        height: 740px;
    }
    .table table[b-1l3ow1zzam] {
        width: 100%;
        border-collapse: separate;
    }
        .table table th[b-1l3ow1zzam] {
            background: linear-gradient(to bottom, #008dbf, #009aff);
            color: white;
            padding: 0.2rem 0.8rem;
            box-sizing: border-box;
            position: sticky;
            top: 0;
            z-index:1;
        }
        .table table td[b-1l3ow1zzam] {
            padding: 0.2rem 0.8rem;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            box-sizing: border-box;
        }
    .table input[type="text"][b-1l3ow1zzam] {
        width:100px;
        color:blue;
        font-size:0.95rem;
        padding: 0.4rem 0.2rem;
        border: 1px solid #CCC;
        border-radius: 0.2rem;
        transform: translateY(2px);
    }
    .table input[type="text"].empty[b-1l3ow1zzam]{
        background:#ff9;
        border-color:red;
    }
.epro-yak-none[b-1l3ow1zzam]{
    background-color:lightpink;
    color:darkmagenta;
}
.device-yak-cd[b-1l3ow1zzam] {
    /*width:130px;*/
}
.alert-msg[b-1l3ow1zzam]{
    width:292px;
    font-weight:bold;
    font-size:0.85rem;
    color:red;
}
.table input[type="checkbox"][b-1l3ow1zzam] {
    width: 19px;
    height: 19px;
    cursor: pointer;
    accent-color: #1976d2;
    transform: translateY(2px);
}
/**削除対象レコード*/
.delete-target[b-1l3ow1zzam] {
    background-color: #BBB !important;
}
.delete-target input[type="text"][b-1l3ow1zzam]{
    background:#aaa !important;
    color:#666 !important;
    border-color:#CCC !important;
}
    .delete-target td[b-1l3ow1zzam] {
        color: #666 !important;
        font-weight: normal !important;
        background-color: #BBB !important;
    }

/**************************
    列ごとの設定
***************************/
.table .del-chk[b-1l3ow1zzam]{
    width:47px;
}


/*************************
    アップロードモーダル
**************************/
/* モーダル背景 */
.modal-backdrop[b-1l3ow1zzam] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
/* モーダル本体 */
.modal-content[b-1l3ow1zzam] {
    background:linear-gradient(135deg, #000, #111, #333);
    color:white;
    padding: 20px;
    border-radius: 8px;
    min-width: 300px;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}
/* ヘッダー、ボディ、フッターの間隔 */
.modal-header[b-1l3ow1zzam] {
    margin-bottom: 10px;
}
.modal-body[b-1l3ow1zzam] {
    margin-bottom: 20px;
}
.modal-footer[b-1l3ow1zzam] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.modal-file-name[b-1l3ow1zzam]{
    padding:0.5rem;
}
.modal-chk-wrapper[b-1l3ow1zzam]{
    display:flex;
    align-items:center;
    background:rgba(100,100,100,0.2);
    padding:1rem;
}
    .modal-chk-wrapper label:hover[b-1l3ow1zzam] {
        cursor:pointer;
        background: rgba(255,255,255,0.1);
        border-radius:0.5rem;
    }
/* _content/MicWebBlazor/Pages/JizenKentouForm.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-wl2yf60rov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-wl2yf60rov] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 90vw;
    height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-wl2yf60rov] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-wl2yf60rov] {
    font-size: 1.2rem;
}

.modal-close[b-wl2yf60rov] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.modal-footer[b-wl2yf60rov] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc;
}

.search-form[b-wl2yf60rov]{
    margin-bottom:20px;
}

    .search-form .row[b-wl2yf60rov]{
        display:flex;
        align-items:center;
        padding:5px 0px;
        gap:10px;
    }

        .search-form .row .group[b-wl2yf60rov] {
            display: inline-flex;
            align-items: center;
        }

            .search-form .row .group .caption[b-wl2yf60rov] {
                display: inline-block;
                background: #EEEEEE;
                color:#000;
                font-weight:bold;
                padding-left: 7px;
                padding-right: 7px;
                margin-right:1px;
            }

            .search-form .row .group input[b-wl2yf60rov]{
                height: 20px;
            }

            .search-form .row .group .result-select[b-wl2yf60rov] {
                height: 27px;
                width:100px;
            }

            .search-form .row .group input.search-word[b-wl2yf60rov] {
                width: 300px;
            }

.table-container[b-wl2yf60rov] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 75vh;
}

.help-button[b-wl2yf60rov] {
    background: #DDDDDD;
    border: 1px solid #666;
    border-radius: 2px;
    fill: white;
}

.input-container[b-wl2yf60rov] {
    position: relative;
    flex: 1;
}

    .input-container input[b-wl2yf60rov] {
        padding-right: 1.5rem; /* 右端の×のために余白 */
    }

.clear-button[b-wl2yf60rov] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.reset-button[b-wl2yf60rov] {
    background: none;
    border: none;
    color: #666;
    text-decoration: underline;
    transition: all 0.2s;
}

    .reset-button:hover[b-wl2yf60rov] {
        color: #000000;
        text-decoration: none;
    }

.sticky-table[b-wl2yf60rov] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*table-layout: fixed;*/
}

    .sticky-table th[b-wl2yf60rov], .sticky-table td[b-wl2yf60rov] {
        padding: 0.2rem 0.5rem;
        text-align: left;
        border-bottom: 0px dashed #CCC;
    }

    .sticky-table td[b-wl2yf60rov] {
        vertical-align: top;
        height: 100px;
    }

    .sticky-table thead th[b-wl2yf60rov] {
        position: sticky;
        top: 0;
        background: #5CC1C1;
        color:white;
        z-index: 1;
        text-align:left;
    }

    .sticky-table tbody tr:nth-child(odd)[b-wl2yf60rov] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-wl2yf60rov] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-wl2yf60rov] {
        /*background-color: #dcf3ff !important;*/
    }

    .sticky-table th:nth-child(4)[b-wl2yf60rov],
    .sticky-table td:nth-child(4)[b-wl2yf60rov] {
        width: 500px;        
    }

    .sticky-table th:nth-child(6)[b-wl2yf60rov],
    .sticky-table td:nth-child(6)[b-wl2yf60rov] {
        width: 300px;
    }

.memo div[b-wl2yf60rov] {
    border: 1px dashed #CCCCCC;
    padding: 7px;
    border-radius: 10px;
    font-size: 11pt;
    height: 100%;
    box-sizing: border-box;
}

.timestp[b-wl2yf60rov]{
    font-size:9pt;
    width:100px;
}

    .btn[b-wl2yf60rov] {
        padding: 0.3rem 0.6rem;
        font-size: 0.9rem;
        border: 1px solid #007acc;
        background-color: #007acc;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        width: 120px;
    }

    .btn:hover[b-wl2yf60rov] {
        background-color: #005fa3;
    }

.cancel[b-wl2yf60rov]{
    border:none;
    background:#999;
}

    .cancel:hover[b-wl2yf60rov] {
        background: #777;
    }

.regist-form[b-wl2yf60rov]{
    box-sizing:border-box;
    margin:4px 0px;
    padding:4px;
    border:1px solid #DDDDDD;
}

.kentou-naiyou-area[b-wl2yf60rov] {
    display:inline-flex;
    align-items:end;
}

    .kentou-naiyou-area button[b-wl2yf60rov] {
        padding: 5px;
        margin-left: 2px;
        border: none;
        background: #007ACC;
        transition: all 0.2s;
    }

.kentou-naiyou-area button:hover[b-wl2yf60rov]{
    background:#005AAC;
}

textarea.kentou-naiyou[b-wl2yf60rov] {
    resize: none;
    border-radius: 2px;
    padding: 2px;
    height: 60px;
    width: 400px;
}

/* _content/MicWebBlazor/Pages/Login.razor.rz.scp.css */
/* 全体背景 */
.login-container[b-0np3vye2d0] {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url('img/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.title[b-0np3vye2d0] {
    font-weight: 600;
    color: #2c3e2f;
    font-size:2rem;
}

/* ログインフォームのコンテナ */
.login-form[b-0np3vye2d0] {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 350px;
    max-width: 90%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px); 
    animation: fadeIn-b-0np3vye2d0 0.6s ease-out forwards;
}

    /* 背景装飾（円のパターン） */
    .login-form[b-0np3vye2d0]::before {
        content: '';
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: rgba(200, 230, 220, 0.4);
        top: -50px;
        right: -50px;
        z-index: 0;
    }

    /* ラベル */
    .login-form label[b-0np3vye2d0] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #2c3e2f;
    }

    /* 入力欄 */
    .login-form[b-0np3vye2d0]  input[type="text"],
    .login-form[b-0np3vye2d0]  input[type="password"] {
        width: 100%;
        padding: 10px 12px;
        margin-bottom: 20px;
        border: 1px solid #b2dfdb;
        border-radius: 8px;
        outline: none;
        font-size: 14px;
        box-sizing: border-box;
    }

        .login-form[b-0np3vye2d0]  input[type="text"]:focus,
        .login-form[b-0np3vye2d0]  input[type="password"]:focus {
            border-color: #66bb6a;
            box-shadow: 0 0 5px rgba(102, 187, 106, 0.5);
        }

    /* ボタン */
    .login-form button[b-0np3vye2d0] {
        width: 100%;
        padding: 10px;
        background-color: #66bb6a;
        border: none;
        border-radius: 8px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
        margin:5px 0px;
    }

        .login-form button:hover[b-0np3vye2d0] {
            background-color: #57a05c;
        }

    /* エラーメッセージ */
    .login-form .err-msg[b-0np3vye2d0] {
        color: #d32f2f;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
    }

/* リンク部分 */
div[align="center"] a[b-0np3vye2d0] {
    color: #2e7d32;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

    div[align="center"] a:hover[b-0np3vye2d0] {
        text-decoration: underline;
    }

/* キーフレーム定義 */
@keyframes fadeIn-b-0np3vye2d0 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .login-form[b-0np3vye2d0] {
        padding: 1.5rem;
        margin: 2vh 1rem;
    }

        .login-form button[b-0np3vye2d0] {
            width: 100%;
            margin-bottom: 0.5rem;
        }

            .login-form button + button[b-0np3vye2d0] {
                margin-left: 0;
            }
}
/* _content/MicWebBlazor/Pages/PjHist/DocUploadHist.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-z76v93m29a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-z76v93m29a] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 90vw;
    height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-z76v93m29a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-z76v93m29a] {
    font-size: 1.2rem;
}

.modal-close[b-z76v93m29a] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.modal-footer[b-z76v93m29a] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc;
}

.search-form[b-z76v93m29a]{
    margin-bottom:20px;
}

    .search-form .row[b-z76v93m29a]{
        display:flex;
        align-items:center;
        padding:5px 0px;
        gap:10px;
    }

        .search-form .row .group[b-z76v93m29a] {
            display: inline-flex;
            align-items: center;
        }

            .search-form .row .group .caption[b-z76v93m29a] {
                display: inline-block;
                background: #EEEEEE;
                color:#000;
                font-weight:bold;
                padding-left: 7px;
                padding-right: 7px;
                margin-right:1px;
            }

            .search-form .row .group input[b-z76v93m29a]{
                height: 20px;
            }

            .search-form .row .group .result-select[b-z76v93m29a] {
                height: 27px;
                width:100px;
            }

            .search-form .row .group input.search-word[b-z76v93m29a] {
                width: 300px;
            }

.table-container[b-z76v93m29a] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 75vh;
}

.help-button[b-z76v93m29a] {
    background: #DDDDDD;
    border: 1px solid #666;
    border-radius: 2px;
    fill: white;
}

.input-container[b-z76v93m29a] {
    position: relative;
    flex: 1;
}

    .input-container input[b-z76v93m29a] {
        padding-right: 1.5rem; /* 右端の×のために余白 */
    }

.clear-button[b-z76v93m29a] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.reset-button[b-z76v93m29a] {
    background: none;
    border: none;
    color: #666;
    text-decoration: underline;
    transition: all 0.2s;
}

    .reset-button:hover[b-z76v93m29a] {
        color: #000000;
        text-decoration: none;
    }

.sticky-table[b-z76v93m29a] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*table-layout: fixed;*/
}

    .sticky-table th[b-z76v93m29a], .sticky-table td[b-z76v93m29a] {
        padding: 0.2rem 0.5rem;
        text-align: left;
        border-bottom: 0px dashed #CCC;
    }

    .sticky-table td[b-z76v93m29a] {
        vertical-align: top;
        height: 100px;
    }

    .sticky-table thead th[b-z76v93m29a] {
        position: sticky;
        top: 0;
        background: #5CC1C1;
        color:white;
        z-index: 1;
        text-align:left;
    }

    .sticky-table tbody tr:nth-child(odd)[b-z76v93m29a] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-z76v93m29a] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-z76v93m29a] {
        /*background-color: #dcf3ff !important;*/
    }

    .sticky-table th:nth-child(4)[b-z76v93m29a],
    .sticky-table td:nth-child(4)[b-z76v93m29a] {
        width: 500px;        
    }

    .sticky-table th:nth-child(6)[b-z76v93m29a],
    .sticky-table td:nth-child(6)[b-z76v93m29a] {
        width: 300px;
    }

.memo div[b-z76v93m29a] {
    border: 1px dashed #CCCCCC;
    padding: 7px;
    border-radius: 10px;
    font-size: 11pt;
    height: 100%;
    box-sizing: border-box;
}

.timestp[b-z76v93m29a]{
    font-size:9pt;
    width:100px;
}

    .btn[b-z76v93m29a] {
        padding: 0.3rem 0.6rem;
        font-size: 0.9rem;
        border: 1px solid #007acc;
        background-color: #007acc;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        width: 120px;
    }

    .btn:hover[b-z76v93m29a] {
        background-color: #005fa3;
    }

.cancel[b-z76v93m29a]{
    border:none;
    background:#999;
}

    .cancel:hover[b-z76v93m29a] {
        background: #777;
    }

.regist-form[b-z76v93m29a]{
    box-sizing:border-box;
    margin:4px 0px;
    padding:4px;
    border:1px solid #DDDDDD;
}

.kentou-naiyou-area[b-z76v93m29a] {
    display:inline-flex;
    align-items:end;
}

    .kentou-naiyou-area button[b-z76v93m29a] {
        padding: 5px;
        margin-left: 2px;
        border: none;
        background: #007ACC;
        transition: all 0.2s;
    }

.kentou-naiyou-area button:hover[b-z76v93m29a]{
    background:#005AAC;
}

textarea.kentou-naiyou[b-z76v93m29a] {
    resize: none;
    border-radius: 2px;
    padding: 2px;
    height: 60px;
    width: 400px;
}

/* _content/MicWebBlazor/Pages/PjHist/HistHeader.razor.rz.scp.css */
/**********************
    ヘッダ部 
***********************/
.page-title[b-1tqzovujku] {
    display: flex;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    background: #10101f !important;
    z-index: 100;
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    padding: 4px 10px;
    padding-left: 0px !important;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
    .page-title .left[b-1tqzovujku] {
        box-sizing: border-box;
        flex: 1;
        white-space: nowrap;
        flex-shrink: 0;
        display: flex;
        padding-left: 0.5rem;
    }
        .page-title .left span[b-1tqzovujku] {
            display: inline-block;
            color: white;
            margin-right: 20px;
        }
        .page-title .left .pj-name[b-1tqzovujku] {
        }
    .page-title .right[b-1tqzovujku] {
        flex-shrink: 0;
        margin-left: auto;
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        color: white;
    }
        .page-title .right .user-info[b-1tqzovujku] {
            cursor: pointer;
        }
            .page-title .right .user-info:hover[b-1tqzovujku] {
                color: #00b1ff;
            }
.header-button[b-1tqzovujku] {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left:40px;
    border: none;
    background: none;
    color: #eee;
    transform:translateY(-1px);
    transition: all 0.2s;
}
    .header-button:hover[b-1tqzovujku] {
        color: #00b1ff;
    }
/************************
    ユーザーメニュー
*************************/
.user-menu-wrapper[b-1tqzovujku] {
    position: relative;
    display: inline-block;
    padding-left: 100px;
}
.user-menu[b-1tqzovujku] {
    position: absolute;
    right: 0px;
    color: white;
    text-align: left;
    min-width: 300px;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
    .user-menu ul[b-1tqzovujku] {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .user-menu li[b-1tqzovujku] {
        padding: 0.5rem;
        cursor: pointer;
        color: #ffc218;
    }
        .user-menu li:hover[b-1tqzovujku] {
            background-color: #f0f0f0;
            color: #111;
        }
/* _content/MicWebBlazor/Pages/PjHist/ProjectChangedHist.razor.rz.scp.css */
/*****************
    履歴表示
******************/
.page-wrapper[b-xxrwokoc02] {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8px;
}
/* 左：履歴一覧パネル */
.select-history-wrapper[b-xxrwokoc02] {
    /*width: 320px;*/ /* 左パネル固定幅 */
    min-width: 340px;
    max-height: calc(100vh - 85px); /* 画面内に収める */
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    font-size:0.85rem;
}
.select-history-wrapper table[b-xxrwokoc02]{
    border-spacing:0;
    border-collapse:collapse;
    width:100%;
}
    .select-history-wrapper table th[b-xxrwokoc02] {
        position: sticky;
        top: -1px;
        border:1px solid #ddd;
        z-index:2;
        background:#eee;
        color:#000;
        height:35px;
    }
.select-history-wrapper table td[b-xxrwokoc02]{
    padding:0.2rem 0.3rem;
    border:1px solid #ddd;
}
/* 履歴1行（hoverで強調） */
.hist-row[b-xxrwokoc02] {
    cursor: pointer;
    background: #fff;
    transition: background 0.1s ease;
}
.hist-row:hover[b-xxrwokoc02]{
    background:#EEE;
    cursor:pointer;
}
/* チェックの縦位置がズレないように */
    .hist-row input[type="checkbox"][b-xxrwokoc02] {
        width: 18px;
        height: 18px;
    }
.disabled-row[b-xxrwokoc02] {
    opacity: 0.4;
    pointer-events: none;
}
/********************
    差分ビュー
*********************/
.view-history-wrapper[b-xxrwokoc02] {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
    border:1px solid #dddddd;
}
.hist-table[b-xxrwokoc02] {
    width: 100%;
    font-size: 0.85rem;
    border-collapse: collapse;
}
    .hist-table th[b-xxrwokoc02] {
        border: 1px solid #ddd;
        height: 40px;
        box-sizing: border-box;
        padding: 0.5rem 1rem;
        position: sticky;
        top: -1px;
        z-index: 1;
        opacity: 0.7;
        background: linear-gradient(to bottom, #a20000, #422);
        color: white;
    }
    .hist-table th.header span[b-xxrwokoc02]{
        display:inline-block;
        margin-right:10px;
    } 
    .hist-table th.header span.normal[b-xxrwokoc02]{
        font-weight:normal;
    }
    .hist-table td[b-xxrwokoc02] {
        border:1px solid #ddd;
        height: 50px;
        box-sizing: border-box;
        padding: 0.5rem 0.2rem;
    }
        .hist-table td.caption[b-xxrwokoc02] {
            /*background: #778;
            color: white;*/
            background:#EEE;
            font-weight: bold;
            width: 190px;
            text-align:center;
        }
        .hist-table td.new[b-xxrwokoc02], .hist-table td.old[b-xxrwokoc02]{
            min-width:608px;
        }
        .hist-table td.doc[b-xxrwokoc02] {
            vertical-align: top;
        }
        .hist-table .scroll-box[b-xxrwokoc02] {
            max-height: 120px;
            overflow-y: auto;
            display: block;
            padding-right: 8px;
            box-sizing: border-box;
        }
    .hist-table ul[b-xxrwokoc02] {
        /*margin: 0;*/
        /*padding: 0;*/
        /*list-style: none;*/ /* ●を消す */
    }

    .hist-table li[b-xxrwokoc02] {
        /*margin: 2px 0;*/ /* 行間：上下2pxだけとる */
        /*padding: 0;*/ /* 余白削減 */
        line-height: 1.5; /* 文字高さを少し縮める */
    }

    .hist-table .doc-row[b-xxrwokoc02] {
        margin: 0; /* <ul>ごとの上下余白を消す */
        /*padding: 0;*/
        padding:0px 20px;
    }
/*検討事項参照ボタン*/
.jizen-kentou[b-xxrwokoc02] {
    margin: 0;
    padding: 0 1px;
    margin-left: 2px;
    transform: translateY(3px);
    background: #FFC218;
    color:#000000;
    border: none;
    font-weight:bold;
    border-radius: 1rem;
}
/*関連ユーザー*/
.rel-user[b-xxrwokoc02]{
    display:inline-block;
    background:#fff;
    padding:0.1rem 0.5rem;
    border:1px solid #ddd;
    border-radius:1rem;
    margin:0.1rem;
}
    .rel-user.removed[b-xxrwokoc02] {
        text-decoration: line-through;
        opacity: 0.5;
    }
    .rel-user.added[b-xxrwokoc02] {
        font-weight: bold;
        background-color: #d4f5d4;
        padding: 2px 4px;
        border-radius: 4px;
    }
/*預かり薬剤*/
.inner-table[b-xxrwokoc02] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85em;

}
    .inner-table th[b-xxrwokoc02],
    .inner-table td[b-xxrwokoc02] {
        border: 1px solid #ddd;
        padding: 2px 4px;
        text-align: left;
        height:initial;
        background:#fff;
        opacity:0.9;
    }
    .inner-table th[b-xxrwokoc02] {
        background-color: #f3f3f3;
        color:black;
        font-weight: bold;
    }

/**********************
    比較時の色分け用
***********************/
.changed[b-xxrwokoc02] {
    background: lightpink;
    box-shadow: 0px 0px 5px #fccbfc;
    font-weight: bold;
}

.added[b-xxrwokoc02] {
    background: #e2ffe6; /* 薄い緑 */
}

.removed[b-xxrwokoc02] {
    background: #ffe5e5; /* 薄い赤 */
}
/* _content/MicWebBlazor/Pages/PlateRequestForm.razor.rz.scp.css */
/** ページタイトル部 */
.page-title[b-na4aigqy1n] {
    display: flex;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    background:#10101f !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding:0px 10px;
    flex-wrap:nowrap;
}

.confirm-check-label[b-na4aigqy1n] {
    font-size: 1rem;
    cursor: pointer;
    padding-right:5px;    
    margin-left:10px;
}

.confirm-check[b-na4aigqy1n] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.confirm-check-label.no-check[b-na4aigqy1n] {
    animation: pulseShadow-b-na4aigqy1n 1.5s infinite;
}

.page-title .left[b-na4aigqy1n] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .page-title .right[b-na4aigqy1n] {
        flex:300px;
        font-size: 0.8rem;
        color: white;
        text-align:right;
    }

        .page-title .right .user-info[b-na4aigqy1n] {
            cursor: pointer;
        }

    .page-title .right .user-info:hover[b-na4aigqy1n]{
        color:#00b1ff;
    }

.page-title .label[b-na4aigqy1n]{
    color:white;
}

.page-title .pj-name[b-na4aigqy1n]{
    display:inline-block;
    border-left:1px solid #555;
    color:white;
    font-weight:normal;
    margin-left:10px;
    padding-left:10px;
}

.pj-name .status-text[b-na4aigqy1n] {
    border-radius: 1%;
    display:inline-flex;
    align-items:center;
    padding:0px 20px;
}

.page-body[b-na4aigqy1n] {
    padding-top: 45px;
}

.main-wrapper[b-na4aigqy1n] {
    display: flex;
    gap: 5px;
    animation-name: fadein-left-to-right;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
}

.main-left[b-na4aigqy1n] {
    flex: 1;
    box-sizing: border-box;
}

.main-right[b-na4aigqy1n] {
    height: calc(100vh - 50px);
    width: 450px;
    box-sizing: border-box;
}

.title-type-new[b-na4aigqy1n] {
    background:#eb4f00;
    color:#FFF;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 20px;
    font-weight: normal;
}

.title-type-edit[b-na4aigqy1n] {
    background: #cb3200;
    color: #FFF;
    padding: 2px 10px;
    margin-left: 2px;
    border-radius: 20px;
    font-weight: normal;
}

.title-type-draft[b-na4aigqy1n] {
    background: #93003f;
    color: #FFF;
    padding: 2px 10px;
    margin-left: 2px;
    border-radius: 20px;
    font-weight: normal;
}

.faded[b-na4aigqy1n] {
    opacity: 0.3;
    filter: grayscale(70%);
}

/** 上部、施設情報、営業情報 */
.sisetu-info-wrapper[b-na4aigqy1n] {
    display: flex;
    gap:5px;
}

.form-grid[b-na4aigqy1n] {
    flex:1;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 4px 4px;
    align-items: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-bottom:5px;
}

.form-grid .mode-edit[b-na4aigqy1n]{
    border:none;
    border-bottom:1px solid #CCCCCC;
}

    .form-grid label[b-na4aigqy1n] {
        text-align: center;
        font-weight: bold;
    }

    .form-grid.left label[b-na4aigqy1n] {
        background: #5cc1c1;
        color:white;
    }

    .form-grid.right label[b-na4aigqy1n] {
        background: linear-gradient(to bottom, #ffcff4, #ffc9f3, #ffc4fd, #ffb8fd);
        background: #5cc1c1;
        color: white;
    }

/* 共通高さ */
.address-label[b-na4aigqy1n],
.address-panel[b-na4aigqy1n] {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* アドレスリストの表示スタイル */
.selected-user-list[b-na4aigqy1n] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    overflow-y: auto;
    padding: 6px;
    background-color: #fff8fc;
    border: 1px dashed #ccc;
    border-radius: 4px;
    height: 100%;
    box-sizing: border-box;
}

/* 各ユーザー表示のタグ */
.tag[b-na4aigqy1n] {
    background-color: #dfefff;
    height:20px;
    line-height:20px;
    padding: 2px 2px;
    border-radius: 12px;
    font-size: 0.8em;
    white-space: nowrap;
}

/* アドレス帳ボタン */
.address-select[b-na4aigqy1n] {
    display:inline-flex;
    align-items:center;
    font-size: 0.8em;
    background:#ffc218;
    border:1px solid #777;
    border-top-color:white;
    border-left-color:white;
    cursor:pointer;
    transition:all 0.2s;
}

.address-select:hover[b-na4aigqy1n]{
    background:black;
    color:white;
}

/* ラベル + ボタンの横並び */
.inline-flex[b-na4aigqy1n] {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
}

/**施設・担当者の名称ボックス*/
.name-value[b-na4aigqy1n] {
    width:230px;
}

/** プレート情報入力フォーム */
.plate-info-wrapper[b-na4aigqy1n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 5px;
}

.plate-category-text[b-na4aigqy1n], .plate-type-text[b-na4aigqy1n]{
    display:inline-block;
    padding:2px 10px;
    font-weight:bold;
    color:#223 !important;
    border-left:1px dashed #CCCCCC;
}

    .plate-info-wrapper .group-1[b-na4aigqy1n] {
        padding: 7px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #f9f9f9;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0px;
    }

        .plate-info-wrapper .group-1 label[b-na4aigqy1n] {
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

    .plate-info-wrapper .caption[b-na4aigqy1n] {
        font-weight: bold;
        margin-bottom: 4px;
    }

    .plate-info-wrapper .radio-options[b-na4aigqy1n] {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-right: 20px;
    }

        .plate-info-wrapper .radio-options label[b-na4aigqy1n] {
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

    .plate-info-wrapper .group-1 label:hover[b-na4aigqy1n] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

    .plate-info-wrapper .group-1 .field-row[b-na4aigqy1n] {
        display: inline-flex;
        white-space: nowrap;
        /*gap: 6px;*/
    }

        .plate-info-wrapper .group-1 .field-row input[b-na4aigqy1n] {
            height: 30px;
            padding: 0px 8px;
            font-size: 11pt;
            line-height: 1.4;
            box-sizing: border-box;
        }

            .plate-info-wrapper .group-1 .field-row input[type="number"][b-na4aigqy1n] {
                width: 4.2em;
            }

.plate-category-select[b-na4aigqy1n]{
    height:30px;
    margin:0px 5px;
}

.plate-type-select[b-na4aigqy1n] {
    height: 30px;
    margin-right: 10px;
}

.panel-title[b-na4aigqy1n] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-title.zaikei[b-na4aigqy1n]{
}

.zaikei-name[b-na4aigqy1n] {
    font-weight: bold;
    font-size: 1rem;
    padding:2px 12px;
}

.field-group[b-na4aigqy1n] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing:border-box;
    margin:10px 0px;
}

.title[b-na4aigqy1n]{
    font-weight:bold;
    font-size:10pt;
    background:#DEE;
}

/**通知先*/
.address-panel.registed[b-na4aigqy1n] {
    height: 80px;
}

.selected-user-list.registed[b-na4aigqy1n] {
    background: white;
    border: 1px solid #CCCCCC;
}


/**研究用入力から↓の共通*/
.plate-panels-wrapper[b-na4aigqy1n] {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap: 5px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin-bottom:5px;
}

    .plate-panels-wrapper .left[b-na4aigqy1n], .plate-panels-wrapper .right[b-na4aigqy1n] {
        flex: 1;        
        border: 1px solid #ccc;
        border-radius: 8px;
        box-sizing:border-box;
        padding: 6px 12px;
        box-sizing:border-box;
    }

    .plate-panels-wrapper .field-group label:hover[b-na4aigqy1n] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

    .plate-panel label:hover[b-na4aigqy1n] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

/**研究用入力*/
.kenkyu-panel-wrapper[b-na4aigqy1n] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin-bottom: 5px;
}
    .kenkyu-panel-wrapper label:hover[b-na4aigqy1n] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }
    .kenkyu-panel-left[b-na4aigqy1n], .kenkyu-panel-right[b-na4aigqy1n] {
        padding:5px;
        flex:1;
        background: linear-gradient(to bottom right, #FFFFFC, #fFdFeF);
    }
/**バッジ*/
.badge-area[b-na4aigqy1n]{
    display:flex;
    gap:10px;
}
.badge[b-na4aigqy1n] {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(to bottom, #5FCF6F, #4CAF50, #40A050);
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    white-space: nowrap;
}
/**作成理由*/
.kenkyu-sakusei-riyu[b-na4aigqy1n] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
    margin: 25px 10px;
}
 /**事前検討*/
.jizen-row[b-na4aigqy1n] {
    display: flex;
    line-height: 1;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px dashed #DDDDDD;
}
    .jizen-row .left[b-na4aigqy1n] {
        flex: 200px;
    }
    .jizen-row .right[b-na4aigqy1n] {
        flex: auto;
    }
    .jizen-row.result[b-na4aigqy1n] {
        padding-top:4px;
        border:none;
    }
    .jizen-row.add-doc[b-na4aigqy1n]{
        line-height:initial;
    }

.kenkyu-caption[b-na4aigqy1n] {
    display: flex;
    line-height: 1;
    align-items: start;
    color: #a93959;
    font-weight: bold;
    padding: 0px 2px;
    font-size: 0.9rem;
    margin-right: 5px;
}
.black[b-na4aigqy1n]{
    color:#000000;
}

    .kenkyu-caption.button-area[b-na4aigqy1n] {
        align-items: center;
        gap:5px;
    }
.jizen-kentou-textarea[b-na4aigqy1n] {
    width: 440px;
    height: 60px;
    resize: none;
    border: 1px solid #999;
    border-radius: 6px;
}
.jizen-kentou-textarea.disabled[b-na4aigqy1n]{
    box-sizing:border-box;
    padding:2px;
    height:64px;
    overflow-y:scroll;
    background:#fafafa;
}
    .jizen-kentou-textarea.disabled pre[b-na4aigqy1n] {
        height:100%;
        font-family:initial !important;
        font-size:0.85rem;
        padding:0 !important;
        margin-block:0 !important;
    }

.jizen-file-area[b-na4aigqy1n] {
    display: flex;
    gap: 5px;
}
    .jizen-file-area .upload[b-na4aigqy1n], .jizen-file-area .registed[b-na4aigqy1n] {
        flex:1;
    }
    .jizen-file-area .file-upload-label[b-na4aigqy1n]{
        align-items:center;
    }
    .jizen-file-area .list-area[b-na4aigqy1n] {
        max-height: 75px;
    }

/** 搭載薬剤 */
.plate-panels-wrapper .note-section textarea[b-na4aigqy1n] {
    height: 55px;
    width: 670px;
    resize: none;
}

.field-group.doc[b-na4aigqy1n] {
    flex-wrap: initial;
}
    .field-group.doc .upload:only-child[b-na4aigqy1n] {
        flex: 0 0 100%;
    }

.upload[b-na4aigqy1n] {
    flex: 50%;
    min-width: 0;
}

.registed[b-na4aigqy1n] {
    flex: 50%;
    min-width: 0;
}

    .registed .caption[b-na4aigqy1n] {
        font-weight: bold;
        color: #039;
        background: none;
    }

    .registed .list-area[b-na4aigqy1n] {
        height: 100px;
        width: 100%;
        overflow: scroll;
        border: 1px solid #CCCCCC;
        background: white;
        box-sizing: border-box;
    }

        .registed .list-area .file-row[b-na4aigqy1n] {
            display: flex;
            padding: 1px 2px;
            border-bottom: 1px dashed #DDD;
        }

    .file-upload-wrapper[b-na4aigqy1n] {
        display: flex;
    }

        .file-upload-wrapper .list-area[b-na4aigqy1n] {
            height: 100px;
            width: 100%;
            overflow: scroll;
            border: 1px dashed #CCCCCC;
            background: #f9f0f0;
            box-sizing: border-box;
        }

            .file-upload-wrapper .list-area .file-row[b-na4aigqy1n] {
                display: flex;
                padding: 1px 2px;
                border-bottom: 1px dashed #DDD;
            }

.file-upload-label[b-na4aigqy1n] {
    margin-right: 2px;
    display: inline-flex;
    gap: 5px;
    padding: 0rem 0.8rem;
    background-color: #FFC218;
    color: #000000;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

    .file-upload-label.jizen[b-na4aigqy1n]{
        line-height:1.5;
    }

    .file-upload-label:hover[b-na4aigqy1n] {
        background-color: #000 !important;
        color: white;
        border-radius: 4px !important;
    }

    .file-upload-label span[b-na4aigqy1n] {
        display: inline-flex;
        width: 250px;
        padding: 0px 5px;
        background: white;
        color: #111;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .file.name[b-na4aigqy1n] {
        font-size: 0.8rem;
        font-weight: bold;
        overflow: hidden;
        width:302px;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.2s;
    }

.file.name.full[b-na4aigqy1n] {
    width: 100%;
}

    .file.registed[b-na4aigqy1n] {
        background: none;
        color: #333333;
        cursor: pointer;
    }

    .file.registed:hover[b-na4aigqy1n] {
        background: #DDEFFF;
    }

    .clear-file-button[b-na4aigqy1n] {
        background: none;
        border: none;
    }

    .clear-file-button:hover[b-na4aigqy1n] {
        background: #EEEEEE;
    }

        .clear-file-button.all[b-na4aigqy1n] {
            font-size: 0.8rem;
            border: 1px solid #BBB;
            border-radius: 5px;
            background: #EEE;
            padding: 0px 5px;
            height: 23px;
        }

    .file.registed.deleted[b-na4aigqy1n] {
        opacity: 0.5;
        text-decoration: line-through;
        background-color: #f2f2f2;
        cursor: default;
    }

    .undo-delete-button[b-na4aigqy1n] {
        margin-left: 4px;
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        font-size: 0.9rem;
    }

/**登録済みファイルのモーダル*/
.file-modal-backdrop[b-na4aigqy1n] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}

.file-modal-panel[b-na4aigqy1n] {
    position: fixed;
    min-width: 240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    padding: 1rem;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.file-modal-header[b-na4aigqy1n] {
    width: 100%;
    text-align: right !important;
}

.file-modal-body[b-na4aigqy1n] {
    height: 40px;
}

.file-modal-footer[b-na4aigqy1n] {
    position: relative;
    bottom: 0px;
}

.close-button[b-na4aigqy1n] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

/**対応菌種*/
.right .kinsyu[b-na4aigqy1n] {
    display: flex;
    padding: 10px;
    gap: 15px;
}

    .right .kinsyu label:hover[b-na4aigqy1n] {
        background: #caf7ff;
        border-radius: 10px;
        cursor: pointer;
    }

.right .kinsyu-left[b-na4aigqy1n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.right .kinsyu-right[b-na4aigqy1n] {
    flex: 1;
}

.tag[b-na4aigqy1n] {
    background-color: #e0f3ff;
    border: 1px solid #90caf9;
    border-radius: 16px;
    padding: 0px 8px 0px 8px;
    font-size: 0.8rem;
    max-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.tag-text[b-na4aigqy1n] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.remove-btn[b-na4aigqy1n] {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.7rem;
    line-height: 1;
    padding: 0;
    margin-left: 1px;
}

.label-button-row[b-na4aigqy1n] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .label-button-row button[b-na4aigqy1n] {
        border: 2px solid #00a1d0;
        border-radius: 15px;
        background: white;
        color: #00a1d0;
        padding:0 10px;
        transition:all 0.2s;
    }

        .label-button-row button:hover[b-na4aigqy1n] {
            background: #00a1d0;
            color:white;
        }

.btn-clear[b-na4aigqy1n] {
    background: #DDDDDD !important;
    border: 2px solid #999999 !important;
    color:#444444 !important;
}

    .btn-clear:hover[b-na4aigqy1n] {
        background-color: #999999 !important;
        color:white !important;
    }

.selected-kin-area[b-na4aigqy1n] {
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 110px;
    min-height: 110px;
    overflow-y: auto;
    padding: 5px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    background-color: #fff8fc;
}

.no-selection[b-na4aigqy1n] {
    color: #888;
    font-size: 1rem;
    font-style:italic;
}

.kinsyu-right > div:nth-child(2)[b-na4aigqy1n] {
    position: relative;
    margin-top:10px;
}

.kinsyu-right textarea[b-na4aigqy1n] {
    width: 95%;
    min-height: 115px;
    padding-right: 25px;
    resize:none;
}

.kinsyu-right .button-1[b-na4aigqy1n] {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

/** 判定基準 */
.plate-panels-wrapper.yak .left[b-na4aigqy1n]{
    flex:1;
}

.plate-panels-wrapper.yak .right[b-na4aigqy1n] {
    flex:1;
}

.selected-clsi-area[b-na4aigqy1n]{
    min-height:95px !important;
    max-height:95px !important;
}

.clsi-tag-row[b-na4aigqy1n]{
    display:flex;
    width:100%;
    align-items:center;
    gap:20px;
    font-size:0.8rem;
    border-bottom:1px solid #DDDDDD;
}

    .clsi-tag-row .cd[b-na4aigqy1n] {
        width: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .clsi-tag-row .version[b-na4aigqy1n] {
        width:200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.remove-btn.clsi[b-na4aigqy1n] {
    font-size: 0.9rem;
    color:#777;
    transition: all 0.2s;
    padding: 2px 5px;
    border-radius: 10px;
}

.remove-btn.clsi:hover[b-na4aigqy1n]{
    background:#09F;
    color:white;
}

.hantei-kijun-textarea[b-na4aigqy1n] {
    min-height: 40px !important;
}

/**預かり薬剤*/
.azukari-yak-wrapper[b-na4aigqy1n] {
    height: 160px;
    overflow: scroll;
}

.disabled-style[b-na4aigqy1n]{
    background:#CCCCCC;
}

.azukari-yak-header[b-na4aigqy1n] {
    margin: 0px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #DEE;
    font-weight: bold;
    flex-wrap: nowrap;
}

.azukari-yak-row[b-na4aigqy1n] {
    border-bottom: 1px solid #DDD;
}

.azukari-yak-cell[b-na4aigqy1n] {
    font-size: 0.8rem;
    width: 140px;
    padding: 1px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    flex-wrap:wrap;
}

.youryou[b-na4aigqy1n] {
    width: 130px;
}

.henkyaku[b-na4aigqy1n]{
    width:130px;
}

.azukari-yak-detail-button[b-na4aigqy1n] {
    padding: 2px;
    display: flex;
    align-items: center;
    background: #FFC218;
    border: none;
    border-radius: 20px;
    color: #111;
    transition: all 0.2s;
}

    .azukari-yak-detail-button:hover[b-na4aigqy1n] {
        background: black;
        color: white;
    }

/**コメント*/
.comment-wrapper[b-na4aigqy1n] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ccc;
}

.comment-title[b-na4aigqy1n] {
    font-weight: bold;
    font-size: 1rem;
    /*margin-bottom: 8px;*/
    color: #333;
}

.comment-grid[b-na4aigqy1n] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
}

    .comment-grid .history-area[b-na4aigqy1n] {
        flex: 1;
        overflow-y: scroll;
        box-sizing: border-box;
        background: linear-gradient(to right, #dfffff, #ecfcff, #e2fcff, #ecfcff, #efffff, #fff);
/*        border: 1px solid #CCCCCC;*/
    }

    .comment-grid .input-area[b-na4aigqy1n] {
        box-sizing: border-box;
    }

    .cmt-row[b-na4aigqy1n] {
        margin:0px;
        border-bottom: 1px dashed #999;
        padding: 7px;
        box-sizing: border-box;
    }

        .justy-end[b-na4aigqy1n] {
            text-align:right;
        }

    .cmt-cell[b-na4aigqy1n] {
        font-size: 0.8rem;
        box-sizing: border-box;
        padding:7px;
    }

    .cmt-cell .content[b-na4aigqy1n] {
        text-align:left;
        display:inline-block;
        margin-bottom:5px;
        background:#fff !important;
        border: 1px solid #999;
        padding: 7px;
        border-radius: 10px;
        font-size: 0.8rem;
        box-sizing: border-box;
        box-shadow:1px 1px 4px #999;
    }

.cmt-row.justy-end .cmt-cell .content[b-na4aigqy1n] {
    background: #ffa !important;
}

.comment-box[b-na4aigqy1n] {
    box-sizing:border-box;
    padding:7px;
    background:#DEE;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border:1px solid #DDD;
    border-radius:6px;
}

.cmt-info-wrapper[b-na4aigqy1n]{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:start;
}

    .cmt-info-wrapper .left[b-na4aigqy1n] {
        text-align: left;
        font-size:0.9rem;
        font-weight:bold;
        padding-right:20px;
    }

    .cmt-info-wrapper .right[b-na4aigqy1n] {
        text-align: right;
        padding-right:4px;
        font-size:0.8rem;
    }

    .cmt-info-wrapper .right .send[b-na4aigqy1n]{
        background:#09F;
        color:white;
        border:none;
        border-radius:20px;
        padding:6px 10px;
    }

    .cmt-info-wrapper .right .send:hover[b-na4aigqy1n]{
        background:#05F;
    }

.cmt-textarea[b-na4aigqy1n] {
    height: 90px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.button-wrapper[b-na4aigqy1n] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* 横幅を画面にフィットさせる */
    box-sizing: border-box; /* padding含めたサイズ管理 */
    padding: 8px 16px;
    z-index: 100;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    overflow-x: auto; /* はみ出し対策（必要に応じて） */
}

.button-group[b-na4aigqy1n] {
    display: flex;
    flex-wrap: wrap;
    margin-left:30px;
}

    .button-group button[b-na4aigqy1n] {
        display:inline-flex;
        align-items:center;
        border:none;
        background:none;
        color:white;
        padding:4px 25px;
        border-right:1px solid #555;
        transition:all 0.2s;
    }

        .button-group button:hover[b-na4aigqy1n] {
            color: #159bff;
        }

    .button-group .azukari-yak-button[b-na4aigqy1n] {
        background: #cc00b8;
    }

        .button-group .azukari-yak-button:hover[b-na4aigqy1n] {
            background: #892471;
        }

/** 背景色共通 */
.page-title[b-na4aigqy1n], .button-wrapper[b-na4aigqy1n] {
    background:#FFF;
    color: #000;
}

/**ボタン*/
.button-1[b-na4aigqy1n]{
    display:inline-block;
    padding:0;
    font-size:1rem;
    font-weight:bold;
    color:#555;
    transition:all 0.1s;
    cursor:pointer;
}

    .button-1:hover[b-na4aigqy1n] {
        color:#000;
        font-weight:bold;
    }

button:disabled[b-na4aigqy1n], .btn-clear:disabled[b-na4aigqy1n] {
    background-color: #ccc !important; /* 灰色背景 */
    color: #666 !important; /* 薄い文字色 */
    cursor: not-allowed !important; /* 禁止マーク */
    border: 1px solid #aaa !important; /* 枠線 */
    opacity: 0.6 !important; /* 少し透明に */
}
    /* ホバー無効化 */
    button:disabled:hover[b-na4aigqy1n], .btn-clear:disabled:hover[b-na4aigqy1n] {
        background-color: #ccc !important;
        color: #666 !important;
        border: 1px solid #aaa !important;
    }

.validate-error[b-na4aigqy1n] {
    box-shadow: 0px 0px 5px red;
    background: #FFF5F5 !important;
}

.error-message[b-na4aigqy1n]{
    display:inline-block;
    color: red;
    box-sizing:border-box;
    font-weight:bold;
    padding:0px 5px;
    padding-top:3px;
    border-radius: 5px;
    margin-left:22px;
    box-shadow:0px 0px 2px red;
}

.warning-icon[b-na4aigqy1n] {
    position:relative;
    top:-3px;
    margin-right:5px;
}

@keyframes blink-b-na4aigqy1n {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-icon[b-na4aigqy1n] {
    animation: blink-b-na4aigqy1n 1.5s infinite;
}

.user-menu-wrapper[b-na4aigqy1n] {
    position: relative;
    display: inline-block;
}

.user-menu[b-na4aigqy1n] {
    position: absolute;
    right: 0px;
    color:white;
    text-align:left;
    min-width:300px;
    margin-top: 0.5rem;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
    .user-menu ul[b-na4aigqy1n] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .user-menu li[b-na4aigqy1n] {
        padding: 0.5rem;
        cursor: pointer;
        color:#ffc218;
    }

        .user-menu li:hover[b-na4aigqy1n] {
            background-color: #f0f0f0;
            color:#111;
        }

        .mark-sankaku[b-na4aigqy1n]{
            display:inline-block;
            font-size:0.7rem;
            margin-left:5px;
        }


/* 幅が狭くなったら1カラムにする（レスポンシブ） */
@media (max-width: 768px) {
    .header-wrapper[b-na4aigqy1n] {
        grid-template-columns: 1fr;
    }
    .plate-info-wrapper[b-na4aigqy1n] {
        grid-template-columns: 1fr; /* スマホ時は縦並び */
    }
    .plate-panels-wrapper[b-na4aigqy1n] {
        flex-direction:column;
    }
}

@keyframes pulseShadow-b-na4aigqy1n {
    0% {
        box-shadow: 0 0 3px darkred;
    }

    50% {
        box-shadow: 0 0 15px red;
        background: rgba(255, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 3px darkred;
    }
}
/* _content/MicWebBlazor/Pages/ProjectList.razor.rz.scp.css */
.page-container[b-ptfoo78fo1] {
    box-sizing:border-box;
    max-width: 100vw;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
}

/** ページタイトル部 */
.page-title[b-ptfoo78fo1] {
    height:40px !important;
    font-weight: bold;
    box-sizing: border-box;
    background: #10101f !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
    display:flex;
    align-items:center;
}

.page-title .left[b-ptfoo78fo1]{
    flex:1;
    text-align:left;
    display:flex;
}

    .page-title .left .free-word-search[b-ptfoo78fo1]{
        background:none;
        color:white;
        border:1px solid white;
        border-radius:6px;
        width:300px;
        height:25px;
        padding:1px 6px;
        margin-right:20px;
    }

    .page-title .right[b-ptfoo78fo1] {
        flex: 1;
        font-size: 0.8rem;
        color: white;
        text-align: right;
    }

    .page-title .right .user-menu-info[b-ptfoo78fo1] {
        cursor: pointer;
    }

        .page-title .right .user-menu-info:hover[b-ptfoo78fo1] {
            color: #00b1ff;
        }

    .page-title .label[b-ptfoo78fo1] {
        color: white;
    }

    .page-title .pj-name[b-ptfoo78fo1] {
        display: inline-block;
        border-left: 1px solid #555;
        color: white;
        font-weight: normal;
        margin-left: 10px;
        padding-left: 10px;
    }

.title[b-ptfoo78fo1] {
    margin-top:40px;
    box-sizing:border-box;
    font-weight:bold;
    font-size:1rem;
    display:flex;
    gap:20px;
    align-items:center;
}

.user-menu-wrapper[b-ptfoo78fo1] {
    position: relative;
    display: inline-block;
}

.user-menu[b-ptfoo78fo1] {
    position: absolute;
    right: 0px;
    color: white;
    text-align: left;
    min-width: 300px;
    margin-top: 0.5rem;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

    .user-menu ul[b-ptfoo78fo1] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .user-menu li[b-ptfoo78fo1] {
        padding: 0.5rem;
        cursor: pointer;
        color: #ffc218;
    }

        .user-menu li:hover[b-ptfoo78fo1] {
            background-color: #f0f0f0;
            color: #111;
        }

.mark-sankaku[b-ptfoo78fo1] {
    display: inline-block;
    font-size: 0.7rem;
    margin-left: 5px;
}

.user-info[b-ptfoo78fo1],
.search-form[b-ptfoo78fo1] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.user-info[b-ptfoo78fo1]{
    box-sizing:border-box;
    height:40px;
}

.search-form[b-ptfoo78fo1] {
    box-sizing: border-box;
    padding:12px;
    border:1px solid #CCC;
    border-radius:10px;
    margin:10px 0px;
}

/* ラベル付きの入力項目 */
.form-item[b-ptfoo78fo1] {
    display: flex;
    align-items: center;
    min-width: 250px;
}

    /* ラベルを固定幅に */
    .form-item label[b-ptfoo78fo1] {
        display: inline-block;
        width: 100px;
        margin-right: 2px;
        font-weight: normal;
        white-space: nowrap;
    }

    /* 入力欄のスタイル */
    .form-item input[type="text"][b-ptfoo78fo1],
    .form-item select[b-ptfoo78fo1] {
        flex: 1;
        padding: 4px 6px;
        padding-right:20px;
        box-sizing: border-box;
    }

.help-button[b-ptfoo78fo1] {
    background: #DDDDDD;
    border: 1px solid #666;
    border-radius: 2px;
    fill: white;
}

.row-group .form-item-button[b-ptfoo78fo1]{
}

.row-group .form-item-button button[b-ptfoo78fo1]{
    padding:5px 0px;
    width:90px;
}

/* ログインユーザー情報 */
.user-info .form-item label[b-ptfoo78fo1] {
    background: #FDC;
    text-align: center;
    border: 1px solid #ddd;
}

.user-info .form-item div[b-ptfoo78fo1] {
    background: #FFF;
    padding: 0px 10px;
    min-width: 200px;
    border: 1px solid #ddd;
}

/** 検索フォーム */
.search-form[b-ptfoo78fo1]{
    background:#FAFAFA;
}

.search-form .form-item[b-ptfoo78fo1] {
    margin-bottom: 5px;
}

.search-form .form-item label[b-ptfoo78fo1]{
    background:#999;
    color:#FFF;
    text-align:center;
}

.search-form .row-group .form-item .sisetu-cd[b-ptfoo78fo1] {
    max-width: 75px !important;
    margin-right:2px;
}

.sisetu-wrapper table[b-ptfoo78fo1] {
    border-collapse: separate;
    margin-bottom: 20px;
}

    .sisetu-wrapper table th[b-ptfoo78fo1], .sisetu-wrapper table td[b-ptfoo78fo1] {
        border: 10px solid #999 !important;
    }

    .sisetu-wrapper table th[b-ptfoo78fo1] {
        background: #ffd800;
    }

        .sisetu-wrapper table td[b-ptfoo78fo1] {
            min-width: 200px;
        }

/** 案件一覧パネル */
.list-area-wrapper[b-ptfoo78fo1] {
    display: flex;
    gap: 5px;
    box-sizing: border-box;
    height: calc(100vh - 190px);
}

.table-wrapper-container[b-ptfoo78fo1]{
    flex:1;
}

.table-wrapper[b-ptfoo78fo1] {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    border-right: 1px solid #CCC;
}

.table-wrapper.shrink[b-ptfoo78fo1]{
    height:65%;
}

.table-wrapper-draft-container[b-ptfoo78fo1] {
    flex: 1;
    height: 35%;
    border:1px solid #999999;
    box-sizing:border-box;
}

.draft-title[b-ptfoo78fo1] {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    background:#f0f0f0;
    font-weight:bold;
}

.draft-title div[b-ptfoo78fo1]{
    padding:0px 10px;
}

.draft-title div button[b-ptfoo78fo1]{
    display:flex;
    font-size:1rem;
    align-items:center;
    line-height:1;
    background:#e65f3a;
    color:white;
    width:70px;
    height:30px;
    border:none;
}

.table-wrapper-draft[b-ptfoo78fo1] {
    flex: 1;
    height: calc(100% - 30px);
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #CCC;
}

.table-wrapper-draft .project-table-draft[b-ptfoo78fo1]{
    border-collapse:collapse;
}

    .table-wrapper-draft th[b-ptfoo78fo1] {
        background: #DDDDDD !important;
        color: #555555 !important;
        padding: 0 5px;
        font-size:0.9rem;
    }

.table-wrapper-draft td[b-ptfoo78fo1]{
    padding:0 5px;
    border:1px solid #dddddd;
}

.table-wrapper-draft tr:hover[b-ptfoo78fo1]{
    /*background:#DEE !important;*/
} 

.project-table-draft .button-cell button[b-ptfoo78fo1] {
    background:none;
    line-height:1;
    width:100%;
    height:100%;
    color:#159bff;
    border:0px solid #111111;
    background:none;
    border-radius:6px;
    transition: background 0.2s;
}

    .project-table-draft .button-cell button:hover[b-ptfoo78fo1] {
        color:blue;
    }

.table-wrapper-draft .project-table-draft td input[b-ptfoo78fo1] {
    width:100%;
    height:100%;
}

/**右パネル*/
.detail-area-wrapper[b-ptfoo78fo1] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 400px;
    max-width: 400px;
    background: #FFF;
    border:1px solid #999999;
}

/* タイトル部 */
.detail-title[b-ptfoo78fo1] {
    box-sizing: border-box;
    height: 30px;
    padding: 2px 4px;
    border-bottom: 1px solid #ccc;
    background: #00AEB0;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.silver[b-ptfoo78fo1] {
    background-color: #99DACA;
    color: #0d534b;
    font-size: 0.95rem;
}

.kinsyu-title[b-ptfoo78fo1]{
    font-weight:bold;
    padding-left:5px;
}

/* CLSIと菌種：flexで均等に分ける */
.detail-area-wrapper .clsi[b-ptfoo78fo1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

    .detail-area-wrapper .kinsyu[b-ptfoo78fo1] {
        flex: 3;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

        .detail-area-wrapper .kinsyu .kin-name[b-ptfoo78fo1] {
            border-top: 1px solid #FFF;
            border-left: 1px solid #CCC;
            border-bottom: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            background: #FFF;
            box-sizing: border-box;
            width: 100%;
            padding: 2px 4px;
        }

.detail-area-wrapper .kinsyu[b-ptfoo78fo1] {
    border: 1px solid #ccc;
}

.flex-cols[b-ptfoo78fo1] {
    display: flex;
    gap: 1px; /* カラム間の余白 */
}

.col[b-ptfoo78fo1] {
    flex: 1; /* 均等に横幅を分ける */
    min-width: 120px; /* 狭すぎ防止 */

}

.clsi-detail-row[b-ptfoo78fo1] {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 2px 4px;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

    .clsi-detail-row .clsi-cd[b-ptfoo78fo1] {
        width: 70px;
        box-sizing: border-box;
        flex-shrink: 0;
        font-weight: normal;
        border-right: 1px solid #EEE;
    }

    .clsi-detail-row .clsi-ver[b-ptfoo78fo1] {
        flex: 1;
        box-sizing: border-box;
        min-width: 0; /* ellipsisのために必要 */
    }

    /* スクロールするコンテンツ部 */
    .detail-area-wrapper .contents[b-ptfoo78fo1] {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
    }


/* テーブルレイアウト */
.project-table[b-ptfoo78fo1] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}

    /* ヘッダ固定 */
    .project-table thead th[b-ptfoo78fo1] {
        position: sticky;
        top: 0;
        background-color: #0ABAB5;
        color: white;
        z-index: 2;
    }

    /* セル共通 */
    .project-table th[b-ptfoo78fo1],
    .project-table td[b-ptfoo78fo1] {
        box-sizing:border-box;
        padding: 4px 4px;
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
        border-left:1px #DDD solid;
        font-size:0.9rem;
    }

    .project-table tr:hover[b-ptfoo78fo1] {
        background: #e5e5e5 !important;
    }

    .project-table tr.selected td[b-ptfoo78fo1] {
        background-color: #cefffe;
    }

    .project-table th[b-ptfoo78fo1]{
        padding:3px 10px;
    }

    .project-table .button-cell button[b-ptfoo78fo1] {
        display: flex;
        align-items: center;
        justify-content:center;
        width: 100%;
        height: 100%;
        border:none;
        /*border: 2px solid #159bff;*/
        border-radius: 10px;
        /*background: white;*/
        background:none;
        color: #159bff;
        transition: background 0.1s;
    }

            .project-table .button-cell button:hover[b-ptfoo78fo1] {
                background: #159bff;
                color: white;
            }

    /**セル個別*/
    .project-table .pj-no[b-ptfoo78fo1] {
        max-width: 110px;
    }
        .project-table .pj-no div[b-ptfoo78fo1] {
            display: flex;
            justify-content:space-between;
            align-items:center;
        }
    .project-table .sisetu[b-ptfoo78fo1] {
        max-width: 326px;
    }
    .project-table .sisetu-user[b-ptfoo78fo1] {
        max-width: 150px;
    }
    .project-table .zaikei[b-ptfoo78fo1] {
        width: 100px;
    }
    .project-table .kinsyu[b-ptfoo78fo1] {
        width: 90px;
    }
    .project-table .clsi-kijun[b-ptfoo78fo1]{
        width:60px;
    }
    .project-table .clsi-ver[b-ptfoo78fo1] {
        width: 110px;
    }
    .project-table .status[b-ptfoo78fo1]{
        width:175px;
    }
    .project-table .eigyo-user[b-ptfoo78fo1] {
        max-width: 110px;
    }
    .ellipsis-cell[b-ptfoo78fo1] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
    }

.status .status-text[b-ptfoo78fo1] {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 2px;
}

.regkin-count[b-ptfoo78fo1] {
    display:inline-block;
    width: 40px;
}

.unmatch-kin[b-ptfoo78fo1] {
    display: inline-block;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0 4px;
    color: #ff0056;
}

.button-group[b-ptfoo78fo1] {
    display: flex;
    gap: 25px;
    box-sizing: border-box;
    padding: 2px 0px;
    margin-left: 20px;
}

.button-group button[b-ptfoo78fo1]{
    padding:1px;
    display:inline-flex;
    align-items:center;
    border:none;
    background:none;
    color:white;
    border-right:1px solid #666;
    padding-right:20px;
}

.button-group button:hover[b-ptfoo78fo1]{
    color:#159bff;
}

.button-cell[b-ptfoo78fo1]{
    text-align:center;
    width:120px;
}


/** 検索テキストとクリアボタンの配置調整 */
.input-wrapper[b-ptfoo78fo1] {
    display: flex;
    align-items: center;
}

.input-container[b-ptfoo78fo1] {
    position: relative;
    flex: 1;
}

    .input-container input[b-ptfoo78fo1] {
        width: 100%;
        padding-right: 1.5rem; /* 右端の×のために余白 */
    }

.clear-button[b-ptfoo78fo1] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.reset-button[b-ptfoo78fo1]{
    background:none;
    border:none;
    color:#666;
    text-decoration:underline;
    transition:all 0.2s;
}

.reset-button:hover[b-ptfoo78fo1]{
    color:#000000;
    text-decoration:none;
}

.label-disabled[b-ptfoo78fo1]{
    opacity:0.6;
}

.kin-count-btn[b-ptfoo78fo1] {
    cursor: pointer;
    background:none;
    border:none;
    color:#0087c3;
    transition:all 0.2s; 
    font-size:0.9rem;
}

.kin-count-btn:hover[b-ptfoo78fo1]{

}

.pager[b-ptfoo78fo1]{
    margin-left:20px;
}

.pagination[b-ptfoo78fo1] {
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:10px;
}

    .pagination button[b-ptfoo78fo1] {
        padding: 0.1rem 0.5rem;
        border-radius:6px;
        background:#DDD;
        border:none;
        color:#159bff;
    }

.button-group .comp-btn[b-ptfoo78fo1] {
    padding-right:0px;
    padding: 0 1rem;
    display: inline-block !important;
    text-align: center !important;
    animation: pulseShadow-b-ptfoo78fo1 1.5s infinite;
}

.comp-check-label[b-ptfoo78fo1]{
    display:inline-block;
    width:100%;
    text-align:center;
    cursor:pointer;
}

    .comp-check-label input[type="checkbox"][b-ptfoo78fo1] {
        cursor: pointer;
        margin:0;
        padding:0;
        width:15px;
        height:15px;
        transform:translateY(2px);
    }

.over-class[b-ptfoo78fo1]{
    color:red;
    font-weight:bold;
}

@keyframes pulseShadow-b-ptfoo78fo1 {
    0% {
        box-shadow: 0 0 3px darkred;
    }

    50% {
        box-shadow: 0 0 15px red;
        background: rgba(255, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 3px darkred;
    }
}
/* _content/MicWebBlazor/Pages/ProjectListSelector/PjSisetuSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-69jezprib6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-69jezprib6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-69jezprib6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-69jezprib6] {
    font-size: 1.2rem;
}

.modal-close[b-69jezprib6] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-69jezprib6] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-69jezprib6] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-69jezprib6] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*table-layout: fixed;*/
}

    .sticky-table th[b-69jezprib6], .sticky-table td[b-69jezprib6] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-69jezprib6] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-69jezprib6] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-69jezprib6] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-69jezprib6] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-69jezprib6],
    .sticky-table td[b-69jezprib6] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-69jezprib6],
        .sticky-table td:nth-child(3)[b-69jezprib6] {
            width: 90px;
        }

    .sticky-table .cd[b-69jezprib6]{
        width:110px;
    }

    .sticky-table .name[b-69jezprib6]{
        width:560px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .sticky-table .action[b-69jezprib6]{
        width:110px;
    }

.btn[b-69jezprib6] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-69jezprib6] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Pages/ProjectListSelector/PjSisetuUserSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-q7z1wmgsp0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-q7z1wmgsp0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-q7z1wmgsp0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-q7z1wmgsp0] {
    font-size: 1.2rem;
}

.modal-close[b-q7z1wmgsp0] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-q7z1wmgsp0] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-q7z1wmgsp0] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-q7z1wmgsp0] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-q7z1wmgsp0], .sticky-table td[b-q7z1wmgsp0] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-q7z1wmgsp0] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-q7z1wmgsp0] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-q7z1wmgsp0] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-q7z1wmgsp0] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-q7z1wmgsp0],
    .sticky-table td[b-q7z1wmgsp0] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-q7z1wmgsp0],
        .sticky-table td:nth-child(3)[b-q7z1wmgsp0] {
            width: 90px;
        }

.btn[b-q7z1wmgsp0] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-q7z1wmgsp0] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Pages/ProjectListSelector/PjUserSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-2ts0qbxdld] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-2ts0qbxdld] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-2ts0qbxdld] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-2ts0qbxdld] {
    font-size: 1.2rem;
}

.modal-close[b-2ts0qbxdld] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-2ts0qbxdld] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-2ts0qbxdld] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-2ts0qbxdld] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-2ts0qbxdld], .sticky-table td[b-2ts0qbxdld] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-2ts0qbxdld] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-2ts0qbxdld] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-2ts0qbxdld] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-2ts0qbxdld] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-2ts0qbxdld],
    .sticky-table td[b-2ts0qbxdld] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-2ts0qbxdld],
        .sticky-table td:nth-child(3)[b-2ts0qbxdld] {
            width: 90px;
        }

.btn[b-2ts0qbxdld] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-2ts0qbxdld] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Pages/ProjectListSelector/PjZaikeiSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-i2zvtfr6zl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-i2zvtfr6zl] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-i2zvtfr6zl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-i2zvtfr6zl] {
    font-size: 1.2rem;
}

.modal-close[b-i2zvtfr6zl] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-i2zvtfr6zl] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-i2zvtfr6zl] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-i2zvtfr6zl] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-i2zvtfr6zl], .sticky-table td[b-i2zvtfr6zl] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-i2zvtfr6zl] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-i2zvtfr6zl] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-i2zvtfr6zl] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-i2zvtfr6zl] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-i2zvtfr6zl],
    .sticky-table td[b-i2zvtfr6zl] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-i2zvtfr6zl],
        .sticky-table td:nth-child(3)[b-i2zvtfr6zl] {
            width: 90px;
        }

.ctrl[b-i2zvtfr6zl]{
    width:100px;
}

.btn[b-i2zvtfr6zl] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-i2zvtfr6zl] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Pages/ResetPassword.razor.rz.scp.css */
.wrapper[b-kkk9s2hvm4] {
    display:flex;
    align-items:start;
    justify-content:center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: whitesmoke;
    padding-top:60px;
}
.contents-wrapper[b-kkk9s2hvm4] {
    box-sizing: border-box;
    width:400px;
    padding:12px;
    border: 1px solid #EEEEEE;
    border-radius:15px;
    background:white;
}
.title[b-kkk9s2hvm4] {
    box-sizing: border-box;
    background: #CC1199;
    color: white;
    padding: 2px 12px;
    border-radius: 15px;
}
.form-wrapper[b-kkk9s2hvm4]{
    box-sizing:border-box;
    margin-top:10px;
}
.row-group[b-kkk9s2hvm4]{
    padding:5px 5px;
    background:#;
    margin-bottom:2px;
}
.row-group label[b-kkk9s2hvm4]{
    display:inline-block;
    min-width:160px;
}
.row-group button[b-kkk9s2hvm4]{
    padding:4px 8px;
    background:#999999;
    color:white;
    border:1px solid #999999;
    border-radius:4px;
    transition:all 0.2s;
}
    .row-group button:hover[b-kkk9s2hvm4] {
        background: #666666;
    }
.info-msg[b-kkk9s2hvm4]{
    font-weight:bold;
    font-size:0.9rem;
    color:blue;
}
/* _content/MicWebBlazor/Pages/ResetPasswordConfirm.razor.rz.scp.css */
.wrapper[b-azntji8rr3] {
    display: flex;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: whitesmoke;
    padding-top: 60px;
}
.contents-wrapper[b-azntji8rr3] {
    box-sizing: border-box;
    width: 400px;
    padding: 12px;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    background: white;
}
.title[b-azntji8rr3] {
    box-sizing: border-box;
    background: #00E080;
    color: white;
    text-shadow:0px 0px 4px #000000;
    padding: 2px 12px;
    border-radius: 15px;
}
.form-wrapper[b-azntji8rr3] {
    box-sizing: border-box;
    margin-top: 10px;
}
.row-group[b-azntji8rr3] {
    padding: 5px 5px;
    background: #;
    margin-bottom: 2px;
}

    .row-group label[b-azntji8rr3] {
        display: inline-block;
        min-width: 160px;
    }

    .row-group button[b-azntji8rr3] {
        padding: 4px 8px;
        background: #0099DD;
        color: white;
        border: 1px solid #0099DD;
        border-radius: 4px;
        transition: all 0.2s;
    }

        .row-group button:hover[b-azntji8rr3] {
            background: #0077BB;
        }

.info-msg[b-azntji8rr3] {
    font-weight: bold;
    font-size: 0.9rem;
    color: blue;
}
/* _content/MicWebBlazor/Pages/ShohoEditor.razor.rz.scp.css */
.panel-wrapper[b-gfeg4osbnr] {
    display: flex;
    gap: 10px;
    justify-content:space-between;
    padding: 0px;
    padding-top: 50px;
}

/** ページタイトル部 */
.page-title[b-gfeg4osbnr] {
    display: flex;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    background: #10101f !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    padding-left: 0px !important;
    flex-wrap: wrap;
    height: auto;
}

    .page-title .left[b-gfeg4osbnr] {
        box-sizing:border-box;
        flex:1;
        white-space: nowrap;
        flex-shrink: 0;
        display: flex;
    }

    /* 中央パネル：左と右の間に可変で収まる */
    .page-title .center[b-gfeg4osbnr] {
        flex: 1;
        display: flex;
        justify-content: left;
    }

    .page-title .right[b-gfeg4osbnr] {
        flex-shrink: 0;
        margin-left: auto;
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        color: white;
    }

        .page-title .right .user-info[b-gfeg4osbnr] {
            cursor: pointer;
        }

            .page-title .right .user-info:hover[b-gfeg4osbnr] {
                color: #00b1ff;
            }

    .page-title .label[b-gfeg4osbnr] {
        color: white;
    }

    .page-title .pj-name[b-gfeg4osbnr] {
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        flex-wrap: nowrap;
        border-right:1px solid #555555;
        color: #fff;
        padding: 0px 20px;
        font-weight: normal;
    }

    .pj-name.kin-select[b-gfeg4osbnr]{
        width:658px;
    }

    .pj-name select[b-gfeg4osbnr]{
        box-sizing:border-box;
        font-size:1rem;
        padding:2px;
        width:400px;
    }

.epro-import-btn[b-gfeg4osbnr]{
    display:inline-flex;
    align-items:center;
}

/**ユーザーメニュー*/
.user-menu-wrapper[b-gfeg4osbnr] {
    position: relative;
    display: inline-block;
    padding-left: 100px;
}

.user-menu[b-gfeg4osbnr] {
    position: absolute;
    right: 0px;
    color: white;
    text-align: left;
    min-width: 300px;
    margin-top: 0.5rem;
    background-color: #44454f;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

    .user-menu ul[b-gfeg4osbnr] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .user-menu li[b-gfeg4osbnr] {
        padding: 0.5rem;
        cursor: pointer;
        color: #ffc218;
    }

        .user-menu li:hover[b-gfeg4osbnr] {
            background-color: #f0f0f0;
            color: #111;
        }

.mark-sankaku[b-gfeg4osbnr] {
    display: inline-block;
    font-size: 0.7rem;
    margin-left: 5px;
}
/**ユーザーメニューここまで*/

.button-group-header[b-gfeg4osbnr]{
    display:flex;
    align-items:center;
    gap:0px;
}

.header-edit-button[b-gfeg4osbnr] {
    width:120px;
    justify-content:center;
}

.button-group-header button[b-gfeg4osbnr] {
    display: flex;
    align-items: center;
    box-sizing:border-box;
    height: 30px;
    border: none;
    border-right:1px solid #505050;
    background: none;
    color: #eee;
    font-weight: normal;
    transition: all 0.2s;
}

    .button-group-header button:hover[b-gfeg4osbnr] {
        color: #00b1ff;
    }

/**菌種要望と合わない時の警告マーク*/
.warning-container[b-gfeg4osbnr] {
    position: relative;
    display: inline-block;
}

.tooltip-panel[b-gfeg4osbnr] {
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 100;
    max-height: 850px;
    overflow-y: auto; 
    padding: 0 10px;
    background: rgba(0, 0, 0.5, 0.9);
    border: 1px solid #aaa;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.sticky-message[b-gfeg4osbnr] {
    position: sticky;
    top: 0;
    background: rgba(0,0,0,0.95);
    padding: 10px 10px;
    font-weight: bold;
    border-bottom: 1px solid #555;
    z-index: 2;
}

.tooltip-header[b-gfeg4osbnr] {
    position: sticky;
    top: 47px;
    background: rgba(0,0,0,0.9);
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #555;
    z-index: 1;
}

    .tooltip-panel .info-text[b-gfeg4osbnr]{
        color:palevioletred;
        font-weight:bold;
    }

    /* ツールチップそのものにホバーしている間は表示 */
    .warning-container:hover .tooltip-panel[b-gfeg4osbnr],
    .tooltip-panel:hover[b-gfeg4osbnr] {
        display: block !important;
    }

.warning-icon[b-gfeg4osbnr] {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 20px;
    margin-right: 5px;
}

.info-icon[b-gfeg4osbnr] {
    display: inline-flex;
    align-items:center;
    margin-right:5px;
    margin-top:7px;
}

@keyframes blink-b-gfeg4osbnr {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-icon[b-gfeg4osbnr] {
    animation: blink-b-gfeg4osbnr 1.5s infinite;
}

/** 薬剤配列データ取込みボタン */
.custom-upload-button[b-gfeg4osbnr] {
    display: inline-flex;
    align-items:center;
    background-color: none;
    color: #EEE;
    cursor: pointer;
    padding:0px 15px;
    font-size: 0.9rem;
    font-weight:normal;
    border-right:1px solid #666;
}

    .custom-upload-button:hover[b-gfeg4osbnr] {
        color: #00b1ff;
    }


.yak-arr-panel[b-gfeg4osbnr] {
    height: calc(100vh - 54px);
    overflow-y: scroll;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.well-grid[b-gfeg4osbnr] {
    border-collapse: collapse;
    table-layout: fixed;
    border: 2px solid #999;
}

    .well-grid th[b-gfeg4osbnr] {
        background-color: #5CC1C1;
        text-align: center;
        color:white;
    }
        .well-grid th.x-title[b-gfeg4osbnr] {
            width: 100px;
            max-height: 30px;
            box-sizing: border-box;
            position:sticky;
            top:-1px;
            z-index:1;
        }

.well-cell[b-gfeg4osbnr] {
    position:relative;
    box-sizing:border-box;
    width:106px;
    font-weight:bold;
    border:none;
    padding: 1px;
    vertical-align: top;
    text-align: center !important;
    font-size: 1rem;
}

    .well-cell .reset-button[b-gfeg4osbnr] {
        position: absolute;
        right: 0px;
        background: none;
        border: none;
        color: #07F;
    }

        .well-cell .reset-button:hover[b-gfeg4osbnr] {
            color: #111;
        }

    .well-cell .circle[b-gfeg4osbnr] {
        border: 1px solid #DDD;
        border-radius: 50%;
        width: 100px;
        height:100px;
        display: flex;
        flex-direction: column; /* 縦に並べる */
        justify-content: center; /* 上下中央 */
        align-items: center; /* 左右中央 */
        margin: auto;
        padding: 2px;
        box-sizing: border-box;
    }

        .well-cell .circle.rect[b-gfeg4osbnr]{
            border-radius:2%;
        }

        .well-cell .circle div[b-gfeg4osbnr] {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 90px;
        }

    .well-cell input[b-gfeg4osbnr],
    .well-cell select[b-gfeg4osbnr] {
        display: block;
        background: rgba(255, 255, 255, 0.6);
        margin-bottom: 1px;
        width: 82px !important;
        font-size: 1rem;
        text-align: center;
        border: none;
        border: 1px solid #CCC;
    }

        .well-cell input.for-disp[b-gfeg4osbnr]{
            background:none;
            border:none;
        }

    /**SIRによって色変更*/
    .well-cell .sir-r[b-gfeg4osbnr]{
        color:#EE0000;
    }

    .well-cell .sir-i[b-gfeg4osbnr] {
        color: darkorange;
    }

/**WELLのボーダースタイル*/
.border-top[b-gfeg4osbnr] {
    border-top: 2px solid #000 !important;
}

.border-right[b-gfeg4osbnr] {
    border-right: 2px solid #000 !important;
}

.border-bottom[b-gfeg4osbnr] {
    border-bottom: 2px solid #000 !important;
}

.border-left[b-gfeg4osbnr] {
    border-left: 2px solid #000 !important;
}

/* クリックされた行・列のセル */
.selected[b-gfeg4osbnr] {
    background: #0f7171 !important;
}

.selected.current[b-gfeg4osbnr] {
    background:#FFFFCC !important;
}

.selected-cell[b-gfeg4osbnr] {
    outline: 1px solid orange;
    background-color: #fff7e6;
}

/* input/selectがあるときの丸囲み用調整 */
.circle input[b-gfeg4osbnr],
.circle select[b-gfeg4osbnr] {
    margin: 2px auto;
    display: block;
}

.fixed-wrapper[b-gfeg4osbnr] {
    /*position: fixed;*/
    right: 0px;
    right: calc(100vw - 1340px - 570px);
    box-sizing: border-box;
    width: 570px;
    margin-top: 0px;
}

.fixed-wrapper.hide[b-gfeg4osbnr]{
    display:none;
}

.zaikei-input-wrapper[b-gfeg4osbnr] {
    box-sizing: border-box;
    padding:2px 4px;
    margin-bottom:2px;
    border:2px solid #F00;
    border-radius:6px;
    background:#F55;
    font-weight:bold;
    color:#FFF;
}

    .zaikei-input-wrapper.not-edit[b-gfeg4osbnr] {
        border: 2px solid #BBB;
        background: #EEE;
        color:#222222;
    }

.zaikei-input-wrapper input[b-gfeg4osbnr]{
    font-size:1rem;
}

.well-detail[b-gfeg4osbnr] {
    border: 2px solid orange;
    background-color: #fff7e6;
    border-radius: 5px;
    padding: 4px;
}

.detail-wrapper[b-gfeg4osbnr] {
    display: flex;
    gap: 10px;
}

.detail-left[b-gfeg4osbnr]{
    width:30px;
    text-align:center;
    font-weight:bold;
    font-size:1.1rem;
}

.detail-right[b-gfeg4osbnr] {
    flex: 1;
}

.detail-table[b-gfeg4osbnr]{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}

    .detail-table th[b-gfeg4osbnr], .detail-table td[b-gfeg4osbnr] {
        border: 1px solid #CCCCCC;
        padding:0 4px;
        box-sizing:border-box;
    }

        .detail-table th[b-gfeg4osbnr]{
            background:#EEEEEE;
            width:42px;
        }

        .detail-table td[b-gfeg4osbnr] {
            background: #FFF;
        }

        .detail-table td.yak-cd[b-gfeg4osbnr]{
            background:#FDE;
        }

    .detail-table.update-info[b-gfeg4osbnr] {
        margin-top: 4px;
        width: 100%;
    }

        .detail-table.update-info th[b-gfeg4osbnr]{
            width:90px;
        }

.well-position[b-gfeg4osbnr] {
    width: 30px;
    padding: 3px;
    border-radius: 20px;
    background: #ffea00;
}

.well-detail .row[b-gfeg4osbnr]{
    display:flex;
    align-items:center;
    gap:1px;
}

    .well-detail .row.sir-r .value[b-gfeg4osbnr] {
        color: red;
        background: #FDD;
        font-weight: bold;
    }

    .well-detail .row.sir-i .value[b-gfeg4osbnr] {
        color: #FF8C00;
        font-weight: bold;
    }

    .well-detail .row .caption[b-gfeg4osbnr] {
        box-sizing: border-box;
        min-width: 120px;
        background: #DDD;
        color: #444444;
        font-weight: bold;
        margin-bottom: 1px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .well-detail .row .well-pos[b-gfeg4osbnr]{
        display:inline-flex;
        align-items:center;
        font-size:1rem;
        font-weight:bold;
    }

    .well-detail .row .value[b-gfeg4osbnr] {
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        min-width: 250px;
        background: #FFF;
        margin-bottom: 1px;
        padding: 0px 7px;
    }

    .well-detail .row input[b-gfeg4osbnr]{
    }

.input-yak-name[b-gfeg4osbnr] {
    caret-color: #ccc;
    width: 90px !important;
    border: none;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-size:1rem;
}

.active-input[b-gfeg4osbnr]{

}

/*補足事項*/
.epro-hosoku[b-gfeg4osbnr] {
    display: flex;
    align-items: center;
    padding: 0;
    background: #DDD;
    box-sizing: border-box;
    height: 100px;
    margin: 5px 0px;
    font-weight: bold;
    color: #555;
}

    .epro-hosoku .value[b-gfeg4osbnr] {
        box-sizing: border-box;
        background: #f5f5f5;
        padding: 7px;
        color:#000;
        height:98%;
        overflow-y:scroll;
    }

.epro-hosoku textarea[b-gfeg4osbnr]{
    resize:none;
    line-height:1.4rem;
    font-size:1rem;
    height:99% !important;
    width:99% !important;
}

/**コメント欄*/
.cmt-panel[b-gfeg4osbnr]{
    height:calc(100vh - 205px);
}

    .cmt-panel.ex-kins[b-gfeg4osbnr] {
        height: calc(100vh - 280px);
    }

.yak-arr-panel .base-array[b-gfeg4osbnr] {
    position: relative;
    overflow: auto;
}

.base-array .close-btn[b-gfeg4osbnr] {
    position: absolute;
    top:50%;
    right: 15%;
    border: none;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 2rem;
    padding: 2px 15px;
    border-radius: 30px;
    z-index:5;
    cursor: pointer;
    transition: background 0.2s;
}

    .base-array .close-btn:hover[b-gfeg4osbnr] {
        background: rgba(0,0,0,0.5);
        color: white;
    }

.base-array .well-grid th[b-gfeg4osbnr]{
    background:#144444;
}

.base-array .well-grid .circle[b-gfeg4osbnr] {
    background: linear-gradient(to bottom, #fff, #fcfcfc, #f9f9f9, #f9f9f9, #fcfcfc, #fff);
}

/* ヘッダ行を固定 */
.well-grid thead th[b-gfeg4osbnr] {
    position: sticky;
    top: 0;
    z-index: 2;
}

/* 1列目を固定 */
.well-grid th.y-title[b-gfeg4osbnr],
.well-grid th.th-y[b-gfeg4osbnr] {
    position: sticky;
    left: 0;
    z-index: 1; /* ヘッダより少し低く */
}

/* 左上角のセル（1行目＋1列目の交差部分） */
.well-grid thead th.y-title[b-gfeg4osbnr] {
    z-index: 3;
}

.well-changed[b-gfeg4osbnr]{
    background:#ffb9f1;
}

/** ウェル履歴表示ボタン */
.well-hisoty-button[b-gfeg4osbnr] {
}

.confirm-check-label[b-gfeg4osbnr] {
    font-size: 1rem;
    cursor: pointer;
    width: 110px;
    text-align: center;
    margin-left: 10px;
}

    .confirm-check-label.no-check[b-gfeg4osbnr] {
        animation: pulseShadow-b-gfeg4osbnr 1.2s infinite;
    }

.confirm-check[b-gfeg4osbnr] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

@keyframes pulseShadow-b-gfeg4osbnr {
    0% {
        box-shadow: 0 0 3px darkred;
    }

    50% {
        box-shadow: 0 0 15px red;
        background: rgba(255, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 3px darkred;
    }
}

/**ドロップダウン*/
.dropdown[b-gfeg4osbnr] {
    position: relative;
    display: inline-block;
}

.dropdown-button[b-gfeg4osbnr] {
    width:120px;
    justify-content:center;
    background-color: #0078d4;
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown-content[b-gfeg4osbnr] {
    display: none;
    position: absolute;
    background-color: rgba(0,0,10,0.9);
    min-width: 160px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    z-index: 100;
    border-radius: 4px;
}

    .dropdown-content button[b-gfeg4osbnr] {
        width: 100%;
        padding: 8px 12px;
        margin:4px 0px;
        border: none;
        background: none;
        text-align: left;
        cursor: pointer;
    }
.dropdown.show .dropdown-content[b-gfeg4osbnr] {
    display: block;
}

.drop-down-close[b-gfeg4osbnr]{
    justify-content:center !important;
    background:rgba(255,255,255,0.2) !important;
    color:#DDD !important;
}
    .drop-down-close:hover[b-gfeg4osbnr] {
        background: rgba(255,255,255,0.5) !important;
        text-shadow:0px 0px 3px black;
    }

/* _content/MicWebBlazor/Pages/Sisetu/SisetuList.razor.rz.scp.css */
.title[b-k04umg05ww]{
    display:flex;
    align-items:center;
    box-sizing:border-box;
    width:100%;
    background:#000;
    color:white;
    height:40px;
}

.container[b-k04umg05ww] {
    box-sizing: border-box;
    position: relative;
}

.info-text[b-k04umg05ww] {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.9rem;
    height: auto;
    padding: 5px;
}

.error-text[b-k04umg05ww] {
    color: red;
    margin-left:20px;
}

.info-text span[b-k04umg05ww]{
    margin-left:12px;
}

.info-text .search-word-clear[b-k04umg05ww] {
    background: none;
    border: none;
    border-radius: 30px;
    margin-left: 3px;
    cursor: pointer;
    padding: 0 4px;
}

    .info-text .search-word-clear:hover[b-k04umg05ww]{
        color:#FFF;
        font-weight:bold;
        background:#007bff;
    }

    .info-text .new-form-button[b-k04umg05ww] {
        border: none;
        background: none;
        margin-top:1px;
        padding: 0 10px;
        border-radius: 12px;
        margin-left: 12px;
        color: #2472ff;
        border: 2px solid #2472ff;
        transition: all 0.2s ease;
    }

        /* 通常のホバー */
        .info-text .new-form-button:hover:not(:disabled)[b-k04umg05ww] {
            background: #2472ff;
            color: white;
        }

        /* 無効時のスタイル */
        .info-text .new-form-button:disabled[b-k04umg05ww] {
            opacity: 0.5;
            cursor: not-allowed;
            border-color: #aaa;
            color: #aaa;
            background: none;
        }


/*************************************************
    施設一覧テーブル 
**************************************************/
.list-area[b-k04umg05ww] {
    position: relative;
    border-bottom:1px solid #DDDDDD;
    box-sizing: border-box;
    height: calc(100vh - 87px);
    min-height:200px;
    overflow: scroll;
    transition: all 0.3s ease;
}

    .list-area.shorten[b-k04umg05ww] {
        margin-bottom:1px;
        max-height: 250px;
    }

.sisetu-table[b-k04umg05ww] {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

    .sisetu-table .selected[b-k04umg05ww] {
        background: #dffcff !important;
        color: darkblue !important;
        font-weight: bold;
    }

    .sisetu-table tr.selected td[b-k04umg05ww] {
        border-top: 1px solid #007bff;
        border-bottom: 1px solid #007bff;
    }

    .sisetu-table tr:hover[b-k04umg05ww]{
        background:#EEE;
        cursor:pointer;
    }

    .sisetu-table th[b-k04umg05ww],
    .sisetu-table td[b-k04umg05ww] {
        box-sizing:border-box;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #CCCCCC;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #BBBBBB;
        text-align: left;
        padding: 0px 3px;
    }

    .sisetu-table th[b-k04umg05ww] {
        background:#959595;
        color:white;
        position:sticky;
        top:0;
        text-align:center;
    }

    .sisetu-cd:hover[b-k04umg05ww]{
        color:#0000FF;
        font-weight:bold;
    }

.sisetu-table .value-ellipsis[b-k04umg05ww] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*************************************************
    登録/編集エリア 
**************************************************/
.edit-wrapper[b-k04umg05ww] {
    box-sizing:border-box;
    border:1px solid #CCCCCC;
    border-radius:6px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

    .edit-wrapper:not(.shorten)[b-k04umg05ww] {
        height: 350px;
        opacity: 1;
    }

.edit-header[b-k04umg05ww]{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:1px;
}

    .edit-header .close[b-k04umg05ww], .edit-header .save[b-k04umg05ww], .edit-header .delete[b-k04umg05ww]{
        cursor:pointer;
    }

        .edit-header .close:hover[b-k04umg05ww] {
            background:#BBBBBB;
        }

    .edit-header .mode-title[b-k04umg05ww] {
        flex: 1;
        display:inline-flex;
        align-items:center;
        text-align: left;
        padding-left: 10px;
        font-weight:bold;
        background:#EEE;
    }

    .edit-header .mode-title.edit[b-k04umg05ww]{
        color:red;
    }

    .edit-header .mode-title.new[b-k04umg05ww]{
        color:blue;
    }

    .edit-header .close[b-k04umg05ww] {
        width:200px;
        background: #DDDDDD;
    }

    .edit-header .save[b-k04umg05ww] {
        width: 200px;
        background: #27bdff;
        color: white;
    }

        .edit-header .save:hover[b-k04umg05ww] {
            background: #008aff;
        }

    .edit-header .delete[b-k04umg05ww] {
        width: 200px;
        background: #ffd300;
    }

        .edit-header .delete:hover[b-k04umg05ww] {
            background: #f1b800;
        }

.flex-wrapper[b-k04umg05ww] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    margin-top:10px;
}

    .flex-wrapper .left[b-k04umg05ww] {
        width: 480px;
        box-sizing: border-box;
    }

    .flex-wrapper .right[b-k04umg05ww] {
        flex:1;
        font-size: 0.9rem;
        font-weight:bold;
        margin-top: 3px;        
    }

        .flex-wrapper .right .souti-form-area[b-k04umg05ww] {
            box-sizing: border-box;
            overflow-y: scroll;
        }

        .flex-wrapper .right .souti-table-area[b-k04umg05ww] {
            box-sizing: border-box;
            height: 260px;
            overflow: scroll;
        }

.edit-body[b-k04umg05ww] {
    padding: 2px 5px;
}

.edit-row[b-k04umg05ww] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    gap: 5px;
}

    .edit-row .caption[b-k04umg05ww] {
        min-width: 100px;
        background: linear-gradient(to bottom, #CCC, #BBB, #AAA, #999);
        color:#FFFFFF;
        text-shadow:2px 2px 10px #000;
        font-size: 0.9rem;
        padding: 1px 0px;
        margin-bottom: 2px;
        text-align: center;
    }

    .edit-row input[b-k04umg05ww], .edit-row select[b-k04umg05ww] {
        width: 280px;
    }

.close-edit[b-k04umg05ww] {
    color: #059;
    cursor: pointer;
    text-align: center;
    background: #DDDDDD;
    transition: all 0.2s;
}

    .close-edit:hover[b-k04umg05ww] {
        background: #BBBBBB;
        color:#000000;
    }

/** 装置登録テーブル */
.souti-title-wrapper[b-k04umg05ww]{
    display:flex;
    align-items:center;
}

    .souti-title-wrapper .souti-error-msg[b-k04umg05ww] {
        margin-left:12px;
        background-color:lightyellow;
        color:red;
    }

.souti-add-button[b-k04umg05ww] {
    padding: 0 4px;
    margin-left: 7px;
    background: #ebca00;
    border: none;
    color: #0000FF;
    border-radius: 10px;
    transition: all 0.2s;
}

.souti-add-button:hover[b-k04umg05ww]{
    background:#006bff;
    color:#FFF;
}

.souti-table[b-k04umg05ww] {
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 100%;
}

    .souti-table th[b-k04umg05ww], .souti-table td[b-k04umg05ww] {
        padding:0;
        box-sizing: border-box;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        font-size:0.8rem;
    }

    .souti-table th[b-k04umg05ww] {
        position: sticky;
        top: 0;
        background: linear-gradient(to bottom, #CCC, #BBB, #AAA, #999);
        color: #FFFFFF;
        text-shadow: 2px 2px 10px #000;
        font-weight:normal;
        padding:1px 3px;
        white-space:nowrap;
    }

    .souti-table td[b-k04umg05ww] {
        background: white;
        height:39px;
    }

.souti-table input[b-k04umg05ww] {
    width:90px;
}

    .souti-table .seq input[b-k04umg05ww] {
        width: 30px;
    }

    .souti-table textarea[b-k04umg05ww]{
        width:96%;
        height:20px;
    }

.clear-file-button[b-k04umg05ww] {
    background: none;
    border: none;
    width:100%;
    height:100%;
}

.undo-delete-button[b-k04umg05ww] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
}

.souti-table tr.deleted[b-k04umg05ww] {
    background-color: #f2f2f2;
    cursor: default;
}

    .souti-table tr.deleted td:not(:last-child)[b-k04umg05ww] {
        opacity: 0.5;
        text-decoration: line-through;
    }

/** 装置テーブルセル幅 */
.souti-table .valid-flg[b-k04umg05ww]{
    width:60px;
    text-align:center;
}

.souti-table .souti-cd[b-k04umg05ww] {
    width: 110px;
    text-align: center;
}

.souti-table .seq[b-k04umg05ww] {
    width: 60px;
    text-align: center;
}

.souti-table .ver-no[b-k04umg05ww] {
    width: 110px;
    text-align: center;
}

.souti-table .s-no[b-k04umg05ww] {
    width: 110px;
    text-align: center;
}

.souti-table .date-cell[b-k04umg05ww] {
    width: 110px;
    text-align: center;
}

.souti-table .memo[b-k04umg05ww] {
    text-align: center;
    padding-top:5px;
}

.souti-table .up-user-cd[b-k04umg05ww] {
    width: 100px;
    text-align: center;
}

.souti-table .up-time[b-k04umg05ww] {
    width: 140px;
    text-align: center;
}

.souti-table .del-btn[b-k04umg05ww] {
    width: 40px;
    text-align: center;
}

.add-row[b-k04umg05ww] {
    background-color: pink !important;
    height:50px;
}

.add-row input[b-k04umg05ww], .add-row select[b-k04umg05ww], .add-row textarea[b-k04umg05ww]{
    background:#FFFFDD;
}

/**↑へのスクロールボタン*/
.scroll-top-button[b-k04umg05ww] {
    position: sticky;
    bottom: 20px;
    left: calc(100% - 60px); /* コンテナの右端に配置 */
    background-color: rgba(34, 34, 34, 0.6); /* 透過度60% */
    color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
}

    .scroll-top-button:hover[b-k04umg05ww] {
        background-color: rgba(34, 34, 34, 0.8);
        color:#FFF;
    }



@media (max-width: 768px) {
    .container[b-k04umg05ww] {
        flex-direction: column;
    }
}
/* _content/MicWebBlazor/Pages/Sisetu/SisetuRegist.razor.rz.scp.css */
.header[b-1cv6dci5jy]{
    padding:1rem;
}

.sisetu-wrapper[b-1cv6dci5jy]{
    padding:1rem;
}

.sisetu-wrapper .row[b-1cv6dci5jy]{
    margin:0.2rem;
}

    .sisetu-wrapper label.caption[b-1cv6dci5jy] {
        display: inline-block;
        width: 120px !important;
        background: linear-gradient(38deg, #CCC, #DDD);
        padding-left:0.3rem;
    }

[b-1cv6dci5jy] .sisetu-wrapper input{
    border:1px solid #CCC;
    width:400px;
    padding:0.3rem 0.3rem;
}

[b-1cv6dci5jy] .sisetu-wrapper select {
    border: 1px solid #CCC;
    width: 200px;
    padding: 0.3rem 0.3rem;
}

.zaikei-wrapper[b-1cv6dci5jy]{
    padding:1rem;
}

.table-container[b-1cv6dci5jy]{
    width:600px;
    max-height:500px;
    overflow:auto;
}

.zaikei-table[b-1cv6dci5jy] {
    width:100%;
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

    .zaikei-table th[b-1cv6dci5jy] {
        position:sticky;
        top:0;
        background:linear-gradient(08deg, #CCC, #DDD, #FFF);
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
    }

    .zaikei-table td[b-1cv6dci5jy] {
        height:35px;
        text-align:center;
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
    }

[b-1cv6dci5jy] .zaikei-wrapper .zaikei-input {
    border: 1px solid #fff;
    height: 90%;
    width: 96%;
    border: 1px solid #DDD;
}
/* _content/MicWebBlazor/Pages/UserRegist.razor.rz.scp.css */
.title[b-osi2auurdj]{
    background:#000;
    color:white;
    padding:0px 10px;
}

.toggle-button[b-osi2auurdj]{
    margin-left:10px;
    border:none;
    cursor:pointer;
    border-radius:30px;
    background:#f1c343;
    font-weight:bold;
}

.toggle-button:hover[b-osi2auurdj]{
    opacity:0.8;
}

.container[b-osi2auurdj] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.form-area[b-osi2auurdj] {
    display:block;
    flex: 1 1 10px;
    padding: 5px;
    box-sizing: border-box;
    border:0px solid #CCC;
    font-size:0.8rem;
    height:calc(100vh - 40px);
    transition:all 0.3s;
}

.form-area.hyde[b-osi2auurdj]{
    display:none;
}

.permission-panel[b-osi2auurdj] {
    margin-bottom: 12px;
}

[b-osi2auurdj] .permission-panel select {
    height:30px !important;
}

.form-group[b-osi2auurdj]{
    display:inline-flex;
    align-items:center;
    padding:7px 5px;
    border-top:1px solid #ccc;
    font-weight:bold;
}

.form-group button[b-osi2auurdj]{
    color:#111111;
    fill:#FFF;
}

.form-area .form-group label[b-osi2auurdj] {
    display:inline-block;
    width: 165px !important;
    background:#EEE;
}

[b-osi2auurdj] .exist-cd {
    background: lightpink;
}

.exist-cd-msg[b-osi2auurdj] {
    display: inline-block;
    margin-left: 12px;
    color: red;
    font-weight: bold;
}

.list-area[b-osi2auurdj] {
    flex: 2 1 500px;
    min-width: 300px;
    padding: 0;
    box-sizing: border-box;
}

.list[b-osi2auurdj]{
    height:calc(100vh - 70px);
    overflow-y:scroll;
}

.search[b-osi2auurdj]{
    width:200px;
    margin-bottom:6px;
    border-radius:20px;
    padding:4px 9px !important;
}

.user-table[b-osi2auurdj] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

    .user-table th[b-osi2auurdj],
    .user-table td[b-osi2auurdj] {
        border: 0px solid #ccc;
        padding: 0.2rem;
        text-align: left;
        font-size: 0.9rem;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    .user-table th[b-osi2auurdj] {
        /*background: linear-gradient(to bottom, #d8ffea, #bfffdd, #b3f5d2, #a4f2c7);*/
        background: linear-gradient(to bottom, #FFF, #F5F5F5, #EEE, #DDD, #D5D5D5);
        padding: 0;
        text-align: center;
        position:sticky;
        top:0;
    }

.list-user-cd[b-osi2auurdj] {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: blue;
    text-decoration: none;
    font-size:11pt;
    padding:2px 4px;
    transition: text-decoration 0.2s;
}

.list-user-cd:hover[b-osi2auurdj]{
    text-decoration:underline;
    background:#eeeeff;
}

[b-osi2auurdj] input {
    padding: 4px 4px !important;
}

@media (max-width: 768px) {
    .container[b-osi2auurdj] {
        flex-direction: column;
    }
}
/* _content/MicWebBlazor/Shared/AddressSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-97bsuqvpg9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-97bsuqvpg9] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 90vw;
    height:95%;
    max-width: 1000px;
    max-height: 100vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-97bsuqvpg9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-97bsuqvpg9] {
    font-size: 1.2rem;
}

.modal-close[b-97bsuqvpg9] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.selector-box[b-97bsuqvpg9] {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    background-color: #fdfdfd;
    margin-bottom: 1rem;
}

.search-input[b-97bsuqvpg9] {
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 1rem;
    box-sizing: border-box;
}

/* テーブル構造 */
.table-wrapper[b-97bsuqvpg9] {
    height:400px;
    max-height: 400px; /* 高さ */
    overflow-y: auto;
    border: 1px solid #ddd;
}

.table[b-97bsuqvpg9] {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-header[b-97bsuqvpg9] {
    display: table-header-group;
    background-color: #f0f0f0;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-body[b-97bsuqvpg9] {
    display: table-row-group;
}

.table-row[b-97bsuqvpg9] {
    display: table-row;
    cursor: pointer;
    font-size:10pt;

}

.table-row:hover[b-97bsuqvpg9]{
    background:#d2ebff;
}

.cell[b-97bsuqvpg9] {
    display: table-cell;
    border-bottom: 1px solid #eee;
    padding:4px 8px;
}

    .cell.sisetu[b-97bsuqvpg9] {
        width: 20%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }

    .cell.name[b-97bsuqvpg9] {
        width: 30%;
    }

    .cell.mail[b-97bsuqvpg9] {
        width: 30%;
    }

    .cell.action[b-97bsuqvpg9] {
        width: 20%;
        text-align: center;
    }

.add-button[b-97bsuqvpg9] {
    margin-top: 10px;
    padding: 8px 16px;
    font-weight: bold;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor:pointer;
}

/** 追加ユーザー一覧 */
.added-users-title[b-97bsuqvpg9] {
    font-weight: bold;
}

.added-users-box[b-97bsuqvpg9] {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    background-color: #fafafa;
    min-height: 200px;
    height: 400px;
    overflow-y: auto;
}

.no-users-msg[b-97bsuqvpg9] {
    color: #777;
    font-style: italic;
    margin: 0;
}

.added-users-list[b-97bsuqvpg9] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:10pt;
}

.added-user-item[b-97bsuqvpg9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.remove-btn[b-97bsuqvpg9] {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
}

    .remove-btn:hover[b-97bsuqvpg9] {
        background-color: #c0392b;
    }

.modal-footer[b-97bsuqvpg9]{
    margin-top:5px;
}

.btn[b-97bsuqvpg9] {
    box-sizing:border-box;
    width:80px;
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-97bsuqvpg9] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/AllKinSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-sskloiovfk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-sskloiovfk] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-sskloiovfk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-sskloiovfk] {
    font-size: 1.2rem;
}

.modal-close[b-sskloiovfk] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-sskloiovfk] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-sskloiovfk] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 64vh;
    margin-bottom: 5px;
}

.sticky-table[b-sskloiovfk] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .sticky-table th[b-sskloiovfk], .sticky-table td[b-sskloiovfk] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-sskloiovfk] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-sskloiovfk] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-sskloiovfk] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-sskloiovfk] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-sskloiovfk],
    .sticky-table td[b-sskloiovfk] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

    .sticky-table .checkbox[b-sskloiovfk] {
        position: relative;
        width: 50px;
        cursor: pointer;
    }

        .sticky-table .checkbox input[type="checkbox"][b-sskloiovfk] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            width: 35px;
            height: 30px;
            cursor: pointer;
        }

    .sticky-table .cd[b-sskloiovfk] {
        width: 110px;
    }

    .sticky-table .name[b-sskloiovfk] {
        width: 560px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn[b-sskloiovfk] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-sskloiovfk] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/ClsiSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-onb41mj07t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-onb41mj07t] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-onb41mj07t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-onb41mj07t] {
    font-size: 1.2rem;
}

.modal-close[b-onb41mj07t] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-onb41mj07t] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.clsi-caption[b-onb41mj07t]{
    display:inline-block;
    margin-left:20px;
}

.clsi-select[b-onb41mj07t]{
    margin-top:1px;
    height:35px;
    width:100px;
    padding:4px;
    font-size:1rem;
}

.table-container[b-onb41mj07t] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 64vh;
    margin-bottom: 5px;
}

.sticky-table[b-onb41mj07t] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .sticky-table th[b-onb41mj07t], .sticky-table td[b-onb41mj07t] {
        box-sizing: border-box;
        padding: 0.2rem 0.5rem;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #ddd;
    }

    .sticky-table thead th[b-onb41mj07t] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-onb41mj07t] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-onb41mj07t] {
        background-color: #f5f5f5; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover td[b-onb41mj07t] {
        background-color: #dcf3ff;
    }

    .sticky-table .checkbox[b-onb41mj07t] {
        position: relative;
        width: 50px;
        cursor: pointer;
    }

        .sticky-table .checkbox input[type="checkbox"][b-onb41mj07t] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            width: 35px;
            height: 30px;
            cursor: pointer;
        }

    .sticky-table .cd[b-onb41mj07t] {
        width: 100px;
    }

    .sticky-table .version[b-onb41mj07t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn[b-onb41mj07t] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-onb41mj07t] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/CmtArea.razor.rz.scp.css */
.comment-wrapper[b-ziea9wyoln] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ccc;
}

/**コメントエリアタイトル*/
.panel-title[b-ziea9wyoln] {
    font-weight: bold;
    color: #a94461;
    background: #5cc1c1;
    color: white;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-cmt-type[b-ziea9wyoln]{
    color:#444;
    border:1px solid #999;
    border-radius:1rem;
    width:100px;
}

    .select-cmt-type.selected[b-ziea9wyoln] {
        background: linear-gradient(135deg, #F55, #ffd255);
        color: black;
        font-weight: bold;
    }

/**検索エリア*/
.search-area[b-ziea9wyoln] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 4px;
    background: #223;
    border-bottom: 1px solid #445;
}

    .search-area.okyakusama[b-ziea9wyoln] {
        background:linear-gradient(135deg,#fff, #fff);
        color:#000000;
    }

    .search-area .search-box[b-ziea9wyoln] {
        display: flex;
        align-items: center;
        flex: 1; /* ここで横幅を伸ばす */
        border-radius: 4px;
        padding: 2px 6px;
    }

    .search-area .search-box svg[b-ziea9wyoln] {
        flex-shrink: 0;
        margin-right: 4px;
        stroke:#555;
    }

    .search-area .search-box input[b-ziea9wyoln] {
        padding: 4px 4px;
        background: none !important;
        flex: 1; /* 入力欄が残り幅を取る */
        border: none;
        outline: none;
        color: white;
    }

    .search-area.okyakusama .search-box input[b-ziea9wyoln]{
        color:#000000;
    }

    .search-area .search-box .clear-btn[b-ziea9wyoln] {
        border: none;
        background: transparent;
        cursor: pointer;
        font-size: 1.1rem;
        color: #999;
        margin-left: 4px;
    }

    .search-area .search-box .clear-btn:hover[b-ziea9wyoln] {
        color: #FFF;
    }

    .search-area.okyakusama .search-box .clear-btn:hover[b-ziea9wyoln] {
        color: #000000;
    }

    .search-area .scroll-btn[b-ziea9wyoln] {
        border: none;
        background: transparent;
        color: white;
        cursor: pointer;
        padding: 4px;
    }

    .search-area.okyakusama .scroll-btn[b-ziea9wyoln] {
        color:#000000;
    }

/**コメントエリア全般グリッド*/
.comment-grid[b-ziea9wyoln] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

/**コメント履歴エリア*/
.history-area[b-ziea9wyoln] {
    flex: 1;
    overflow-y: scroll;
    background:#334;
    color:white;
}
    .history-area.okyakusama[b-ziea9wyoln] {
        background: linear-gradient(135deg, #efffff, #fffeee);
        color: #000000;
    }

/**コメント追加エリア関連*/
.add-cmt-area[b-ziea9wyoln] {
    background: #fff5f5;
    color: #111111;
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #F55;
}

/**コメント各パーツ*/
.cmt-row[b-ziea9wyoln] {
    margin: 0px;
    border-bottom: 1px dashed #445;
    padding: 7px;
}
.cmt-cell[b-ziea9wyoln] {
    font-size: 0.8rem;
    padding: 7px;
}

.content[b-ziea9wyoln] {
    display:inline-block;
    max-width:360px;
    text-align: left;
    background: #fff;
    color: #000000;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 10px;
    font-size: 0.8rem;
    box-shadow: 1px 1px 4px #999;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: anywhere;
}

/**カレントユーザーの時*/
.justy-end[b-ziea9wyoln] {
    text-align: right !important;
}

.justy-end .content[b-ziea9wyoln]{
    background:#FFFFAA;
}

/**リプライメッセージパネル*/
.reply-add-wrapper[b-ziea9wyoln] {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    text-align: left;
    font-size: 0.8rem;
    border: 2px solid #CCC;
}
.justy-end .reply-add-wrapper[b-ziea9wyoln] {
    background: #FFFFAA;
}

.to-scroll[b-ziea9wyoln] {
    cursor: pointer;
}

.reply-mark[b-ziea9wyoln] {
    padding: 2px 7px;
    background: #fff154;
    color: #B51;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #999;
}

.reply-add-wrapper span[b-ziea9wyoln] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.reply-preview[b-ziea9wyoln] {
    color: #A5A5A5;
    font-weight: bold;
}

.reply-content[b-ziea9wyoln] {
    margin-top: 5px;
    border-top: 1px solid #BBBBBB;
    padding: 3px;
    box-sizing:border-box;
    max-width:360px;
}

/* リプライから戻るボタン */
.back-scroll-button-wrapper[b-ziea9wyoln] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0rem;
    border-bottom: 1px solid #ccc;
    background: #312;
    transition: all 0.2s;
}

.back-btn[b-ziea9wyoln] {
    width: 100%;
    background: none;
    color: white;
    border: 0px solid white;
    padding: 1rem 1rem;
    margin: 0 auto;
    transition: all 0.2s;
}
    .back-btn:hover[b-ziea9wyoln] {
        background: #201;
    }

.close-btn[b-ziea9wyoln] {
    background: none;
    border: none;
    color: white;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    font-size: 1rem;
    transform: translateY(-50%);
    padding: 0.5rem 1rem;
    transition: all 0.2s;
}
    .close-btn:hover[b-ziea9wyoln] {
        background: #666;
        border-radius: 25px;
    }


.add-header[b-ziea9wyoln] {
    position: sticky;
    top: 0;
    margin-bottom: 12px;
    background: #f99;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.add-cmt-cancel[b-ziea9wyoln]{
    display:inline-block;
    flex:1;
    box-sizing:border-box;
    border-left:1px solid #fff;
    cursor:pointer;
    color:#900;
    text-align:center;
}

    .add-cmt-cancel:hover[b-ziea9wyoln]{
        background:#F55;
        color:#FFF;
    }

.input-area[b-ziea9wyoln] {
    box-sizing: border-box;
}

    .cmt-cell.add[b-ziea9wyoln]{
        padding:2px;
        padding-bottom:10px;
    }

    .cmt-cell.add .content[b-ziea9wyoln]{
        background:#FFF !important;
        font-size:0.9rem;
        border:2px solid pink;        
    }

.cmt-remove[b-ziea9wyoln]{
    background:none;
    color:#666;
    border:none;
    font-size:1.1rem;
    margin-right:5px;
    border-radius:10px;
    transition:all 0.2s;
}

.cmt-remove:hover[b-ziea9wyoln]{
    background:#DDD;
    color:#111111;
}

.comment-box[b-ziea9wyoln] {
    box-sizing: border-box;
    padding: 7px;
    background: #DEE;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #DDD;
    border-radius: 6px;
}

.cmt-info-wrapper[b-ziea9wyoln] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

    .cmt-info-wrapper .left[b-ziea9wyoln] {
        text-align: left;
        font-size: 0.9rem;
        font-weight: bold;
        padding-right: 20px;
    }

    .cmt-info-wrapper .right[b-ziea9wyoln] {
        text-align: right;
        padding-right: 4px;
        font-size: 0.8rem;
    }

        .cmt-info-wrapper .right .send[b-ziea9wyoln] {
            background: #09F;
            color: white;
            border: none;
            border-radius: 20px;
            padding: 6px 10px;
        }

            .cmt-info-wrapper .right .send:hover[b-ziea9wyoln] {
                background: #05F;
            }

.cmt-textarea[b-ziea9wyoln] {
    min-height: 1.2em;
    line-height: 1.2em;
    resize: none;
    overflow-y: scroll;
    padding: 8px;
}

/**コメント追加エリアのリプライありの時のデザイン*/
.cmt-cell.add .reply-add-wrapper[b-ziea9wyoln] {
    border-color:pink;
    box-shadow:1px 1px 2px #999;
}

.cmt-cell.add .reply-add-wrapper span[b-ziea9wyoln]{
    font-size:0.75rem;
    font-weight:bold;
}

.cmt-cell.add .reply-add-wrapper .reply-content[b-ziea9wyoln] {
    margin-top: 5px;
    border-top: 1px solid #BBBBBB;
    background: #FFF;
    padding: 3px;
}

/**リプライ入力エリア関連*/
.reply-info[b-ziea9wyoln] {
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #CCC;
    background: #112;
    color: white;
}

.reply-header[b-ziea9wyoln] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-weight:bold;
    padding:2px 4px;
    color:#CCD;
}

.reply-body[b-ziea9wyoln] {
    font-size: 0.9rem;
    max-height: 60px;
    overflow-y: auto;
    color: white;
    border-top: 1px solid #556;
    padding: 4px 4px;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.cancel-reply[b-ziea9wyoln] {
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
    color: #999;
}

.cancel-reply:hover[b-ziea9wyoln]{
    background:#223;
    color:#FFF;
}

.cmt-input-wrapper[b-ziea9wyoln] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cmt-textarea[b-ziea9wyoln] {
    width: 100%;
    min-height: 40px;
    padding-right: 70px;
    box-sizing: border-box;
}

.send-inside[b-ziea9wyoln] {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 0.8rem;
}

    .send-inside:disabled[b-ziea9wyoln] {
        background: #ccc;
        cursor: not-allowed;
    }

.reply-preview[b-ziea9wyoln]{
    text-align:left;
}

.reply-btn[b-ziea9wyoln]{
    border:none;
    background:none;
    color:white;
    border-right:1px solid #556;
    margin-top:3px;
    padding:0px 10px;
}

.okyakusama .reply-btn[b-ziea9wyoln]{
    color:#000000;
}

.justy-end .reply-btn[b-ziea9wyoln] {
    border: none;
    border-left: 1px solid #556;   
}

.reply-btn:hover:not(:disabled)[b-ziea9wyoln] {
    color: #00b1ff;
}

.reply-btn:disabled[b-ziea9wyoln] {
    color: darkgray;
    cursor: not-allowed;
    opacity: 0.6;
    background:none;
    border:none;
}

/**取消し*/
[b-ziea9wyoln] .cmt-row.justy-end .cmt-cell.deleted .content {
    background: #667 !important;
}

[b-ziea9wyoln] .deleted .content {
    background: #667 !important;
}

[b-ziea9wyoln] .deleted .reply-add-wrapper {
    background: #667 !important;
}

.deleted .header-info[b-ziea9wyoln] {
    text-decoration: line-through;
}

.deleted .reply-content[b-ziea9wyoln] {
    text-decoration: line-through;
}

.deleted .content[b-ziea9wyoln] {
    text-decoration: line-through;
}

.deleted-reply .reply-header-info[b-ziea9wyoln] {
    text-decoration: line-through;
}

.deleted-reply .reply-preview[b-ziea9wyoln] {
    text-decoration: line-through;
}

.highlight-reply[b-ziea9wyoln] {
    background-color: #C55 !important;
    transition: background-color 1s ease;
}

.thread-block[b-ziea9wyoln] {
    margin-top: 5px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
}

.thread-item[b-ziea9wyoln] {
    margin: 4px 0;
}


.thread-wrapper[b-ziea9wyoln]{
    padding:5px;
}

.thread-header[b-ziea9wyoln]{
    background:#ddd;
}
/* _content/MicWebBlazor/Shared/ConfirmDialog.razor.rz.scp.css */
.wait-overlay[b-f0bb2ym2er] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明黒 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* 画面最前面 */
}

.wait-content[b-f0bb2ym2er] {
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
    padding:2rem;
    border-radius:0.5rem;
}

.wait-content .msg[b-f0bb2ym2er]{
    margin-bottom:1rem;
}

.wait-content button[b-f0bb2ym2er] {
    margin-right: 10px;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

    .wait-content button:hover[b-f0bb2ym2er] {
        background-color: #e0e0e0;
    }

    .wait-content button:focus[b-f0bb2ym2er] {
        outline: none;
        border: 2px solid #007BFF;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.7);
        background-color: #cce5ff;
    }        
/* _content/MicWebBlazor/Shared/EproImportModal.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-m6p539i64p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-m6p539i64p] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee;
    border-radius: 6px;
    padding: 1rem;
    width: 1380px;
    height: 80vh;
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-m6p539i64p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
    flex-shrink: 0; /* ヘッダー縮ませない */
}

.modal-body[b-m6p539i64p] {
    flex: 1;
    display: flex;
    gap: 0px;
}

.modal-footer[b-m6p539i64p] {
    flex-shrink: 0;
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/********************************
    ボディ部を左と右に分ける
*********************************/
.body-panel-wrapper[b-m6p539i64p] {
    flex: 1;
}

/** 左：プロジェクトに登録されてる菌種一覧 */
.pj-kins[b-m6p539i64p] {
    border: 1px solid #999;
    border-right:none;
    overflow-y: auto;
    background: #fff;
}

/** 右：ファイルから取得した菌種一覧 */
.import-kins[b-m6p539i64p] {
    border: 1px solid #999;
    overflow-y: auto;
    background: #fff;
}

/**テーブルデザイン*/
.table-container[b-m6p539i64p]{
    height:610px;
    overflow-y:scroll;
}

.sticky-table[b-m6p539i64p] {
    border-spacing: 0;
    width:100%;
}

.sticky-table tbody td[b-m6p539i64p] {
    box-sizing:border-box;
    height:40px;
    padding:2px 6px;
    border-bottom: 1px solid #DDD !important;
    background:white;
}

.req-kin-name[b-m6p539i64p]{
    box-sizing:border-box;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.check-cell[b-m6p539i64p]{
    width:40px;
}

.add-kin[b-m6p539i64p]{
    font-weight:bold;
    color:darkgreen;
    background:#f0f9ff !important;
}

/**ファイル選択ボタン*/
.file-select-button[b-m6p539i64p] {
    background: #008707;
    color: white;
    cursor: pointer;
    padding: 1px 8px;
    border-radius: 4px;
    transition: all 0.2s;
}

    .file-select-button:hover[b-m6p539i64p] {
        background: #1f9f1f;
    }

/**閉じるボタン*/
.modal-close[b-m6p539i64p] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.match[b-m6p539i64p]{
    color:blue;
}

.unmatch[b-m6p539i64p] {
    color: red;
}

/**下部のボタン*/
.btn[b-m6p539i64p] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-m6p539i64p] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/HistPlateView.razor.rz.scp.css */
/* グリッド全体 */
.flex-wrapper[b-5adozu4hj5] {
    display: flex;
    gap: 5px;
    width: 95vw;
    margin-top:10px;
    padding:0px 2px;
    box-sizing:border-box;
}

.header-info[b-5adozu4hj5]{
    display:inline-flex;
    border-radius:50%;
    align-items:center;
    /*height:25px;*/
    font-weight:bold;
    /*background-color:#ffed7e;*/
    line-height:1rem;
    padding:0px 5px;
}

.well-grid-wrapper[b-5adozu4hj5]{
    flex:1;
    height:calc(95vh - 245px);
    overflow:auto;
    border:1px solid #CCC;
}

.well-grid[b-5adozu4hj5] {
    border-collapse: collapse;
    border-spacing:0;
    width: 99%;
    table-layout: fixed;
    background-color: #fff;
    font-size: 0.9rem;
}

    /* ヘッダー */
    .well-grid thead th[b-5adozu4hj5] {
        /*background: linear-gradient(to bottom, #1f3f6f,#163566,#062556,#062556);*/
        background: #2c3e50;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 1px;
        border: 1px solid #ccc;
    }

    /* ヘッダ行を固定 */
    .well-grid thead th[b-5adozu4hj5] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    /* 行ラベル */
    .well-grid tbody th[b-5adozu4hj5] {
        /*background: linear-gradient(to bottom, #1f3f6f,#163566,#062556,#062556);*/
        background: #2c3e50;
        color: white;
        text-align: center;
        font-weight: bold;
        border: 1px solid #ddd;
    }

/* セル */
.well-cell[b-5adozu4hj5] {
    border: 1px solid #ddd;
    text-align: center;
    height: 70px; /* 縦を揃える */
    width: 70px; /* 横を揃える */
    box-sizing: border-box;
    cursor:pointer;
}

    .well-cell.selected-well .circle[b-5adozu4hj5] {
        background-color: #FFA !important;
        box-shadow:0px 0px 5px #000;
    }

/* 中の丸 or 四角（薬剤表示用） */
.circle[b-5adozu4hj5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #bbb;
    background-color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.circle:hover[b-5adozu4hj5]{
    background-color:#ddd;
}

    .circle.diff[b-5adozu4hj5] {
        background-color: #ffe4e1;
        border: 1px solid red;
        animation: flash-bg-b-5adozu4hj5 0.6s ease;
    }

    .circle .diff-text[b-5adozu4hj5] {
        color: #0070c0;
        font-weight: bold;
        transition: color 0.3s ease;
        animation: flash-text-b-5adozu4hj5 0.6s ease;
    }

    /* 中の文字を調整 */
    .circle div[b-5adozu4hj5] {
        width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@keyframes flash-bg-b-5adozu4hj5 {
    0% {
        background-color: #fff0f0;
    }

    50% {
        background-color: #ffe0e0;
    }

    100% {
        background-color: #fff0f0;
    }
}

/* 文字色フラッシュアニメーション */
@keyframes flash-text-b-5adozu4hj5 {
    0% {
        color: #ffcccc;
    }

    50% {
        color: #d9534f;
    }

    100% {
        color: #ffcccc;
    }
}
/* _content/MicWebBlazor/Shared/KinSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-eizqc7gw9t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-eizqc7gw9t] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-eizqc7gw9t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-eizqc7gw9t] {
    font-size: 1.2rem;
}

.modal-close[b-eizqc7gw9t] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-eizqc7gw9t] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-eizqc7gw9t] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 64vh;
    margin-bottom:5px;
}

.sticky-table[b-eizqc7gw9t] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .sticky-table th[b-eizqc7gw9t], .sticky-table td[b-eizqc7gw9t] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-eizqc7gw9t] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-eizqc7gw9t] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-eizqc7gw9t] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-eizqc7gw9t] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-eizqc7gw9t],
    .sticky-table td[b-eizqc7gw9t] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

    .sticky-table .checkbox[b-eizqc7gw9t] {
        position: relative;
        width: 50px;
        cursor: pointer;
    }

        .sticky-table .checkbox input[type="checkbox"][b-eizqc7gw9t] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            width: 35px;
            height: 30px;
            cursor: pointer;
        }

    .sticky-table .cd[b-eizqc7gw9t] {
        width: 110px;
    }

    .sticky-table .name[b-eizqc7gw9t] {
        width: 560px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn[b-eizqc7gw9t] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-eizqc7gw9t] {
        background-color: #005fa3;
    }

.removed-kin[b-eizqc7gw9t] {
    text-decoration: line-through;
    color: #888;
}
/* _content/MicWebBlazor/Shared/Loading.razor.rz.scp.css */
/*************************************
   ドットが跳ねるやつ 
**************************************/

/*.dots {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

    .dots div {
        width: 15px;
        height: 15px;
        background-color: #999999;
        border-radius: 50%;
        animation: bounce 1.5s infinite ease-in-out;
    }

        .dots div:nth-child(2) {
            animation-delay: 0.3s;
        }

        .dots div:nth-child(3) {
            animation-delay: 0.6s;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
*/


/*************************************
    プログレスバー風
**************************************/
/*.loading-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px;
}

.bar {
    width: 100px;
    height: 40px;
    background: linear-gradient(to right, #ccc 10%, #999 30%, #ccc 50%);
    background-size: 200% 100%;
    animation: movebar 1.2s linear infinite;
}*/
.loading-container[b-pgk31offre] {
    width: 100%; /* 画面幅いっぱい */
    height: 100vh; /* 画面高さいっぱい → これが重要 */
    display: flex;
    align-items: center; /* 垂直中央 */
    justify-content: center; /* 水平中央 */
}

.loader-line[b-pgk31offre] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color:#5588bb;
}

    .loader-line .dot[b-pgk31offre] {
        width: 18px;
        height: 18px;
        background: #5588bb;
        border-radius: 50%;
        animation: jump-b-pgk31offre 1s infinite ease-in-out;
    }

        .loader-line .dot:nth-child(2)[b-pgk31offre] {
            animation-delay: 0.1s;
        }

        .loader-line .dot:nth-child(3)[b-pgk31offre] {
            animation-delay: 0.2s;
        }

        .loader-line .dot:nth-child(4)[b-pgk31offre] {
            animation-delay: 0.3s;
        }

@keyframes jump-b-pgk31offre {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*@keyframes movebar {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}*/
/* _content/MicWebBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-wbbsly4gxz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wbbsly4gxz] {
    flex: 1;
}

.sidebar[b-wbbsly4gxz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wbbsly4gxz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wbbsly4gxz]  a, .top-row .btn-link[b-wbbsly4gxz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wbbsly4gxz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* _content/MicWebBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hg4d3et0ub] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hg4d3et0ub] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hg4d3et0ub] {
    font-size: 1.1rem;
}

.oi[b-hg4d3et0ub] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hg4d3et0ub] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hg4d3et0ub] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hg4d3et0ub] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hg4d3et0ub]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hg4d3et0ub]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hg4d3et0ub]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hg4d3et0ub] {
        display: none;
    }

    .collapse[b-hg4d3et0ub] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hg4d3et0ub] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MicWebBlazor/Shared/NoudoKijunPicker.razor.rz.scp.css */

.input-with-clear[b-u9yo3mhhbo] {
    position: relative;
}

.input-yak-name[b-u9yo3mhhbo] {
    caret-color: #ccc;
    width:90px;
    border:none;
    background:#f5f5f5;
    border-bottom:1px solid #CCC;
    text-align:center;
    font-size:1rem;
}

input.input-yak-name[b-u9yo3mhhbo]::placeholder {
    color: #c0c0c0;
}
.yak-panel-wrapper[b-u9yo3mhhbo] {
    position: absolute;
    width: 180px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    color: #202020;
    display: none;
    animation-name: fadein-b-u9yo3mhhbo;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    border-radius: 7px;
}

.yak-panel-body[b-u9yo3mhhbo] {
    max-height:400px;
    overflow:auto;
    text-align:left;
}

.yak-panel-body button[b-u9yo3mhhbo]{
    border:none;
    background:none;
}

@keyframes fadein-b-u9yo3mhhbo {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/* _content/MicWebBlazor/Shared/ShohoHistModal.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-a2y0hyousv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal[b-a2y0hyousv] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    width: 95vw;
    height: 95vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-a2y0hyousv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background:#2c3e50;
}

.sidebar-info[b-a2y0hyousv] {
    display: flex;
    align-items: center;
}

.info-item[b-a2y0hyousv] {
    display: flex;
    align-items: baseline;
}

    .info-item .label[b-a2y0hyousv] {
        color: #FFFFFF;
        padding:0px 12px;
    }

    .info-item .value[b-a2y0hyousv] {
        color: #FFFF00;
    }

.modal-close[b-a2y0hyousv] {
    border: none;
    background-color: #c22a00;
    color: #fff;
    height:100%;
    width:40px;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

    .modal-close:hover[b-a2y0hyousv] {
        background-color: #a32300;
        color: #fff;
    }

    .modal-close span[b-a2y0hyousv] {
        font-size: 1rem;
        display: block;
        transform: scale(1.2);
    }

.tabs[b-a2y0hyousv] {
    display: flex;
    border-bottom: 2px solid #ccc;
}

.tab[b-a2y0hyousv] {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
}

    .tab.active[b-a2y0hyousv] {
        border-bottom-color: #007bff;
        color: #007bff;
    }

    .tab:disabled[b-a2y0hyousv] {
        color: #999;
        cursor: not-allowed;
    }

.modal-body[b-a2y0hyousv] {
    flex: 1;
    display: flex;
    flex-direction:column;
    gap: 0px;
    padding-top:10px;
}

.filter-box[b-a2y0hyousv]{
    margin:4px 25px;
    color:white;
    font-size:0.9rem;
}

.filter-box select[b-a2y0hyousv]{
    width:400px;
    height:20px;
    font-size:1rem;
}

.filter-box button[b-a2y0hyousv]{
    padding:0;
    border:none;
    background:none;
    color:#fff;
    text-decoration:underline;
    font-weight:normal;
}

.hist-list-wrapper[b-a2y0hyousv] {
    margin:0px 10px;
    max-height: 160px;
    width:1100px;
    overflow-y: auto;
    border: 1px solid #062050;
}

.hist-list[b-a2y0hyousv] {
    width: 100%;
    border-collapse: collapse;
}

    .hist-list tr[b-a2y0hyousv]{
        box-sizing:border-box;
    }

    .hist-list tr.selected[b-a2y0hyousv] {
        background-color: #cce5ff;
    }

    .hist-list tr:hover[b-a2y0hyousv] {
        cursor: pointer;
        background-color:#dfefff;
    }

        .hist-list tr.disabled[b-a2y0hyousv] {
            cursor: not-allowed;
            color:#999999;
        }
            .hist-list tr.disabled:hover[b-a2y0hyousv] {
                background-color: inherit; /* hover しても色変わらない */
            }

        .hist-list tr.deleted[b-a2y0hyousv] {
            color: brown;
            cursor: not-allowed;
        }
            .hist-list tr.deleted:hover[b-a2y0hyousv] {
                background-color: inherit; /* hover しても変化なし */
            }

    .hist-list th[b-a2y0hyousv], .hist-list td[b-a2y0hyousv] {
        box-sizing: border-box;
        height: 23px;
        padding: 0px 5px;
        font-size: 0.8rem;
    }

    .hist-list th[b-a2y0hyousv] {
        /*background: linear-gradient(to bottom, #1f3f6f,#163566,#062556,#062556);*/
        background: #2c3e50;
        color: white;
        font-weight: normal;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .hist-list td[b-a2y0hyousv] {
        border-bottom:1px solid #999;
        border-left:1px solid #DDD;
    }

.compare-wrapper[b-a2y0hyousv] {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

@media (max-width: 1100px) {
    .modal[b-a2y0hyousv]{
        overflow:auto;
    }
}
/* _content/MicWebBlazor/Shared/SirPicker.razor.rz.scp.css */

.input-with-clear[b-oj7v3q1wh2] {
    position: relative;
}

.input-yak-name[b-oj7v3q1wh2] {
    caret-color: #ccc;
    width:90px;
    border:none;
    background:#f5f5f5;
    border-bottom:1px solid #CCC;
    text-align:center;
    font-size:1rem;
}

input.input-yak-name[b-oj7v3q1wh2]::placeholder {
    color: #c0c0c0;
}
.yak-panel-wrapper[b-oj7v3q1wh2] {
    position: absolute;
    width: 180px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    color: #202020;
    display: none;
    animation-name: fadein-b-oj7v3q1wh2;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    border-radius: 7px;
}

.yak-panel-body[b-oj7v3q1wh2] {
    max-height:400px;
    overflow:auto;
    text-align:left;
}

.yak-panel-body button[b-oj7v3q1wh2]{
    border:none;
    background:none;
}

@keyframes fadein-b-oj7v3q1wh2 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/* _content/MicWebBlazor/Shared/SisetuSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-xdap1hjyqq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-xdap1hjyqq] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 800px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-xdap1hjyqq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-xdap1hjyqq] {
    font-size: 1.2rem;
}

.modal-close[b-xdap1hjyqq] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-xdap1hjyqq] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-xdap1hjyqq] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-xdap1hjyqq] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*table-layout: fixed;*/
}

    .sticky-table th[b-xdap1hjyqq], .sticky-table td[b-xdap1hjyqq] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-xdap1hjyqq] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-xdap1hjyqq] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-xdap1hjyqq] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-xdap1hjyqq] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-xdap1hjyqq],
    .sticky-table td[b-xdap1hjyqq] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-xdap1hjyqq],
        .sticky-table td:nth-child(3)[b-xdap1hjyqq] {
            width: 90px;
        }

    .sticky-table .cd[b-xdap1hjyqq]{
        width:110px;
    }

    .sticky-table .name[b-xdap1hjyqq]{
        width:560px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .sticky-table .action[b-xdap1hjyqq]{
        width:110px;
    }

.btn[b-xdap1hjyqq] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-xdap1hjyqq] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/UserRegistEdit.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-j37fd0wqu0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.modal[b-j37fd0wqu0] {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1001;
    display: flex;
    flex-direction: column;
}

.modal-header[b-j37fd0wqu0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-j37fd0wqu0] {
    font-size: 1.2rem;
}

.modal-close[b-j37fd0wqu0] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.form-grid[b-j37fd0wqu0] {
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 0.5rem;
    column-gap: 1rem;
    padding: 1rem;
}

.form-control[b-j37fd0wqu0] {
    width: 100%;
    padding: 0.3rem;
}

.modal-footer[b-j37fd0wqu0] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
}
/* _content/MicWebBlazor/Shared/UserSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-fg5ayx6cfq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-fg5ayx6cfq] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-fg5ayx6cfq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-fg5ayx6cfq] {
    font-size: 1.2rem;
}

.modal-close[b-fg5ayx6cfq] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-fg5ayx6cfq] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-fg5ayx6cfq] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-fg5ayx6cfq] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-fg5ayx6cfq], .sticky-table td[b-fg5ayx6cfq] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-fg5ayx6cfq] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-fg5ayx6cfq] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-fg5ayx6cfq] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-fg5ayx6cfq] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-fg5ayx6cfq],
    .sticky-table td[b-fg5ayx6cfq] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-fg5ayx6cfq],
        .sticky-table td:nth-child(3)[b-fg5ayx6cfq] {
            width: 90px;
        }

.btn[b-fg5ayx6cfq] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-fg5ayx6cfq] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/ValidateDialog.razor.rz.scp.css */
.wait-overlay[b-i848cz94do] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明黒 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* 画面最前面 */
}

.wait-content[b-i848cz94do] {
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
    padding:2rem;
    border-radius:0.5rem;
    animation:fadein 0.2s ease-out;
}

.wait-content .msg[b-i848cz94do]{
    margin-bottom:1rem;
}

.wait-content button[b-i848cz94do] {
    margin-right: 10px;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

    .wait-content button:hover[b-i848cz94do] {
        background-color: #e0e0e0;
    }

    .wait-content button:focus[b-i848cz94do] {
        outline: none;
        border: 2px solid #007BFF;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.7);
        background-color: #cce5ff;
    }

.warning-icon[b-i848cz94do] {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.blinking-icon[b-i848cz94do] {
    animation: blink-b-i848cz94do 1.5s infinite;
}

@keyframes blink-b-i848cz94do {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/MicWebBlazor/Shared/WaitOverlay.razor.rz.scp.css */
.wait-overlay[b-stccsgnc1w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明黒 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* 画面最前面 */
}

.wait-content[b-stccsgnc1w] {
    text-align: center;
    color: #fff;
}

.spinner[b-stccsgnc1w] {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    animation: spin-b-stccsgnc1w 1s linear infinite;
}

@keyframes spin-b-stccsgnc1w {
    100% {
        transform: rotate(360deg);
    }
}

.wait-text[b-stccsgnc1w] {
    font-size: 1.2rem;
}
/* _content/MicWebBlazor/Shared/WellHistoryModal.razor.rz.scp.css */
/* モーダル背景 */
.modal-backdrop[b-0seoh1hq58] {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    /*background: rgba(0,0,0,0.4);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* モーダル本体 */
.modal[b-0seoh1hq58] {
    position: fixed;
    top: 25%;
    left: 25%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    width: 800px;
    max-height: 80%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    animation: fadeIn-b-0seoh1hq58 0.2s ease-in-out;
    overflow: hidden;
    z-index: 1050;
}

/* ヘッダー */
.modal-header[b-0seoh1hq58] {
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2c3e50;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
}

.modal-close[b-0seoh1hq58] {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s;
}

    .modal-close:hover[b-0seoh1hq58] {
        transform: scale(1.2);
    }

/* ボディ部分 */
.modal-body[b-0seoh1hq58] {
    padding: 15px;
    overflow-y: auto;
    flex: 1;
}

    /* テーブル */
    .modal-body table[b-0seoh1hq58] {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    .modal-body th[b-0seoh1hq58], .modal-body td[b-0seoh1hq58] {
        border: 1px solid #ddd;
        padding: 2px 10px;
        text-align: left;
        white-space: nowrap;
    }

    .modal-body td.user-info[b-0seoh1hq58]{
        width:240px;
        text-align:right;
    }

    .modal-body td.op-type[b-0seoh1hq58]{
        width:80px;
        text-align:center;
    }

    .modal-body tr.deleted[b-0seoh1hq58]{
        color:#999;
        text-decoration:line-through;
    }

    .modal-body tr.current[b-0seoh1hq58] {
        background: #ffc !important;
    }

    .modal-body tr.new-record[b-0seoh1hq58] {
        font-weight:bold;
    }

    .modal-body th[b-0seoh1hq58] {
        background: #f4f6f8;
        font-weight: bold;
    }

    .modal-body tr:nth-child(even)[b-0seoh1hq58] {
        background: #fafafa;
    }

    .modal-body tr:hover[b-0seoh1hq58] {
    }

.circle[b-0seoh1hq58] {
    border: 1px solid #999999;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column; /* 縦に並べる */
    justify-content: center; /* 上下中央 */
    align-items: center; /* 左右中央 */
    margin: auto;
    padding: 2px;
    box-sizing: border-box;
}

.circle div[b-0seoh1hq58] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}

.well-pos[b-0seoh1hq58]{
    display:inline-block;
    background:#FF5;
    color:#000;
    padding:1px 4px;
    border-radius:20px;
}

/* アニメーション */
@keyframes fadeIn-b-0seoh1hq58 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/MicWebBlazor/Shared/YakNamePicker.razor.rz.scp.css */

.input-with-clear[b-ak81fbxrxj] {
    position: relative;
}

.input-yak-name[b-ak81fbxrxj] {
    caret-color: #ccc;
    width:90px;
    border:none;
    background:#f5f5f5;
    border-bottom:1px solid #CCC;
    text-align:center;
    font-size:1rem;
}

input.input-yak-name[b-ak81fbxrxj]::placeholder {
    color: #c0c0c0;
}
.yak-panel-wrapper[b-ak81fbxrxj] {
    position: absolute;
    width: 180px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    color: #202020;
    display: none;
    animation-name: fadein-b-ak81fbxrxj;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    border-radius: 7px;
}

.yak-panel-body[b-ak81fbxrxj] {
    max-height:400px;
    overflow:auto;
    text-align:left;
}

.yak-panel-body button[b-ak81fbxrxj]{
    border:none;
    background:none;
}

@keyframes fadein-b-ak81fbxrxj {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/* _content/MicWebBlazor/Shared/YakSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-6g80dret2j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-6g80dret2j] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-6g80dret2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-6g80dret2j] {
    font-size: 1.2rem;
}

.modal-close[b-6g80dret2j] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-6g80dret2j] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-6g80dret2j] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-6g80dret2j] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-6g80dret2j], .sticky-table td[b-6g80dret2j] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-6g80dret2j] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-6g80dret2j] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-6g80dret2j] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-6g80dret2j] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-6g80dret2j],
    .sticky-table td[b-6g80dret2j] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-6g80dret2j],
        .sticky-table td:nth-child(3)[b-6g80dret2j] {
            width: 90px;
        }

.btn[b-6g80dret2j] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-6g80dret2j] {
        background-color: #005fa3;
    }
/* _content/MicWebBlazor/Shared/ZaikeiSelector.razor.rz.scp.css */
/* モーダル全体 */
.overlay[b-66923oc73i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
}

.modal[b-66923oc73i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 6px;
    padding: 1rem;
    width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    animation: modal-pop 0.25s ease-out;
}

.modal-header[b-66923oc73i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-title[b-66923oc73i] {
    font-size: 1.2rem;
}

.modal-close[b-66923oc73i] {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.input[b-66923oc73i] {
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}

.table-container[b-66923oc73i] {
    flex: 1;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    height: 68vh;
}

.sticky-table[b-66923oc73i] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    .sticky-table th[b-66923oc73i], .sticky-table td[b-66923oc73i] {
        padding: 0.2rem 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sticky-table thead th[b-66923oc73i] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sticky-table tbody tr:nth-child(odd)[b-66923oc73i] {
        background-color: #ffffff; /* 奇数行の背景 */
    }

    .sticky-table tbody tr:nth-child(even)[b-66923oc73i] {
        background-color: #fafafa; /* 偶数行の背景 */
    }

    .sticky-table tbody tr:hover[b-66923oc73i] {
        background-color: #dcf3ff !important;
    }

    .sticky-table th[b-66923oc73i],
    .sticky-table td[b-66923oc73i] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #CCC;
    }

        .sticky-table th:nth-child(3)[b-66923oc73i],
        .sticky-table td:nth-child(3)[b-66923oc73i] {
            width: 90px;
        }

.ctrl[b-66923oc73i]{
    width:100px;
}

.btn[b-66923oc73i] {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border: 1px solid #007acc;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover[b-66923oc73i] {
        background-color: #005fa3;
    }
