.page-group {
	margin: 0 0 15px;
}

.page-group legend {
	font-weight: bold;
}

.page-content {
	margin: 0 0 10px;
}

.section-group {
	border: none;
	margin: 0;
	padding: 0;
}

.section-group legend {
	padding: 0 10px 0 0;
}

.section-group > .instructions {
	display: none;
}

.series-group {
	border-top: 1px solid gray;
	margin-top: 15px;
	padding-top: 15px;
}

.series-group[series="1"] {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.form-row {
	list-style: outside none none;
	padding: 0;
}

.form-row > li {
	display: inline-block;
	vertical-align: top;
}

.hidden-row {
	display: none;
}

.field-required {
	padding-left: 5px;
	font-weight: bold;
}

.field-widget textarea {
	resize: vertical;
	width: 100%;
}

.field-widget .ui-icon {
	position: relative;
	top: 4px;
	left: -4px;
	margin-left: -20px;
}

/*
.field-widget input.highlight,
.field-widget textarea.highlight,
.field-widget select.highlight,
.field-widget div[role="radiogroup"].highlight {
*/
.field-widget .highlight {
	background-color: lightgoldenrodyellow;
	border-color: red;
	border-style: double;
	border-width: 3px;
}

.field-alert {
	float: left;
	margin-left: -20px;
	margin-top: 6px;
}

.field-widget-choice input {
	display: inline-block;
	width: 2.5%;
}

.field-widget-choice label {
	display: inline-block;
	width: 95%;
}

.field-help {
	color: #66b;
	font-size: 12px;
	font-style: italic;
}

.backpack-file-list {
	border: 1px solid #808080;
	margin: 10px 0 0;
	padding: 10px;
	width: 100%;
}
.backpack-file-list th,
.backpack-file-list td {
	text-align: left;
	margin: 0;
	padding: 2px 0;
	vertical-align: middle;
}
.backpack-file-list tbody {
	background-color: #EFEFEF;
}

.form-bc {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-bc li {
	display: inline-block;
}

.bc-current-step {
	font-style: italic;
}

.form-bc li::after {
	content: '➞';
	display: inline-block;
	font-style: normal;
	margin: 0 15px;
}

.form-bc li:last-child::after {
	content: '';
}

/* =========================================
04. TABLET
============================================ */
@media screen and (min-width: 768px) {

	

}

/* =========================================
05. Dekstop
============================================ */
@media screen and (min-width: 960px) {

	.field-label {
		margin-right: 1%;
		width: 29%;
	}

	.field-widget {
		width: 65%;
	}

}
