@import '_content/SoftBand.DebugBlazor/SoftBand.DebugBlazor.m8kpx9gnba.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-t23ap8sxn8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t23ap8sxn8] {
    flex: 1;
}

.sidebar[b-t23ap8sxn8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t23ap8sxn8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t23ap8sxn8]  a, .top-row[b-t23ap8sxn8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t23ap8sxn8]  a:hover, .top-row[b-t23ap8sxn8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t23ap8sxn8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t23ap8sxn8] {
        justify-content: space-between;
    }

    .top-row[b-t23ap8sxn8]  a, .top-row[b-t23ap8sxn8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t23ap8sxn8] {
        flex-direction: row;
    }

    .sidebar[b-t23ap8sxn8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t23ap8sxn8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t23ap8sxn8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t23ap8sxn8], article[b-t23ap8sxn8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    :root[data-embed="1"] .child-header[b-t23ap8sxn8] {
        display: none !important;
    }

}

/* /Pages/MonitoringCcpLog/MonitoringCcpLog.razor.rz.scp.css */
.page-container[b-ukmqoa0e5u] {
    padding: 8px;
}

/* 공통 카드 */
.sensor-card[b-ukmqoa0e5u] {
    max-width: 520px;
    margin: 0 auto;
}

.gauge-canvas[b-ukmqoa0e5u] {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

/* 모바일 세로: 한 화면에 2개 보이도록 “높이”를 줄이는 방향 */
@media (max-width: 600px) and (orientation: portrait) {
    .sensor-card .gauge-canvas[b-ukmqoa0e5u] {
        max-height: 220px;
    }
}

/* 모바일 가로: 2개씩 가로로 보이게 + 스크롤 */
@media (max-width: 900px) and (orientation: landscape) {
    .sensor-grid[b-ukmqoa0e5u] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 8px;
    }

    .sensor-item[b-ukmqoa0e5u] {
        flex: 0 0 50%; /* “2개가 수평으로” 보이게 */
        max-width: 50%;
    }
}
/* /Pages/UpdateBom/Components/CopyBomDialog.razor.rz.scp.css */
body[b-fdk4y2s3ze] {
}
/* /Pages/UpdateBom/UpdateBom.razor.rz.scp.css */
body[b-42yinkbrhy] {
}
/* /Pages/UpdateCostCenter/UpdateCostCenter.razor.rz.scp.css */
body[b-4ymsosn8ca] {
}

.selected[b-4ymsosn8ca] {
    background-color: #1E88E5 !important;
}

    .selected > td[b-4ymsosn8ca] {
        color: white !important;
    }

        .selected > td .mud-input[b-4ymsosn8ca] {
            color: white !important;
        }

/* Flexbox 레이아웃을 사용하여 테이블을 좌우로 배치 */
.table-container[b-4ymsosn8ca] {
    display: flex;
    justify-content: space-between;
}

.table-wrapper[b-4ymsosn8ca] {
    flex: 1; /* 테이블이 flexbox의 공간을 고르게 차지하도록 설정 */
    min-width: 45%; /* 테이블이 너무 좁아지지 않도록 최소 너비 설정 */
}

.custom-width-dialog[b-4ymsosn8ca] {
    width: 600px;
}

.custom-button[b-4ymsosn8ca] {
    background-color: #002060; /* 녹색 배경 */
    color: white; /* 텍스트 흰색 */
    /*font-weight: bold;*/ /* 굵은 텍스트 */
    /*padding: 6px 16px;*/ /* 여백 */
    /*border-radius: 8px;*/ /* 모서리 둥글게 */
}

    .custom-button:hover[b-4ymsosn8ca] {
        background-color: #000000; /* 호버 효과 */
    }
/* /Pages/UpdateOperation/UpdateOperation.razor.rz.scp.css */
body[b-7659l0oske] {
}

[b-7659l0oske] .mud-text-custom {
    width: 200px !important;
    color: blue !important;
    font-weight: bold !important;
    flex: 0 0 auto;
}

[b-7659l0oske] .custom-label .mud-input-label {
    color: blue !important;  /*Label의 색상을 파란색으로 설정 */
}

[b-7659l0oske] .custom-width {
    width: 200px;
}
/*
::deep .mud-input-control {
    width: 159px !important;
    flex: 0 0 auto;
}

    ::deep .mud-input-control mud-input-input-control {
        width: 159px !important;
    }

::deep .mud-input-control-input-container {
    width: 159px !important;
}
*/
[b-7659l0oske] .mud-table-cell {
    width: 200px !important;
}
[b-7659l0oske] .partcode-mud-table-cell {
    width: 200px !important;
}
[b-7659l0oske] .partname-mud-table-cell {
    width: 400px !important;
}
[b-7659l0oske] .partspec-mud-table-cell {
    width: 400px !important;
}
[b-7659l0oske] .model-mud-table-cell {
    width: 200px !important;
}

[b-7659l0oske] .setuptime-mud-table-cell {
    width: 200px !important;
}
[b-7659l0oske] .optime-mud-table-cell {
    width: 200px !important;
}
[b-7659l0oske] .movetime-mud-table-cell {
    width: 200px !important;
}
/* /Pages/UpdateOrder/UpdateOrder.razor.rz.scp.css */
body[b-m940fx3t4i] {
}

.custom-container[b-m940fx3t4i] {
    border: 1px solid black;
}

[b-m940fx3t4i] .custom-mud-button {
    margin: 2px;
    background-color: #005AC2;
    color: white;
}

    [b-m940fx3t4i] .custom-mud-button:hover {
        margin: 2px;
        background-color: #3272D4;
        color: white;
    }

[b-m940fx3t4i] .custom-mud-text {
    margin: 4px;
}

[b-m940fx3t4i] .custom-header {
    margin: 6px;
}

[b-m940fx3t4i] .custom-label {
    flex: 0 0 auto;
}

[b-m940fx3t4i] .custom-width {
    width: 200px;
}

[b-m940fx3t4i] .mud-input-control {
    width: 200px !important;
    flex: 0 0 auto;
}

    [b-m940fx3t4i] .mud-input-control mud-input-input-control {
        width: 200px !important;
    }

[b-m940fx3t4i] .mud-input-control-input-container {
    width: 200px !important;
}
/* /Pages/UpdatePart/UpdatePart.razor.rz.scp.css */
.selected[b-37z1iykoeh] {
    background-color: #1E88E5 !important;
}

    .selected > td[b-37z1iykoeh] {
        color: white !important;
    }

        .selected > td .mud-input[b-37z1iykoeh] {
            color: white !important;
        }

/* Flexbox 레이아웃을 사용하여 테이블을 좌우로 배치 */
.table-container[b-37z1iykoeh] {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* 테이블 간 간격 추가 */
}

.table-wrapper[b-37z1iykoeh] {
    flex: 1; /* 테이블이 flexbox의 공간을 고르게 차지하도록 설정 */
    min-width: 45%; /* 테이블이 너무 좁아지지 않도록 최소 너비 설정 */
}


/*.custom-col300 .mud-input- {
    width: 300px !important;*/ /* Label의 색상을 파란색으로 설정 */
/*}*/
/* /Pages/UpdatePartDetail/UpdatePartDetail.razor.rz.scp.css */
.selected[b-bje91s59ix] {
    background-color: #1E88E5 !important;
}

    .selected > td[b-bje91s59ix] {
        color: white !important;
    }

        .selected > td .mud-input[b-bje91s59ix] {
            color: white !important;
        }

/* Flexbox 레이아웃을 사용하여 테이블을 좌우로 배치 */
.table-container[b-bje91s59ix] {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* 테이블 간 간격 추가 */
}

.table-wrapper[b-bje91s59ix] {
    flex: 1; /* 테이블이 flexbox의 공간을 고르게 차지하도록 설정 */
    min-width: 45%; /* 테이블이 너무 좁아지지 않도록 최소 너비 설정 */
}


/*.custom-col300 .mud-input- {
    width: 300px !important;*/ /* Label의 색상을 파란색으로 설정 */
/*}*/
/* /Pages/UpdateWorderWork/UpdateWorderWork.razor.rz.scp.css */
body[b-ulzv673tyf] {
}

.custom-container[b-ulzv673tyf] {
    border: 1px solid black;

}

[b-ulzv673tyf] .custom-mud-button {
    margin: 2px;
    background-color: #005AC2;
    color: white;
}

    [b-ulzv673tyf] .custom-mud-button:hover {
        margin: 2px;
        background-color: #3272D4;
        color: white;
    }

[b-ulzv673tyf] .custom-mud-text {
    margin: 4px;
}

[b-ulzv673tyf] .custom-header {
    margin: 6px;
}

[b-ulzv673tyf] .custom-label {
    flex: 0 0 auto;
}

[b-ulzv673tyf] .custom-width {
    width: 200px;
}

[b-ulzv673tyf] .mud-input-control {
    width: 200px !important;
    flex: 0 0 auto;
}

    [b-ulzv673tyf] .mud-input-control mud-input-input-control {
        width:200px !important;
    }

    [b-ulzv673tyf] .mud-input-control-input-container {
        width: 200px !important;
    }
/* /Shared/ChildHeader.razor.rz.scp.css */
/* ChildHeader.razor.css — CLEAN */

.child-header[b-m4sz5ozv3d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px; 
    padding: 0 14px; /* 0 10 → 0 14 */
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: #2d71c4 !important; /* 청색 바탕 고정 */
    color: #fff !important; /* 헤더 내 기본 글자색 흰색 */
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.child-header__left[b-m4sz5ozv3d],
.child-header__right[b-m4sz5ozv3d] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.child-header__title[b-m4sz5ozv3d] {
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px); /* 조금 크게 */
    line-height: 40px; /* 높이에 맞춰 살짝 키움 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(78vw, 1000px);
    color: #fff !important; /* 제목 글씨 흰색 고정 */
}
