﻿body {
	margin: 0;
	height: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 24px;
}

a {
	color: #0075e5;
	text-decoration: none !important;
}

	a:hover {
		text-decoration: underline;
		color: #0092ff;
	}

button {
	cursor: pointer;
}

canvas {
	display: block;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
	pointer-events: auto;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

#overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: #ffffff;
		border: 0;
		color: #000000;
		padding: 16px 20px;
		/*text-transform: uppercase;*/
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

/* Blazored Modal */
.blazored-modal {
	padding: 0.5rem;
}
.blazored-modal-title {
	margin-bottom: 0;
	margin-left: 25px;
}
.blazored-modal-fade-in {
	transform: rotate3d(0, 1, 0, 0deg);
}

.blazored-modal-fade-out {
	transform: rotate3d(0, 1, 0, 90deg);
}

.blazored-modal-title {
	color: #000000;
	font-size: 1.4rem;
}

.blazored-modal-header {
	padding: 0 0 1rem 0 !important;
	border-bottom: 1px solid lightgray !important;
	margin-bottom: 7px !important;
}

	.blazored-modal-header button {
		color: #2a69b6;
		margin-left: 15px;
		outline: 0;
	}

		.blazored-modal-header button:hover {
			background-color: #bbd5ff;
		}

.dialog-icon {
	position: absolute;
	top: 15px;
	left: 15px;
}

.std-dialog {
	color: #000000;
}

	.std-dialog .act-area {
		text-align: right;
		position: absolute;
		bottom: 10px;
		width: 100%;
		left: 0px;
		padding-right: 25px;
		pointer-events: none;
	}

	.std-dialog button {
		outline: 0;
	}

.fix-size {
	width: 55vw;
	min-width: 300px;
	max-width: 600px;
	height: 65vh;
	overflow: auto;
}

div.loader {
	position: absolute;
	top: calc(50vh - 25px);
	left: calc(50vw - 25px);
	z-index: 999;
}

.logo-container {
	position: absolute;
	top: calc(50vh - 175px);
	z-index: 999;
}
.logo {
	height: 150px;
	width: 150px;
}

.loader-background-page {
	top: calc((100vh - 100%) / -1);
	left: calc((100vw - 100%) / -1);
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 999;
}

.loader-background-dialog {
	top: calc((100vh - 100%) / -2);
	left: calc((100vw - 100%) / -2);
	position: absolute;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 999;
}

.direction-row {
	display: flex;
	width: 100%;
}

.form-group {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.home-text {
	color: #cfcfcf;
	padding: 20px 0px 20px 0px;
}

.home-card {
	color: #000;
	background-color: rgba(226, 227, 229, 0.60);
	border-color: rgba(214, 216, 219, 0.50);
	padding: 15px;
	border-radius: 5px;
}

.title-area {
	height: 3rem;
	background-color: #ffffff;
	Background-image: url('../img/header_bg1.png');
	background-size: contain;
	background-repeat: no-repeat;
	color: #565656;
	padding: 10px 0px 0px 50px;
}

.text-overflow-base {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-width: 100px;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: table-cell;
}

.content-target {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.content-area {
	padding: 1rem;
	width: 100%;
	height: calc(100% - 3.1rem);
	overflow: auto;
}

	.content-area table th {
		background-color: white;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1;
	}

.content-area2 {
	padding: 8px;
	font-size: 0.9rem;
	width: calc(100vw - 250px);
	max-height: calc(100vh - 250px);
}

	.content-area2 table {
		/*height: 100%;*/
		height: calc(100% - 4.5rem);
		margin: 0px 0px 5px;
	}

		.content-area2 table th {
			white-space: nowrap;
			font-size: 0.9rem !important;
			font-weight: bold !important;
			background-color: rgba(230,230,230,1) !important;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			z-index: 1;
		}

		.content-area2 table td {
			white-space: nowrap;
			vertical-align: top;
		}

.maxheight {
	max-height: calc(100vh - 50px);
}

.content-area2-link {
	color: #DE3780;
}

	.content-area2-link:hover {
		color: #A11351;
	}

.content-Paginator {
	font-size: 0.9rem;
}

/* アクションエリア*/
.action-area {
	width: 100%;
	background-color: #F7F7F7;
	padding: 7px;
	height: 49px;
	white-space: nowrap;
	display: flex;
}
	.action-area-link {
		font-size: 25px;
		color: #46c6ab;
	}
		.action-area-link:hover {
			color: #46c6ab80;
		}

/* 条件エリア*/
.cond-area {
	width: 100%;
	background-color: #A8F0D0;
	color: #565656;
	padding: 0.5rem;
	display: flex;
}

.cond-area-mini {
	z-index: 1;
	text-align: right;
	justify-content: right;
	padding: 5px 5px 0px 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	pointer-events: none;
	background-color: #ffffffa0;
}

.cond-area-item {
	float: left;
	font-size: 0.9rem;
	margin-left: 15px;
}

.cond-area-search {
	font-size: 25px;
	margin: 5px 15px auto 15px;
	text-align: right;
}

.toolbar-area {
	font-size: 25px;
	position: absolute;
	z-index: 1;
	padding: 5px;
	overflow: auto;
	background-color: #ffffffa0;
}
	.toolbar-item-top {
		margin: 0;
	}
	.toolbar-item-left {
		margin: 20% auto auto 0;
	}

.smartphone {
	display: none;
}

.non-smartphone {
	display: block;
}

.display-on {
	display: none;
}

.display-off {
	display: none;
}

.cond-area-smartphone {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 5;
}

.cond-area-item-smartphone {
	font-size: 1rem;
	margin: 10px;
}

.cond-area-search-smartphone {
	font-size: 25px;
	margin: 3px 0px 0px 20px;
	display: none;
}

.cont-area-act-area-smartphone {
	width: 100%;
	padding-left: 15px;
}

.cond-area2 {
	width: 100%;
	background-color: #fae5d6;
	padding: 0.5rem;
	height: 3rem;
}

.cond-select {
	float: left;
	margin-left: 1rem;
	font-size: 0.9rem;
}

.cond-link {
	float: left;
	margin-left: 1.5rem;
}

	.cond-link a {
		color: #2344ae;
	}

/* タブエリア */
.tab-content {
	height: 100%;
}

.tab-pane {
	height: 100%;
}

.nav-tabs .nav-item.nav-link {
	background-color: #fafafa;
}

	.nav-tabs .nav-item.nav-link.active {
		background-color: rgb(227 215 238);
		border: 1px solid rgb(227 215 238);
	}

/* MatTable */
.mdc-table td {
	padding: 12px 12px 12px 12px !important;
}

.mdc-table th {
	padding: 12px 12px 12px 12px !important;
}

/* RadzenDatePicker */
.rz-datepicker-calendar th {
	padding-top: 0;
	padding-bottom: 0;
}
.rz-datepicker-footer {
	padding-top: 0;
	padding-bottom: 0;
}
.rz-button.rz-primary.rz-shade-default, .rz-primary.rz-shade-default.rz-paginator-element {
	background-color: #46c6ab;
	border-color: #46c6ab;
	border-width: 2px;
}

/* RadzenTable */
.rz-paginator {
	display: flex;
	max-width: 100vw;
}
	.rz-paginator .rz-dropdown {
		max-width: 80px;
	}

/* RadzenDonutSeries */
/* 予約済 */
.rz-scheme-pastel .rz-series-0,
.rz-scheme-pastel .rz-series-item-0 {
	fill: #FFB6C1;
	stroke: #FFB6C1;
}
/* 在席中 */
.rz-scheme-pastel .rz-series-1,
.rz-scheme-pastel .rz-series-item-1 {
	fill: #DE3780;
	stroke: #DE3780;
}
/* 空席 */
.rz-scheme-pastel .rz-series-2,
.rz-scheme-pastel .rz-series-item-2 {
	fill: #87EBBF;
	stroke: #87EBBF;
}

/* RadzenCard */
.rz-card {
	padding: 5px;
}

/* RadzenTabs */
.rz-tabview-panel{
	padding: 5px;
}

/* SVG Editor */
circle {
	fill-opacity: 0.6;
	fill: #37DE95;
	stroke: grey;
	stroke-width: 3;
}

	circle:hover {
		fill-opacity: 1;
		fill: #37DE95;
		stroke: black;
		stroke-width: 4;
	}

.mapeditor,
.mapviewer {
	height: 100%;
	width: 100%;
}

@media (max-width: 1400.98px) {
	.content-area2 {
		width: 100%;
		min-width: 350px;
		min-height: 450px;
	}

	.smartphone {
		display: block;
	}

	.non-smartphone {
		display: none;
	}

	.display-on {
		display: block;
	}

	.cond-area-search-smartphone {
		display: block;
	}

	/* Blazored Modal */
	.blazored-modal-header {
		display: none;
	}
	.dialog-icon {
		display: none;
	}
}

@media (max-width: 1400px) {

	.mat-paginator .mat-paginator-container .mat-paginator-page-size {
		display: none !important;
	}
}