/*

structural and spacing - do not modify this section.
visual and theme classes located at the bottom of the file.

*/

.jworx-section-control{
	margin-bottom:10px;
}

.jworx-section-control.has-error{
	background-color:#ffeaea;
}

.jworx-section-control > label{
	display: inline-block;
	margin-bottom: 5px;
}

.jworx-section-control > label.required:after,
.jworx-section-control .jworx-section-control > label.required:after{
	content:"*";
	margin-left:2px;
	color:#e43131;
}

.jworx-section-control > .contents{
	margin-bottom:10px;
}

.jworx-section-control > .inputs{
	margin-bottom:4px;
}

.jworx-section-control > .errors{
	min-height:1em;
	display:none;
}

.jworx-section-control > .contents:empty,
.jworx-section-control > .inputs:empty,
.jworx-section-control > .errors:empty{
	margin:0;
	padding:0;
}

.jworx-section-control.has-error > .errors{
	display:flex;
	flex-wrap:wrap;
}

.jworx-section-control .jworx-section-control{
	padding:0px;
	margin-bottom:0px; /* do not add bottom margin */
}

.jworx-section-control .inputs .jworx-section-control{
	display:inline-block;
}

.jworx-section-control input[type="button"]+input[type="button"]{
	margin-left:10px;
}
