.App{width:100vw;height:100vh;display:flex;flex-direction:column}.Footer{height:24px;background-color:#106ebe;color:#fff;display:grid;align-items:center;padding-left:.4rem}.Header{height:32px;display:flex;align-items:center;padding-inline:1rem;justify-content:space-between;border-bottom:solid 1px lightgrey}.Header .icons{font-size:1.2rem;display:flex;gap:.6rem}.Icon{width:1em;height:1em}.Icon img{width:100%;height:auto;font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:.75rem}.hoverable:hover{background-color:var(--hover-color)}.Home{flex:1;height:100%;display:flex;flex-direction:column}.Home .content{display:flex;gap:8px;flex:1}.Home .content .external img{width:100%;max-width:1200px}.Sidebar{width:300px;padding:4px;display:flex;gap:8px;flex-direction:column}.Sidebar .header{font-size:1.2rem;display:flex;align-items:center;gap:4px;padding:4px}.Sidebar .header .close{font-size:1rem;margin-left:auto}.Projects{flex:1;display:flex;flex-direction:column;gap:8px}.Projects .filter{position:relative}.Projects .filter .icon{position:absolute;right:8px;top:50%;translate:0 -50%;font-size:1.3rem}.Projects .projectList{border:solid 1px gray;flex:1;display:flex;flex-direction:column}.Projects .projectList .projectItem{display:flex;align-items:center;gap:14px;padding:3px 8px}.Projects .projectList .projectItem .icon{font-size:2.3rem}.Projects .projectList .projectItem:not(.selected):hover{background-color:var(--hover-color)}.Projects .projectList .selected{background-color:var(--selected-color)}.Tabs{width:100%;height:100%;display:flex;flex-direction:column}.Tabs .header{z-index:2;display:flex}.Tabs .header .entry{display:flex;place-items:center;gap:4px;background-color:#e6e6e6;padding:4px 8px;border:none;border-top:solid 1px lightgrey;border-right:solid 1px lightgrey}.Tabs .header .active{border:solid 1px grey;border-bottom:none;outline:solid 1px white;background-color:#fff}.Tabs .tabContent{z-index:1;flex:1;border:solid 1px grey;padding:1rem}.Ribbons{--bar-height: 4px;width:100%;border-bottom:solid 1px lightgray;padding:6px}.Ribbons .header{font-size:1.1rem;display:flex;margin-bottom:.5rem}.Ribbons .header .entry{background-color:#fff;border:none;padding:0;padding:.3rem 1rem;position:relative}.Ribbons .header .entry:hover{background-color:var(--hover-color)}.Ribbons .header .entry:after{content:"";position:absolute;left:50%;translate:-50%;top:100%;width:0;height:var(--bar-height);border-radius:16px;background-color:#106ebe;transition:width .25s}.Ribbons .header .active:after{width:80%}.Ribbons .tabContent{display:flex;gap:2px;height:80px;overflow:hidden}.Ribbons .tabContent .entry{border:none;background:none;max-width:72px;padding-block:8px;display:flex;flex-direction:column;align-items:center;gap:4px}.Ribbons .tabContent .entry .icon{margin-inline:auto;font-size:2.4rem}.Ribbons .tabContent .entry:hover{background-color:var(--hover-color)}.Ribbons .tabContent .entry-group{height:100%;display:flex;flex-direction:column}.Ribbons .tabContent .entry-group>*{flex:1}.Ribbons .tabContent .entry-group .entry{border:none;background:none;padding:0 8px;display:flex;flex-direction:row;gap:4px}.Ribbons .tabContent .entry-group .entry .icon{font-size:1.2rem}.Ribbons .tabContent .entry-group .entry:hover{background-color:var(--hover-color)}.Ribbons .tabContent .title{font-size:.8rem}.Ribbons .tabContent .separator{height:100%;width:1px;background-color:#d3d3d3}.disabled{position:relative;color:#000}.disabled>:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;opacity:.25}.selected{background-color:var(--selected-color)!important}.Project{flex:1;height:100%;display:flex;flex-direction:column}.Project>.content{display:flex;gap:8px;flex:1}.PublicationList{flex:1;display:flex;flex-direction:column;gap:8px}.PublicationList .filter{position:relative}.PublicationList .filter .icon{position:absolute;right:8px;top:50%;translate:0 -50%;font-size:1.3rem}.PublicationList .publications{border:solid 1px gray;flex:1;display:flex;flex-direction:column}.PublicationList .publications .publicationItem{display:flex;gap:14px;padding:3px 8px}.PublicationList .publications .publicationItem label{display:flex;gap:14px}.PublicationList .publications .publicationItem label .icon{font-size:1.2rem}.PublicationList .publications .publicationItem:hover{background-color:var(--hover-color)}.Modules .module{display:flex;gap:8px;align-items:center;font-size:1.2rem;padding:8px}.Modules .module .icon{font-size:2.4rem}.Modules .module:hover{background-color:var(--hover-color)}.Modules .active{background-color:var(--selected-color)}.CatalogInformation{height:100%;display:flex;flex-direction:column}.CatalogInformation .field{display:flex;gap:1rem;width:100%;align-items:center}.CatalogInformation .table{border:solid 1px grey;display:grid;grid-template-rows:auto auto 1fr;overflow-x:auto}.CatalogInformation .table .header{color:gray}.CatalogInformation .table .row{display:grid;grid-template-columns:repeat(5,1fr)}.CatalogInformation .table .row>:first-child{font-weight:bolder}.CatalogInformation .table .row .cell{flex:1;padding:4px;border:solid 1px lightgray;white-space:nowrap;min-width:0;overflow-x:hidden}.CatalogInformation .table .span-5{grid-column:2/span 6}.Container{display:flex;flex-direction:column;width:100%;height:100%;border:solid 1px lightgray}.Container .title{background-color:#d3d3d3;font-weight:600;padding:.2rem .8rem}.Container .center{text-align:center}.Container .content{flex:1;padding:.8rem;display:flex;flex-direction:column;gap:8px}.Container .content>:last-child{flex:1}.SplitContainer{width:100%;display:flex;gap:1rem}.horizontal{flex-direction:row}.vertical{flex-direction:column}.ToggleList{border:solid 1px grey}.ToggleList .entry{display:flex}.ToggleList .entry:hover{background-color:var(--hover-color)}.ToggleList .entry>*{border:solid 1px lightgray}.ToggleList .entry .name{flex:1;width:100%;padding-inline:4px;white-space:nowrap}.ToggleList .entry .status{padding-inline:20px;font-size:1.4rem}.ToggleList .entry .bold{font-weight:bolder}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:.8rem;--hover-color: hsla(208, 84%, 40%, .1);--selected-color: hsla(208, 84%, 40%, .2)}*{box-sizing:border-box}html,body{margin:0;padding:0}input[type=text]{border:solid 1px gray;width:100%;flex:1;padding:3px;outline:none}select{border:solid 1px gray;width:100%;flex:1;outline:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
