/**
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}
/*
.form-control> .has-error {
	color: #900;
	border-color: #900;
}
*/
.bv-form .bv-icon-no-label {
	top: 0;
}

.bv-form .bv-icon-input-group {
	top: 0;
	z-index: 100;
}

.form-group .has-error {
	margin-bottom: 0;
}

.has-error .help-block {
	color: #900;
}

/*
#contactJeff > fieldset.form-group.has-error {
	border-color: red;
}
*/

/*
form input[type="text"], form input[type="email"], form input[type="number"], form input[type="tel"], form textarea {
	color: blue;
}
*/

#contactJeff > .form-control > :placeholder-shown {
	 color: #900;
	 letter-spacing: .035rem;
	 font-family: "Helvetica Neue", sans-serif;
	 font-weight: 300;
	 font-size: .9rem;
}

#contactJeff > fieldset.form-group.has-error > ::-webkit-input-placeholder {
	color: #55595c;
}

/*
form input::placeholder {
	color: blue !important;
}
*/

#contactJeff > fieldset.form-group.has-success > label {
	color: #359c35;
}




#contactJeff > fieldset.form-group.has-error > textarea,
#contactJeff > fieldset.form-group.has-error > label,
#contactJeff > fieldset.form-group.has-error > input,
#contactJeff > fieldset.form-group.has-error > small {
	border-color: #b70000;
	color: #b70000;
}



/*
#contactJeff > fieldset.form-group.has-error > small {
    padding-left: .75rem;
}
*/