.widget-text label{
	display:inline-block;
	width:10em;
	vertical-align: baseline;
}

.widget-text input, .widget-text > div {
    width:calc(100% - 10.5em);
	display:inline-block;
	vertical-align: text-bottom;
}

.widget-text > div input{
	width:auto;
}

.radio_container input[type="text"] {
	width: calc(100% - 10.3em);
}

.radio_container span:last-child label{
	width: calc(10em - 14px - 0.8em);
}


.flex .formbody {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	}

.noflex {
	flex-basis:100%;
}

.widget-text.flex50 {
	flex-basis:47.5%;
}

.widget-text.flex50.standalone {
	margin-right:47.5%;
}

form .widget-submit {
	text-align:left;
}
form .widget-submit button{
background-color: #DF9A2E;
background-image:none;
  color: #010101;
  line-height: 1em;
  font-size: 1em;
  text-align: right;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em;
  box-shadow: 2px 2px 5px #666;
  border-radius: 0.3em;
  width: auto;
  text-align: left;
  margin-left:3px;
  font-weight: 500;
  font-family: Poppins;
  text-decoration: none;
  border:0;
}

form .widget-submit button:hover, form .widget-submit button:active{
background-color: var(--color-text-highlight);
color:#fff;
}

form .widget-submit button:active, form .widget-submit button:active{
	box-shadow:0px 0px 2px #666;
}

.mod_search form .widget-text {
	display:inline-block;
	width:calc(65% - 0.5em);
	vertical-align:middle;
	margin-right:0.5em;
}

.mod_search form .widget-submit {
	display:inline-block;
	width:30%;
		vertical-align:middle;
}

.mod_search form .widget-text input{
	width:100%;
}

.mod_search form .widget-submit button{
	background-color: #ccc;
	font-size:0.9em;
	width:auto;
	padding:0.5em;
	margin-top:0;
}

input[type=radio], input[type=checkbox], label {
    vertical-align: text-top;
    display:inline-block;
}

input[type=radio], input[type=checkbox] {
	margin-block: 0;
	margin-inline: 0;
	margin-top: 0.25em;
	margin-right: 0.3em;
}

input[type=radio] + label {
    line-height: 2.5em;
    	vertical-align: middle;
    	margin-right: 0.5em;
}

input[type=radio] {
	vertical-align: middle;
    line-height: 2em;
    margin-top:0;
    margin-right:0;
}


input[type=checkbox]+label {
    display: inline-block;
    width: calc(100% - 2em);
}

.content-form.no-flex .formbody{
	display:block;
}

.flex67 .radio_container > span{
	display:block;
}

p.error {
	color:red;
}

fieldset {
	margin-bottom:0.5em;
}

fieldset.highlighted {
	border:2px solid red;
	padding:1em;
}

fieldset.highlighted legend {
	display:inline-block;
	width:auto;
}