#importexport-export_dialog_importexport-export_dialog-selection_tab et2-hbox {
height: 100%;
}
.filters {
flex-grow: 1;
min-height: 5em;
overflow-y: auto;
}
.filters > table {
min-height: 0px;
}
.hide input {
display: none;
}
.popupMainDiv {
height: calc(100vh - 16px);
}
#importexport-export_dialog > div {
display: flex;
flex-direction: column;
}
#importexport-export_dialog > div > et2-vbox {
flex: 1 1 auto;
min-height: 5em;
}
et2-tabbox {
flex: 1 1;
min-height: 5em;
}
et2-tabbox::part(base) {
min-height: 5em;
}
div.preview_box {
position: absolute;
top: 0px;
left: 0px;
width: 97%;
height: 95%;
overflow: hidden;
background-color: white;
z-index: 999;
display: none;
border: 1px solid black;
margin: 1.5%;
}
.preview_box .header {
font-size: 150%;
margin-bottom: 5px;
padding: 5px;
border-bottom: 1px outset;
}
.header .count {
float:right;
}
.preview_box>.content {
overflow: auto;
}
.preview-box-buttons {
margin-left: 50%;
}