/*# Form styles #*/
body { 
  margin: 0; 
}
#form-container,
#ctl00_ContentPlaceHolderBanner_CMSPagePlaceholder1_lt_FormWithJavascript_RexnordEnhancedOn_linePageForm_viewBiz_pnlForm,
#ctl00_ContentPlaceHolderBanner_CMSPagePlaceholder1_lt_FormWithJavascript_RexnordEnhancedOn_linePageForm_viewBiz,
.form-thank-you {
  font-family: "Lato", helvetica, Tahoma;
  font-size: 14px;
  text-align: center;
}

.form-text {
  text-align: left;
}

.Error .form-control {
  border-color: red;
}
.EditingFormErrorLabel {
  color: red;
}
/*# Form Styles/Kentico Form Mimic #*/
.kentico {
  font-size: 16px;
}
.required {
  font-size: 10px;
}
.kentico .EditingFormLabel {
  text-align: left;
  padding: 3px 0;
}
.kentico input,
.kentico textarea {
  line-height: 1.8;
  font-size: 16px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 0 4px;
  color: #333;
  font-style: normal;
}
.kentico input[type="text"] {
  width: calc(80% - 10px);
}
.kentico textarea {
  width: calc(100% - 10px);
  line-height: 1.3;
}
.kentico .form-body,
.kentico.form-body {
  padding: 15px 20px 20px;
  background: #fff;
}
.kentico .FormButton.btn {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding: 13px 30px;
  background-color: #0c4e76;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.form-container #ctl00_ContentPlaceHolderBanner_CMSPagePlaceholder1_lt_FormWithJavascript_RexnordEnhancedOn_linePageForm_viewBiz_pM_pMP {
  display: none;
}

.feedback-form,
.discontinued-product-form {
  text-align: left;
}
.feedback-header,
.discontinued-product-header  {
  background: #ccc;
  padding: 20px;
  font-weight: 400;
  margin: 0;
}
.feedback-header h2,
.discontinued-product-header h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 10px;
}
.feedback-input,
.discontinued-product-input {
  margin: 8px 0;
}
@media screen and (max-width: 480px) {
  .kentico {
    font-size: 12px;
  }
  .required {
    font-size: 8px;
  }
  .kentico input,
  .kentico textarea {
    font-size: 12px;
  }
  .kentico .FormButton.btn {
    font-size: 16px;
  }
  .feedback-header,
  .discontinued-product-header {
    padding: 15px;
  }
  .kentico .form-body {
    padding: 10px 15px 15px;
  }
  .feedback-header h2 {
    font-size: 24px;
  }
}

/*# Form Styles/Configure One Mimic #*/
.configure-one {
  margin: 0 15px;
}
.configure-one .EditingFormLabel {
  float: left;
  padding: 4px 12px 8px 0;
  width: calc(50% - 25px);
  text-align: right;
  line-height: 1.7;
}

.configure-one .EditingFormControlNestedControl {
  float: left;
  width: calc(50% - 10px);
  text-align: left;
  padding-bottom: 8px;
}

.configure-one .EditingFormErrorLabel {
  clear: both;
  margin-left: calc(50% - 25px);
  text-align: left;
}

.configure-one .EditingFormControlNestedControl + br {
  clear: both;
}

.configure-one input.form-control {
  padding: 4px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  border: 1px solid #b2b2b2;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: none;
  resize: vertical;
  height: auto;
}
.configure-one select.form-control {
  color: #666;
}

.configure-one input.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.configure-one .btn {
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  height: 34px;
  min-width: 125px;
  padding: 0;
  position: relative;
  text-decoration: none; 
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
}

.configure-one .FormButton.btn {
  border: 2px solid #0c4e76;
  background: #0c4e76;
  color: white;
  margin-top: 10px;
}
.configure-one .ReturnButton.btn {
  color: #fff;
  background: #4f91cd;
  border: 2px solid #fff;
  margin-top: 20px;
}

/*# GDPR form style #*/
.gdpr-options {
  clear: both;
}
.gdpr-acceptance-label {
  display: inline;
  font-size: 14px;
  line-height: 18px;
}
.gdpr-acceptance-desc {
  font-size: 12px;
  padding-bottom: 10px;
}
.configure-one .form_form-field--checkbox .checkbox {
  margin: 0;
  text-align: right;
}
.configure-one .form_form-field--checkbox .EditingFormControlNestedControl {
  width: calc(50% - 30px);
  padding-bottom: 0;
}
.configure-one .form_form-field--checkbox .checkbox input[type="checkbox"] {
  float: none;
}
.configure-one .gdpr-acceptance-label {
  float: right;
  width: calc(50% + 25px);
  text-align: left;
}
.configure-one .gdpr-acceptance-desc {
  clear: both;
  margin-left: calc(50% - 25px);
  text-align: left;
}
.kentico .form_form-field--checkbox {
  margin-left: 25px;
}
.kentico .form_form-field--checkbox .EditingFormControlNestedControl {
  display: inline;
}
.kentico .form_form-field--checkbox .checkbox {
  margin: 0;
  margin-left: -25px;
  display: inline;
}
.kentico .form_form-field--checkbox .checkbox input[type="checkbox"] {
  float: none;
}
.kentico .gdpr-acceptance-label {
  text-align: left;
}
.kentico .gdpr-acceptance-desc {
  text-align: left;
}

/* Ultramite Styles */
.email-titlebar {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}

#ctl00_ContentPlaceHolderBanner_CMSPagePlaceholder1_lt_FormWithJavascript_RexnordEnhancedOn_linePageForm_viewBiz_ncpconfigdata,
#ctl00_ContentPlaceHolderBanner_CMSPagePlaceholder1_lt_FormWithJavascript_RexnordEnhancedOn_linePageForm_viewBiz_ncpproductimage {
  display: none;
}

/*# Loader #*/
.rex-loader-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.6);
  z-index: 10;
}
.rex-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  height: 32px;
  width: 32px;
  border: 4px solid #ebebeb;
  border-left: 4px solid #1e90ff;
  border-radius: 50%;
  transform: translateZ(0);
  animation: load8 .5s infinite linear;
  z-index: 1;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# Thank You Page #*/
.thank-you {
  text-align: center;
  font-family: "Lato", helvetica, Tahoma, sans-serif;
}
.form-thank-you {
  text-align: left;
}
.form-thank-you .feedback-header {
  margin-bottom: 0;
}
.form-thank-you .feedback-header h2 {
  margin-bottom: 0;
}
.form-thank-you a {
  display: inline-block;
  text-decoration: none;
  margin: 15px 0 0;
}

/*# Fullscreen Warning Message (Youtube Preload Warning) #*/
.fullscreen-warning {
  position: fixed;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background-color: #777;
  font-size: 18px;
  padding: 15px;
  display: flex;
  justify-items: center;
  align-items: center;
}