/* General */

form.branded .form-control.form-date {
  width: initial !important;
}

.g-recaptcha {
  margin-top: 7px;
}

.register-interest .button.btn.alt {
  font-size: 18px;
  padding: 10px 20px 7px;
  margin-top: 0;
}

.webform-submission-form, .webform-type-fieldset {
  display: block;
  clear: both;
}

.form-required:after {
  display: inline-block !important;
}

.field-half .form-control, .field-full .form-control {
  border: 1px solid #cccccc;
  float: left;
  width: 100%;
}

.form-item.field-full {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
  width: 100%;
}

.form-item.field-half {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
  width: 50%;
}

.form-item.field-half:nth-child(odd) {
  padding-left: 0;
}

input.form-control {
  width: 100% !important;
}

.form-control {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  margin-top: 0;
}

.webform-button--submit {
  /* background-color: #e95833 !important; */
  /*border-color: #e95833 !important; */
  margin-left: 10px;
}

.webform-button--submit:hover {
  background-color: #00aeef !important;
  border-color: #8dc63f !important;
  color: #fff !important;
  text-decoration: none;
}

.webform-type-fieldset {
  /*line-height: 70px;*/
  padding-left: 0 !important;
}

.webform-type-fieldset .fieldset-legend {
    display: block;
    width: 100%;
    font-size: 21px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #999;
}

/* Single Landing Pages */
#block-webform .btn-primary:hover, .btn-link:hover, .form-submit:hover, .custom.btn:hover {
  background-color: #00aeef;
}

.webform-component--first-name input,
.webform-component--last-name input,
.webform-component--name-of-your-school input,
.webform-component--contact-number input,
.webform-component--email-address-of-contact input,
.webform-component--register-interest-position input {
  border: 1px solid #cccccc;
  box-shadow: 0;
  float: left;
  moz-box-shadow: 0;
  webkit-box-shadow: 0;
  width: 98%;
}

.webform-component--ryi-how-did-you-hear-about-us {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 98%;
}

.webform-component--ryi-how-did-you-hear-about-us input {
  border: 1px solid #cccccc;
  box-shadow: 0;
  float: left;
  moz-box-shadow: 0;
  webkit-box-shadow: 0;
  width: 99%;
}



/* POLLS */
.category-webform-no-title h2 {
  visibility: hidden;
}

.fieldset-school-profile, .fieldset-school-profile legend,
.fieldset-registering-person, .fieldset-registering-person legend,
.fieldset-terms-and-conditions, .fieldset-terms-and-conditions legend,
.alternate-fieldset, .alternate-fieldset legend {
  background-color: #EEE;
}

.form-item-parent-survey-email-id label {
  font-weight: bold;
}

.form-type-webform-image-file .description {
  clear: both;
  display: block;
  float: none;
}

.form-type-webform-image-file label {
  display: inline;
  float: left;
  margin-right: 1em;
  min-width: 150px;
}

.poll-block .block-title {
  font-weight: 300;
}

.poll-block .fieldset-legend {
  color: #2D3237;
  float: left;
  font-size: 18px;
  font-weight: bold;
  min-width: 150px;
}

.poll-block .row-view .form-item {
  display: inline-block;
  margin-bottom: 0.4em;
  margin-right: 20px;
  margin-top: 0.4em;
}

.poll-block input[type=radio], .poll-block input[type=checkbox] {
  margin: 0 5px 0 5px;
  min-width: 20px;
}

.webform-element--title-inline input {
  display: inline;
}

.webform-element--title-inline label {
  display: inline;
  float: left;
  margin-right: 1em;
  min-width: 150px;
}

.webform-likert-table label {
  color: #2D3237;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding-left: 10px;
}

.webform-likert-table td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.webform-likert-table th {
  background: transparent;
  border-bottom: 3px solid #ccc;
  border-top: 0;
  color: #2D3237;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.webform-submission-webform-2411-form .webform-element--title-inline label {
  min-width: 295px;
}

#calculate-offer-price {
  border-color: #1CA9C3 !important;
  background-color: #1CA9C3 !important;
  color: #FFF !important;
  padding: 10px 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.webform-client-form-5552 .homeschooling > label{
  font-weight: bold;
}

.radio-horizontal .form-type-radio, .webform-radio-horizontal .form-type-radio {
  display: inline-block;
  margin-right: 20px;
}

