﻿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;
}


/* ### Buttons ### */
.tim-button-icon-left {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 0;
}


/* ### MultiPaneLayout ### */
.tim-mpl-pane {
	border: .0625rem solid #e0e0e0;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

/***************************************************************************************************************
 * Styles for the login
 ***************************************************************************************************************/

#login-container {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#login-main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

#login-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
}

.version-container {
	cursor: copy;
}

#login-view {
	max-width: calc(450px + 5rem);
	border: .0625rem solid #aaa;
	padding: 3rem 5rem;
	box-shadow: 0 1rem 5rem rgba(0,0,0,.2);
	/* For the child elements */
	display: flex;
	flex-direction: column;
}

#login-logo {
	margin-bottom: 2rem;
	object-fit: contain;
}

.login-form {
	margin-bottom: 2rem;
}

	.login-form .col-md-12 {
		padding: 0;
	}

.login-error {
	border: 1px solid red;
	background-color: #ff75811a;
	color: red;
	margin-bottom: 2rem;
	text-align: center;
	padding: 1em;
}

.computer-says-no {
	animation: shake 0.5s;
}

@keyframes shake {
	8%, 41% {
		transform: translateX(-10px);
	}

	25%, 58% {
		transform: translateX(10px);
	}

	75% {
		transform: translateX(-5px);
	}

	92% {
		transform: translateX(5px);
	}

	0%, 100% {
		transform: translateX(0);
	}
}

.popUp-administration {
	min-width: 700px;
	max-width: 700px;
}

.content-margin {
	padding: 10px;
}

.wide-popup {
	width: 95vw;
	max-width: 95vw !important;
}

/****************************************************************/

.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;
}

/****************************************************************/

/**
 * CSS Klasse um die Inhalte in einem DxDataGrid vertikal oben zu zentrieren
 */
.cell-vertical-alignment-top td {
	vertical-align: top !important;
}

/****************************************************************/

.separator {
	overflow: hidden;
	background-color: currentColor;
	opacity: 0.2;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.delete_button {
	margin-right: 8px;
}

.guid-label {
	color: gray;
	font-size: 8pt;
	margin: 0;
	margin-top: 4px;
}

.red_highlight{
	color: red;
}

.dataGridHeaderWrapper {
	display: flex;
	height: 60%;
}

.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;
}

.nav-link.disabled {
	pointer-events: auto;
}

.modal-footer-label {
	flex-grow: 1;
	color: gray;
	font-size: 8pt;
	margin: 0;
}

.administration-header-menu-item-icon {
	height: 15px;
	width: 15px;
}