html, body {
	width: 100vw;
	height: 100vh;
}

img.logo {
	width: 320px;
}

.page-container {
	padding: 0.75rem;
}

.page-container .header, .page-container .block {
	margin-bottom: 0.75rem;
}

.page-container .header > .title {
	font-weight: bold;
	font-size: 125%;
}

.page-container .block > .title {
	font-weight: bold;
}

.page-container .block > .body {
	padding: 0rem 0.75rem;
}

.page-container .block > .body-full {
	margin: 0rem -0.75rem;
}

.note {
	font-size: 75%;
	color: #888888;
}

.button-icon {
	font-size: 1.5rem;
	color: #005792;
}

.button-icon.x2 {
	font-size: 3.0rem;
}

.button-icon.disabled {
	color: #99bbff;
}

.left-upper {
	position: absolute;
	top: 0px;
	left: 0px;
}

.align-bottom {
	vertical-align: bottom;
}

.bright {
	color: aqua;
}

.dialog {
	background-color: white;
	border-radius: 0.25rem;
	padding: 1em;
}

.dialog-header {
	text-align: left;
}

.dialog-body {
	margin: 1em 0em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0em;
}

.dialog-footer {
	text-align: right;
}

.text-focused {
	color: #fd5f00 !important;
	font-weight: bold !important;
}

.text-emphasized {
	font-weight: bold !important;
}

.icon-focused {
	color: red;
}

.dialog-scroller {
	display: block;
	width: 100%;
	max-height: 50vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-ms-scroll-snap-type: mandatory;
}

.dialog-scroller::-webkit-scrollbar {
	display: none;
}

.avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
	border-radius: 50%;
}

.avatar.small {
	width: 24px;
	height: 24px;
}

.avatar.large {
	width: 84px;
	height: 84px;
}

.avatar.exlarge {
	width: 256px;
	height: 256px;
}

.avatar.frame {
	border: 1px solid #ccc;
}

.avatar-edit-box {
	position: relative;
}

.avatar-edit-caption {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.8);
	color: gray;
	font-size: 1.8rem;
}

.scrollable-y {
	overflow-y: scroll;
}
