.main {
	min-height: 350px;
}

.container {
	float: left;
	width: 100%;
}

h1.main-header {
	font-size: 2.15em;
	margin-top: -1px;
	margin-bottom: 14px;
}

.form-group-title-id {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ---- Address ---- */
.box-supply {
	padding: 17px 20px;
	background-color: #f4f7f8;
	border: 1px solid #dde2e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.supply {
	margin: 0;
	padding: 0;
	display: flex;
}

.supply-name {
	font-weight: bold;
	margin-right: 9px;
}

.supply-address {
	color: #333;
}

/* --- Content --- */
.form-search {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}

html .ui-dialog .ui-dialog-titlebar {
	display: none;
}

.ui-dialog .ui-dialog-content {
	padding: 0;
}

.dialog-header {
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 14px
}

.dialog-content {
	padding: 10px;
}

.dialog-footer {
	display: flex;
	justify-content: end;
	padding: 10px;
}

.dialog-close-button {
	font-size: 13px !important;
	font-weight: bold !important;
	color: white !important;
	background: #004571 !important;
	border-color: #004571 !important;
	text-shadow: none !important;
	height: auto !important;
	padding: 8px 32px !important;
	border-radius: 4px !important;
	min-width: 120px !important;
	letter-spacing: 0.5px !important;
}

.dialog-close-button:hover {
	background: #005a90 !important;
	border-color: #005a90 !important;
}

/* --- Dialog field grid --- */
.dialog-field-row {
	display: flex;
	align-items: flex-start;
	padding: 6px 0;
	border-bottom: 1px solid #f0f3f5;
}

.dialog-field-row:last-child {
	border-bottom: none;
}

.dialog-field-label {
	font-weight: bold;
	font-size: 12px;
	color: #004571;
	min-width: 130px;
	flex-shrink: 0;
	padding-right: 10px;
	text-transform: uppercase;
}

.dialog-field-value {
	font-size: 13px;
	color: #222;
	flex: 1;
	word-break: break-word;
}

.dialog-section-separator {
	border: none;
	border-top: 1px solid #dde2e5;
	margin: 8px 0;
	justify-content: end;
	padding: 10px;
}

.blue-style-button {
	font-size: 12px !important;
	font-weight: bold !important;
	color: white !important;
	background: #004571 !important;
	border-color: #004571 !important;
	text-shadow: none !important;
	height: auto !important;
}

.btn-close {
	cursor: pointer;
}

@media ( max-width : 640px) {
	#modalNoticeDialog {
		width: 98% !important;
		max-width: 98vw !important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
	#modalNoticeDialog {
		width: 90% !important;
	}
}

@media only screen and (max-width: 990px) {
	.frame {
		width: 100%;
		border: none;
	}
}

.box-supply .report-ul {
	padding: 20px 20px;
	list-style-type: disc;
}

.box-supply .report-link {
	font-size: 1rem !important;
	padding: 5px 0px;
}