/* ======================================
	BLR ThemeForm.css

    Last Updated : HOQ 02/14/2017
====================================== */
.pf_form_table {
  color: #363636;
  clear: both;
  font-family: 'Vectora', Arial, sans-serif;
  font-size: 1em;
  margin: 1em 0;
  padding: 10px 7px;
  width: 100%;
}
.pf_form_table .pf_field_row {
  margin: 0.25em 0;
  vertical-align: middle;
}
.pf_form_table .pf_field_cell,
.pf_form_table .pf_field_cell_bad {
  padding-bottom: 12px;
  padding-top: 12px;
}
.pf_form_table .pf_prefield_cell_empty {
  display: hidden;
}
.pf_form_table .pf_label_cell {
  padding: 0.3em 0.6em;
  text-align: right;
  font-family: 'Vectora', Arial, sans-serif;
}
.pf_form_table .pf_label_text {
  color: #363636;
}
.pf_form_table .pf_hint_text,
.pf_form_table .pf_hint_text_bad {
  display: block;
}
.pf_form_table .pf_text,
.pf_form_table .pf_text_narrow,
.pf_form_table .pf_text_wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #363636;
  font-size: 1em;
  padding: 10px;
}
.pf_form_table .pf_text:hover,
.pf_form_table .pf_text_narrow:hover,
.pf_form_table .pf_text_wide:hover,
.pf_form_table .pf_text:focus,
.pf_form_table .pf_text_narrow:focus,
.pf_form_table .pf_text_wide:focus {
  /*Change elements on hover and focus*/
}
.pf_form_table .pf_multiline,
.pf_form_table .pf_multiline_narrow,
.pf_form_table .pf_multiline_wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1 1px solid #e5e5e5;
  color: #363636;
  font-size: 1em;
  padding: 10px;
}
.pf_form_table .pf_multiline:hover,
.pf_form_table .pf_multiline_narrow:hover,
.pf_form_table .pf_multiline_wide:hover,
.pf_form_table .pf_multiline:focus,
.pf_form_table .pf_multiline_narrow:focus,
.pf_form_table .pf_multiline_wide:focus {
  /*Change elements on hover and focus*/
}
.pf_form_table .pf_field_cell select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('icon_select.png');
  background-position: 99% 48%;
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  color: #363636;
  display: inline-block;
  font-size: 1em;
  outline: none;
  padding: 8px 20px 8px 5px;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none\9;
  padding: 5px 5px 5px 5px\9;
}
.pf_form_table .pf_field_cell select::-ms-expand {
  display: none;
}
.pf_form_table .pf_field_cell select:-moz-focusring,
.pf_form_table .pf_field_cell select::-moz-focusring {
  outline: none !important;
  border: none !important;
  color: #363636;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #363636;
}
.pf_form_table .pf_field_cell select:hover {
  color: #363636;
  background-color: #ffffff;
}
.pf_form_table .pf_field_cell select:focus {
  color: #363636 !important;
}
.pf_form_table .pf_field_cell option:-moz-focusring,
.pf_form_table .pf_field_cell option::-moz-focusring {
  outline: none !important;
  border: none !important;
  color: #363636;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #363636;
}
.pf_form_table .pf_field_cell_bad select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('icon_select_error.png');
  background-position: 99% 48%;
  background-repeat: no-repeat;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 1em;
  outline: none;
  padding: 8px 20px 8px 5px;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none\9;
  padding: 5px 5px 5px 5px\9;
}
.pf_form_table .pf_field_cell_bad select::-ms-expand {
  display: none;
}
.pf_form_table .pf_field_cell_bad select:-moz-focusring,
.pf_form_table .pf_field_cell_bad select::-moz-focusring {
  outline: none !important;
  border: none !important;
  color: #363636;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #363636;
}
.pf_form_table .pf_field_cell_bad select:hover {
  color: #363636;
  background-color: #ffffff;
}
.pf_form_table .pf_field_cell_bad select:focus {
  color: #363636 !important;
}
.pf_form_table .pf_field_cell_bad option:-moz-focusring,
.pf_form_table .pf_field_cell_bad option::-moz-focusring {
  outline: none !important;
  border: none !important;
  color: #363636;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #363636;
}
.pf_form_table .pf_text,
.pf_form_table .pf_multiline,
.pf_form_table .pf_dropdown {
  width: 80%;
}
.pf_form_table .pf_text_narrow,
.pf_form_table .pf_multiline_narrow,
.pf_form_table .pf_dropdown_narrow {
  width: 50%;
}
.pf_form_table .pf_text_wide,
.pf_form_table .pf_multiline_wide,
.pf_form_table .pf_dropdown_wide {
  width: 100%;
}
.pf_form_table .pf_field_row_bad .pf_text,
.pf_form_table .pf_field_row_bad .pf_text_narrow,
.pf_form_table .pf_field_row_bad .pf_text_wide,
.pf_form_table .pf_field_row_bad .pf_multiline,
.pf_form_table .pf_field_row_bad .pf_multiline_narrow,
.pf_form_table .pf_field_row_bad .pf_multiline_wide {
  background: #ffffff url(formError.png) no-repeat right;
  border: 1px solid #ff0000;
  padding: 10px;
}
.pf_form_table .pf_field_cell_bad select {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.pf_form_table .pf_label_cell_bad {
  color: #ff0000;
  padding: 0.3em 0.6em;
  text-align: right;
}
.pf_form_table .pf_field_row_bad {
  color: #ff0000;
  vertical-align: middle;
}
.pf_form_table .pf_label_text_bad {
  color: #ff0000;
}
.pf_form_table .pf_submit_cell {
  padding: 0.4em 0.5em;
}
.pf_form_table .pf_submit_cell .pf_submit_image {
  border: none;
}
.pf_form_table .pf_submit_cell .pf_submit_button {
  background-color: #e51937;
  color: #ffffff !important;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  font-size: 1em;
  padding: 0.65em 2em;
  margin: 0.5em 0;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Vectora', Arial, sans-serif;
}
.pf_form_table .pf_submit_cell .pf_submit_button:hover,
.pf_form_table .pf_submit_cell .pf_submit_button:focus {
  background-color: #e93550;
  color: #ffffff !important;
}
/* ======================================
    Form Pods
    REQUIRED CLASS: .form-pod-a
====================================== */
.pod-c .pf_form_table,
.pod-d .pf_form_table {
  color: #ffffff;
}
.pod-c .pf_form_table .pf_label_text,
.pod-d .pf_form_table .pf_label_text {
  color: #ffffff;
}
.pod-c .ixp-component-dropdown-input a,
.pod-d .ixp-component-dropdown-input a {
  color: #427592;
}
.form-pod-a .pf_form_table {
  color: #000000;
}
.form-pod-a .pf_form_table .pf_label_text {
  color: #000000;
}
.form-pod-a .ixp-component-dropdown-input a {
  color: #427592;
}
/* form-pod b overrides */
.form-pod-b .pf_form_table {
  color: #000000;
}
.form-pod-b .pf_form_table .pf_label_text {
  color: #000000;
}
.form-pod-b .ixp-component-dropdown-input a {
  color: #427592;
}
/* ======================================
	Form Button Font Size and Padding
====================================== */
/* size-specific (s,m,l and xl) button styles, including form submit. do not delete/change these classes */
.form_s .pf_submit_button {
  font-size: 0.85em;
  padding: 0.5em 1.5em;
}
.form_m .pf_submit_button {
  font-size: 1em;
  padding: 0.65em 2em;
}
.form_l .pf_submit_button {
  font-size: 1.1em;
  padding: 0.65em 2em;
}
/* ======================================
	Form Button Icon Padding
====================================== */
.button-container-small.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-small.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-small.button-container-phone .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-small.button-container-download .pf_form_table .pf_submit_cell .pf_submit_button {
  padding: 0.5em 1.5em 0.5em 1.5em;
}
.button-container-medium.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-medium.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-medium.button-container-phone .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-medium.button-container-download .pf_form_table .pf_submit_cell .pf_submit_button {
  padding: 0.5em 1.5em 0.5em 1.5em;
}
.button-container-large.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-large.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-large.button-container-phone .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-large.button-container-download .pf_form_table .pf_submit_cell .pf_submit_button {
  padding: 0.5em 1.5em 0.5em 1.5em;
}
.button-container-wide.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-wide.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-wide.button-container-phone .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-wide.button-container-download .pf_form_table .pf_submit_cell .pf_submit_button {
  padding: 0.5em 0.5em 0.5em .5em;
}
.pf_form_table img {
  border: none;
}
