html {
	background: #dfa009;
	background: -webkit-linear-gradient(157deg, rgba(223, 160, 9, 1) 0%, rgba(195, 119, 0, 1) 100%);
	background: -moz-linear-gradient(157deg, rgba(223, 160, 9, 1) 0%, rgba(195, 119, 0, 1) 100%);
	background: linear-gradient(157deg, rgba(223, 160, 9, 1) 0%, rgba(195, 119, 0, 1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfa009", endColorstr="#c37700", GradientType=0);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
html #mz-content {
	background-color: transparent;
}
body, body.tt-body {
	background-image: url("/erp/img/mz-background-white.svg");
	background-position: top center;
	background-color: transparent;
	background-repeat: repeat-y;
	background-size: 100% auto;
	min-height: 100vh;
}
#mz-content {
	background-color: transparent;
	position: fixed;
	width: 100%;
	height: 100%;
}
#formular {
	-webkit-box-shadow: 10px 10px 72px -28px rgba(0,0,0,0.2);
	   -moz-box-shadow: 10px 10px 72px -28px rgba(0,0,0,0.2);
			box-shadow: 10px 10px 72px -28px rgba(0,0,0,0.2);
	border-radius: 8rem 3rem 7rem 3rem;
	padding: 3rem 2rem 2rem 2rem;
	border: 1rem solid #5db4b6;
}
#formular .mz-form-container {
	max-width: 100% !important;
	min-width: 8em !important;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#formular .mz-form-container.mz-col-6 {
	min-width:16em !important;
	max-width:100% !important;
}
#formular h3 { font-size: 1.75em !important; }
#formular h4 { font-size: 1.5em !important; }
#formular h5 { font-size: 1.25em !important; }
* { box-sizing: border-box; }
.don-mentiuni {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 500;
	font-size: 1.1em;
}
.mz-don-spacer { display: block; width: 100%; height: 5px; margin-top: 5px; border-top: 2px solid #f1f9f9; }
.don-color, .don-accent, a.don-color:visited {
	color: #288c8e;
}
span.don-color, a.don-color {
	font-weight: bold;
	cursor: pointer;
}
a.don-color {
	display:inline-block;
}
a.don-color:hover {
	text-decoration: none;
	color: #ef4123;
}
div.mz-pdfr, div.mz-submit {
	border-radius: 0.55em;
	padding: 0.3em 1.5em;
	font-size: 1.1em;
}
.mz-pdfr.btn.btn-info {
	background-color: #ef4123;
	border-color: #ea4529;
}
.mz-pdfr.btn.btn-info:hover {
	background-color: #d93316;
	border-color: #d0351b;
}
ul.mz-autocomplete {
	width: 10em !important;
	max-height: 40vh !important;
}
.btn.buut {
	padding: .375em .75em;
	line-height: 1.5em;
	font-size: 1em;
}
.mz-tooltip {
	padding: 0.5em !important;
	font-size: 0.85em !important;
}
.mz-pop-head {
	font-size: 1em !important;
}
.mz-pop-bg .mz-pop {
	padding: 1em;
}