.toolbar{flex-flow:wrap;justify-content:left;align-items:center;gap:.5em;margin-bottom:1em;margin-left:28px;display:flex}.toolbar input[type=number]{text-align:right;width:3em}h3{flex-flow:row;justify-content:start;align-items:center;column-gap:.5em;width:100%;height:28px;margin-top:0;margin-bottom:.5em;scroll-margin-top:1em;display:flex}h3 sup{margin-top:-1em;font-size:small;font-weight:400}h4{flex-flow:row;justify-content:start;align-items:center;column-gap:.5em;display:flex}.project{color:var(--primary-color);flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.15em 1em;margin-bottom:2em;padding-left:0;list-style:none;display:flex}.project li{flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.25em;margin-left:0;padding-left:0;display:flex}.project li.nobefore{color:#000;margin-block:1em}.project li span{margin-right:1em;font-size:small}.projectbox{flex-flow:wrap;justify-content:start;align-items:start;column-gap:5em;margin-bottom:1em;padding-bottom:3em;display:flex}.projectbox .newproject{margin-bottom:2em}.switchboard,.summary,.schema{background-color:#fff;border:0;flex-flow:column;height:0;padding:0;display:flex;position:relative;overflow-x:auto}.switchboard.selected,.summary.selected,.schema.selected{border:1px solid #a9a9a9;border-radius:7px;height:max-content;min-height:410px}.schema.selected{min-height:calc(var(--schema-scale) * 650px)!important}.summary table{margin-inline:2em;margin-bottom:2em}.switchboard_row{margin-bottom:0;margin-inline:2em;flex-flow:column;gap:.75em;width:max-content;margin-top:2em;display:flex}.switchboard_row:last-of-type{margin-bottom:2em}option[disabled]{color:#aaa;background-color:#eee}.buttons_box{flex-flow:row;justify-content:flex-start;align-items:stretch;gap:0;min-height:34px;display:inline-flex}.buttons_box-button{cursor:pointer;border-top:1px solid #a9a9a9;border-bottom:1px solid #a9a9a9;border-right:1px solid #a9a9a9;flex-flow:row;justify-content:center;align-self:stretch;align-items:center;column-gap:.5rem;width:32px;height:32px;transition:all .25s;display:flex}.buttons_box-button:first-of-type{border-left:1px solid #a9a9a9;border-top-left-radius:5px;border-bottom-left-radius:5px}.buttons_box-button:last-of-type{border-right:1px solid #a9a9a9;border-top-right-radius:5px;border-bottom-right-radius:5px}.buttons_box-button img{width:20px;height:20px}.buttons_box-button:not(.selected):hover{background-color:var(--secondary-color)}.buttons_box:not(.disabled) .buttons_box-button.selected{background-color:var(--primary-color);color:#fff}.buttons_box:not(.disabled) .buttons_box-button.selected img{filter:invert()}.buttons_box:hover>*{border-color:var(--primary-color)}.buttons_box.disabled{-webkit-user-select:none;user-select:none;pointer-events:none;cursor:default}.buttons_box.disabled .buttons_box-button{filter:grayscale()opacity(.5)}.button_group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5000;background-color:#f5f5f5;border:1px solid #a9a9a9;border-radius:7px;flex-flow:row;justify-content:start;align-items:stretch;gap:0;width:100%;margin-bottom:3em;display:flex;position:relative}.button_group:before{content:"";background:linear-gradient(#0000 0%,#fff 90%);width:100%;height:10px;position:absolute;top:-11px;left:-1px}.button_group:after{content:"";background:linear-gradient(#fff 10%,#0000 100%);width:100%;height:30px;position:absolute;bottom:-31px;left:-1px}.button_group>:not(.button_group-separator){border:0;border-radius:0;flex-flow:wrap;justify-content:center;align-items:start;gap:.5em;padding-block:.75em;padding-inline:1em;display:flex}.button_group>.end:not(.button_group-separator){border-top-right-radius:7px;border-bottom-right-radius:7px}.button_group>:not(.button_group-separator) span{line-height:18px}.button_group>:not(.button_group-separator) img{width:16px;height:16px}.button_group>:not(.button_group-separator):first-of-type{border-top-left-radius:7px;border-bottom-left-radius:7px}.button_group .button_group-separator{background-color:#a9a9a9;border-radius:0;width:1px;margin:0;padding:0}.button_group .active span{font-weight:600}.button_group label{cursor:pointer;background-color:#f5f5f5;font-size:smaller;font-weight:500;transition:all .2s}.button_group label:hover{background-color:var(--secondary-color);border-color:var(--primary-color)}.dropdown_container{position:relative}.dropdown_container .dropdown{text-align:left;z-index:99;cursor:default;background:linear-gradient(#fff,#f5f5f5);border:1px solid #a9a9a9;border-radius:7px;flex-direction:column;min-width:260px;padding:1.5em;display:none;position:absolute;top:30px;left:35%;transform:translate(-65%);box-shadow:0 8px 16px #0003}.dropdown_container .dropdown.left{transform:initial;left:1.5rem}.dropdown_container .dropdown.right{left:initial;transform:initial;right:0}.dropdown_container .dropdown.top{top:initial;transform:initial;bottom:1.5rem}.dropdown_container .dropdown.small{padding-block:.25rem;padding-inline:.5rem;background:#fff!important;font-size:small!important}.dropdown_container .dropdown.small label{line-height:1}.dropdown_container:not(:disabled):not(.click-only):hover .dropdown,.dropdown_container:not(:disabled).clicked .dropdown{display:flex}.dropdown_container .dropdown .dropdown_item{flex-flow:row;justify-content:start;align-items:center;column-gap:.25em;padding-block:.4em;font-size:larger;display:flex}.dropdown_container .dropdown .dropdown_item.form{flex-direction:column}.dropdown_container .dropdown .dropdown_item label{background-color:initial;color:#000;width:100%;font-size:.9rem;font-weight:500}.dropdown_container .dropdown .dropdown_item.form label{margin:0 0 .5rem;font-weight:700}.dropdown_container .dropdown .dropdown_item label:hover{background-color:initial}.dropdown_container .dropdown .dropdown_item input:disabled+label{color:#a9a9a9}.dropdown_container .dropdown .dropdown_item:not(.head):not(.menuitem){border-left:2px solid #ddd;margin-left:.5rem;padding-left:.5rem}.dropdown_container .dropdown .dropdown_item:not(.head):not(.menuitem) label{color:#444;font-size:smaller;font-weight:300}.dropdown_container .dropdown .dropdown_item.menuitem{width:100%}.dropdown_container .dropdown .dropdown_item.menuitem .menuitem_content{cursor:pointer;background:0 0;border:0;border-radius:5px;flex-direction:row;justify-content:left;align-items:center;column-gap:.5em;width:calc(100% + 1rem);margin-inline:-.5rem;padding-block:.5rem;padding-inline:.75rem;font-size:90%;display:flex}.dropdown_container .dropdown .dropdown_item.menuitem:hover .menuitem_content{background-color:var(--primary-color);color:#fff}.dropdown_container .dropdown .dropdown_item.menuitem:hover .menuitem_content img{filter:invert()sepia(0%)saturate(0%)hue-rotate(309deg)brightness(103%)contrast(102%)}.dropdown_container .dropdown .dropdown_item.parent img{cursor:pointer;padding-inline:.25em}.dropdown_container .dropdown .dropdown_item form{flex-flow:column;display:flex}.dropdown_container .dropdown .dropdown_item_flex{flex-flow:row;justify-content:start;align-items:center;column-gap:.25em;min-height:40px;display:flex}.dropdown_container .dropdown .dropdown_item_flex .dropdown_item_flex_left,.dropdown_container .dropdown .dropdown_item_flex .dropdown_item_flex_right{flex-flow:row;justify-content:start;align-items:center;column-gap:.25em;display:flex}.dropdown_container .dropdown .dropdown_item_flex .dropdown_item_flex_left{flex:1}.dropdown_container .dropdown .dropdown_item_flex.head{font-size:105%}.dropdown_container .dropdown .dropdown_separator{background-color:#bbb;width:100%;height:1px;margin-block:.75em}.dropdown_container .dropdown .dropdown_separator2{margin-block:.5em;background-color:#ddd;width:calc(100% - 1rem);height:1px;margin-left:1rem}.dropdown_container .dropdown .dropdown_header{margin-bottom:.5em;font-size:larger;font-weight:700}.dropdown_container .dropdown .dropdown_subheader{margin-bottom:.5em;font-size:100%;font-weight:400}.dropdown_container .dropdown .dropdown_footer{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:.5em;margin-top:1.5em;display:flex}.dropdown_container .dropdown .dropdown_footer *{background-color:#fff;width:100%;font-weight:700}.button_group.disabled{pointer-events:none}.button_group.disabled *{color:#a9a9a9}.button_group .button_group-account img{width:18px;height:18px}.button_group .button_group-resize.checked{background-color:var(--secondary-color);color:var(--primary-color)}.button_group .button_group-resize.checked img{filter:invert(38%)sepia(47%)saturate(6220%)hue-rotate(160deg)brightness(91%)contrast(101%)}.summary table{border-collapse:collapse;font-size:smaller}.summary table caption{text-align:left;margin-bottom:1em;font-size:120%;font-weight:700}.summary table thead tr th{text-align:left;color:var(--primary-color);padding-top:2em;padding-bottom:1em;font-size:110%}.summary table tbody tr:nth-child(odd){background-color:#f5f5f5}.summary:not(.limited) table tbody tr:hover td:not(.summary_row):not(.summary_position){background-color:var(--secondary-color)}.summary table tbody tr.newrow,.summary table tbody tr.otherrow td:not(:first-child){border-top:1px dotted #d3d3d3}.summary table tbody tr td{white-space:nowrap;padding-block:2mm;cursor:default;min-height:7mm;padding-left:.5em;padding-right:1em}.summary:not(.limited) table tbody tr td.summary_type,.summary:not(.limited) table tbody tr td.summary_id,.summary:not(.limited) table tbody tr td.summary_func,.summary:not(.limited) table tbody tr td.summary_text{cursor:pointer}.summary table tbody tr td div{flex-flow:row;justify-content:start;align-items:center;column-gap:.35em;display:flex}.summary table tbody tr td div img{margin-top:-3px}.summary table tbody tr td.summary_id{font-weight:700}.summary table tbody tr td.summary_func p{margin:0;font-size:85%}.summary table tbody tr td.summary_func p:first-line{font-size:122%;font-weight:500}.summary table tbody tr td.summary_type div{justify-content:center}.summary table tbody tr td.summary_type div img{margin-top:0}.summary table tbody tr td.summary_text,.summary table tbody tr td.summary_text2{white-space:pre}.tabPages{-webkit-user-select:none;user-select:none;flex-flow:row;justify-content:start;align-items:center;margin-top:3em;display:flex}.tabPages .tabPages_page{padding-inline:1em;cursor:pointer;color:#333;background-color:#fff;border-top:2px solid #a9a9a9;border-left:1px solid #a9a9a9;flex-flow:row;justify-content:start;align-items:center;column-gap:.5em;margin-bottom:-5px;padding-top:.5em;padding-bottom:.75em;font-size:smaller;line-height:24px;display:flex}.tabPages .tabPages_page img{display:none}.tabPages .tabPages_page:first-of-type{border-top-left-radius:7px}.tabPages .tabPages_page:last-of-type{border-right:1px solid #a9a9a9;border-top-right-radius:7px}.tabPages .tabPages_page:hover{background-color:var(--secondary-color)}.tabPages:not(.disabled) .tabPages_page.selected{color:#000;border-top-color:var(--primary-color);background-color:#f0f0f0;font-weight:700}.tabPages .tabPages_page.selected img{margin-top:-2px;display:block}.tabPages_page-content{border-radius:initial;opacity:0;background-color:#fff;border:0;height:0;padding-block:1.5rem;padding-inline:1rem;display:none;position:relative;overflow-x:auto}.tabPages_page-content.selected{opacity:1;border:1px solid #a9a9a9;border-radius:7px;height:max-content;display:block}.tabPages.disabled{pointer-events:none;filter:grayscale()}.editor_tabpages{-webkit-user-select:none;user-select:none;flex-flow:row;justify-content:center;align-items:center;width:100%;margin-bottom:1em;display:flex}.editor_tabpages input[type=checkbox]{-webkit-user-select:none;user-select:none;display:none}.editor_tabpages input[type=checkbox]+label{-webkit-user-select:none;user-select:none;border-bottom:2px solid #ccc;flex:1;justify-content:center;align-items:center;column-gap:.5em;height:28px;padding-block:.25em;padding-inline:1em;font-size:90%;display:inline-flex}.editor_tabpages input[type=checkbox]+label>img{display:none}.editor_tabpages input[type=checkbox]:checked+label{border-bottom-color:var(--primary-color);font-weight:bolder}.editor_tabpages input[type=checkbox]:checked+label>img{display:block}.tabPageBand{z-index:1;background:linear-gradient(#fff,#f9f9f9);border:1px solid #a9a9a9;border-radius:7px;flex-flow:wrap;justify-content:flex-start;align-items:stretch;min-height:calc(60px - 2em);margin:.5rem;font-size:80%;display:flex;position:sticky;top:.5rem;left:.5rem}.tabPageBandGroup{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:1em;margin-block:1em;margin-inline:1em;display:flex;overflow-x:hidden}.tabPageBand.errors{background:initial;margin:.5rem;margin-inline:.5rem;z-index:1000;background-color:#fff8f6;border:1px solid #a9a9a9;border-radius:7px;width:calc(100% - 4.5rem);max-height:500px;margin-top:calc(60px - 2.5em);padding:1.5em;position:absolute;overflow-y:auto;box-shadow:0 4px 8px #0003}.tabPageBand.errors .closeButton{z-index:1001;text-align:center;cursor:pointer;background-color:#fff;border-radius:50%;width:24px;height:24px;font-size:.8rem;font-weight:700;position:absolute;top:7px;right:7px}.tabPageBand.errors ul{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:1.5em;width:100%;margin:0;padding:0;list-style:none;display:flex}.tabPageBand.errors ul ul{gap:.5em;margin-left:.5em}.tabPageBand.errors .tabPageErrors div{color:#b8860b;margin-bottom:.5em;font-weight:700}.tabPageBand.errors .tabPageErrors .tabPageError{flex-flow:row;justify-content:flex-start;align-items:center;gap:8px;line-height:16px;display:flex}.tabPageBand.errors .tabPageErrors .tabPageError svg{width:20px;height:16px}.tabPageBandCol{flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.25em;height:34px;min-height:34px;max-height:34px;display:flex}.tabPageBandSeparator{width:1px;margin-inline:.25em}.tabPageBandNL{background-color:#a9a9a9;flex-basis:100%;height:1px}.tabPageBandCol>input[type=checkbox]{display:none}.tabPageBandCol>label{background-color:#f5f5f5;border:1px solid #a9a9a9;border-radius:5px;flex-flow:row;justify-content:center;align-items:center;gap:.5em;height:calc(100% - 2px);margin-block:2px;padding-inline:1em;transition:all .2s ease-out;display:flex}.tabPageBandCol>label:hover{border-color:var(--primary-color);background-color:var(--secondary-color)}.tabPageBandCol>input[type=checkbox]+label>img{width:18px;height:18px}.tabPageBandCol>input[type=checkbox]:checked+label{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.tabPageBandCol>input[type=checkbox]:checked+label.error{color:#fff;background-color:#b8860b;border-color:#b8860b}.tabPageBandCol>input[type=checkbox]:checked+label>img{filter:invert(94%)sepia()saturate(22%)hue-rotate(48deg)brightness(107%)contrast(106%)}.contentEditable{border:1px dashed #0000;flex:1;width:100%;padding-inline:.5em}.contentEditable:hover{border-bottom-color:var(--primary-color)}@media screen and (width<=640px){.button_group>:not(.button_group-separator){align-items:center}.button_group span{margin-top:2px;line-height:18px}.button_group>:not(.button_group-separator) span{display:none}.button_group>:not(.button_group-separator) span.responsive{display:inline-block}}@media print{h4,.toolbar,.project{display:none}h3{margin-top:-2mm;margin-bottom:5mm}.tabPages{display:none}.switchboard,.summary,.schema,.switchboard.selected,.summary.selected,.schema.selected{overflow-x:initial;border-radius:initial;opacity:1;border:0;flex-flow:column wrap;gap:0;height:max-content;margin-block:0;padding:0;display:flex}.switchboard_row{break-inside:avoid;page-break-inside:avoid;margin-bottom:0;margin-inline:0;flex-flow:column;gap:2mm;width:100%;margin-top:0;padding-bottom:0;display:flex;overflow:hidden}.summary,.summary.selected,.schema,.schema.selected{break-inside:avoid;page-break-inside:avoid;page-break-before:always;break-before:page;padding-block:2em;overflow:hidden}.summary table{margin:0}.summary{margin-top:0;padding-top:0}.switchboard_row:not(:first-of-type){padding-top:7mm}.projectbox,.button_group{display:none}.notprintable{display:none!important}.summary_text2 textarea{-webkit-user-select:none;user-select:none;background-color:#0000;border:0;padding:0}}.icon_selector_box{cursor:pointer}.icon_selector_box:focus-within,.icon_selector_box.focused{border-color:var(--primary-color)!important}@keyframes blinker{50%{opacity:0}}.row{-webkit-user-select:none;user-select:none;border:1px solid #a9a9a9;flex-flow:row;justify-content:start;align-items:start;gap:0;display:flex}.row_title{color:#000;-webkit-user-select:none;user-select:none;flex-flow:row;justify-content:start;align-items:center;column-gap:.75em;margin-bottom:40px;font-size:smaller;font-weight:700;display:flex}.row_add{flex-flow:row;justify-content:start;align-items:center;column-gap:1em;margin-top:40px;display:flex}.row_add_icon{cursor:pointer}.row_action_line{border-top:1px dotted var(--primary-color);width:100%;height:1px}.row_add.disabled{filter:grayscale()opacity(.3);pointer-events:none}.row_add .row_add_info{text-wrap:nowrap;color:var(--primary-color);-webkit-user-select:none;user-select:none;cursor:pointer;font-size:small}.row_delete_icon{cursor:pointer}.row_delete_icon.disabled{filter:grayscale()opacity(.5);pointer-events:none}@media print{.row{border:0;border-left:1px solid #d3d3d3;flex-flow:wrap;justify-content:start;align-items:start;gap:5mm 0;width:calc(100% - 10mm);display:flex}.row_title{color:#a9a9a9;margin-bottom:0;font-weight:400}.row_add,.row_delete_icon{display:none}}.module{width:var(--sw);min-width:var(--sw);max-width:var(--sw);height:var(--h);min-height:var(--h);max-height:var(--h);-webkit-user-select:none;user-select:none;background-color:#fff;border:0;flex-flow:column;justify-content:space-between;align-items:center;font-family:Arial,sans-serif;font-weight:500;display:inline-flex;position:relative}.module .module_content{width:var(--sw);min-width:var(--sw);max-width:var(--sw);height:var(--h);min-height:var(--h);max-height:var(--h);-webkit-user-select:none;user-select:none;--topSeparatorSize:1px;--topSeparatorColor:#000;--topSeparatorStyle:solid;--bottomSeparatorSize:1px;--bottomSeparatorColor:#000;--bottomSeparatorStyle:solid;border:0;flex-flow:column;justify-content:space-between;align-items:center;font-family:Arial,sans-serif;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.module .module_content.half-left{border-left:0 solid #a9a9a9}.module .module_content.half-right{border-right:0 solid #a9a9a9}.module .module_content.withTopSeparator>[data-order=top]{border-bottom-width:var(--topSeparatorSize);border-bottom-color:var(--topSeparatorColor);border-bottom-style:var(--topSeparatorStyle)}.module .module_content.withBottomSeparator>[data-order=bottom]{border-top-width:var(--bottomSeparatorSize);border-top-color:var(--bottomSeparatorColor);border-top-style:var(--bottomSeparatorStyle)}.module:not(:last-of-type){border-right:1px solid #a9a9a9}.module:not(.demo):not(:has(.module_iconfree)):not(:has(.disabled)):not(.limited):hover .module_content{border:1px solid var(--primary-color);z-index:1000;background-color:var(--secondary-color-light-light);top:-1px}.module .tool{cursor:pointer;color:#000;-webkit-user-select:none;user-select:none;min-width:20px;height:22px;padding:4px 2px 0;font-size:70%;display:block}.module .tool.size{height:40px;margin:0;padding:0;font-size:60%}.module .tool.paste.cancel{filter:invert(14%)sepia(74%)saturate(7474%)hue-rotate(3deg)brightness(95%)contrast(122%)}.module .tool[data-disabled=true]{pointer-events:none;cursor:default;filter:grayscale()opacity(.2);-webkit-user-select:none;user-select:none}.module .module_title{text-align:center;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;width:calc(100% - 2mm);padding-inline:1mm;font-size:3mm;font-weight:700;line-height:5mm;overflow:hidden}.module .module_text{text-align:center;overflow-wrap:break-word;inline-size:150px;-webkit-user-select:none;user-select:none;width:calc(100% - 2mm);height:39px;padding-block:1.1mm;padding-inline:1mm;font-size:2.8mm;font-weight:700;overflow-y:hidden}.module:has(.module_iconfree){justify-content:center}.module .module_iconfree{filter:grayscale()opacity(.15);cursor:pointer;-webkit-user-select:none;user-select:none;width:13mm;height:13mm}.module:hover .module_iconfree{filter:initial}.module .module_top{background-color:var(--secondary-color-light-light);-webkit-user-select:none;user-select:none;border-top:1px solid #d3d3d3;border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;border-top-left-radius:5px;border-top-right-radius:5px;flex-direction:row;justify-content:start;align-items:center;gap:.5em;width:calc(100% - 1em);height:34px;padding-left:.45em;padding-right:.55em;transition:all .1s ease-in-out;display:flex;position:absolute;top:-36px;left:-1px;overflow:hidden}.module .module_top .top_row{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:start;align-items:start;gap:0;padding-top:.2em;display:flex}.module .module_bottom{background-color:var(--secondary-color-light-light);-webkit-user-select:none;user-select:none;visibility:hidden;border-bottom:1px solid #d3d3d3;border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;border-bottom-right-radius:5px;border-bottom-left-radius:5px;justify-content:flex-start;align-items:center;gap:.5em;width:calc(100% - 1em);height:0;padding-left:.45em;padding-right:.55em;transition:all .1s ease-in-out;display:flex;position:absolute;bottom:-70px;left:-1px;overflow:hidden}.module .module_bottom .bottom_row{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:start;align-items:start;gap:.2em;display:flex}.module:hover .module_bottom,.module:hover .module_top{border:1px solid var(--primary-color);z-index:1000;background-color:#fbfbfb}.module:hover .module_top:not(.paste){height:84px;top:-86px}.module:hover .module_bottom,.module_bottom.force_visible{visibility:visible;height:68px}.module:focus .module_top,.module:focus .module_bottom{background-color:#fffbf0}.module_top.button{justify-content:center}.module_top.button .tool{height:initial;flex-flow:column;justify-content:center;align-items:center;row-gap:.25em;font-weight:500;display:flex}.module:has(.module_content.disabled:not(.clipboard_me)){pointer-events:none;filter:grayscale()opacity(.6)}.module .module_content.disabled{pointer-events:none;filter:grayscale()}.module:not(.limited):hover,.module:not(.limited):hover .module_top,.module:not(.limited):hover .module_bottom{box-shadow:0 0 16px #11111a1a}@media print{.module:not(:last-of-type),.module:last-of-type{border-right:1px solid #d3d3d3}.module{border:1px solid #d3d3d3;border-left:0;border-right:0}.module .module_content.half-left{border-left-color:#d3d3d3}.module .module_content.half-right{border-right-color:#d3d3d3}.module .module_top,.module .module_bottom,.module .module_iconfree,.module.noprint{display:none}}body:has(.popup-overflow){overflow-y:hidden!important}.popup-overflow{z-index:8000;background-color:#000000bf;width:100%;height:calc(100% - 30px);min-height:100vh;display:block;position:fixed;top:0;left:0}.popup-overflow.transparent{background-color:#0000}.popup{z-index:9000;width:440px;max-width:85%;max-height:95vh;font-size:initial;background:linear-gradient(#fff,#f0f0f0);border:1px solid #000;border-radius:7px;margin-right:-50%;padding:1px 0 0;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 8px 16px #000000b3}.popup.loading,.popup.loading *{cursor:wait!important}.popup_title-box{z-index:9000;background-color:#fff;border-bottom:1px solid #999;margin-bottom:1rem;padding-block:1rem;padding-inline:1rem;position:sticky;top:1px;box-shadow:0 2px 4px #0e1e251f,0 2px 12px #0e1e2552}.popup_title{padding-bottom:1rem;font-size:smaller;font-weight:700}.popup_title_content{flex-flow:row;justify-content:flex-start;align-items:center;gap:.5em;margin-right:1em;display:flex}.popup_title_content_id{text-transform:uppercase}.popup_title_content img{width:18px;height:18px}.popup_cancel{cursor:pointer;font-size:smaller;font-weight:700;position:absolute;top:12px;right:1rem}.popup_buttons{background-color:#fff;border-top:1px solid #999;flex-flow:row;justify-content:space-between;align-items:center;gap:1em;margin-top:1rem;padding-block:1rem;padding-inline:1.5rem;display:flex;position:sticky;bottom:0;box-shadow:0 2px 4px #0e1e251f,0 2px 12px #0e1e2552}.popup_buttons_box{flex-flow:row;justify-content:end;align-items:center;gap:.5em;display:flex}.popup_buttons_box .additional_buttons_text{display:none}.popup_buttons button{padding-block:.25em;padding-inline:1em;font-size:85%;font-weight:600}.popup_buttons button.ok{color:var(--primary-color);border-color:var(--primary-color)}.popup_buttons button.ok img{filter:invert(31%)sepia(83%)saturate(1719%)hue-rotate(156deg)brightness(91%)contrast(104%)}.popup_buttons button.cancel{color:#333}.popup_buttons button.cancel img{filter:invert(10%)sepia(4%)saturate(6%)hue-rotate(318deg)brightness(110%)contrast(77%)}.popup_buttons button:disabled,.popup_buttons button.disabled{pointer-events:none;color:#d3d3d3!important;background-color:#f9f9f9!important;border-color:#d3d3d3!important}.popup_buttons button:disabled img,.popup_buttons button.disabled img{filter:invert(88%)sepia(29%)saturate(1%)hue-rotate(314deg)brightness(88%)contrast(101%)}.popup_rows{flex-flow:column;flex:1;justify-content:flex-start;gap:1rem;width:100%;height:100%;padding-bottom:.5rem;display:flex;overflow:hidden}.popup_row{grid-template-columns:var(--left_column_size) 1fr;text-align:left;justify-content:start;align-items:baseline;column-gap:.25em;font-size:smaller;display:grid}.popup_row.three{grid-template-columns:var(--left_column_size) 1fr minmax(64px, .2fr)}.popup_row.three50{grid-template-columns:var(--left_column_size) 1fr 1fr}.popup_row.threeFull50{grid-template-columns:1fr 1fr 1fr 1fr}.popup_row.span{grid-template-columns:1fr}.popup_row.light{color:#555;font-size:small}.popup_row.dark{color:#000;font-weight:600}.popup_row-flex{flex-flow:row;justify-content:flex-start;align-items:flex-start;column-gap:.25em;display:flex}.popup_row input,.popup_row textarea{font:inherit;padding:.5em}.popup_row textarea{resize:vertical}.popup_row input[name=editor_id]{text-transform:uppercase}.popup_row input[type=checkbox]{margin:0 auto 0 0;padding:0}.popup_row input[type=color]{width:48px;height:24px;margin:0;padding:0}.popup_row input[type=text]{width:calc(100% - 1.3em)}.popup_error{color:red;background-color:#ff00001a;border:1px solid red;border-radius:5px;padding:.5em;font-size:small}.popup_row>label{margin-right:1em}.popup_row-flex>:first-child{flex:1}.popup_content{margin-inline:1.5rem;overflow:hidden}.popup_loading_box{text-align:center;color:#008b8b;flex-flow:row;justify-content:center;align-items:center;column-gap:.5rem;width:100%;margin-top:2rem;display:flex}@media screen and (width>=640px){.popup_buttons_box .additional_buttons_text{display:block}}@page schemaCartbridge{size:landscape;margin:7mm}@page schema{size:landscape;margin:7mm;margin-top:7mm;padding-top:10mm}.schema{--schema-scale:1;page:schema;gap:0;position:relative;padding:0!important}.schemaContainer{transform:scale(1.5)}.schemaGrid{--symbol-width:70px;--symbol-height:100px;width:min(max-content, 100%);page-break-before:always;break-before:page;transform:scale(var(--schema-scale,1));transform-origin:0 0;background-image:radial-gradient(circle,#0000001a 1px,#0000 1px);background-position:-5px -4px;background-size:10px 10px;flex-flow:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:0;padding:40px;display:flex;overflow-x:auto}.schemaItem{page-break-inside:avoid;break-inside:avoid;flex-flow:column;justify-content:flex-start;align-items:flex-start;padding-right:10px;display:block;position:relative}.schemaItem.isFirst{padding-inline:calc(var(--symbol-width) / 2)}.schemaItemFirstIcon{width:14px;height:14px;position:absolute;top:-5px;left:-4px}.schemaItemChilds{flex-flow:row;row-gap:50px;display:flex}.schemaItemSymbol{width:var(--symbol-width);min-width:var(--symbol-width);height:var(--symbol-height);flex-flow:column;justify-content:center;align-items:stretch;display:flex;position:relative}.schemaItem .schemaItemSymbol:not(.limited).editable{cursor:pointer}.schemaItemSymbolImg{width:var(--symbol-width);height:var(--symbol-height);position:absolute;top:0;left:0}.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolImg{filter:invert(38%)sepia(97%)saturate(2333%)hue-rotate(147deg)brightness(96%)contrast(103%)}.schemaItemSymbolImgPole{width:10px;position:absolute;bottom:5px;left:calc(50% - 5px)}.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolImgPole{filter:invert(38%)sepia(97%)saturate(2333%)hue-rotate(147deg)brightness(96%)contrast(103%)}.schemaItemSymbolId,.schemaItemSymbolType,.schemaItemSymbolCurrent,.schemaItemSymbolPole,.schemaItemSymbolLine{white-space:nowrap;font-size:65%;line-height:1.2;position:absolute;top:10px;left:61%}.schemaItemSymbolId{top:5px}.schemaItemSymbolType{font-size:50%;top:25px}.schemaItemSymbolCurrent{font-size:50%;top:43px}.schemaItemSymbolPole{font-size:50%;top:51px}.schemaItemSymbolLine{color:var(--primary-color);font-family:Courier New,Courier,monospace;font-size:65%;font-weight:600;top:5px;left:31%;transform:rotate(-90deg)}.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolId,.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolType,.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolCurrent,.schemaItem .schemaItemSymbol:not(.limited).editable:hover .schemaItemSymbolPole{color:#008b8b;font-weight:700}.schemaItemSymbolWarning{filter:invert(59%)sepia(28%)saturate(6845%)hue-rotate(14deg)brightness(97%)contrast(101%);width:16px;height:16px;animation:1s linear infinite blinker;position:absolute;top:6px;left:calc(50% - 22px)}.schemaItemPrevLine{background-color:#000;width:50%;height:2px;position:absolute;top:0;left:0}.schemaItemPrevLine.noNext{width:35px}.schemaItem.isFirst>.schemaItemPrevLine.noNext{width:var(--symbol-width)}.schemaItemPrevLine.noPrev{width:calc(50% - 35px);left:35px}.schemaItem.isFirst>.schemaItemPrevLine.noPrev{left:0}.schemaItemPrevLineParentFirst{top:0;left:calc(var(--symbol-width) / 2);background-color:#000;width:50%;height:2px;position:absolute}.schemaItemNextLine{background:repeating-linear-gradient(90deg,#000 0 1px,#0000 4px 8px);width:50%;height:2px;position:absolute;top:0;right:0;overflow-y:hidden}.schemaItemNextIcon{width:18px;height:18px;position:absolute;top:-8px;right:-4px}.schemaItemLast{width:calc(var(--symbol-width) - 10px);height:calc(var(--symbol-height) - 10px - 10px);text-align:center;padding-inline:5px;flex-flow:column;justify-content:stretch;align-items:center;row-gap:10px;padding-top:10px;padding-bottom:10px;font-size:70%;display:flex}.schemaItemLastIconContainer{flex-flow:row;justify-content:center;align-items:center;display:flex}.schemaItemLastIcon{text-align:center;margin-inline:auto;max-width:var(--symbol-width);margin-top:10px}.schemaItemLastText{text-align:center;margin-top:10px;max-width:var(--symbol-width);margin-inline:auto;font-size:70%}.schemaItemLastWire{text-align:center;margin-top:10px;max-width:var(--symbol-width);height:1.2em;margin-inline:auto;font-size:60%;line-height:1.2em}.schemaItemSeparator{page-break-before:auto;break-before:auto;width:100%;height:80px;display:block}.schemaItemSeparator.first{height:20px}.schemaTitle{text-align:center;width:100%;margin-block:100px;font-size:200%;font-weight:700;display:none}.schemaGroundLine{box-sizing:border-box;width:100%;height:2px;margin-top:var(--symbol-height);border-top:2px dotted #555;margin-bottom:40px;position:relative}.schemaGroundLine img{position:absolute;top:-5px;right:-12px}.schemaCartbridgeContainer{page:schemaCartbridge;page-break-before:always;break-before:page;width:100%;height:100%;display:none}.schemaCartbridge{box-sizing:border-box;background-color:var(--secondary-color-light);border:2px solid #000;grid-template-areas:"a b f c""d b f e";grid-auto-columns:auto 1fr auto auto;gap:40px;width:100%;padding:20px;font-size:90%;display:grid;overflow:hidden}.schemaCartbridgeA{grid-area:a;position:relative}.schemaCartbridgeA:after{content:"";background-color:#000;height:1px;position:absolute;bottom:-20px;left:-20px;right:-20px}.schemaCartbridgeB{text-align:center;flex-direction:row;grid-area:b;justify-content:center;align-items:center;font-size:130%;font-weight:600;display:flex;position:relative}.schemaCartbridgeBContent{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:3.6em;line-height:1.2em;display:-webkit-box;overflow:hidden}.schemaCartbridgeB:after{content:"";background-color:#000;width:1px;position:absolute;top:-20px;bottom:-20px;left:-20px}.schemaCartbridgeC{grid-area:c;position:relative}.schemaCartbridgeC:after{content:"";background-color:#000;height:1px;position:absolute;bottom:-20px;left:-20px;right:-20px}.schemaCartbridgeD{grid-area:d}.schemaCartbridgeE{grid-area:e}.schemaCartbridgeF{flex-direction:row;grid-area:f;justify-content:center;align-items:center;display:flex;position:relative}.schemaCartbridgeF:before{content:"";background-color:#000;width:1px;position:absolute;top:-20px;bottom:-20px;left:-20px}.schemaCartbridgeF:after{content:"";background-color:#000;width:1px;position:absolute;top:-20px;bottom:-20px;right:-20px}@media print{.schema{width:100%;margin:0;padding:0}.schemaGrid{padding:10mm 0 0;break-inside:avoid;background:0 0;border-top:0;width:calc(100% - 20mm);margin:0;padding-inline:10mm;display:block;overflow-x:hidden}.schemaItem{flex-wrap:wrap;display:block}.schemaItemChilds{flex-wrap:wrap}.schemaTitle{display:block}.schemaCartbridgeContainer{break-inside:avoid;width:calc(100% - 20mm);margin-left:10mm;display:block}.schemaCartbridge{font-size:80%}.schemaItemSeparator{height:calc(var(--symbol-height) / 2)}.schemaItemSeparator.first{height:0}.schemaGroundLine{width:calc(100% - 30mm)}}.bigList{margin:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-block:1rem;padding:0;list-style:none;display:flex}.bigList li{box-sizing:border-box;cursor:pointer;border:1px solid #a9a9a9;border-radius:7px;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:1rem;width:100%;min-height:94px;padding-block:1.25rem;padding-inline:1rem;display:flex}.bigList li:not(.disabled):hover{background-color:var(--primary-color);color:#fff}.bigList li:not(.disabled):hover img{filter:invert()}.bigList li.disabled{cursor:default;color:#ccc;border-color:#ccc}.bigList li.disabled img{filter:opacity(.1);pointer-events:none}.bigList li .bigList-content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;width:100%;display:flex}.bigList li .bigList-content .bigList-content_title{font-weight:bolder}.bigList li .bigList-content .bigList-content_description{font-size:smaller}.verticalRule{--ruleHeight:29mm;box-sizing:border-box;height:var(--ruleHeight);text-align:center;color:#555;border-top:1px solid #a9a9a9;border-bottom:1px solid #a9a9a9;width:7mm;margin-left:3mm;font-size:70%;position:relative}.verticalRule>span{width:var(--ruleHeight);text-align:center;transform-origin:0 0;display:block;position:absolute;left:100%;transform:rotate(90deg)}.verticalRule:after{content:"";border-left:1px solid #a9a9a9;width:1px;position:absolute;top:0;bottom:0;left:40%}.gcc-box{cursor:pointer;width:26px;height:26px;min-height:19px}.gcc-box.disabled,.gcc-box:disabled{cursor:default;pointer-events:none;background-color:#0000!important}.gcc-box_group{flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.5rem;margin-top:1rem;display:flex}.chrome-picker{box-shadow:initial!important}.tep-grid{flex-flow:column wrap;justify-content:flex-start;align-items:center;gap:2rem;width:100%;display:flex}.tep-grid h5{color:gray;border-bottom:1px solid #d3d3d3;width:100%;margin:0}.tep-top{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:3rem;display:flex}.tep-border{flex-flow:column;justify-content:space-between;align-items:center;row-gap:.5rem;display:flex}.tep-preview{flex-flow:row;justify-content:center;align-items:center;display:flex}.tep-module{border:1px solid #a9a9a9;border-radius:5px;max-width:100%;overflow:auto hidden}.tep-sample{flex-direction:column;align-items:center;margin-inline:auto;display:flex}.tep-settings{grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));gap:2rem 1rem;width:100%;min-height:270px;padding-bottom:10px;display:grid;overflow:hidden}.tep-settings .tep-settings_column{background:linear-gradient(to bottom, var(--secondary-color-light-light), white);border-radius:7px;flex-flow:column;justify-content:flex-start;align-items:flex-start;row-gap:1rem;padding:.75rem;display:flex}.tep-settings .tep-settings_column h5{color:#000;border-bottom-color:var(--primary-color);border-bottom-width:2px;flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.5rem;padding-bottom:.25rem;font-size:95%;font-weight:600;display:flex}.tep-settings_row{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;width:100%;height:26px;display:flex}.tep-settings_row-el{flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.15rem;display:flex}.tep-settings_row-el-separator{background-color:#999;width:1px;height:16px;margin-inline:.25rem}.tep-settings_row label{cursor:pointer;font-size:80%}.tep-settings_row input[type=color]{cursor:pointer;margin:0;padding:1px;width:32px!important;height:26px!important;min-height:26px!important}.tep-settings_row input[type=color]:disabled{pointer-events:none;background-color:#f9f9f9}.tep-settings_row input[type=number]{text-align:center;width:39px;height:22px!important;min-height:22px!important}.tep-settings_row select{margin:0;padding:2px;height:26px!important;min-height:26px!important}.tep-settings_hidden{text-align:center;width:100%;font-size:80%}.tep-row{--left_column_size:100px;grid-template-columns:var(--left_column_size) 1fr;text-align:left;justify-content:start;align-items:baseline;column-gap:.25em;width:100%;margin-block:.5rem;font-size:smaller;display:grid}.tep-row input,.tep-row textarea{font:inherit;resize:vertical;padding:.5em}.tep-row input[name=sample_id]{text-transform:uppercase}.tep-row input[type=checkbox]{margin:0;margin-right:auto;padding:0}.tep-row input[type=color]{width:48px;height:24px;margin:0;padding:0}.tep-row input[type=text]{width:calc(100% - 1.3em)}.tep-error{color:red;background-color:#ff00001a;border:1px solid red;border-radius:5px;padding:.5em;font-size:small}.tep-row>label{margin-right:1em}.tep-extras{background-color:#fff;border-radius:7px;align-self:flex-start;width:calc(100% - 1.5rem);padding-block:.5rem;padding-inline:.75rem;font-size:90%}.tep-extras a{color:var(--primary-color);font-weight:600;text-decoration:none}@media screen and (width<=500px){.tep-top{justify-content:center}.tep-sample{max-width:100%!important}}.fppage-scale-container{margin-inline:auto;width:100%;height:100%;max-width:calc(max-content + 1rem);max-height:calc(max-content + 1rem);box-sizing:border-box;flex-direction:row;justify-content:center;align-items:flex-start;margin-bottom:1rem;padding-block:1rem;display:flex;overflow:auto}.fppage-container{--paper-size-w:210mm;--paper-size-h:297mm;--padding-inline:10mm;--padding-block:11mm;box-sizing:border-box;transform-origin:0 0;background-color:#fff;border:1px solid #999;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.fppage{width:calc(var(--paper-size-w) - (var(--padding-inline) * 2));height:calc(var(--paper-size-h) - (var(--padding-block) * 2));padding-inline:var(--padding-inline);padding-block:var(--padding-block);transform-origin:0 0;background-color:#fff;margin-inline:auto;font-family:Arial;font-size:11pt;position:relative}.fppage-header{text-align:center;border-top:1px solid #000;width:100%;padding-top:15mm;font-size:36pt;font-weight:700}.fppage-header:before{color:#999;content:attr(data-margin-top, "tiquettes.fr");font-size:9pt;position:absolute;top:5mm;right:10mm}.ffpage-box{border:1px solid #000;position:absolute}.ffpage-item{position:absolute}.ffpage-line{background-color:#000;height:1px;position:absolute}.data-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:max-content;gap:1rem;width:100%;display:grid}.data-grid-column{background:linear-gradient(to bottom, var(--secondary-color-light-light), white);border-radius:7px;flex-flow:column;justify-content:flex-start;align-items:flex-start;row-gap:1rem;display:flex}.data-grid-column h5{color:#000;border-bottom:2px solid var(--primary-color);flex-flow:row;justify-content:flex-start;align-items:center;column-gap:1rem;width:100%;margin:0;padding-bottom:.25rem;font-size:92%;font-weight:600;display:flex}.data-grid-blocks{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:calc(100% - 2rem);margin-block:.5rem;padding-inline:.5rem;display:flex}.data-grid-block{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;width:100%;display:flex}.data-grid-block .data-grid-block_title{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;display:flex}.data-grid-block .data-grid-block_title label{color:#999;font-size:80%}.data-grid-block .data-grid-block_title input[type=checkbox]:checked~label,.data-grid-block .data-grid-block_title>label{color:#000}.data-grid-block .data-grid-block_title input[type=checkbox]:not(:checked)~label{color:#999}.data-grid-block input:not([type=checkbox]){width:100%;height:30px;font-size:95%}.data-grid-block textarea{resize:vertical;width:100%;min-height:30px;font-family:sans-serif;font-size:95%}.wizard-page{flex-flow:row;justify-content:flex-start;align-items:stretch;gap:0;width:100%;min-height:600px;font-size:95%;display:flex}.wizard-page-left{counter-reset:titleCounter;background-color:#fff;flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:.2rem;width:220px;min-width:220px;padding:1rem;display:flex}.wizard-page-left-title{color:#777;counter-increment:titleCounter;border-bottom:1px solid #eee;width:100%;margin-top:.5rem;font-weight:400}.wizard-page-left-title.current{border-color:var(--primary-color);color:var(--primary-color);font-weight:700}.wizard-page-left-title:before{content:counter(titleCounter, titleCounterStyle);width:1.5rem;font-size:70%;display:inline-block}.wizard-page-left-picture{align-self:center;width:120px;height:240px;margin-top:3rem}.wizard-page-right{padding-block:1rem;padding-inline:1.5rem}.wizard-page-right h3{margin-top:1rem;margin-bottom:3rem}.wizard-page-form{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:3rem;display:flex}.wizard-page-form-row{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;display:flex}.wizard-page-form-row label{font-weight:500}.wizard-page-form-row-flex{flex-flow:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;display:flex}.wizard-page-form-row-indicator,.wizard-page-form-row-indicator-left,.wizard-page-form-row-indicator-right{color:#999;font-size:90%;font-weight:700}.wizard-page-tooltip,.wizard-form-tooltip{color:#777;flex-flow:row;justify-content:flex-start;align-items:baseline;gap:.25rem;margin-top:.5rem;font-size:80%;line-height:1rem;display:flex}@media screen and (width<=690px){.wizard-page-left{display:none}}@counter-style titleCounterStyle{system:extends decimal;suffix:"";pad:2 "0"}body{accent-color:var(--primary-color)}p.devmode{color:#000;text-transform:uppercase;text-align:center;margin-bottom:3em}p.devmode.blink{color:red;margin-bottom:0;font-weight:700;animation:1s linear infinite blinker}@media print{.footer{font-size:small;position:absolute;top:5mm;right:10mm}.not_printable{display:none}}
