/*!
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap,  Foundation,  Pure,  SemanticUI,  UIKit and custom frameworks
 *
 * @version     v0.8.1,  built on 2016-07-29 1:10:54 AM
 * @author      https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2016 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */.form-inline.fv-form-bootstrap .form-group, .fv-form-bootstrap4.form-inline .form-group {
    vertical-align: top;
}
.fv-has-feedback {
    position: relative;
}
.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    text-align: center;
}
.fv-help-block {
    display: block;
}
.fv-form [placeholder]::-ms-clear {
    display: none;
}
.fv-form-foundation .form-error, .fv-form-uikit .uk-text-danger {
    display: block;
}
.fv-form-bootstrap .help-block {
    margin-bottom: 0;
}
.fv-form-bootstrap .tooltip-inner {
    text-align: left;
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100;
}
.fv-form-bootstrap4 .fv-control-feedback {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
    right: 15px;
}
.fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback {
    top: -7px;
}
.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
    top: 32px;
}
.fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback {
    top: -7px;
}
.fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback {
    top: 25px;
}
.fv-form-bootstrap4 .has-success .form-control {
    border-color: #5cb85c;
}
.fv-form-bootstrap4 .has-success .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
}
.fv-form-bootstrap4 .has-success .fv-control-feedback, .fv-form-bootstrap4 .has-success .form-control-feedback {
    color: #28a745;
}
.fv-form-bootstrap4 .has-warning .form-control {
    border-color: #dc3545;
}
.fv-form-bootstrap4 .has-warning .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.fv-form-bootstrap4 .has-warning .fv-control-feedback, .fv-form-bootstrap4 .has-warning .form-control-feedback {
    color: #dc3545;
}
.fv-form-foundation5 .fv-control-feedback {
    right: 15px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.fv-form-foundation5 .row .row:not(.collapse) .fv-control-feedback {
    right: 8px;
}
.fv-form-foundation5 .row .collapse .fv-control-feedback {
    right: 0;
}
.fv-form-foundation5.fv-form-horizontal [type=checkbox]~.fv-control-feedback, .fv-form-foundation5.fv-form-horizontal [type=radio]~.fv-control-feedback {
    top: -8px;
}
.fv-form-foundation5 label .fv-control-feedback {
    top: 21px;
}
.fv-form-foundation5 [type=checkbox]~.fv-control-feedback, .fv-form-foundation5 [type=radio]~.fv-control-feedback {
    top: 15px;
}
.fv-form-foundation5 .error .fv-control-feedback {
    color: #f04124;
}
.fv-form-foundation5 .fv-has-success .fv-control-feedback, .fv-form-foundation5 .fv-has-success label {
    color: #43AC6A;
}
.fv-form-foundation .fv-control-feedback {
    right: 15px;
    width: 39px;
    height: 39px;
    line-height: 39px;
}
.fv-form-foundation [type=checkbox]~.fv-control-feedback, .fv-form-foundation [type=radio]~.fv-control-feedback {
    top: -7px;
}
.fv-form-foundation fieldset [type=checkbox]~.fv-control-feedback, .fv-form-foundation fieldset [type=radio]~.fv-control-feedback, .fv-form-foundation label .fv-control-feedback {
    top: 25px;
}
.fv-form-foundation .fv-has-error .fv-control-feedback, .fv-form-foundation .fv-has-error fieldset legend, .fv-form-foundation .fv-has-error label {
    color: #ec5840;
}
.fv-form-foundation .fv-has-success .fv-control-feedback, .fv-form-foundation .fv-has-success fieldset legend, .fv-form-foundation .fv-has-success label {
    color: #3adb76;
}
.fv-foundation-tooltip:before {
    border-color: transparent transparent #0a0a0a;
}
.fv-form-pure .fv-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.fv-form-pure.pure-form-aligned [type=checkbox]~.fv-control-feedback, .fv-form-pure.pure-form-aligned [type=radio]~.fv-control-feedback {
    top: -9px;
}
.fv-form-pure.pure-form-aligned .fv-help-block {
    margin-top: 5px;
    margin-left: 180px;
}
.fv-form-pure.pure-form-stacked .pure-control-group {
    margin-bottom: 8px;
}
.fv-form-pure.pure-form-stacked .fv-control-feedback {
    top: 22px;
}
.fv-form-pure.pure-form-stacked .pure-radio~.fv-control-feedback {
    top: 20px;
}
.fv-form-pure.pure-form-stacked .fv-sr-only~.fv-control-feedback {
    top: -9px;
}
.fv-form-pure .fv-has-error .fv-control-feedback, .fv-form-pure .fv-has-error .fv-help-block, .fv-form-pure .fv-has-error label {
    color: #CA3C3C;
}
.fv-form-pure .fv-has-success .fv-control-feedback, .fv-form-pure .fv-has-success .fv-help-block, .fv-form-pure .fv-has-success label {
    color: #1CB841;
}
.fv-form-semantic .error .icon, .fv-form-semantic.ui.form .fields.error label {
    color: #9f3a38;
}
.fv-form-semantic .fv-control-feedback {
    right: 7px;
}
.fv-form-uikit .fv-control-feedback {
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.fv-form-uikit.uk-form-horizontal .fv-control-feedback {
    top: 0;
}
.fv-form-uikit.uk-form-horizontal [type=checkbox]~.fv-control-feedback, .fv-form-uikit.uk-form-horizontal [type=radio]~.fv-control-feedback {
    top: -7px;
}
.fv-form-uikit label.fv-sr-only~.fv-control-feedback {
    top: -7px!important;
}
.fv-form-uikit.uk-form-stacked [type=checkbox]~.fv-control-feedback, .fv-form-uikit.uk-form-stacked [type=radio]~.fv-control-feedback {
    top: 20px;
}
.fv-form-uikit .fv-has-error .fv-control-feedback, .fv-form-uikit .fv-has-error .uk-form-label, .fv-form-uikit .fv-has-error label {
    color: #D85030;
}
.fv-form-uikit .fv-has-success .fv-control-feedback, .fv-form-uikit .fv-has-success .uk-form-label, .fv-form-uikit .fv-has-success label {
    color: #659F13;
}