/* .filter.row label {
    font-size: 1.5rem;
} */

#notification-row {
    margin: 0;
    max-width: none;
}

.filter.row .dropdown {
    /*font-size: 1.3rem;*/
    height: 3rem;
}

.field>span.searchfield-wrapper {
    width: 100%;
}

.field>span.searchfield-wrapper>input.searchfield {
    min-width: 12rem;
    /* font-size: 1.3rem; */
    height: 3rem;
}

.field>span.searchfield-wrapper>button.go-button {
    width: 7rem;
    /* font-size: 1.3rem; */
    min-height: auto;
}

.field>span.searchfield-wrapper.non-collapsible>.icon:not(.close):not(.icon-error) {
    top: 8px;
}

.filter.row {
    padding: 10px 10px 10px 0;
}

.filter.row:last-child {
    margin-bottom: 0;
}

.filter.row .field {
    margin-bottom: 0;
}

#filter-div {
    padding: 2rem 0 2rem;
    border-bottom: 1px solid #b7b7ba;
}

#tree-div ul {
    border-left: 1px dotted;
}

#grid-list-div tr.datagrid-row.has-difference td {
    font-style: italic;
    font-weight: bold;
    color: orangered;
}

.badges {
    float: right;
}

[class$=-badge] {
    font-weight: bold;
}

.new-records-badge {
    color: green;
}

.changes-badge {
    color: orangered;
}

/* #tree-div * {
    font-size: 1.4rem;
} */

.accordion-header span {
    font-weight: bold;
}

.datagrid>tbody>tr .datagrid-cell-wrapper {
    line-height: normal;
    min-height: 0;
}

.datagrid-cell-wrapper>span.datagrid-multiline-text {
    display: inline;
}

#grid-list-div .accordion-content {
    padding: 10px;
}

#no-diff-message {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

#no-data-message {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

[hidden] {
    display: none !important;
}