*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;position: relative;z-index: 0}html{--header-font-family:"Segoe UI Light";--bg: white;--heighligth: #fafafa;--fg: black;--red: rgb(228,62,43);--red-bg: rgba(228,62,43,0.1);--green: rgb(44,162,76);--green-bg: rgba(44,162,76,0.1);--blue: rgb(59,125,237);--blue-bg: rgba(59,125,237,0.1);--yellow: rgb(255,192,0);--yellow-bg: rgba(255,192,0,0.1);--btbg: var(--blue);--lighGray: rgb(120,120,120);--trans05: rgba(140,140,140,0.05);--trans1: rgba(140,140,140,0.1);--trans2: rgba(140,140,140,0.2);--trans3: rgba(140,140,140,0.3);--trans4: rgba(140,140,140,0.4);--trans5: rgba(140,140,140,0.5);--trans6: rgba(140,140,140,0.6);--trans7: rgba(140,144,140,0.7);--trans8: rgba(140,140,140,0.8);--trans9: rgba(140,140,140,0.9);--trans: rgb(140,140,140);--new: rgba(255,255,255,0.5);--new_hover: rgba(255,255,255,0.8);--select: rgba(199,224,244,0.5);--focus: rgb(0,90,158);--blue: rgb(0,90,158);--invalid: rgba(255,0,0,0.1);--required-bg: rgba(255,165,0,0.1);--indicator: rgba(140,140,140,.1);--indicator-bg: rgba(140,140,140,.1);--optional: rgba(140,140,140,0.5);--optional-bg: rgba(140,140,140,.1);--private: rgba(140,140,140,0.5);--private-bg: rgba(140,140,140,.1);--shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);--border: solid 1px rgba(140,140,140,0.3);--methods: var(--blue);--properties: var(--green);--reserved: purple;--events: darkred;--string: var(--red)}.js{}html[dark='1']{--bg: #111;--fg: #ccc;--heighligth: #222}html.app.site.listview{position: absolute;max-width: 1200px;margin: auto;left:0;right: 0;top: 0;bottom: 0;width:100%}html, body{font-family:"Segoe UI","Segoe WP", sans-serif, Tahoma, Arial}.om a{color: var(--link)}.om a:not(:hover){text-decoration: none}h1,h2,h3{color: var(--header-color);font-family: var(--header-font-family)}h1>*{color: var(--trans9)}table.resizable{width: fit-content}table.resizable th{border-left: solid 1px var(--trans2);border-right: solid 1px var(--trans2)}table.resizable td,table.resizable th{overflow: hidden}table.resizable i.resizer{top: 0;right: 0;width: 5px;bottom : 0;position: absolute;cursor: col-resize;user-select: none;z-index: 1}table td.icn{cursor: pointer}th{font-size: 1em}textarea{background-color: inherit;color: inherit;tab-size: 2}div.modified{font-size: 0.8em;top: -20px;color: var(--trans8)}main.dashboard{background-color: var(--trans1);overflow-y: scroll;padding: 5px 0 5px 5px}main.dashboard.wrap>div{background-color: var(--bg);flex-basis: 200px;flex-grow: 1;padding: 10px;border: solid 1px #ccc;margin: 5px}main.dashboard.wrap>div{}main.dashboard.wrap>div.ghost{border-color: transparent;background-color: transparent;padding: 0px}summary{cursor: pointer}summary>*{display: inline-block}summary.list{outline: none}summary::marker, summary::-webkit-details-marker{display: none}details>div>.abtn{line-height: 30px}details:empty{display:none}li > a.row{text-decoration: none;color:inherit}li > a.row:hover{background-color:var(--trans1);cursor: pointer}meter{}meter::-webkit-meter-optimum-value{}progress{width: 100%}progress::-webkit-progress-bar{}progress[color]::-webkit-progress-value{}section.info{position: absolute;margin: auto;background-color: var(--bg);color: var(--fg);top:0;bottom:0;right: -320px;opacity: 0;width: 320px;transition: all 500ms;border-left: solid 1px #666;z-index: 2}section.info:not(:empty){right:0;opacity: 1}section.info.row.header{background-color: rgb(90,90,90);color: #ddd;font-size: 10pt;height: 70px}section.info.headername{position: absolute;display: none !important}section.info.itemicon{right: 10px;position: absolute;margin: auto}section.info.group{padding: 10px}section.info.name{font-size: 14pt;text-align: center}section.footer{margin-top: 50px;padding-top: 20px;border-top: solid 1px var(--trans2)}button.stateicon{font-style: normal;position: absolute;top:0;left:0;z-index: 200}button.stateicon>i{overflow: hidden;display: inline-block;width: 20px;height: 20px}button.stateicon>i>i{display: inline-block;width: 30px;height: 30px;position: absolute;top: -15px;left: -15px;transform: rotate(45deg)}button.stateicon>ul{position: fixed;max-width:150px;z-index: 10}blockquote{border-left: 5px solid var(--trans5);padding: 10px;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px}blockquote[class]{min-height: 60px}blockquote+blockquote{margin-top:10px}blockquote::before{font-family: aliconnectIcon;display:inline-block;position: absolute;left: 10px;top: 15px;width: 30px;text-align: center;font-size: 30px;line-height: 30px}blockquote.note{border-color: var(--yellow);background-color: var(--yellow-bg);padding-left:50px}blockquote.note::before{content:'\f00B';font-size: 24px;color: var(--yellow)}blockquote.idea{border-color: var(--green);background-color: var(--green-bg);padding-left:50px}blockquote.idea::before{content:'\f0A8';color: var(--green)}blockquote.warning{border-color: var(--yellow);background-color: var(--yellow-bg);padding-left:50px}blockquote.warning::before{content:'\f2DB';color: var(--yellow)}blockquote.bug{border-color: var(--red);background-color: var(--red-bg);padding-left:50px}blockquote.bug::before{content:'\f2DB';color: var(--red)}blockquote.debug{border-color: var(--blue);background-color: var(--blue-bg);padding-left:50px}blockquote.debug::before{content:'\f2DA';color: var(--blue)}blockquote.todo{border-color: var(--red);background-color: var(--red-bg);padding-left:50px}blockquote.todo::before{content:'\f2DC';color: var(--red)}blockquote.Syntax{font-family: consolas,monaco,"Andale Mono",monospace;background-color: #eee;border-color: #3d7e9a}footer.info{position:fixed;margin:auto;bottom:0;left:0;right:0;height:30px;line-height:30px;background-color: inherit;color:var(--trans8);border-top: solid 1px var(--trans2)}footer>a:first-of-type{margin-left: auto}footer>a{padding:0 5px;font-size:0.8em}input.check{position: absolute;opacity: 0;height: 0;width: 0;margin: 0;padding: 0}::-webkit-scrollbar{height: 6px;width: 6px}::-webkit-scrollbar-corner{background: transparent}::-webkit-scrollbar-thumb{border-radius: 9px;background: var(--trans2);background-clip: content-box;border: solid 2px transparent}::-webkit-scrollbar-thumb:hover{border: none;background-color: var(--trans2);cursor: pointer}::-webkit-scrollbar-track{background: transparent}::placeholder{color: inherit;font:inherit;opacity: 0.5}.row{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;display: -webkit-flex;flex-flow: row;-webkit-flex-flow: row}.col{display: flex;display: -webkit-flex;flex-flow: column;-webkit-flex-flow: column}.col > *{flex: 0 0 auto;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto}.aco{flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto}.row.top.bar{background: var(--basebg);color: var(--basefg)}.row.top.abs.abtn>ul{right:0}.row.btns.end{justify-content: flex-end}.row.btns.r{margin-left: auto;height: 36px}.row.btns.abtn{border: solid 2px transparent;font: inherit;cursor: pointer;float: right;display: inline-block;background-color: rgb(200,200,200);color: white;padding: 0 20px;margin: 0;line-height: 36px}.row.btns.abtn:not(:first-child){margin-left:5px}.row.btns.abtn:disabled{opacity: 0.3;cursor: not-allowed}.row.btns.abtn[default]{background-color: var(--blue)}.row.btns.abtn:focus{border-color: black}.row.input{background-color: inherit}.row.input.abtn{max-height: 32px;min-width: 30px;margin-left: 5px;opacity: 0.5}.row.input.abtn:hover{opacity: 1}.row.input.color.vw{display: inline-block;width: 100px;height: 20px}.row.input>.btnbar{position: fixed;bottom: 5px;height: 40px;margin: auto;right: 0;z-index: 1000}.row.prop a:hover{z-index: 100}.row.editlinks >.aco{flex-wrap: wrap}.row.editlinks a{white-space: nowrap;font: inherit;font-style: normal;text-decoration: inherit;color: inherit}.row.editlinks.view:not(:empty)::before{content:'Aan:';margin-right: 5px;font-size: 10pt}.row.editlinks{background-color: inherit;color: inherit;border-bottom: solid 1px var(--trans2)}.row.editlinks{background-color: inherit;color: inherit;flex-wrap: wrap}.row.editlinks.aan{font-size: 8pt}.row.editlinks span{white-space: nowrap;background-color: var(--trans2);padding-left: 10px;border-radius: 20px;margin: 5px 10px 5px 0;color: inherit}.row.top{line-height: 35px;background-color: rgba(140,140,140,0.15);border-bottom: solid 1px var(--trans3)}body>.row.top{line-height: 48px;z-index: 25}.row.top a{text-decoration: inherit}.row.top a{color: inherit;text-decoration: inherit}.row.top span{margin-right: auto;direction: ltr;white-space: nowrap;font-size: 0.8em}.row.top.fixed{position:fixed;margin:auto;top:0;left:0;right:0;z-index:2}.row.top.abs{position:absolute;margin:auto;top:0;left:0;right:0;z-index:200}.row.top.abs:not(:hover){overflow: hidden;height: 36px}.row.top.abs.btnbar+.aco{padding-top: 36px}.row.top.w{color:white}.row.top.r{margin-left:auto}.row.top.ico-down{font:inherit;line-height:30px;text-decoration: none;border:none;outline:none;padding:0;margin:0;background-color:transparent;color:inherit}body>.row.top>.abtn::before{}.row.err > span{overflow: hidden;text-overflow: ellipsis}.row.err > span:nth-child(1){flex-basis: 40px}.row.err > span:nth-child(2){flex-basis: 300px}.row.err > span:nth-child(3){flex-basis: auto;flex-grow: 1}.row.err > span:nth-child(n+4){flex-basis: 80px}.row.err.start > span:nth-child(1):after{content:'';position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: inline-block;width: 16px;height: 16px;border-radius: 10px;margin: auto;cursor: pointer;border: solid 1px rgba(200,100,100,0.3);background: rgb(100,0,0)}.row.err.start[on='1'] > span:nth-child(1):after{background: radial-gradient(rgb(250,0,0) 0%, rgb(150,0,0) 90%);-webkit-box-shadow: 0px 0px 30px 1px rgb(250,0,0);-moz-box-shadow: 0px 0px 30px 1px rgb(250,0,0);box-shadow: 0px 0px 30px 1px rgb(250,0,0)}.row.err.hdr{font-size: 8pt;color: #ccc;overflow-y: scroll}.row.err.start{height: 40px;line-height: 40px;border-bottom: solid 1px rgba(255,255,255,.1)}.row.err.start:hover:before{content:'';position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: inline-block;background-color: rgba(200,200,200,0.2)}.row.err.start:not(.end){background-color: rgb(80,80,80);color: white}.row.aco.main{background-color: inherit;overflow: hidden}.row.check{padding-right: 10px}.col.abs{position: absolute;margin:auto;top:0;bottom:0;left: 0;right: 0;background: var(--bg);z-index: 300;z-index: 500}.col.abs iframe{height: 100%;width: 100%;border: none;padding: 0;margin: 0}.col.abs>.row.doc{height: 100%}.apv>.col.abs>form{background-color: var(--trans1)}.apv>.col.abs>form.inp{background-color: var(--bg)}.col.err{display: none;background-color: rgb(50,50,50)}.col.err >.col{height: 150px;overflow-y: scroll}.header.title{}.header.subject{color: var(--blue);font-size: 0.9em}.header.preview{color: var(--lighGray);font-size: 0.8em}.contents{display: contents}.oa{overflow: auto;-webkit-overflow-scrolling: touch;clear: both}.pre-line{white-space: pre-line}.pupanel{background-color: inherit}.pupanel>form{z-index: 90;position: fixed;background-color: inherit;margin: auto;top: 48px;bottom: 22px;bottom: 0;right: -800px;max-width: 400px;width: 100%;padding: 0;border-left: solid 1px var(--trans2);transition: all 0.5s;opacity: 1}.pupanel>form[pos='m']{right:0px}.pupanel.row.abtns{margin: 10px 0}.pupanel a{color:inherit;opacity:0.8}.pupanel a:hover{opacity:1;background-color:var(--trans2)}.pupanel div>.col.aco>.col{padding: 0 20px}.pupanel ul{margin: 0;padding: 0;list-style: none}.pupanel ul:not(:empty){border-top: solid 1px var(--trans2)}.pupanel ul>li{border-bottom: solid 1px var(--trans2)}.pupanel h1{font-size: 16px;line-height: 36px}.pupanel h1,.pupanel.row{padding: 0 10px;margin: 0}.pupanel a{display: block;line-height: 36px;padding: 0 10px;margin: 0;text-decoration: inherit;cursor: pointer}.pupanel ul>li:not([open='1'])>ul{position: absolute;display: none}.pupanel>.Berichten.from{color: black;font-size: 11pt}.pupanel>.Berichten.subject{font-size: 11pt}.pupanel>.Berichten.time{font-size: 8pt}.panel.abs{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,0.5)}.panel.abs canvas{margin:auto;background: white;border: solid 1px red}.panel.abs video{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.panel.abs.btnbar{background-color: var(--bg)}.panel.cam video{border: none}.panel.cam canvas{position: absolute;top: 36px;left: 0}.panel.cam img{position: absolute;margin: auto;top: 0;left: 0;border: none;border-style: none;outline: none}.panel.cam img:not([src]),.cam img[src='']{opacity: 0}div.panel.cam{display: block;background: black;position: fixed;margin: auto;top: 0;bottom: 0;left: 0;right: 0;max-width: 640px;max-height: 516px;padding-top:36px;z-index: 100}.signat{display: block;background: black;position: fixed;margin: auto;top: 0;bottom: 0;left: 0;right: 0;max-width: 640px;max-height: 516px;padding-top:36px;z-index: 100;cursor: pointer}.pucard{position: fixed;z-index: 600;height: 40px;cursor: pointer}.pucard>div:empty{transform: scale(0.8);opacity: 0}.pucard>div{transition: all 300ms ease;margin-top:25px;background-color: var(--bg);color: var(--fg);border: solid 1px var(--trans2);min-width: 250px;max-width: 350px}.pucard.aco{padding: 10pt;height: 120px}.pucard.btnbar{border-top: solid 1px var(--trans1)}.pucard.kop0{font-size: 10pt}.pucard.kop1{font-size: 9pt;font-style: italic}.pucard.kop2{font-size: 8pt}.item>.row:before{content:'';position: absolute;left: -200px;right: 0;top:0;bottom:0;background-color: var(--trans01)}.item[name]>.row>.folder.Equipment:before{content:'\f0c5'}.item[viewstate='new'].modified{background-color: var(--blue)}li.item:hover{z-index: 100}.list.item[checked]>.row:before{background-color: var(--trans2)}.list.item[treeselect]>.row:before,.list.item[selected]>.row:before{background-color: var(--trans3)}.list.item[checked]:not([checked='1'])>.row.bt.sel:before, label.check+label:before,.check:checked+label:before{background-color: var(--btbg);content:"\f06c";color: white}.list.item>.row.bt.sel:hover:before,.check+label:hover:before{content:"\f06c"}.list tr:hover,.item>.row:hover:before{background-color: var(--trans05);cursor: pointer}.item[focus]>.row:before{background-color: var(--trans1)}body[section='list'] section.listview.list.item[selected]>.row:before, body[section='tree'] section.atv.list.item[treeselect]>.row:before{background-color: var(--select)}.list.item[target]>.row:before{background-color: var(--trans2)}.list.item[clipboard='cut']>.row>.icn{opacity: 0.5}.bt.sel{position: absolute;margin: auto;top: 0;left: 0;bottom: 0;right: 0}.pricerow{text-align: right}.steps{text-decoration: none}.steps A{text-decoration: none}.steps-next{text-align: right}.steps-previous>.steps-link:before{font-family:'aliconnectIcon';content:'\f03f';display: inline-block;margin-right:10px}.steps-next>.steps-link:after{font-family:'aliconnectIcon';content:'\f040';display: inline-block;margin-left:10px}.steps-link{font-size: 0.8em}.apv{background-color: inherit}.apv:empty{position:absolute;display:none}.apv h1{font-family:"Segoe UI Light", sans-serif, Tahoma, Arial;font-size: 1.3em;font-weight: 700}.apv h2{font-family:"Segoe UI Light", sans-serif, Tahoma, Arial;font-size: 1.2em;font-weight: 700}.apv h3{font-family:"Segoe UI Light", sans-serif, Tahoma, Arial;font-size: 1.1em;font-weight: 700}.apv h4{font-family:"Segoe UI Light", sans-serif, Tahoma, Arial;font-size: 1em;font-weight: 500}.apv header{background-color: var(--trans2);border-bottom: solid 1px var(--trans3);z-index: 100;margin-top:36px}.apv label[title]::after{content:"?";display:inline-block;width:15px;height:15px;border-radius:10px;background-color:blue;vertical-align:text-bottom;color:white;margin-left:5px;text-align:center;line-height:15px;font-size:12px}.apv a:hover{text-decoration:underline}.apv ol{padding-left:20px}.apv div.col.edit{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;z-index:10}.apv li>ol{list-style-type:lower-alpha;padding-left:20px}.apv ul.lsn{list-style:none;margin:0;padding:0}.apv.row.header input{width:80px}.apv.row.header.public{background : rgb(53,157,194)}.apv.row.header div.www{position: absolute;top: 10px;left: 10px;z-index: 10;font-size: 20px}.apv.row.header div.www.public{color: blue}.apv.row.header.stateicon>i{z-index:5}.apv.row.header.headername{padding:10px 0;width:0}.apv.row.header.headername>div{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;min-height: 20px}.apv.row.header.row.date{font-size: 0.7em;color: var(--trans)}.apv.row.header>.aimcontent>:first-child{font-size: 21px}.apv.row.header>.img{display: inline-block;width: 84px;height: 84px;background: white;border-radius: 46px;margin-right: 10px;top: 5px}.apv.row.header>.img>img{display: inline-block;width: 80px;height: 80px;background-position: center center;background-size: cover;background-repeat: no-repeat;background-color: white;border-radius: 46px;border: solid 1px #ccc;top: 2px;left: 2px}.apv[state="online"].row.header::after{z-index:10;content:'';position:absolute;width:20px;height:20px;border-radius:20px;border:solid 2px #3fe54f;background-color:white;left:60px;top:5px}.apv[state="focus"].row.header::after{z-index:10;content:'';position:absolute;width:20px;height:20px;border-radius:20px;border:solid 2px #3fe54f;background-color:#3fe54f;left:60px;top:5px}.apv[modified].row.header.modified{display: inline-block;position: absolute;width: 5px;left: 0;top: 0;bottom: 0;margin: auto;background-color: blue}.apv.path{font-family:"Segoe UI Light";font-size: 0.7em;line-height: inherit;color: var(--trans8)}.apv.path span{text-overflow: ellipsis;overflow: hidden}.apv.path a{cursor: pointer;text-decoration: none;color: inherit}.apv.row.prop.radio>.row.inp{flex-wrap: wrap}.apv.cntnt{background-color:var(--trans8)}.apv.atc>.row>span{padding:0 5px;color:blue}.apv.atc button.add{border:solid 1px gray;border-radius:10px;width:20px;height:20px;margin:0;padding:0;background:none}.apv.atc button.add::before{content:'+'}.apv.atc button.add:hover{background-color:green;color:white}.apv.files>.attach>div{height:46px;width:250px}.apv.iframe{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:10}.apv.iframe{background:inherit}.apv.iframe iframe{border:none}.apv.warning{color:rgb(255,100,100)}.apv.item,.apv.item>ul{list-style:none;padding:0px}.apv.list li{overflow:visible}.apv.item>ul.main{border-top:solid 1px #DDD}.apv.item ul{margin:0}.apv.item.view{font-size:10pt}.apv.item.apv.item{font-size:90%}.apv.item ul.row.top{background:none;color:rgb(52, 100, 142)}.apv.item ul.apv.item.row.top{color:rgb(114, 154, 189)}.apv.item.nodata{position:absolute;display:none;color:#CCC}.apv>.item>ul.add{position:absolute;display:none}.apv>.item>ul ul{position:absolute;display:none}.apv.view img{height: 100px;background: no-repeat center center;background-size: contain}.apv.fieldlist>div{margin-bottom:3px}.apv.fields>.row>div{padding-right: 5px}.apv.fields.row>.col{flex-shrink: 1;max-width: 100%}.apv.fields [notsrc]{color: rgb(200,100,100)}.apv.fields>.col.checked label{font-size: 12pt;line-height: 20px}.apv.fields>.col.checked label:before{content:'\f834';font-family:'aliconnectIcon';display: inline-block;vertical-align: bottom}.apv.fields.Address.Add,.fields.Address.Number,.fields.Address.PostalCode{flex-basis: 80px;width: 0}.apv.fields.Address.Town,.fields.Address.State{flex-basis: 160px;width: 0}.apv.fields.override{font-weight: 600}.apv.fields.changed{color: red}.apv.fields.master{font-style: italic}.apv.fields.default:not(:hover){opacity: 0.6}.apv.fields.modified::after{content:'*';display: inline-block;position: absolute;right: 0;color: blue}.apv.fields.modtrue{color: blue}.apv.fields table td.label{font-size: 9pt;color: #999;min-width: 100px}.apv.fields table td{line-height: 18px}.apv div.fields{padding: 10px;font-size: 10pt;background-color: inherit}.apv div.fields>table{border-collapse: collapse}.apv div.fields>table th{text-align: left;color: #666;font-family:"Segoe UI Light","Segoe WP", sans-serif, Tahoma, Arial;font-size: 80%;width: 3cm;vertical-align: top;font-weight: normal}.apv div.fields.prop>span{}.apv div.fields.prop [operating]::after{font-family:'AliconnectIcon';content:'\f057';position: absolute;left: 0;top: -10px;width: 10px;height: 10px}.apv.col.files>div{flex-wrap: wrap;overflow: auto}.apv.col.files>.row.attach{max-height: 120px}.apv.col.files>.files:not(:empty){min-height: 46px}.apv.col.files.file{border: solid 1px var(--trans6);font-size: 9pt;margin-top: 5px;line-height: 26px}.apv.col.files.file.del:hover{background-color: #E81123;color: white}.apv.col.files.file[focus]{border-color: rgb(0,120,215)}.apv.col.files.file[focus].sel{}.apv.col.files.file:hover{background-color: var(--trans)}.apv.col.files.file:hover.aimage{opacity: 0.5}.apv.col.files.file.abtn:hover{background-color: var(--new_hover);opacity: 1;color: black}.apv.col.files.file:not(:hover).abtn{}.apv.col.files.abtn{padding:0}.apv.col.files.pulldown::before{font-family:'AliconnectIcon';content:'\f01d';display: inline-block}.apv.col.files.row.images.aimage{max-height: 120px;object-fit: cover}.apv.col.files.row.images.row.file.col.aco{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.apv.col.files.row.images.row.file.col.aco.row{padding-left: 5px}.apv.col.files.row.images.row.file.col.aco.row span.aco{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.apv.col.files.row.images.row.dt{position:absolute;margin: auto;left: 0;right: 0;bottom: 0;font-size: 0.8em}.apv.col.files.row.images.row.title{position: absolute;margin: auto;top: 0;left: 0;right: 0;z-index: 1}.apv.col.files.row.images.row.title>.aco{overflow: hidden;text-overflow: ellipsis}.apv.col.files.row.images.row.file:not(:hover).col.aco{display:none}.apv.col.files.row.attach>.col.file{color: inherit;text-decoration: none;flex-grow: 1;flex-basis: 200px;padding-left: 40px}.apv.col.files.row.attach>.file::before{font-size: 25px;line-height: 45px;color: var(--trans);width: 40px;text-align: center;left:0}.apv.col.files.row.attach>.file>div>*{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.apv.col.files>.row{padding:0 9px}.apv.col.files>.row>.file{margin:1px}.apv a.row.file{text-decoration: none;flex-grow: 1;flex-basis: 200px}.apv.row.file.title>span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.apv.fields h1,.apv.details h1{padding: 10px 0 0 0}.apv h1,.apv h2,.apv h3,.apv h4{margin: 10px 0}.apv h1:first-child,.apv h2:first-child,.apv h3:first-child,.apv h4:first-child{padding-top:0;margin-top:0}.apv.details h1:empty{display: none}.apv.details h2:empty{display: none}.apv.details img{max-width: 100%}.apv.details td{vertical-align: top}.apv>div.col.aco [open='0']{}.apv>.aco.abs{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;background-color: inherit;color: inherit;z-index: 300}.apv form textarea.inp{min-height: 60px}.apv form.fields input[readonly],.apv form.fields textarea[readonly]{border-color:#EEE;color:#999}.apv form.fields>div{flex-grow: 0}.apv.users.view>:not(:last-child):after{content:';';margin-right: 5px}.apv.row.editlinks span>button{margin-left: 5px;border-radius: 20px;border: none;background-color: transparent;width: 30px;height: 30px;outline: none}.apv.row.editlinks span>button:after{content:'x'}.apv.row.editlinks span:hover,.apv.row.editlinks span>button:focus,.apv.row.editlinks span>button:hover{background-color: var(--trans1)}.apv.row.editlinks span.c0{text-decoration: line-through}.apv.row.editlinks span{background-color: inherit}.apv.row.editlinks input{border: none;outline: none;font: inherit;margin: 0;max-width: none;flex-shrink: 1;background-color: inherit;color: inherit;width:80px}.apv form+.btnbar{padding: 10px;line-height: 30px;border-top: solid 1px var(--trans1)}.apv.inputinfo{position: fixed;z-index: 100;border: solid 1px #ccc;background-color: lightyellow}.apv.inputinfo:empty{position: absolute;display: none}.apv.inputinfo>div{color: #333;font-size: 10pt;padding: 10px;background-color: inherit}.apv.inputinfo::before{content:'';position: absolute;display: inline-block;width: 10px;height: 10px;top: -5px;transform: rotate(45deg);background-color: inherit;border: inherit;left: 20px}.apv.open::before{width: 20px;font-family: aliconnectIcon;display: inline-block;font-size: 12px;text-align: center;opacity: 0.8;flex-shrink: 0;transition: all 0.5s}.apv.open[open]::before,.apv [open]>i.open::before{content:"\f01f"}.apv [open]>i.open:hover::before{font-weight: 800;color: DodgerBlue;text-shadow: 0px 0px 2px DodgerBlue}.apv.open[open="1"]::before,.apv [open="1"]>i.open::before{transform: rotate(90deg)}.mobile.apv{flex-basis: auto;flex-grow: 1}.mobile div.fields.prop{flex-flow: column}.attrlabel,.prop>label:first-of-type{font: inherit;font-family:"Segoe UI Light","Segoe WP", sans-serif, Tahoma, Arial;min-width: 120px;font-size: 0.8em;color: var(--trans8)}.inp,.inp[placeholder=" "]:placeholder-shown+label{font-size: 1em;padding: 0 3px;line-height: 30px;min-height: 30px;border-radius: 0;outline: none}.inp{background-color: var(--trans1);border-color: var(--trans2);border: none;border-left: solid 1px transparent;border-bottom: solid 1px transparent;color: inherit}.inp.focus:focus{border-color: var(--focus)}.inp[placeholder],.inp[placeholder=" "]:placeholder-shown+label{margin-top: 20px}.inp[placeholder]+label{position: absolute;transition: all 500ms;pointer-events: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.inp[publicvalue]{border-color: lightskyblue}.inp.derived{border-color: lightgreen}.inp.owner{border-color: lawngreen}.inp.overwrite{border-color: red}.inp:hover,.inp:focus{opacity: 1}.inp:focus{border-color: var(--focus)}.inp:out-of-range{border-color: red}.inp:required:placeholder-shown{border-color: orange}.inp[ok='false']{border-color: red !important;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='15px'><text x='0' y='16' fill='red' font-size='16' >&#x2715;</text></svg>")}.inp[ok='true']{border-color: green !important;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='15px'><text x='0' y='16' fill='green' font-size='16' >&#x2713;</text></svg>")}.inp[lock]{border-color: lightcoral !important;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='15px'><text x='0' y='16' fill='lightcoral' font-size='16' >&#1F512;</text></svg>")}.inp[private]{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='15px'><text x='0' y='16' fill='lightcoral' font-size='16' >&#x26BF;</text></svg>")}.inp[public]{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='15px'><text x='0' y='16' fill='lightcoral' font-size='16' >&#x8704;</text></svg>")}.inp:disabled{opacity: 0.5}.inp:not(:placeholder-shown)+label+i+i:after{content:'\f0d4';right: 20px}.inp:required:not(:placeholder-shown)+label+i+p::after{right: 20px}.inp[pattern]:valid+label+i{color: green}.inp[pattern]:valid+label+i::after{content:'\f140'}.inp:invalid{background-color: var(--invalid)}.inp[pattern]:invalid+label+i{color: rgb(255,0,0)}.inp[pattern]:invalid+label+i::after{content:'\f10c'}.inp[pattern]:invalid+label+i{color: rgb(255,0,0)}.inp[pattern]:invalid+label+i::after{content:'\f10c'}.inp[pattern]:invalid+label+i:hover::before{content:'Required pattern: 'attr(pattern);display: inline-block;position: absolute;margin: auto;background: inherit;left: auto;right: 100%;white-space: nowrap}.inp:required:placeholder-shown{background-color: var(--required-bg)}.inp:required:placeholder-shown+label+i{color: rgb(255,165,0)}.inp:required:placeholder-shown+label+i::after{content:'\f10c'}.inp+label>small{margin-left:5px}.input i{position: absolute;display: inline-block;font-style: normal;right: 5px;top: 20px;line-height: 30px;cursor: pointer}.input i::after{font-family:'AliconnectIcon'}.row.input.date{}.row.input.tel{}.row.input>.info{display: inline-block;position: absolute;right: -25px;top: -5px;width: 60px;height: 20px;padding-top: 8px;line-height: 10px;transform: rotate(45deg);cursor: pointer;font-family:'aliconnectIcon';color: white;text-align: center;font-size: 8pt}.row.input>.info.derived{background-color: orange}.row.input>.info.default{background-color: gray}.row.input:hover>.info.private{cursor: pointer;z-index: 10;right: -20px}.row.input:hover>.info.private.P:hover,.row.input:hover>.info.private.P:focus,.row.input:hover>.info.private.R{background-color: orange}.row.input:hover>.info.private.P:hover::after,.row.input:hover>.info.private.P:focus::after,.row.input:hover>.info.private.R::after{content:'R'}.row.input:hover>.info.private.R:hover,.row.input:hover>.info.private.R:focus,.row.input:hover>.info.private.P{background-color: green}.row.input:hover>.info.private.R:hover::after,.row.input:hover>.info.private.R:focus::after,.row.input:hover>.info.private.P::after{content:'P'}.row.input.radio.clear:hover{background-color: var(--trans2)}.row.input.radio.clear::after{content:'X';color: black;font-family: Arial}.row.input.col>.row>div>input[type=number]{width: 80px}.row.input.col>.row>div>input[type=date]{width: 120px}.row.input var{display: inline-block}.row.input.files{min-height: 46px}.row.input.files.Images:empty::after{content:'Sleep uw afbeeldingen hier naar toe'}.row.input.files.Files:empty::after{content:'Sleep uw bestanden hier naar toe'}.row.input.files[progress]{background: linear-gradient(#0c0,#0c0) 0 0 no-repeat;background-size: 50% 100%}.row.input.Files>div{height: 46px;margin: 0 2px 2px 0;background: #f3f3f3}.row.input.Files>div>a>.aimcontent{width: 146px;padding: 5px;line-height: 100%;font-size: 9pt;white-space: normal;overflow: hidden;text-overflow: ellipsis}.row.input.icon{width: 46px;background: no-repeat center center #DDD}.row.input.wrap{flex-wrap: wrap}.row.input.filebtn::after{content:'';display: inline-block;width: 25px;height: 25px;line-height: 25px;text-align: center}.row.input.Files,.row.input.Images{min-height: 46px}.row.input.Images.filedel{position: absolute;top: 0;right: 0;background: var(--trans5)}.row.input.Images>div:not(:hover).filedel{position: absolute;display: none}.row.input.filedel::after{content:'\2715';display: inline-block;width: 25px;height: 25px}.row.input.filedel:hover::after{content:'\2716';background: red;color: white;font-weight: bold}.row.input>.row>.col>.row>:last-child{flex-grow: 1}.row.input>.row>.col>.row>.row>:last-child{flex-grow: 1}.row.prop.textarea>span{white-space: pre-wrap}.check+label{white-space: nowrap;margin-right: 5px}.check+label:before{border-color: var(--trans5);vertical-align: text-bottom}.check+label:before,.bt::before{content:"";font-family:'AliconnectIcon';border-radius: 40px;border: solid 1px transparent;width: 1em;height: 1em;line-height: 14px;display: inline-block;vertical-align: baseline;text-align: center;font-style: normal;margin-right: 5px;font-size: 0.8em;border: solid 1px var(--trans5);color: var(--green);text-align: center}.check:hover+label:before{border-color: var(--trans8);content:"\f06c"}.check:focus+label:before{border-color: var(--blue)}.check:active+label:before{border-color: var(--green)}.open{cursor: pointer}.iframe.sample{-moz-transform: scale(0.3);-webkit-transform: scale(0.3);transform: scale(0.36);transform-origin: top left}.iframe.sample iframe{width:1680px;height:1050px}nav.path:not(:empty){position: fixed;margin: auto;top: 46px;left: 0;right: 0;line-height: 30px;background: inherit;display: block;overflow: hidden;border-bottom: solid 1px var(--trans2);z-index:20;white-space: nowrap;text-overflow: ellipsis;font-size: 0.8em}nav.path a{color: inherit}form[busy]::after{display:inline-block;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;content:'BUSY';width: 40px;height: 40px}.col.docindex{padding:20px;height:100%;overflow: auto;flex-grow:1}.col.docindex ul{padding: 0;margin: 0;list-style: none}.col.docindex li>*{font-size: 10pt;margin: 0;padding: 0;line-height: 24px}.col.docindex [open]::after{content:"\f01d";font-family: aliconnectIcon;display: inline-block;float: right;text-align: center;transition-duration: 0.5s;margin-right: 5px;font-size: 12pt}.col.docindex [open='0']+ul{display: none}#responsepanel{position: fixed;top: 0px;bottom: 0px;left: 0px;right: 0px}#responsepanel:not(:empty){z-index: 1;background-color: var(--trans1);border: solid 1px #ccc}#responsepanel>div{position: absolute;max-width: 1100px;padding: 20px;margin: auto;top: 50px;bottom: 50px;left: 50px;right: 50px;background-color: white;border: solid 1px #ccc;max-height: 100%;border-radius: 5px;-webkit-box-shadow: 0px 0px 20px 0px var(--trans3);-moz-box-shadow: 0px 0px 20px 0px var(--trans3);box-shadow: 0px 0px 20px 0px var(--trans3)}#responsepanel>div>div{padding: 10px}#responsepanel:not(:empty){position: fixed;background-color: var(--trans1);border: solid 1px #ccc;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 30}#responsepanel>div{position: absolute;max-width: 1100px;padding: 20px;margin: auto;top: 50px;bottom: 50px;left: 50px;right: 50px;background-color: white;border: solid 1px #ccc;max-height: 100%;border-radius: 5px;-webkit-box-shadow: 0px 0px 20px 0px var(--trans3);-moz-box-shadow: 0px 0px 20px 0px var(--trans3);box-shadow: 0px 0px 20px 0px var(--trans3)}#responsepanel>div>div{padding: 10px}#responsepanel pre{margin:0}.yaml{white-space: pre-wrap;outline:none;border:none}.mc-menu{padding: 10px;font-size: 0.8em;opacity: 0.6}.mc-menu ul{padding-left: 5px;margin: 0;list-style: none}.mc-menu ol{padding-left: 20px}.mc-menu>ul{overflow-y: auto;overflow-x: hidden}.mc-menu ul:empty{display: none}.mc-menu li>:first-child[open='0']+ul{display: none}.mc-menu li>:first-child:hover{opacity: 1;cursor: pointer}.mc-menu li>:first-child[src]:hover{text-decoration: underline}.mc-menu li>:first-child[active]{background-color: var(--trans2)}.mc-menu li>:first-child:hover{opacity: 1}.mc-menu li>:first-child{text-decoration: none;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;max-width:100%}.mc-menu li>:first-child::first-letter{text-transform: uppercase}.mc-menu.left li>:first-child{}.mc-menu.left li>:first-child[selected]{font-weight: bold}.mc-menu.left li>:first-child:after{content: attr(selector)}.mc-menu.left li>:first-child::before{content:'';width: 10px;margin-right:5px;font-family: aliconnectIcon;display: inline-block;font-size: 0.6em;text-align: center;opacity: 0.8;flex-shrink: 0;transition: all 0.5s}.mc-menu.left li>:first-child[open]::before{content:'\f01f'}.mc-menu.left li>:first-child[open='']::before{content:''}.mc-menu.left li>:first-child[open]:hover::before{font-weight: 800;color: DodgerBlue;text-shadow: 0px 0px 2px DodgerBlue}.mc-menu.left li>:first-child[open='1']::before,.mc-menu.left a.open[open='1']::before{transform: rotate(90deg)}.mc-menu.left li>:first-child:not([open='1'])+*{display:none}.mc-menu.right li>:first-child{border-left: solid 3px transparent}.mc-menu.right li>:first-child[open='0']{border-color: var(--trans2)}.mc-menu.right li>:first-child[open='0']:hover{border-color: var(--trans5)}.mc-menu.right li>:first-child[open='1'],.mc-menu.right li[selected]>:first-child{opacity: 1;border-color: var(--trans)}@page{}@media print{pre code{white-space: pre-wrap;border:solid 1px var(--trans2);border-radius: 5px;padding:10px}html{height:100%}body{padding: 0 10mm}.doc-content.page{*/}.np{display:none !important}}@media only screen{html, body{padding:0;margin:0;background-color: var(--bg);color: var(--fg)}body{background-position: : center center;background-color: inherit;background-size: cover}div.ac-header{line-height: 30px}div[class^="mc-sidebar"]{position: fixed;top: 80px;bottom: 0;margin: auto;width: 260px;overflow: auto}div[class^="mc-sidebar"]::-webkit-scrollbar{display: none}.row.input textarea{width:100%;max-width:100%;min-height:100px;overflow: auto;resize: none}.files.row.file:not(:hover).bt.sel{display:none}}@media (max-width: 800px){div[class^="mc-sidebar"]{display: none}}@media screen and (orientation:landscape) and (min-width: 800px) and (max-width: 1200px){.doc-content{-webkit-overflow-scrolling: touch;background-color: inherit}nav.path:not(:empty){margin-right: 300px}div[class^="mc-sidebar"]{position: fixed;top: 0;bottom: 0;margin: auto;width: 300px;overflow: auto}.mc-sidebar-left{display:none}.mc-sidebar-right{position: fixed;right: 0;top: 0;bottom: 0;margin: auto;width: 300px;overflow: auto}}@media screen and (max-width: 400px){body>.row.top.title{display:none}}@media screen and (hover: none) and (pointer: coarse) and (max-width: 800px){html.app body{overflow: hidden}body>.row.top.upload{display:none}body>.row.top.dark{display:none}body>.row.top.lang{display:none}body>.row.top.msg{display:none}body>.row.top.task{display:none}body>.row.top.shop{display:none}body>.row.top.help{display:none}body>.row.top.config{display:none}body>.row.top.account{display:none}.icn.account::after{display:none}footer.info{display:none}.afilter{display: none}.listview:not(:empty){z-index:12}.itemrow>.icon>.fav:not([checked='1']),.itemrow>.icon>.flag[flag=''],.itemrow>.icon>.del{position: absolute;display: none}}.fav::before{content:'\f002'}.fav[checked='1']::before{content:'\f001'}.fav[checked='2']::before{content:'\f002'}.fav:hover::before{content:'\f001'}.fav[checked='1']:hover::before{content:'\f002'}.fav[checked='2']:hover::before{content:'\f001'}form.search{border-radius: 20px;line-height: 32px;height: 32px;background-color: var(--trans2);margin: auto auto auto 0;padding-left: 10px;max-width: 280px}form.search input{color: inherit;background-color: transparent;line-height: inherit;font: inherit;outline: none;border: none;flex-basis: 300px}form.search button{border-radius: 20px}body>.row.top.title{min-width:200px}.seperator,.noselect{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.seperator{cursor: col-resize;border-color: rgba(0,0,0,0);border-width: 0;margin-block-start: 0;margin-block-end: 0;overflow: visible}.seperator::after{content:'';display: inline-block;position: absolute;margin: auto;top: 0;bottom: 0;left: 0;width: 1px;border-left: solid 1px transparent;border-right: solid 1px transparent}.seperator[right]::after{left: -3px}.seperator[active]::after{border-color: #ccc}*:empty+.seperator{display:none}.shdw{-webkit-box-shadow: var(--shadow);-moz-box-shadow: var(--shadow);box-shadow: var(--shadow)}.om.apv{border-left: solid 1px var(--trans2)}ul.hyperlinks{list-style: none;margin:0;padding:0;line-height: 20px;font-size: 0.8em}@media only screen and (max-width: 500px){.prompt{max-width: none;max-height: 800px}.prompt>.col{padding: 10px}}html[dark='1'].abtn.isDark::before{content:'Y'}.inner{max-width: 1200px;flex-basis: 1200px;flex-shrink: 1;margin: 0 auto;padding: 0 10px}.inner p{text-align: justify}.apv:not(:empty)+.listview{display:none}.imageSlider{display: block;position: fixed;margin: auto;top: 0;left: 0;right: 0;bottom: 0;z-index: 300;text-align: center;background-color: rgba(0,0,0,0.8)}.imageSlider>.cont{display: block;height: 100%}.imageSlider.aimage{object-fit: contain;width: 100%;height: 100%}.imageSlider.Image{display: block;height: 100%;vertical-align: middle}.imageSlider.Image>.img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;max-height: 100%;max-width: 100%;z-index: 1;border: solid 1px white}.imageSlider.Image>video.img{background: black}.imageSlider.sliderButton{display: inline-block;cursor: pointer;position: absolute;margin: auto;top: 0px}.imageSlider.sliderButton:not(:hover)>span{position: absolute;display: none}.imageSlider.sliderButton>span{display: inline-block;position: absolute;margin: auto;top: 0;line-height: 35px;height: 36px;width: 20px;font-size: 20px;opacity: 0.3;background-color: white;text-align: center}.imageSlider.sliderButton>span:hover{opacity: 0.6}.imageSlider.row.top{position: fixed;top: 0;left: 0;right: 0;background: rgba(0,0,0,0.5);text-align: center;z-index: 3;color: white;line-height:36px}.imageSlider.row.top button{margin-left: auto}.imageSlider.row.top.abt:hover{background-color: rgba(240,240,240,0.2);color: white}.imageSlider.prior{width: 50%;bottom: 0;left: 0;text-align: left}.imageSlider.prior>span{left: 0px;bottom: 0}.imageSlider.prior>span::after{content:"\276E"}.imageSlider.next{width: 50%;bottom: 0;right: 0;text-align: right}.imageSlider.next>span{right: 0px;bottom: 0}.imageSlider.next>span::after{content:"\276F"}.apv.msgbox.aco{outline:none;max-height:300px;min-height:30px;overflow-y: auto}.apv.msgbox.aco p{margin-block-start: 0.5em;margin-block-end: 0.5em}.apv.msgbox.aco:empty:not(:focus):after{content:attr(placeholder);color:rgb(140,140,140)}.msgbox{background-color:var(--trans1);padding: 0 10px}.msgbox.small{font-size: 0.8em}.msgbox.small>span{margin-right:20px}.msgbox.author{font-weight: bold}.message-list.msgbox{padding: 1px 100px 1px 10px}.message-list.msgbox{padding: 1px 10px 1px 100px}.msgbox>div{background-color: var(--bg);padding: 5px 10px;border-radius: 3px}.message-list{}.message-list>div{padding:0 !important;max-height:300px}.message-list.msgbox.me>div{margin-left: auto;background-color: rgba(160,160,240,0.1)}.message-list.date{font-size:0.8em;display: flex;align-items: center;text-align: center;margin: 5px 0}.message-list.date::before,.message-list.date::after{content:'';flex: 1;border-bottom: 1px solid var(--trans5)}.message-list.date::before{margin-right: 2em}.message-list.date::after{margin-left: 2em}.message-new{padding:10px}.message-list.msgbox>.row{margin-top: 5px;font-size: 9pt;padding-right: 30px}.message-list.msgbox:not(.isUser){margin-right: auto}.msgbox.isUser.author{display:none}.msgbox.newSender{margin-top:10px}.msgbox:not(.isUser).newSender{border-top-left-radius: 0}.msgbox.isUser.newSender{border-top-right-radius: 0}.msgbox.isUser.newSender::after{right:-11px;border-left:solid 5px var(--trans6);border-right: solid 5px transparent}.msgbox:not(:hover).del{display:none}.msgbox.del{position:absolute;top:0px;right:0px;z-index: 1}.msgbox.time{opacity: 0.7;text-align: right}.msgbox.author{margin-right: 20px}.msgbox p{display: block;margin-block-start: 0em;margin-block-end: 0em;margin-inline-start: 0px;margin-inline-end: 0px}.msgbox p:not(:first-child){margin-block-start: 1em}.msgbox p:not(:last-child){margin-block-end: 1em}.message-new.abtn::after{display: none}.NotificationPopup{position: fixed;padding: 0;margin: auto;right: -100%;bottom: 16px;width: 365px;height: 160px;list-style: none;font-size: 11pt;transition: all 0.5s}.NotificationPopup[show]{right: 16px}.NotificationPopup li{position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0;background: #333;color: #ccc;padding: 20px}.NotificationPopup header{color: white;font-weight: 400}.NotificationPopup img{width: 50px;height: 50px;margin-right: 16px}.NotificationPopup li>div{overflow: hidden}.NotificationPopup li:hover>div{overflow: auto}.dropdown:empty{display: none}.dropdown:not(:empty){z-index: 150;position: absolute;overflow: auto;max-height: 400px;min-width: 300px;top: 100%;background-color: inherit;color: inherit;border: solid 1px #CCC;-webkit-box-shadow: 0px 0px 10px 0px var(--trans5);-moz-box-shadow: 0px 0px 10px 0px var(--trans5);box-shadow: 0px 0px 10px 0px var(--trans5)}.dropdown>div{background-color: inherit;color: inherit;cursor: pointer;padding: 10px}.dropdown>div[selected]{background-color: var(--trans2)}.dropdown>div:hover{background-color: var(--trans1);cursor: pointer}.row.prop table{border-collapse: collapse}.row.prop table td{border: solid 1px var(--trans2);padding:1px 10px}.row.prop.aco.srcprop{opacity: 0.5}.row.prop.aco.ownprop{opacity: 1}.row.prop.aco[displayvalue]::after{content: attr(displayvalue)}.pricerow.currency.strikeThrough{opacity: 0.6}.pricerow.currency.price{color: green;font-size: 1.2em;margin-left:5px}.tagSalesDiscount{background-color: green;position: absolute;width: 200px;height: 40px;padding-top: 20px;top: -10px;left: -90px;transform: rotate(-45deg);color: white;text-align: center;z-index: 2}.tagAccountDiscount{background-color: orange;position: absolute;width: 160px;height: 20px;top: 20px;left: -50px;transform: rotate(-45deg);color: white;text-align: center;z-index: 1}.tagSalesDiscount::after{content:'%';font-size: 0.8em}.pricerow.currency::before{content:'\20AC\0020';font-size: 0.8em}.pricerow.price{text-align: right}.pricerow.price>:first-child{color: #d12c2a}.strikeThrough{text-decoration: line-through}.pricerow input.addbag{border: solid 1px #ccc;border-top-color: #999;border-left-color: #999;border-radius: 5px;outline: none;text-align: center;background: white;line-height: inherit;padding:0;margin-right:5px}.pricerow.bagAdd{border-radius: 5px;background: #FFC723;border: solid 1px #ccc;border-bottom-color: #999;border-right-color: #999}.pricerow.bagAdd:hover{background: #FFD775}.apv.row.header.pricerow{padding:10px;white-space: nowrap}.apv.row.header.pricerow.shopbag{font-size: 1.3em;line-height: 30px}.delivery{font-size: 0.8em}.delivery.onstock{color:green}.delivery.onstock::before{font-family: aliconnectIcon;content:'\f06c';margin:0 5px;display: inline-block}.delivery.notonstock{color:green}.payform{max-width:1200px;overflow: auto}.payform>.col.aco{padding:0 20px}.payform table tr>:first-child{width:100%}.payform table tr>:not(:first-child){text-align: right}#chat-room{position:fixed;margin:auto;top:0;right:0;bottom:0;left:0;z-index: 100}#videos{display: grid;grid-gap: 16px;width: 100%;grid-template-columns: 1fr 3fr}#self-view{grid-column: 1;background-color: black}#remote-view{grid-column: 2;background-color: black;height:150px}#supportchat{display:inline-block;position:fixed;margin: auto;bottom:50px;right:50px;width:200px}#supportchat>div{position: absolute;margin: auto;bottom: 0;color: white;background: orange;border-radius: 10px;padding: 10px}.tabControl{margin: 20px 0}.tabControl>ul{margin: 0;padding: 0;list-style: none}.tabControl>ul>li{border: solid 1px var(--trans4);padding: 10px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px}.tabControl>ul>li:not([selected]){display: none}.tabControl nav{background-color: inherit;z-index:1}.tabControl nav>span{transition: all 0.5s;padding: 0 10px;cursor: pointer;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top: solid 1px var(--trans4);border-right: solid 1px var(--trans4);display: inline-block;line-height: 30px}.tabControl nav>span:first-child{border-left: solid 1px var(--trans4)}.tabControl nav>span[selected]{margin-bottom: -1px;background-color: inherit;border-bottom-color: transparent}.tabControl nav>span:not([selected]){margin-bottom: -1px;background-color: var(--trans2);border-bottom-color: #eee}.tabControl nav>span:not([selected]):hover{background-color: var(--trans1)}.om.gui.global,.om.gui.detail,.om.gui{height:100%;width:100%}.gui.object{position: absolute;display: inline-block;top: 50%;left: 50%;height:0;width:0}ul.table{display: table;list-style: none;padding: 0;border-collapse: collapse}ul.table>li{display: table-row}ul.table>li>*{display: table-cell;border: solid 1px var(--trans2);padding: 0 3px}ul.table>li>label{font-size:0.9em;opacity: 0.8}.pagefooter{background-color:var(--trans1);font-size:0.8em;padding: 5px 0}.pagefooter a{color: inherit;opacity: 0.8;text-decoration: inherit}.pagefooter a:hover{text-decoration: underline;opacity: 1}.justify{text-align: justify}.lds-roller{display: inline-block;position: absolute;width: 80px;height: 80px;margin:auto;top:0;right:0;bottom:0;left:0}body:not([busy]).lds-roller,body[busy='0'].lds-roller{display:none}.lds-roller div{animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px}.lds-roller div:after{content:" ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: var(--trans5);margin: -4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay: -0.036s}.lds-roller div:nth-child(1):after{top: 63px;left: 63px}.lds-roller div:nth-child(2){animation-delay: -0.072s}.lds-roller div:nth-child(2):after{top: 68px;left: 56px}.lds-roller div:nth-child(3){animation-delay: -0.108s}.lds-roller div:nth-child(3):after{top: 71px;left: 48px}.lds-roller div:nth-child(4){animation-delay: -0.144s}.lds-roller div:nth-child(4):after{top: 72px;left: 40px}.lds-roller div:nth-child(5){animation-delay: -0.18s}.lds-roller div:nth-child(5):after{top: 71px;left: 32px}.lds-roller div:nth-child(6){animation-delay: -0.216s}.lds-roller div:nth-child(6):after{top: 68px;left: 24px}.lds-roller div:nth-child(7){animation-delay: -0.252s}.lds-roller div:nth-child(7):after{top: 63px;left: 17px}.lds-roller div:nth-child(8){animation-delay: -0.288s}.lds-roller div:nth-child(8):after{top: 56px;left: 12px}@keyframes lds-roller{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}.row.btns.abtn.qrscan::after{font-family:'AliconnectIcon';content:'\f407'}.hide_input{padding:0;border:none;font-size:0}.openheader{display:block;line-height: 30px;font-size:1.2em;outline: none;text-decoration: none;border-bottom: solid 1px transparent}.openheader{color: inherit}.openheader:hover{text-decoration: inherit !important}.openheader:hover::before,.openheader:focus::before{font-weight: bold}.openheader:focus::before{color: blue}.row.wrap{flex-wrap: wrap}.row.wrap>*{}.row.input[class$="City"],.row.input[class$="Country"],.row.input[class$="Street"]{flex: 1 1 auto;-webkit-flex: 1 1 auto}*+.row.steps{margin-top:50px}.row.top.textedit{position:fixed;right:0;top: 48px;z-index:100;background-color: inherit}.under_construction{position: fixed;margin:auto;background:red;top:0;right:0;left:0;padding:20px;color: yellow;font-size: 2em}.sharecam{overflow: hidden;border: solid 1px #ccc}.sharecam.caminfo{background-color: black;color: white}.sharecam.btnbar{position: absolute;margin:auto;top: 10px;right: 10px}.sharecam.btnbar button{display: block;width: 30px;height: 30px;background-color: white;border: solid 1px gray;margin-bottom:10px}.infopopup{background: white;position: absolute;top: 100px;left: 50px;right: 50px;bottom: 50px;color: black;z-index: 100;overflow: auto;padding: 10px}.infopopup:empty{position: absolute;display: none}.procstate:not(:empty){position: fixed;left:0;bottom:0;margin: auto;background: #ddd;color: black;border-top-right-radius: 5px;padding: 0 5px;line-height: 22px;font-size: 0.7em}.statusbar{line-height: 22px;height: 22px;white-space: nowrap;overflow: hidden;background-color: var(--trans05);color: var(--trans7)}.statusbar.main{font-size: 0.8em;padding: 0}.statusbar.main>span{display: block;width: 100%;position: absolute;background: var(--bg);padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.main>span::before{content:'';position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;background-color: var(--trans05)}.statusbar>span{flex-basis: 26px;padding: 0 5px}.statusbar>span:not(:first-child){border-left: solid 1px var(--trans1)}.statusbar>span::before{font-family:'AliconnectIcon'}.statusbar>span::after{font-size: 0.8em;content: attr(context)}.statusbar>.clipboard:after{display: inline-block;text-transform: uppercase;width: 100px;content: attr(type)':'attr(context)}.statusbar>.source:after{display: inline-block;text-transform: uppercase;width: 100px}.statusbar>.target:after{display: inline-block;text-transform: uppercase;width: 100px}.statusbar>.http>span{display: inline-block;vertical-align: top;height: 100%}.statusbar>.http::after{}.statusbar>.http[context]:not([context=''])::before{display:inline-block;content:'\f172'}.statusbar>.aliconnector{}.statusbar>.aliconnector:before{transition: all 500ms;content:''}.statusbar>.aliconnector[context='online']:before{content:'\f173'}.statusbar>.aliconnector[context='offline']:before{content:'\f172';color: red}.statusbar>.aliconnector:after{content:''}.statusbar>.ws[context]:after{content:''}@keyframes pulse{0%{opacity: 1}50%{opacity: 0.2}100%{opacity: 1}}.statusbar>.ws[context]:before{content:'\f172'}.statusbar>.ws[context='CONNECTING']:before{animation: pulse 1s infinite;content:'\f172';color: orange}.statusbar>.ws[context='OPEN']:before{content:'\f173';color: orange}.statusbar>.ws[context='ERROR']:before{content:'\f173';color: red}.statusbar>.ws[context='DISCONNECTED']:before{animation: pulse 1s infinite;content:'\f172';color: red}.statusbar>.ws[context='CONNECTED']:before{content:'\f173';color: orange}.statusbar>.ws[context='AUTHORIZED']:before{content:'\f173'}.statusbar>.ws[context='UNAUTHORIZED']:before{content:'\f173';color: red}.statusbar>.ws[context='ACTIVE']:before{content:'\f173';color: lightblue}.statusbar progress{text-align: right;display: block;position: absolute;z-index: 1;width: 100%;height: 100%;background-color: transparent;color: inherit;transition: all 500ms}.statusbar progress:not([value]){display: none}.statusbar progress[context]{-webkit-appearance: none;appearance: none;width:100%;height:100%}.statusbar progress::-webkit-progress-bar{background: transparent}.statusbar progress[value]::-webkit-progress-value{}.statusbar progress::-webkit-progress-value{background: transparent;box-shadow: inset -20px 0px 20px -5px var(--trans3)}.statusbar progress::after{position: absolute;margin:auto;top:0;right:0;height: inherit;text: inherit;padding: inherit;content:'Uploading ('attr(proc)'%)';color: inherit;padding: 0 5px}.prompt{-webkit-box-shadow: var(--shadow);-moz-box-shadow: var(--shadow);box-shadow: var(--shadow);z-index: 2}.om.prompt{position: fixed;margin: auto;top: var(--topbar-height);bottom: var(--footer-height);right: 0;width: -webkit-fill-available;max-width: 400px;overflow: hidden;background-color: inherit}.prompt:not([open]){right: -400px;max-width: 0}.prompt>.col{position: absolute;display: inline-flex;margin: auto;top: 0;right: -500px;left: auto;transition: all 300ms ease;width: -webkit-fill-available;overflow: scroll;visibility: hidden}.prompt>.col.msg{font-size: 0.8em}.prompt>.col[pos='l']{right: 500px}.prompt>.col[pos='m']{right: 0;opacity: 1;visibility: visible}.prompt h1{font-family:"Segoe UI Light","Segoe WP", sans-serif, Tahoma, Arial;font-size: 16pt}.prompt p{margin-block-start:.5em;margin-block-end:.5em}.prompt ul.hyperlinks li{margin: 10px 0}.prompt #canvas{position: fixed;margin: auto;top: 0;bottom: 0;left: 0;right: 0}.prompt #status{position: absolute;bottom: 100px}.prompt #formMessages{z-index: 20}.prompt.abtn.back{border-radius: 50px;width: 24px;height: 24px;line-height: 24px;text-align: center;padding: 0;margin-right: 5px;display: inline-block;font-size: 0.8em;vertical-align: middle}.prompt.row.btns{margin-top:auto}.prompt.col.login_password.row.accountname{display: none}.prompt.col.login_password.backto{position: absolute;top:70px}.alert-error{color:red}.prompt.menu{line-height: 30px}.responsepanel:not(:empty){position: fixed;background-color: rgba(0,0,0,0.1);border: solid 1px #ccc;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 1}.responsepanel > div{position: absolute;max-width: 1100px;padding: 20px;margin: auto;top: 50px;bottom: 50px;left: 50px;right: 50px;background-color: white;border: solid 1px #ccc;max-height: 100%;border-radius: 5px;-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3)}.responsepanel > div > div{padding: 10px}.apv details[open]>div:first-of-type{padding-top: 5px}.apv details[open]>div:last-of-type{padding-bottom: 5px}.apv details.prop{line-height: 1.4em}.apv details>summary{list-style: none;cursor: pointer;outline: none;padding: 0 10px;background-color: var(--trans1);border-bottom: solid 1px var(--trans2);line-height: 24px}.atv details>summary{list-style-type: none}.apv details>summary{list-style-type: none;position: sticky;top: 0}.apv details>summary:before{font-family: aliconnectIcon;content:"\f01f";display: inline-block;margin-right:5px}.apv details[open]>summary:before{transform: rotate(90deg)}.apv details>summary:focus{border-color: var(--blue)}.apv details>:not(summary){padding: 0 10px}.abtn{font: inherit;line-height: inherit;box-sizing: content-box;flex-shrink: 0;color: inherit;border: none;background: transparent no-repeat center center none;white-space: nowrap;border-radius: 0;outline: none;text-align: left;cursor: pointer;padding: 0;padding: 0 5px;direction: ltr}.abtn::before{font-family:'AliconnectIcon';display: inline-block;line-height: inherit;height: 100%;text-align: center;font-style: normal;min-height:26px;min-width: 36px;min-width: 26px;vertical-align: top;white-space: nowrap;direction: ltr}.abtn::before,.icn::before{color: inherit;font-family:'AliconnectIcon'}.menu.abtn{line-height: 40px}.menu.abtn::before{content:''}.abtn::after{line-height: inherit;display:inline-block}.abtn[label]::before,.abtn[caption]::before{padding-right: 0 !important}.abtn[label]::after{content: attr(label)}.abtn:hover{background-color:var(--trans5);opacity: 1}.abtn[checked=true],.abtn[checked='1']{background-color:var(--trans3);opacity: 1}.abtn:disabled{opacity: 0.3;background-color:var(--trans1)}.abtn[scope='public']:hover::before,.abtn[scope='private']::before{content:'\F0A4'}.abtn[scope='private']:hover::before,.abtn[scope='public']::before{content:'\F0A3'}.abtn[scope='read']::before{content:'\F0A2'}.abtn>img{position:absolute;height:100%;left:0}.abtn ul{list-style: none;padding: 0}.abtn>ul{position:absolute;margin:0;background: var(--bg);color: var(--fg);border: solid 1px var(--trans2);-webkit-box-shadow: 0px 0px 10px 0px var(--trans3);-moz-box-shadow: 0px 0px 10px 0px var(--trans3);box-shadow: 0px 0px 10px 0px var(--trans3);overflow-y: auto;min-width:200px;line-height: 36px;;z-index: 500}.abtn:not(:hover)>ul{display: none}.abtn.split{border-left: solid 1px var(--trans3)}.abtn.menu{position: unset}.abtn.menu>ul{margin: auto;left: 0;right: 0;background-color: var(--bg);color: var(--fg);min-height: 300px}.abtn.menu>ul>li{position: unset}.abtn.menu>ul>li>a{white-space: nowrap;width: 150px;display:inline-block;border-right: solid 1px var(--trans2);border-bottom: solid 1px var(--trans2);background-color: var(--trans1)}.abtn.menu>ul>li:hover>a{background-color: inherit;border-right-color: transparent}.abtn.menu>ul>li>ul{position: absolute;margin: auto;top: 0;bottom: 0;left: 150px;right: 0;padding: 0 20px;column-gap: 40px;column-width: 300px}.abtn.menu>ul>li:not(:hover)>ul{display: none}.abtn.menu>ul>li>ul a{overflow: hidden;display: block;text-overflow: ellipsis}.abtn.menu>ul>li>ul a:hover{text-decoration: underline}.abtn.menu>ul>li>ul>li{position: unset;break-inside: avoid-column;-webkit-column-break-inside: avoid}.abtn.menu>ul>li>ul>li>a{font-weight: bold}.abtn.menu>ul>li>ul>li>ul{line-height: 20px}.abtn.menu>ul>li>ul>li>ul>li{}.abtn.menu>ul>li>ul>li>ul>li>a{}.abtn.close{z-index: 10}.abtn.close::before{font-size: 12px}.abtn.close.abs{position: absolute;top: 0;right: 0;line-height: 36px;padding: 0 15px}.abtn.close:hover{background: #E81123;color: white;z-index: 100}.abtn.close.abs:active,.abtn.close.abs:focus{border: solid 1px blue}.abtn.fav:not([checked='1']):hover:before,.abtn.fav[checked='1']:before{content:'\F001'}.abtn.del:hover:before{color:red;font-weight: bold}:not(.row.top)>.abtn[caption]::after{content: attr(caption)}.abtn.account>i.userstate{display: inline-block;position:absolute;top:25%;left:25%;min-width:10px;min-height:10px;width:12px;height:12px;border-radius: 20px;border: solid 2px white}.abtn.account[userstate='available']>i.userstate{background-color: green}.abtn.account[userstate='busy']>i.userstate{background-color: orange}.abtn.account[userstate='donotdisturb']>i.userstate{background-color: red}.abtn.account[userstate='urgentonly']>i.userstate{background-color: orange}.abtn.account[userstate='appear_away']>i.userstate{background-color: yellow;border-color: orange}.abtn.account[userstate='inactive']>i.userstate{background-color: green;border-color: orange}.abtn.account[userstate='busy_inactive']>i.userstate{background: yellow;border-color: red}.abtn.account[userstate='blocked']>i.userstate{background-color: white;border-color: red}.abtn.account[userstate='offline']>i.userstate{background-color: #ffe5b4}.abtn.account[userstate='unknown']>i.userstate{background-color: white}.abtn[cnt]:not([cnt='0'])::after{font-family:"Segoe UI", sans-serif, Tahoma, Arial;content: attr(cnt);position: absolute;font-size: 8pt;display: inline-block;border: solid 1px white;border-radius: 10px;width: 18px;height: 18px;margin: auto;right: 0;bottom: 5px;color: white;white-space: nowrap;text-align: center;line-height: 16px;background-color: rgba(128,128,128,0.8);padding: 0}.abtn.pin::before{content:'\f09f'}body:not([tv]).abtn.pin::before{content:'\f0a1'}.abtn.folder::before,.icn.folder::before{content:'\f0d9'}.abtn.folderadd::before,.icn.folderadd::before{content:'\f0dc'}.abtn.folderrefresh::before,.icn.folderrefresh::before{content:'\f0de'}.abtn.folderupload::before,.icn.folderupload::before{content:'\f0da'}.abtn.folderimport::before,.icn.folderimport::before{content:'\f0db'}.abtn.camera::before,.icn.camera::before{content:'\f100'}.abtn.switchcamera::before,.icn.switchcamera::before{content:'\f102'}.abtn.msg::before,.icn.msg::before{content:'\f08e'}.abtn.aliconnect::before,.icn.aliconnect::before{content:'\f000'}.abtn.menu::before,.icn.menu::before{content:'\f05c'}.abtn.tools::before,.icn.tools::before{content:'\f01a'}.abtn.config::before,.icn.config::before{content:'\f019'}.abtn.help::before,.icn.help::before{content:'\f02e'}.abtn.print::before,.icn.print::before{content:'\f0ad'}.abtn.printmenu::before,.icn.printmenu::before{content:'\f11f'}.abtn.printdoc::before,.icn.printdoc::before{content:'\f11f'}.abtn.login::before,.icn.login::before{content:'\f25b'}.abtn.logout::before,.icn.logout::before{content:'\f25c'}.abtn.network::before,.icn.network::before{content:'\f1cf'}.abtn.undo::before,.icn.undo::before{content:'\f023'}.abtn.redo::before,.icn.redo::before{content:'\f024'}.abtn.cut::before,.icn.cut::before{content:'\f00f'}.abtn.copy::before,.icn.copy::before{content:'\f00e'}.abtn.paste::before,.icn.paste::before{content:'\f011'}.abtn.clean::before,.icn.clean::before{content:'\f162'}.abtn.bold::before,.icn.bold::before{content:'\f030'}.abtn.italic::before,.icn.italic::before{content:'\f031'}.abtn.underline::before,.icn.underline::before{content:'\f02f'}.abtn.strikeThrough::before,.icn.strikeThrough::before{content:'\f236'}.abtn.fontsize::before,.icn.fontsize::before{content:'\f1db'}.abtn.fontname::before,.icn.fontname::before{content:'\f4b1'}.abtn.switchMode::before,.icn.switchMode::before{content:'\f545'}.abtn.removeFormat::before,.icn.removeFormat::before{content:'\f037'}.abtn.insertorderedlist::before,.icn.insertorderedlist::before{content:'\f0ff'}.abtn.insertunorderedlist::before,.icn.insertunorderedlist::before{content:'\f066'}.abtn.justifyleft::before,.icn.justifyleft::before{content:'\f06b'}.abtn.justifycenter::before,.icn.justifycenter::before{content:'\f06a'}.abtn.justifyright::before,.icn.justifyright::before{content:'\f069'}.abtn.justifyfull::before,.icn.justifyfull::before{content:'\f4f2'}.abtn.indent::before,.icn.indent::before{content:'\f062'}.abtn.outdent::before,.icn.outdent::before{content:'\f061'}.abtn.superscript::before,.icn.superscript::before{content:'\f238'}.abtn.subscript::before,.icn.subscript::before{content:'\f239'}.abtn.blockquote::before,.icn.blockquote::before{content:'\f4a4'}.abtn.code::before,.icn.code::before{content:'\f237'}.abtn.hyperlink::before,.icn.hyperlink::before{content:'\f015'}.abtn.unlink::before,.icn.unlink::before{content:'\f22b'}.abtn.forecolor::before,.icn.forecolor::before{content:'\f036'}.abtn.backcolor::before,.icn.backcolor::before{content:'\f15f'}.abtn.view::before,.icn.view::before{content:'\f0d4'}.abtn.dark::before,.icn.dark::before{content:'\f333'}.abtn.history::before,.icn.history::before{content:'\f07b'}.abtn.pin::before,.icn.pin::before{content:'\f09f'}.abtn.unpin::before,.icn.unpin::before{content:'\f0a1'}.abtn.slide::before,.icn.slide::before{content:'\f1ab'}.abtn.cols::before,.icn.cols::before{content:'\f0c8'}.abtn.grid::before,.icn.grid::before{content:'\f0c8'}.abtn.rows::before,.icn.rows::before{content:'\f05e'}.abtn.table::before,.icn.table::before{content:'\f06b'}.abtn.ganth::before,.icn.ganth::before{content:'\f39d'}.abtn.chart::before,.icn.chart::before{content:'\f226'}.abtn.model::before,.icn.model::before{content:'\f1cf'}.abtn.maps::before,.icn.maps::before{content:'\f093'}.abtn.model3d::before,.icn.model3d::before{content:'\f0fe'}.abtn.model2d::before,.icn.model2d::before{content:'\f0fd'}.abtn.show3d::before,.icn.show3d::before{content:'\f0fe'}.abtn.search::before,.icn.search::before{content:'\f018'}.abtn.filter::before,.icn.filter::before{content:'\f012'}.abtn.refresh::before,.icn.refresh::before{content:'\f082'}.abtn.sort::before,.icn.sort::before{content:'\f322'}.abtn.sorta::before,.icn.sorta::before{content:'\f333'}.abtn.add::before,.icn.add::before{content:'\f025'}.abtn.data::before,.icn.data::before{content:'\f123'}.abtn.datareadonly::before,.icn.datareadonly::before{content:'\f124'}.abtn.dataprivate::before,.icn.dataprivate::before{content:'\f125'}.abtn.checked::before,.icn.checked::before{content:'\f06c'}.abtn.box::before,.icn.box::before{content:'\f071'}.abtn.boxchecked::before,.icn.boxchecked::before{content:'\f06f'}.abtn.image::before,.icn.image::before{content:'\f014'}.abtn.attach::before,.icn.attach::before{content:'\f013'}.abtn.hyperlink::before,.icn.hyperlink::before{content:'\f015'}.abtn.link::before,.icn.link::before{content:'\f015'}.abtn.attribute::before,.icn.attribute::before{content:'\f0fa'}.abtn.device::before,.icn.device::before{content:'\f173'}.abtn.close::before,.icn.close::before{content:'\f021'}.abtn.popout::before,.icn.popout::before{content:'\f152'}.abtn.popin::before,.icn.popin::before{content:'\f151'}.abtn.public::before,.icn.public::before{content:'\f108'}.abtn.trash::before,.icn.trash::before{content:'\f233'}.abtn.share::before,.icn.share::before{content:'\f12b'}.abtn.save::before,.icn.save::before{content:'\f00c'}.abtn.fdit::before,.icn.fdit::before{content:'\f00b'}.abtn.fditfile::before,.icn.fditfile::before{content:'\f00b'}.abtn.del::before,.icn.del::before{content:'\f00d'}.abtn.fav::before,.icn.fav::before{content:'\f002'}.abtn.favchecked::before,.icn.favchecked::before{content:'\f001'}.abtn.mail::before,.icn.mail::before{content:'\f0b4'}.abtn.mail_read::before,.icn.mail_read::before{content:'\f0b5'}.abtn.mail_forward::before,.icn.mail_forward::before{content:'\f0b6'}.abtn.mail_reply::before,.icn.mail_reply::before{content:'\f0b7'}.abtn.mail_replyall::before,.icn.mail_replyall::before{content:'\f0b8'}.abtn.mailimport::before,.icn.mailimport::before{content:'\f27f'}.abtn.send::before,.icn.send::before{content:'\f08b'}.abtn.sendchecked::before,.icn.sendchecked::before{content:'\f08c'}.abtn.sendhover::before,.icn.sendhover::before{content:'\f08c'}.abtn.clone::before,.icn.clone::before{content:'\f14d'}.abtn.revert::before,.icn.revert::before{content:'\f14d'}.abtn.showInherited::before,.icn.showInherited::before{content:'\f14a'}.abtn.derived::before,.icn.derived::before{content:'\f14c'}.abtn.typical::before,.icn.typical::before{content:'\f153'}.abtn.class::before,.icn.class::before{content:'\f153'}.abtn.source::before,.icn.source::before{content:'\f14b'}.abtn.inherit::before,.icn.inherit::before{content:'\f14c'}.abtn.up::before,.icn.up::before{content:'\f01c'}.abtn.down::before,.icn.down::before{content:'\f01d'}.abtn.arrowLeft::before,.icn.arrowLeft::before{content:'\f03f'}.abtn.arrowRight::before,.icn.arrowRight::before{content:'\f040'}.abtn.back::before,.icn.back::before{content:'\f01e'}.abtn.previous::before,.icn.previous::before{content:'\f01e'}.abtn.prior::before,.icn.prior::before{content:'\f01e'}.abtn.next::before,.icn.next::before{content:'\f01f'}.abtn.task::before,.icn.task::before{content:'\f010'}.abtn.taskboard::before,.icn.taskboard::before{content:'\f011'}.abtn.flag::before,.icn.flag::before{content:'\f095'}.abtn.flagcheck::before,.icn.flagcheck::before{content:'\f095'}.abtn.calendar::before,.icn.calendar::before{content:'\f0e4'}.abtn.today::before,.icn.today::before{content:'\f0e5'}.abtn.day::before,.icn.day::before{content:'\f0e6'}.abtn.week::before,.icn.week::before{content:'\f0e2'}.abtn.workweek::before,.icn.workweek::before{content:'\f0e7'}.abtn.month::before,.icn.month::before{content:'\f0e4'}.abtn.clock::before,.icn.clock::before{content:'\f13b'}.abtn.clockfinsih::before,.icn.clockfinsih::before{content:'\f13c'}.abtn.done::before,.icn.done::before{content:'\f140'}.abtn.onoff::before,.icn.onoff::before{content:'\f13b'}.abtn.overdue::before,.icn.overdue::before{content:'\f13e'}.abtn.start::before,.icn.start::before{content:'\f017'}.abtn.blockContact::before,.icn.blockContact::before{content:'\f0ef'}.abtn.permissions::before,.icn.permissions::before{content:'\f0a4'}.abtn.private::before,.icn.private::before{content:'\F38F'}.abtn.lock::before,.icn.lock::before{content:'\f0a2'}.abtn.unlock::before,.icn.unlock::before{content:'\f0a3'}.abtn.www::before,.icn.www::before{content:'\f12c'}.abtn.website::before,.icn.website::before{content:'\f12c'}.abtn.webpage::before,.icn.webpage::before{content:'\f12c'}.abtn.shop::before,.icn.shop::before{content:'\f0b0'}.abtn.bagAdd::before,.icn.bagAdd::before{content:'\f0b1'}.abtn.shopbag::before,.icn.shopbag::before{content:'\f0b3'}.abtn.po::before,.icn.po::before{content:'\f0b3'}.abtn.kassa::before,.icn.kassa::before{content:'\f0ae'}.abtn.scanner::before,.icn.scanner::before{content:'\f0b2'}.abtn.invoice::before,.icn.invoice::before{content:'\f0af'}.abtn.edit::before,.icn.edit::before{content:'\f00b'}.abtn.phone::before,.icn.phone::before{content:'\f112'}.abtn.mobile::before,.icn.mobile::before{content:'\f112'}.abtn.alert::before,.icn.alert::before{content:'\f10c'}.abtn.form::before,.icn.form::before{content:'\f0fa'}.abtn.input::before,.icn.input::before{content:'\f0fa'}.abtn.contact::before,.icn.contact::before{content:'\f0f1'}.abtn.contactadd::before,.icn.contactadd::before{content:'\f0f0'}.abtn.contactblock::before,.icn.contactblock::before{content:'\f0ef'}.abtn.contactstop::before,.icn.contactstop::before{content:'\f0ee'}.abtn.contactcard::before,.icn.contactcard::before{content:'\f0ec'}.abtn.contactmessage::before,.icn.contactmessage::before{content:'\f0f3'}.abtn.company::before,.icn.company::before{content:'\f0eb'}.abtn.organisation::before,.icn.organisation::before{content:'\f0eb'}.abtn.group::before,.icn.group::before{content:'\f0eb'}.abtn.helpPage::before,.icn.helpPage::before{content:'\f02e'}.abtn.contactsync::before,.icn.contactsync::before{content:'\f0e6'}.abtn.download::before,.icn.download::before{content:'\f048'}.abtn.upload::before,.icn.upload::before{content:'\f049'}.abtn.document::before,.icn.document::before{content:'\f11e'}.abtn.doc::before,.icn.doc::before{content:'\f11e'}.abtn.pdf::before,.icn.pdf::before{content:'\f122'}.abtn.msword::before,.icn.msword::before{content:'\f248'}.abtn.xls::before,.icn.xls::before{content:'\f245'}.abtn.toexcel::before,.icn.toexcel::before{content:'\f245'}.abtn.file_txt::before,.icn.file_txt::before{content:'\f22c'}.abtn.file_pdf::before,.icn.file_pdf::before{content:'\f122'}.abtn.file_zip::before,.icn.file_zip::before{content:'\f22d'}.abtn.file_doc::before,.icn.file_doc::before{content:'\f248'}.abtn.file_docx::before,.icn.file_docx::before{content:'\f248'}.abtn.file_xls::before,.icn.file_xls::before{content:'\f245'}.abtn.file_xlsx::before,.icn.file_xlsx::before{content:'\f245'}.abtn.file_ppt::before,.icn.file_ppt::before{content:'\f247'}.abtn.file_pptx::before,.icn.file_pptx::before{content:'\f247'}.abtn.file_vsd::before,.icn.file_vsd::before{content:'\f24a'}.abtn.file_vsdx::before,.icn.file_vsdx::before{content:'\f24a'}.abtn.account::before,.icn.account::before{content:'\f0ea'}.abtn.map::before,.icn.map::before{content:'\f0d9'}.abtn.location::before,.icn.location::before{content:'\f12d'}.abtn.site::before,.icn.site::before{content:'\f0f8'}.abtn.asset::before,.icn.asset::before{content:'\f0c4'}.abtn.system::before,.icn.system::before{content:'\f0cb'}.abtn.product::before,.icn.product::before{content:'\f0c4'}.abtn.books::before,.icn.books::before{content:'\f0d5'}.abtn.controller::before,.icn.controller::before{content:'\f1cd'}.abtn.iointerface::before,.icn.iointerface::before{content:'\f1ce'}.abtn.iomodule::before,.icn.iomodule::before{content:'\f1b2'}.abtn.io::before,.icn.io::before{content:'\f29e'}.abtn.controlio::before,.icn.controlio::before{content:'\f29e'}.abtn.controlinput::before,.icn.controlinput::before{content:'\f29a'}.abtn.controloutput::before,.icn.controloutput::before{content:'\f29b'}.abtn.signal::before,.icn.signal::before{content:'\f29d'}.abtn.softwarefunction::before,.icn.softwarefunction::before{content:'\f10e'}.abtn.freedraw::before,.icn.freedraw::before{content:'\f2d5'}.abtn.plm::before,.icn.plm::before{content:'\f0c6'}.abtn.se::before,.icn.se::before{content:'\f0c6'}.abtn.crm::before,.icn.crm::before{content:'\f0ec'}.abtn.qrscan::before,.icn.qrscan::before{content:'\f100'}.abtn.select::before,.icn.select::before{content:'\f52c'}.icn{font-style: normal}.icn.flag[flag]::before{content:'';color:red}.icn.flag[flag='overdate']::before{content:'\f10b';opacity: 1;color:red}.icn.flag[flag='overdate']::after{content: none}.icn.flag[flag='today']::before{content:'\f095';opacity: 1}.icn.flag[flag='tomorrow']::before{content:'\f095';opacity:.8}.icn.flag[flag='thisweek']::before{content:'\f095';opacity:.6}.icn.flag[flag='nextweek']::before{content:'\f095';opacity:.4}.icn.flag[flag='2weeks']::before{content:'\f094';opacity: 1}.icn.flag[flag='3weeks']::before{content:'\f094';opacity:.8}.icn.flag[flag='4weeks']::before{content:'\f094';opacity:.6}.icn.flag[flag='done']::after{display: none}.icn.flag[flag='done']::before{content:'\f022';color: lawngreen;opacity: 1}.icn.Folder:before{color: gray}.icn.Contact:before{content:'\f0f1'}.icn.Enterprise:before{content:'\f329'}.icn.Site:before{content:'\f32a'}.icn.Area:before{content:'\f32b'}.icn.ProcessCell:before{content:'\f3a4'}.icn.Unit:before{content:'\f32c'}.icn.EquipmentModule:before{content:'\f32d'}.icn.ControlModule:before{content:'\f32e'}.icn.System:before{content:'\f0cb'}.icn.Webpage::before{content:'\f12c'}.icn.Device:before{content:'\f173'}.icn.Control:before{content:'\f0c4';color:rgb(255,153,0)}.icn.ControlIO:before{content:'\f29e'}.icn.Attribute:before{content:'\f0fa'}.icn[src]:before{content:'\f3bc'}.popup:not(:empty){z-index: 1150;position: fixed;background-color: inherit;background-color: white;color: inherit;border: solid 1px var(--trans2);-webkit-box-shadow: 0px 0px 10px 0px var(--trans3);-moz-box-shadow: 0px 0px 10px 0px var(--trans3);box-shadow: 0px 0px 10px 0px var(--trans3);overflow-y: auto}.popup:empty{position: absolute;display: none;position: absolute}.popup.abtn{line-height: 36px;min-width: 186px}.popup.abtn>.aco{}.popup.abtn::before{}.popup.abtn[focus]{}.popup.abtn[hotkey]::after{content: attr(hotkey);margin-left: auto;font-size: 0.8em}.popup.abtn::before{min-width: 26px;content:''}@media (max-width: 400px){.mc-menu{display:none}body>.main>.atv{width:100% !important;max-width:100% !important;position: absolute;z-index: 30;margin:auto;top:0;bottom:0;left: -100%;background-color: var(--bg)}body>.main>.listview{z-index: 10}body>.main>.apv{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;z-index: 20}body>.main>.apv:empty{display:none}}.cookieWarning{position: fixed;background: yellow;margin: auto;bottom: 0;left: 0;right:0;padding: 10px}.code-editor{font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;max-height: 50vh;min-height: 30px;overflow: auto;padding:0 0 0 30px;border:solid 1px #ccc}.code-editor>div{white-space: pre}.code-editor>div:before{position: absolute;left:-20px;color: var(--trans8);cursor: pointer;display: inline-block}.code-editor>div[open]:before{content:'>';cursor: pointer}.code-editor>div[selected]::after{content:'';position: absolute;margin: auto;z-index: -1;top:0;bottom:0;left:0;right:0;display: inline-block;background-color: var(--trans1)}.code-editor>div[open='1']:before{transform: rotate(90deg)}.code-editor:not([showall])>div[hide]{opacity:0;height:0}.section_main>.col.abs>.row.doc.aco{margin:auto}.section_main>.col.abs>.row.doc.aco.doc-content{max-width:17cm;width:100%}.listview:empty{display: none}#doc>:not(:last-child){display: none}#doc:empty{display: none}#doc.aco.col{max-width:700px}#doc{display: flex;flex: 1 0 auto;flex-flow: row nowrap}element.style{background: #aaa}.mc-menu{align-self: flex-start;display: block;flex: 0 0 240px;max-height: calc(100vh - 90px);overflow-y: auto;position: sticky;top: 90px}.mc-menu.left{margin-left: auto}.mc-menu.right{margin-right: auto}.stickybar{align-self: flex-start;left: 0;right:0;margin:auto;width: 100%;position: sticky;background:red;top: var(--topbar-height);z-index: 2}html{--topbar-height: 48px;--footer-height: 20px}body{display: flex;flex-direction: column;min-height: 100vh;text-rendering: optimizeLegibility}#navtop{display: flex;flex-direction: row;position: fixed;margin: auto;left: 0;right: 0;top: 0;height: var(--topbar-height);z-index: 3}#section_main{background-color: inherit;flex-wrap: nowrap;min-height: calc(100vh - var(--topbar-height) - var(--footer-height));padding-top: var(--topbar-height);display: flex;flex-direction: row}section.atv, section.listview, section.apv{position: sticky;display: flex;flex: 1 0 auto;flex-direction: column;height: calc(100vh - var(--topbar-height) - var(--footer-height));top: var(--topbar-height)}section.atv{flex-basis: 240px}section.listview{flex-direction: row}section.apv{width: -webkit-fill-available}section.listview:empty, section.apv:empty{display: none}footer.statusbar{position: fixed;margin: auto;left: 0;right: 0;bottom: 0;height: var(--footer-height);z-index: 3}#doc>div{width: -webkit-fill-available}#doc, #doc.col.doc, #doc.row.aco, #doc nav.row, #doc.aco.col{background-color: inherit;z-index: 1}#doc nav.row.row.next{margin-left: auto}#doc h1, #doc h2, #doc h3{position: sticky;top: var(--topbar-height);background-color: inherit;z-index: 1}section.listview:not(:empty)+#doc{display: none}body>.message.error{position: fixed;bottom: 0;left: 0;right: 0;background-color: red;color: white;z-index:500;cursor: pointer;font-size: 0.8em;text-align: center;padding: 5px}