/**!
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author  https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2016 Nguyen Huu Phuoc
 * @license http://formvalidation.io/license/
 */
.fv-has-feedback{position:relative}
.fv-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}
.fv-help-block{display:block}
.fv-form [placeholder]::-ms-clear{display:none}

/* Bootstrap */
.fv-form-bootstrap .help-block{margin-bottom:0}
.fv-form-bootstrap .tooltip-inner{text-align:left}
.fv-form-bootstrap .fv-icon-no-label{top:0}
.fv-form-bootstrap .fv-bootstrap-icon-input-group{z-index:100}
.form-inline.fv-form-bootstrap .form-group{vertical-align:top}

/* QSTORY */
.manageAssignmentsForm .inputGroupContainer .form-control-feedback{right:-15px}