/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.3, built on 2014-11-05 9:14:18 PM
 * @author      https://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/
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#28a745}.nav-tabs li.bv-tab-error>a{color:#dc3545}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
.has-feedback{ position: relative; }
.has-feedback .form-control{ padding-right: 42.5px;}
.form-control-feedback{ position: absolute; top: 12px; right: 15px; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none;}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success. label{ color: #28a745;}
.has-success .form-control{ border-color: #28a745; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-success .form-control:focus{ border-color: #28a745; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}
.has-success .input-group-addon{ color: #28a745; background-color: #dff0d8; border-color: #28a745;}
.has-success .form-control-feedback{ color: #28a745;}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error label{ color: #dc3545;}
.has-error .form-control{ border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-error .form-control:focus{ border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}
.has-error .input-group-addon{ color: #dc3545; background-color: #f2dede; border-color: #dc3545;}
.has-error .form-control-feedback{ color: #dc3545;}
.has-feedback label ~ .form-control-feedback{ top: 41px; right: 5px;}
.has-feedback label.sr-only ~ .form-control-feedback{ top: 0;}
.help-block{ display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}