.outer-form-control .form-field > input,
.outer-form-control .form-field > select,
.outer-form-control .form-field > textarea{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363642;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c6c9d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.outer-form-control .form-field > select[multiple],
.outer-form-control .form-field > select[size],
.outer-form-control .form-field > textarea {
    height: auto;
}

.outer-form-control .form-field > input[type="checkbox"]{
    font-size: 0.2rem;
    width: auto;
}

.outer-form-control .form-field > input[type="checkbox"]:focus {
    border-color: transparent;
    box-shadow: none;
}

@media (prefers-reduced-motion:reduce) {
    .outer-form-control .form-field > input {
        transition: none
    }
}

.outer-form-control .form-field > input::-ms-expand {
    background-color: transparent;
    border: 0
}

.outer-form-control .form-field > input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #363642
}

.outer-form-control .form-field > input:focus {
    color: #363642;
    background-color: #fff;
    border-color: #346cb0;
    outline: 0;
    box-shadow: 0 0 0 1px #346cb0
}

.outer-form-control .form-field > input::-webkit-input-placeholder {
    color: #888c9b;
    opacity: 1
}

.outer-form-control .form-field > input::-moz-placeholder {
    color: #888c9b;
    opacity: 1
}

.outer-form-control .form-field > input:-ms-input-placeholder {
    color: #888c9b;
    opacity: 1
}

.outer-form-control .form-field > input::-ms-input-placeholder {
    color: #888c9b;
    opacity: 1
}

.outer-form-control .form-field > input::placeholder {
    color: #888c9b;
    opacity: 1
}

.outer-form-control .form-field > input:disabled,.outer-form-control .form-field > input[readonly] {
    background-color: #f6f7f9;
    opacity: 1
}

.outer-form-control .form-field > input[type=date],
.outer-form-control .form-field > input[type=datetime-local],
.outer-form-control .form-field > input[type=month],
.outer-form-control .form-field > input[type=time] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.outer-form-control .form-field > select:focus::-ms-value {
    color: #363642;
    background-color: #fff
}

.outer-form-control .form-field > file,.outer-form-control .form-field > range {
    display: block;
    width: 100%
}


.manage .inlines ul.errorlist {
    margin-bottom: 0;
}

.manage.grid .inlines .form-group_ {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}


.outer-form-control label.required {
    font-weight: bold
}