.attachment td {
	text-align: center;
	background-color: antiquewhite;
	border: solid 1px black;
}

.attachment th {
	border-radius: 25px;
	text-align: center;
	background-color: #fad7a7;
	margin-bottom: 15px;
}

.attachment {
	border-spacing: 10px;
}

.public-grid-search-bar .mud-button {
	max-width: 115px;
	min-width: 115px;
}

.public-application-flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap:wrap;
}

.public-application-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.public-application-ul {
	color: #EE202E;
	list-style: disc;
	background-color: #ffd6d6;
	margin: 0px 0px 20px 20px;
}

.public-application-li {
	padding-left: 10px;
}

.public-application-first-column {
	padding: 14px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	width: 180px;
	margin-right: 0px;
}

.public-application-second-column {
	margin: 0px 20px 20px 0px;
	font-size: 20px;
	width: 300px;
}

.third-column {
	width: 300px;
}

.public-application-residence {
	margin: 0px 20px 20px 180px;
	width: 620px;
	font-size: 20px;
}

.public-application-power-txt {
	margin: 0px 20px 30px 0px;
	width: 576px;
	font-size: 20px;
}

.resources-span {
	width:90% !important;
}

.public-panel-required {
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	border: solid 2px red;
}

.file-required {
	display:flex;
	flex-direction:row;
	border: 2px solid black;
	width: 315px;
	max-width:315px;
	min-width:315px;
	margin-bottom:20px;
	padding:5px;
}

.file-uploaded {
	display: flex;
	flex-direction: row;
	border: 2px solid black;
	width: 940px;
	max-width: 940px;
	min-width: 940px;
	margin-bottom: 20px;
	padding: 5px;
}

.public-panel-filled {
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	border: solid 2px black;
}

.public-grid {
	border:solid 1px #ddcfbe; 
	border-radius:0;
	border-spacing: 10px;
	margin:10px 0 1em 0;
}

.public-grid-hdr {
	text-align: center;
	background-color: #fad7a7;
	font-weight: bold !important;
	margin-bottom: 15px;
	padding: 11.5px 10px;
}

.public-grid-cell {
	background-color: antiquewhite;
	height: 40px !important;
	min-height: 40px !important;
	max-height:40px !important;
	padding:0px 10px;
}

.public-application-txtField {
	background-color: antiquewhite;
	width: 100%;
}

.public-register-grid .mud-table-toolbar {
	justify-content:space-between;
}

.public-register-grid-link {
	color: #0083CA;
	font-size: 14px;
}

.public-static-file-link {
	font-size: 20px;
	color: #0083CA;
	width:100%;
}

.public-static-file-link:hover {
	text-decoration:underline;
}

.decision-files {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.public-link:hover {
	cursor: pointer;
}

.public-register-grid-link:hover {
	cursor:default;
}

.public-application-control-btn {
	width: 200px;
	color: white;
	border: black solid 1px;
	border-radius: 25px;
}

.public-complaint-draft-success-dialog {
	width: 500px;
	background-color: rgb(233, 243, 248) !important;
}

.public-complaint-draft-success-dialog-header {
	color: rgb(42, 60, 115);
}

.public-complaint-draft-success-dialog-content {
	background-color: rgb(233, 243, 248) !important;
	color: rgb(42, 60, 115);
	font-size: 20px;
	display: flex;
	flex-direction: row;
}

.public-complaint-draft-exists-row {
	border: 1px solid black;
	margin: 10px auto;
	padding: 5px;
	width: 900px;
}

.public-complaint-draft-exists-text {
	font-size: 20px;
	margin-right: 5px;
}

.public-complaint-draft-exists-btn {
	margin: 0px 5px;
	color: white !important;
}
.public-validation-error {
	background-color: #ffd6d6;
	padding: 15px 0px 0px 10px;
	border: solid 1px #e75858;
	margin-top: 1em;
}

.application-reminder {
	color: #EE202E;
}

.required-field .mud-input-helper-text::after,.required-info::after {
	content: "*";
	color: red;
	font-size: 16px;
	margin-left:2px;
}

.me-auto {
	margin-inline-end:unset !important;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
	padding: 13px 14px !important;
}

.unfilled-error .mud-input-outlined-border {
	border-color: red !important;
}

.public-register-label {
	font-size: 14px !important;
	font-family: "Open Sans", sans-serif !important;
}

.text-center {
	text-align:center;
}



.public-files-list .mud-table-row:nth-child(2n+1) {
	background-color: #f5f5f5;
}

.public-files-item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
}

.file-info-row {
	display:flex;
	flex-direction:row;
	width:max(240px,20%);
	justify-content:space-between;
}

.power-attach-btn {
	width: 300px;
	margin: 0px 20px 20px 0px;
	padding: 0px !important;
	display: flex;
	justify-content: flex-end;
}

.signed-success-message {
	width: 970px;
	height: 45px;
	padding: 5px;
	border: 2px solid green;
	display:flex;
	justify-content:center;
	font-size:16px;
	margin:auto;
}

.application-number-success-signed {
	font-weight: bold;
}

.center-buttons {
	display:flex;
	justify-content:space-evenly;
}

.row-power-file {
	margin-top:13px;
}

.description-file-required {
	display:flex;
	flex-direction:row;
	border: 2px solid red;
	padding:5px;
}

.description-file-none {
	display:flex;
	flex-direction:row;
	border: 2px solid black;
	padding:5px;
}

.description-file-unselected {
	display: flex;
	flex-direction: row;
	border: 2px solid transparent;
	padding: 5px;
}

.preview-frame-center {
	display:flex;
	justify-content:center;
}

.warning-message-signed {
	width: 970px;
	height: 105px;
	padding: 5px;
	border: 2px solid orange !important;
	display: flex !important;
	justify-content: center !important;
	font-size: 16px;
	margin: 5px auto;
	line-height:initial;
	flex-direction:column;
}

#contestedEmailHelper {
	color:red !important;
}

.public-register-more-btn {
	background: none !important;
	background-color: #7265e6 !important;
	color: white !important;
	width: 120px !important;
	height: 20px !important;
	font-size: 14px !important;
	border: none !important;
	text-transform: none;
}

.public-register-more-btn:hover {
	background-color: #594AE2 !important;
}

.power-area {
	border: 2px solid black;
	margin-bottom: 30px;
	margin-left: 180px;
	padding-left: 20px;
	padding-top: 20px;
	max-width:940px;
}

.power-area-unfilled {
	border: 2px solid red;
	margin-bottom: 30px;
	margin-left: 180px;
	padding-left: 20px;
	padding-top: 20px;
	max-width: 940px;
}

.page-footer-page-modify {
	display: flex;
	justify-content: flex-end;
	/*align-items:flex-end;*/
	margin-top: 1em;
	border-top: solid 1px #e5e5e5;
	padding: 1em;
	background-color: none !important;
	margin-left:auto;
	margin-right:auto;
	/*width:1140px;*/
}

.page-footer-page-modify .page-footer-right {
	display:flex;
	justify-content:center;
	/*align-items:flex-end;*/
	/*margin-right:365px;*/
}

.public-grid-search-bar {
	width: 1000px;
}

/*.public-grid-search-bar .mud-grid-item:nth-child(3) {
	min-width:140px;
	max-width:140px;
	padding-left:5px;
}*/

.page-footer-create-complaint {
	display: flex;
	justify-content: center;
	margin-top: 1em;
	border-top: solid 1px #e5e5e5;
	padding: 1em;
	background-color: none;
}

.save-draft-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.public-grid-text {
	font-size:14px !important;
}


.register-download-bar {
	display: flex;
	flex-direction: row;
}

.statistics-header-cell.created-year {
	max-width: 30px !important;
	min-width: 30px !important;
}

.statistics-header-cell.status-name,
.statistics-header-cell.ballot-type,
.statistics-header-cell.created-date,
.statistics-header-cell.registration-number,
.statistics-header-cell.solution-name {
	max-width: 100px !important;
	min-width: 100px !important;
}

.register-download-btn {
	width: 200px;
	margin-right: 10px;
}

.register-download-btn:last-of-type {
	margin-right: 0px;
}

.statusbox {
	width: 970px;
	margin-top: 2em;
}

.page-container.complaint-signed {
	min-height: 910px;
	max-width: 1000px;
	line-height: 2em;
}

.statusbox.complaint-signed-number {
	width: 100%;
}

.statusbox.signed-attention {
	width: 100%;
	margin-top: 2em;
}

.preview-frame-center.signed-frame {
	min-height: 910px;
	max-width: 1000px;
	line-height: 2em;
}

.preview-iframe {
	width:1000px;
	height:910px;
	padding-bottom:20px;
}

.menuright {
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}

@media (max-width:450px) {
	.mud-table-pagination-toolbar {
		display:flex;
		flex-direction: column;
	}
}

@media (max-width:420px) {
	.public-grid-search-bar .mud-button {
		min-width: 100%;
		max-width: 100%;
	}

	.mud-table-pagination-toolbar {
		display: flex;
		flex-direction: column;
	}

	.mud-xs-table .mud-table-cell:before {
		font-weight: bold;
	}

	.public-register-grid .mud-table-cell {
		display: flex;
		flex-direction: column;
	}

	.public-grid .mud-table-row {
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
	}

	.public-register-grid .mud-toolbar {
		display:flex;
		flex-direction:column;
		height:max-content;
	}

	.public-register-toolbar-btns {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		height:120px;
	}

	.public-grid-search-bar {
		display:flex;
		flex-direction:column;
		width:100%;
		margin-bottom:10px;
	}

	.public-grid-search-bar .mud-grid {
		display:flex;
		flex-direction:column;
		margin:auto;
	}

	.public-grid-search-bar .mud-grid > * {
		width:90%;
		max-width:90%;
	}

	.public-grid-search-bar .mud-picker-inline {
		width:500px;
	}

	.public-grid-search-bar .justify-search > * {
		padding-left:0px;
	}

	.statusbox {
		width: 100%;
	}

	.menuright {
		text-align:center;
	}

	.ec-home {
		flex-direction:column;
		width:100%;
	}

	.page-container {
		margin: 0px;
	}

	.ec-home-btn {
		width: 90%;
	}

	.power-area .public-application-row .power-attach-btn,
	.power-area .public-application-row .row-power-file,
	.power-area .public-application-row .public-application-power-txt {
		width: 90%;
	}

	.ec-home {
		flex-direction:column;
	}

	.ec-home-btn {
		flex-direction: column;
		height: 200px;
	}

	.ec-home-btn > span {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.ec-home-btn > i {
		display: flex;
		justify-content: center;
		margin:auto;
	}

	.third-column {
		margin-left: 0px;
		width: min(90%,300px);
	}

	.public-application-flex {
		width: 100%;
	}

	.description-form .public-application-flex .public-application-row {
		margin-left: 0px;
		width: 90%;
	}

	.description-form .public-application-flex .public-application-row > * {
		width: 100%;
	}

	.power-area {
		width: 100%;
	}

	.public-application-residence {
		margin-left: 0px;
	}

	.public-application-row {
		margin-left: 0px;
	}

	.power-area > .public-application-row {
		width: 100%;
	}

	.public-application-row > * {
		width: 100%;
	}

	.public-application-second-column {
		width: 100%;
		margin-right: 0px;
	}

	.page-container {
		width: 100%;
	}

	.power-area {
		margin-left: 0px;
		width: 100%;
	}

	.statusbox.statusmin {
		width: 90%;
	}

	.app-header {
		height: 350px;
	}

	.app-header-content {
		width: 90%;
		flex-direction: column;
		align-items: center;
	}

		.app-header-content .app-logo {
			margin: auto;
		}

	.app-header-text {
		width: 90%;
		text-align: center;
		margin-left: 0px;
	}

	.page-footer {
		width: 100%;
		flex-direction: column;
	}

	.page-footer-left {
		margin-bottom: 20px;
	}

	.page-footer-right {
		justify-content: center;
		align-items: center;
		margin: 0px;
		height: 125px;
		flex-wrap:wrap;
		width: 100%;
	}

	.page-footer-right::after {
		display: none;
	}

	.page-footer .leftmost-button {
		margin: auto;
		margin-left: auto;
	}

	.footer .row {
		display: flex !important;
		flex-direction: column !important;
		align-items: center;
	}

	.footer .logo {
		margin: auto;
	}

	.footer .footer-logo-block {
		margin: auto;
	}

	.footer .footer-site-title {
		left: 0px;
		text-align: center;
	}

	.footer .address {
		width: 90%;
		white-space: unset;
		word-wrap: anywhere;
		padding: 2px;
		font-size: 12px;
	}

	.footer-copyright {
		text-align: center;
	}

	.footer .copyright {
		text-align: center;
	}

	.public-application-second-column {
		margin-right: 0px;
	}

	.page-container {
		width: 100%;
	}

	.power-area {
		margin-left: 0px;
		width: 100%;
	}

	.statusbox.statusmin {
		width: 90%;
	}

	.public-application-row {
		flex-direction: column !important;
		width: 100%;
		margin-left: 0px;
	}

	.page-footer-page-modify .page-footer-right {
		display: flex;
		width: 100%;
		margin: 0px;
	}

	.page-footer-create-complaint {
		width: 100%;
		flex-wrap: wrap;
	}

	.page-footer-left {
		flex-wrap: wrap;
		justify-content: center;
	}

	.save-draft-info {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-left: 8px;
	}

	.page-footer-comment {
		margin-top: 20px;
		width: 100%;
	}

	.public-application-residence {
		margin: 0px 0px 20px 0px;
		width: 100%;
	}

	.public-application-residence .mud-input-slot {
		height: 90px !important;
		word-wrap: anywhere !important;
		overflow-wrap: break-word !important;
		white-space: normal !important;
	}

	.public-application-first-column.empty-column {
		height: 0px !important;
	}

	.description-form .public-application-flex .public-application-row {
		margin-left: 0px !important;
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
	}

	.public-application-row > * {
		width: 100%;
	}

	.public-grid-cell {
		justify-content: flex-start !important;
	}

		.public-grid-cell.action-cell:before {
			display: none;
		}

	.power-area {
		margin-bottom: 30px;
		padding: 20px 0px 0px 7px;
	}
}

@media (min-width:601px) and (max-width:768px) {
	.public-grid-search-bar .mud-button {
		min-width: 100%;
		max-width: 100%;
	}

	.mud-table-cell:before {
		content: attr(data-label);
		font-weight: bold;
	}

	.mud-table-cell {
		display: flex;
		flex-direction: column;
	}

	.mud-table-cell > * {
		margin:auto;
	}

	.mud-table-root .mud-table-head, .mud-table-root .mud-table-foot {
		display: none;
	}

	.mud-table-row > .mud-table-cell:not(:last-of-type) {
		border:none;
	}

	.mud-table-row {
		border-bottom: 1px solid black;
	}
}

@media (min-width:421px) and (max-width:768px) {
	.public-grid-search-bar .mud-button {
		min-width: 100%;
		max-width: 100%;
	}

	.public-register-grid .mud-toolbar {
		display: flex;
		flex-direction: column;
		height: max-content;
	}

	.public-register-toolbar-btns {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 120px;
	}

	.public-grid-search-bar {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 10px;
	}

	.public-grid-search-bar .mud-grid {
		display: flex;
		flex-direction: column;
		margin: auto;
	}

	.public-grid-search-bar .mud-grid > * {
		width: 90%;
		max-width: 90%;
	}

	.public-grid-search-bar .mud-picker-inline {
		width: 500px;
	}

	.public-grid-search-bar .justify-search > * {
		padding-left: 0px;
	}

	.statusbox {
		width: 90%;
	}

	.public-application-second-column {
		margin-right: 0px;
	}

	.page-container {
		width: 100%;
	}

	.power-area {
		margin-left: 0px;
		width: 100%;
	}

	.statusbox.statusmin {
		width: 90%;
	}

	

	.page-footer {
		width: 100%;
		flex-direction: column;
	}

	.page-footer-left {
		margin-bottom: 20px;
	}

	.page-footer-right {
		width: 100%;
	}

	.page-footer-right::after {
		display: none;
	}

	.footer .row {
		display: flex !important;
		flex-direction: column !important;
		align-items: center;
	}

	.footer .logo {
		margin: auto;
	}

	.footer .footer-logo-block {
		margin: auto;
	}

	.footer .footer-site-title {
		left: 0px;
		text-align: center;
	}

	.footer .address {
		width: 90%;
		white-space: unset;
		word-wrap: anywhere;
		padding: 2px;
		font-size: 12px;
	}

	.footer-copyright {
		text-align: center;
	}

	.footer .copyright {
		text-align: center;
	}

	.ec-home-btn {
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		margin: 20px 0;
	}

	.home-column {
		padding: 0 20px;
	}

	.ec-home {
		flex-direction: column;
	}

	.ec-home-btn {
		display: flex;
		justify-content: center;
	}


		.ec-home-btn > span {
			font-size: 20px;
		}

	.register-download-bar {
		display: flex;
		flex-direction: column !important;
	}

	.register-toolbar {
		min-height: 300px;
	}

	.public-application-row {
		flex-direction: column !important;
		width: 100%;
		margin-left: 0px;
	}

	.page-footer-page-modify .page-footer-right {
		display: flex;
		width: 395px;
		min-width: 395px;
		max-width: 395px;
		margin: 0px;
	}

	.page-footer-create-complaint {
		width: 100%;
		flex-wrap: wrap;
	}

	.page-footer-left {
		flex-wrap: wrap;
		justify-content: center;
	}

	.save-draft-info {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-left: 8px;
	}

	.page-footer-comment {
		margin-top: 20px;
		width: 100%;
	}

	.page-footer-right {
		justify-content: center;
		align-items: center;
		margin: 0px;
	}

	.public-application-residence {
		margin: 0px 0px 20px 0px;
		width: 100%;
	}

		.public-application-residence .mud-input-slot {
			height: 90px !important;
			word-wrap: anywhere !important;
			overflow-wrap: break-word !important;
			white-space: normal !important;
		}

	.public-application-first-column.empty-column {
		height: 0px !important;
	}

	.description-form .public-application-flex .public-application-row {
		margin-left: 0px !important;
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
	}

	.public-application-row > * ,
	.public-application-row .public-application-second-column {
		width: 100%;
	}

	.public-grid-cell {
		justify-content: flex-start !important;
	}

		.public-grid-cell.action-cell:before {
			display: none;
		}

	.power-area {
		margin-bottom: 30px;
		padding: 20px 0px 0px 7px;
	}

	.modification-success-signed {
		height: 160px !important;
		min-height: 160px;
		max-height: 160px;
		text-align: center;
	}

	.signed-home-btn {
		margin: auto;
	}

	.power-area .public-application-row {
		flex-direction: column;
		margin: 0px;
		width: clamp(293px,293px,293px);
	}

		.power-area .public-application-row .power-attach-btn,
		.power-area .public-application-row .row-power-file,
		.power-area .public-application-row .public-application-power-txt {
			width: 290px;
		}

	.description-file-required,
	.description-file-none {
		flex-direction: column;
		width: 395px;
	}

		.description-file-none .button-3d,
		.description-file-required .button-3d {
			width: 139px;
			align-self: center;
		}

		.description-file-none .mud-input-slot,
		.description-file-none .mud-input.mud-input-underline:after {
			width: 395px !important;
		}

	.public-panel-required .public-application-row,
	.public-panel-filled .public-application-row {
		margin: 0px;
	}

	.signed-success-message {
		flex-wrap: wrap;
		word-wrap: break-word;
		width: 395px;
		height: 90px;
	}

	.warning-message-signed {
		width: 395px;
		height: 130px;
		line-height: 1.5em;
	}

	.application-number-success-signed {
		margin: auto;
	}

	.register-file-cell {
		display: flex;
		flex-direction: column !important
	}

	.public-grid-spacer {
		display: none;
	}

	.public-grid-search-bar {
		margin-left: 5px;
	}

	.public-register-grid > .mud-toolbar {
		margin-bottom: 70px;
	}

	.public-register-grid .mud-table-cell {
		display: flex !important;
		flex-direction: column !important;
		margin: auto !important;
		justify-content: center !important;
		text-align: center !important;
	}

		.public-register-grid .mud-table-cell:before {
			margin: 0;
			padding: 0;
		}

		.public-register-grid .mud-table-cell:before {
			font-weight: bold;
			text-align: center;
		}
}

@media(max-width: 650px){
	.mud-dialog {
		margin: 0 15px;
	}
}

@media(max-width:879px) {
	.app-header {
		height: max-content;
	}

	.app-header-content {
		width: 90%;
		flex-direction: column;
		align-items: center;
	}

	.app-header-content .app-logo {
		margin: auto;
	}

	.app-header-text {
		width: 90%;
		text-align: center;
		margin-left: 0px;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.public-grid-search-bar {
		width:700px;
	}

	.ec-home-btn > span {
		padding: 5px;
	}

	.public-register-grid .mud-toolbar {
		display: flex;
		flex-direction: column;
	}

	.public-register-grid .mud-table-pagination-toolbar {
		flex-direction: row;
	}


	.public-register-toolbar-btns {
		margin-bottom: 15px;
	}

	.public-application-second-column {
		width:520px;
	}

	.statusbox {
		width: 90%;
	}

	.public-register-grid > .mud-toolbar {
		margin-bottom: 30px;
	}

	.page-footer-page-modify .page-footer-right {
		margin: 0px;
		justify-content: flex-end;
	}

	.statusbox.error {
		width: 720px;
		margin-top: 2em;
	}

	.page-container.complaint-signed {
		min-height: 910px;
		max-width: 1000px;
		line-height: 2em;
	}

	.statusbox.complaint-signed-number {
		width: 720px;
	}

	.statusbox.signed-attention {
		width: 720px;
		margin-top: 2em;
	}

	.preview-frame-center.signed-frame {
		min-height: 910px;
		max-width: 1000px;
		line-height: 2em;
	}

	.preview-iframe {
		width: 1000px;
		height: 910px;
		padding-bottom: 20px;
	}

	.page-footer-create-complaint {
		max-width: 100%;
		flex-wrap: wrap;
	}

	.page-footer-left {
		margin-bottom: 10px;
	}

	.power-area {
		margin-left: 0px;
	}

	.app-header-text {
		max-width: 350px;
	}

	/*.menuright {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}*/

	.home-column > * {
		max-width: 340px;
	}

	.ec-home-btn {
		/*max-height:100px;*/
		display: flex;
		flex-direction: row;
	}

		.ec-home-btn > span {
			font-size: 22px;
		}

		.ec-home-btn > i {
			max-height: 85px;
			min-height: 85px;
			min-width: 85px;
			max-width: 85px;
		}

	.row {
		flex-direction: column;
		justify-content: center;
	}

	.footer .row {
		/*display:flex;*/
		/*justify-content:center;*/
		margin: auto;
	}

	.row .address {
		margin: auto;
	}

	.footer-logo-block {
		flex-direction: row;
	}

	.footer-stats-block .copyright {
		margin: auto;
	}

	.third-column {
		margin-left: 180px;
		width: 520px;
	}

	.public-application-row {
		flex-wrap: wrap;
	}

	.public-application-residence {
		width: 520px;
		margin-right: 0px;
	}

	.footer-copyright {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}


@media (min-width:992px) and (max-width:1199px) {
	.public-register-grid .mud-table-toolbar {
		display: flex;
		flex-direction: column;
	}

	.public-register-grid > .mud-toolbar {
		margin-bottom: 30px;
	}

	.public-register-toolbar-btns {
		margin-bottom: 15px;
	}

	.mud-table-pagination-toolbar {
		flex-direction:row;
	}

	.public-register-toolbar-btns {
		margin-bottom: 15px;
	}

	.public-register-grid .mud-table-toolbar {
		display: flex;
		flex-direction: column;
	}

	.public-register-grid > .mud-toolbar {
		margin-bottom: 30px;
	}

	.public-application-second-column {
		width: 740px;
	}

	.third-column {
		margin-left: 180px;
		/*width: 620px;*/
	}

	.complainer-representative,
	.contested-party-representative {
		margin-left: 180px;
	}

	.app-header-text {
		max-width: 400px;
	}

	.public-grid-spacer {
		max-width: 0px;
	}

	.public-grid-search-bar .mud-button {
		max-width: 120px;
		min-width: 120px;
	}

	.public-grid-search-bar {
		gap:15px;
	}

	.public-grid-search-bar .mud-input-input-control {
		max-width: 250px;
		min-width: 250px;
	}

	.public-grid-search-bar {
		max-width: 700px;
		min-width: 700px;
		/*display:flex;*/
		/*justify-content:center;*/
	}

	.public-application-row {
		flex-wrap: wrap;
		width:100%;
		justify-content:flex-start;
	}

	.power-area {
		max-width: 740px;
	}

	.mud-select {
		flex-grow: 0;
	}

	.home-column > * {
		max-width: 440px;
	}

	.footer-stats-block {
		justify-content: center;
	}

	.footer-copyright {
		display: flex;
		justify-content: center;
	}

	.statusbox.error {
		width: 970px;
		margin-top: 2em;
	}

	.page-container.complaint-signed {
		min-height: 910px;
		max-width: 1000px;
		line-height: 2em;
	}

	.statusbox.complaint-signed-number {
		width: 940px;
	}

	.statusbox.signed-attention {
		width: 940px;
		margin-top: 2em;
	}

	.preview-frame-center.signed-frame {
		min-height: 910px;
		max-width: 1000px;
		line-height: 2em;
	}

	.preview-iframe {
		width: 1000px;
		height: 910px;
		padding-bottom: 20px;
	}

	.page-footer-page-modify .page-footer-right {
		margin: 0px;
		justify-content: flex-end;
	}

	.public-application-residence {
		width:740px;
	}
}

@media(max-width:1625px){
	.public-register-grid .mud-table-toolbar {
		display: flex;
		flex-direction: column;
	}

	.public-register-grid > .mud-toolbar {
		margin-bottom: 30px;
	}

	.public-register-toolbar-btns {
		margin-bottom: 15px;
	}
}