﻿.fixed-label > span {
	font-size: inherit;
}

.signature {
	margin-top: 36px;
	padding-left: 2px;
	padding-right: 2px;
}

.signature-autograph {
	position: absolute;
	top: 55px;
	width: 172px;
	height: 56px;
}

.signature-autograph-placeholder-container {
	height: 60px;
	padding: 2px;
	page-break-inside: avoid;
}

.signature-autograph-placeholder {
	border: 2px dashed;
	text-align: center;
	color: rgba(0, 0, 0, .28);
	width: 100%;
	height: 45px;
	line-height: 41px;
	margin-top: 11px;
	font-size: x-large;
	cursor: pointer;
}

.signature-autograph-placeholder.invalid {
	color: rgb(221,44,0);
}

.signature-field-value {
	height: 20px;
}

.signature-field-errors {
	top: 16px;
	position: absolute !important;
}

.signature-clear-button {
	position: absolute;
	right: -8px;
	top: -36px;
	cursor: pointer;
	color: red;
	z-index: 1;
}

.signature-clear-button > md-icon {
	color: inherit;
}

.unlicensed-cloak {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	background-color: white;
	font-size: x-large;
	font-weight: bold;
	margin-top: -36px;
}

.unlicensed-cloak-message {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	margin: 8px;
	display: flex;
	align-items: center;
}

.md-dialog-fullscreen.portrait {
	transform: rotate(90deg);
	width: 100vh;
	height: 100vw;
	min-width: 100vh;
	min-height: 100vw;
	max-width: unset;
	max-height: unset;
	overflow: unset;
}
