.form-control-feedback{
    right: 10px;
    z-index: 500;
}
.line2 .form-control-feedback{
    top: 46px;
}
div.note-editor.panel {
    margin-bottom: 0px;
}

.has-error .note-editor.note-frame{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-success .note-editor.note-frame{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.form-control{
    border:1px solid #A6A6A6;
}
