@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Open+Sans:300,400,700');@charset "UTF-8";:root{--fontFamily: 'Roboto', sans-serif;--fontSize: 14px;--fontSizeMedium: 0.85rem;--fontSizeSmall: 0.7rem;--colorTheme: #e30613;--logoImageTheme: none;--logoTextTheme: 'Logo';--colorText: #212121;--colorSecondaryText: #727272;--colorHintText: #b8b8b8;--colorDisabledText: #b8b8b8;--colorDividers: #f0f0f0;--colorIcons: #727272;--colorBackground: #fff;--colorPrimary: #2196f3;--colorPrimaryDark: #1976d2;--colorPrimaryLight: #bbdefb;--colorAccent: #829405;--colorAccentDark: #f50057;--colorAccentLight: #f9f9f9;--colorErrorText: #f3493d;--boxshadowDialog: 0 2px 40px rgba(0,0,0,0.4);--colorPrimaryText: #fff;--colorAccentText: #fff;--fontSizeH1: 30px;--fontSizeH1Sub: 18px;--fontSizeH2: 16px;--fontSizeH2Sub: 13px;--fontSizeH3: 20px;--defaultPaddingHeight: 20px;--defaultPaddingHeightN: -20px;--defaultPaddingWidth: 30px;--defaultPaddingWidthN: -30px;--defaultGap: 25px;--defaultGapMedium: 20px;--defaultGapSmall: 15px;--defaultGapTiny: 10px;--borderRadius: 5px;--iconSize: 24px;--stateSuccessColor: #2dbf60;--stateSuccessForeground: #68a63e;--stateSuccessBackground: #f3feef;--stateErrorColor: #ec383a;--stateErrorForeground: #f52100;--stateErrorBackground: #fef6f3;--stateWarningColor: #ffa200;--stateWarningForeground: #f59700;--stateWarningBackground: #fefbf3;--stateInfoColor: #3890e4;--stateInfoForeground: #3e78a6;--stateInfoBackground: #eff6fe;--stateSpecialColor: #9700ff;--stateSpecialForeground: #7200bc;--stateSpecialBackground: #f7ebff;--stateNoneColor: #9e9e9e;--stateNoneForeground: #888888;--stateNoneBackground: #f3f3f3;--loginLogoImage: none;--loginLogoHeight: 55px;--loginLogoAlign: left;--loginBackgroundImage: none;--loginWidth: 350px;--loginPadding: 40px}@media screen and (max-width: 1000px){:root{--loginPadding: 30px}}@media screen and (max-width: 600px){:root{--loginPadding: 20px}}:root{--colorTheme: #e30613;--colorIcons: #878787;--colorPrimary: #e30613;--colorAccent: #e30613;--logoImage: url(/themes/future/images/logo-hostfactory-white.svg);--logoText: '';--loginLogoImage: url(/themes/future/images/logo-hostfactory.svg);--loginBackgroundImage: url(/themes/future/images/background-login-my.jpg)}header,nav,article,footer,address,aside,section{display: block}address{font-style: normal}input,select,textarea{outline: none}input.checkbox,input.radio{padding: 0;margin: 0}img{border: none}button{margin: 0;padding: 0;border: 0 none;outline: 0;font-size: 100%;line-height: 0;vertical-align: baseline;background: transparent;width: auto;overflow: visible;display: block}body{margin: 0;font-family: var(--fontFamily);font-size: var(--fontSize);color: var(--colorText);background: var(--colorBackground)}label,input,select,textarea{font-family: var(--fontFamily);font-size: var(--fontSize);color: var(--colorText)}h1,h2,h3,h4,fieldset legend{font-family: var(--fontFamily);color: var(--colorText)}h2,legend,h3{color: var(--colorSecondaryText)}h4{color: var(--colorHintText)}::placeholder{color: var(--colorHintText)}a,a:active,a:visited,a:hover{text-decoration: none;color: var(--colorAccent)}a:hover{background: var(--colorAccent);color: var(--colorAccentText)}a.nostyle,a.nostyle:active,a.nostyle:visited,a.nostyle:hover{text-decoration: none;color: var(--colorText)}a.nostyle:hover{background: none;color: var(--colorText)}a.button,input.button,button{cursor: pointer;margin: 0;outline: none}a.button.disabled,input.button.disabled,button.disabled{cursor: default}blockquote{color: var(--colorSecondaryText);font-style: italic}figure{margin: 10px 0 20px}figure img{display: block;margin: 0 auto}figure figcaption{color: #888;text-align: center;font-style: italic}.clear{clear: both}svg.icon,svg.icon-filled{height: var(--iconSize);width: var(--iconSize);pointer-events: all}svg.icon{fill: var(--colorIcons)}#browsererror{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10000;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.3)}#browsererror .msg{padding: 30px 40px;background: #fef6f3;border: 3px solid #f52100;box-shadow: 5px 5px 20px rgba(0,0,0,0.3);font-size: 18px}.scrollable{--scrollbarBackground: #fff;--scrollbarThumbColor: rgba(0,0,0,0.2);--scrollbarTrackColor: rgba(0,0,0,0.1);--scrollbarWidth: 10px;height: 50px;flex: 1 1;display: flex;position: relative;scrollbar-width: thin}.scrollable .scrollable-content{flex: 1 1;overflow-x: hidden;overflow-y: hidden}.scrollable .scrollable-content::-webkit-scrollbar:vertical{width: var(--scrollbarWidth)}.scrollable .scrollable-content::-webkit-scrollbar:horizontal{height: var(--scrollbarWidth)}.scrollable .scrollable-content::-webkit-scrollbar,.scrollable .scrollable-content::-webkit-scrollbar-track,.scrollable .scrollable-content::-webkit-scrollbar-thumb{overflow: visible;border-radius: calc(var(--scrollbarWidth) / 2)}.scrollable .scrollable-content::-webkit-scrollbar-track{background: var(--scrollbarTrackColor);border: 2px solid var(--scrollbarBackground)}.scrollable .scrollable-content::-webkit-scrollbar-thumb{border: 2px solid var(--scrollbarBackground);background: var(--scrollbarThumbColor)}.scrollable.vertical .scrollable-content{overflow-y: scroll}.scrollable.vertical .scrollable-content > *{margin-right: calc(var(--scrollbarWidth) * -1)}@-moz-document url-prefix(){.scrollable-content > *{margin-right: 0 !important}}.scrollable.horizontal .scrollable-content{overflow-x: scroll}.scrollable.horizontal .scrollable-content > *{margin-bottom: calc(var(--scrollbarWidth) * -1)}@-moz-document url-prefix(){.scrollable-content > *{margin-bottom: 0 !important}}.scrollable::after{content: '';position: absolute;background: var(--scrollbarBackground);height: 100%;top: 0;right: 0;width: var(--scrollbarWidth);-webkit-transition: all .5s;opacity: 1}.scrollable:hover::after{opacity: 0;-webkit-transition: all .5s}.box.success,.box.error,.box.warning,.box.info,.box.none{position: relative;color: var(--colorText);padding: var(--defaultGapMedium) var(--defaultGapSmall);margin-bottom: 10px;display: flex;align-items: center;gap: var(--defaultGapSmall);background-color: var(--stateNoneBackground);border-left: var(--borderRadius) solid var(--stateNoneForeground);border-radius: var(--borderRadius)}.box.success .box-icon,.box.error .box-icon,.box.warning .box-icon,.box.info .box-icon,.box.none .box-icon{display: flex;justify-content: center;align-items: center;flex-shrink: 0;background-color: var(--stateNoneForeground);border-radius: 50%;height: 36px;width: 36px}.box.success .box-icon .icon,.box.error .box-icon .icon,.box.warning .box-icon .icon,.box.info .box-icon .icon,.box.none .box-icon .icon{--iconSize: 20px;--colorIcons: #fff}.box.success .box-content,.box.error .box-content,.box.warning .box-content,.box.info .box-content,.box.none .box-content{flex-grow: 1;overflow-wrap: anywhere}.box.success .box-content > :first-child,.box.error .box-content > :first-child,.box.warning .box-content > :first-child,.box.info .box-content > :first-child,.box.none .box-content > :first-child{margin-top: 0}.box.success .box-content > :last-child,.box.error .box-content > :last-child,.box.warning .box-content > :last-child,.box.info .box-content > :last-child,.box.none .box-content > :last-child{margin-bottom: 0}.box.success .box-content > div > :first-child,.box.error .box-content > div > :first-child,.box.warning .box-content > div > :first-child,.box.info .box-content > div > :first-child,.box.none .box-content > div > :first-child{margin-top: 0}.box.success .box-content > div > :last-child,.box.error .box-content > div > :last-child,.box.warning .box-content > div > :last-child,.box.info .box-content > div > :last-child,.box.none .box-content > div > :last-child{margin-bottom: 0}.box.success{background: var(--stateSuccessBackground);border-color: var(--stateSuccessForeground)}.box.success .box-icon{background-color: var(--stateSuccessForeground)}.box.error{background: var(--stateErrorBackground);border-color: var(--stateErrorForeground)}.box.error .box-icon{background-color: var(--stateErrorForeground)}.box.warning{background: var(--stateWarningBackground);border-color: var(--stateWarningForeground)}.box.warning .box-icon{background-color: var(--stateWarningForeground)}.box.info{background: var(--stateInfoBackground);border-color: var(--stateInfoForeground)}.box.info .box-icon{background-color: var(--stateInfoForeground)}.box.special{background: var(--stateSpecialBackground);border-color: var(--stateSpecialForeground)}.box.special .box-icon{background-color: var(--stateSpecialForeground)}.box.none{background: var(--stateNoneBackground);border-color: var(--stateNoneForeground)}.box.none .box-icon{background-color: var(--stateNoneForeground)}.box a.button{border: none;padding: 10px 20px;border-radius: 3px;color: #fff;background: rgba(0,0,0,0.6);font-weight: bold;display: inline-block;float: none;margin-bottom: 0;margin-right: 6px}.box a.button:hover{background: rgba(0,0,0,0.3)}.state.critical{animation: pulsing .7s infinite alternate}.state.critical,.state.error{color: var(--stateErrorColor) !important}.state.warning{color: var(--stateWarningColor) !important}.state.success{color: var(--stateSuccessColor) !important}.state.info{color: var(--stateInfoColor) !important}.state.special{color: var(--stateSpecialColor) !important}.state.none{color: var(--stateNoneColor) !important}.state-box{position: relative;color: #fff;border-radius: 10px;padding: 3px 10px;text-transform: uppercase;font-size: 11px;white-space: nowrap;display: inline-block;font-weight: bold}@media print{.state-box{padding: 0;background: none !important;color: inherit;font-size: inherit;text-transform: inherit;font-weight: inherit}}.state-box.critical{animation: pulsing .7s infinite alternate}.state-box.critical,.state-box.error{background: var(--stateErrorColor)}.state-box.critical.hatched,.state-box.error.hatched{background: repeating-linear-gradient(-45deg, #ec383a, #ec383a 8px, #c0090b 8px, #c0090b 16px)}.state-box.warning{background: var(--stateWarningColor)}.state-box.warning.hatched{background: repeating-linear-gradient(-45deg, #ffa200, #ffa200 8px, #ff8400 8px, #ff8400 16px)}.state-box.success{background: var(--stateSuccessColor)}.state-box.success.hatched{background: repeating-linear-gradient(-45deg, #2dbf60, #2dbf60 8px, #1fb052 8px, #1fb052 16px)}.state-box.info{background: var(--stateInfoColor)}.state-box.info.hatched{background: repeating-linear-gradient(-45deg, #3890e4, #3890e4 8px, #2173c2 8px, #2173c2 16px)}.state-box.special{background: var(--stateSpecialColor)}.state-box.special.hatched{background: repeating-linear-gradient(-45deg, var(--stateSpecialColor), var(--stateSpecialColor) 8px, var(--stateSpecialForeground) 8px, var(--stateSpecialForeground) 16px)}.state-box.none{background: var(--stateNoneColor)}.state-box.none.hatched{background: repeating-linear-gradient(-45deg, #9e9e9e, #9e9e9e 8px, #8e8c8c 8px, #8e8c8c 16px)}.state-box small{display: block;color: currentColor !important;font-size: 10px !important}.state-box .icon{fill: currentColor;width: 11px !important;height: 11px !important}.enum-value{display: flex;align-items: center;gap: 5px}.enum-value .icon{height: 16px;width: 16px}.enum-list{list-style: none;margin: 0;padding: 0;display: flex;flex-flow: row wrap;column-gap: 7px}.enum-list.manyvalues{flex-flow: column}.infoimageicon{display: flex;align-items: center;gap: 6px}.infoimageicon .infoimageicon-image{flex-shrink: 0;display: flex;justify-content: center;align-items: center;border-radius: 50%;background-position: center;background-repeat: no-repeat}.infoimageicon .infoimageicon-image svg{margin: 0 !important;height: 60%;width: 60%}.infoimageicon .infoimageicon-image.cover{width: 30px;height: 30px;background-size: cover;background-color: #ccc}.infoimageicon .infoimageicon-image.cover svg{fill: #fff}.infoimageicon .infoimageicon-image.contain{width: 28px;height: 28px;border: 1px solid #ccc;background-color: #fff;background-size: contain}.infoimageicon .infoimageicon-image.empty svg{height: 50%;width: 50%}.infoimageicon .infoimageicon-info{display: flex;flex-flow: column;gap: 1px}.pulsing{animation: pulsing .7s infinite alternate}@keyframes pulsing{0%{opacity: 0.1}100%{opacity: 1}}.spinning{animation: spinning .7s infinite}@keyframes spinning{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}.hopping{animation: hopping .7s infinite}@keyframes hopping{10%{transform: translateY(0)}15%{transform: translateY(-5px) scale(2.5)}20%{transform: translateY(0px) scale(1.5)}25%{transform: translateY(-5px) scale(2.5)}30%{transform: translateY(0) scale(1.5)}35%{transform: translateY(-5px) scale(2.5)}40%{transform: translateY(0)}}.clipboard-selected,.clipboard-copied{position: relative;background-color: var(--stateInfoColor);color: #fff;cursor: default}.clipboard-selected::after,.clipboard-copied::after{position: absolute;top: -1px;right: calc(100% + 6px);color: #fff;padding: 2px 6px;border-radius: 2px;font-size: 12px;background: #000;box-shadow: 1px 1px 5px rgba(0,0,0,0.5);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;opacity: 0.6}.clipboard-selected::after{content: 'Kopieren mit Doppelklick'}.clipboard-copied::after{content: 'In Zwischenablage gespeichert'}.clipboard-hide{transition: all 1s;background-color: transparent;color: #444}.clipboard-hide::after{opacity: 0;transition: opacity 1s}div.large-number{height: 30px;line-height: 30px;margin-bottom: 5px;display: flex;justify-content: space-between}div.large-number .value{font-size: 1.6em;text-align: right}div.large-number .label{color: var(--colorSecondaryText);overflow: hidden;text-overflow: ellipsis;white-space: nowrap}a.large-button{padding: 0 20px;margin: 0 -20px;display: flex;height: 40px;line-height: 40px}a.large-button .icon{margin: 10px 10px 10px 0;width: 20px;height: 20px}a.large-button .label{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}a.large-button:hover{background: #b3d6f2}a.large-button.state-error .icon{fill: var(--stateErrorColor)}a.large-button.state-warning .icon{fill: var(--stateWarningColor)}a.large-button.state-info .icon{fill: var(--stateInfoColor)}a.large-button.state-special .icon{fill: var(--stateSpecialColor)}a.large-button.state-success .icon{fill: var(--stateSuccessColor)}span.code{background: var(--stateNoneBackground);border-radius: 0.3rem;padding: 3px 6px;font-size: 0.9rem;font-family: monospace}span.code span.code-highlight{color: var(--stateErrorColor);font-weight: bold}ol.code{font-family: monospace;border-radius: 5px;background: var(--stateNoneBackground);margin: 0;padding-left: 40px;list-style-position: outside;overflow: hidden;white-space: pre-wrap}ol.code li{color: #999;border-left: 1px solid #fff;border-bottom: 1px solid #f9f9f9;padding-left: 10px;background: var(--stateNoneBackground)}ol.code li:first-child{padding-top: 10px}ol.code li:last-child{padding-bottom: 10px}ol.code li > span,ol.code li > p{display: block;padding: 3px 0;margin: 0;color: #333;min-height: 10px;overflow-wrap: break-word;-moz-tab-size: 4;tab-size: 4}@media screen and (max-width: 700px){ol.code li > span,ol.code li > p{-moz-tab-size: 2;tab-size: 2}}ol.code li > span code,ol.code li > p code{white-space: pre-wrap}ol.code li span.code-highlight{color: var(--stateErrorColor);font-weight: bold}div.tooltip{position: relative;display: inline-block;color: var(--colorText)}div.tooltip.critical,div.tooltip.error{color: var(--stateErrorForeground)}div.tooltip.warning{color: var(--stateWarningForeground)}div.tooltip.success{color: var(--stateSuccessForeground)}div.tooltip.info{color: var(--stateInfoForeground)}div.tooltip .tooltip-handle{cursor: help}div.tooltip .tooltip-handle.handle-icon{display: flex;justify-content: center;align-items: center;border-radius: 50%;width: 20px;height: 20px;opacity: 0.7;transition: opacity .22s ease-in-out;background-color: currentColor}div.tooltip .tooltip-handle.handle-icon .icon{height: 50%;width: 50%;fill: #fff}div.tooltip.active .tooltip-handle.handle-icon{opacity: 1}.tooltip-content{z-index: 4999;background: currentColor;border-radius: var(--borderRadius);padding: 1em 1.2em;box-shadow: 1px 1px 10px rgba(0,0,0,0.2);transition: all .22s ease-in-out;transition-delay: 0.3s;color: var(--stateNoneColor);display: none;align-items: center;opacity: 0;position: absolute;cursor: default;box-sizing: border-box;gap: 1.2em}.tooltip-content a{color: #fff;font-weight: bold;text-decoration: underline}.tooltip-content a:hover{background-color: #fff;color: var(--stateNoneColor)}.tooltip-content.visible-1{display: flex}.tooltip-content.visible-2{opacity: 1}.tooltip-content.critical,.tooltip-content.error{color: var(--stateErrorForeground)}.tooltip-content.warning{color: var(--stateWarningForeground)}.tooltip-content.success{color: var(--stateSuccessForeground)}.tooltip-content.info{color: var(--stateInfoForeground)}.tooltip-content .tooltip-arrow{content: '';position: absolute;border-width: 8px;border-style: solid}.tooltip-content[data-position='top']{transform: translateY(-5px)}.tooltip-content[data-position='top'] .tooltip-arrow{top: 100%;left: 50%;margin-left: -8px;border-color: currentColor transparent transparent transparent}.tooltip-content[data-position='bottom']{transform: translateY(5px)}.tooltip-content[data-position='bottom'] .tooltip-arrow{bottom: 100%;left: 50%;margin-left: -8px;border-color: transparent transparent currentColor transparent}.tooltip-content[data-position='left']{transform: translateX(-5px)}.tooltip-content[data-position='left'] .tooltip-arrow{top: 50%;left: 100%;margin-top: -8px;border-color: transparent transparent transparent currentColor}.tooltip-content[data-position='right']{transform: translateX(5px)}.tooltip-content[data-position='right'] .tooltip-arrow{top: 50%;right: 100%;margin-top: -8px;border-color: transparent currentColor transparent transparent}.tooltip-content .tooltip-icon{flex-shrink: 0;width: 32px;height: 32px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: #fff}.tooltip-content .tooltip-icon .icon{height: 50%;width: 50%;fill: currentColor}.tooltip-content .tooltip-container{color: #fff;font-size: var(--fontSizeH2Sub);word-wrap: break-word}.tooltip-content .tooltip-container > p:first-child{margin-top: 0}.tooltip-content .tooltip-container > p:last-child{margin-bottom: 0}div.progress-bar{--barHeight: 6px;display: flex;flex-flow: column;gap: 2px}div.progress-bar div.progress{clear: both;height: var(--barHeight);background: var(--stateNoneBackground);border-radius: calc(var(--barHeight) / 2);overflow: hidden;display: flex}div.progress-bar div.progress div.bar{background: var(--stateSuccessColor);border-right: 1px solid var(--colorBackground)}div.progress-bar div.progress.warning div.bar{background: var(--stateWarningColor)}div.progress-bar div.progress.error div.bar{background: var(--stateErrorColor)}div.progress-bar span.progress-label{display: block;font-size: var(--fontSizeSmall)}.star-rating{--iconSize: 24px;--iconColor: #ddd;--iconColorActive: #fd9500;--iconGap: 3px;display: flex;flex-flow: row;gap: var(--iconGap)}.star-rating.medium{--iconSize: 20px}.star-rating.small{--iconSize: 16px}.star-rating svg{height: var(--iconSize);width: var(--iconSize)}.star-rating svg.active{fill: var(--iconColorActive)}.star-rating svg:not(.active){fill: var(--iconColor)}body #main,body #dialogs{--backgroundNavigation: #20232d;--backgroundNavigationHover: #656565;--backgroundHead: #fff;--backgroundMain: #f5f5f5;--colorNavigation: #b3b3b3;--widthMain: 100vw;--heightLogo: 90px;--heightHead: 90px;--spaceHead: var(--heightHead);--widthNavigation: 280px;--widthNavigationSmall: 70px;--spaceNavigation: var(--widthNavigation);--widthSidebar: 300px;--widthSidebarN: calc(var(--widthSidebar) * -1);--spaceSidebar: var(--widthSidebar);--widthContent: calc(var(--widthMain) - var(--spaceNavigation) - var(--spaceSidebar));--contentPaddingWidth: 60px;--contentPaddingWidthN: calc(var(--contentPaddingWidth) * -1);--contentPaddingHeight: 20px;--contentPaddingHeightN: calc(var(--contentPaddingHeight) * -1);--sidebarPaddingWidth: 30px;--sidebarPaddingWidthN: calc(var(--sidebarPaddingWidth) * -1);--sidebarPaddingHeight: 20px;--sidebarPaddingHeightN: calc(var(--sidebarPaddingHeight) * -1);--dialogPaddingWidth: 30px;--dialogPaddingWidthN: calc(var(--dialogPaddingWidth) * -1);--dialogPaddingHeight: 20px;--dialogPaddingHeightN: calc(var(--dialogPaddingHeight) * -1);--dialogPaddingTop: 10px;--widgetPaddingWidth: 20px;--widgetPaddingWidthN: calc(var(--widgetPaddingWidth) * -1);--widgetPaddingHeight: 20px;--widgetPaddingHeightN: calc(var(--widgetPaddingHeight) * -1);--widgetOuterPaddingWidth: var(--contentPaddingWidth);--widgetOuterPaddingWidthN: calc(var(--widgetOuterPaddingWidth) * -1);--widgetToolbarMarginHeight: 15px;--dialogCloseHandleHeight: 86px;--dialogCloseHandleWidth: 80px;--collapsibleHandleSize: 10px;--collapsibleHandleGap: 20px;--collapsibleHandleShift: -32px;--colorHorizonalLines: #eaeaea;--colorLightGray: #eaeaea;--sectionIconSize: 24px;--transitionTime: .22s}body #main:not(.has-sidebar),body #dialogs:not(.has-sidebar){--widthSidebar: 0 !important;--widthContent: calc(var(--widthMain) - var(--spaceNavigation))}body.width-medium #main,body.width-medium #dialogs{--widthNavigation: 250px;--widthSidebar: 250px;--contentPaddingWidth: 40px;--sidebarPaddingWidth: 25px;--dialogPaddingWidth: 25px;--dialogCloseHandleWidth: 70px;--collapsibleHandleSize: 7px;--sectionIconSize: 20px}body.width-small #main,body.dock-navigation #main,body.width-small #dialogs,body.dock-navigation #dialogs{--widthNavigation: 250px;--spaceNavigation: var(--widthNavigationSmall)}body.width-small{--defaultGap: 20px;--defaultGapMedium: 17px;--defaultGapSmall: 13px;--defaultGapTiny: 8px;--fontSizeH1: 25px;--fontSizeH1Sub: 16px;--fontSizeH2: 15px;--fontSizeH2Sub: 13px;--fontSizeH3: 18px}body.width-small #main,body.width-small #dialogs{--heightHead: 70px;--widthSidebar: 250px;--contentPaddingWidth: 30px;--contentPaddingHeight: 10px;--sidebarPaddingWidth: 20px;--dialogPaddingWidth: 20px;--dialogCloseHandleHeight: 79px;--dialogCloseHandleWidth: 60px;--widgetPaddingWidth: 17px;--widgetPaddingHeight: 17px;--widgetOuterPaddingWidth: 20px;--widgetToolbarMarginHeight: 13px;--collapsibleHandleSize: 7px;--sectionIconSize: 16px}body.width-tiny{--defaultGap: 15px;--defaultGapMedium: 13px;--defaultGapSmall: 11px;--defaultGapTiny: 6px;--fontSizeH1: 22px;--fontSizeH1Sub: 14px;--fontSizeH2: 14px;--fontSizeH2Sub: 12px;--fontSizeH3: 17px}body.width-tiny #main,body.width-tiny #dialogs{--spaceNavigation: 0;--spaceSidebar: 0;--heightHead: 50px;--widthContent: var(--widthMain);--contentPaddingWidth: 25px;--contentPaddingHeight: 0;--sidebarPaddingWidth: 25px;--dialogPaddingWidth: 20px;--dialogCloseHandleHeight: 76px;--dialogCloseHandleWidth: 60px;--widgetPaddingWidth: 12px;--widgetPaddingHeight: 10px;--widgetOuterPaddingWidth: 15px;--widgetToolbarMarginHeight: 10px;--collapsibleHandleSize: 5px;--sectionIconSize: 12px}html{scroll-behavior: smooth}body{font-weight: 400;background-size: cover;background: #767c8c fixed}h1,h2,fieldset legend{margin: var(--defaultPaddingHeight) 0;line-height: 1.2}h1{font-family: 'Open Sans', sans-serif;font-size: var(--fontSizeH1);font-weight: 300;overflow: hidden;text-overflow: ellipsis}h2,fieldset legend{font-size: var(--fontSizeH2);color: #757578;font-weight: 400;overflow: hidden;text-overflow: ellipsis}.side-button{--sidebuttonColor: #858688;--sidebuttonColorHover: #555559;--sidebuttonBackground: none;--sidebuttonBackgroundHover: none;--sidebuttonMove: 3px;--sidebuttonRotation: -135deg;display: none;align-items: center;justify-content: center;position: absolute;top: var(--spaceHead);width: 30px;height: 45px;z-index: 120;cursor: pointer;color: var(--sidebuttonColor);background: var(--sidebuttonBackground)}.side-button::before{content: '';width: 6px;height: 6px;border-left: 2px solid;border-bottom: 2px solid;transition: transform var(--transitionTime), color var(--transitionTime), background-color var(--transitionTime);border-color: currentColor;transform: rotate(var(--sidebuttonRotation))}.side-button:hover{color: var(--sidebuttonColorHover);background: var(--sidebuttonBackgroundHover)}.side-button:hover::before{transform: translateX(var(--sidebuttonMove)) rotate(var(--sidebuttonRotation)) scale(1.2)}#main,#content-wrapper{display: flex;justify-content: stretch;align-items: stretch;flex-shrink: 1;flex-grow: 1}#main{padding-top: var(--heightHead);padding-left: var(--spaceNavigation);max-width: var(--widthMain);overflow: hidden;position: relative;background: var(--backgroundMain);min-height: calc(100vh - var(--heightHead))}#main.has-sidebar{padding-right: var(--spaceSidebar)}#main:not(.has-sidebar) #sidebar{display: none}#head div.logo a.logo,#navigation div.logo a.logo{position: relative;display: block;height: var(--heightLogo);text-align: center;background: var(--colorTheme);font-size: 40px;color: var(--backgroundHead);line-height: 1.5}#head div.logo a.logo::after,#navigation div.logo a.logo::after{content: var(--logoText);position: absolute;left: 20px;top: 20px;right: 20px;bottom: 20px;background-image: var(--logoImage);background-position: center;background-size: contain;background-repeat: no-repeat}#head{--heightLogo: var(--heightHead);z-index: 950;position: fixed;top: 0;left: 0;right: 0;display: flex;justify-content: stretch;align-items: stretch;height: var(--heightHead);background: var(--backgroundHead);box-shadow: 0 2px 30px 0 rgba(0,0,0,0.1);gap: var(--defaultGap);transition: transform var(--transitionTime), opacity var(--transitionTime), top var(--transitionTime)}#head div.logo{flex-shrink: 0;width: var(--widthNavigation);margin-right: calc(var(--contentPaddingWidth) - var(--defaultGap))}#head > div{transition: flex var(--transitionTime), width var(--transitionTime)}#head .button-navigation{display: none;flex-shrink: 0;justify-content: center;align-items: center;width: var(--widthNavigationSmall);cursor: pointer}#head .button-navigation:hover .icon{fill: #444}#head .button-navigation .icon{position: absolute;width: 32px;height: 32px}#head .userbar .userbar-user .userbar-user-info .userbar-name{font-size: 14px}#head .userbar .userbar-user .userbar-user-info .userbar-email{color: var(--colorSecondaryText);font-size: 12px}#head .userbar .toolbar{background: var(--colorAccentLight);padding: 0 var(--defaultGap)}#head .userbar .toolbar .toolbar-menuitem-element{padding: 0 5px}#head .userbar .toolbar .toolbar-menuitem-element .toolbar-notification-value{font-size: 14px;top: -15px;right: -15px;padding: 4px;width: 20px;height: 20px;line-height: 22px;color: #d95d4e;background: var(--colorAccentLight);overflow: hidden;text-overflow: ellipsis}#head .userbar .toolbar .toolbar-menuitem-element .toolbar-notification-value.value-overflow{font-size: 11px}#head .userbar .toolbar .toolbar-menuitem-element .toolbar-notification-value::before{position: absolute;content: '';top: 2px;left: 2px;width: 20px;height: 20px;border: 2px solid #d95d4e;border-radius: 12px}#head.search-active > :not(.logo):not(.userbar):not(.universalsearch){display: none}body.dock-header #head{transform: translateY(-100%);opacity: 0}body.dock-header #main,body.dock-header #dialogs{--spaceHead: 0}body.width-medium #head .toolbar ul .item-label,body.width-small #head .toolbar ul .item-label,body.width-tiny #head .toolbar ul .item-label{display: none}body.width-tiny #head{height: var(--heightHead);padding-left: 0}body.width-tiny #head .logo{display: none}body.width-tiny #head.search-active{padding-left: 15px;padding-right: 15px}body.width-tiny #head.search-active .userbar{display: none}body.width-tiny #head .button-navigation{display: flex;margin-right: -15px}#navigation{position: fixed;left: 0;top: 0;bottom: 0;display: flex;flex-flow: column;width: var(--widthNavigation);padding-top: var(--spaceHead);flex-shrink: 0;background: var(--backgroundNavigation);box-shadow: 2px 0 30px 0 rgba(0,0,0,0.1);transition: padding-top var(--transitionTime), width var(--transitionTime), transform var(--transitionTime), opacity .4s}#navigation .logo{display: none}#navigation .scrollable{--scrollbarThumbColor: rgba(255,255,255,0.3);--scrollbarTrackColor: rgba(255,255,255,0.1);--scrollbarBackground: var(--backgroundNavigation)}#navigation .navigation{flex-shrink: 1;flex-grow: 1;overflow: hidden;display: flex;flex-flow: column;align-items: stretch;justify-content: stretch;color: var(--colorNavigation);font-size: 16px}#navigation .navigation .button-dock{position: absolute;top: 10px;right: 10px;width: 30px;height: 30px;z-index: 10;display: flex;justify-content: center;align-items: center;color: var(--colorNavigation);cursor: pointer;transition: all .1s;border-radius: var(--borderRadius);opacity: 0.3}#navigation .navigation .button-dock:hover{color: #fff;background: rgba(255,255,255,0.3);opacity: 1}#navigation .navigation .button-dock .icon{height: 16px;width: 16px;fill: currentColor;transition: all .1s}#navigation .navigation .button-dock .icon.undocked{display: none}#navigation .navigation a .navigation-property{position: absolute;top: -4px;left: 28px;width: 20px;height: 20px;line-height: 22px;font-size: 14px;font-weight: bold;text-align: center;color: #d95d4e;border: 3px solid #d95d4e;border-radius: 12px;background: var(--backgroundNavigation)}#navigation .navigation a .navigation-property.value-overflow{font-size: 11px}#navigation .navigation a .navigation-property::before{content: '';position: absolute;border: 2px solid var(--backgroundNavigation);left: -4px;top: -4px;right: -4px;bottom: -4px;z-index: 0;border-radius: 18px}#navigation .navigation a:hover > .navigation-property,#navigation .navigation a.trail > .navigation-property,#navigation .navigation a.active > .navigation-property{background: #d95d4e;color: #fff;border: 3px solid transparent;font-weight: normal}#navigation .navigation a:hover > .navigation-property::before,#navigation .navigation a.trail > .navigation-property::before,#navigation .navigation a.active > .navigation-property::before{border-color: var(--backgroundNavigation)}#navigation .navigation ul{position: relative;list-style: none;margin: 0;padding: 0}#navigation .navigation .hidden{display: none}#navigation .navigation .submenu{font-size: 14px}#navigation .navigation ul.level-1{padding-bottom: 20px}#navigation .navigation ul.level-1 li{position: relative}#navigation .navigation ul.level-1 li.navigation-separator{padding-top: 25px;padding-left: 25px;padding-bottom: 8px;text-transform: uppercase;color: #7e7f81 !important;font-size: 12px;font-weight: bold;border-bottom: none;margin-bottom: 0;cursor: default;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}#navigation .navigation ul.level-1 li a{position: relative;display: flex;align-items: center;border-radius: 10px;background: none;color: currentColor}#navigation .navigation ul.level-1 li a:hover,#navigation .navigation ul.level-1 li a.trail,#navigation .navigation ul.level-1 li a.active{color: #fff}#navigation .navigation ul.level-1 li a:hover .beta-sign,#navigation .navigation ul.level-1 li a.trail .beta-sign,#navigation .navigation ul.level-1 li a.active .beta-sign{opacity: 1}#navigation .navigation ul.level-1 li a > .icon{fill: currentColor;padding: 7px 0;height: 24px;width: 24px}#navigation .navigation ul.level-1 li a span{flex-grow: 1;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 16px}#navigation .navigation ul.level-1 li a .beta-sign{margin-right: 10px;padding: 2px 5px;border-radius: 3px;background: var(--stateInfoForeground);color: #fff;font-size: 10px;font-weight: bold;opacity: 0.8}#navigation .navigation ul.level-1 > li{padding-left: 10px;padding-right: 10px}#navigation .navigation ul.level-1 > li > a{padding-left: 15px;margin-bottom: 2px}#navigation .navigation ul.level-1 > li > a .expand-handle{flex: 2 1;align-self: stretch;display: flex;align-items: center;justify-content: flex-end;padding-right: 23px;min-width: 20px;margin-right: -10px;transition: opacity var(--transitionTime);color: currentColor;opacity: 0.5}#navigation .navigation ul.level-1 > li > a .expand-handle:hover::after{transform: rotate(-45deg) translateY(2px) translateX(2px) scale(1.1)}#navigation .navigation ul.level-1 > li > a .expand-handle::after{content: '';margin-top: -1px;width: 4px;height: 4px;border-right: 2px solid currentColor;border-bottom: 2px solid currentColor;transition: transform .3s;transform: rotate(-45deg)}#navigation .navigation ul.level-1 > li > a.has-subproperties .navigation-property:not(.property-sum){display: none}#navigation .navigation ul.level-1 > li > a:hover,#navigation .navigation ul.level-1 > li > a.trail,#navigation .navigation ul.level-1 > li > a.active{transition: background .1s linear;background: var(--backgroundNavigationHover)}#navigation .navigation ul.level-1 > li > a:hover .expand-handle,#navigation .navigation ul.level-1 > li > a.trail .expand-handle,#navigation .navigation ul.level-1 > li > a.active .expand-handle{opacity: 1}#navigation .navigation ul.level-1 > li ul{padding-left: 10px;margin-bottom: 5px}#navigation .navigation ul.level-1 > li ul li .navigation-property{right: 3px;left: auto;top: 0}#navigation .navigation ul.level-1 > li ul li a{padding: 5px 0 5px 25px;font-size: 14px}#navigation .navigation ul.level-1 > li ul li a::before{content: ' ';display: block;height: 5px;width: 5px;background-color: currentColor;border-radius: 50%;transition: all var(--transitionTime) ease-in-out;transform: translateX(-3px) scale(1.2);opacity: 0}#navigation .navigation ul.level-1 > li ul li a.active::before,#navigation .navigation ul.level-1 > li ul li a:hover::before{opacity: 1;transform: none}#navigation .navigation ul.level-1 > li ul li.navigation-separator{padding-top: 18px;padding-bottom: 5px}#navigation .navigation ul.level-1 > li ul li.navigation-separator span{padding-left: 20px}#navigation .navigation ul.level-1 > li > ul{display: none;transform: translateY(-5px);opacity: 0;transition: all var(--transitionTime) linear}#navigation .navigation ul.level-1 > li.expanded-1 > a .expand-handle{opacity: 0}#navigation .navigation ul.level-1 > li.expanded-1 > a .expand-handle::after{transform: rotate(-45deg) translateY(6px) translateX(6px) scale(1.5)}#navigation .navigation ul.level-1 > li.expanded-1 > a .navigation-property.property-sum{display: none}#navigation .navigation ul.level-1 > li.expanded-1 > a .navigation-property:not(.property-sum){display: block}#navigation .navigation ul.level-1 > li.expanded-1 > ul{display: block}#navigation .navigation ul.level-1 > li.expanded-2 > a .expand-handle{display: none}#navigation .navigation ul.level-1 > li.expanded-2 > ul{transform: translateY(0);opacity: 1}#navigation .navigation ul.level-1 > li.trail > a .expand-handle,#navigation .navigation ul.level-1 > li.active > a .expand-handle{display: none}#navigation .navigation ul.level-1 > li.trail > a .navigation-property.property-sum,#navigation .navigation ul.level-1 > li.active > a .navigation-property.property-sum{display: none}#navigation .navigation ul.level-1 > li.trail > ul,#navigation .navigation ul.level-1 > li.active > ul{display: block;transform: translateY(0);opacity: 1}#navigation .navigation .submenu-buttons{flex-shrink: 0;border-top: 1px solid var(--backgroundNavigationHover);display: flex;justify-content: center;padding: 6px;gap: 4px}#navigation .navigation .submenu-buttons .submenu-button{position: relative;display: flex;justify-content: center;align-items: center;border-radius: 10px;padding: 8px;color: currentColor;transition: all var(--transitionTime)}#navigation .navigation .submenu-buttons .submenu-button .icon{--colorIcons: currentColor}#navigation .navigation .submenu-buttons .submenu-button span{display: none}#navigation .navigation .submenu-buttons .submenu-button .navigation-property{left: 20px;z-index: 10}#navigation .navigation .submenu-buttons .submenu-button.trail .navigation-property.property-sum,#navigation .navigation .submenu-buttons .submenu-button.active .navigation-property.property-sum{display: none}#navigation .navigation .submenu-buttons .submenu-button:hover,#navigation .navigation .submenu-buttons .submenu-button.trail,#navigation .navigation .submenu-buttons .submenu-button.active{color: #fff;transition: background .1s linear;background: var(--backgroundNavigationHover)}body.dock-navigation #navigation .button-dock .icon.docked{display: none}body.dock-navigation #navigation .button-dock .icon.undocked{display: block}body.width-small #navigation .button-navigation,body.dock-navigation #navigation .button-navigation{--sidebuttonColor: #fff;--sidebuttonColorHover: #fff;--sidebuttonBackground: var(--backgroundNavigationHover);--sidebuttonBackgroundHover: #444;width: 100%;transition: opacity .3s;flex-shrink: 0;display: flex}body.width-small:not(.show-navigation-2) #main,body.dock-navigation:not(.show-navigation-2) #main{--widthNavigation: var(--widthNavigationSmall)}body.width-small:not(.show-navigation-2) #navigation .button-dock,body.dock-navigation:not(.show-navigation-2) #navigation .button-dock{display: none}body.width-small:not(.show-navigation-2) #navigation .button-navigation,body.dock-navigation:not(.show-navigation-2) #navigation .button-navigation{position: static}body.width-small:not(.show-navigation-2) #navigation .navigation .navigation-separator,body.dock-navigation:not(.show-navigation-2) #navigation .navigation .navigation-separator{padding: 0 !important;height: 20px !important}body.width-small:not(.show-navigation-2) #navigation .navigation .navigation-separator span,body.dock-navigation:not(.show-navigation-2) #navigation .navigation .navigation-separator span{display: none}body.width-small:not(.show-navigation-2) #navigation .navigation .navigation-property,body.dock-navigation:not(.show-navigation-2) #navigation .navigation .navigation-property{left: 26px}body.width-small:not(.show-navigation-2) #navigation .navigation ul li a,body.dock-navigation:not(.show-navigation-2) #navigation .navigation ul li a{padding-left: 12.5px}body.width-small:not(.show-navigation-2) #navigation .navigation ul li a span,body.dock-navigation:not(.show-navigation-2) #navigation .navigation ul li a span{display: none}body.width-small:not(.show-navigation-2) #navigation .navigation ul li a .expand-handle,body.dock-navigation:not(.show-navigation-2) #navigation .navigation ul li a .expand-handle{display: none}body.width-small:not(.show-navigation-2) #navigation .navigation ul li a .beta-sign,body.dock-navigation:not(.show-navigation-2) #navigation .navigation ul li a .beta-sign{display: none}body.width-small:not(.show-navigation-2) #navigation .navigation ul li ul,body.dock-navigation:not(.show-navigation-2) #navigation .navigation ul li ul{display: none}body.width-small:not(.show-navigation-2) #navigation .navigation .submenu-button:not(.active):not(.trail),body.dock-navigation:not(.show-navigation-2) #navigation .navigation .submenu-button:not(.active):not(.trail){display: none}body.width-small.show-navigation-1 #navigation,body.dock-navigation.show-navigation-1 #navigation{z-index: 900}body.width-small.show-navigation-2 #navigation,body.dock-navigation.show-navigation-2 #navigation{width: var(--widthNavigation);box-shadow: 0 0 30px 0 rgba(0,0,0,0.5)}body.width-small.show-navigation-2 #navigation .button-navigation,body.dock-navigation.show-navigation-2 #navigation .button-navigation{opacity: 0;z-index: 0}body.width-small #navigation .button-dock,body.width-tiny #navigation .button-dock{display: none}body.width-tiny #navigation{padding-top: 0;width: 100%;z-index: 1000;transform: scale(1.1);opacity: 0}body.width-tiny #navigation div.logo{display: block}body.width-tiny #navigation .navigation ul li ul li a{padding-top: 7px;padding-bottom: 7px}body.width-tiny #navigation .button-navigation{--sidebuttonBackground: none;--sidebuttonBackgroundHover: none;--sidebuttonColor: #fff;--sidebuttonColorHover: #fff;display: flex;width: 100%;height: var(--heightLogo);top: 0;align-items: flex-start}body.width-tiny #navigation .button-navigation::before{margin-top: 20px;transform: rotate(135deg)}body.width-tiny:not(.show-navigation-1) #navigation{display: none}body.width-tiny:not(.show-navigation-2) #main{--widthNavigation: 0}body.width-tiny.show-navigation-1{overflow: hidden}body.width-tiny.show-navigation-2 #navigation{opacity: 1;transform: none}#content{flex: 1 1;padding: var(--contentPaddingHeight) 0;max-width: var(--widthContent)}#content section,#sidebar section,#dialogs section{position: relative}#content section header,#sidebar section header,#dialogs section header{display: flex;border-bottom: 1px solid var(--colorHorizonalLines);padding-right: var(--contentPaddingWidth);--collapsibleHandleRotation: -45deg}#content section header .title-container,#sidebar section header .title-container,#dialogs section header .title-container{flex-grow: 1;display: flex}#content section header .title-container .section-icon,#sidebar section header .title-container .section-icon,#dialogs section header .title-container .section-icon{flex-shrink: 0;flex-grow: 0;display: flex;align-items: center;justify-content: center;width: var(--contentPaddingWidth)}#content section header .title-container .section-icon .icon,#sidebar section header .title-container .section-icon .icon,#dialogs section header .title-container .section-icon .icon{width: var(--sectionIconSize);height: var(--sectionIconSize)}#content section header .title-container .section-icon .collapsible-handle,#sidebar section header .title-container .section-icon .collapsible-handle,#dialogs section header .title-container .section-icon .collapsible-handle{display: none;width: var(--collapsibleHandleSize);height: var(--collapsibleHandleSize);border-left: 2px solid;border-bottom: 2px solid;border-color: #b9b9b9;transform: rotate(var(--collapsibleHandleRotation));transition: transform .22s;margin-top: -4px}#content section header .title-container .section-title,#sidebar section header .title-container .section-title,#dialogs section header .title-container .section-title{flex-grow: 1;display: flex;flex-flow: column;overflow-wrap: anywhere;min-width: 30px}#content section header .title-container .section-title .section-description,#sidebar section header .title-container .section-title .section-description,#dialogs section header .title-container .section-title .section-description{font-size: var(--fontSizeH1Sub);margin-top: var(--defaultPaddingHeightN);padding-top: 5px;padding-bottom: var(--defaultPaddingHeight);color: #8a8a8a}#content section header .title-container .section-title.title-h2 .section-description,#sidebar section header .title-container .section-title.title-h2 .section-description,#dialogs section header .title-container .section-title.title-h2 .section-description{font-size: var(--fontSizeH2Sub);padding-top: 2px}#content section header .title-container:hover .section-icon .collapsible-handle,#sidebar section header .title-container:hover .section-icon .collapsible-handle,#dialogs section header .title-container:hover .section-icon .collapsible-handle{border-color: #8a8a8a;transform: scale(1.2) rotate(var(--collapsibleHandleRotation))}#content section header .title-container:hover .section-title h2,#sidebar section header .title-container:hover .section-title h2,#dialogs section header .title-container:hover .section-title h2{color: #606060 !important}#content section header .module.toolbar,#sidebar section header .module.toolbar,#dialogs section header .module.toolbar{position: relative;display: flex;align-items: center;max-width: none}#content section header .module.toolbar ul.toolbar-menu ul,#sidebar section header .module.toolbar ul.toolbar-menu ul,#dialogs section header .module.toolbar ul.toolbar-menu ul{left: auto;right: 100%}#content section .light-row,#sidebar section .light-row,#dialogs section .light-row{padding: var(--defaultPaddingHeight) var(--contentPaddingWidth);border-bottom: 1px solid var(--colorHorizonalLines)}#content section .wrapper-stickout,#sidebar section .wrapper-stickout,#dialogs section .wrapper-stickout{margin-left: var(--contentPaddingWidthN);margin-right: var(--contentPaddingWidthN)}#content section .wrapper-nopadding:first-child,#sidebar section .wrapper-nopadding:first-child,#dialogs section .wrapper-nopadding:first-child{margin-top: var(--defaultPaddingHeightN)}#content section .wrapper-nopadding:last-child,#sidebar section .wrapper-nopadding:last-child,#dialogs section .wrapper-nopadding:last-child{margin-bottom: var(--defaultPaddingHeightN)}#content section .wrapper-within,#sidebar section .wrapper-within,#dialogs section .wrapper-within{padding-left: var(--contentPaddingWidth);padding-right: var(--contentPaddingWidth)}#content section tr.wrapper-within,#sidebar section tr.wrapper-within,#dialogs section tr.wrapper-within{padding-left: 0;padding-right: 0}#content section tr.wrapper-within td:first-child,#sidebar section tr.wrapper-within td:first-child,#dialogs section tr.wrapper-within td:first-child,#content section tr.wrapper-within th:first-child,#sidebar section tr.wrapper-within th:first-child,#dialogs section tr.wrapper-within th:first-child{padding-left: var(--contentPaddingWidth)}#content section tr.wrapper-within td:last-child,#sidebar section tr.wrapper-within td:last-child,#dialogs section tr.wrapper-within td:last-child,#content section tr.wrapper-within th:last-child,#sidebar section tr.wrapper-within th:last-child,#dialogs section tr.wrapper-within th:last-child,#content section tr.wrapper-within td.select-handle,#sidebar section tr.wrapper-within td.select-handle,#dialogs section tr.wrapper-within td.select-handle,#content section tr.wrapper-within th.select-handle,#sidebar section tr.wrapper-within th.select-handle,#dialogs section tr.wrapper-within th.select-handle{padding-right: var(--contentPaddingWidth)}#content section.collapsible header .title-container,#sidebar section.collapsible header .title-container,#dialogs section.collapsible header .title-container{cursor: pointer}#content section.collapsible header .title-container .section-icon .icon,#sidebar section.collapsible header .title-container .section-icon .icon,#dialogs section.collapsible header .title-container .section-icon .icon{display: none}#content section.collapsible header .title-container .section-icon .collapsible-handle,#sidebar section.collapsible header .title-container .section-icon .collapsible-handle,#dialogs section.collapsible header .title-container .section-icon .collapsible-handle{display: block}#content section.collapsible header .module.toolbar,#sidebar section.collapsible header .module.toolbar,#dialogs section.collapsible header .module.toolbar{transition: opacity .22s}#content section.collapsible .collapsible-content,#sidebar section.collapsible .collapsible-content,#dialogs section.collapsible .collapsible-content{transition: opacity .22s, transform .22s}#content section.collapsible.collapsed-1,#sidebar section.collapsible.collapsed-1,#dialogs section.collapsible.collapsed-1,#content section.collapsible.collapsed,#sidebar section.collapsible.collapsed,#dialogs section.collapsible.collapsed{overflow: hidden}#content section.collapsible.collapsed-1 header,#sidebar section.collapsible.collapsed-1 header,#dialogs section.collapsible.collapsed-1 header,#content section.collapsible.collapsed header,#sidebar section.collapsible.collapsed header,#dialogs section.collapsible.collapsed header{--collapsibleHandleRotation: -135deg}#content section.collapsible.collapsed-1 header .module.toolbar,#sidebar section.collapsible.collapsed-1 header .module.toolbar,#dialogs section.collapsible.collapsed-1 header .module.toolbar,#content section.collapsible.collapsed header .module.toolbar,#sidebar section.collapsible.collapsed header .module.toolbar,#dialogs section.collapsible.collapsed header .module.toolbar{opacity: 0}#content section.collapsible.collapsed-1 .collapsible-content,#sidebar section.collapsible.collapsed-1 .collapsible-content,#dialogs section.collapsible.collapsed-1 .collapsible-content,#content section.collapsible.collapsed .collapsible-content,#sidebar section.collapsible.collapsed .collapsible-content,#dialogs section.collapsible.collapsed .collapsible-content{opacity: 0;transform: translateY(-5px)}#content section.collapsible.collapsed-2 header .module.toolbar,#sidebar section.collapsible.collapsed-2 header .module.toolbar,#dialogs section.collapsible.collapsed-2 header .module.toolbar,#content section.collapsible.collapsed header .module.toolbar,#sidebar section.collapsible.collapsed header .module.toolbar,#dialogs section.collapsible.collapsed header .module.toolbar{display: none}#content section.collapsible.collapsed-2 .collapsible-content,#sidebar section.collapsible.collapsed-2 .collapsible-content,#dialogs section.collapsible.collapsed-2 .collapsible-content,#content section.collapsible.collapsed .collapsible-content,#sidebar section.collapsible.collapsed .collapsible-content,#dialogs section.collapsible.collapsed .collapsible-content{display: none}#content .article-elevated .light-row,#sidebar .article-elevated .light-row,#dialogs .article-elevated .light-row{display: block;width: 100%;box-sizing: border-box;margin-left: auto;margin-right: auto;max-width: 800px;margin-top: 25px;box-shadow: rgba(0,0,0,0.24) 0 3px 8px}@media screen and (max-width: 890px){#content .article-elevated .light-row,#sidebar .article-elevated .light-row,#dialogs .article-elevated .light-row{margin-top: 0;box-shadow: none}}#content .article-elevated .article-content,#sidebar .article-elevated .article-content,#dialogs .article-elevated .article-content{font-size: 16px;line-height: 1.4}@media screen and (max-width: 890px){#content .article-elevated .article-content,#sidebar .article-elevated .article-content,#dialogs .article-elevated .article-content{font-size: 15px}}#content .article-elevated .article-content h2,#sidebar .article-elevated .article-content h2,#dialogs .article-elevated .article-content h2{color: var(--colorText);font-size: 18px;margin-bottom: 0;font-weight: 600}#content .article-elevated .article-content h3,#sidebar .article-elevated .article-content h3,#dialogs .article-elevated .article-content h3{font-size: 16px;margin-bottom: 0;font-weight: 600}@media screen and (max-width: 890px){#content .article-elevated .article-content,#sidebar .article-elevated .article-content,#dialogs .article-elevated .article-content{font-size: 15px}#content .article-elevated .article-content h2,#sidebar .article-elevated .article-content h2,#dialogs .article-elevated .article-content h2{font-size: 17px}#content .article-elevated .article-content h3,#sidebar .article-elevated .article-content h3,#dialogs .article-elevated .article-content h3{font-size: 15px}}#content .article-elevated .article-content table th,#sidebar .article-elevated .article-content table th,#dialogs .article-elevated .article-content table th,#content .article-elevated .article-content table td,#sidebar .article-elevated .article-content table td,#dialogs .article-elevated .article-content table td{text-align: left;padding: 3px 10px}#content .article-elevated .article-content img.img-responsive,#sidebar .article-elevated .article-content img.img-responsive,#dialogs .article-elevated .article-content img.img-responsive{max-width: 100%;height: auto;box-shadow: rgba(0,0,0,0.24) 0 3px 8px}#content .article-elevated .article-content figure img,#sidebar .article-elevated .article-content figure img,#dialogs .article-elevated .article-content figure img{max-width: 100%;height: auto;box-shadow: rgba(0,0,0,0.24) 0 3px 8px}#content .article-elevated .article-content figure figcaption,#sidebar .article-elevated .article-content figure figcaption,#dialogs .article-elevated .article-content figure figcaption{color: #888;text-align: center;font-style: italic;font-size: 14px;margin-top: 10px}.custom-header{color: #fff;background-size: cover;background: radial-gradient(ellipse at bottom right, #4a5b70, #383f4e) center;padding: 0 !important;margin-top: var(--contentPaddingHeightN)}.custom-header.success{background: radial-gradient(ellipse at bottom right, #badf39, #89b04d)}.custom-header.info{background: radial-gradient(ellipse at bottom right, #57b7d7, #246fa8)}.custom-header.warning{background: radial-gradient(ellipse at bottom right, #ffb400, #e18400)}.custom-header.error{background: radial-gradient(ellipse at bottom right, #e75c5c, #d30707)}.custom-header .custom-header-body{position: relative;width: 100%;padding: var(--contentPaddingHeight) var(--contentPaddingWidth);background-position: right bottom;background-repeat: no-repeat}@media screen and (max-width: 900px){.custom-header .custom-header-body{background-size: cover}}.custom-header .custom-header-body h1,.custom-header .custom-header-body h2{color: #fff;text-shadow: 1px 1px 2px rgba(0,0,0,0.4)}.custom-header .custom-header-body .custom-header-title{display: flex;align-items: center}.custom-header .custom-header-body .custom-header-title .section-title{flex-grow: 1}.custom-header .custom-header-body .custom-header-title .module.toolbar > ul > li > .toolbar-menuitem-element:not(:hover){color: #fff}.custom-header .custom-header-body .custom-header-icons{list-style: none;margin: 0;padding: 0;margin-bottom: 10px;gap: 0 20px;display: grid;grid-template-columns: 33% 33% 33%}.custom-header .custom-header-body .custom-header-icons li{height: 35px;display: flex;align-items: center}.custom-header .custom-header-body .custom-header-icons li svg{flex-shrink: 0;fill: #fff;width: 16px;height: 16px}.custom-header .custom-header-body .custom-header-icons li > span{line-height: 16px;margin-left: 10px;text-shadow: 1px 1px 1px rgba(0,0,0,0.4);overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.custom-header .custom-header-body .custom-header-buttons{margin-bottom: 10px;display: flex;flex-wrap: wrap;gap: 10px}.custom-header .custom-header-body .custom-header-buttons .custom-header-button{font-size: 14px;font-weight: bold;background: rgba(0,0,0,0.4);padding: 13px 25px;border-radius: 3px;color: #fff !important;text-align: center;display: inline-block}.custom-header .custom-header-body .custom-header-buttons .custom-header-button:hover{background: rgba(0,0,0,0.2) !important}.custom-header .custom-header-body .custom-header-buttons .custom-header-button.highlight{animation-duration: 0.7s;animation-name: highlight;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-direction: alternate}@keyframes highlight{from{box-shadow: rgba(255,241,88,0.3) 0 0 5px}to{box-shadow: #fe5 0 0 15px}}.custom-header .custom-header-body .box{margin-top: var(--contentPaddingHeight)}body.width-small .custom-header .custom-header-icons{grid-template-columns: 50% 50%}body.width-tiny .custom-header .custom-header-icons{grid-template-columns: 100%}#content .light-row:not(.widgets),#dialogs .light-row:not(.widgets){background: #fff}#content .light-row.widgets,#dialogs .light-row.widgets{--contentPaddingWidth: var(--widgetOuterPaddingWidth);--contentPaddingWidthN: var(--widgetOuterPaddingWidthN);display: grid;grid-template-columns: repeat(6, 1fr);gap: var(--defaultGap)}#content .light-row.widgets > :not(.widget),#dialogs .light-row.widgets > :not(.widget){grid-column-start: 0;grid-column-end: span 6;margin: 0}#content .light-row.widgets .widget,#dialogs .light-row.widgets .widget{--contentPaddingWidth: var(--widgetPaddingWidth);--contentPaddingWidthN: var(--widgetPaddingWidthN);--defaultPaddingHeight: var(--widgetPaddingHeight);--defaultPaddingHeightN: var(--widgetPaddingHeightN);display: flex;flex-flow: column;border-radius: var(--borderRadius);border-bottom: 1px solid var(--colorDividers);border-right: 1px solid var(--colorDividers);position: relative;background: #fff;box-shadow: rgba(50,50,93,0.05) 0 13px 27px -5px, rgba(0,0,0,0.1) 0px 8px 16px -8px;transition: all .2s ease-in-out}#content .light-row.widgets .widget:hover,#dialogs .light-row.widgets .widget:hover{box-shadow: rgba(0,0,0,0.2) 0 13px 40px -5px, rgba(0,0,0,0.2) 0px 8px 25px -8px}#content .light-row.widgets .widget.width-full,#dialogs .light-row.widgets .widget.width-full{grid-column-start: 0;grid-column-end: span 6}#content .light-row.widgets .widget.width-half,#dialogs .light-row.widgets .widget.width-half{grid-column-end: span 3}#content .light-row.widgets .widget.width-third,#dialogs .light-row.widgets .widget.width-third{grid-column-end: span 2}#content .light-row.widgets .widget.width-double,#dialogs .light-row.widgets .widget.width-double{grid-column-end: span 4}@media screen and (max-width: 1300px){#content .light-row.widgets .widget,#dialogs .light-row.widgets .widget{grid-column-start: 0 !important;grid-column-end: span 6 !important}}#content .light-row.widgets .widget .widget-header,#dialogs .light-row.widgets .widget .widget-header{display: flex;align-items: center;gap: var(--defaultGapSmall);padding-right: var(--widgetPaddingWidth);border-bottom: 1px solid var(--colorDividers);border-top-left-radius: var(--borderRadius);border-top-right-radius: var(--borderRadius)}#content .light-row.widgets .widget .widget-header.has-link:hover,#dialogs .light-row.widgets .widget .widget-header.has-link:hover{background: #b3d6f2}#content .light-row.widgets .widget .widget-header .widget-header-content,#dialogs .light-row.widgets .widget .widget-header .widget-header-content{flex-grow: 1;display: flex;align-items: center;padding: var(--widgetPaddingHeight) 0;padding-left: var(--widgetPaddingWidth);gap: var(--defaultGapSmall)}#content .light-row.widgets .widget .widget-header .widget-header-content .icon,#dialogs .light-row.widgets .widget .widget-header .widget-header-content .icon{flex-shrink: 0}#content .light-row.widgets .widget .widget-header .widget-header-content .widget-title,#dialogs .light-row.widgets .widget .widget-header .widget-header-content .widget-title{padding: 0;margin: 0;font-weight: 300;font-size: var(--fontSizeH2);overflow: hidden;text-overflow: ellipsis;white-space: nowrap}#content .light-row.widgets .widget .widget-header .widget-header-content .widget-description,#dialogs .light-row.widgets .widget .widget-header .widget-header-content .widget-description{font-size: var(--fontSizeH2Sub);color: #8a8a8a}#content .light-row.widgets .widget .widget-header .widget-header-content .title-next,#dialogs .light-row.widgets .widget .widget-header .widget-header-content .title-next{height: 8px;width: 8px}#content .light-row.widgets .widget .widget-header div.widget-header-content,#dialogs .light-row.widgets .widget .widget-header div.widget-header-content{cursor: default}#content .light-row.widgets .widget .widget-header .toolbar,#dialogs .light-row.widgets .widget .widget-header .toolbar{position: static;margin: var(--widgetToolbarMarginHeight) 0}#content .light-row.widgets .widget .widget-content,#dialogs .light-row.widgets .widget .widget-content{flex-grow: 1;padding: var(--defaultPaddingHeight) var(--contentPaddingWidth)}#content .light-row.widgets .widget.drag-started,#dialogs .light-row.widgets .widget.drag-started{filter: blur(2px);opacity: 0.7;transform: scale(.95)}#content .light-row.widgets .widget .dropzones .left,#dialogs .light-row.widgets .widget .dropzones .left,#content .light-row.widgets .widget .dropzones .right,#dialogs .light-row.widgets .widget .dropzones .right{position: absolute;top: 0;height: 100%;width: 48%;border-radius: 5px}#content .light-row.widgets .widget .dropzones .right,#dialogs .light-row.widgets .widget .dropzones .right{right: 0;background: linear-gradient(-90deg, #fff 0%, rgba(255,255,255,0) 50%);border-right: 3px dashed #000}#content .light-row.widgets .widget .dropzones .left,#dialogs .light-row.widgets .widget .dropzones .left{left: 0;background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 50%);border-left: 3px dashed #000}#content .light-row.widgets .widget:has(.dropzones .left.drag-over),#dialogs .light-row.widgets .widget:has(.dropzones .left.drag-over){transform: translateX(15px)}#content .light-row.widgets .widget:has(.dropzones .right.drag-over),#dialogs .light-row.widgets .widget:has(.dropzones .right.drag-over){transform: translateX(-15px)}#sidebar{--colorHorizonalLines: #e3e3e3;--colorDividers: #e3e3e3;--contentPaddingWidth: var(--sidebarPaddingWidth);--contentPaddingWidthN: var(--sidebarPaddingWidthN);--sectionIconSize: 16px;--sidebarButtonRotation: -135deg;--sidebarButtonMove: 3px;--collapsibleHandleSize: 5px;--defaultGap: 15px;--fontSizeH1: 22px;--fontSizeH1Sub: 14px;--fontSizeH2: 14px;--fontSizeH2Sub: 12px;--defaultPaddingHeight: 15px;--defaultPaddingHeightN: -15px;position: fixed;z-index: 200;top: 0;bottom: 0;right: 0;width: var(--widthSidebar);padding-top: var(--spaceHead);flex-shrink: 0;display: flex;flex-flow: column;align-items: stretch;justify-content: stretch;background: var(--colorLightGray);transition: padding-top var(--transitionTime), width var(--transitionTime), opacity var(--transitionTime), transform var(--transitionTime)}#sidebar .scrollable{--scrollbarBackground: var(--colorLightGray)}#sidebar .button-sidebar{left: -30px}#sidebar .button-sidebar:hover::before{border-color: #555559;transform: translateX(var(--sidebarButtonMove)) rotate(var(--sidebarButtonRotation))}#sidebar .button-sidebar::before{border-color: #858688;transform: rotate(var(--sidebarButtonRotation))}#sidebar .sidebar-container{position: relative;flex-shrink: 1;flex-grow: 1;overflow: hidden;display: flex}#sidebar .sidebar-container.multilevel{overflow: hidden}#sidebar .sidebar-container section.title-h1 header{margin-top: 10px;border-bottom: none}#sidebar .sidebar-container section:last-child .light-row{border-bottom: none}#sidebar .sidebar-container .level{position: absolute !important;top: 0;left: 0;width: 100%;height: 100%;transition: opacity var(--transitionTime), transform var(--transitionTime)}#sidebar .sidebar-container .level .level-container{padding: var(--contentPaddingHeight) 0;width: var(--widthSidebar);transition: opacity var(--transitionTime)}#sidebar .sidebar-container .level.hide-right{pointer-events: none;opacity: 0;transform: translate3d(var(--widthSidebar), 0, 0)}#sidebar .sidebar-container .level.hide-left{pointer-events: none;opacity: 0;transform: translate3d(var(--widthSidebarN), 0, 0)}body.width-tiny #main.has-sidebar .button-sidebar{display: flex}body.width-tiny #main.has-sidebar #content section.title-h1 header .module.toolbar{margin-right: 15px}body.width-tiny.show-sidebar-1 #sidebar{box-shadow: -5px 0 10px 0 rgba(0,0,0,0.15)}body.width-tiny:not(.show-sidebar-1) #sidebar{transform: translateX(var(--widthSidebar));--sidebarButtonRotation: 45deg;--sidebarButtonMove: -3px}body.width-tiny:not(.show-sidebar-1) #sidebar .level-container{opacity: 0}#dialogs .dialogs-container .dialog{--contentPaddingWidth: var(--dialogPaddingWidth);--contentPaddingWidthN: var(--dialogPaddingWidthN);--defaultPaddingHeight: var(--dialogPaddingHeight);--defaultPaddingHeightN: var(--dialogPaddingHeightN);padding: var(--dialogPaddingTop) 0;background-color: var(--backgroundMain);border-radius: var(--borderRadius);box-shadow: 0 2px 40px rgba(0,0,0,0.4)}#dialogs .dialogs-container .dialog .dialog-close-handle{width: var(--dialogCloseHandleWidth);height: var(--dialogCloseHandleHeight)}#dialogs .dialogs-container .dialog.has-close-handle section.title-h1 header .toolbar.style-topright{margin-right: 35px}.made-in-switzerland{width: 150px;color: #888;font-size: 10px;text-transform: uppercase;display: flex;justify-content: center;line-height: 13px;margin-top: -17px;margin-left: calc(100% - 150px)}.made-in-switzerland div{position: relative;width: 13px;height: 13px;background: red;margin-right: 4px}.made-in-switzerland div::before,.made-in-switzerland div::after{content: '';position: absolute;background: #fff}.made-in-switzerland div::before{left: 2px;top: 5px;height: 3px;width: 9px}.made-in-switzerland div::after{left: 5px;top: 2px;height: 9px;width: 3px}.made-in-switzerland span{position: relative}@media print{#head,#navigation,#sidebar{display: none !important}#content-wrapper{padding-left: 0 !important;padding-top: 0 !important;padding-right: 0 !important}#content{padding: 0 !important}.exceptionhandler,.exceptionhandler-icon{display: none !important}.module.toolbar{display: none !important}.collapsible .collapsible-handle{display: none !important}.made-in-switzerland{display: none !important}}.contact-handles{display: flex;align-items: center;gap: 4px}.contact-handles .contact-icon svg.icon{float: none !important;fill: #ddd;height: 20px !important;width: 20px !important}.contact-handles .contact-icon.active svg{fill: #888}.listview .contact-handles{justify-content: flex-end}.custom-header .custom-header-body{position: relative}/*# sourceMappingURL=/cache/css/6d3ff90555768a6f99da4837f30c6253.map */