.ezfc-theme-aero {
  color: #444;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.ezfc-theme-aero .ezfc-form {
  background-color: #f6f6f6;
  padding: 1.5em;
}
.ezfc-theme-aero .ezfc-element {
  padding-top: 0em;
  padding-bottom: 0.5em;
}
.ezfc-theme-aero .ezfc-label {
  color: #444;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  padding: 0.3em 0;
  text-align: left;
}
.ezfc-theme-aero .ezfc-element-input,
.ezfc-theme-aero .ezfc-element-numbers,
.ezfc-theme-aero .ezfc-element-textarea,
.ezfc-theme-aero .ezfc-element-select {
  border: 0;
  border-bottom: transparent 1px solid;
  background-color: #fff;
  color: #444;
  font-weight: 700;
  padding: 0.75em 1em;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ezfc-theme-aero .ezfc-element-input:focus,
.ezfc-theme-aero .ezfc-element-numbers:focus,
.ezfc-theme-aero .ezfc-element-textarea:focus,
.ezfc-theme-aero .ezfc-element-select:focus {
  border-bottom: #3596fd 1px solid;
  color: #3596fd;
}
.ezfc-theme-aero .ezfc-element-select {
  color: #444;
  padding: 0.75em 1em;
}
.ezfc-theme-aero .ezfc-element-radio-input,
.ezfc-theme-aero .ezfc-element-checkbox-input {
  margin: 0 0.5em 0.2em 1em;
}
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper {
  background-color: #fff;
  border: 0;
}
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text:hover,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper:hover {
  background-color: #cce5ff;
}
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text.ezfc-selected,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper.ezfc-selected {
  background-color: #3596fd;
}
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text.ezfc-selected,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper.ezfc-selected,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text.ezfc-selected .fa,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper.ezfc-selected .fa {
  color: #fff;
}
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-option-selectable-text.ezfc-selected .fa,
.ezfc-theme-aero .ezfc-element-option-has-image .ezfc-element-icon-wrapper.ezfc-selected .fa {
  background-color: transparent;
}
.ezfc-theme-aero .ezfc-element-daterange {
  width: 49%;
}
.ezfc-theme-aero .ezfc-element-daterange-from {
  margin-right: 1%;
}
.ezfc-theme-aero .ezfc-element-daterange-to {
  margin-left: 1%;
}
.ezfc-theme-aero .ezfc-element-wrapper-image img {
  max-width: 100%;
}
.ezfc-theme-aero .ezfc-text {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.3em;
}
.ezfc-theme-aero .ezfc-text-currency {
  vertical-align: super;
}
.ezfc-theme-aero .ezfc-slider-element.ui-slider {
  border: 0;
}
.ezfc-theme-aero .ezfc-slider-element .ui-slider-handle {
  border: 0;
  background: #3596fd;
}
.ezfc-theme-aero .ui-spinner {
  border: 0;
  border-radius: 0;
  width: 100%;
}
.ezfc-theme-aero .ui-spinner .ezfc-spinner.ui-spinner-input {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0.75em 1em;
}
.ezfc-theme-aero .ui-spinner .ui-spinner-button {
  border: 0;
}
.ezfc-theme-aero .ui-spinner .ui-spinner-button .ui-button-text .ui-icon {
  margin-top: -0.5em;
}
.ezfc-theme-aero .ezfc-price-wrapper-element .ezfc-label {
  padding: 0 calc(1% + .3em);
}
.ezfc-theme-aero .ezfc-price {
  color: #444;
  display: inline-block;
  font-size: 1.75em;
  font-weight: 700;
  padding: 0.5em 0;
}
.ezfc-theme-aero .ezfc-element-price {
  font-style: italic;
}
.ezfc-theme-aero .ezfc-btn,
.ezfc-theme-aero .ezfc-step-button {
  border: 0;
  background-color: #fff;
  color: #444;
  padding: 0.5em 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ezfc-theme-aero .ezfc-btn:hover,
.ezfc-theme-aero .ezfc-step-button:hover {
  background-color: #ffffff;
  color: #515151;
}
.ezfc-theme-aero .ezfc-success-text {
  display: none;
}
.ezfc-theme-aero .ezfc-required-char {
  color: #f00;
}
.ezfc-theme-aero .ezfc-required-notification {
  font-size: 0.8em;
  margin-top: 1em;
}
.ezfc-theme-aero .ezfc-submit-wrapper {
  margin-top: 1em;
}
.ezfc-theme-aero input.ezfc-element-fileupload {
  margin: 0.5em 0;
}
.ezfc-theme-aero .ezfc-fileupload-message {
  padding: 0.5em 0;
}
.ezfc-theme-aero .ezfc-upload-button {
  border: 0;
  margin: 0.5em 0;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ezfc-theme-aero .ezfc-upload-button:hover {
  background-color: #ffffff;
  color: #515151;
}
.ezfc-theme-aero .ezfc-element .fa {
  color: #444;
}
.ezfc-theme-aero ::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}
.ezfc-theme-aero :-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.ezfc-theme-aero ::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.ezfc-theme-aero :-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}
.ezfc-theme-aero .ezfc-step-indicator-item {
  background-color: #fff;
  color: #444;
}
.ezfc-theme-aero .ezfc-step-indicator-item:before {
  border-color: #fff;
  border-left-color: transparent;
}
.ezfc-theme-aero .ezfc-step-indicator-item:after {
  border: 15px solid transparent;
  border-left-color: #fff;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active {
  background-color: #1C91E9;
  color: #fff;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active:before {
  border-color: #1C91E9;
  border-left-color: transparent;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active:after {
  border-left-color: #1C91E9;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover {
  background-color: #4aa8ee;
  border-color: #4aa8ee;
  color: #fff;
  text-decoration: none;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:before {
  border-color: #4aa8ee;
  border-left-color: transparent;
}
.ezfc-theme-aero .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:after {
  border-left-color: #4aa8ee;
}
.ezfc-placeholder {
  color: #aaa;
  font-style: italic;
}
.ezfc-hover-lighten:hover {
  background-color: #ffffff;
  color: #515151;
}
