@aliconnect/sdk
Version:
Aliconnect AIM
1 lines • 78.4 kB
CSS
*{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' >✕</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' >✓</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' >F512;</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' >⚿</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' >蜄</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