body.darkmode{--primary-color: white;--text-color: black;--link-hover-color: #ff8f30;--background-color: #121212;--foreground-color: #($foreground-color);--text-color-darkmode: #E4E6EB;--list-view-even-color: #000000;--list-view-odd-color: #1E1E1E;--list-view-header-color: #1E1E1E;--list-view-hover-color: #1E1E1E;--custom-logo-url-darkmode: #($custom-logo-url-darkmode);--custom-logo-background: #($custom-logo-background);--chartColor1: #ff8f30;--chartColor2: #009343;--chartColor3: #6A8DB6;--chartColor4: #FE4110;--chartColor5: #C9015C}body.darkmode *{-webkit-box-sizing:border-box;box-sizing:border-box}body.darkmode html,body.darkmode .Body-Wrapper,body.darkmode body,body.darkmode form.login-form{width:100%;height:100%;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#e4e6eb;background-color:#121212}body.darkmode h1{color:#fff;font-size:large}body.darkmode h2{color:#fff;font-size:larger}body.darkmode h3{color:#fff;font-size:inherit}body.darkmode h4{color:#fff;font-size:inherit}body.darkmode h5{color:#fff;font-size:inherit}body.darkmode h6{color:#fff;font-size:inherit}body.darkmode body{margin:0;padding:0;background-color:#121212}body.darkmode a{text-decoration:none;color:#fff}body.darkmode a:hover{color:#ff8f30}body.darkmode input,body.darkmode button,body.darkmode textarea,body.darkmode select,body.darkmode fieldset{font-family:Arial,Helvetica,sans-serif;font-size:14px;border-radius:6px;padding:2px;border:2px solid rgba(0,0,0,.14)}body.darkmode button,body.darkmode input[type=button],body.darkmode input[type=submit]{padding-inline:6px}body.darkmode button:not(:active),body.darkmode input[type=button]:not(:active),body.darkmode input[type=submit]:not(:active){border-left-width:1px;border-top-width:1px}body.darkmode button:active,body.darkmode input[type=button]:active,body.darkmode input[type=submit]:active{border-bottom-width:1px;border-right-width:1px;-webkit-filter:brightness(0.98);filter:brightness(0.98)}body.darkmode .primary-background-color,body.darkmode .simple-dialog button.filled-btn{background-color:#fff;color:#000}body.darkmode .primary-color{color:#fff}body.darkmode .center-screen,body.darkmode .flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body.darkmode .center-absolute{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}body.darkmode .center-horizontal-absolute{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}body.darkmode .center-vertical-absolute{position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}body.darkmode .blur-10{-webkit-filter:blur(10px);filter:blur(10px)}body.darkmode .fab,body.darkmode .fab-extended{position:fixed;right:20px;bottom:36px;padding:12px;border-radius:16px;background-color:#fff;color:#000;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.3),0px 1px 3px 1px rgba(0,0,0,.15);box-shadow:0px 1px 2px 0px rgba(0,0,0,.3),0px 1px 3px 1px rgba(0,0,0,.15);cursor:pointer;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:90%;max-width:calc(100% - 30px)}body.darkmode .fab:hover,body.darkmode .fab-extended:hover{background-color:hsl(0,0%,97%)}body.darkmode .fab:active,body.darkmode .fab-extended:active{background-color:hsl(0,0%,95%)}body.darkmode .fab span,body.darkmode .fab .fab-text,body.darkmode .fab-extended span,body.darkmode .fab-extended .fab-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.darkmode .fab.fab-extended span,body.darkmode .fab.fab-extended .fab-text,body.darkmode .fab-extended.fab-extended span,body.darkmode .fab-extended.fab-extended .fab-text{margin-left:12px}body.darkmode .simple-dialog{position:absolute;min-width:150px;max-width:100%;padding:0px !important;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.15);z-index:146}body.darkmode .simple-dialog::before{content:"";width:32px;height:4px;background-color:#a9a9a9;display:block;border-radius:16px;position:absolute;top:6px;left:0;right:0;margin-left:auto;margin-right:auto;pointer-events:none}body.darkmode .simple-dialog .filled-btn,body.darkmode .simple-dialog .icon-btn{background-color:unset;border:none;border-radius:4px}body.darkmode .simple-dialog#help-dialog{word-break:break-word;min-height:200px}body.darkmode .simple-dialog#help-dialog iframe{max-width:100%;display:block;margin:16px 0}body.darkmode .simple-dialog#help-dialog img{max-width:100%}body.darkmode .simple-dialog#help-dialog blockquote{padding:4px 20px 4px 40px;margin:0 15px;background-color:hsla(0,0%,100%,.3);border-radius:8px;position:relative}body.darkmode .simple-dialog#help-dialog blockquote::before{content:"ℹ";font-family:Arial,sans-serif;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px;color:#fff}body.darkmode .simple-dialog#help-dialog table thead{background-color:rgba(0,0,0,.14)}body.darkmode .simple-dialog#help-dialog table tr:nth-child(even){background-color:rgba(0,0,0,.1)}body.darkmode .simple-dialog#help-dialog table tr td{padding:4px 6px}body.darkmode .simple-dialog#help-dialog .loading-linear{display:none}body.darkmode .simple-dialog#help-dialog input.search-box{width:100%;padding:12px 8px;margin:12px 0}body.darkmode .simple-dialog#help-dialog input.search-box.searching+.loading-linear{display:block;height:4px}body.darkmode .simple-dialog#help-dialog .appended-item{max-width:100%;margin-top:8px}body.darkmode .simple-dialog#help-dialog .appended-file{padding:10px;background-color:#e7e7e7;border-radius:8px}body.darkmode .simple-dialog#help-dialog .appended-file:hover{background-color:#dadada}body.darkmode .simple-dialog .dialog-header{padding:16px 16px 10px 16px;background-color:rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:move}body.darkmode .simple-dialog .dialog-header button{cursor:pointer}body.darkmode .simple-dialog .dialog-resize-outline{height:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-handle{position:absolute;bottom:0}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-s{width:100%;height:8px;cursor:ns-resize}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-w,body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-e{width:8px;height:100%;cursor:ew-resize}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-sw{cursor:nesw-resize}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-w,body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-sw{left:0}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-e,body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-se{right:0}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-se{cursor:nwse-resize}body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-se,body.darkmode .simple-dialog .dialog-resize-outline .dialog-resize-sw{width:10px;height:10px}body.darkmode .simple-dialog .dialog-resize-outline .dialog-content-holder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode .simple-dialog .dialog-content{height:100%;padding:0 16px 16px 16px;overflow:auto;color:#e4e6eb}body.darkmode .simple-dialog .dialog-content .loading-circle{margin:16px auto 0}body.darkmode .access-top{position:absolute;top:0;left:0;width:100svw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body.darkmode .access-top .navigation,body.darkmode .access-top .change-lang{background-color:#292929;-webkit-box-shadow:-1px 1px 5px rgba(0,0,0,.5333333333);box-shadow:-1px 1px 5px rgba(0,0,0,.5333333333);font-size:1.2rem;font-weight:600;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}body.darkmode .access-top .navigation a,body.darkmode .access-top .change-lang a{padding:5px 10px;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}body.darkmode .access-top .navigation a.active,body.darkmode .access-top .change-lang a.active{background-color:#fff;color:#000}body.darkmode .access-top .navigation a:hover,body.darkmode .access-top .change-lang a:hover{cursor:pointer}body.darkmode .access-top .navigation{border-bottom-right-radius:10px}body.darkmode .access-top .change-lang{border-bottom-left-radius:10px}body.darkmode .login-page{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:url(custom/LoginScreen_Background.png) no-repeat scroll center center;background-size:cover}body.darkmode .login-page ::-webkit-input-placeholder,body.darkmode .login-page ::-moz-placeholder,body.darkmode .login-page :-ms-input-placeholder,body.darkmode .login-page :-moz-placeholder{color:#666;opacity:1}body.darkmode .login-page .login-page-container{width:98%;margin:0 1%;max-width:425px;background-color:#292929;color:#fff}body.darkmode .login-page .login-page-container .login-page-container-head .login-page-logo{width:auto;height:90px;padding:8px}body.darkmode .login-page .login-page-container .login-page-container-head .login-page-logo img{height:100%;width:auto;max-width:100%;margin:auto}body.darkmode .login-page .login-page-container .login-page-container-head .login-page-system-name{text-align:center}body.darkmode .login-page .login-page-container .login-page-container-head .login-page-system-name h1{font-size:large}body.darkmode .login-page .login-page-container .login-page-container-body{text-align:center}body.darkmode .login-page .login-page-container .login-page-container-body p{margin-bottom:16px}body.darkmode .login-page .login-page-container .login-page-container-body input[type=password],body.darkmode .login-page .login-page-container .login-page-container-body input[type=text]{width:220px;height:25pt;border:1px solid #999;text-indent:10pt;border-radius:4px}body.darkmode .login-page .login-page-container .login-page-container-body input[type=submit]{border:solid 1px #dfdfdf;border-radius:15px;color:#fff;font-weight:600;font-size:14px;padding:6px 45px;line-height:1.5;background-color:rgba(0,0,0,.03);cursor:pointer}body.darkmode .login-page .login-page-container .login-page-container-body div{margin-bottom:15px}body.darkmode .login-page footer{padding:4px;background-color:#292929}body.darkmode .login-page footer img{padding:0}body.darkmode .login-page footer img.sdNordLogo{height:32px}body.darkmode .login-page footer *{padding:4px}body.darkmode .loginTextbox,body.darkmode .card.loginTextbox,body.darkmode .tooltip .loginTextbox.tooltiptext{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;backdrop-filter:blur(4px)}body.darkmode .loginTextbox>p,body.darkmode .card.loginTextbox>p,body.darkmode .tooltip .loginTextbox.tooltiptext>p{color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;color:#000}body.darkmode .loginTextbox,body.darkmode .card.loginTextbox,body.darkmode .tooltip .loginTextbox.tooltiptext{background:hsla(0,0%,100%,.7);width:98%;padding:16px;max-width:425px}body.darkmode .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body.darkmode .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode .flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}body.darkmode .align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.darkmode .flex-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body.darkmode .flex-space-around{-ms-flex-pack:distribute;justify-content:space-around}body.darkmode .flex-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}body.darkmode .align-items-flex-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}body.darkmode .align-items-flex-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body.darkmode .align-items-unset{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}body.darkmode .card,body.darkmode .tooltip .tooltiptext,body.darkmode .simple-dialog{background-color:#1e1e1e;border-radius:10px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.15);box-shadow:0 2px 5px rgba(0,0,0,.15);padding:16px}body.darkmode .card.full-card,body.darkmode .tooltip .full-card.tooltiptext,body.darkmode .full-card.simple-dialog{width:100%}body.darkmode .card.no-shadow,body.darkmode .tooltip .no-shadow.tooltiptext,body.darkmode .no-shadow.simple-dialog{-webkit-box-shadow:none;box-shadow:none}body.darkmode .card-collection{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.darkmode .card-collection .card,body.darkmode .card-collection .tooltip .tooltiptext,body.darkmode .tooltip .card-collection .tooltiptext,body.darkmode .card-collection .simple-dialog{max-width:100%;margin:10px;overflow:auto;height:300px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body.darkmode .card-collection .card .cardHeader,body.darkmode .card-collection .tooltip .tooltiptext .cardHeader,body.darkmode .tooltip .card-collection .tooltiptext .cardHeader,body.darkmode .card-collection .simple-dialog .cardHeader{height:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}body.darkmode .card-collection .card .cardHeader .cardHeaderText,body.darkmode .card-collection .tooltip .tooltiptext .cardHeader .cardHeaderText,body.darkmode .tooltip .card-collection .tooltiptext .cardHeader .cardHeaderText,body.darkmode .card-collection .simple-dialog .cardHeader .cardHeaderText{color:#e4e6eb;font-weight:700}body.darkmode .card-collection .card .cardBody,body.darkmode .card-collection .tooltip .tooltiptext .cardBody,body.darkmode .tooltip .card-collection .tooltiptext .cardBody,body.darkmode .card-collection .simple-dialog .cardBody{height:90%;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.darkmode .card-collection .card .cardBody .cardTable,body.darkmode .card-collection .tooltip .tooltiptext .cardBody .cardTable,body.darkmode .tooltip .card-collection .tooltiptext .cardBody .cardTable,body.darkmode .card-collection .simple-dialog .cardBody .cardTable{max-height:100%;height:0px;display:table}body.darkmode .loading-circle{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid gray;width:36px;height:36px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.darkmode .loading-linear{position:relative;width:100%;height:100%;background-color:#fff}body.darkmode .loading-linear:before{content:"";position:absolute;height:100%;background-color:#fff;-webkit-animation:indeterminate_first 1.5s infinite ease-out;animation:indeterminate_first 1.5s infinite ease-out}body.darkmode .loading-linear:after{content:"";position:absolute;height:100%;background-color:#fff;-webkit-animation:indeterminate_second 1.5s infinite ease-in;animation:indeterminate_second 1.5s infinite ease-in}@-webkit-keyframes indeterminate_first{0%{left:-100%;width:100%}100%{left:100%;width:10%}}@keyframes indeterminate_first{0%{left:-100%;width:100%}100%{left:100%;width:10%}}@-webkit-keyframes indeterminate_second{0%{left:-150%;width:100%}100%{left:100%;width:10%}}@keyframes indeterminate_second{0%{left:-150%;width:100%}100%{left:100%;width:10%}}body.darkmode .tooltip{position:unset}body.darkmode .tooltip table{overflow:visible}body.darkmode .tooltip .tooltiptext{position:absolute;top:auto;left:auto;bottom:auto;right:auto;display:none;background-color:#fff;color:#000;z-index:20}body.darkmode .tooltip:hover .tooltiptext{display:block}body.darkmode .change-role-container{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:auto}body.darkmode .change-role-container .change-role-item{padding:8px 16px;text-align:center}body.darkmode .list-pager{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#1e1e1e}body.darkmode .list-pager>div{padding:8px}body.darkmode .Theme-Common-Progressbar{background-image:url("./custom/waiting-dark.gif");background-size:128px 128px;background-position:center center;width:100%;height:128px;margin:50px auto;background-repeat:no-repeat}body.darkmode .glyphicons{vertical-align:middle}body.darkmode table.Theme-ListView-List{width:100%;border-collapse:collapse}body.darkmode table.Theme-ListView-List .glyphicons{font-size:16px;padding:0px 2px}body.darkmode table.Theme-ListView-List .Theme-ListView-OddLine{background-color:#1e1e1e}body.darkmode table.Theme-ListView-List .Theme-ListView-EvenLine{background-color:#000}body.darkmode table.Theme-ListView-List .Theme-ListView-tblCheck{width:50px;text-align:center}body.darkmode table.Theme-ListView-List .Theme-ListView-SumLine{font-size:14px;font-weight:bold}body.darkmode table.Theme-ListView-List .Theme-ListView-tblNumber{text-align:right;width:40px;padding-right:10px}body.darkmode table.Theme-ListView-List thead tr:hover{background-color:unset}body.darkmode table.Theme-ListView-List th.Theme-ListView-List{text-align:left;font-weight:normal;padding-left:4px;padding-right:4px;height:26px}body.darkmode table.Theme-ListView-List td.Theme-ListView-List{text-align:left;padding-left:4px;padding-right:4px;height:30px}body.darkmode table.Theme-ListView-List tr:nth-child(even){background-color:#000}body.darkmode table.Theme-ListView-List tr:nth-child(odd){background-color:#1e1e1e}body.darkmode table.Theme-ListView-List tr.Theme-ListView-tblHeader{background-color:#1e1e1e !important}body.darkmode table.Theme-ListView-List tr:hover{background-color:#1e1e1e}body.darkmode table.Theme-ListView-List tr table tr:nth-child(even),body.darkmode table.Theme-ListView-List tr table tr:nth-child(odd){background-color:unset}body.darkmode table.Theme-ListView-List tr table tr:hover{background-color:unset}body.darkmode table.Theme-ListView-List tr.Theme-ListView-List{font-size:12px}body.darkmode table.Theme-ListView-List tr.Theme-ListView-List:hover{background-color:#1e1e1e}body.darkmode .Theme-Legend{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;padding:10px;background-color:#1e1e1e}body.darkmode .Theme-Legend .Theme-Legend-Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol{width:10px;aspect-ratio:1;border-radius:50%;margin-inline:5px}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Green{background-color:#48a43f}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Yellow{background-color:#fa0}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Red{background-color:red}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Grey{background-color:#999}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Lime{background-color:#b2d437}body.darkmode .Theme-Legend .Theme-Legend-Item .Theme-Legend-Symbol.Blue{background-color:#3587bd}body.darkmode table.Theme-Controls-Widget{border-bottom:1px dotted silver;width:100%}body.darkmode table.Theme-Controls-Widget:hover{background-color:#1e1e1e}body.darkmode table.Theme-Controls-Widget td.Theme-Controls-Description1{text-align:left;font-weight:bold;vertical-align:top;font-size:8pt}body.darkmode table.Theme-Controls-Widget td.Theme-Controls-Description2{width:5%;text-align:right}body.darkmode table.Theme-Controls-Widget td.Theme-Controls-DataControl{width:60%;text-align:left;font-size:8pt}body.darkmode table.Theme-Controls-InsertUpdate{text-align:left;width:100%;font-size:10px}body.darkmode span.Theme-Controls-Description2{font-weight:bold;color:red;font-size:10px;cursor:default}body.darkmode span.Theme-Controls-TinyMCE:hover{cursor:pointer;font-weight:bold}body.darkmode .Controls-Widgets-Table-File-DropZone{background-color:#1e1e1e;color:#fff;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px}body.darkmode .Controls-Widgets-Table-File-DropZone>div{margin-right:12px}body.darkmode .Controls-Widgets-Table-File-Files,body.darkmode .Controls-Widgets-Table-Bilder{width:100%;border-collapse:collapse}body.darkmode .Controls-Widgets-Table-File-Files tr,body.darkmode .Controls-Widgets-Table-Bilder tr{border-bottom:1px solid #000}body.darkmode .Controls-Widgets-Table-File-Files tr:last-child,body.darkmode .Controls-Widgets-Table-Bilder tr:last-child{border-bottom:none}body.darkmode .Controls-Widgets-Table-File-Files td,body.darkmode .Controls-Widgets-Table-Bilder td{padding:1rem}body.darkmode .Theme-Common-StateMeasurement,body.darkmode .Theme-Custom-CompletePosition,body.darkmode .Theme-Custom-PositionCompleted,body.darkmode .Theme-Custom-StorageUndershot,body.darkmode .Theme-Custom-StorageOK,body.darkmode .Theme-Custom-NoStorage,body.darkmode .Theme-Custom-StoreIn,body.darkmode .Theme-Custom-StoreOut,body.darkmode .Theme-Custom-Inventory,body.darkmode .Theme-Custom-Order,body.darkmode .Theme-Common-ArticleType-Fluid,body.darkmode .Theme-Common-ArticleType-Additiv,body.darkmode .Theme-Common-ArticleType-Service,body.darkmode .Theme-Common-ArticleType-Material{background-repeat:no-repeat;height:16px;width:16px}body.darkmode .Theme-Common-StateMeasurement{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/signaltowersearch16.png")}body.darkmode .Theme-Custom-CompletePosition{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/home16.png")}body.darkmode .Theme-Custom-PositionCompleted{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/home ok16.png")}body.darkmode .Theme-Custom-StorageUndershot{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/disable16.png")}body.darkmode .Theme-Custom-StorageOK{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/enable convex16.png")}body.darkmode .Theme-Custom-NoStorage{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/disabledisabled16.png")}body.darkmode .Theme-Custom-StoreIn{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/add green16.png")}body.darkmode .Theme-Custom-StoreOut{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/remove (delete) red16.png")}body.darkmode .Theme-Custom-Inventory{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/make favorite yellow16.png")}body.darkmode .Theme-Custom-Order{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/new16.png")}body.darkmode .Theme-Common-ArticleType-Fluid{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/chemical16.png")}body.darkmode .Theme-Common-ArticleType-Additiv{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/chemicaladd16.png")}body.darkmode .Theme-Common-ArticleType-Service{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/gloves16.png")}body.darkmode .Theme-Common-ArticleType-Material{background-image:url("https://secure.sdnord.de/fluidas/fluidasweb3/images/fluidas/nutandbolt16.png")}body.darkmode .Theme-Controls-ConfigError{font-style:italic;color:red}body.darkmode .ui-autocomplete{font-size:10pt;width:300px}body.darkmode .ui-autocomplete font{font-size:10pt}body.darkmode .ui-autocomplete a{font-size:0pt}body.darkmode .ui-state-default,body.darkmode .ui-widget-content .ui-state-default,body.darkmode .ui-widget-header .ui-state-default{background-color:#dfdfdf}body.darkmode .ui-state-default a,body.darkmode .ui-state-default a:link,body.darkmode .ui-state-active a,body.darkmode .ui-state-active a:link,body.darkmode .ui-state-active a:visited,body.darkmode .ui-state-default,body.darkmode .ui-widget-content .ui-state-default,body.darkmode .ui-widget-header .ui-state-default,body.darkmode .ui-widget-header{color:#e4e6eb;text-decoration:none;background:-webkit-gradient(linear, left top, left bottom, from(#121212), to(#1E1E1E));background:linear-gradient(to bottom, #121212 0%, #1E1E1E 100%)}body.darkmode .ui-corner-all,body.darkmode .ui-corner-top,body.darkmode .ui-corner-bottom,body.darkmode .ui-corner-right,body.darkmode .ui-corner-left,body.darkmode .ui-corner-br,body.darkmode .ui-corner-tl{border:none;border-radius:0;background-color:#1e1e1e}body.darkmode button.ui-corner-all{border:1px solid #999}body.darkmode .ui-dialog .ui-dialog-buttonpane{background-color:rgba(115,115,115,.2);text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}body.darkmode .ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}body.darkmode .ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}body.darkmode .ui-widget{font-family:Arial,Helvetica,sans-serif}body.darkmode .ui-widget input{max-width:100%;font-size:1em}body.darkmode .ui-widget select,body.darkmode .ui-widget textarea,body.darkmode .ui-widget button{font-family:inherit}body.darkmode .ui-widget-header{background-color:rgba(115,115,115,.2)}body.darkmode .ui-widget-content{color:#e4e6eb}body.darkmode .ui-widget-content a{color:#fff}body.darkmode .ui-tabs .ui-tabs-nav li a{background-color:#1e1e1e}body.darkmode .ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color:#1e1e1e}body.darkmode .ui-accordion{max-width:350px;width:auto;background-color:#1e1e1e;background-image:none;font-size:24px}body.darkmode .ui-accordion .ui-accordion-content{overflow:hidden;background-image:none}body.darkmode .Theme-Actions-AccordionContent,body.darkmode .Theme-Filter-AccordionContent,body.darkmode .Theme-Export-AccordionContent,body.darkmode .Theme-Sort-AccordionContent{padding:0px 0px 1em 0px !important;height:auto !important;background-color:#1e1e1e}body.darkmode .Theme-Actions-AccordionContent div,body.darkmode .Theme-Filter-AccordionContent div,body.darkmode .Theme-Export-AccordionContent div,body.darkmode .Theme-Sort-AccordionContent div{padding:0px 0px 0px 0px !important;margin:3px 5px}body.darkmode .Theme-Actions-AccordionContent table,body.darkmode .Theme-Filter-AccordionContent table,body.darkmode .Theme-Export-AccordionContent table,body.darkmode .Theme-Sort-AccordionContent table{padding:0px 0px 0px 0px !important;margin:3px 5px;font-size:.8em;border-collapse:collapse}body.darkmode .Theme-Actions-AccordionContent table td,body.darkmode .Theme-Filter-AccordionContent table td,body.darkmode .Theme-Export-AccordionContent table td,body.darkmode .Theme-Sort-AccordionContent table td{border-bottom:1px dotted gray}body.darkmode .Theme-Actions-AccordionContent table tr:last-child td,body.darkmode .Theme-Filter-AccordionContent table tr:last-child td,body.darkmode .Theme-Export-AccordionContent table tr:last-child td,body.darkmode .Theme-Sort-AccordionContent table tr:last-child td{border-bottom:none}body.darkmode .Theme-Actions-AccordionContent table div:first-child,body.darkmode .Theme-Filter-AccordionContent table div:first-child,body.darkmode .Theme-Export-AccordionContent table div:first-child,body.darkmode .Theme-Sort-AccordionContent table div:first-child{font-style:italic}body.darkmode .Theme-Filter-IsFiltered{color:#f00023 !important;font-weight:bold}body.darkmode .Theme-Sort-CurrentSorting{font-weight:bold;display:block;width:auto;font-size:12px}body.darkmode .dropdown-group:hover .dropdown-content{display:block}body.darkmode .dropdown-group .dropdown-content{position:absolute;display:none;z-index:5}body.darkmode header{background-color:#1e1e1e;color:#fff;position:relative}body.darkmode header a{color:#fff}body.darkmode header a:hover{color:#ff8f30}body.darkmode header .header-top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4em;position:relative;background-color:#1e1e1e;color:#fff}body.darkmode header .header-top-bar::after{content:none;height:6px;width:100%;background:-webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.2)));background:linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);position:absolute;bottom:-6px}body.darkmode header .header-top-bar .header-logo{width:400px;height:40px;max-width:100%;margin:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body.darkmode header .header-top-bar .header-logo img{height:100%;width:auto;max-width:100%;content:url(custom/Application_Header_Logo-Dark.svg) !important;background:none}body.darkmode header .header-top-bar .header-title{display:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:16px}body.darkmode header .header-top-bar .header-bar-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-right:20px}body.darkmode header .header-top-bar .header-bar-actions>div{position:relative}body.darkmode header .header-top-bar .header-bar-actions .tooltiptext{visibility:hidden;background-color:#dfdfdf;color:#000;font-size:14px;border-radius:3px;padding:5px 5px;position:static;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:auto}body.darkmode header .header-top-bar .header-bar-actions .header-customer:hover .tooltiptext{visibility:visible;opacity:1}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content *{font-size:11pt;color:#e4e6eb}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content>*{margin:8px 0;display:block}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content>*:first-child{margin-top:0}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content>*:last-child{margin-bottom:0}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content a{white-space:nowrap}body.darkmode header .header-top-bar .header-bar-actions .header-roles .dropdown-content .role-name span{font-size:.8em;color:#e4e6eb;text-align:center;padding:4px;background-color:gray;border-radius:9px;display:block}body.darkmode header .header-menu{color:#fff;background-color:rgba(0,0,0,0);padding-top:inherit}body.darkmode header .header-menu a{color:#fff}body.darkmode header .header-menu a:hover{color:#ff8f30}body.darkmode header .header-menu .Theme-Menu{height:auto;padding:0px;margin:0px}body.darkmode header .header-menu .Theme-Menu ul{display:inline-block;padding:0;margin:0 0 4px 0}body.darkmode header .header-menu .Theme-Menu ul li{float:left;list-style:none}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem:hover .Theme-Menu-DropTop{display:block}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem>span,body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem>a{line-height:30px;padding:8px 8px 13px 8px;border-radius:4px 4px 0 0;cursor:default;color:#fff}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem>span:hover,body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem>a:hover{color:#ff8f30;background-color:rgb(17.25,17.25,17.25)}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem>a{cursor:pointer;padding:8px;border-radius:4px}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop{position:absolute;z-index:500;display:none}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop .Theme-Menu-DropContent{background-color:rgb(17.25,17.25,17.25);position:absolute;z-index:500;font-weight:normal;border-radius:8px}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop .Theme-Menu-DropContent ul li{width:250px}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop .Theme-Menu-DropContent ul li a{color:#fff}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop .Theme-Menu-DropContent ul li a:hover{color:#ff8f30;background-color:#1e1e1e}body.darkmode header .header-menu .Theme-Menu ul li .Theme-Menu-MenuItem .Theme-Menu-DropTop .Theme-Menu-DropContent ul li a.Theme-Menu-SubItem{display:block;padding-left:10px;line-height:25px}body.darkmode header .breadcrump-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:rgba(115,115,115,.2);color:#fff}body.darkmode header .breadcrump-menu a{color:inherit}body.darkmode header .breadcrump-menu .breadcrump-menu-home{position:relative;padding:3px 5px;margin-right:16px}body.darkmode header .breadcrump-menu .breadcrump-menu-home::after{content:"";position:absolute;right:-18px;top:8px}body.darkmode header .breadcrump-menu .breadcrump-menu-item{padding:8px 6px}body.darkmode header .breadcrump-menu .breadcrump-menu-home::after,body.darkmode header .breadcrump-menu .breadcrump-menu-splitter{width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:6px solid #bdbdbd;margin:0 10px;border-radius:10px}body.darkmode .main-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#121212}body.darkmode .main-content-container .main-content,body.darkmode .main-content-container #wrapper{max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}body.darkmode .main-content-container .main-content .table-wrapper,body.darkmode .main-content-container #wrapper .table-wrapper{width:100%;overflow:auto}body.darkmode .main-content-container .main-content .table-wrapper table,body.darkmode .main-content-container #wrapper .table-wrapper table{width:100%;display:table;overflow:initial}body.darkmode .main-content-container .main-content table,body.darkmode .main-content-container #wrapper table{display:block;overflow-x:auto}body.darkmode .main-content-container .main-content table tbody,body.darkmode .main-content-container #wrapper table tbody{width:100%}body.darkmode .main-content-container .main-content table table,body.darkmode .main-content-container #wrapper table table{overflow:unset}body.darkmode .main-content-container .main-toolbar{width:250px}body.darkmode .main-content-container .main-toolbar div a,body.darkmode .main-content-container .main-toolbar div button{display:block;margin:3px 5px}body.darkmode .main-content-container .main-toolbar .glyphicons{font-size:16px}body.darkmode .main-content-container .main-toolbar .Theme-Actions-Image,body.darkmode .main-content-container .main-toolbar .Theme-Filter-Image,body.darkmode .main-content-container .main-toolbar .Theme-Export-Image,body.darkmode .main-content-container .main-toolbar .Theme-Sort-Image{height:16px;padding-right:5px;border:none}body.darkmode .main-content-container .main-toolbar .Theme-Actions-Link,body.darkmode .main-content-container .main-toolbar .Theme-Filter-Link,body.darkmode .main-content-container .main-toolbar .Theme-Export-Link,body.darkmode .main-content-container .main-toolbar .Theme-Sort-Link{cursor:pointer;text-decoration:none;width:auto;font-size:12px;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.darkmode footer{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#9d9d9d;background-color:rgb(30.75,30.75,30.75)}body.darkmode footer a{color:#fff}body.darkmode footer>:first-child{text-align:left;padding-right:8px}body.darkmode footer>:last-child{text-align:right;padding-left:8px}body.darkmode .report{max-width:1300px;margin:auto}body.darkmode .report header{background-color:#1e1e1e;color:#262626}body.darkmode .report header::before{content:none}body.darkmode .report .flex-row button{margin:0 8px}body.darkmode .report .main-content-container{padding:0 16px}body.darkmode .report #qrcode_div{padding-block:4px}body.darkmode .report table,body.darkmode .report table.Theme-ListView-List{font-size:10pt;margin-bottom:8px;border-color:#ddd}body.darkmode .report table thead tr,body.darkmode .report table.Theme-ListView-List thead tr{background-color:#fff}body.darkmode .report table th,body.darkmode .report table.Theme-ListView-List th{border:1px solid #ddd}body.darkmode .report table th>div,body.darkmode .report table.Theme-ListView-List th>div{margin:6px 0}body.darkmode .report table tr,body.darkmode .report table.Theme-ListView-List tr{background-color:#1e1e1e}body.darkmode .report table tr.hidden-row,body.darkmode .report table.Theme-ListView-List tr.hidden-row{display:none}body.darkmode .report table tr td,body.darkmode .report table.Theme-ListView-List tr td{padding:2px}body.darkmode .report table tr td.wert,body.darkmode .report table.Theme-ListView-List tr td.wert{font-weight:bold}body.darkmode .report table tr td.ampel,body.darkmode .report table.Theme-ListView-List tr td.ampel{width:5px}body.darkmode .report table tr td.yellow-cell,body.darkmode .report table tr td.red-cell,body.darkmode .report table.Theme-ListView-List tr td.yellow-cell,body.darkmode .report table.Theme-ListView-List tr td.red-cell{background-color:#1e1e1e;color:#fff;padding:8px}body.darkmode .report table tr td.red-cell,body.darkmode .report table.Theme-ListView-List tr td.red-cell{background-color:#dc3912}body.darkmode .report table .gauge,body.darkmode .report table.Theme-ListView-List .gauge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.darkmode .report table .gauge table,body.darkmode .report table.Theme-ListView-List .gauge table{width:auto}body.darkmode .report table table td,body.darkmode .report table.Theme-ListView-List table td{padding:0 4px}body.darkmode .custom-toolbar{background-color:#1e1e1e}body.darkmode .custom-toolbar h4{font-weight:400;padding-inline:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}body.darkmode .custom-toolbar button{background:none;border:none;text-decoration:underline;cursor:pointer;color:var(--primary-color);font-size:1rem;margin-bottom:.5rem;display:block}@media(max-width: 1024px){body.darkmode .report .main-content-container{padding:0 16px}body.darkmode .main-content-container .main-content .tooltip .tooltiptext{left:0;margin-left:0}}@media(max-width: 768px){body.darkmode header .header-top-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode header .header-top-bar .header-logo{margin:10px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.darkmode header .header-top-bar .header-bar-actions{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:16px}body.darkmode .main-content-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode .main-content-container .main-toolbar{width:auto}body.darkmode .ui-accordion{max-width:100%}body.darkmode .ui-accordion .ui-widget-content{padding:16px}body.darkmode .ui-accordion .ui-widget-content a{padding:12px 0}body.darkmode .ui-dialog{width:100% !important;left:0 !important;right:0 !important;padding:0}}@media(max-width: 425px){body.darkmode .report .main-content-container{padding:0 8px}body.darkmode .card-collection .card,body.darkmode .card-collection .simple-dialog,body.darkmode .card-collection .tooltip .tooltiptext,body.darkmode .tooltip .card-collection .tooltiptext{width:100%}body.darkmode .change-role-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode .list-pager{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.darkmode footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.darkmode footer #service,body.darkmode footer #view{text-align:center;padding:8px}}@media print{body.darkmode footer{display:none}body.darkmode .report{background-color:#1e1e1e}body.darkmode .report button{display:none}body.darkmode .report *{overflow:visible !important}body.darkmode table.Theme-ListView-List tr td,body.darkmode table.Theme-ListView-List tr th{border:1px solid #000 !important}}body.darkmode .moreinformations{background-color:#1e1e1e}body.darkmode .moreinformations .moreinformationslogos{padding-right:75px}body.darkmode .moreinformations h4{font-weight:400;padding-inline:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}body.darkmode .chooseFrom{background-color:#121212;color:#e4e6eb}body.darkmode .chooseFrom span{color:#e4e6eb !important}body.darkmode .cardHeaderText{color:#e4e6eb !important}body.darkmode .ui-tabs-nav.ui-widget-header{background:#2f2f2f !important;border-color:#444 !important}body.darkmode .ui-tabs-nav .ui-tabs-tab.ui-tabs-active,body.darkmode .ui-tabs-nav .ui-tabs-tab.ui-state-active{background:#fff}body.darkmode .flexigrid{border:1px solid;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid .bDiv{background:#1e1e1e !important;color:#fff;border:1px solid;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid .bDiv table tbody tr.trSelected,body.darkmode .flexigrid .bDiv table tbody tr.erow.trSelected{color:#000;background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), to(#d5effc)) !important;background:linear-gradient(to bottom, #FFFFFF 50%, #d5effc 100%) !important}body.darkmode .flexigrid .bDiv table tbody tr:hover td,body.darkmode .flexigrid .bDiv table tbody tr.erow:hover td{color:#000;background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), to(#d5effc)) !important;background:linear-gradient(to bottom, #FFFFFF 50%, #d5effc 100%) !important}body.darkmode .flexigrid .bDiv table tbody tr.erow td{background:#2a2a2a;border:1px solid;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid .bDiv table tbody tr td{border:1px solid;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.hDiv{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2f2f2f), to(#121212));background:linear-gradient(to bottom, #2f2f2f 50%, #121212 100%);border-top:none;border:1px solid;border-bottom:none;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.hDiv th{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2f2f2f), to(#121212));background:linear-gradient(to bottom, #2f2f2f 50%, #121212 100%);color:#fff;border:1px solid;border-bottom:none;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.nDiv{background-color:#2f2f2f;color:#fff}body.darkmode .flexigrid div.tDiv{background:#2f2f2f;color:#fff;border:1px solid;border-bottom:none;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.pDiv{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #2f2f2f), to(#121212)) !important;background:linear-gradient(to bottom, #2f2f2f 50%, #121212 100%) !important;color:#fff;border:1px solid;border-bottom:none;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.vGrip{background:#121212;border:1px solid;border-bottom:none;border-color:hsla(0,0%,100%,.25)}body.darkmode .flexigrid div.gBlock{background:#1e1e1e !important}body.darkmode .backgroundGrayOdd{color:#1e1e1e}body.darkmode .backgroundGray{color:#1e1e1e}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_calendarTable th{color:#e4e6eb;background-color:#1e1e1e}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_calendarTable th td div{color:#e4e6eb;background-color:#1e1e1e}body.darkmode #dropdown1.modal-content{background-color:#1e1e1e;color:#e4e6eb !important}body.darkmode #dropdown1.modal-content th{background-color:#1e1e1e}body.darkmode #dropdown1.modal-content tr:nth-child(even){background:rgb(42.75,42.75,42.75) !important}body.darkmode #dropdown1.modal-content tr:nth-child(odd){background:#1e1e1e !important}body.darkmode #dropdown2.modal-content{background-color:#1e1e1e;color:#e4e6eb !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_calendarTableFirstCol td,body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_calendarTableFirstCol tr,body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_calendarTableFirstCol th{background-color:#1e1e1e;color:#e4e6eb}body.darkmode fieldset{background:#1e1e1e !important;border:2px solid gray}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_gvServices th{background:#121212}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_gvArticles th{background:#121212}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl00_gvParameters th{background:#121212}body.darkmode .item-table .glyphicons{font-family:"Glyphicons Regular"}body.darkmode table.item-table{background-color:#1e1e1e;color:#e4e6eb}body.darkmode .icon-button{border:none;border-top-width:medium;border-left-width:medium;border-radius:50%;aspect-ratio:1;cursor:pointer;color:#666;padding:0}body.darkmode #dialogBox{background:#1e1e1e;color:#e4e6eb}body.darkmode #dialogBox table th{background:#1e1e1e;color:#e4e6eb}body.darkmode #dialogBox table td{color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_UpdatePanel1 div{color:#1e1e1e}body.darkmode .data-table th{background:#1e1e1e;color:#e4e6eb}body.darkmode input[name="ctl00$ctl00$PageContent$cphMain$ctl01$ctl00"]{border:1px solid #e4e6eb;color:#e4e6eb}body.darkmode #popupbox1 #dropdown1{color:#1e1e1e}body.darkmode #machine{background:#1e1e1e}body.darkmode #machine #details table tbody tr td{color:#e4e6eb !important}body.darkmode #measured table tbody tr td{color:#e4e6eb !important}body.darkmode #charts{background-color:#1e1e1e}body.darkmode #metadata table tr:not(.placeholder):nth-of-type(2n+1){background-color:#1e1e1e}body.darkmode .EasyMDEContainer .editor-toolbar button{color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl00_btnCancel{border:1px solid #e4e6eb;color:#e4e6eb}body.darkmode text#articleNameText{fill:#e4e6eb}body.darkmode text#locationText{fill:#e4e6eb}body.darkmode text#totalVolumeText{fill:#e4e6eb}body.darkmode #tabelle{color:#000}body.darkmode #lastmeasurementstable tbody th{background-color:#1e1e1e}body.darkmode #lastmeasurementstable tbody tr:nth-child(even){background:rgb(42.75,42.75,42.75) !important}body.darkmode #lastmeasurementstable tbody tr:nth-child(odd){background:#1e1e1e !important}body.darkmode #dropdown.modal-content{background-color:#1e1e1e;color:#e4e6eb !important}body.darkmode #dropdown.modal-content th{background-color:#1e1e1e}body.darkmode #dropdown.modal-content tr:nth-child(even){background:rgb(42.75,42.75,42.75) !important}body.darkmode #dropdown.modal-content tr:nth-child(odd){background:#1e1e1e !important}body.darkmode #dropdownbemerkung.modal-content{background-color:#1e1e1e;color:#e4e6eb !important}body.darkmode #dropdownbemerkung.modal-content td{width:100%}body.darkmode #dropdownbemerkung.modal-content th{background-color:#1e1e1e}body.darkmode #dropdownbemerkung.modal-content tr:nth-child(even){background:rgb(42.75,42.75,42.75) !important}body.darkmode #dropdownbemerkung.modal-content tr:nth-child(odd){background:#1e1e1e !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml table{background-color:#1e1e1e;color:#e4e6eb !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml table th{background-color:#1e1e1e}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml table tr:nth-child(even){background:rgb(42.75,42.75,42.75) !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml table tr:nth-child(odd){background:#1e1e1e !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml .modal-content{background-color:#1e1e1e}body.darkmode #ctl00_ctl00_PageContent_cphMain_lblHtml .modal-content span{color:#e4e6eb}body.darkmode #fsArticleTable{color:#000}body.darkmode #divNonTableElementsInServiceobjectTable{background:#1e1e1e;color:#e4e6eb}body.darkmode #trServiceobjectsTableHead th{background:#1e1e1e;color:#e4e6eb}body.darkmode #trRunningListTableHead th{background:#1e1e1e;color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl00_Table1 .glyphicons{font-family:"Glyphicons Regular"}body.darkmode a.glyphicons{color:#fff !important}body.darkmode td div .glyphicons{color:#fff !important}body.darkmode dialog{background-color:#1e1e1e !important;color:#e4e6eb}body.darkmode .icon-btn{color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl00_GridView1 tr{background-color:#1e1e1e !important;color:#e4e6eb}body.darkmode canvas#canvas{background-color:#1e1e1e !important}body.darkmode .tabellenfeld{background-color:#1e1e1e !important}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_lblwaterChart{color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl01_lblworkingMediumChart{color:#e4e6eb}body.darkmode .infoBox{color:#e4e6eb}body.darkmode #ctl00_ctl00_PageContent_cphMain_ctl00_Table1 button{background-color:#1e1e1e}body.darkmode .Theme-Common-Pager a{-webkit-filter:invert(1);filter:invert(1)}body.darkmode .list-pager a{-webkit-filter:invert(1);filter:invert(1)}/*# sourceMappingURL=theme-settings-dark.css.map */