.horizontal-layout{display:flex;flex-direction:row}.vertical-layout{display:flex;flex-direction:column}.horizontal-layout-item,.vertical-layout-item{flex:1}.error{color:red}.control{flex-direction:column}.control,.control>.wrapper{display:flex}.control>.wrapper>input,.control>.wrapper>select,.control>.wrapper>textarea{flex:1}.control>.description,.control>.error{min-height:1.5em}.array-list{display:flex;flex-direction:column}.array-list-item-toolbar{align-items:stretch;cursor:pointer;display:flex;justify-content:flex-end;margin:.2em 0}.array-list-item-toolbar>button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.array-list-item-toolbar>button:disabled{cursor:auto}.array-list-item-label{background-color:#eee;flex:1;height:1.5em;line-height:1.5em;padding-left:.5em}.array-list-item-label:hover{background-color:#ddd}.array-list-item-content{display:none;padding:0 1em}.array-list-item-content.expanded{display:block}.categorization .categorization-category,.categorization .categorization-stepper{display:flex}.categorization .categorization-stepper-line{border-width:0 0 1px;flex-grow:1;height:1px}.categorization .categorization-stepper-footer{display:flex;justify-content:flex-end}.vertical-layout-item>.group{display:flex;flex-direction:column;gap:1rem;padding:1rem}.horizontal-layout,.vertical-layout{display:flex;gap:1rem}
