@import '_content/RazorClassLibrary/RazorClassLibrary.8ugwwkntft.bundle.scp.css';

/* _content/TacDaily/Components/Layout/TacmanLayout001.razor.rz.scp.css */
.page[b-hc02u7wmte] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hc02u7wmte] {
    flex: 1;
}

/*.menu-items {
    color: black;
    background-color: transparent;
    cursor: default;
    padding: 10px 0px 10px 10px;
    margin: 0px;
}

.menu-items:hover {*/
    /*color: white;*/
    /*background-color: whitesmoke;
    cursor: pointer;
}*/

.menu-text[b-hc02u7wmte] {
    color: black;
    background-color: transparent;
    cursor: default;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    width:100%;
    text-decoration-line:none;
    /*font-weight:normal;*/
}

.menu-text:hover[b-hc02u7wmte] {
    /*color: white;*/
    background-color: whitesmoke;
    /*font-weight: bold;*/
    cursor: pointer;
}

/* _content/TacDaily/Components/Pages/DailyCopy.razor.rz.scp.css */
.clear-wrapper[b-4p66ewvrt0] {
    position: relative;
}

.clear-btn[b-4p66ewvrt0] {
    visibility: hidden;
}

.clear-wrapper:hover .clear-btn[b-4p66ewvrt0] {
    visibility: visible;
}
/* _content/TacDaily/Components/Pages/DailyEditor.razor.rz.scp.css */
/* DialogContent 内の全体レイアウト */
.dialog-content-wrapper[b-u1ohwuyw86] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0; /* ← 超重要（これないと崩れる） */
}

/* 上部（ヘッダー） */
.dialog-header-area[b-u1ohwuyw86] {
    flex: 0 0 auto;
}

/* タブ */
.dialog-tab-area[b-u1ohwuyw86] {
    flex: 0 0 auto;
}

/* テーブル領域（可変） */
.dialog-table-area[b-u1ohwuyw86] {
    flex: 1 1 auto;
    min-height: 0;      /* ← これも重要 */
    overflow: hidden;   /* ← 外にはみ出さない */
}

.table-scroll[b-u1ohwuyw86] {
    /*max-height: calc(100vh - 500px);*/ /*作業明細部分の高さ制限 */
    /*flex: 1 1 auto;*/
    height: 100%;
    overflow-y: auto; /* 縦スクロール */
    overflow-x: auto; /* 横スクロール */
}

.fixed-table[b-u1ohwuyw86] {
    table-layout: fixed;
    width: auto;
    margin: 0px;
    border-color: #808080 !important;
}

.fixed-table thead tr[b-u1ohwuyw86] {
    border-color: #808080 !important;
}

.fixed-table thead th[b-u1ohwuyw86] {
    position: sticky;
    top: 0;
    z-index: 1000; /* bodyより前面に */
    text-align: center;
    vertical-align: middle;
    border-color: #808080 !important;
}

.title-cell[b-u1ohwuyw86] {
    background-color: #e2e3e5 !important;   /* table-secondaryの背景色と同等 */
    padding: 0.0rem 0.5rem 0.0rem 0.5rem !important;
    /* border: 1px solid gray!important; */
}

.editable[b-u1ohwuyw86] {
    color: blue; /* 入力可能な項目のタイトル */
}

/* td-inputを適用しないと、tdの高さが未確定のため、inputTextなどのheight:100%;が効かない */
.td-input[b-u1ohwuyw86] {
    padding: 0px;
    height: 1.5rem;
}

.clear-wrapper[b-u1ohwuyw86] {
    position: relative;
}

.clear-btn[b-u1ohwuyw86] {
    visibility: hidden;
}

.clear-wrapper:hover .clear-btn[b-u1ohwuyw86] {
    visibility: visible;
}

/*::deep .nav-link {
    background-color: #e2e3e5;*/      /* table-secondaryの背景色と同等 */
    /*color: black !important;
    font-weight: bold;
}*/

/* アクティブタブ */
/*::deep .nav-link.active {
    background-color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}*/

/* 入力背景を透過 */
[b-u1ohwuyw86] .input-style {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0px;
}
[b-u1ohwuyw86] .input-style:focus {
    outline: none;      /* フォーカス時の枠を消す */
    box-shadow: none;   /* ブラウザによってはこれも必要 */
}

/* 行追加ボタン */
[b-u1ohwuyw86] .row-add-button {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
}

/* 休息背景色 */
[b-u1ohwuyw86] .rest-style {
    background-color: orange !important;
}
/* 運転背景色 */
[b-u1ohwuyw86] .driving-style {
    background-color: greenyellow !important;
}

/* tr.tr-hovered を優先させる */
/*.table-hover tbody tr.tr-hovered,
.table-hover tbody tr.tr-hovered:hover {
    background-color: #98fb98 !important;
    border-top-color: red;
    border-top-width: 2px;
}*/
/* 入力要素の背景を変更 */
[b-u1ohwuyw86] .table-hover tbody tr.tr-hovered .input-style {
    background-color: #98fb98 !important;
}

/* 作業明細の日付（Radzen datePicker） */
[b-u1ohwuyw86] .transparent-date .rz-inputtext {
    background-color: transparent !important;
}

/* コンテキストメニューのスタイル */
.context-menu[b-u1ohwuyw86] {
    position: fixed;
    background: white;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    z-index: 1000;
}

.context-menu ul[b-u1ohwuyw86] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu li[b-u1ohwuyw86] {
    padding: 6px 16px;
    cursor: pointer;
}

.context-menu li:hover[b-u1ohwuyw86] {
    background: #f0f0f0;
}


/* table内のテキスト選択不可 */
table tr[b-u1ohwuyw86] {
    user-select: none;
}
/* _content/TacDaily/Components/Pages/Index.razor.rz.scp.css */
/*　スクロールバーの実装 */
.table_sticky[b-r793kqg1xk] {
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 7.0rem - 1.0rem);
    /*height: calc(100vh - 3.5rem - 80px);*/
}

.table_sticky thead th[b-r793kqg1xk] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table_sticky tbody tr:hover[b-r793kqg1xk] {
    cursor: pointer;
}


/* table内のテキスト選択不可 */
table tr[b-r793kqg1xk] {
    user-select: none;
}
/* _content/TacDaily/Components/Pages/MessageDialog.razor.rz.scp.css */
.msgbox-backdrop[b-jafeb4nb62] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2147483647; /* 最強最前面 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

    .msgbox-backdrop.show[b-jafeb4nb62] {
        opacity: 1;
        pointer-events: auto;
    }

.msgbox[b-jafeb4nb62] {
    background: #fff;
    min-width: 320px;
    max-width: 90%;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    overflow: hidden;
    /* transform: translateY(-80px);
        transition: transform .25s ease; */
    transform: translateY(-50px) scale(0.95);
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
}

.msgbox-backdrop.show .msgbox[b-jafeb4nb62] {
    /* transform: translateY(0); */
    transform: translateY(0) scale(1);
}

.msgbox-header[b-jafeb4nb62] {
    padding: 12px 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-color: #000080;
    color: white;
}

.msgbox-body[b-jafeb4nb62] {
    padding: 16px;
    white-space: pre-wrap; /* ← 改行できるように */
}

.msgbox-footer[b-jafeb4nb62] {
    padding: 12px 16px;
    text-align: right;
}

    .msgbox-footer button[b-jafeb4nb62] {
        margin-left: 8px;
    }
/* _content/TacDaily/Components/Pages/ProcessingOverlay.razor.rz.scp.css */
.processing-overlay[b-v6r6gd93c4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2147483647; /* 最強最前面 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.processing-content[b-v6r6gd93c4] {
    text-align: center;
    color: white;
}
