.dx-toast-content {
	min-width: 300px;
	max-width: 400px;
}
.dx-toast-message {
	white-space: pre-line;
}
.uppercase .dx-texteditor-input {
	text-transform: uppercase;
}
.btn-right-space {
	margin-right: 5px;
}
.empty-page {
	height: auto;
}
.general-box {
	width: 360px;
	margin: 7% auto;
}
.general-box-header {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}
.general-box-header a {
	color: #444;
}
.general-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}
.general-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.padding-10 {
	padding: 10px;
}
.error-page h2 {
	text-align: center;
	width: 100% !important;
}
.error-page .headline {
	font-size: 150px !important;
}
.error-page .error-content {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	display: block;
	/* background-color: red; */
	text-align: center;
	clear: both;
}
