.brd__content-wrap {
    height: 100%;
}

.brd__list-wrap.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brd__list-content {
    height: 100%;
    overflow-y: auto;
}

.brd__view-wrap.active {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brd__view-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 15px;
}

.brd__read-layer-container {
    display: flex;
    flex-direction: column;
}

.brd__read-layer-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}

.brd__edit-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brd__edit-write-block {
    height: 100%;
    overflow: auto;
}

.brd__temp-list-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brd__temp-list-block {
    height: 100%;
    overflow: auto;
}

.brd__select-layer-container {
    height: 100%;
}

.brd__select-layer-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brd__select-layer-search-block {
    display: block;
    flex-shrink: 0;
}

.brd__select-layer-list-block {
    height: 100%;
    overflow: auto;
}