
/* 1.10.4 – photorealistic workshop skin */
.az-editor-page .az-workbench{
  background:#b77c47 url("/assets/img/azubi-real/wood-board.jpg") center/cover no-repeat!important;
  border:8px solid #8b633f!important;
  box-shadow:inset 0 0 28px rgba(55,30,10,.28),0 3px 8px rgba(0,0,0,.2)!important
}
.az-editor-page .az-workbench-grid{background:none!important}
.az-editor-page .az-ws-part{
  min-width:150px!important;padding:4px 4px 9px!important;background:transparent!important;
  border:0!important;box-shadow:none!important
}
.az-editor-page .az-ws-part>b{
  display:inline-block;margin-top:4px!important;padding:3px 7px;border-radius:7px;
  background:rgba(16,38,51,.88);color:#fff;font-size:.65rem!important;
  box-shadow:0 2px 5px rgba(0,0,0,.25)
}
.az-editor-page .az-device{
  width:130px!important;height:118px!important;border:0!important;border-radius:8px!important;
  background-color:transparent!important;background-position:center!important;background-repeat:no-repeat!important;
  background-size:contain!important;box-shadow:none!important
}
.az-editor-page .az-device:before,.az-editor-page .az-device:after,.az-editor-page .az-device .face{display:none!important}
.az-editor-page .az-device.source{background-image:url("/assets/img/azubi-real/source.png")!important;width:145px!important;height:128px!important}
.az-editor-page .az-device.junction{background-image:url("/assets/img/azubi-real/junction.png")!important}
.az-editor-page .az-device.lamp{background-image:url("/assets/img/azubi-real/lamp.png")!important;height:150px!important}
.az-editor-page .az-device.switch{background-image:url("/assets/img/azubi-real/switch.png")!important}
.az-editor-page .az-device.socket{background-image:url("/assets/img/azubi-real/socket.png")!important}
.az-editor-page .az-device.connector{background-image:url("/assets/img/azubi-real/connector.png")!important}

.az-editor-page .az-device .az-terminal-row{
  display:flex!important;left:50%!important;right:auto!important;transform:translateX(-50%);
  bottom:-8px!important;z-index:8!important;padding:3px;border-radius:8px;background:rgba(20,34,41,.74)
}
.az-editor-page .az-terminal{
  width:25px!important;height:21px!important;font-size:.48rem!important;border:1px solid rgba(255,255,255,.7)!important
}
.az-editor-page [data-ws-part] .az-device-mini{
  width:34px!important;height:34px!important;background-color:transparent!important;background-position:center!important;
  background-size:contain!important;background-repeat:no-repeat!important;border:0!important;box-shadow:none!important
}
.az-editor-page [data-ws-part="source"] .az-device-mini{background-image:url("/assets/img/azubi-real/source-thumb.png")!important}
.az-editor-page [data-ws-part="junction"] .az-device-mini{background-image:url("/assets/img/azubi-real/junction-thumb.png")!important}
.az-editor-page [data-ws-part="lamp"] .az-device-mini{background-image:url("/assets/img/azubi-real/lamp-thumb.png")!important}
.az-editor-page [data-ws-part="switch"] .az-device-mini{background-image:url("/assets/img/azubi-real/switch-thumb.png")!important}
.az-editor-page [data-ws-part="socket"] .az-device-mini{background-image:url("/assets/img/azubi-real/socket-thumb.png")!important}
.az-editor-page [data-ws-part="connector"] .az-device-mini{background-image:url("/assets/img/azubi-real/connector-thumb.png")!important}
.az-editor-page [data-ws-part] .az-device-mini i{display:none!important}
.az-editor-page .az-cable-sheath{
  stroke:#d5d4cf!important;stroke-width:24!important;
  filter:drop-shadow(0 3px 2px rgba(0,0,0,.3)) drop-shadow(0 0 1px #777)!important;opacity:1!important
}
.az-editor-page .az-cable-group.cable5 .az-cable-sheath{stroke-width:29!important}
.az-editor-page .az-cable-core{stroke-width:3.2!important;filter:drop-shadow(0 1px .5px rgba(0,0,0,.25))}
.az-editor-page .az-cable-core.dim{opacity:.84!important}
.az-editor-page .az-workbench-tip:after{content:" · FOTOMODUS";color:#f6ca57;font-weight:900}
