/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.string input { width: auto; }
form.formtastic fieldset ol li.numeric input { width: auto; }
form.formtastic fieldset ol li.password input { width: auto; }
form.formtastic fieldset ol li ul.errors { list-style-type: none; }
form.formtastic.compact fieldset ol li ul.errors li { margin-bottom: 0.2em; }
form.formtastic.compact fieldset ol li { margin-bottom: 0.2em; }
form.formtastic fieldset ol li fieldset legend span { position: inherit; }
form.formtastic fieldset ol li.boolean p.inline-hints {margin-left: 50%;}


form.formtastic fieldset > ol > li.radio.horizontal fieldset ol li {
    margin:0.1em 0.5em 0.5em 0;
    display: inline-block;
}

/*changes relative to formtastic */

form.form-inline.formtastic div.radio label input  {
    margin-left: 1em;
    margin-right: 0.5em;
}

.form-control {
    width: auto;
}

.form-control.select2-container {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

form.formtastic.form-inline div.form-group {
    padding-bottom: 0.5em;
}


#well_set_form  .control-label {
    width: 200px;
    margin: 0px;
}

#well_set_form  .form-control {
    width: 100%;
    margin: 0px;
}

#well_set_form  .span{
    width: 100%;
    margin: 0px;
}