/* Copyright 2022 - kezacode.com / Author: L.Baroux */
@charset "ISO-8859-1";div.pfaGraphExplorer{position:fixed;z-index:0;top:0;left:0;width:100%;height:100%}div.pfaGraphExplorerInText{position:relative;display:inline-block;overflow:hidden;z-index:0;top:0;left:0;width:100%;height:100%;border:1px solid #d4d4d4}div.pfaOnTop{z-index:1}div.pfaSidePanel{position:fixed;top:0;right:0;height:100%;width:0;pointer-events:auto;background-color:#fbfbfb;border-left:1px solid #d4d4d4}div.pfaSidePanel.pfaSidePanelVisible{min-width:20em;width:20%}div.pfaNodeInfo{position:relative;top:0;right:0;height:100%;overflow-x:hidden;overflow-y:auto}div.pfaProgressInfo{position:absolute;align-items:center;justify-content:center;flex-direction:column;width:100%;text-align:center;margin:10% 0;min-height:200px;background-color:rgba(33,33,33,0);align-items:center}div.pfaSidePannelButtonContainer{position:absolute;display:block;z-index:10;top:3em;right:100%}button.pfaToggleButton{width:20px;height:35px;cursor:pointer;background:#4bacc6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 6px center/7px 10px no-repeat;color:#f8f8f8;border:1px solid #d4d4d4}button.pfaToggleButton.pfaTBlink{animation:.5s 4 alternate animTButtonBlink}@keyframes animTButtonBlink{from{background-color:#4bacc6}to{background-color:red}}.pfaSidePanelVisible button.pfaToggleButton{transform:scaleX(-1)}.nodes rect{cursor:pointer}.nodes text{fill:#fff;text-anchor:middle;cursor:pointer}.pfaDefaultNode rect{fill:grey}.pfaExeNode rect{fill:black}.pfaLibNode rect{fill:grey}.pfaExtNode rect{fill:#eee8aa}.pfaExtNode text{fill:#696969}.pfaGroupNode rect{fill:lightgrey}.pfaGroupNode text{fill:#000}.pfaSelectedNode rect{fill:red}.pfaSelParentNode rect{fill:green}.pfaSelChildNode rect{fill:orange}.pfaSelExtNode rect{fill:#bdb76b}div.pfaNodeInfoMain{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:#ff4d4d}div.pfaInfoSubLevel{padding-left:10px}div.pfaNodeMainSub{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:#ffe6e6;font-size:80%}div.pfaInfoParentTitle{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:green}div.pfaInfoParent{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:lightgreen;cursor:pointer}div.pfaInfoParent:hover{background-color:#a0ffa0}div.pfaInfoChildrenTitle{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:orange}div.pfaInfoChild{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:gold;cursor:pointer}div.pfaInfoChild:hover{background-color:yellow}div.pfaInfoLibsTitle{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:#bdb76b}div.pfaInfoExtLib{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:#eee8aa;cursor:pointer}div.pfaInfoExtLib:hover{background-color:#eee9cc}div.pfaCurView{padding:2px 5px 2px 5px;margin-bottom:2px;width:98%;background-color:black;color:white;height:1.5em}div.pfaFormViews{background-color:lightgrey;padding:0 5px 0 5px;width:98%}div.pfaCurViewSH{float:right;cursor:pointer;font-size:1.2em;padding-right:5px}