﻿
/* Custom CSS for the UMT Client */

/* New definition */
html, body {
	--mud-palette-appbar-background: rgba(33,150,243,1) !important;
	height: 100%;
	margin: 0;
}


.iwdfooter {
	position: absolute;
	background-color: lightgray;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: smaller;
	border-top: solid 1px #AAA;
	padding: 0 12px 0 12px;
	max-width: 250px;
	min-width: 250px;
}
	.iwdfooter .version,
	.iwdfooter .copyright {
		font-size: 11px;
		color: black;
	}


/*.customdialog-blur {
backdrop-filter: blur(10px);
}*/

/*.customdialog-dialog-background {
	background-color: gainsboro;
}

.customdialog-dialog-background-title {
	background: burlywood;
	padding-top: 8px !important;
	padding-bottom: 8px !important;

}

.customdialog-dialog-background-surface {
	background: gainsboro;
}
*/

.customdialog-custom-textbox {
	/* textbox props, idk, background? */
}

.customdialog-custom-textbox input {
	background-color: white !important;
}

.customdialog-custom-textbox .mud-input-label {
	background-color: unset !important;
}

.customdialog-custom-textbox .mud-input {
	background-color: white !important;
}

.customdialog-custom-select .mud-list-item-gutters-extended {
	padding-top: 0px;
	padding-bottom: 0px;
}


.custompade-custom-select .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
	padding: 8px 8px;
}

.dxbl-grid-header-row {
	background-color: silver;
}

