/* =FORMS
****************************************************************************************/
.form h3 {
  margin: 0 0 15px;
}
.form ul {
  list-style: none !important;
}
.form li {
  padding-bottom: 5px;
}
.form .f-row {
  margin: 0 0 10px;
}
.form .f-row > label {
  float: left;
  width: 125px;
  text-align: right;
  line-height: 20px;
  padding-top: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .form .f-row > label {
    float: none;
    width: 100%;
    clear: both;
  }
}
.form .f-input,
.form .f-select,
.form .f-button,
.form .f-check,
.form .f-text {
  padding-left: 135px;
}
@media only screen and (max-width: 767px) {
  .form .f-input,
  .form .f-select,
  .form .f-button,
  .form .f-check,
  .form .f-text {
    padding-left: 0;
  }
}
.form .f-input label,
.form .f-select label,
.form .f-button label {
  padding: 0 15px 0 3px;
  position: relative;
  line-height: 22px;
}
.form .f-radio,
.form .f-checkboxes {
  margin: 0;
  line-height: 22px;
}
.form .f-radio li {
  display: inline;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form textarea,
.form .f-select {
  width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=password],
  .form input[type=email],
  .form textarea,
  .form .f-select {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  line-height: 22px;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea,
.select,
.form .f-select {
  background-color: #ffffff;
  border: 2px solid #424242;
  color: #424242;
  font: 16px/44px 'Arial', sans-serif;
  padding: 0 24px;
  height: 44px;
  -webkit-transition: all, 0.2s, linear;
  -moz-transition: all, 0.2s, linear;
  -ms-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
}
@media only screen and (max-width: 959px) {
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  textarea,
  .select,
  .form .f-select {
    padding: 0 17px;
  }
}
.bg-is-white input[type="text"],
.bg-is-white input[type="password"],
.bg-is-white input[type="email"],
.bg-is-white textarea,
.bg-is-white .select,
.bg-is-white .form .f-select {
  border-color: #e20000;
}
.bg-is-red input[type="text"],
.bg-is-red input[type="password"],
.bg-is-red input[type="email"],
.bg-is-red textarea,
.bg-is-red .select,
.bg-is-red .form .f-select {
  color: #fff;
  border-color: #fff;
  background-color: #e20000;
}
.bg-is-green input[type="text"],
.bg-is-green input[type="password"],
.bg-is-green input[type="email"],
.bg-is-green textarea,
.bg-is-green .select,
.bg-is-green .f-select {
  color: #fff;
  border-color: #fff;
  background-color: #00bfa5;
}
.f-check input[type="radio"],
.f-check input[type="checkbox"] {
  position: relative;
}
.f-check input[type="checkbox"] {
  vertical-align: -2px;
}
.f-check input[type="checkbox"] {
  margin: 8px 2px 0 0;
}
.f-check label {
  float: none;
  margin: 0;
}
.f-captcha img {
  border: 1px solid #ddd;
  float: left;
  margin-right: 5px;
}
.f-captcha .hint {
  clear: both;
  line-height: 17px;
}
.f-captcha .ver-code {
  margin: 7px 0;
  clear: both;
}
.f-captcha input[type='text'] {
  width: 123px;
  float: left;
  margin: 12px 5px 0 0;
}
/* Special form items */
.facebook-row .fb_reset {
  position: relative;
  overflow: hidden;
}
.zf-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.help-link {
  padding-left: 130px;
  font-style: italic;
}
#UserChangePasswordForm .f-row label {
  /* styles for "Change Password" popup labels */
  width: 133px;
}
.header .f-row,
.footer .f-row {
  float: left;
  margin-right: 5px;
}
/* Error messages */
span.required {
  color: #f00;
  padding-right: 5px;
}
.welcomeMessage {
  padding: 10px;
  line-height: 17px;
}
.error .required,
.errorMessage {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
.errorSummary {
  background: #FCEBEB;
  border: 1px solid #ff0000;
  color: #ff0000;
  margin: 0 0 15px;
  padding: 10px;
  width: 317px;
}
.form input.error,
.form textarea.error {
  border-color: #ff0000;
}
.errorSummary li {
  margin: 7px 0 0 15px;
  list-style: disc;
}
.f-input .errorMessage {
  padding-left: 0;
  clear: both;
  padding-top: 4px;
}
.flash-message {
  background: #e6f5ff url(../gif/flash_message.gif) left bottom repeat-x;
  border: 4px solid #9ad8ff;
  color: #0957AA;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  width: 450px;
  box-shadow: 1px 1px 5px #d3e9f9;
}
.flash-message-cnt {
  padding: 15px 10px 15px 100px;
  background: transparent url(../png/flash_message_check.png) no-repeat 20px 20px;
  min-height: 90px;
}
/* Custom Buttons */
.f-button input,
.btn-simple,
.buy-link,
.public-submit-button,
.button,
input[type="submit"],
button,
.ui-button {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid #424242;
  color: #424242;
  font: 16px/53px 'Arial', sans-serif;
  padding: 0 24px;
  height: 53px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .f-button input,
  .btn-simple,
  .buy-link,
  .public-submit-button,
  .button,
  input[type="submit"],
  button,
  .ui-button {
    padding: 0 17px;
  }
}
.f-button input:hover,
.btn-simple:hover,
.buy-link:hover,
.public-submit-button:hover,
.button:hover,
input[type="submit"]:hover,
button:hover,
.ui-button:hover {
  background-color: #424242;
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .f-button input,
  .btn-simple,
  .buy-link,
  .public-submit-button,
  .button,
  input[type="submit"],
  button,
  .ui-button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .f-button input,
  .btn-simple,
  .buy-link,
  .public-submit-button,
  .button,
  input[type="submit"],
  button,
  .ui-button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 959px) {
  .f-button input,
  .btn-simple,
  .buy-link,
  .public-submit-button,
  .button,
  input[type="submit"],
  button,
  .ui-button {
    height: 41px;
    line-height: 37px;
  }
}
.bg-is-white .f-button input,
.bg-is-white .btn-simple,
.bg-is-white .buy-link,
.bg-is-white .public-submit-button,
.bg-is-white .button,
.bg-is-white input[type="submit"],
.bg-is-white button,
.bg-is-white .ui-button {
  border-color: #e20000;
  color: #e20000;
  background-color: #fff;
}
.bg-is-white .f-button input:hover,
.bg-is-white .btn-simple:hover,
.bg-is-white .buy-link:hover,
.bg-is-white .public-submit-button:hover,
.bg-is-white .button:hover,
.bg-is-white input[type="submit"]:hover,
.bg-is-white button:hover,
.bg-is-white .ui-button:hover {
  color: #fff;
  background-color: #e20000;
}
.bg-is-red .f-button input,
.bg-is-red .btn-simple,
.bg-is-red .buy-link,
.bg-is-red .public-submit-button,
.bg-is-red .button,
.bg-is-red input[type="submit"],
.bg-is-red button,
.bg-is-red .ui-button {
  border-color: #fff;
  color: #fff;
  background-color: #e20000;
}
.bg-is-red .f-button input:hover,
.bg-is-red .btn-simple:hover,
.bg-is-red .buy-link:hover,
.bg-is-red .public-submit-button:hover,
.bg-is-red .button:hover,
.bg-is-red input[type="submit"]:hover,
.bg-is-red button:hover,
.bg-is-red .ui-button:hover {
  color: #e20000;
  background-color: #fff;
}
.bg-is-green .f-button input,
.bg-is-green .btn-simple,
.bg-is-green .buy-link,
.bg-is-green .public-submit-button,
.bg-is-green .button,
.bg-is-green input[type="submit"],
.bg-is-green button,
.bg-is-green .ui-button {
  border-color: #fff;
  color: #fff;
  background-color: #00bfa5;
}
.bg-is-green .f-button input:hover,
.bg-is-green .btn-simple:hover,
.bg-is-green .buy-link:hover,
.bg-is-green .public-submit-button:hover,
.bg-is-green .button:hover,
.bg-is-green input[type="submit"]:hover,
.bg-is-green button:hover,
.bg-is-green .ui-button:hover {
  color: #00bfa5;
  background-color: #fff;
}
.bg-is-img .f-button input,
.bg-is-img .btn-simple,
.bg-is-img .buy-link,
.bg-is-img .public-submit-button,
.bg-is-img .button,
.bg-is-img input[type="submit"],
.bg-is-img button,
.bg-is-img .ui-button {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.bg-is-img .f-button input:hover,
.bg-is-img .btn-simple:hover,
.bg-is-img .buy-link:hover,
.bg-is-img .public-submit-button:hover,
.bg-is-img .button:hover,
.bg-is-img input[type="submit"]:hover,
.bg-is-img button:hover,
.bg-is-img .ui-button:hover {
  color: #333;
  background-color: #fff;
}
.link-wrap {
  margin-top: 10px;
}
.link-wrap a {
  background: #419CE0;
  border: 1px solid #0F70B8;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: bold 14px Arial, Sans-Serif;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
}
.link-wrap a:hover {
  background: #FF8600;
  border: 1px solid #eb7b00;
}
/* = Notification messages */
.notification {
  margin: 10px 0;
  min-height: 54px;
  padding: 10px 0 0 95px;
}
.notification li {
  margin-bottom: 10px;
}
.notification-error {
  background: #FCEBEB;
  border: 2px solid #ED1C24;
  color: Red;
}
.notification-confirm {
  background: #c9eaff;
  border: 2px solid #0957aa;
  color: #0957AA;
}
.notification-info {
  background: #f4fae3;
  border: 2px solid #64a151;
  color: #64a151;
}
#ConfirmationLightbox {
  display: none;
}
/**
 * 	jQuery 
 ***********************************************************/
.ui-widget-content {
  border-color: #424242;
  border-radius: 0;
  border: none;
}
.ui-dialog .ui-dialog-titlebar {
  background: #00bfa5;
}
.ui-dialog .ui-dialog-content {
  height: auto !important;
}
.ui-dialog .ui-dialog-content pre {
  white-space: normal;
  font-family: 'Arial', sans-serif;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-defaul {
  background-image: none;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #424242;
  color: #424242;
  font: 16px/35px 'Arial', sans-serif;
  padding: 0 24px;
  height: 35px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .ui-button,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-defaul {
    padding: 0 17px;
  }
}
.ui-button:hover,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-defaul:hover {
  background-color: #424242;
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .ui-button,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-defaul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .ui-button,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-defaul {
    font-size: 13px;
  }
}
.ui-widget-header .ui-button {
  background-image: none;
  background-color: #ffffff;
  border: 2px solid #424242;
  color: #424242;
  font: 16px/20px 'Arial', sans-serif;
  padding: 0 24px;
  height: 20px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0px !important;
  /* because we have padding on @media @tablet */
  width: 22px;
}
@media only screen and (max-width: 959px) {
  .ui-widget-header .ui-button {
    padding: 0 17px;
  }
}
.ui-widget-header .ui-button:hover {
  background-color: #424242;
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .ui-widget-header .ui-button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .ui-widget-header .ui-button {
    font-size: 13px;
  }
}
.ui-widget-header .ui-button:hover {
  background-color: #fff;
}
.ui-dialog-titlebar {
  background: #e20000;
  color: #fff;
}
/**
 * 	SELECT
 **********************************************************************************/
.select,
.form .f-select {
  position: relative;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.select > select,
.form .f-select > select {
  min-width: 100%;
  padding: 0 20px;
  outline: none;
  display: inline-block;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select:after,
.form .f-select:after {
  position: absolute;
  content: '';
  background: url(../png/sprites.png) no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  display: block;
  float: right;
  top: 50%;
  right: 3px;
  margin-top: -7px;
  cursor: pointer;
  pointer-events: none;
  z-index: 20;
}
.select:before,
.form .f-select:before {
  position: absolute;
  content: '';
  display: block;
  width: 21px;
  height: 100%;
  background-color: #fff;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select select,
  .form .f-select select {
    padding-right: 18px;
  }
}
