/* Bootstrap override */

.navbar {
    margin-bottom: 1rem;
}

.invalid-feedback {
    display: block;
}

@media screen and (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}

/* Bootstrap override end */

body {
    padding-bottom: 5rem;
}

#subnav {
    margin-bottom: 1rem;
}

#page-heading {
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.action-bar {
    margin-bottom: 1rem;
    text-align: right;
}

.table-actions {
    width: 1px;
    white-space: nowrap;
}

td.numeric {
    text-align: right;
}

#form-structure-editor .form-field,
#form-structure-editor .form-section {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

#form-structure-editor .block-heading {
    font-size: 21px;
    padding: 10px 15px;
}

#form-structure-editor .block-body {
    padding: 10px 15px;
}

.slide-enter-active,
.slide-leave-active {
    overflow-y: hidden;
    transition: height 0.5s ease-out;
}

.slide-enter-from,
.slide-leave-to {
    height: 0;
}