/* /App.razor.rz.scp.css */

/* エラーメッセージ */
.error-msg[b-z1719wo8qv] {
    border: solid silver 3px;
    background-color: lightcoral;
    width: 100%;
    font-size:16px;
    text-align:left;
    padding: 4px;
}

/* /Pages/Demo/BarcodeScan.razor.rz.scp.css */
body[b-jyyoja2n0t] {
}

.scanDialog[b-jyyoja2n0t]  .mdc-dialog__container {

}
.scanDialog[b-jyyoja2n0t]  .mdc-dialog .mdc-dialog__surface {
	
}
/* /Pages/Demo/BarcodeSend.razor.rz.scp.css */
body[b-q9vo1geumb] {
}
/* /Pages/Demo/LocationSetPage.razor.rz.scp.css */
[b-649uahlgmb] .mat-file-upload {
	padding: 2px;
}

.mat-table[b-649uahlgmb] {
	margin-top: 15px;
	height: calc(100vh - 280px);
}
/* /Pages/Demo/ProductOrderPage.razor.rz.scp.css */
[b-nootyi9qwf] .mat-file-upload {
	padding: 2px;
}

.mat-table[b-nootyi9qwf] {
	margin-top: 15px;
	height: calc(100vh - 350px);
}


@media screen and (min-width:601px) {
	[b-nootyi9qwf] .mdc-table td {
		font-size: 16pt;
	}

	[b-nootyi9qwf] .mdc-table th {
		font-size: 16pt;
	}
}

@media screen and (max-width:600px) {
	[b-nootyi9qwf] .mdc-table td {
		font-size: 12pt;
	}

	[b-nootyi9qwf] .mdc-table th {
		font-size: 12pt;
	}
}
/* /Pages/Demo/ProductSetPage.razor.rz.scp.css */
[b-ienmuedthc] .mat-file-upload {
	padding: 2px;
}

.mat-table[b-ienmuedthc] {
	margin-top: 15px;
	height: calc(100vh - 280px);
}
/* /Pages/Demo/ProductTagSetPage.razor.rz.scp.css */
[b-83lhyjdta3] .mat-file-upload {
	padding: 2px;
}

.mat-table[b-83lhyjdta3] {
	margin-top: 15px;
	height: calc(100vh - 420px);
}
/* /Shared/DemoLayout.razor.rz.scp.css */
.page[b-lqqr40931a] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-lqqr40931a] {
	flex: 1;
}

.sidebar[b-lqqr40931a] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.no-user[b-lqqr40931a] {
	color: red;
	font-size: large;
}

[b-lqqr40931a] .headerlink {
	color: white;
	margin-left: 10px;
	font-size: large;
}

/* サーバーアクセス中に入力不可状態時のスタイル */
.impossibleInput[b-lqqr40931a] {
	background-color: rgba(200,200,200,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 99;
}

[b-lqqr40931a] .locationName {
	color: white;
	font-size: 16pt

}

.title[b-lqqr40931a] {
	color: white;
	font-size: 16pt;
	margin-left:20pt;
	position:relative;
	top:2px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9ya4fn620o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-9ya4fn620o] {
    flex: 1;
}

.sidebar[b-9ya4fn620o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9ya4fn620o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ya4fn620o]  a, .top-row .btn-link[b-9ya4fn620o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9ya4fn620o] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9ya4fn620o] {
        display: none;
    }

    .top-row.auth[b-9ya4fn620o] {
        justify-content: space-between;
    }

    .top-row a[b-9ya4fn620o], .top-row .btn-link[b-9ya4fn620o] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9ya4fn620o] {
        flex-direction: row;
    }

    .sidebar[b-9ya4fn620o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ya4fn620o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-9ya4fn620o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
