/**
 * @file
 * Form Styling
 */
/* line 8, ../sass/forms.scss */
html.js input.form-autocomplete {
  background-image: url("../images/throbber.gif");
  background-position: .7em  13px;
}

/* line 13, ../sass/forms.scss */
html.js input.throbbing {
  background-position: 97% -15px;
}

/* line 19, ../sass/forms.scss */
.region-header .form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
}
/* line 22, ../sass/forms.scss */
.region-header .form-item .form-text {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 14px;
  margin-top: 1px;
}

/* line 33, ../sass/forms.scss */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}
/* line 36, ../sass/forms.scss */
.form-item .form-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px 10px 10px;
  border: none;
  width: 100%;
}
/* line 48, ../sass/forms.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}
/* line 52, ../sass/forms.scss */
.form-item label {
  /* The label for a form element */
}
/* line 55, ../sass/forms.scss */
.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}
/* line 60, ../sass/forms.scss */
.form-item .form-required {
  /* The part of the label that indicates a required field */
  color: #c00;
}
/* line 64, ../sass/forms.scss */
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}
/* line 69, ../sass/forms.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}

/* line 74, ../sass/forms.scss */
#edit-container-physician .form-item .form-text {
  padding: 10px 10px 10px 30px;
}

/* line 82, ../sass/forms.scss */
html.lt-ie9 input.form-autocomplete {
  background-image: none !important;
}

/* line 87, ../sass/forms.scss */
.region-header .form-submit {
  /* The submit button */
  padding: 20px;
}

/* line 94, ../sass/forms.scss */
.form-submit {
  /* The submit button */
  background-color: #FFCC33;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
/* line 102, ../sass/forms.scss */
.form-submit:hover {
  background-color: #fff;
}

@media all and (min-width: 960px) {
  /* line 108, ../sass/forms.scss */
  #content .form-submit {
    width: 25%;
  }

  /* line 113, ../sass/forms.scss */
  .region-header .form-item {
    /* Wrapper for a form element (or group of form elements) and its label */
    margin: 1.5em 0;
  }
  /* line 121, ../sass/forms.scss */
  .region-header .form-item .form-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 30px 10px 10px;
    border: none;
    width: 100%;
    margin-top: 0;
  }
  /* line 130, ../sass/forms.scss */
  .region-header .form-submit {
    /* The submit button */
    width: 100%;
    padding: 10px;
  }
}
/* line 144, ../sass/forms.scss */
.field-label-inline div,
.field-label-inline label,
.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

/* line 149, ../sass/forms.scss */
.tips {
  /* Tips for Drupal's input formats */
}

/* line 152, ../sass/forms.scss */
a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
/* line 161, ../sass/forms.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 */
/* line 169, ../sass/forms.scss */
#block-search-form {
  /* Wrapper for the search form */
  position: relative;
}
/* line 171, ../sass/forms.scss */
#block-search-form label {
  display: none;
}
/* line 174, ../sass/forms.scss */
#block-search-form .form-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 19px;
  height: 19px;
  border: none;
  text-indent: -9999px;
  background: url(../images/search-icon-reverse.png) no-repeat center;
}
/* line 185, ../sass/forms.scss */
#block-search-form .form-item input#edit-search-block-form--2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  margin: 0;
}
/* line 75, ../sass/_custom.scss */
html.lt-ie8 #block-search-form .form-item input#edit-search-block-form--2 {
  behavior: url("/sites/default/themes/globaltheme/polyfills/boxsizing.htc");
}

/*
 * Search (search-block-form.tpl.php)
 */
/* line 208, ../sass/forms.scss */
div#main .container-inline label {
  display: block;
}
/* line 211, ../sass/forms.scss */
div#main .container-inline .form-item-retain-filters {
  display: block;
}
/* line 215, ../sass/forms.scss */
div#main .container-inline .form-item-retain-filters label {
  display: inline;
}

/* line 219, ../sass/forms.scss */
div#main .container-inline input.form-text {
  width: 50%;
}

/* line 222, ../sass/forms.scss */
div#main .container-inline input.form-submit {
  width: 25%;
}

/* line 225, ../sass/forms.scss */
div#main .container-inline .form-item-retain-filters label {
  display: inline;
}

/* line 228, ../sass/forms.scss */
div#main .container-inline .form-text {
  padding: 10px;
}

/* line 231, ../sass/forms.scss */
div#main .spelling-suggestions {
  padding: 20px;
}

/* line 234, ../sass/forms.scss */
div#main .spelling-suggestions dt {
  display: inline;
  color: #cc3300;
}

/* line 238, ../sass/forms.scss */
div#main .spelling-suggestions dd {
  display: inline;
  margin: 0 0 0 10px;
}

/* line 247, ../sass/forms.scss */
.medical-services-form h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  padding-top: 0;
  border-bottom: 0px none;
}

/* line 254, ../sass/forms.scss */
#views-exposed-form-medical-services-landing-medical-service-form {
  margin: 10px 0 26px 0;
}
/* line 257, ../sass/forms.scss */
#views-exposed-form-medical-services-landing-medical-service-form .views-exposed-form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: .25em .5em;
  border: 1px solid #a3c0d3;
}
/* line 264, ../sass/forms.scss */
#views-exposed-form-medical-services-landing-medical-service-form .form-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-position: .1em .3em;
  padding: 0 0 0 26px;
  margin: 0 0 0 0;
  border: 0px none;
}
/* line 273, ../sass/forms.scss */
#views-exposed-form-medical-services-landing-medical-service-form .form-submit {
  position: absolute;
  background: none;
  bottom: 5px;
  right: .5em;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
}
/* line 283, ../sass/forms.scss */
html.lt-ie9 #views-exposed-form-medical-services-landing-medical-service-form .form-submit {
  width: auto;
}

/*
 * Drupal's default login form block
 */
/* line 292, ../sass/forms.scss */
#user-login-form {
  text-align: left;
  /* LTR */
  /*
   * OpenID
   *
   * The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
}
/* line 302, ../sass/forms.scss */
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}
/* line 307, ../sass/forms.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}
/* line 312, ../sass/forms.scss */
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

/* line 317, ../sass/forms.scss */
#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
/* line 329, ../sass/forms.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 335, ../sass/forms.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 339, ../sass/forms.scss */
form tr.even {
  background-color: #fff;
}
/* line 343, ../sass/forms.scss */
form table .item-list ul {
  margin: 0;
}

/* line 352, ../sass/forms.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 362, ../sass/forms.scss */
td.menu-disabled {
  background: #ccc;
}

@media all and (min-width: 960px) {
  /* line 367, ../sass/forms.scss */
  #block-search-form .form-item input#edit-search-block-form--2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    padding-top: 0.875em;
    padding-bottom: 0.875em;
    margin: 0;
  }
  /* line 75, ../sass/_custom.scss */
  html.lt-ie8 #block-search-form .form-item input#edit-search-block-form--2 {
    behavior: url("/sites/default/themes/globaltheme/polyfills/boxsizing.htc");
  }
}
