/**
 * 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     Commercial: http://bootstrapvalidator.com/license/
 *              Non-commercial: http://creativecommons.org/licenses/by-nc-nd/3.0/
 */


.fv-form-bootstrap .help-block {
    margin-bottom: 0;
    position:absolute;
    top:3px;
    left:100%;
    min-width:200px;
}

.error-block {
    margin-bottom: 0;
    position:absolute;
    top:6px;
    left:100%;
    color: #e84f4c;
    min-width:200px;
}

.fv-form{
    padding-right: 30px;
}

.form-control-feedback{
    position:absolute;
    top:6px;
    left:100%;
    min-width:200px;
}
