﻿html, body {
	height: 100%;
	overflow: hidden;
}

h1 {
	font-weight: 200;
	font-size: 34px;
}

h2 {
	font-weight:400;font-size:28px
} 

h3 {
	font-weight:400;font-size:22px
}

h4{
	font-weight:500;font-size:18px
}

h5{
	font-weight:700;font-size:16px
}

h6 {
	font-weight:800;font-size:12px
}

/* ### Blazor #### */
#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

/* Popup */
.popUp-administration {
	min-width: 700px;
	max-width: 700px;
}

.wide-popup {
	width: 95vw;
	max-width: 95vw !important;
}

.qgrid-import-popup {
	max-height: 85vh;
	overflow: auto;
}

.data-popup {
	min-width: 900px;
}

.qgrid-detail-view-popup {
	min-width: 96%;
}

.qgrid-detail-view-popup-header {
	display: flex;
	align-items: center;
	width: 98%;
}

.qgrid-designer-view-pop-up {
	width: 95vw;
	max-width: 95vw !important;
}

.qgrid-designer-view-pop-up-body {
	height: 80vh;
}

.iconPopup {
	min-width: 510px;
	max-width: 510px;
	margin-top: 75px;
	text-align: center;
}

.data-monitor-popup {
	width: 35% !important;
}

/* Loader */

.loader {
	border: 2px solid transparent;
	border-top: 2px solid #0a5c9f;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	animation: spin 2s linear infinite;
	margin-left: 0.5em;
}

.loader-white {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: white;
}

.loader-blue {
	border-color: #eee;
	border-top-color: #0a5c9f;
}

/* DxMenu */

.dataGridHeaderMenu {
	width: 100%;
	padding-right: 30px;
	font-size: 0.77rem;
}

.dataGridHeaderMenu .dxbl-btn {
	font-size: 0.875rem !important;
	padding: 0.375rem 0.25rem;
	margin: 0 0.25rem;
	border: 1px solid transparent;
	border-radius: 0.1875rem;
}

.dataGridHeaderMenu .dxbl-btn .dxbl-menu-item-text-container {
	margin-left: 0.25rem;
}

.modal-footer-label {
	flex-grow: 1;
	color: gray;
	font-size: 8pt;
	margin: 0;
}

.administration-header-menu-item-icon {
	height: 15px;
	width: 15px;
}

.member-button-style { }

/* Search */

.search-container {
	padding: 12px 16px
}

.search-control {
	flex: 1;
	margin-right: 5px;
}

/* GridView */
.qgrid-view {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.qgrid-view-caption-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.content-language-button {
	color: rgb(33, 37, 41);
	background-color: #FBFBFB !important;
	margin-top: 1px;
	font-size: 14px;
	height: 28px;
	white-space: nowrap;
}

/* Caption */

.tab-view-caption {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0 max(1rem, 1vw);
}

.tab-view-caption-active {
	border-bottom: solid var(--bs-primary);
}

.member-view-caption {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.member-history {
	padding-top: 0.5%
}

/* Input  */

.password-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.editor-with-info {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.editor-with-info-editor {
	width: 98%;
}

.text-box-default-width {
	width: 200px;
}

.password-textbox {
	width: 100%;
}


.editor-with-info {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.editor-with-info-editor {
	width: 98%;
}