body{--exceptionhandlerWidth: 550px}body.exceptionhandler-docked{padding-right: var(--exceptionhandlerWidth)}body.exceptionhandler-docked #sidebar,body.exceptionhandler-docked #head{right: var(--exceptionhandlerWidth)}.exceptionhandler,.exceptionhandler-icon{--colorSuccess: #68a63e;--colorError: #f52100;--colorWarning: #f59700;--colorInfo: #3e78a6;--colorNone: #666;--colorSpecial: #c305d9}.exceptionhandler-icon{opacity: 0.3;box-shadow: 0 0 20px rgba(0,0,0,0.15);border-bottom-left-radius: 5px;border-top-left-radius: 5px;font: 11px Verdana, Geneva, sans-serif;position: fixed;top: calc(50% - 80px);height: 160px;width: 30px;right: 0;cursor: pointer;transform: scale(.5);transform-origin: right;transition: all .15s;z-index: 10000;color: #fff;background: var(--colorNone);text-transform: uppercase}.exceptionhandler-icon span{position: absolute;top: 0;left: 0;display: block;transform: rotate(90deg);transform-origin: left bottom 0;width: 160px;text-align: center;line-height: 26px;margin-top: -26px}.exceptionhandler-icon.notice,.exceptionhandler-icon.warning,.exceptionhandler-icon.error,.exceptionhandler-icon:hover{opacity: 1;transform: scale(1)}.exceptionhandler-icon.notice{background: var(--colorInfo)}.exceptionhandler-icon.warning{background: var(--colorWarning)}.exceptionhandler-icon.error{background: var(--colorError)}.exceptionhandler{position: fixed;font: 11px Verdana, Geneva, sans-serif;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.3);z-index: 10000;transition: transform cubic-bezier(.4, 0, .2, 1) .3s;display: none;align-items: stretch;height: 100%;width: 100%}.exceptionhandler .exceptionhandler-header{flex-shrink: 0;position: relative;cursor: default;color: #fff;background: var(--colorNone);text-transform: uppercase}.exceptionhandler .exceptionhandler-header.notice{background: var(--colorInfo)}.exceptionhandler .exceptionhandler-header.warning{background: var(--colorWarning)}.exceptionhandler .exceptionhandler-header.error{background: var(--colorError)}.exceptionhandler .exceptionhandler-header span{position: absolute;top: 0;left: 0;display: block;padding-left: 10px;width: 200px;line-height: 24px}.exceptionhandler .exceptionhandler-list{flex-shrink: 0;position: relative;border-right: 1px solid #f0f0f0}.exceptionhandler .exceptionhandler-list .exceptionhandler-list-body{display: flex}.exceptionhandler .exceptionhandler-list .exceptionhandler-buttons-body{position: absolute;display: flex}.exceptionhandler .exceptionhandler-list .exceptionhandler-button{position: relative;cursor: pointer;color: #333;background: #fff;margin: 2px;height: 48px;width: 48px;border: 1px dashed #d3d3d3;border-radius: 10px;display: flex;justify-content: center;align-items: center;flex-direction: column}.exceptionhandler .exceptionhandler-list .exceptionhandler-button .button-icon{height: 16px;width: 16px;opacity: 0.3;margin-bottom: 3px;background-size: contain}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.count .button-title{font-size: 14px}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.empty .button-icon{opacity: 0.3 !important}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.empty .button-title{opacity: 0.3;font-weight: normal;color: #444}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.selected{background: #f0f0f0;padding: 1px;border: none}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.selected .button-icon{opacity: 0.5}.exceptionhandler .exceptionhandler-list .exceptionhandler-button:hover{background: #cde6f7;padding: 1px;border: none}.exceptionhandler .exceptionhandler-list .exceptionhandler-button:hover .button-icon{opacity: 0.3}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-exception .button-icon{background-image: url(/resources/icons/16/fire.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-error .button-icon{background-image: url(/resources/icons/16/round-error.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-warning .button-icon{background-image: url(/resources/icons/16/attention.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-notice .button-icon{background-image: url(/resources/icons/16/info.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-log .button-icon{background-image: url(/resources/icons/16/round-check.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-query .button-icon{background-image: url(/resources/icons/16/db.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-logstage .button-icon{background-image: url(/resources/icons/16/help.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.position .button-icon{background-image: url(/resources/icons/16/arrow-right-double.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.docked .button-icon{background-image: url(/resources/icons/16/bookmark.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.allow-redirect .button-icon{background-image: url(/resources/icons/16/redo.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.stop-debug .button-icon{background-image: url(/resources/icons/16/playback-pause.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.close .button-icon{background-image: url(/resources/icons/16/shutdown.png)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-exception,.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-error{color: var(--colorError);font-weight: bold}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-warning{color: var(--colorWarning);font-weight: bold}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-notice{color: var(--colorNone);font-weight: bold}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-log{color: var(--colorInfo)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-query{color: var(--colorSuccess)}.exceptionhandler .exceptionhandler-list .exceptionhandler-button.exception-logstage{color: var(--colorSpecial)}.exceptionhandler .exceptionhandler-body{overflow-x: hidden;overflow-y: auto;flex-shrink: 1;flex-grow: 1;padding: 2px}.exceptionhandler .exceptionhandler-request{transition: background ease-in-out 2s, height ease-in-out .5s;overflow: hidden}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header{position: relative;height: 35px;line-height: 35px;background: #f0f0f0;color: #444444}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header .request-title{float: left;margin-left: 14px;font-size: 18px}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header .request-microtime{float: right;margin-top: 9px;margin-right: 9px;line-height: 16px;height: 16px;font-weight: bold}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header .request-microtime .icon{opacity: 0.5;float: right;margin-left: 6px;background-image: url(/resources/icons/16/clock.png)}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header .request-memory{float: right;margin-top: 9px;margin-right: 9px;line-height: 16px;height: 16px;font-weight: bold}.exceptionhandler .exceptionhandler-request .exceptionhandler-request-header .request-memory .icon{opacity: 0.5;float: right;margin-left: 6px;background-image: url(/resources/icons/16/db.png)}.exceptionhandler .exceptionhandler-request.api-pending{background: #fdf9e1}.exceptionhandler .exceptionhandler-request.api-pending .exceptionhandler-request-header{background: #ffe794}.exceptionhandler .exceptionhandler-request.api-pending::after{display: block;content: 'Ausstehend...';padding: 10px;text-align: center;font-weight: bold}.exceptionhandler .exceptionhandler-request.new{background: #cde6f7}.exceptionhandler .exceptionhandler-request.new .exceptionhandler-request-header{background: #cde6f7}.exceptionhandler .exceptionhandler-request.api-failed .exceptionhandler-request-header{background: var(--colorError);color: #fff}.exceptionhandler .exceptionhandler-request .exception{position: relative;min-height: 50px;margin-bottom: 1px}.exceptionhandler .exceptionhandler-request .exception:hover{background: #e6f2fa}.exceptionhandler .exceptionhandler-request .exception.exception-logstage{border-top: 2px dashed #ccc;padding-top: 2px;margin-top: 2px}.exceptionhandler .exceptionhandler-request .exception.exception-error .exception-message,.exceptionhandler .exceptionhandler-request .exception.exception-warning .exception-message,.exceptionhandler .exceptionhandler-request .exception.exception-exception .exception-message{font-weight: bold}.exceptionhandler .exceptionhandler-request .exception .exception-typecolor{float: left;width: 6px;height: 50px;background: var(--colorError)}.exceptionhandler .exceptionhandler-request .exception.exception-warning .exception-typecolor{background: var(--colorWarning)}.exceptionhandler .exceptionhandler-request .exception.exception-notice .exception-typecolor{background: var(--colorNone)}.exceptionhandler .exceptionhandler-request .exception.exception-log .exception-typecolor{background: var(--colorInfo)}.exceptionhandler .exceptionhandler-request .exception.exception-query .exception-typecolor{background: var(--colorSuccess)}.exceptionhandler .exceptionhandler-request .exception.exception-logstage .exception-typecolor{background: var(--colorSpecial)}.exceptionhandler .exceptionhandler-request .exception.has-trace,.exceptionhandler .exceptionhandler-request .exception.has-previous{cursor: pointer}.exceptionhandler .exceptionhandler-request .exception.exception-previous .exception-typecolor{width: 4px}.exceptionhandler .exceptionhandler-request .exception .exception-type{position: absolute;right: 6px;top: 20px;font-size: 10px;color: #999}.exceptionhandler .exceptionhandler-request .exception .exception-type .icon{display: none}.exceptionhandler .exceptionhandler-request .exception.has-previous .exception-type .icon{display: block;float: left;margin-right: 6px;background-image: url(/resources/icons/16/arrow-right-double.png);opacity: 0.5}.exceptionhandler .exceptionhandler-request .exception .exception-message{position: absolute;left: 15px;top: 7px;color: #333;text-shadow: 1px 1px 1px #ccc;width: 390px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 15px;height: 15px}.exceptionhandler .exceptionhandler-request .exception .exception-message .exception-code{float: left;margin-right: 2px;background: #999;color: #fff;border-radius: 3px;padding: 0 4px;font-weight: normal;font-size: 11px}.exceptionhandler .exceptionhandler-request .exception .exception-file{position: absolute;left: 15px;top: 27px;font-size: 10px;background: #ccc;color: #666;height: 14px;line-height: 14px;padding-left: 6px;border-radius: 3px}.exceptionhandler .exceptionhandler-request .exception .exception-file span{display: inline-block;background: #999;color: #fff;height: 14px;line-height: 14px;margin-left: 6px;border-radius: 3px;padding: 0 4px}.exceptionhandler .exceptionhandler-request .exception .exception-microtime{position: absolute;right: 6px;top: 6px;line-height: 16px;height: 16px;color: #333}.exceptionhandler .exceptionhandler-request .exception .exception-trace{clear: both;line-height: 16px;background-image: linear-gradient(to bottom, #fff, #f9f9f9);border-top: 1px dashed #ccc;border-bottom: 1px dashed #ccc;padding: 5px 14px;color: #333;overflow-x: auto;cursor: auto}.exceptionhandler .exceptionhandler-request .exception .exception-trace div{font-weight: bold}.exceptionhandler.position{max-width: var(--exceptionhandlerWidth);top: 0;right: 0;flex-direction: row;transform: translateX(100%)}.exceptionhandler.position .exceptionhandler-header{width: 24px}.exceptionhandler.position .exceptionhandler-header span{transform: rotate(90deg);transform-origin: left bottom 0;margin-top: -24px}.exceptionhandler.position .exceptionhandler-list{width: 54px}.exceptionhandler.position .exceptionhandler-list .exceptionhandler-list-body,.exceptionhandler.position .exceptionhandler-list .exceptionhandler-buttons-body{flex-direction: column}.exceptionhandler.position .exceptionhandler-list .exceptionhandler-buttons-body{bottom: 0;left: 0;right: 0;font-size: 10px}.exceptionhandler.position.visible-2{transform: translateX(100%) translateX(-80px)}.exceptionhandler.position .exceptionhandler-list{border-right: 1px solid #f0f0f0}.exceptionhandler.visible-1{display: flex}.exceptionhandler.visible-3{transform: translateX(0) translateY(0) !important}/*# sourceMappingURL=/cache/css/7e9cad221d4445c582e102d72402aace.map */