/**
 * 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;
}
.bv-remote-loading .form-control-feedback.fa::before {
  content: "\f1ce" !important ;
}
.bv-remote-loading .form-control-feedback.fa { 
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.bv-remote-loading .form-control-feedback{
	color: #3c763d !important;
}
.form-group.bv-remote-loading .form-control, .form-group.bv-remote-loading .input-group-addon {
  border-color: #00a65a !important; 
}
