/**
 * Lightweight base styles for the front-end form.
 */
.userform-progress .progress {
  position: relative;
  height: 1em;
  background: #eee;
}
.userform-progress .progress-bar {
  position: absolute;
  height: 1em;
  background: #666;
}
.userform-progress .step-buttons {
  margin-left: 0;
  position: relative;
  text-align: center;
  padding:0;
}
.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform-progress .step-button-jump {
  top: 0;
  background: none;
  border: none;
  outline: none;
}


.step-navigation .step-buttons {
  margin-left: 0;
}
.step-navigation .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform {
  clear: both;
  width: 100%;
  max-width: 100%;
}
.userform .field label.right {
  color: #555;
}

.userformsgroup {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.userformsgroup > legend {
  padding-left: 4px;
  padding-right: 4px;
  border: 0;
  width: auto;
}

.right-title {
  clear: both;
  display: block;
}

.checkbox .right-title {
  display: inline;
}

.userform .left {
  margin-bottom: 5px;
  font-weight: bold;
}

.progress-bar__item .progress-bar__icon  {
	fill: #646c71;	
	
}
.progress-bar__item .icon  {
	stroke: #646c71 !important;
}

.progress-bar__item--active .progress-bar__icon {
	fill: #fff;
}

/* extented */


@media (min-width: 480px) {

	/* optionsset */
	#UserForm_Form div.optionset.width-10,
	#UserForm_Form div.optionset.width-20,
	#UserForm_Form div.optionset.width-25,
	#UserForm_Form div.optionset.width-50,
	#UserForm_Form div.optionset.width-75 {
		display: flex;	
	}
	
	#UserForm_Form div.optionset.width-10 div.mdc-radio {
		margin-right: 8px;
		margin-left: 8px;
		width: 10%;
	}
	#UserForm_Form div.optionset.width-20 div.mdc-radio {
		margin-right: 8px;
		margin-left: 8px;
		width: 20%;
	}
	#UserForm_Form div.optionset.width-25 div.mdc-radio {
		margin-right: 8px;
		margin-left: 8px;
		width: 25%;
	}
	#UserForm_Form div.optionset.width-50 div.mdc-radio {
		margin-right: 8px;
		margin-left: 8px;
		width: 50%;
	}
	#UserForm_Form div.optionset.width-75 div.mdc-radio {
		margin-right: 8px;
		margin-left: 8px;
		width: 75%;
	}
	
	/* checkboxset */
	#UserForm_Form div.checkboxset.width-10,
	#UserForm_Form div.checkboxset.width-20,
	#UserForm_Form div.checkboxset.width-25,
	#UserForm_Form div.checkboxset.width-50,
	#UserForm_Form div.checkboxset.width-75 {
		width: 100%;
		display:inline;
	}
	
	
	
	
	#UserForm_Form div.checkboxset.width-10 div.mdc-checkbox {
		width: 10%;
		float:left;	
	
	}
	#UserForm_Form div.checkboxset.width-20 div.mdc-checkbox {
		width: 20%;
		float:left;	
	}
	#UserForm_Form div.checkboxset.width-25 div.mdc-checkbox {
		width: 25%;
		float:left;	
	}
	#UserForm_Form div.checkboxset.width-50 div.mdc-checkbox {
		width: 50%;
		float:left;	
	}
	#UserForm_Form div.checkboxset.width-75 div.mdc-checkbox {
		width: 75%;
		float:left;	
	}
	
	
	
	/* fields */
	#UserForm_Form div.text.width-10 {
		width: 10%;
		float:left;
	}
	#UserForm_Form div.text.width-20 {
		width: 20%;
		float:left;
	}
	#UserForm_Form div.text.width-25 {
		width: 25%;
		float:left;
	}
	#UserForm_Form div.text.width-50 {
		width: 50%;
		float:left;
	}
	#UserForm_Form div.text.width-75 {
		width: 75%;
		float:left;
	}
	
	/* Select */
	#UserForm_Form select.mdc-select {
		width: 100%;	
	}
	#UserForm_Form div.dropdown.width-10 select {
		width: 10%;
	}
	#UserForm_Form div.dropdown.width-20 select {
		width: 20%;
	}
	#UserForm_Form div.dropdown.width-25 select {
		width: 25%;
	}
	#UserForm_Form div.dropdown.width-50 select {
		width: 50%;
	}
	#UserForm_Form div.dropdown.width-75 select {
		width: 75%;
	}
	
	/* Textarea*/
	#UserForm_Form .textarea textarea {
		width: 100%;	
	}
	
	#UserForm_Form div.textarea.width-10 textarea {
		width: 10%;
	}
	#UserForm_Form div.textarea.width-20 textarea {
		width: 20%;
	}
	#UserForm_Form div.textarea.width-25 textarea {
		width: 25%;
	}
	#UserForm_Form div.textarea.width-50 textarea {
		width: 50%;
	}
	#UserForm_Form div.textarea.width-75 textarea {
		width: 75%;
	}

}
