html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.div-validation-message {
    border: solid;
    border: thin;
    color: red;
    margin-bottom: 15px;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    text-align: right;
    margin: 0;
}

input[type="number"] {
    text-align: right;
    -moz-appearance: textfield;
}

.blazor-error-boundary {
    background: url(data:image/svgQ+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

td {
    border-style: solid;
    border: thin;
    width: 100px;
    color: black;
    white-space: nowrap;
}

th {
    border-style: solid;
    border: thin;
    background-color: lightgreen;
    color: black;
    white-space: nowrap;
}

.required::after {
    content: " *";
    color: red;
    vertical-align: middle;
}

.input-border-none {
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0 );
}

.main_head {
    width: 100%;
    height: 30px;
    background-color: aquamarine;
}

.h2-head {
    padding-left: 30px;
    display: inline;
    background-color: aquamarine;
}

/**********************************/
/*ベース*/
.toggle {
    display: none;
}

.acd-Label { /*タイトル*/
    padding: 10px;
    display: block;
    color: white;
    background-color: yellowgreen;
}

    .acd-Label::before { /*タイトル横の矢印*/
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: calc( 50% - 3px );
        right: 20px;
        transform: rotate(135deg);
    }

.acd-Label,
.acd-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.acd-content { /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
}

.toggle:checked + .acd-Label + .acd-content { /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all .3s;
}

.toggle:checked + .acd-Label::before {
    transform: rotate(-45deg) !important;
}

input {
}

select {
}

a {
    color: blue;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}
/******************************************
 Button
******************************************/
button {
    height: 30px;
    min-width: 70px;
    font-family: inherit;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: lightblue;
    color: darkblue;
    padding: 2px 8px;
    font-size: 1rem;
    cursor: pointer;
    border-right: 5px;
    border-left: 5px;
}

    button:hover {
        background: steelblue;
    }

    button:focus {
        outline: none;
        box-shadow: 0 0 0 4px #cbd6ee;
    }
.button-user-select {
    width: 200px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.button-user-select_2 {
    width: 150px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.button-color_ready {
    width: 200px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
    background-color: lightgray !important;
    color: black !important;
}
.button-color_return {
    width: 200px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
    background-color: #FCCA00 !important;
    color: black !important;
}
.a_link {
    display: block !important;
    text-decoration: none !important;
    color: blue!important;
    margin-right: 35px;
}
.button-back {
    background-color: mistyrose;
    color: darkblue;
}
    .button-back:hover {
        background-color: peachpuff;
    }
.button-output {
    background-color: palegreen;
    margin-top:4px;
}
    .button-output:hover {
        background-color: darkseagreen;
    }
.button-search {
    background-color: mediumaquamarine;
}
    .button-search:hover {
        background-color: mediumseagreen;
    }
.button-search_clear {
    background-color: mistyrose;
    color: darkblue;
    min-width: 32px;
}

    .button-search_clear:hover {
        background-color: peachpuff;
    }

/******************************************
 Table
******************************************/
.table_List {
    border-collapse: collapse;
}
    .table_List td {
        border-style: solid;
        border-width: thin;
        padding:1px;
    }
    /*偶数業のみ背景を変更*/
    .table_List tbody tr:nth-child(even) {
        background-color: lightcyan;
    }

    .table_List th {
        border-style: solid;
        border-width: thin;
        border-color: black;
        color: white;
        background-color: cornflowerblue;
        font-weight: normal;
        padding:1px;
    }

.wrap-text {
    white-space: normal;
    word-wrap: break-word;
}

.number-label {
    text-align: right;
}

.confirm-label {
    min-width: 70px;
    font-family: inherit;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #52d746;
    color: #fff;
    padding: 4px 8px;
    font-size: 1rem;
    cursor: pointer;
}

.delete-label {
    min-width: 70px;
    font-family: inherit;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #e41313;
    color: #fff;
    padding: 4px 8px;
    font-size: 1rem;
    cursor: pointer;
}

.frame-line {
    border-style: solid;
    border-width: thin;
    padding: 1px;
}

input:read-only {
    background-color: white;
    border: none;
}

nav {
    width: 100%;
    height: 30px;
    background-color: dimgray;
    padding-top: 5px;
    box-sizing: border-box;
}

ul {
    display: flex;
}

li {
    font-size: 15px;
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    color: white;
    margin-right: 35px;
    cursor: pointer;
}

    a:hover {
        color: rgb(214, 237, 248);
    }

.table_detail {
}

    .table_detail td {
        border-style: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .table_detail th {
        border-style: solid;
        color: white;
        background-color: lightslategray;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
        width: 150px;
    }

.table_seach-condition {
}

    .table_seach-condition td {
        border-style: none;
        padding-left: 5px;
        padding-right: 5px;
        width: 200px;
    }

    .table_seach-condition th {
        border-style: solid;
        color: black;
        background-color: lightblue;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
        width: 150px;
    }
/**************************************/
/*スクロール*/
/**************************************/
.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.sticky_table th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky_table thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}

.sticky_table_wrapper {
    overflow: auto;
    width: calc(98vw - 1rem);
    height: 50vh;
}

.sticky_table_2_wrapper {
    overflow: auto;
    width: calc(98vw - 1rem);
    height: 70vh;
}
/*********************************/
/*アコーディオン*/
/*ベース*/
.toggle {
    display: none;
}

.acd-Label { /*タイトル*/
    padding: 10px;
    display: block;
    color: white;
    background-color: yellowgreen;
}

    .acd-Label::before { /*タイトル横の矢印*/
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: calc( 50% - 3px );
        right: 20px;
        transform: rotate(135deg);
    }

.acd-Label,
.acd-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.acd-content { /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
}

.toggle:checked + .acd-Label + .acd-content { /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all .3s;
}

.toggle:checked + .acd-Label::before {
    transform: rotate(-45deg) !important;
}
/**/
footer {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 20px 30px;
    position: fixed; /*常に画面下表示*/
    bottom: 0; /*下に固定*/
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
}

.fixed_head {
    position: sticky;
    top: 105px;
    height: 210px;
    background-color: white;
    z-index: 10;
}

.fixed_head_open {
    position: sticky;
    top: 105px;
    height: 460px;
    background-color: white;
    z-index: 10;
}

.input-code {
    width: 120px;
}

.input-name {
    width: 200px;
}

.input-email {
    width: 200px;
}

.input-remarks {
    width: 400px;
}

.style-margin-top-10 {
    margin-top: 10px;
}

.style-margin-left-10 {
    margin-left: 10px;
}

.style-margin-right-10 {
    margin-right: 10px;
}

.button-detail {
    width: 30px;
}

.input-number-2word {
    width: 50px;
}

input[type="text"] {
    border-color: #0D6C78;
}

input[type="radio"] {
    margin-right: 5px;
    margin-left: 5px;
}

input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 5px;
}
/****************************************/
/*チェックボックス */
/****************************************/
.switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* チェックボックス本体を非表示にする */
.switch-checkbox {
    display: none; /* もしくは visibility: hidden; width: 0; height: 0; */
}

/* ラベル（スライダーの背景部分）のスタイル */
.switch-label {
    display: block;
    width: 40px; /* スライダーの幅 */
    height: 18px; /* スライダーの高さ */
    background-color: #ccc; /* オフの時の背景色 */
    border-radius: 34px; /* 角丸でカプセルの形に */
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s; /* 背景色の変化を滑らかに */
}

    /* スライダーの「つまみ」部分のスタイル */
    .switch-label::before {
        content: '';
        position: absolute;
        width: 13px; /* つまみの幅 */
        height: 11px; /* つまみの高さ */
        border-radius: 50%; /* 円形に */
        background-color: white; /* つまみの色 */
        top: 4px; /* 上からの位置調整 */
        left: 4px; /* 左からの位置調整 */
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); /* 影 */
        transition: transform 0.3s; /* 移動を滑らかに */
    }

/* チェックボックスがチェックされた時のラベルのスタイル（背景色変更） */
.switch-checkbox:checked + .switch-label {
    background-color: #2196F3; /* オンになった時の背景色 */
}

    /* チェックボックスがチェックされた時のつまみの位置（右へ移動） */
    .switch-checkbox:checked + .switch-label::before {
        transform: translateX(19px); /* width - height の差分 + padding*2 (40-34 = 26) */
    }

/* フォーカス時のスタイル（アクセシビリティのため） */
.switch-checkbox:focus + .switch-label {
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.5); /* 青いアウトライン */
}
/****************************************************************************************/
.item-number {
    width: 20px !important
}

.item-title {
    width: 400px !important
}

.item-point {
    width: 50px !important
}

.item-unit {
    width: 150px !important
}

.item-qty {
    width: 150px !important
}

.alert-menu-item .rz-navigation-item-text {
    color: red;
}
/*再度バーのグラデーション*/
.gradient-bg {
    background: linear-gradient(to bottom, #32CD32, #90EE90);
}

/***************************************************************/
/*項目長*/
.td-width-link {
    width: 30px;
}

.td-width-name {
    width: 150px;
}