/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0;color:red}
.bv-form .tooltip-inner{text-align:left}
.nav-tabs li.bv-tab-success>a{color:green}
.nav-tabs li.bv-tab-error>a{color:red}
.bv-form .bv-icon-no-label{top:0}
.bv-form .bv-icon-input-group{display: none !important;position: absolute;right: 24px;top: 27px}
.v-form .form-control-feedback{color:red!important}
.has-success .form-control-feedback { color: green;}
.has-success .form-control {border-color: green;}
.has-danger .form-control {border-color: red; background-color: #ffa5001c;}
.has-danger .select2 .selection .select2-selection .select2-selection__rendered{color: #555!important; background-color: #ffa5001c!important;}
.has-danger .form-control-feedback { color: red;}