:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{display:inline-block;vertical-align:middle;visibility:visible}.loader.invisible{visibility:hidden}.loader.remove,.loader.headerLoader{display:none}.pending .loader.headerLoader{display:inline-block}[class*=theme-] .loader.spinner{height:1.5em;width:1.5em;border:solid .1em #2684FF;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:2s spinner infinite ease-out}[class*=theme-] .loader.spinner.headerLoader{margin-left:5px;height:1em;width:1em;border:.2em solid #ffffff;border-right-color:transparent}.theme-63 .loader.spinner{height:1.5em;width:1.5em;border:solid .1em #2684FF;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:2s spinner infinite ease-out}.theme-63 .loader.spinner.headerLoader{margin-left:5px;height:1em;width:1em;border:.2em solid #ffffff;border-right-color:transparent}.theme-108 .loader.spinner{height:1.5em;width:1.5em;border:solid .1em #2684FF;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:2s spinner infinite ease-out}.theme-108 .loader.spinner.headerLoader{margin-left:5px;height:1em;width:1em;border:.2em solid #ffffff;border-right-color:transparent}.theme-109 .loader.spinner{height:1.5em;width:1.5em;border:solid .1em #2684FF;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:2s spinner infinite ease-out}.theme-109 .loader.spinner.headerLoader{margin-left:5px;height:1em;width:1em;border:.2em solid #ffffff;border-right-color:transparent}.theme-110 .loader.spinner{height:1.5em;width:1.5em;border:solid .1em #2684FF;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:2s spinner infinite ease-out}.theme-110 .loader.spinner.headerLoader{margin-left:5px;height:1em;width:1em;border:.2em solid #ffffff;border-right-color:transparent}@keyframes spinner{to{transform:rotate(360deg)}}.userPnl>div{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding-right:26px}.userPnl span{font-weight:700}[class*=theme-] .userPnl span,.theme-63 .userPnl span,.theme-108 .userPnl span,.theme-109 .userPnl span,.theme-110 .userPnl span{text-shadow:4px -4px 6px white,-4px 4px 6px white,4px 4px 6px #adabab,-4px -4px 6px white}.userPnl .userIcon{width:35px}.userPnl .userIcon.sub{width:31px}.workshop .userPnl span{text-shadow:none}.banner{background-repeat:no-repeat;background-size:cover;height:100px;padding-right:10px;white-space:nowrap;display:flex;flex-direction:row;justify-content:space-between;align-items:center}[class*=theme-] .banner{background-color:#e6e6e6}.theme-63 .banner{background-color:#e6e6e6;background-image:url(./HomeBanner-DmBfsi7x.png)}.theme-108 .banner{background-color:#e6e6e6;background-image:url(./MPHomeBanner-D1zHw0cj.jpg)}.theme-109 .banner,.theme-110 .banner{background-color:#e6e6e6}.banner .rctLogo{height:100%;width:432px;overflow:hidden}.banner .rctLogo .rctLogoSvg{margin-top:-112px;width:100%}.banner .rctTitle{padding-left:47px;font-size:40px}.banner .rightBannerArea{height:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}[class*=theme-] .banner .rightBannerArea .customLogoContainer,.theme-63 .banner .rightBannerArea .customLogoContainer,.theme-108 .banner .rightBannerArea .customLogoContainer{height:100%;overflow:hidden}.theme-109 .banner .rightBannerArea .customLogoContainer{height:100%;width:215px;overflow:hidden}.theme-109 .banner .rightBannerArea .customLogoContainer .customLogo{width:160px;margin-top:-30px;margin-left:0;content:url(./Logo-Rete1One-Transparent-B0QsOG8G.png)}.theme-110 .banner .rightBannerArea .customLogoContainer{height:100%;width:240px;overflow:hidden}.theme-110 .banner .rightBannerArea .customLogoContainer .customLogo{width:180px;margin-top:10px;margin-left:0;content:url(./Logo-Jaquet-S0JtsZtf.png)}@font-face{font-family:Open Sans;src:url(./OpenSans-Regular-b4PntIT4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Open Sans;src:url(./OpenSans-Semibold-D4g2r8z_.ttf) format("truetype");font-weight:700;font-style:normal}html,body{margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400}html :focus,body :focus{outline:none}body{overflow-y:scroll}[class*=theme-] .rootBody,.theme-63 .rootBody,.theme-108 .rootBody,.theme-109 .rootBody,.theme-110 .rootBody{background-color:#f2f1f2ad}.menuTab{padding:4px;margin-top:20px;margin-left:44px;margin-right:44px;display:flex}.menuTab .btnTab{text-align:center;margin-left:2px;height:48px;width:135px;font-style:normal;text-decoration:none;display:inline-block;box-sizing:border-box}.menuTab .dropdownTab{box-sizing:border-box;height:48px;width:135px;margin:0 2px;display:flex}.menuTab .dropdownTab>*{flex-grow:1}.menuTab .spacer{flex-grow:1}.menuTab .btnTab{padding-top:14px;padding-bottom:14px}[class*=theme-] .menuTab .btnTab{background-color:#dadada;color:#000}[class*=theme-] .menuTab .btnTab.active{background-color:#000;color:#fff}[class*=theme-] .menuTab .btnTab:hover:not(.active),[class*=theme-] .menuTab .btnTab.pending{background-color:#c3c1c1;cursor:pointer}.theme-63 .menuTab .btnTab{background-color:#dadada;color:#000}.theme-63 .menuTab .btnTab.active{background-color:#000;color:#fff}.theme-63 .menuTab .btnTab:hover:not(.active),.theme-63 .menuTab .btnTab.pending{background-color:#c3c1c1;cursor:pointer}.theme-108 .menuTab .btnTab{background-color:#dadada;color:#000}.theme-108 .menuTab .btnTab.active{background-color:#000;color:#fff}.theme-108 .menuTab .btnTab:hover:not(.active),.theme-108 .menuTab .btnTab.pending{background-color:#c3c1c1;cursor:pointer}.theme-109 .menuTab .btnTab{background-color:#dadada;color:#000}.theme-109 .menuTab .btnTab.active{background-color:#000;color:#fff}.theme-109 .menuTab .btnTab:hover:not(.active),.theme-109 .menuTab .btnTab.pending{background-color:#c3c1c1;cursor:pointer}.theme-110 .menuTab .btnTab{background-color:#dadada;color:#000}.theme-110 .menuTab .btnTab.active{background-color:#000;color:#fff}.theme-110 .menuTab .btnTab:hover:not(.active),.theme-110 .menuTab .btnTab.pending{background-color:#c3c1c1;cursor:pointer}.headerTab{display:flex;align-items:center;justify-content:space-between;padding:15px 48px 0 47px}.headerTab .txtHeader{flex-grow:10;font-size:24px;text-align:left;font-weight:400;font-style:normal;text-decoration:none;padding:3px;display:inline-block}.workshop .headerTab .txtHeader{display:none}[class*=theme-] .headerTab .txtHeader,.theme-63 .headerTab .txtHeader,.theme-108 .headerTab .txtHeader,.theme-109 .headerTab .txtHeader,.theme-110 .headerTab .txtHeader{color:#000}.headerTab .dropdownTab{flex-grow:1;box-sizing:border-box;flex-basis:120px;height:35px;margin:0 2px;display:inline-flex}.headerTab .dropdownTab>*{flex-grow:1}.titleUnderline{display:flex;align-items:center;width:100%;margin-top:2px;padding:10px 0}.workshop .titleUnderline{padding:5px 0}.titleUnderline .titleSubtitle{font-size:16px;opacity:.6}[class*=theme-] .titleUnderline,.theme-63 .titleUnderline,.theme-108 .titleUnderline,.theme-109 .titleUnderline,.theme-110 .titleUnderline{border-top:1px solid #bcbabc}.btn{text-align:center;padding:5px;height:40px;min-width:40px;border:0px;background-color:transparent;cursor:pointer;display:inline-block;vertical-align:top;box-sizing:border-box;border-radius:4px;text-decoration:none}[class*=theme-] .btn{color:#000}[class*=theme-] .btn.focus{background-color:#ebebeb}[class*=theme-] .btn.focus:hover:not(.disabled){background-color:#ee1c278e}[class*=theme-] .btn.disabled{color:#d6d6d6;filter:grayscale(60%)}[class*=theme-] .btn.disabled input[type=image]{filter:opacity(30%)}.theme-63 .btn{color:#000}.theme-63 .btn.focus{background-color:#ebebeb}.theme-63 .btn.focus:hover:not(.disabled){background-color:#ee1c278e}.theme-63 .btn.disabled{color:#d6d6d6;filter:grayscale(60%)}.theme-63 .btn.disabled input[type=image]{filter:opacity(30%)}.theme-108 .btn{color:#000}.theme-108 .btn.focus{background-color:#ebebeb}.theme-108 .btn.focus:hover:not(.disabled){background-color:#ee1c278e}.theme-108 .btn.disabled{color:#d6d6d6;filter:grayscale(60%)}.theme-108 .btn.disabled input[type=image]{filter:opacity(30%)}.theme-109 .btn{color:#000}.theme-109 .btn.focus{background-color:#ebebeb}.theme-109 .btn.focus:hover:not(.disabled){background-color:#ee1c278e}.theme-109 .btn.disabled{color:#d6d6d6;filter:grayscale(60%)}.theme-109 .btn.disabled input[type=image]{filter:opacity(30%)}.theme-110 .btn{color:#000}.theme-110 .btn.focus{background-color:#ebebeb}.theme-110 .btn.focus:hover:not(.disabled){background-color:#ee1c278e}.theme-110 .btn.disabled{color:#d6d6d6;filter:grayscale(60%)}.theme-110 .btn.disabled input[type=image]{filter:opacity(30%)}.btn img,.btn input[type=image]{vertical-align:bottom;height:28px}.btn.disabled,.btn.disabled input{cursor:default}.resetBtn{transform:scaleX(-1)}.hidedElement,.masterNinja{display:none}[class*=theme-] .danger,[class*=theme-] .subdanger{background-color:#e0151540}[class*=theme-] .danger:not(.noHover):not(.disabled):hover,[class*=theme-] .subdanger:not(.noHover):not(.disabled):hover{background-color:#ff9f9f}.theme-63 .danger,.theme-63 .subdanger{background-color:#e0151540}.theme-63 .danger:not(.noHover):not(.disabled):hover,.theme-63 .subdanger:not(.noHover):not(.disabled):hover{background-color:#ff9f9f}.theme-108 .danger,.theme-108 .subdanger{background-color:#e0151540}.theme-108 .danger:not(.noHover):not(.disabled):hover,.theme-108 .subdanger:not(.noHover):not(.disabled):hover{background-color:#ff9f9f}.theme-109 .danger,.theme-109 .subdanger{background-color:#e0151540}.theme-109 .danger:not(.noHover):not(.disabled):hover,.theme-109 .subdanger:not(.noHover):not(.disabled):hover{background-color:#ff9f9f}.theme-110 .danger,.theme-110 .subdanger{background-color:#e0151540}.theme-110 .danger:not(.noHover):not(.disabled):hover,.theme-110 .subdanger:not(.noHover):not(.disabled):hover{background-color:#ff9f9f}[class*=theme-] .success,[class*=theme-] .subsuccess{background-color:#aaeb7c}[class*=theme-] .success:not(.noHover):not(.disabled):hover,[class*=theme-] .subsuccess:not(.noHover):not(.disabled):hover{background-color:#a4f867}.theme-63 .success,.theme-63 .subsuccess{background-color:#aaeb7c}.theme-63 .success:not(.noHover):not(.disabled):hover,.theme-63 .subsuccess:not(.noHover):not(.disabled):hover{background-color:#a4f867}.theme-108 .success,.theme-108 .subsuccess{background-color:#aaeb7c}.theme-108 .success:not(.noHover):not(.disabled):hover,.theme-108 .subsuccess:not(.noHover):not(.disabled):hover{background-color:#a4f867}.theme-109 .success,.theme-109 .subsuccess{background-color:#aaeb7c}.theme-109 .success:not(.noHover):not(.disabled):hover,.theme-109 .subsuccess:not(.noHover):not(.disabled):hover{background-color:#a4f867}.theme-110 .success,.theme-110 .subsuccess{background-color:#aaeb7c}.theme-110 .success:not(.noHover):not(.disabled):hover,.theme-110 .subsuccess:not(.noHover):not(.disabled):hover{background-color:#a4f867}.guideBtn{padding-right:20px}.guideBtn .guideIcon{width:35px}.guideBtn a{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;color:inherit;text-decoration:inherit}.guideBtn a span{font-weight:700}.titlePnl{font-size:19px;font-weight:600;letter-spacing:1px;display:flex;align-items:center}.switchTitlePnl{display:flex;align-items:center}.switchTitlePnl>a{display:inline-block;text-decoration:none}.switchTitlePnl>a .titlePnl{margin-left:0}.switchTitlePnl>a .titlePnl span{margin-right:10px}.switchTitlePnl>a .titlePnl div{margin-top:0;margin-right:0}.switchTitlePnl>a:not(:first-child) .titlePnl span{margin-left:10px}.switchTitlePnl>a:not(:last-child) .titlePnl>div:after{content:"/"}[class*=theme-] .switchTitlePnl>a{color:#dadada}[class*=theme-] .switchTitlePnl>a :hover{color:#000}[class*=theme-] .switchTitlePnl>a:not(:last-child) .titlePnl>div:after,[class*=theme-] .switchTitlePnl>a.active{color:#000}.theme-63 .switchTitlePnl>a{color:#dadada}.theme-63 .switchTitlePnl>a :hover{color:#000}.theme-63 .switchTitlePnl>a:not(:last-child) .titlePnl>div:after,.theme-63 .switchTitlePnl>a.active{color:#000}.theme-108 .switchTitlePnl>a{color:#dadada}.theme-108 .switchTitlePnl>a :hover{color:#000}.theme-108 .switchTitlePnl>a:not(:last-child) .titlePnl>div:after,.theme-108 .switchTitlePnl>a.active{color:#000}.theme-109 .switchTitlePnl>a{color:#dadada}.theme-109 .switchTitlePnl>a :hover{color:#000}.theme-109 .switchTitlePnl>a:not(:last-child) .titlePnl>div:after,.theme-109 .switchTitlePnl>a.active{color:#000}.theme-110 .switchTitlePnl>a{color:#dadada}.theme-110 .switchTitlePnl>a :hover{color:#000}.theme-110 .switchTitlePnl>a:not(:last-child) .titlePnl>div:after,.theme-110 .switchTitlePnl>a.active{color:#000}.tradeFilter{display:grid;grid-template-rows:12px minmax(42px,max-content) max-content 1fr;grid-template-columns:0 1fr max-content max-content 0;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside table table table lside";place-items:center;gap:10px;justify-items:stretch;align-items:stretch;grid-template-rows:12px max-content 1fr;grid-template-columns:0 max(100% - 10px - 10px,950px) 0;grid-template-areas:"rside . lside" "rside headline lside" "rside table lside";padding:0 40px 15px}.isTradeFilter .tradeFilter{padding:5px 40px 15px}.tradeFilter>.titlePnl,.tradeFilter>.switchTitlePnl,.tradeFilter>.marginToolTitleArea{grid-area:headline;justify-self:start}.tradeFilter>.marginInputs,.tradeFilter>.defaultMarginContainer{grid-area:inputs}.tradeFilter>.btnPnl{grid-area:buttons}.tradeFilter>.titleUnderline{grid-area:underline}.tradeFilter>.filterTable,.tradeFilter>.filterTableWithPagination,.tradeFilter>.content{grid-area:table}.tradeFilter>.headline{grid-area:headline}.tradeFilter .headline{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;margin-top:2px;padding-bottom:15px}.tradeFilter .headline .titleArea{flex-grow:1}.tradeFilter .headline .titleArea .switchTitlePnl{padding-bottom:5px}.tradeFilter .headline .titleUnderline{padding:7px 0 4px}[class*=theme-] .deployWindow{border:1px solid #cccccc;border-radius:5px;display:flex;flex-direction:row;align-items:stretch;padding:0 0 0 10px}[class*=theme-] .deployWindow .iconWrap{display:flex;flex-direction:row;align-items:center}[class*=theme-] .deployWindow #missedRelease{height:30px;width:30px}[class*=theme-] .deployWindow .leftLine{width:1px;content:"";margin:10px 0 5px 10px;background-color:#ccc}[class*=theme-] .deployWindow.hasMissedRelease #deadline,[class*=theme-] .deployWindow.hasMissedRelease .nextDeployTime,[class*=theme-] .deployWindow.hasMissedRelease .previousDeployTime{padding-left:10px}[class*=theme-] .deployWindow .deployTimesArea{padding:10px 10px 5px 0;display:flex;flex-direction:column;align-items:center}[class*=theme-] .deployWindow .deployTimesArea .date{font-weight:600}[class*=theme-] .deployWindow .deployTimesArea .deployTimes{max-width:500px;display:flex;flex-direction:row;justify-content:space-between;gap:30px}[class*=theme-] .deployWindow .deployTimesArea #deadline,[class*=theme-] .deployWindow .deployTimesArea #release{display:grid;grid-template-rows:min-content 1fr;grid-template-columns:max-content 1fr}[class*=theme-] .deployWindow .deployTimesArea #deadline .date,[class*=theme-] .deployWindow .deployTimesArea #release .date{display:flex;align-items:center;min-width:max-content;font-size:1.2em}[class*=theme-] .deployWindow .deployTimesArea #deadline .subtitle,[class*=theme-] .deployWindow .deployTimesArea #release .subtitle{font-size:1.1em;grid-row:2;grid-column:2}[class*=theme-] .deployWindow .deployTimesArea .subtitle{opacity:.87}[class*=theme-] .deployWindow .deployTimesArea .middleLine{width:100%;padding-top:10px;margin-bottom:5px;border-bottom:1px solid #cccccc}[class*=theme-] .deployWindow .deployTimesArea .deadlineIcon,[class*=theme-] .deployWindow .deployTimesArea .releaseIcon,[class*=theme-] .deployWindow .deployTimesArea .infoIcon{height:30px;width:30px}[class*=theme-] .deployWindow .deployTimesArea .nextDeployTime .date,[class*=theme-] .deployWindow .deployTimesArea .previousDeployTime .date{display:inline-flex;align-items:center}.theme-63 .deployWindow{border:1px solid #cccccc;border-radius:5px;display:flex;flex-direction:row;align-items:stretch;padding:0 0 0 10px}.theme-63 .deployWindow .iconWrap{display:flex;flex-direction:row;align-items:center}.theme-63 .deployWindow #missedRelease{height:30px;width:30px}.theme-63 .deployWindow .leftLine{width:1px;content:"";margin:10px 0 5px 10px;background-color:#ccc}.theme-63 .deployWindow.hasMissedRelease #deadline,.theme-63 .deployWindow.hasMissedRelease .nextDeployTime,.theme-63 .deployWindow.hasMissedRelease .previousDeployTime{padding-left:10px}.theme-63 .deployWindow .deployTimesArea{padding:10px 10px 5px 0;display:flex;flex-direction:column;align-items:center}.theme-63 .deployWindow .deployTimesArea .date{font-weight:600}.theme-63 .deployWindow .deployTimesArea .deployTimes{max-width:500px;display:flex;flex-direction:row;justify-content:space-between;gap:30px}.theme-63 .deployWindow .deployTimesArea #deadline,.theme-63 .deployWindow .deployTimesArea #release{display:grid;grid-template-rows:min-content 1fr;grid-template-columns:max-content 1fr}.theme-63 .deployWindow .deployTimesArea #deadline .date,.theme-63 .deployWindow .deployTimesArea #release .date{display:flex;align-items:center;min-width:max-content;font-size:1.2em}.theme-63 .deployWindow .deployTimesArea #deadline .subtitle,.theme-63 .deployWindow .deployTimesArea #release .subtitle{font-size:1.1em;grid-row:2;grid-column:2}.theme-63 .deployWindow .deployTimesArea .subtitle{opacity:.87}.theme-63 .deployWindow .deployTimesArea .middleLine{width:100%;padding-top:10px;margin-bottom:5px;border-bottom:1px solid #cccccc}.theme-63 .deployWindow .deployTimesArea .deadlineIcon,.theme-63 .deployWindow .deployTimesArea .releaseIcon,.theme-63 .deployWindow .deployTimesArea .infoIcon{height:30px;width:30px}.theme-63 .deployWindow .deployTimesArea .nextDeployTime .date,.theme-63 .deployWindow .deployTimesArea .previousDeployTime .date{display:inline-flex;align-items:center}.theme-108 .deployWindow{border:1px solid #cccccc;border-radius:5px;display:flex;flex-direction:row;align-items:stretch;padding:0 0 0 10px}.theme-108 .deployWindow .iconWrap{display:flex;flex-direction:row;align-items:center}.theme-108 .deployWindow #missedRelease{height:30px;width:30px}.theme-108 .deployWindow .leftLine{width:1px;content:"";margin:10px 0 5px 10px;background-color:#ccc}.theme-108 .deployWindow.hasMissedRelease #deadline,.theme-108 .deployWindow.hasMissedRelease .nextDeployTime,.theme-108 .deployWindow.hasMissedRelease .previousDeployTime{padding-left:10px}.theme-108 .deployWindow .deployTimesArea{padding:10px 10px 5px 0;display:flex;flex-direction:column;align-items:center}.theme-108 .deployWindow .deployTimesArea .date{font-weight:600}.theme-108 .deployWindow .deployTimesArea .deployTimes{max-width:500px;display:flex;flex-direction:row;justify-content:space-between;gap:30px}.theme-108 .deployWindow .deployTimesArea #deadline,.theme-108 .deployWindow .deployTimesArea #release{display:grid;grid-template-rows:min-content 1fr;grid-template-columns:max-content 1fr}.theme-108 .deployWindow .deployTimesArea #deadline .date,.theme-108 .deployWindow .deployTimesArea #release .date{display:flex;align-items:center;min-width:max-content;font-size:1.2em}.theme-108 .deployWindow .deployTimesArea #deadline .subtitle,.theme-108 .deployWindow .deployTimesArea #release .subtitle{font-size:1.1em;grid-row:2;grid-column:2}.theme-108 .deployWindow .deployTimesArea .subtitle{opacity:.87}.theme-108 .deployWindow .deployTimesArea .middleLine{width:100%;padding-top:10px;margin-bottom:5px;border-bottom:1px solid #cccccc}.theme-108 .deployWindow .deployTimesArea .deadlineIcon,.theme-108 .deployWindow .deployTimesArea .releaseIcon,.theme-108 .deployWindow .deployTimesArea .infoIcon{height:30px;width:30px}.theme-108 .deployWindow .deployTimesArea .nextDeployTime .date,.theme-108 .deployWindow .deployTimesArea .previousDeployTime .date{display:inline-flex;align-items:center}.theme-109 .deployWindow{border:1px solid #cccccc;border-radius:5px;display:flex;flex-direction:row;align-items:stretch;padding:0 0 0 10px}.theme-109 .deployWindow .iconWrap{display:flex;flex-direction:row;align-items:center}.theme-109 .deployWindow #missedRelease{height:30px;width:30px}.theme-109 .deployWindow .leftLine{width:1px;content:"";margin:10px 0 5px 10px;background-color:#ccc}.theme-109 .deployWindow.hasMissedRelease #deadline,.theme-109 .deployWindow.hasMissedRelease .nextDeployTime,.theme-109 .deployWindow.hasMissedRelease .previousDeployTime{padding-left:10px}.theme-109 .deployWindow .deployTimesArea{padding:10px 10px 5px 0;display:flex;flex-direction:column;align-items:center}.theme-109 .deployWindow .deployTimesArea .date{font-weight:600}.theme-109 .deployWindow .deployTimesArea .deployTimes{max-width:500px;display:flex;flex-direction:row;justify-content:space-between;gap:30px}.theme-109 .deployWindow .deployTimesArea #deadline,.theme-109 .deployWindow .deployTimesArea #release{display:grid;grid-template-rows:min-content 1fr;grid-template-columns:max-content 1fr}.theme-109 .deployWindow .deployTimesArea #deadline .date,.theme-109 .deployWindow .deployTimesArea #release .date{display:flex;align-items:center;min-width:max-content;font-size:1.2em}.theme-109 .deployWindow .deployTimesArea #deadline .subtitle,.theme-109 .deployWindow .deployTimesArea #release .subtitle{font-size:1.1em;grid-row:2;grid-column:2}.theme-109 .deployWindow .deployTimesArea .subtitle{opacity:.87}.theme-109 .deployWindow .deployTimesArea .middleLine{width:100%;padding-top:10px;margin-bottom:5px;border-bottom:1px solid #cccccc}.theme-109 .deployWindow .deployTimesArea .deadlineIcon,.theme-109 .deployWindow .deployTimesArea .releaseIcon,.theme-109 .deployWindow .deployTimesArea .infoIcon{height:30px;width:30px}.theme-109 .deployWindow .deployTimesArea .nextDeployTime .date,.theme-109 .deployWindow .deployTimesArea .previousDeployTime .date{display:inline-flex;align-items:center}.theme-110 .deployWindow{border:1px solid #cccccc;border-radius:5px;display:flex;flex-direction:row;align-items:stretch;padding:0 0 0 10px}.theme-110 .deployWindow .iconWrap{display:flex;flex-direction:row;align-items:center}.theme-110 .deployWindow #missedRelease{height:30px;width:30px}.theme-110 .deployWindow .leftLine{width:1px;content:"";margin:10px 0 5px 10px;background-color:#ccc}.theme-110 .deployWindow.hasMissedRelease #deadline,.theme-110 .deployWindow.hasMissedRelease .nextDeployTime,.theme-110 .deployWindow.hasMissedRelease .previousDeployTime{padding-left:10px}.theme-110 .deployWindow .deployTimesArea{padding:10px 10px 5px 0;display:flex;flex-direction:column;align-items:center}.theme-110 .deployWindow .deployTimesArea .date{font-weight:600}.theme-110 .deployWindow .deployTimesArea .deployTimes{max-width:500px;display:flex;flex-direction:row;justify-content:space-between;gap:30px}.theme-110 .deployWindow .deployTimesArea #deadline,.theme-110 .deployWindow .deployTimesArea #release{display:grid;grid-template-rows:min-content 1fr;grid-template-columns:max-content 1fr}.theme-110 .deployWindow .deployTimesArea #deadline .date,.theme-110 .deployWindow .deployTimesArea #release .date{display:flex;align-items:center;min-width:max-content;font-size:1.2em}.theme-110 .deployWindow .deployTimesArea #deadline .subtitle,.theme-110 .deployWindow .deployTimesArea #release .subtitle{font-size:1.1em;grid-row:2;grid-column:2}.theme-110 .deployWindow .deployTimesArea .subtitle{opacity:.87}.theme-110 .deployWindow .deployTimesArea .middleLine{width:100%;padding-top:10px;margin-bottom:5px;border-bottom:1px solid #cccccc}.theme-110 .deployWindow .deployTimesArea .deadlineIcon,.theme-110 .deployWindow .deployTimesArea .releaseIcon,.theme-110 .deployWindow .deployTimesArea .infoIcon{height:30px;width:30px}.theme-110 .deployWindow .deployTimesArea .nextDeployTime .date,.theme-110 .deployWindow .deployTimesArea .previousDeployTime .date{display:inline-flex;align-items:center}[class*=theme-] .deploymentTimesField{grid-area:buttons;margin:0;white-space:pre;border:1px solid #cccccc;border-radius:5px;box-shadow:1px 3px 4px #00000026;padding:10px}[class*=theme-] .deploymentTimesField .deploymentTimes{display:grid;grid-template-rows:auto;grid-template-columns:max-content max-content}[class*=theme-] .deploymentTimesField .deploymentTimes #missedRelease,[class*=theme-] .deploymentTimesField .deploymentTimes #onlyRelease,[class*=theme-] .deploymentTimesField .deploymentTimes #onlyNextRelease{grid-column:1/span 2}[class*=theme-] .deploymentTimesField .deploymentTimes #deadline{grid-column:1}[class*=theme-] .deploymentTimesField .deploymentTimes #release{grid-column:2;border-left:1px solid #cccccc}[class*=theme-] .deploymentTimesField .deploymentTimes #nextDeadline{grid-column:1}[class*=theme-] .deploymentTimesField .deploymentTimes #nextRelease{grid-column:2;border-left:1px solid #cccccc}[class*=theme-] .deploymentTimesField .deploymentTimes div,[class*=theme-] .deploymentTimesField .deploymentTimes>span{padding:2px 10px}[class*=theme-] .deploymentTimesField .deploymentTimes legend{color:#787878}[class*=theme-] .deploymentTimesField .deploymentTimes .dateSpan{font-weight:600;color:#646464}[class*=theme-] .deploymentTimesField .deploymentTimes .titleSpan{text-decoration:underline dashed #bcbabc 1px;cursor:pointer}.theme-63 .deploymentTimesField{grid-area:buttons;margin:0;white-space:pre;border:1px solid #cccccc;border-radius:5px;box-shadow:1px 3px 4px #00000026;padding:10px}.theme-63 .deploymentTimesField .deploymentTimes{display:grid;grid-template-rows:auto;grid-template-columns:max-content max-content}.theme-63 .deploymentTimesField .deploymentTimes #missedRelease,.theme-63 .deploymentTimesField .deploymentTimes #onlyRelease,.theme-63 .deploymentTimesField .deploymentTimes #onlyNextRelease{grid-column:1/span 2}.theme-63 .deploymentTimesField .deploymentTimes #deadline{grid-column:1}.theme-63 .deploymentTimesField .deploymentTimes #release{grid-column:2;border-left:1px solid #cccccc}.theme-63 .deploymentTimesField .deploymentTimes #nextDeadline{grid-column:1}.theme-63 .deploymentTimesField .deploymentTimes #nextRelease{grid-column:2;border-left:1px solid #cccccc}.theme-63 .deploymentTimesField .deploymentTimes div,.theme-63 .deploymentTimesField .deploymentTimes>span{padding:2px 10px}.theme-63 .deploymentTimesField .deploymentTimes legend{color:#787878}.theme-63 .deploymentTimesField .deploymentTimes .dateSpan{font-weight:600;color:#646464}.theme-63 .deploymentTimesField .deploymentTimes .titleSpan{text-decoration:underline dashed #bcbabc 1px;cursor:pointer}.theme-108 .deploymentTimesField{grid-area:buttons;margin:0;white-space:pre;border:1px solid #cccccc;border-radius:5px;box-shadow:1px 3px 4px #00000026;padding:10px}.theme-108 .deploymentTimesField .deploymentTimes{display:grid;grid-template-rows:auto;grid-template-columns:max-content max-content}.theme-108 .deploymentTimesField .deploymentTimes #missedRelease,.theme-108 .deploymentTimesField .deploymentTimes #onlyRelease,.theme-108 .deploymentTimesField .deploymentTimes #onlyNextRelease{grid-column:1/span 2}.theme-108 .deploymentTimesField .deploymentTimes #deadline{grid-column:1}.theme-108 .deploymentTimesField .deploymentTimes #release{grid-column:2;border-left:1px solid #cccccc}.theme-108 .deploymentTimesField .deploymentTimes #nextDeadline{grid-column:1}.theme-108 .deploymentTimesField .deploymentTimes #nextRelease{grid-column:2;border-left:1px solid #cccccc}.theme-108 .deploymentTimesField .deploymentTimes div,.theme-108 .deploymentTimesField .deploymentTimes>span{padding:2px 10px}.theme-108 .deploymentTimesField .deploymentTimes legend{color:#787878}.theme-108 .deploymentTimesField .deploymentTimes .dateSpan{font-weight:600;color:#646464}.theme-108 .deploymentTimesField .deploymentTimes .titleSpan{text-decoration:underline dashed #bcbabc 1px;cursor:pointer}.theme-109 .deploymentTimesField{grid-area:buttons;margin:0;white-space:pre;border:1px solid #cccccc;border-radius:5px;box-shadow:1px 3px 4px #00000026;padding:10px}.theme-109 .deploymentTimesField .deploymentTimes{display:grid;grid-template-rows:auto;grid-template-columns:max-content max-content}.theme-109 .deploymentTimesField .deploymentTimes #missedRelease,.theme-109 .deploymentTimesField .deploymentTimes #onlyRelease,.theme-109 .deploymentTimesField .deploymentTimes #onlyNextRelease{grid-column:1/span 2}.theme-109 .deploymentTimesField .deploymentTimes #deadline{grid-column:1}.theme-109 .deploymentTimesField .deploymentTimes #release{grid-column:2;border-left:1px solid #cccccc}.theme-109 .deploymentTimesField .deploymentTimes #nextDeadline{grid-column:1}.theme-109 .deploymentTimesField .deploymentTimes #nextRelease{grid-column:2;border-left:1px solid #cccccc}.theme-109 .deploymentTimesField .deploymentTimes div,.theme-109 .deploymentTimesField .deploymentTimes>span{padding:2px 10px}.theme-109 .deploymentTimesField .deploymentTimes legend{color:#787878}.theme-109 .deploymentTimesField .deploymentTimes .dateSpan{font-weight:600;color:#646464}.theme-109 .deploymentTimesField .deploymentTimes .titleSpan{text-decoration:underline dashed #bcbabc 1px;cursor:pointer}.theme-110 .deploymentTimesField{grid-area:buttons;margin:0;white-space:pre;border:1px solid #cccccc;border-radius:5px;box-shadow:1px 3px 4px #00000026;padding:10px}.theme-110 .deploymentTimesField .deploymentTimes{display:grid;grid-template-rows:auto;grid-template-columns:max-content max-content}.theme-110 .deploymentTimesField .deploymentTimes #missedRelease,.theme-110 .deploymentTimesField .deploymentTimes #onlyRelease,.theme-110 .deploymentTimesField .deploymentTimes #onlyNextRelease{grid-column:1/span 2}.theme-110 .deploymentTimesField .deploymentTimes #deadline{grid-column:1}.theme-110 .deploymentTimesField .deploymentTimes #release{grid-column:2;border-left:1px solid #cccccc}.theme-110 .deploymentTimesField .deploymentTimes #nextDeadline{grid-column:1}.theme-110 .deploymentTimesField .deploymentTimes #nextRelease{grid-column:2;border-left:1px solid #cccccc}.theme-110 .deploymentTimesField .deploymentTimes div,.theme-110 .deploymentTimesField .deploymentTimes>span{padding:2px 10px}.theme-110 .deploymentTimesField .deploymentTimes legend{color:#787878}.theme-110 .deploymentTimesField .deploymentTimes .dateSpan{font-weight:600;color:#646464}.theme-110 .deploymentTimesField .deploymentTimes .titleSpan{text-decoration:underline dashed #bcbabc 1px;cursor:pointer}.pagination{display:grid;grid-template-rows:max-content auto max-content;grid-template-columns:100%;grid-template-areas:"top" "content" "bottom";place-items:center;gap:10px}.pagination .child{grid-area:content;justify-self:stretch;align-self:start}[class*=theme-] .pagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px 0;color:#000000b3}[class*=theme-] .pagination .paginationBar.top{grid-area:top}[class*=theme-] .pagination .paginationBar.bottom{grid-area:bottom}[class*=theme-] .pagination .paginationBar.masterNinja{display:none}[class*=theme-] .pagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}[class*=theme-] .pagination .paginationBar .pageSelection .pageNumber,[class*=theme-] .pagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;min-width:14px}[class*=theme-] .pagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}[class*=theme-] .pagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}[class*=theme-] .pagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}[class*=theme-] .pagination .paginationBar .pageSelection .firstPageImg,[class*=theme-] .pagination .paginationBar .pageSelection .lastPageImg,[class*=theme-] .pagination .paginationBar .pageSelection .previousPageImg,[class*=theme-] .pagination .paginationBar .pageSelection .nextPageImg{padding:3px 5px;margin:0 0 0 4px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}[class*=theme-] .pagination .paginationBar .pageSelection .firstPageImg:hover,[class*=theme-] .pagination .paginationBar .pageSelection .lastPageImg:hover,[class*=theme-] .pagination .paginationBar .pageSelection .previousPageImg:hover,[class*=theme-] .pagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}[class*=theme-] .pagination .paginationBar .pageSelection .previousPageImg{margin:0 4px 0 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}[class*=theme-] .pagination .paginationBar .rowCountSelection{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:15px}[class*=theme-] .pagination .paginationBar .rowCountSelection input[type=number]::-webkit-inner-spin-button{opacity:1}[class*=theme-] .pagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:45px;text-align:center;font-size:12px;color:#00000080;border:0px}[class*=theme-] .pagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-63 .pagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px 0;color:#000000b3}.theme-63 .pagination .paginationBar.top{grid-area:top}.theme-63 .pagination .paginationBar.bottom{grid-area:bottom}.theme-63 .pagination .paginationBar.masterNinja{display:none}.theme-63 .pagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-63 .pagination .paginationBar .pageSelection .pageNumber,.theme-63 .pagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;min-width:14px}.theme-63 .pagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-63 .pagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-63 .pagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-63 .pagination .paginationBar .pageSelection .firstPageImg,.theme-63 .pagination .paginationBar .pageSelection .lastPageImg,.theme-63 .pagination .paginationBar .pageSelection .previousPageImg,.theme-63 .pagination .paginationBar .pageSelection .nextPageImg{padding:3px 5px;margin:0 0 0 4px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-63 .pagination .paginationBar .pageSelection .firstPageImg:hover,.theme-63 .pagination .paginationBar .pageSelection .lastPageImg:hover,.theme-63 .pagination .paginationBar .pageSelection .previousPageImg:hover,.theme-63 .pagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-63 .pagination .paginationBar .pageSelection .previousPageImg{margin:0 4px 0 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-63 .pagination .paginationBar .rowCountSelection{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:15px}.theme-63 .pagination .paginationBar .rowCountSelection input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-63 .pagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:45px;text-align:center;font-size:12px;color:#00000080;border:0px}.theme-63 .pagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-108 .pagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px 0;color:#000000b3}.theme-108 .pagination .paginationBar.top{grid-area:top}.theme-108 .pagination .paginationBar.bottom{grid-area:bottom}.theme-108 .pagination .paginationBar.masterNinja{display:none}.theme-108 .pagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-108 .pagination .paginationBar .pageSelection .pageNumber,.theme-108 .pagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;min-width:14px}.theme-108 .pagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-108 .pagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-108 .pagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-108 .pagination .paginationBar .pageSelection .firstPageImg,.theme-108 .pagination .paginationBar .pageSelection .lastPageImg,.theme-108 .pagination .paginationBar .pageSelection .previousPageImg,.theme-108 .pagination .paginationBar .pageSelection .nextPageImg{padding:3px 5px;margin:0 0 0 4px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-108 .pagination .paginationBar .pageSelection .firstPageImg:hover,.theme-108 .pagination .paginationBar .pageSelection .lastPageImg:hover,.theme-108 .pagination .paginationBar .pageSelection .previousPageImg:hover,.theme-108 .pagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-108 .pagination .paginationBar .pageSelection .previousPageImg{margin:0 4px 0 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-108 .pagination .paginationBar .rowCountSelection{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:15px}.theme-108 .pagination .paginationBar .rowCountSelection input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-108 .pagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:45px;text-align:center;font-size:12px;color:#00000080;border:0px}.theme-108 .pagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-109 .pagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px 0;color:#000000b3}.theme-109 .pagination .paginationBar.top{grid-area:top}.theme-109 .pagination .paginationBar.bottom{grid-area:bottom}.theme-109 .pagination .paginationBar.masterNinja{display:none}.theme-109 .pagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-109 .pagination .paginationBar .pageSelection .pageNumber,.theme-109 .pagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;min-width:14px}.theme-109 .pagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-109 .pagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-109 .pagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-109 .pagination .paginationBar .pageSelection .firstPageImg,.theme-109 .pagination .paginationBar .pageSelection .lastPageImg,.theme-109 .pagination .paginationBar .pageSelection .previousPageImg,.theme-109 .pagination .paginationBar .pageSelection .nextPageImg{padding:3px 5px;margin:0 0 0 4px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-109 .pagination .paginationBar .pageSelection .firstPageImg:hover,.theme-109 .pagination .paginationBar .pageSelection .lastPageImg:hover,.theme-109 .pagination .paginationBar .pageSelection .previousPageImg:hover,.theme-109 .pagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-109 .pagination .paginationBar .pageSelection .previousPageImg{margin:0 4px 0 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-109 .pagination .paginationBar .rowCountSelection{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:15px}.theme-109 .pagination .paginationBar .rowCountSelection input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-109 .pagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:45px;text-align:center;font-size:12px;color:#00000080;border:0px}.theme-109 .pagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-110 .pagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px 0;color:#000000b3}.theme-110 .pagination .paginationBar.top{grid-area:top}.theme-110 .pagination .paginationBar.bottom{grid-area:bottom}.theme-110 .pagination .paginationBar.masterNinja{display:none}.theme-110 .pagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-110 .pagination .paginationBar .pageSelection .pageNumber,.theme-110 .pagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;min-width:14px}.theme-110 .pagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-110 .pagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-110 .pagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-110 .pagination .paginationBar .pageSelection .firstPageImg,.theme-110 .pagination .paginationBar .pageSelection .lastPageImg,.theme-110 .pagination .paginationBar .pageSelection .previousPageImg,.theme-110 .pagination .paginationBar .pageSelection .nextPageImg{padding:3px 5px;margin:0 0 0 4px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-110 .pagination .paginationBar .pageSelection .firstPageImg:hover,.theme-110 .pagination .paginationBar .pageSelection .lastPageImg:hover,.theme-110 .pagination .paginationBar .pageSelection .previousPageImg:hover,.theme-110 .pagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-110 .pagination .paginationBar .pageSelection .previousPageImg{margin:0 4px 0 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-110 .pagination .paginationBar .rowCountSelection{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:15px}.theme-110 .pagination .paginationBar .rowCountSelection input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-110 .pagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:45px;text-align:center;font-size:12px;color:#00000080;border:0px}.theme-110 .pagination .paginationBar .rowCountSelection label{padding-right:3px}.supplierHeader{display:grid;grid-template-columns:auto;grid-template-rows:minmax(1.5em,max-content) max-content;font-size:1.5em;row-gap:10px}.supplierHeader .title{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.supplierHeader .title .btnPnl{min-width:max-content}div:not(.target)>.child>.supplierHeader .title>span{flex-basis:125px;flex-grow:1;min-width:max-content;margin-right:10px}.supplierHeader .title .textbox{width:auto;height:28px;flex-basis:430px;flex-grow:1;flex-shrink:1}.supplierHeader .title .textbox.tradeFilterSupplierSearchBox{height:34px}.supplierHeader .title.bold{font-weight:600}.supplierHeader .title.bold>span{min-height:32px;display:flex;align-items:center;gap:5px}.supplierHeader .title.bold>span .refreshBtn{height:32px}.supplierHeader .title.bold .btnPnl{min-height:32px;height:fit-content}.supplierHeader .headlines{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:5px 0 5px 5px;font-size:.6em}.supplierHeader .headlines>.name{padding-left:43px;font-weight:600}.supplierHeader .headlines .productGroups{padding-right:115px}.supplierHeader .headlines .stretchElement{flex-grow:1}.supplierHeader .headlines .selectAll{min-width:0;height:40px;width:41px;padding:5px 5px 5px 6px}.supplierList .supplierHeader .headlines{padding:5px 15px 0}.supplierList .supplierHeader .headlines .name{padding-left:41px}.supplierList .target .supplierHeader .headlines .productGroups{padding-right:151px}.supplierList .origin .supplierHeader .headlines .productGroups{padding-right:111px}.supplierList .target .supplierHeader .title{height:34px}.supplierList{font-size:14px}.supplierList .withIndex{margin-left:20px}.supplierList .header .btnPnl{flex-direction:row-reverse;font-size:14px}.popoverContainer{position:absolute;padding:0 7px;z-index:100}.popoverContainer.top,.popoverContainer.bottom{padding:7px 0}[class*=theme-] .popoverContainer .popoverArrow.top{border-top-color:#fff}[class*=theme-] .popoverContainer .popoverArrow.right{border-right-color:#fff}[class*=theme-] .popoverContainer .popoverArrow.bottom{border-bottom-color:#fff}[class*=theme-] .popoverContainer .popoverArrow.left{border-left-color:#fff}[class*=theme-] .popoverContainer .popoverChildren{background-color:#fff;box-shadow:0 0 30px #272b3726}.theme-63 .popoverContainer .popoverArrow.top{border-top-color:#fff}.theme-63 .popoverContainer .popoverArrow.right{border-right-color:#fff}.theme-63 .popoverContainer .popoverArrow.bottom{border-bottom-color:#fff}.theme-63 .popoverContainer .popoverArrow.left{border-left-color:#fff}.theme-63 .popoverContainer .popoverChildren{background-color:#fff;box-shadow:0 0 30px #272b3726}.theme-108 .popoverContainer .popoverArrow.top{border-top-color:#fff}.theme-108 .popoverContainer .popoverArrow.right{border-right-color:#fff}.theme-108 .popoverContainer .popoverArrow.bottom{border-bottom-color:#fff}.theme-108 .popoverContainer .popoverArrow.left{border-left-color:#fff}.theme-108 .popoverContainer .popoverChildren{background-color:#fff;box-shadow:0 0 30px #272b3726}.theme-109 .popoverContainer .popoverArrow.top{border-top-color:#fff}.theme-109 .popoverContainer .popoverArrow.right{border-right-color:#fff}.theme-109 .popoverContainer .popoverArrow.bottom{border-bottom-color:#fff}.theme-109 .popoverContainer .popoverArrow.left{border-left-color:#fff}.theme-109 .popoverContainer .popoverChildren{background-color:#fff;box-shadow:0 0 30px #272b3726}.theme-110 .popoverContainer .popoverArrow.top{border-top-color:#fff}.theme-110 .popoverContainer .popoverArrow.right{border-right-color:#fff}.theme-110 .popoverContainer .popoverArrow.bottom{border-bottom-color:#fff}.theme-110 .popoverContainer .popoverArrow.left{border-left-color:#fff}.theme-110 .popoverContainer .popoverChildren{background-color:#fff;box-shadow:0 0 30px #272b3726}.popoverContainer .popoverArrow{position:absolute;width:0;height:0;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;border-style:solid}.popoverContainer .popoverArrow.top{border-width:8px 8px 0}.popoverContainer .popoverArrow.right{border-width:8px 8px 8px 0}.popoverContainer .popoverArrow.bottom{border-width:0 8px 8px}.popoverContainer .popoverArrow.left{border-width:8px 0 8px 8px}.popoverContainer .popoverChildren{width:200px;padding:10px 14px}.dialogContainer{display:flex}.dialogContainer .button.success{box-sizing:border-box;padding:calc(20px - 1em);height:40px;width:40px}[class*=theme-] .dialogContainer .button.success{background-color:#aaeb7c}[class*=theme-] .dialogContainer .button.success:hover{background-color:#a4f867}.theme-63 .dialogContainer .button.success{background-color:#aaeb7c}.theme-63 .dialogContainer .button.success:hover{background-color:#a4f867}.theme-108 .dialogContainer .button.success{background-color:#aaeb7c}.theme-108 .dialogContainer .button.success:hover{background-color:#a4f867}.theme-109 .dialogContainer .button.success{background-color:#aaeb7c}.theme-109 .dialogContainer .button.success:hover{background-color:#a4f867}.theme-110 .dialogContainer .button.success{background-color:#aaeb7c}.theme-110 .dialogContainer .button.success:hover{background-color:#a4f867}[class*=theme-] .button{font-size:1em;padding:0 10px;display:flex;border-radius:5px;align-items:center;cursor:pointer;color:#000;text-decoration:none;gap:4px;background-color:#ebebeb}[class*=theme-] .button input[type=image]{height:2em}[class*=theme-] .button:hover:not(.noHover):not(.disabled){background-color:#deebff}[class*=theme-] .button.disabled{color:#d6d6d6;filter:grayscale(60%);cursor:default}[class*=theme-] .button.disabled input[type=image]{filter:opacity(30%)}[class*=theme-] .button.focus:hover:not(.noHover):not(.disabled){background-color:#ee1c278e}[class*=theme-] [class*=theme-] .button.danger{background-color:#e0151540}[class*=theme-] [class*=theme-] .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-63 [class*=theme-] .button.danger{background-color:#e0151540}.theme-63 [class*=theme-] .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-108 [class*=theme-] .button.danger{background-color:#e0151540}.theme-108 [class*=theme-] .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-109 [class*=theme-] .button.danger{background-color:#e0151540}.theme-109 [class*=theme-] .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-110 [class*=theme-] .button.danger{background-color:#e0151540}.theme-110 [class*=theme-] .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}[class*=theme-] [class*=theme-] .button.success{background-color:#aaeb7c}[class*=theme-] [class*=theme-] .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 [class*=theme-] .button.success{background-color:#aaeb7c}.theme-63 [class*=theme-] .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 [class*=theme-] .button.success{background-color:#aaeb7c}.theme-108 [class*=theme-] .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 [class*=theme-] .button.success{background-color:#aaeb7c}.theme-109 [class*=theme-] .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 [class*=theme-] .button.success{background-color:#aaeb7c}.theme-110 [class*=theme-] .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 .button{font-size:1em;padding:0 10px;display:flex;border-radius:5px;align-items:center;cursor:pointer;color:#000;text-decoration:none;gap:4px;background-color:#ebebeb}.theme-63 .button input[type=image]{height:2em}.theme-63 .button:hover:not(.noHover):not(.disabled){background-color:#deebff}.theme-63 .button.disabled{color:#d6d6d6;filter:grayscale(60%);cursor:default}.theme-63 .button.disabled input[type=image]{filter:opacity(30%)}.theme-63 .button.focus:hover:not(.noHover):not(.disabled){background-color:#ee1c278e}[class*=theme-] .theme-63 .button.danger{background-color:#e0151540}[class*=theme-] .theme-63 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-63 .theme-63 .button.danger{background-color:#e0151540}.theme-63 .theme-63 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-108 .theme-63 .button.danger{background-color:#e0151540}.theme-108 .theme-63 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-109 .theme-63 .button.danger{background-color:#e0151540}.theme-109 .theme-63 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-110 .theme-63 .button.danger{background-color:#e0151540}.theme-110 .theme-63 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}[class*=theme-] .theme-63 .button.success{background-color:#aaeb7c}[class*=theme-] .theme-63 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 .theme-63 .button.success{background-color:#aaeb7c}.theme-63 .theme-63 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 .theme-63 .button.success{background-color:#aaeb7c}.theme-108 .theme-63 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 .theme-63 .button.success{background-color:#aaeb7c}.theme-109 .theme-63 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 .theme-63 .button.success{background-color:#aaeb7c}.theme-110 .theme-63 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 .button{font-size:1em;padding:0 10px;display:flex;border-radius:5px;align-items:center;cursor:pointer;color:#000;text-decoration:none;gap:4px;background-color:#ebebeb}.theme-108 .button input[type=image]{height:2em}.theme-108 .button:hover:not(.noHover):not(.disabled){background-color:#deebff}.theme-108 .button.disabled{color:#d6d6d6;filter:grayscale(60%);cursor:default}.theme-108 .button.disabled input[type=image]{filter:opacity(30%)}.theme-108 .button.focus:hover:not(.noHover):not(.disabled){background-color:#ee1c278e}[class*=theme-] .theme-108 .button.danger{background-color:#e0151540}[class*=theme-] .theme-108 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-63 .theme-108 .button.danger{background-color:#e0151540}.theme-63 .theme-108 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-108 .theme-108 .button.danger{background-color:#e0151540}.theme-108 .theme-108 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-109 .theme-108 .button.danger{background-color:#e0151540}.theme-109 .theme-108 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-110 .theme-108 .button.danger{background-color:#e0151540}.theme-110 .theme-108 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}[class*=theme-] .theme-108 .button.success{background-color:#aaeb7c}[class*=theme-] .theme-108 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 .theme-108 .button.success{background-color:#aaeb7c}.theme-63 .theme-108 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 .theme-108 .button.success{background-color:#aaeb7c}.theme-108 .theme-108 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 .theme-108 .button.success{background-color:#aaeb7c}.theme-109 .theme-108 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 .theme-108 .button.success{background-color:#aaeb7c}.theme-110 .theme-108 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 .button{font-size:1em;padding:0 10px;display:flex;border-radius:5px;align-items:center;cursor:pointer;color:#000;text-decoration:none;gap:4px;background-color:#ebebeb}.theme-109 .button input[type=image]{height:2em}.theme-109 .button:hover:not(.noHover):not(.disabled){background-color:#deebff}.theme-109 .button.disabled{color:#d6d6d6;filter:grayscale(60%);cursor:default}.theme-109 .button.disabled input[type=image]{filter:opacity(30%)}.theme-109 .button.focus:hover:not(.noHover):not(.disabled){background-color:#ee1c278e}[class*=theme-] .theme-109 .button.danger{background-color:#e0151540}[class*=theme-] .theme-109 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-63 .theme-109 .button.danger{background-color:#e0151540}.theme-63 .theme-109 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-108 .theme-109 .button.danger{background-color:#e0151540}.theme-108 .theme-109 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-109 .theme-109 .button.danger{background-color:#e0151540}.theme-109 .theme-109 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-110 .theme-109 .button.danger{background-color:#e0151540}.theme-110 .theme-109 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}[class*=theme-] .theme-109 .button.success{background-color:#aaeb7c}[class*=theme-] .theme-109 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 .theme-109 .button.success{background-color:#aaeb7c}.theme-63 .theme-109 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 .theme-109 .button.success{background-color:#aaeb7c}.theme-108 .theme-109 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 .theme-109 .button.success{background-color:#aaeb7c}.theme-109 .theme-109 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 .theme-109 .button.success{background-color:#aaeb7c}.theme-110 .theme-109 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 .button{font-size:1em;padding:0 10px;display:flex;border-radius:5px;align-items:center;cursor:pointer;color:#000;text-decoration:none;gap:4px;background-color:#ebebeb}.theme-110 .button input[type=image]{height:2em}.theme-110 .button:hover:not(.noHover):not(.disabled){background-color:#deebff}.theme-110 .button.disabled{color:#d6d6d6;filter:grayscale(60%);cursor:default}.theme-110 .button.disabled input[type=image]{filter:opacity(30%)}.theme-110 .button.focus:hover:not(.noHover):not(.disabled){background-color:#ee1c278e}[class*=theme-] .theme-110 .button.danger{background-color:#e0151540}[class*=theme-] .theme-110 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-63 .theme-110 .button.danger{background-color:#e0151540}.theme-63 .theme-110 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-108 .theme-110 .button.danger{background-color:#e0151540}.theme-108 .theme-110 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-109 .theme-110 .button.danger{background-color:#e0151540}.theme-109 .theme-110 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}.theme-110 .theme-110 .button.danger{background-color:#e0151540}.theme-110 .theme-110 .button.danger:hover:not(.noHover):not(.disabled){background-color:#ff9f9f}[class*=theme-] .theme-110 .button.success{background-color:#aaeb7c}[class*=theme-] .theme-110 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-63 .theme-110 .button.success{background-color:#aaeb7c}.theme-63 .theme-110 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-108 .theme-110 .button.success{background-color:#aaeb7c}.theme-108 .theme-110 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-109 .theme-110 .button.success{background-color:#aaeb7c}.theme-109 .theme-110 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.theme-110 .theme-110 .button.success{background-color:#aaeb7c}.theme-110 .theme-110 .button.success:hover:not(.noHover):not(.disabled){background-color:#a4f867}.logincontainer{align-content:center;padding:5px 0}[class*=theme-] .logincontainer .btnSubmit{background-color:#ebebeb}[class*=theme-] .logincontainer .btnSubmit:hover{background-color:#e0151540}[class*=theme-] .logincontainer p{color:#000000b3;border-bottom:1px solid #cccccc}[class*=theme-] .logincontainer .txtbox{border:1px solid #cccccc}.theme-63 .logincontainer .btnSubmit{background-color:#ebebeb}.theme-63 .logincontainer .btnSubmit:hover{background-color:#e0151540}.theme-63 .logincontainer p{color:#000000b3;border-bottom:1px solid #cccccc}.theme-63 .logincontainer .txtbox{border:1px solid #cccccc}.theme-108 .logincontainer .btnSubmit{background-color:#ebebeb}.theme-108 .logincontainer .btnSubmit:hover{background-color:#e0151540}.theme-108 .logincontainer p{color:#000000b3;border-bottom:1px solid #cccccc}.theme-108 .logincontainer .txtbox{border:1px solid #cccccc}.theme-109 .logincontainer .btnSubmit{background-color:#ebebeb}.theme-109 .logincontainer .btnSubmit:hover{background-color:#e0151540}.theme-109 .logincontainer p{color:#000000b3;border-bottom:1px solid #cccccc}.theme-109 .logincontainer .txtbox{border:1px solid #cccccc}.theme-110 .logincontainer .btnSubmit{background-color:#ebebeb}.theme-110 .logincontainer .btnSubmit:hover{background-color:#e0151540}.theme-110 .logincontainer p{color:#000000b3;border-bottom:1px solid #cccccc}.theme-110 .logincontainer .txtbox{border:1px solid #cccccc}.logincontainer .txtbox{padding:0 10px;border-radius:4px;width:calc(100% - 26px);line-height:40px;margin:5px 0 10px 4px}.logincontainer p{font-weight:700;padding:5px;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.logincontainer label{padding-left:5px}.logincontainer .btnSubmit{border-radius:5px;height:30px;width:45%;margin-left:55%}.btnPnl{display:flex;align-items:stretch;gap:5px}.btnPnl .button.save{padding:2.65px 10px;white-space:nowrap}[class*=theme-] .btnPnl .button.save{background-color:#ffac69}[class*=theme-] .btnPnl .button.save:hover:not(.disabled){background-color:#ffba83}.theme-63 .btnPnl .button.save{background-color:#ffac69}.theme-63 .btnPnl .button.save:hover:not(.disabled){background-color:#ffba83}.theme-108 .btnPnl .button.save{background-color:#ffac69}.theme-108 .btnPnl .button.save:hover:not(.disabled){background-color:#ffba83}.theme-109 .btnPnl .button.save{background-color:#ffac69}.theme-109 .btnPnl .button.save:hover:not(.disabled){background-color:#ffba83}.theme-110 .btnPnl .button.save{background-color:#ffac69}.theme-110 .btnPnl .button.save:hover:not(.disabled){background-color:#ffba83}.linkButton{display:flex;align-items:stretch;text-decoration:none}.supplierHeader .textbox{flex-basis:350px}[class*=theme-] .textbox{white-space:nowrap;border-radius:4px;display:flex;width:430px;align-items:stretch;padding:2px 3px;background-color:#fff;border:1px solid #cccccc}[class*=theme-] .textbox .input{border:none;flex-grow:1}.theme-63 .textbox{white-space:nowrap;border-radius:4px;display:flex;width:430px;align-items:stretch;padding:2px 3px;background-color:#fff;border:1px solid #cccccc}.theme-63 .textbox .input{border:none;flex-grow:1}.theme-108 .textbox{white-space:nowrap;border-radius:4px;display:flex;width:430px;align-items:stretch;padding:2px 3px;background-color:#fff;border:1px solid #cccccc}.theme-108 .textbox .input{border:none;flex-grow:1}.theme-109 .textbox{white-space:nowrap;border-radius:4px;display:flex;width:430px;align-items:stretch;padding:2px 3px;background-color:#fff;border:1px solid #cccccc}.theme-109 .textbox .input{border:none;flex-grow:1}.theme-110 .textbox{white-space:nowrap;border-radius:4px;display:flex;width:430px;align-items:stretch;padding:2px 3px;background-color:#fff;border:1px solid #cccccc}.theme-110 .textbox .input{border:none;flex-grow:1}[class*=theme-] .filterImg,.theme-63 .filterImg,.theme-108 .filterImg,.theme-109 .filterImg,.theme-110 .filterImg{cursor:default;border-radius:4px;border:1px solid #cccccc;padding:5px 7px}[class*=theme-] .filterOutside{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}[class*=theme-] .filterOutside .filterImgOutside{cursor:pointer;border-radius:4px;border:1px solid #cccccc;background-color:#ebebeb;padding:9px;margin-left:5px;height:16px;width:16px;flex-shrink:0}[class*=theme-] .filterOutside .filterImgOutside:hover{background-color:#deebff}[class*=theme-] .filterOutside .textbox{min-width:min-content;flex-shrink:1;flex-grow:1;height:30px}.theme-63 .filterOutside{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-63 .filterOutside .filterImgOutside{cursor:pointer;border-radius:4px;border:1px solid #cccccc;background-color:#ebebeb;padding:9px;margin-left:5px;height:16px;width:16px;flex-shrink:0}.theme-63 .filterOutside .filterImgOutside:hover{background-color:#deebff}.theme-63 .filterOutside .textbox{min-width:min-content;flex-shrink:1;flex-grow:1;height:30px}.theme-108 .filterOutside{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-108 .filterOutside .filterImgOutside{cursor:pointer;border-radius:4px;border:1px solid #cccccc;background-color:#ebebeb;padding:9px;margin-left:5px;height:16px;width:16px;flex-shrink:0}.theme-108 .filterOutside .filterImgOutside:hover{background-color:#deebff}.theme-108 .filterOutside .textbox{min-width:min-content;flex-shrink:1;flex-grow:1;height:30px}.theme-109 .filterOutside{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-109 .filterOutside .filterImgOutside{cursor:pointer;border-radius:4px;border:1px solid #cccccc;background-color:#ebebeb;padding:9px;margin-left:5px;height:16px;width:16px;flex-shrink:0}.theme-109 .filterOutside .filterImgOutside:hover{background-color:#deebff}.theme-109 .filterOutside .textbox{min-width:min-content;flex-shrink:1;flex-grow:1;height:30px}.theme-110 .filterOutside{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-110 .filterOutside .filterImgOutside{cursor:pointer;border-radius:4px;border:1px solid #cccccc;background-color:#ebebeb;padding:9px;margin-left:5px;height:16px;width:16px;flex-shrink:0}.theme-110 .filterOutside .filterImgOutside:hover{background-color:#deebff}.theme-110 .filterOutside .textbox{min-width:min-content;flex-shrink:1;flex-grow:1;height:30px}.changePositionField{font-size:16px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding:0 15px}.supplierHeader>.changePositionField{grid-template-columns:2fr 1fr max-content;width:fit-content;justify-self:center;align-items:center;justify-content:center;text-align:center;column-gap:20px}[class*=theme-] .supplierHeader>.changePositionField{padding:0 0 0 18px;border:1px solid #cccccc;box-shadow:0 2px 5px #00000026}.theme-63 .supplierHeader>.changePositionField{padding:0 0 0 18px;border:1px solid #cccccc;box-shadow:0 2px 5px #00000026}.theme-108 .supplierHeader>.changePositionField{padding:0 0 0 18px;border:1px solid #cccccc;box-shadow:0 2px 5px #00000026}.theme-109 .supplierHeader>.changePositionField{padding:0 0 0 18px;border:1px solid #cccccc;box-shadow:0 2px 5px #00000026}.theme-110 .supplierHeader>.changePositionField{padding:0 0 0 18px;border:1px solid #cccccc;box-shadow:0 2px 5px #00000026}.supplierHeader>.changePositionField .selectedBrands,.supplierHeader>.changePositionField .selectAllArea,.supplierHeader>.changePositionField .divSwitch{display:flex;flex-direction:row;align-items:center}.supplierHeader>.changePositionField .selectedBrands{gap:10px}.supplierHeader>.changePositionField .selectedBrands>span .selectedCount{min-width:max-content;font-weight:600}[class*=theme-] .supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch{padding:6.5px 10px 4.5px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-63 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch{padding:6.5px 10px 4.5px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-108 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch{padding:6.5px 10px 4.5px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-109 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch{padding:6.5px 10px 4.5px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-110 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch{padding:6.5px 10px 4.5px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.supplierHeader>.changePositionField .selectedBrands .selectAllArea .divSwitch>span{font-size:.8em;padding:0 0 2px 4px}.supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{text-align:center;box-sizing:border-box;padding:2px 12px;height:34px;border:0px;cursor:pointer;border-radius:0 4px 4px 0;font-size:1em}[class*=theme-] .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{background-color:#ebebeb}[class*=theme-] .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn:hover{background-color:#deebff}.theme-63 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{background-color:#ebebeb}.theme-63 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn:hover{background-color:#deebff}.theme-108 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{background-color:#ebebeb}.theme-108 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn:hover{background-color:#deebff}.theme-109 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{background-color:#ebebeb}.theme-109 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn:hover{background-color:#deebff}.theme-110 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn{background-color:#ebebeb}.theme-110 .supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn:hover{background-color:#deebff}.supplierHeader>.changePositionField .selectedBrands .selectAllArea .selectAllBtn.single{border-radius:4px}.supplierHeader>.changePositionField .buttons{column-gap:5px}.changePositionField .sendPosition{display:flex;justify-content:center;align-items:center}[class*=theme-] .changePositionField .sendPosition .postionInputLabel{padding-right:5px}[class*=theme-] .changePositionField .sendPosition input[type=number]::-webkit-inner-spin-button{opacity:1}[class*=theme-] .changePositionField .sendPosition .positionInput{text-align:center;padding:5px;width:45px;height:22px;font-size:16px;height:20px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}[class*=theme-] .changePositionField .sendPosition .toPosition{min-width:0;width:34px;padding:2px;height:fit-content;border-left:0px;border-radius:0 4px 4px 0;background-color:#ebebeb}[class*=theme-] .changePositionField .sendPosition .toPosition:hover{background-color:#deebff}.theme-63 .changePositionField .sendPosition .postionInputLabel{padding-right:5px}.theme-63 .changePositionField .sendPosition input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-63 .changePositionField .sendPosition .positionInput{text-align:center;padding:5px;width:45px;height:22px;font-size:16px;height:20px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-63 .changePositionField .sendPosition .toPosition{min-width:0;width:34px;padding:2px;height:fit-content;border-left:0px;border-radius:0 4px 4px 0;background-color:#ebebeb}.theme-63 .changePositionField .sendPosition .toPosition:hover{background-color:#deebff}.theme-108 .changePositionField .sendPosition .postionInputLabel{padding-right:5px}.theme-108 .changePositionField .sendPosition input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-108 .changePositionField .sendPosition .positionInput{text-align:center;padding:5px;width:45px;height:22px;font-size:16px;height:20px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-108 .changePositionField .sendPosition .toPosition{min-width:0;width:34px;padding:2px;height:fit-content;border-left:0px;border-radius:0 4px 4px 0;background-color:#ebebeb}.theme-108 .changePositionField .sendPosition .toPosition:hover{background-color:#deebff}.theme-109 .changePositionField .sendPosition .postionInputLabel{padding-right:5px}.theme-109 .changePositionField .sendPosition input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-109 .changePositionField .sendPosition .positionInput{text-align:center;padding:5px;width:45px;height:22px;font-size:16px;height:20px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-109 .changePositionField .sendPosition .toPosition{min-width:0;width:34px;padding:2px;height:fit-content;border-left:0px;border-radius:0 4px 4px 0;background-color:#ebebeb}.theme-109 .changePositionField .sendPosition .toPosition:hover{background-color:#deebff}.theme-110 .changePositionField .sendPosition .postionInputLabel{padding-right:5px}.theme-110 .changePositionField .sendPosition input[type=number]::-webkit-inner-spin-button{opacity:1}.theme-110 .changePositionField .sendPosition .positionInput{text-align:center;padding:5px;width:45px;height:22px;font-size:16px;height:20px;border:2px solid #ebebeb;border-radius:4px 0 0 4px}.theme-110 .changePositionField .sendPosition .toPosition{min-width:0;width:34px;padding:2px;height:fit-content;border-left:0px;border-radius:0 4px 4px 0;background-color:#ebebeb}.theme-110 .changePositionField .sendPosition .toPosition:hover{background-color:#deebff}.changePositionField .buttons{display:flex;justify-content:flex-end;flex-wrap:nowrap;align-items:center}.changePositionField .buttons .cancel{margin-left:13px;width:50px;height:50px;padding:10px}[class*=theme-] .changePositionField .buttons .cancel{background-color:#b4b4b4;border-radius:0}[class*=theme-] .changePositionField .buttons .cancel:hover{filter:none;background-color:#d4d4d4}.theme-63 .changePositionField .buttons .cancel{background-color:#b4b4b4;border-radius:0}.theme-63 .changePositionField .buttons .cancel:hover{filter:none;background-color:#d4d4d4}.theme-108 .changePositionField .buttons .cancel{background-color:#b4b4b4;border-radius:0}.theme-108 .changePositionField .buttons .cancel:hover{filter:none;background-color:#d4d4d4}.theme-109 .changePositionField .buttons .cancel{background-color:#b4b4b4;border-radius:0}.theme-109 .changePositionField .buttons .cancel:hover{filter:none;background-color:#d4d4d4}.theme-110 .changePositionField .buttons .cancel{background-color:#b4b4b4;border-radius:0}.theme-110 .changePositionField .buttons .cancel:hover{filter:none;background-color:#d4d4d4}.changePositionField .buttons .info{width:40px;height:40px}.changePositionField .buttons .sendBack{transform:rotate(180deg)}[class*=theme-] .supplierHeader>.changePositionField .buttons>:not(.cancel){background-color:#ebebeb}[class*=theme-] .supplierHeader>.changePositionField .buttons>:not(.cancel):hover{background-color:#deebff}.theme-63 .supplierHeader>.changePositionField .buttons>:not(.cancel){background-color:#ebebeb}.theme-63 .supplierHeader>.changePositionField .buttons>:not(.cancel):hover{background-color:#deebff}.theme-108 .supplierHeader>.changePositionField .buttons>:not(.cancel){background-color:#ebebeb}.theme-108 .supplierHeader>.changePositionField .buttons>:not(.cancel):hover{background-color:#deebff}.theme-109 .supplierHeader>.changePositionField .buttons>:not(.cancel){background-color:#ebebeb}.theme-109 .supplierHeader>.changePositionField .buttons>:not(.cancel):hover{background-color:#deebff}.theme-110 .supplierHeader>.changePositionField .buttons>:not(.cancel){background-color:#ebebeb}.theme-110 .supplierHeader>.changePositionField .buttons>:not(.cancel):hover{background-color:#deebff}[class*=theme-] .supplierHeader>.changePositionField .buttons>.sendBack,[class*=theme-] .supplierHeader>.changePositionField .buttons>.delete{background-color:#e0151540}[class*=theme-] .supplierHeader>.changePositionField .buttons>.sendBack:hover,[class*=theme-] .supplierHeader>.changePositionField .buttons>.delete:hover{background-color:#ff9f9f}.theme-63 .supplierHeader>.changePositionField .buttons>.sendBack,.theme-63 .supplierHeader>.changePositionField .buttons>.delete{background-color:#e0151540}.theme-63 .supplierHeader>.changePositionField .buttons>.sendBack:hover,.theme-63 .supplierHeader>.changePositionField .buttons>.delete:hover{background-color:#ff9f9f}.theme-108 .supplierHeader>.changePositionField .buttons>.sendBack,.theme-108 .supplierHeader>.changePositionField .buttons>.delete{background-color:#e0151540}.theme-108 .supplierHeader>.changePositionField .buttons>.sendBack:hover,.theme-108 .supplierHeader>.changePositionField .buttons>.delete:hover{background-color:#ff9f9f}.theme-109 .supplierHeader>.changePositionField .buttons>.sendBack,.theme-109 .supplierHeader>.changePositionField .buttons>.delete{background-color:#e0151540}.theme-109 .supplierHeader>.changePositionField .buttons>.sendBack:hover,.theme-109 .supplierHeader>.changePositionField .buttons>.delete:hover{background-color:#ff9f9f}.theme-110 .supplierHeader>.changePositionField .buttons>.sendBack,.theme-110 .supplierHeader>.changePositionField .buttons>.delete{background-color:#e0151540}.theme-110 .supplierHeader>.changePositionField .buttons>.sendBack:hover,.theme-110 .supplierHeader>.changePositionField .buttons>.delete:hover{background-color:#ff9f9f}.originListVariant.changePositionField .buttons .cancel{margin:0}.productGroupSupplierList .moveableSupplier{display:grid;grid-template-columns:min-content 3fr max-content min-content min-content;align-items:center;padding:0 5px;box-sizing:border-box;height:52px}[class*=theme-] .productGroupSupplierList .moveableSupplier.fixated{color:#d6d6d6;background-color:#eee}[class*=theme-] .productGroupSupplierList .moveableSupplier.fixated>:not(.name):not(.customPosition){filter:brightness(300%)}[class*=theme-] .productGroupSupplierList .moveableSupplier.hasCustomPosition{font-weight:800;border:2px solid #cccccc}.theme-63 .productGroupSupplierList .moveableSupplier.fixated{color:#d6d6d6;background-color:#eee}.theme-63 .productGroupSupplierList .moveableSupplier.fixated>:not(.name):not(.customPosition){filter:brightness(300%)}.theme-63 .productGroupSupplierList .moveableSupplier.hasCustomPosition{font-weight:800;border:2px solid #cccccc}.theme-108 .productGroupSupplierList .moveableSupplier.fixated{color:#d6d6d6;background-color:#eee}.theme-108 .productGroupSupplierList .moveableSupplier.fixated>:not(.name):not(.customPosition){filter:brightness(300%)}.theme-108 .productGroupSupplierList .moveableSupplier.hasCustomPosition{font-weight:800;border:2px solid #cccccc}.theme-109 .productGroupSupplierList .moveableSupplier.fixated{color:#d6d6d6;background-color:#eee}.theme-109 .productGroupSupplierList .moveableSupplier.fixated>:not(.name):not(.customPosition){filter:brightness(300%)}.theme-109 .productGroupSupplierList .moveableSupplier.hasCustomPosition{font-weight:800;border:2px solid #cccccc}.theme-110 .productGroupSupplierList .moveableSupplier.fixated{color:#d6d6d6;background-color:#eee}.theme-110 .productGroupSupplierList .moveableSupplier.fixated>:not(.name):not(.customPosition){filter:brightness(300%)}.theme-110 .productGroupSupplierList .moveableSupplier.hasCustomPosition{font-weight:800;border:2px solid #cccccc}.productGroupSupplierList .dropZone{box-sizing:border-box;height:52px}.productGroupSupplierList .dropZone .moveableSupplier,.productGroupSupplierList .dropZone .moveableSupplier.hasCustomPosition{height:50px}.supplierList .moveableSupplier{display:grid;grid-template-columns:min-content 3fr max-content min-content min-content;align-items:center;padding:15px}[class*=theme-] .moveableSupplier{border:1px solid #cccccc}[class*=theme-] .moveableSupplier .name{word-break:break-all;font-size:1.3em;text-transform:uppercase}[class*=theme-] .moveableSupplier .productGroups{display:flex;justify-content:space-around;align-items:center}[class*=theme-] .moveableSupplier .productGroups .productGroupsWithChanges{min-width:0;width:30px;height:fit-content}[class*=theme-] .moveableSupplier .productGroups .productGroupCount{color:#000}[class*=theme-] .moveableSupplier .productGroups .productGroupCount:hover{color:#707070}[class*=theme-] .moveableSupplier .customPosition{margin-right:10px;display:flex;align-items:center;justify-content:center}.theme-63 .moveableSupplier{border:1px solid #cccccc}.theme-63 .moveableSupplier .name{word-break:break-all;font-size:1.3em;text-transform:uppercase}.theme-63 .moveableSupplier .productGroups{display:flex;justify-content:space-around;align-items:center}.theme-63 .moveableSupplier .productGroups .productGroupsWithChanges{min-width:0;width:30px;height:fit-content}.theme-63 .moveableSupplier .productGroups .productGroupCount{color:#000}.theme-63 .moveableSupplier .productGroups .productGroupCount:hover{color:#707070}.theme-63 .moveableSupplier .customPosition{margin-right:10px;display:flex;align-items:center;justify-content:center}.theme-108 .moveableSupplier{border:1px solid #cccccc}.theme-108 .moveableSupplier .name{word-break:break-all;font-size:1.3em;text-transform:uppercase}.theme-108 .moveableSupplier .productGroups{display:flex;justify-content:space-around;align-items:center}.theme-108 .moveableSupplier .productGroups .productGroupsWithChanges{min-width:0;width:30px;height:fit-content}.theme-108 .moveableSupplier .productGroups .productGroupCount{color:#000}.theme-108 .moveableSupplier .productGroups .productGroupCount:hover{color:#707070}.theme-108 .moveableSupplier .customPosition{margin-right:10px;display:flex;align-items:center;justify-content:center}.theme-109 .moveableSupplier{border:1px solid #cccccc}.theme-109 .moveableSupplier .name{word-break:break-all;font-size:1.3em;text-transform:uppercase}.theme-109 .moveableSupplier .productGroups{display:flex;justify-content:space-around;align-items:center}.theme-109 .moveableSupplier .productGroups .productGroupsWithChanges{min-width:0;width:30px;height:fit-content}.theme-109 .moveableSupplier .productGroups .productGroupCount{color:#000}.theme-109 .moveableSupplier .productGroups .productGroupCount:hover{color:#707070}.theme-109 .moveableSupplier .customPosition{margin-right:10px;display:flex;align-items:center;justify-content:center}.theme-110 .moveableSupplier{border:1px solid #cccccc}.theme-110 .moveableSupplier .name{word-break:break-all;font-size:1.3em;text-transform:uppercase}.theme-110 .moveableSupplier .productGroups{display:flex;justify-content:space-around;align-items:center}.theme-110 .moveableSupplier .productGroups .productGroupsWithChanges{min-width:0;width:30px;height:fit-content}.theme-110 .moveableSupplier .productGroups .productGroupCount{color:#000}.theme-110 .moveableSupplier .productGroups .productGroupCount:hover{color:#707070}.theme-110 .moveableSupplier .customPosition{margin-right:10px;display:flex;align-items:center;justify-content:center}.dropZone .moveableSupplier{border:0px}.title,.headlines{position:relative}@media screen and (max-width: 1180px){[class*=theme-] .tradeFilterSupplierSearch.open{flex-grow:1;flex-shrink:1;position:absolute;right:0;top:0;width:calc(100% - 20px);margin:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}[class*=theme-] .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}[class*=theme-] .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{width:100%}[class*=theme-] .tradeFilterSupplierSearch.open .searchSupplierList{width:calc(100% - 4px)}.theme-63 .tradeFilterSupplierSearch.open{flex-grow:1;flex-shrink:1;position:absolute;right:0;top:0;width:calc(100% - 20px);margin:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-63 .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-63 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{width:100%}.theme-63 .tradeFilterSupplierSearch.open .searchSupplierList{width:calc(100% - 4px)}.theme-108 .tradeFilterSupplierSearch.open{flex-grow:1;flex-shrink:1;position:absolute;right:0;top:0;width:calc(100% - 20px);margin:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-108 .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-108 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{width:100%}.theme-108 .tradeFilterSupplierSearch.open .searchSupplierList{width:calc(100% - 4px)}.theme-109 .tradeFilterSupplierSearch.open{flex-grow:1;flex-shrink:1;position:absolute;right:0;top:0;width:calc(100% - 20px);margin:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-109 .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-109 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{width:100%}.theme-109 .tradeFilterSupplierSearch.open .searchSupplierList{width:calc(100% - 4px)}.theme-110 .tradeFilterSupplierSearch.open{flex-grow:1;flex-shrink:1;position:absolute;right:0;top:0;width:calc(100% - 20px);margin:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-110 .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-110 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{width:100%}.theme-110 .tradeFilterSupplierSearch.open .searchSupplierList{width:calc(100% - 4px)}}.tradeFilterSupplierSearch{width:fit-content;font-size:14px;font-weight:400}.tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{box-sizing:border-box;width:510px;height:37px}.tradeFilterSupplierSearch .searchSupplierList{width:506px;z-index:1}.supplierList .tradeFilterSupplierSearch{flex-grow:1;margin-right:10px;position:relative}.supplierList .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{width:100%}.supplierList .tradeFilterSupplierSearch .searchSupplierList{width:calc(100% - 4px)}[class*=theme-] .supplierList .tradeFilterSupplierSearch.open{position:absolute;width:calc(100% - 20px);margin:0;left:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}[class*=theme-] .supplierList .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-63 .supplierList .tradeFilterSupplierSearch.open{position:absolute;width:calc(100% - 20px);margin:0;left:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-63 .supplierList .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-108 .supplierList .tradeFilterSupplierSearch.open{position:absolute;width:calc(100% - 20px);margin:0;left:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-108 .supplierList .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-109 .supplierList .tradeFilterSupplierSearch.open{position:absolute;width:calc(100% - 20px);margin:0;left:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-109 .supplierList .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}.theme-110 .supplierList .tradeFilterSupplierSearch.open{position:absolute;width:calc(100% - 20px);margin:0;left:0;z-index:1;box-shadow:0 4px 8px #a0a0a0}.theme-110 .supplierList .tradeFilterSupplierSearch.open .searchSupplierList{box-shadow:0 4px 8px #a0a0a0}[class*=theme-] .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{align-items:center;min-width:200px}[class*=theme-] .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{border-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #cccccc}[class*=theme-] .tradeFilterSupplierSearch .searchImg{height:30px;width:30px;border-left:1px solid #cccccc}[class*=theme-] .tradeFilterSupplierSearch .cancelImg{height:fit-content;width:18px;padding:6px}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList{position:absolute;max-height:400px;height:fit-content;background-color:#fff;border:2px solid #cccccc;border-top:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList.pending>*{filter:opacity(.3)}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .emptyLine{height:1em}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchRestrictionElement{display:flex;justify-content:center;padding:5px 0 10px;color:#909090;font-size:.8em}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .index{flex-basis:25px;flex-shrink:0;padding:5px;text-align:center;color:#ccc}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier{flex-grow:1;margin:4px 10px 4px 0;border:1px solid #cccccc}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier.hasCustomPosition{border:2px solid #cccccc}[class*=theme-] .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier .searchJump{min-width:0px;width:30px;height:30px;padding:0}.theme-63 .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{align-items:center;min-width:200px}.theme-63 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{border-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #cccccc}.theme-63 .tradeFilterSupplierSearch .searchImg{height:30px;width:30px;border-left:1px solid #cccccc}.theme-63 .tradeFilterSupplierSearch .cancelImg{height:fit-content;width:18px;padding:6px}.theme-63 .tradeFilterSupplierSearch .searchSupplierList{position:absolute;max-height:400px;height:fit-content;background-color:#fff;border:2px solid #cccccc;border-top:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto}.theme-63 .tradeFilterSupplierSearch .searchSupplierList.pending>*{filter:opacity(.3)}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .emptyLine{height:1em}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchRestrictionElement{display:flex;justify-content:center;padding:5px 0 10px;color:#909090;font-size:.8em}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .index{flex-basis:25px;flex-shrink:0;padding:5px;text-align:center;color:#ccc}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier{flex-grow:1;margin:4px 10px 4px 0;border:1px solid #cccccc}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier.hasCustomPosition{border:2px solid #cccccc}.theme-63 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier .searchJump{min-width:0px;width:30px;height:30px;padding:0}.theme-108 .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{align-items:center;min-width:200px}.theme-108 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{border-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #cccccc}.theme-108 .tradeFilterSupplierSearch .searchImg{height:30px;width:30px;border-left:1px solid #cccccc}.theme-108 .tradeFilterSupplierSearch .cancelImg{height:fit-content;width:18px;padding:6px}.theme-108 .tradeFilterSupplierSearch .searchSupplierList{position:absolute;max-height:400px;height:fit-content;background-color:#fff;border:2px solid #cccccc;border-top:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto}.theme-108 .tradeFilterSupplierSearch .searchSupplierList.pending>*{filter:opacity(.3)}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .emptyLine{height:1em}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchRestrictionElement{display:flex;justify-content:center;padding:5px 0 10px;color:#909090;font-size:.8em}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .index{flex-basis:25px;flex-shrink:0;padding:5px;text-align:center;color:#ccc}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier{flex-grow:1;margin:4px 10px 4px 0;border:1px solid #cccccc}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier.hasCustomPosition{border:2px solid #cccccc}.theme-108 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier .searchJump{min-width:0px;width:30px;height:30px;padding:0}.theme-109 .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{align-items:center;min-width:200px}.theme-109 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{border-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #cccccc}.theme-109 .tradeFilterSupplierSearch .searchImg{height:30px;width:30px;border-left:1px solid #cccccc}.theme-109 .tradeFilterSupplierSearch .cancelImg{height:fit-content;width:18px;padding:6px}.theme-109 .tradeFilterSupplierSearch .searchSupplierList{position:absolute;max-height:400px;height:fit-content;background-color:#fff;border:2px solid #cccccc;border-top:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto}.theme-109 .tradeFilterSupplierSearch .searchSupplierList.pending>*{filter:opacity(.3)}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .emptyLine{height:1em}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchRestrictionElement{display:flex;justify-content:center;padding:5px 0 10px;color:#909090;font-size:.8em}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .index{flex-basis:25px;flex-shrink:0;padding:5px;text-align:center;color:#ccc}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier{flex-grow:1;margin:4px 10px 4px 0;border:1px solid #cccccc}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier.hasCustomPosition{border:2px solid #cccccc}.theme-109 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier .searchJump{min-width:0px;width:30px;height:30px;padding:0}.theme-110 .tradeFilterSupplierSearch .tradeFilterSupplierSearchBox{align-items:center;min-width:200px}.theme-110 .tradeFilterSupplierSearch.open .tradeFilterSupplierSearchBox{border-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #cccccc}.theme-110 .tradeFilterSupplierSearch .searchImg{height:30px;width:30px;border-left:1px solid #cccccc}.theme-110 .tradeFilterSupplierSearch .cancelImg{height:fit-content;width:18px;padding:6px}.theme-110 .tradeFilterSupplierSearch .searchSupplierList{position:absolute;max-height:400px;height:fit-content;background-color:#fff;border:2px solid #cccccc;border-top:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto}.theme-110 .tradeFilterSupplierSearch .searchSupplierList.pending>*{filter:opacity(.3)}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .emptyLine{height:1em}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchRestrictionElement{display:flex;justify-content:center;padding:5px 0 10px;color:#909090;font-size:.8em}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .index{flex-basis:25px;flex-shrink:0;padding:5px;text-align:center;color:#ccc}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier{flex-grow:1;margin:4px 10px 4px 0;border:1px solid #cccccc}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier.hasCustomPosition{border:2px solid #cccccc}.theme-110 .tradeFilterSupplierSearch .searchSupplierList .searchSupplierElement .moveableSupplier .searchJump{min-width:0px;width:30px;height:30px;padding:0}.marginList{display:grid;grid-template-rows:12px minmax(42px,max-content) max-content 1fr;grid-template-columns:0 1fr max-content max-content 0;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside table table table lside";place-items:center;gap:10px;justify-items:stretch;align-items:stretch;padding:20px 40px 15px;grid-template-rows:12px minmax(42px,max-content) max-content max-content 1fr;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside add add add lside" "rside table table table lside"}.isTradeFilter .marginList{padding:5px 40px 15px}.marginList>.titlePnl,.marginList>.switchTitlePnl,.marginList>.marginToolTitleArea{grid-area:headline;justify-self:start}.marginList>.marginInputs,.marginList>.defaultMarginContainer{grid-area:inputs}.marginList>.btnPnl{grid-area:buttons}.marginList>.titleUnderline{grid-area:underline}.marginList>.filterTable,.marginList>.filterTableWithPagination,.marginList>.content{grid-area:table}.marginList>.addMargin,.marginList>.addCustomerProfile{grid-area:add}.marginList .marginInputs{display:flex;gap:0px}.marginList .marginListProductLabel{display:flex;justify-content:space-between;align-items:center;width:100%}.marginList .marginListProductLabel .universalIcon{cursor:default}.marginList .filterTableWithPagination.marginTable .filter{width:460px}.marginList .filterTable.marginTable{grid-template-columns:minmax(min-content,280px) minmax(280px,max-content) 200px 1fr min-content}.editable{border-radius:4px;font-size:14px;height:40px;text-align:left;padding-left:8px;width:auto;display:flex;align-items:center;flex-wrap:nowrap;gap:4px}.editable [contenteditable=true]:empty:before,.editable.disabled [contenteditable=false]:empty:before{content:attr(placeholder);display:inline}.editable>input{min-width:50px;flex:4 1 50px;height:100%;border:0px;padding:0}.editable>input.hasPlaceholder{opacity:.7}.editable>input.hasPlaceholder:focus{opacity:1}.editable .priceCalculationType{text-align:right;flex:0 1 auto;padding:0 8px 0 5px;line-height:38px}.editable .priceCalculationType .active,.editable .priceCalculationType span:hover{font-weight:700}.editable .priceCalculationType span:not(:last-child):after{font-weight:700;content:" / "}[class*=theme-] .editable{border:1px solid #cccccc;color:#121212de;background-color:#fff}[class*=theme-] .editable>input{font-size:14px;font-family:Open Sans,sans-serif;color:#121212de}[class*=theme-] .editable .priceCalculationType{border-left:1px solid #cccccc}[class*=theme-] .editable .priceCalculationType span:not(.active){color:#0006}[class*=theme-] .editable .priceCalculationType span:not(.active):hover{color:#121212de}[class*=theme-] .editable:focus,[class*=theme-] .editable:focus-within{border-color:#ee1c25}[class*=theme-] .editable:focus.disabled,[class*=theme-] .editable:focus-within.disabled{border-color:#ccc}[class*=theme-] .editable.disabled,[class*=theme-] .editable .priceCalculationType.locked{cursor:default;background-color:#eee;color:#00000040}[class*=theme-] .editable.disabled>input{color:#00000040}[class*=theme-] .editable.disabled .priceCalculationType span:not(.active) span:not(.active),[class*=theme-] .editable .priceCalculationType.locked span:not(.active){color:#0000001a}[class*=theme-] .editable.disabled .priceCalculationType span:not(.active) span:not(.active):hover,[class*=theme-] .editable .priceCalculationType.locked span:not(.active):hover{font-weight:400}[class*=theme-] .editable.disabled .priceCalculationType span:not(.active) .active,[class*=theme-] .editable .priceCalculationType.locked .active{color:#00000040}.theme-63 .editable{border:1px solid #cccccc;color:#121212de;background-color:#fff}.theme-63 .editable>input{font-size:14px;font-family:Open Sans,sans-serif;color:#121212de}.theme-63 .editable .priceCalculationType{border-left:1px solid #cccccc}.theme-63 .editable .priceCalculationType span:not(.active){color:#0006}.theme-63 .editable .priceCalculationType span:not(.active):hover{color:#121212de}.theme-63 .editable:focus,.theme-63 .editable:focus-within{border-color:#ee1c25}.theme-63 .editable:focus.disabled,.theme-63 .editable:focus-within.disabled{border-color:#ccc}.theme-63 .editable.disabled,.theme-63 .editable .priceCalculationType.locked{cursor:default;background-color:#eee;color:#00000040}.theme-63 .editable.disabled>input{color:#00000040}.theme-63 .editable.disabled .priceCalculationType span:not(.active) span:not(.active),.theme-63 .editable .priceCalculationType.locked span:not(.active){color:#0000001a}.theme-63 .editable.disabled .priceCalculationType span:not(.active) span:not(.active):hover,.theme-63 .editable .priceCalculationType.locked span:not(.active):hover{font-weight:400}.theme-63 .editable.disabled .priceCalculationType span:not(.active) .active,.theme-63 .editable .priceCalculationType.locked .active{color:#00000040}.theme-108 .editable{border:1px solid #cccccc;color:#121212de;background-color:#fff}.theme-108 .editable>input{font-size:14px;font-family:Open Sans,sans-serif;color:#121212de}.theme-108 .editable .priceCalculationType{border-left:1px solid #cccccc}.theme-108 .editable .priceCalculationType span:not(.active){color:#0006}.theme-108 .editable .priceCalculationType span:not(.active):hover{color:#121212de}.theme-108 .editable:focus,.theme-108 .editable:focus-within{border-color:#ee1c25}.theme-108 .editable:focus.disabled,.theme-108 .editable:focus-within.disabled{border-color:#ccc}.theme-108 .editable.disabled,.theme-108 .editable .priceCalculationType.locked{cursor:default;background-color:#eee;color:#00000040}.theme-108 .editable.disabled>input{color:#00000040}.theme-108 .editable.disabled .priceCalculationType span:not(.active) span:not(.active),.theme-108 .editable .priceCalculationType.locked span:not(.active){color:#0000001a}.theme-108 .editable.disabled .priceCalculationType span:not(.active) span:not(.active):hover,.theme-108 .editable .priceCalculationType.locked span:not(.active):hover{font-weight:400}.theme-108 .editable.disabled .priceCalculationType span:not(.active) .active,.theme-108 .editable .priceCalculationType.locked .active{color:#00000040}.theme-109 .editable{border:1px solid #cccccc;color:#121212de;background-color:#fff}.theme-109 .editable>input{font-size:14px;font-family:Open Sans,sans-serif;color:#121212de}.theme-109 .editable .priceCalculationType{border-left:1px solid #cccccc}.theme-109 .editable .priceCalculationType span:not(.active){color:#0006}.theme-109 .editable .priceCalculationType span:not(.active):hover{color:#121212de}.theme-109 .editable:focus,.theme-109 .editable:focus-within{border-color:#ee1c25}.theme-109 .editable:focus.disabled,.theme-109 .editable:focus-within.disabled{border-color:#ccc}.theme-109 .editable.disabled,.theme-109 .editable .priceCalculationType.locked{cursor:default;background-color:#eee;color:#00000040}.theme-109 .editable.disabled>input{color:#00000040}.theme-109 .editable.disabled .priceCalculationType span:not(.active) span:not(.active),.theme-109 .editable .priceCalculationType.locked span:not(.active){color:#0000001a}.theme-109 .editable.disabled .priceCalculationType span:not(.active) span:not(.active):hover,.theme-109 .editable .priceCalculationType.locked span:not(.active):hover{font-weight:400}.theme-109 .editable.disabled .priceCalculationType span:not(.active) .active,.theme-109 .editable .priceCalculationType.locked .active{color:#00000040}.theme-110 .editable{border:1px solid #cccccc;color:#121212de;background-color:#fff}.theme-110 .editable>input{font-size:14px;font-family:Open Sans,sans-serif;color:#121212de}.theme-110 .editable .priceCalculationType{border-left:1px solid #cccccc}.theme-110 .editable .priceCalculationType span:not(.active){color:#0006}.theme-110 .editable .priceCalculationType span:not(.active):hover{color:#121212de}.theme-110 .editable:focus,.theme-110 .editable:focus-within{border-color:#ee1c25}.theme-110 .editable:focus.disabled,.theme-110 .editable:focus-within.disabled{border-color:#ccc}.theme-110 .editable.disabled,.theme-110 .editable .priceCalculationType.locked{cursor:default;background-color:#eee;color:#00000040}.theme-110 .editable.disabled>input{color:#00000040}.theme-110 .editable.disabled .priceCalculationType span:not(.active) span:not(.active),.theme-110 .editable .priceCalculationType.locked span:not(.active){color:#0000001a}.theme-110 .editable.disabled .priceCalculationType span:not(.active) span:not(.active):hover,.theme-110 .editable .priceCalculationType.locked span:not(.active):hover{font-weight:400}.theme-110 .editable.disabled .priceCalculationType span:not(.active) .active,.theme-110 .editable .priceCalculationType.locked .active{color:#00000040}.filterTableWithPagination{width:100%;position:relative}.filterTableWithPagination *{box-sizing:border-box}.filterTableWithPagination .filterAndTopPagination{display:flex;align-items:stretch;flex-wrap:nowrap}[class*=theme-] .filterTableWithPagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px;color:#000000b3}[class*=theme-] .filterTableWithPagination .paginationBar.masterNinja{display:none}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .pageNumber,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;width:27px}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .firstPageImg,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .lastPageImg,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .previousPageImg,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .nextPageImg{padding:3px 8px;margin:0 5px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .firstPageImg:hover,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .lastPageImg:hover,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .previousPageImg:hover,[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}[class*=theme-] .filterTableWithPagination .paginationBar .pageSelection .previousPageImg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}[class*=theme-] .filterTableWithPagination .paginationBar .rowCountSelection{box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:20px}[class*=theme-] .filterTableWithPagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:50px;text-align:center;font-size:12px;color:#00000080;background-color:transparent;border:0px}[class*=theme-] .filterTableWithPagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-63 .filterTableWithPagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px;color:#000000b3}.theme-63 .filterTableWithPagination .paginationBar.masterNinja{display:none}.theme-63 .filterTableWithPagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .pageNumber,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;width:27px}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg{padding:3px 8px;margin:0 5px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg:hover,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg:hover,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg:hover,.theme-63 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-63 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-63 .filterTableWithPagination .paginationBar .rowCountSelection{box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:20px}.theme-63 .filterTableWithPagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:50px;text-align:center;font-size:12px;color:#00000080;background-color:transparent;border:0px}.theme-63 .filterTableWithPagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-108 .filterTableWithPagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px;color:#000000b3}.theme-108 .filterTableWithPagination .paginationBar.masterNinja{display:none}.theme-108 .filterTableWithPagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .pageNumber,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;width:27px}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg{padding:3px 8px;margin:0 5px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg:hover,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg:hover,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg:hover,.theme-108 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-108 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-108 .filterTableWithPagination .paginationBar .rowCountSelection{box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:20px}.theme-108 .filterTableWithPagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:50px;text-align:center;font-size:12px;color:#00000080;background-color:transparent;border:0px}.theme-108 .filterTableWithPagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-109 .filterTableWithPagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px;color:#000000b3}.theme-109 .filterTableWithPagination .paginationBar.masterNinja{display:none}.theme-109 .filterTableWithPagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .pageNumber,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;width:27px}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg{padding:3px 8px;margin:0 5px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg:hover,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg:hover,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg:hover,.theme-109 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-109 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-109 .filterTableWithPagination .paginationBar .rowCountSelection{box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:20px}.theme-109 .filterTableWithPagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:50px;text-align:center;font-size:12px;color:#00000080;background-color:transparent;border:0px}.theme-109 .filterTableWithPagination .paginationBar .rowCountSelection label{padding-right:3px}.theme-110 .filterTableWithPagination .paginationBar{flex:1 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;padding:3px;color:#000000b3}.theme-110 .filterTableWithPagination .paginationBar.masterNinja{display:none}.theme-110 .filterTableWithPagination .paginationBar .pageSelection{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .pageNumber,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .pageSkip{border-radius:4px;text-align:center;font-size:12px;padding:2px 3px;margin:0 1px;width:27px}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .pageNumber:hover{cursor:pointer;background-color:#ff9f9f;box-shadow:0 1px 3px #00000026}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage{background-color:#e0151540;box-shadow:0 1px 5px #00000026}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .pageNumber.currentPage:hover{background-color:#ff9f9f}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg{padding:3px 8px;margin:0 5px;opacity:.5;height:21px;border-radius:4px;box-shadow:0 1px 2px #00000026;background-color:#ebebeb}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .firstPageImg:hover,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .lastPageImg:hover,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg:hover,.theme-110 .filterTableWithPagination .paginationBar .pageSelection .nextPageImg:hover{background-color:#ff9f9f}.theme-110 .filterTableWithPagination .paginationBar .pageSelection .previousPageImg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme-110 .filterTableWithPagination .paginationBar .rowCountSelection{box-shadow:0 1px 2px #00000026;background-color:#ebebeb;border-radius:4px;padding:1px 3px;margin-left:20px}.theme-110 .filterTableWithPagination .paginationBar .rowCountSelection .elementsPerPageInput{cursor:pointer;width:50px;text-align:center;font-size:12px;color:#00000080;background-color:transparent;border:0px}.theme-110 .filterTableWithPagination .paginationBar .rowCountSelection label{padding-right:3px}.filterTable{border-spacing:0px;width:100%;position:relative;display:grid;column-gap:5px}.filterTable *{box-sizing:border-box}[class*=theme-] .filterTable .columnHeader{display:flex;flex-wrap:nowrap;align-items:center;font-weight:400;text-transform:uppercase;color:#000000b3;font-size:12px;letter-spacing:1px}[class*=theme-] .filterTable .columnHeader .sortImg{height:14px}[class*=theme-] .filterTable .rowUnderline{grid-column:1/span 5;border-bottom:1px solid rgba(0,0,0,.08)}[class*=theme-] .filterTable .tableDataCell{align-self:center}[class*=theme-] .filterTable .tableDataCell.center{text-align:center}[class*=theme-] .filterTable .tableDataCell.rightAlign{text-align:right}[class*=theme-] .filterTable .tableDataCell,[class*=theme-] .filterTable .tableHeaderCell{padding:12px 0 12px 12px}[class*=theme-] .filterTable .tableDataCell:last-child,[class*=theme-] .filterTable .tableHeaderCell:last-child{padding:12px 10px}[class*=theme-] .filterTable .tableDataCell.reset .btn{visibility:hidden;border:0px;padding:6px}[class*=theme-] .filterTable .tableHeaderCell.reset{padding:0}[class*=theme-] .filterTable .rowWrapper{display:contents}[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.changed .tableHeaderCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.deleted .tableHeaderCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.new .tableHeaderCell.reset .btn{visibility:visible}[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell .editable,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue]{color:#da8d00}[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn{background-color:#da8d0073}[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#da8d0066}[class*=theme-] .filterTable .rowWrapper.new .tableDataCell,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell .editable,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue]{color:#007500}[class*=theme-] .filterTable .rowWrapper.new .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn{background-color:#00750073}[class*=theme-] .filterTable .rowWrapper.new .tableDataCell.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#00750066}[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell .editable,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue]{color:red}[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn{background-color:#ff000073}[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn:hover,[class*=theme-] .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#f006}[class*=theme-] .filterTable .iconActionBtn{margin-left:10px;padding:11px 10px;height:40px;width:fit-content}[class*=theme-] .filterTable .iconActionBtn:not(.disabled){border:0px}[class*=theme-] .filterTable .iconActionBtn input[type=image]{margin-left:5px;height:fit-content}[class*=theme-] .filterTable .iconActionBtn.delete{padding:9px;width:40px}[class*=theme-] .filterTable .iconActionBtn.delete input[type=image]{margin-left:0}.theme-63 .filterTable .columnHeader{display:flex;flex-wrap:nowrap;align-items:center;font-weight:400;text-transform:uppercase;color:#000000b3;font-size:12px;letter-spacing:1px}.theme-63 .filterTable .columnHeader .sortImg{height:14px}.theme-63 .filterTable .rowUnderline{grid-column:1/span 5;border-bottom:1px solid rgba(0,0,0,.08)}.theme-63 .filterTable .tableDataCell{align-self:center}.theme-63 .filterTable .tableDataCell.center{text-align:center}.theme-63 .filterTable .tableDataCell.rightAlign{text-align:right}.theme-63 .filterTable .tableDataCell,.theme-63 .filterTable .tableHeaderCell{padding:12px 0 12px 12px}.theme-63 .filterTable .tableDataCell:last-child,.theme-63 .filterTable .tableHeaderCell:last-child{padding:12px 10px}.theme-63 .filterTable .tableDataCell.reset .btn{visibility:hidden;border:0px;padding:6px}.theme-63 .filterTable .tableHeaderCell.reset{padding:0}.theme-63 .filterTable .rowWrapper{display:contents}.theme-63 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.changed .tableHeaderCell.reset .btn,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.deleted .tableHeaderCell.reset .btn,.theme-63 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.new .tableHeaderCell.reset .btn{visibility:visible}.theme-63 .filterTable .rowWrapper.changed .tableDataCell,.theme-63 .filterTable .rowWrapper.changed .tableDataCell .editable,.theme-63 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue]{color:#da8d00}.theme-63 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn,.theme-63 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn{background-color:#da8d0073}.theme-63 .filterTable .rowWrapper.changed .tableDataCell.reset .btn:hover,.theme-63 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn:hover,.theme-63 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#da8d0066}.theme-63 .filterTable .rowWrapper.new .tableDataCell,.theme-63 .filterTable .rowWrapper.new .tableDataCell .editable,.theme-63 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue]{color:#007500}.theme-63 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn,.theme-63 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn{background-color:#00750073}.theme-63 .filterTable .rowWrapper.new .tableDataCell.reset .btn:hover,.theme-63 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn:hover,.theme-63 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#00750066}.theme-63 .filterTable .rowWrapper.deleted .tableDataCell,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell .editable,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue]{color:red}.theme-63 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn{background-color:#ff000073}.theme-63 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn:hover,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn:hover,.theme-63 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#f006}.theme-63 .filterTable .iconActionBtn{margin-left:10px;padding:11px 10px;height:40px;width:fit-content}.theme-63 .filterTable .iconActionBtn:not(.disabled){border:0px}.theme-63 .filterTable .iconActionBtn input[type=image]{margin-left:5px;height:fit-content}.theme-63 .filterTable .iconActionBtn.delete{padding:9px;width:40px}.theme-63 .filterTable .iconActionBtn.delete input[type=image]{margin-left:0}.theme-108 .filterTable .columnHeader{display:flex;flex-wrap:nowrap;align-items:center;font-weight:400;text-transform:uppercase;color:#000000b3;font-size:12px;letter-spacing:1px}.theme-108 .filterTable .columnHeader .sortImg{height:14px}.theme-108 .filterTable .rowUnderline{grid-column:1/span 5;border-bottom:1px solid rgba(0,0,0,.08)}.theme-108 .filterTable .tableDataCell{align-self:center}.theme-108 .filterTable .tableDataCell.center{text-align:center}.theme-108 .filterTable .tableDataCell.rightAlign{text-align:right}.theme-108 .filterTable .tableDataCell,.theme-108 .filterTable .tableHeaderCell{padding:12px 0 12px 12px}.theme-108 .filterTable .tableDataCell:last-child,.theme-108 .filterTable .tableHeaderCell:last-child{padding:12px 10px}.theme-108 .filterTable .tableDataCell.reset .btn{visibility:hidden;border:0px;padding:6px}.theme-108 .filterTable .tableHeaderCell.reset{padding:0}.theme-108 .filterTable .rowWrapper{display:contents}.theme-108 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.changed .tableHeaderCell.reset .btn,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.deleted .tableHeaderCell.reset .btn,.theme-108 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.new .tableHeaderCell.reset .btn{visibility:visible}.theme-108 .filterTable .rowWrapper.changed .tableDataCell,.theme-108 .filterTable .rowWrapper.changed .tableDataCell .editable,.theme-108 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue]{color:#da8d00}.theme-108 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn,.theme-108 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn{background-color:#da8d0073}.theme-108 .filterTable .rowWrapper.changed .tableDataCell.reset .btn:hover,.theme-108 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn:hover,.theme-108 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#da8d0066}.theme-108 .filterTable .rowWrapper.new .tableDataCell,.theme-108 .filterTable .rowWrapper.new .tableDataCell .editable,.theme-108 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue]{color:#007500}.theme-108 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn,.theme-108 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn{background-color:#00750073}.theme-108 .filterTable .rowWrapper.new .tableDataCell.reset .btn:hover,.theme-108 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn:hover,.theme-108 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#00750066}.theme-108 .filterTable .rowWrapper.deleted .tableDataCell,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell .editable,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue]{color:red}.theme-108 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn{background-color:#ff000073}.theme-108 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn:hover,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn:hover,.theme-108 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#f006}.theme-108 .filterTable .iconActionBtn{margin-left:10px;padding:11px 10px;height:40px;width:fit-content}.theme-108 .filterTable .iconActionBtn:not(.disabled){border:0px}.theme-108 .filterTable .iconActionBtn input[type=image]{margin-left:5px;height:fit-content}.theme-108 .filterTable .iconActionBtn.delete{padding:9px;width:40px}.theme-108 .filterTable .iconActionBtn.delete input[type=image]{margin-left:0}.theme-109 .filterTable .columnHeader{display:flex;flex-wrap:nowrap;align-items:center;font-weight:400;text-transform:uppercase;color:#000000b3;font-size:12px;letter-spacing:1px}.theme-109 .filterTable .columnHeader .sortImg{height:14px}.theme-109 .filterTable .rowUnderline{grid-column:1/span 5;border-bottom:1px solid rgba(0,0,0,.08)}.theme-109 .filterTable .tableDataCell{align-self:center}.theme-109 .filterTable .tableDataCell.center{text-align:center}.theme-109 .filterTable .tableDataCell.rightAlign{text-align:right}.theme-109 .filterTable .tableDataCell,.theme-109 .filterTable .tableHeaderCell{padding:12px 0 12px 12px}.theme-109 .filterTable .tableDataCell:last-child,.theme-109 .filterTable .tableHeaderCell:last-child{padding:12px 10px}.theme-109 .filterTable .tableDataCell.reset .btn{visibility:hidden;border:0px;padding:6px}.theme-109 .filterTable .tableHeaderCell.reset{padding:0}.theme-109 .filterTable .rowWrapper{display:contents}.theme-109 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.changed .tableHeaderCell.reset .btn,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.deleted .tableHeaderCell.reset .btn,.theme-109 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.new .tableHeaderCell.reset .btn{visibility:visible}.theme-109 .filterTable .rowWrapper.changed .tableDataCell,.theme-109 .filterTable .rowWrapper.changed .tableDataCell .editable,.theme-109 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue]{color:#da8d00}.theme-109 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn,.theme-109 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn{background-color:#da8d0073}.theme-109 .filterTable .rowWrapper.changed .tableDataCell.reset .btn:hover,.theme-109 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn:hover,.theme-109 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#da8d0066}.theme-109 .filterTable .rowWrapper.new .tableDataCell,.theme-109 .filterTable .rowWrapper.new .tableDataCell .editable,.theme-109 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue]{color:#007500}.theme-109 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn,.theme-109 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn{background-color:#00750073}.theme-109 .filterTable .rowWrapper.new .tableDataCell.reset .btn:hover,.theme-109 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn:hover,.theme-109 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#00750066}.theme-109 .filterTable .rowWrapper.deleted .tableDataCell,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell .editable,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue]{color:red}.theme-109 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn{background-color:#ff000073}.theme-109 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn:hover,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn:hover,.theme-109 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#f006}.theme-109 .filterTable .iconActionBtn{margin-left:10px;padding:11px 10px;height:40px;width:fit-content}.theme-109 .filterTable .iconActionBtn:not(.disabled){border:0px}.theme-109 .filterTable .iconActionBtn input[type=image]{margin-left:5px;height:fit-content}.theme-109 .filterTable .iconActionBtn.delete{padding:9px;width:40px}.theme-109 .filterTable .iconActionBtn.delete input[type=image]{margin-left:0}.theme-110 .filterTable .columnHeader{display:flex;flex-wrap:nowrap;align-items:center;font-weight:400;text-transform:uppercase;color:#000000b3;font-size:12px;letter-spacing:1px}.theme-110 .filterTable .columnHeader .sortImg{height:14px}.theme-110 .filterTable .rowUnderline{grid-column:1/span 5;border-bottom:1px solid rgba(0,0,0,.08)}.theme-110 .filterTable .tableDataCell{align-self:center}.theme-110 .filterTable .tableDataCell.center{text-align:center}.theme-110 .filterTable .tableDataCell.rightAlign{text-align:right}.theme-110 .filterTable .tableDataCell,.theme-110 .filterTable .tableHeaderCell{padding:12px 0 12px 12px}.theme-110 .filterTable .tableDataCell:last-child,.theme-110 .filterTable .tableHeaderCell:last-child{padding:12px 10px}.theme-110 .filterTable .tableDataCell.reset .btn{visibility:hidden;border:0px;padding:6px}.theme-110 .filterTable .tableHeaderCell.reset{padding:0}.theme-110 .filterTable .rowWrapper{display:contents}.theme-110 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.changed .tableHeaderCell.reset .btn,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.deleted .tableHeaderCell.reset .btn,.theme-110 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.new .tableHeaderCell.reset .btn{visibility:visible}.theme-110 .filterTable .rowWrapper.changed .tableDataCell,.theme-110 .filterTable .rowWrapper.changed .tableDataCell .editable,.theme-110 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue]{color:#da8d00}.theme-110 .filterTable .rowWrapper.changed .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn,.theme-110 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn{background-color:#da8d0073}.theme-110 .filterTable .rowWrapper.changed .tableDataCell.reset .btn:hover,.theme-110 .filterTable .rowWrapper.changed .tableDataCell .editable.reset .btn:hover,.theme-110 .filterTable .rowWrapper.changed .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#da8d0066}.theme-110 .filterTable .rowWrapper.new .tableDataCell,.theme-110 .filterTable .rowWrapper.new .tableDataCell .editable,.theme-110 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue]{color:#007500}.theme-110 .filterTable .rowWrapper.new .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn,.theme-110 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn{background-color:#00750073}.theme-110 .filterTable .rowWrapper.new .tableDataCell.reset .btn:hover,.theme-110 .filterTable .rowWrapper.new .tableDataCell .editable.reset .btn:hover,.theme-110 .filterTable .rowWrapper.new .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#00750066}.theme-110 .filterTable .rowWrapper.deleted .tableDataCell,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell .editable,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue]{color:red}.theme-110 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn{background-color:#ff000073}.theme-110 .filterTable .rowWrapper.deleted .tableDataCell.reset .btn:hover,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell .editable.reset .btn:hover,.theme-110 .filterTable .rowWrapper.deleted .tableDataCell div[class*=singleValue].reset .btn:hover{background-color:#f006}.theme-110 .filterTable .iconActionBtn{margin-left:10px;padding:11px 10px;height:40px;width:fit-content}.theme-110 .filterTable .iconActionBtn:not(.disabled){border:0px}.theme-110 .filterTable .iconActionBtn input[type=image]{margin-left:5px;height:fit-content}.theme-110 .filterTable .iconActionBtn.delete{padding:9px;width:40px}.theme-110 .filterTable .iconActionBtn.delete input[type=image]{margin-left:0}.defaultMarginContainer{display:flex;align-items:center}.defaultMarginContainer .hidedElement{display:none}.defaultMarginContainer .defaultMargin{order:1;font-size:11px;padding:0 5px;display:inline-block}.defaultMarginContainer .defaultMargin>span{padding:2px}.defaultMarginContainer .defaultMargin .editable{box-sizing:border-box;height:42px;margin-top:7px;width:192px}.defaultMarginContainer .defaultMargin .editable>*{box-sizing:border-box}.defaultMarginContainer .dialogContainer,.defaultMarginContainer>.btn{margin-top:22px}.defaultMarginContainer>.btn{margin-left:5px}[class*=theme-] .defaultMarginContainer .btn.success{background-color:#aaeb7c}[class*=theme-] .defaultMarginContainer .btn.success:hover{background-color:#a4f867}.theme-63 .defaultMarginContainer .btn.success{background-color:#aaeb7c}.theme-63 .defaultMarginContainer .btn.success:hover{background-color:#a4f867}.theme-108 .defaultMarginContainer .btn.success{background-color:#aaeb7c}.theme-108 .defaultMarginContainer .btn.success:hover{background-color:#a4f867}.theme-109 .defaultMarginContainer .btn.success{background-color:#aaeb7c}.theme-109 .defaultMarginContainer .btn.success:hover{background-color:#a4f867}.theme-110 .defaultMarginContainer .btn.success{background-color:#aaeb7c}.theme-110 .defaultMarginContainer .btn.success:hover{background-color:#a4f867}.defaultMarginContainer>.btn{height:40px;padding:11px}.defaultMarginContainer .txtDefaultMargin{text-transform:uppercase}[class*=theme-] .defaultMarginContainer .txtDefaultMargin,.theme-63 .defaultMarginContainer .txtDefaultMargin,.theme-108 .defaultMarginContainer .txtDefaultMargin,.theme-109 .defaultMarginContainer .txtDefaultMargin,.theme-110 .defaultMarginContainer .txtDefaultMargin{color:#0006}.addMargin{border-radius:4px;width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 15px;box-sizing:border-box;margin-bottom:15px}[class*=theme-] .addMargin{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}[class*=theme-] .addMargin .divSwitch>span,[class*=theme-] .addMargin .divMarginBtn>span,[class*=theme-] .addMargin .divSwitchShow>span{color:#000000b3}[class*=theme-] .addMargin .divSwitchShow>div{color:#495057}[class*=theme-] .addMargin .divSwitchShow>div>div:focus,[class*=theme-] .addMargin .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-63 .addMargin{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-63 .addMargin .divSwitch>span,.theme-63 .addMargin .divMarginBtn>span,.theme-63 .addMargin .divSwitchShow>span{color:#000000b3}.theme-63 .addMargin .divSwitchShow>div{color:#495057}.theme-63 .addMargin .divSwitchShow>div>div:focus,.theme-63 .addMargin .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-108 .addMargin{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-108 .addMargin .divSwitch>span,.theme-108 .addMargin .divMarginBtn>span,.theme-108 .addMargin .divSwitchShow>span{color:#000000b3}.theme-108 .addMargin .divSwitchShow>div{color:#495057}.theme-108 .addMargin .divSwitchShow>div>div:focus,.theme-108 .addMargin .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-109 .addMargin{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-109 .addMargin .divSwitch>span,.theme-109 .addMargin .divMarginBtn>span,.theme-109 .addMargin .divSwitchShow>span{color:#000000b3}.theme-109 .addMargin .divSwitchShow>div{color:#495057}.theme-109 .addMargin .divSwitchShow>div>div:focus,.theme-109 .addMargin .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-110 .addMargin{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-110 .addMargin .divSwitch>span,.theme-110 .addMargin .divMarginBtn>span,.theme-110 .addMargin .divSwitchShow>span{color:#000000b3}.theme-110 .addMargin .divSwitchShow>div{color:#495057}.theme-110 .addMargin .divSwitchShow>div>div:focus,.theme-110 .addMargin .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.addMargin .heading{display:block;font-size:16px;font-weight:400;flex-basis:100%}.addMargin .heading:empty{display:none}.addMargin .editable{box-sizing:border-box;height:38px;width:100%}.addMargin .editable>*{box-sizing:border-box}.addMargin .editable .priceCalculationType{line-height:36px}.addMargin .divSwitch{align-self:flex-start;display:flex;align-items:center;column-gap:5px;padding-left:10px;padding-right:20px;margin-top:27px}.addMargin .divSwitch>span{text-transform:uppercase;padding:2px;font-size:11px}.addMargin .divMarginBtn{align-self:flex-start;min-width:160px;flex:1 1 160px}.addMargin .divMarginBtn>span{text-transform:uppercase;padding:2px;font-size:11px}.addMargin .btn.addMarginButton{align-self:flex-start;height:38px;min-width:38px;width:38px;padding:5px;border:0px;margin-top:19px}.addMargin .divSwitchShow{align-self:flex-start;flex:3 0 180px}.addMargin .divSwitchShow>div{width:100%;font-size:1rem;line-height:1.5;border-radius:4px}.addMargin .divSwitchShow>span{text-transform:uppercase;padding:2px;font-size:11px}.confirmationArea{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}[class*=theme-] .confirmationArea{background-color:#000000b3}[class*=theme-] .confirmationArea .confirmationBox{background-color:#fff}[class*=theme-] .confirmationArea .confirmationBox.warning{border:3px solid #f7dfa7;box-shadow:3px 3px 4px #f7dfa7b3}[class*=theme-] .confirmationArea .confirmationBox.info{border:3px solid #369cc7;box-shadow:3px 3px 4px #369cc7b3}[class*=theme-] .confirmationArea .confirmationBox.error{border:3px solid #f06262;box-shadow:3px 3px 4px #f06262b3}[class*=theme-] .confirmationArea .confirmationBox.success{border:3px solid #8af100;box-shadow:3px 3px 4px #8af100b3}[class*=theme-] .confirmationArea .confirmationBox .confirmationMessage{background-color:#fbfafc}[class*=theme-] .confirmationArea .confirmationBox>*{border:1px solid rgba(0,0,0,.1)}.theme-63 .confirmationArea{background-color:#000000b3}.theme-63 .confirmationArea .confirmationBox{background-color:#fff}.theme-63 .confirmationArea .confirmationBox.warning{border:3px solid #f7dfa7;box-shadow:3px 3px 4px #f7dfa7b3}.theme-63 .confirmationArea .confirmationBox.info{border:3px solid #369cc7;box-shadow:3px 3px 4px #369cc7b3}.theme-63 .confirmationArea .confirmationBox.error{border:3px solid #f06262;box-shadow:3px 3px 4px #f06262b3}.theme-63 .confirmationArea .confirmationBox.success{border:3px solid #8af100;box-shadow:3px 3px 4px #8af100b3}.theme-63 .confirmationArea .confirmationBox .confirmationMessage{background-color:#fbfafc}.theme-63 .confirmationArea .confirmationBox>*{border:1px solid rgba(0,0,0,.1)}.theme-108 .confirmationArea{background-color:#000000b3}.theme-108 .confirmationArea .confirmationBox{background-color:#fff}.theme-108 .confirmationArea .confirmationBox.warning{border:3px solid #f7dfa7;box-shadow:3px 3px 4px #f7dfa7b3}.theme-108 .confirmationArea .confirmationBox.info{border:3px solid #369cc7;box-shadow:3px 3px 4px #369cc7b3}.theme-108 .confirmationArea .confirmationBox.error{border:3px solid #f06262;box-shadow:3px 3px 4px #f06262b3}.theme-108 .confirmationArea .confirmationBox.success{border:3px solid #8af100;box-shadow:3px 3px 4px #8af100b3}.theme-108 .confirmationArea .confirmationBox .confirmationMessage{background-color:#fbfafc}.theme-108 .confirmationArea .confirmationBox>*{border:1px solid rgba(0,0,0,.1)}.theme-109 .confirmationArea{background-color:#000000b3}.theme-109 .confirmationArea .confirmationBox{background-color:#fff}.theme-109 .confirmationArea .confirmationBox.warning{border:3px solid #f7dfa7;box-shadow:3px 3px 4px #f7dfa7b3}.theme-109 .confirmationArea .confirmationBox.info{border:3px solid #369cc7;box-shadow:3px 3px 4px #369cc7b3}.theme-109 .confirmationArea .confirmationBox.error{border:3px solid #f06262;box-shadow:3px 3px 4px #f06262b3}.theme-109 .confirmationArea .confirmationBox.success{border:3px solid #8af100;box-shadow:3px 3px 4px #8af100b3}.theme-109 .confirmationArea .confirmationBox .confirmationMessage{background-color:#fbfafc}.theme-109 .confirmationArea .confirmationBox>*{border:1px solid rgba(0,0,0,.1)}.theme-110 .confirmationArea{background-color:#000000b3}.theme-110 .confirmationArea .confirmationBox{background-color:#fff}.theme-110 .confirmationArea .confirmationBox.warning{border:3px solid #f7dfa7;box-shadow:3px 3px 4px #f7dfa7b3}.theme-110 .confirmationArea .confirmationBox.info{border:3px solid #369cc7;box-shadow:3px 3px 4px #369cc7b3}.theme-110 .confirmationArea .confirmationBox.error{border:3px solid #f06262;box-shadow:3px 3px 4px #f06262b3}.theme-110 .confirmationArea .confirmationBox.success{border:3px solid #8af100;box-shadow:3px 3px 4px #8af100b3}.theme-110 .confirmationArea .confirmationBox .confirmationMessage{background-color:#fbfafc}.theme-110 .confirmationArea .confirmationBox>*{border:1px solid rgba(0,0,0,.1)}.confirmationArea .confirmationBox{font-size:1.2em;border-radius:15px;width:60vw;max-width:1200px;margin:20vh auto;display:flex;flex-flow:column nowrap;align-items:flex-start}.confirmationArea .confirmationBox h3{font-size:1.6em;margin:0;padding:15px;border-radius:15px 15px 0 0}.confirmationArea .confirmationBox p{white-space:pre-wrap}.confirmationArea .confirmationBox .confirmationButtonContainer{text-align:end;padding:10px 15px;border-radius:0 0 15px 15px}.confirmationArea .confirmationBox .confirmationButtonContainer button{margin-right:5px}.confirmationArea .confirmationBox>*{width:calc(100% - 32px);border-bottom:0;padding:0 15px}.dropdownOption{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;width:100%;-webkit-user-select:none;user-select:none;box-sizing:border-box}.dropdownOption_universalIcon{cursor:default}[class*=theme-] .dropdownOption{color:#242424}[class*=theme-] .dropdownOption:hover{background-color:#e0ebfa}[class*=theme-] .dropdownOption.isFocused{background-color:#cde0fb}[class*=theme-] .dropdownOption_selected{background-color:#4d6a92;color:#fff}[class*=theme-] .dropdownOption_selected:hover{background-color:#4d6a92}.theme-63 .dropdownOption{color:#242424}.theme-63 .dropdownOption:hover{background-color:#e0ebfa}.theme-63 .dropdownOption.isFocused{background-color:#cde0fb}.theme-63 .dropdownOption_selected{background-color:#4d6a92;color:#fff}.theme-63 .dropdownOption_selected:hover{background-color:#4d6a92}.theme-108 .dropdownOption{color:#242424}.theme-108 .dropdownOption:hover{background-color:#e0ebfa}.theme-108 .dropdownOption.isFocused{background-color:#cde0fb}.theme-108 .dropdownOption_selected{background-color:#4d6a92;color:#fff}.theme-108 .dropdownOption_selected:hover{background-color:#4d6a92}.theme-109 .dropdownOption{color:#242424}.theme-109 .dropdownOption:hover{background-color:#e0ebfa}.theme-109 .dropdownOption.isFocused{background-color:#cde0fb}.theme-109 .dropdownOption_selected{background-color:#4d6a92;color:#fff}.theme-109 .dropdownOption_selected:hover{background-color:#4d6a92}.theme-110 .dropdownOption{color:#242424}.theme-110 .dropdownOption:hover{background-color:#e0ebfa}.theme-110 .dropdownOption.isFocused{background-color:#cde0fb}.theme-110 .dropdownOption_selected{background-color:#4d6a92;color:#fff}.theme-110 .dropdownOption_selected:hover{background-color:#4d6a92}.marginToolTitleArea{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.marginToolTitleArea .switchTitlePnl{flex-grow:1}.marginToolTitleArea .dropdownTab{flex-shrink:1;box-sizing:border-box;flex-basis:200px;height:42px;display:inline-flex}.marginToolTitleArea .dropdownTab>*{flex-grow:1}.customerList{display:grid;grid-template-rows:12px minmax(42px,max-content) max-content 1fr;grid-template-columns:0 1fr max-content max-content 0;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside table table table lside";place-items:center;gap:10px;justify-items:stretch;align-items:stretch;padding:20px 40px 15px}.isTradeFilter .customerList{padding:5px 40px 15px}.customerList>.titlePnl,.customerList>.switchTitlePnl,.customerList>.marginToolTitleArea{grid-area:headline;justify-self:start}.customerList>.marginInputs,.customerList>.defaultMarginContainer{grid-area:inputs}.customerList>.btnPnl{grid-area:buttons}.customerList>.titleUnderline{grid-area:underline}.customerList>.filterTable,.customerList>.filterTableWithPagination,.customerList>.content{grid-area:table}.customerList .filterTable.customerTable{grid-template-columns:minmax(min-content,350px) 230px minmax(300px,1fr) min-content}.customerList .filterTable.customerTable .rowUnderline{grid-column:1/span 4}.profiles{display:grid;grid-template-rows:12px minmax(42px,max-content) max-content 1fr;grid-template-columns:0 1fr max-content max-content 0;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside table table table lside";place-items:center;gap:10px;justify-items:stretch;align-items:stretch;padding:20px 40px 15px}.isTradeFilter .profiles{padding:5px 40px 15px}.profiles>.titlePnl,.profiles>.switchTitlePnl,.profiles>.marginToolTitleArea{grid-area:headline;justify-self:start}.profiles>.marginInputs,.profiles>.defaultMarginContainer{grid-area:inputs}.profiles>.btnPnl{grid-area:buttons}.profiles>.titleUnderline{grid-area:underline}.profiles>.filterTable,.profiles>.filterTableWithPagination,.profiles>.content{grid-area:table}.profiles .titleUnderline{justify-content:space-between}.profiles .titleUnderline .underlineNavigation{text-decoration:none;color:#000;border-radius:4px;padding:8px 15px;display:flex;align-items:center;gap:8px}[class*=theme-] .profiles .titleUnderline .underlineNavigation,.theme-63 .profiles .titleUnderline .underlineNavigation,.theme-108 .profiles .titleUnderline .underlineNavigation,.theme-109 .profiles .titleUnderline .underlineNavigation,.theme-110 .profiles .titleUnderline .underlineNavigation{background-color:#ebebeb}.profiles .titleUnderline .underlineNavigation .assignUserIcon{height:19px;width:19px}[class*=theme-] .profiles .titleUnderline .underlineNavigation:hover,.theme-63 .profiles .titleUnderline .underlineNavigation:hover,.theme-108 .profiles .titleUnderline .underlineNavigation:hover,.theme-109 .profiles .titleUnderline .underlineNavigation:hover,.theme-110 .profiles .titleUnderline .underlineNavigation:hover{background-color:#deebff}.profiles .filterTable.profilesTable{grid-template-columns:minmax(min-content,350px) 230px minmax(250px,1fr) min-content;grid-template-areas:". . . ." ". . . ." "addProfile1 addProfile2 addProfile3 addProfile4";column-gap:0}.profiles .filterTable.profilesTable .rowUnderline{grid-column:1/span 4}.profiles .filterTable.profilesTable .btn.cancelAdd{padding:11px}.profiles .filterTable.profilesTable .btn.cancelAdd input[type=image]{height:18px}.profiles .filterTable.profilesTable:before{content:"";grid-row:3;grid-column:1/span 4;border-radius:5px}[class*=theme-] .profiles .filterTable.profilesTable:before{box-shadow:0 1px 5px #00000026}.theme-63 .profiles .filterTable.profilesTable:before{box-shadow:0 1px 5px #00000026}.theme-108 .profiles .filterTable.profilesTable:before{box-shadow:0 1px 5px #00000026}.theme-109 .profiles .filterTable.profilesTable:before{box-shadow:0 1px 5px #00000026}.theme-110 .profiles .filterTable.profilesTable:before{box-shadow:0 1px 5px #00000026}.profiles .filterTable.profilesTable .addProfileRow{margin:2px;display:contents}[class*=theme-] .profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell,.theme-63 .profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell,.theme-108 .profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell,.theme-109 .profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell,.theme-110 .profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell{border:2px solid rgba(0,0,0,.1)}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell{padding:8px 0 8px 10px}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell:last-child{padding:8px 10px}.profiles .filterTable.profilesTable .addProfileRow div #txtName{height:40px;width:100%}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell:nth-child(1){grid-area:addProfile1;border-right:0px;border-top-left-radius:5px;border-bottom-left-radius:5px}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell:nth-child(2){grid-area:addProfile2;border-width:2px 0px}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell:nth-child(3){grid-area:addProfile3;text-align:right;border-width:2px 0px}.profiles .filterTable.profilesTable .addProfileRow .addPrrofileDataCell:nth-child(4){grid-area:addProfile4;border-width:2px 2px 2px 0px;border-top-right-radius:5px;border-bottom-right-radius:5px}.customersProfilesList{display:grid;grid-template-rows:12px minmax(42px,max-content) max-content 1fr;grid-template-columns:0 1fr max-content max-content 0;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside table table table lside";place-items:center;gap:10px;justify-items:stretch;align-items:stretch;padding:20px 40px 15px;grid-template-rows:12px minmax(42px,max-content) max-content max-content 1fr;grid-template-areas:"rside . inputs . lside" "rside headline inputs buttons lside" "rside underline underline underline lside" "rside add add add lside" "rside table table table lside"}.isTradeFilter .customersProfilesList{padding:5px 40px 15px}.customersProfilesList>.titlePnl,.customersProfilesList>.switchTitlePnl,.customersProfilesList>.marginToolTitleArea{grid-area:headline;justify-self:start}.customersProfilesList>.marginInputs,.customersProfilesList>.defaultMarginContainer{grid-area:inputs}.customersProfilesList>.btnPnl{grid-area:buttons}.customersProfilesList>.titleUnderline{grid-area:underline}.customersProfilesList>.filterTable,.customersProfilesList>.filterTableWithPagination,.customersProfilesList>.content{grid-area:table}.customersProfilesList>.addMargin,.customersProfilesList>.addCustomerProfile{grid-area:add}.customersProfilesList .titleUnderline .underlineNavigation{display:flex;align-items:center;gap:5px;padding-right:10px;height:40px;text-decoration:none;color:#000;font-size:1.4em}.customersProfilesList .assignProfilesButton{height:38px;width:38px;min-width:38px;margin-top:19px;padding:5px;border:0px}.customersProfilesList .assignProfilesButton input[type=image]{height:28px}.customersProfilesList .filterTable.customerProfilesTable{grid-template-columns:minmax(min-content,350px) minmax(230px,2fr) minmax(250px,3fr) min-content}.customersProfilesList .addCustomerProfile{border-radius:4px;width:100%;display:flex;align-items:center;flex-wrap:nowrap;gap:10px;padding:10px 15px;box-sizing:border-box;margin-bottom:15px}[class*=theme-] .customersProfilesList .addCustomerProfile{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}[class*=theme-] .customersProfilesList .addCustomerProfile .divSwitchShow>div{color:#495057}[class*=theme-] .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus,[class*=theme-] .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}[class*=theme-] .customersProfilesList .addCustomerProfile .divSwitchShow>span{color:#000000b3}.theme-63 .customersProfilesList .addCustomerProfile{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-63 .customersProfilesList .addCustomerProfile .divSwitchShow>div{color:#495057}.theme-63 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus,.theme-63 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-63 .customersProfilesList .addCustomerProfile .divSwitchShow>span{color:#000000b3}.theme-108 .customersProfilesList .addCustomerProfile{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-108 .customersProfilesList .addCustomerProfile .divSwitchShow>div{color:#495057}.theme-108 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus,.theme-108 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-108 .customersProfilesList .addCustomerProfile .divSwitchShow>span{color:#000000b3}.theme-109 .customersProfilesList .addCustomerProfile{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-109 .customersProfilesList .addCustomerProfile .divSwitchShow>div{color:#495057}.theme-109 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus,.theme-109 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-109 .customersProfilesList .addCustomerProfile .divSwitchShow>span{color:#000000b3}.theme-110 .customersProfilesList .addCustomerProfile{border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px #00000026}.theme-110 .customersProfilesList .addCustomerProfile .divSwitchShow>div{color:#495057}.theme-110 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus,.theme-110 .customersProfilesList .addCustomerProfile .divSwitchShow>div>div:focus-within{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.theme-110 .customersProfilesList .addCustomerProfile .divSwitchShow>span{color:#000000b3}.customersProfilesList .addCustomerProfile .divSwitchShow{align-self:baseline;min-width:180px;flex:2 0 50px}.customersProfilesList .addCustomerProfile .divSwitchShow>div{width:100%;font-size:14px;height:38px;border-radius:4px}.customersProfilesList .addCustomerProfile .divSwitchShow>div:focus,.customersProfilesList .addCustomerProfile .divSwitchShow>div:focus-within{border-width:1px}.customersProfilesList .addCustomerProfile .divSwitchShow>span{text-transform:uppercase;padding:2px;font-size:11px}.app{display:flex;flex-direction:column;max-width:90%;width:1440px;margin-left:auto;margin-right:auto;min-height:100vh}.app.load{align-items:center;justify-content:center;font-size:50px}.app.remove{display:none}[class*=theme-] .app,.theme-63 .app,.theme-108 .app,.theme-109 .app,.theme-110 .app{box-shadow:0 0 4px #0003,0 0 20px #00000026;background-color:#fbfafc}.app>.content{flex-grow:1}[class*=theme-] .tradefilterProductGroupSelection .productGroupOption{border:1px solid #cccccc;word-break:break-all;font-size:1.3em;padding:0 10px;margin-top:5px;cursor:pointer;height:52px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}[class*=theme-] .tradefilterProductGroupSelection .productGroupOption .icons{display:flex}[class*=theme-] .tradefilterProductGroupSelection .productGroupOption.selected{position:relative;padding:0 9px;font-weight:800;border:2px solid #808080;background-color:#fcfcfc}[class*=theme-] .tradefilterProductGroupSelection .productGroupOption.selected:after{position:absolute;right:-9px;content:"";width:0;height:0;border:solid #808080;background-color:#fcfcfc;border-width:0 2px 2px 0;display:inline-block;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.theme-63 .tradefilterProductGroupSelection .productGroupOption{border:1px solid #cccccc;word-break:break-all;font-size:1.3em;padding:0 10px;margin-top:5px;cursor:pointer;height:52px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.theme-63 .tradefilterProductGroupSelection .productGroupOption .icons{display:flex}.theme-63 .tradefilterProductGroupSelection .productGroupOption.selected{position:relative;padding:0 9px;font-weight:800;border:2px solid #808080;background-color:#fcfcfc}.theme-63 .tradefilterProductGroupSelection .productGroupOption.selected:after{position:absolute;right:-9px;content:"";width:0;height:0;border:solid #808080;background-color:#fcfcfc;border-width:0 2px 2px 0;display:inline-block;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.theme-108 .tradefilterProductGroupSelection .productGroupOption{border:1px solid #cccccc;word-break:break-all;font-size:1.3em;padding:0 10px;margin-top:5px;cursor:pointer;height:52px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.theme-108 .tradefilterProductGroupSelection .productGroupOption .icons{display:flex}.theme-108 .tradefilterProductGroupSelection .productGroupOption.selected{position:relative;padding:0 9px;font-weight:800;border:2px solid #808080;background-color:#fcfcfc}.theme-108 .tradefilterProductGroupSelection .productGroupOption.selected:after{position:absolute;right:-9px;content:"";width:0;height:0;border:solid #808080;background-color:#fcfcfc;border-width:0 2px 2px 0;display:inline-block;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.theme-109 .tradefilterProductGroupSelection .productGroupOption{border:1px solid #cccccc;word-break:break-all;font-size:1.3em;padding:0 10px;margin-top:5px;cursor:pointer;height:52px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.theme-109 .tradefilterProductGroupSelection .productGroupOption .icons{display:flex}.theme-109 .tradefilterProductGroupSelection .productGroupOption.selected{position:relative;padding:0 9px;font-weight:800;border:2px solid #808080;background-color:#fcfcfc}.theme-109 .tradefilterProductGroupSelection .productGroupOption.selected:after{position:absolute;right:-9px;content:"";width:0;height:0;border:solid #808080;background-color:#fcfcfc;border-width:0 2px 2px 0;display:inline-block;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.theme-110 .tradefilterProductGroupSelection .productGroupOption{border:1px solid #cccccc;word-break:break-all;font-size:1.3em;padding:0 10px;margin-top:5px;cursor:pointer;height:52px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.theme-110 .tradefilterProductGroupSelection .productGroupOption .icons{display:flex}.theme-110 .tradefilterProductGroupSelection .productGroupOption.selected{position:relative;padding:0 9px;font-weight:800;border:2px solid #808080;background-color:#fcfcfc}.theme-110 .tradefilterProductGroupSelection .productGroupOption.selected:after{position:absolute;right:-9px;content:"";width:0;height:0;border:solid #808080;background-color:#fcfcfc;border-width:0 2px 2px 0;display:inline-block;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader{position:relative}.tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .titleRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .titleRow .productGroupTableTitle{font-size:1.5em;font-weight:600;padding:2px 0}.tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .titleRow .btnPnl{flex-direction:row-reverse;min-height:32px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside{background-color:#deebff}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside:hover{background-color:#ebebeb}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside{background-color:#deebff}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside:hover{background-color:#ebebeb}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside{background-color:#deebff}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside:hover{background-color:#ebebeb}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside{background-color:#deebff}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside:hover{background-color:#ebebeb}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside{background-color:#deebff}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader.filterOpen .filter .filterImgOutside:hover{background-color:#ebebeb}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings:before{position:absolute;left:calc(100% - 16px);top:-8px;content:"";width:0;height:0;border:solid #cccccc;background-color:#fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings{position:absolute;z-index:1;width:calc(100% - 49px);left:7.5px;border:2px solid #cccccc;box-shadow:0 4px 8px #a0a0a0;border-radius:3px;padding:10px 15px 15px;margin-top:9px;background-color:#fff}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .filterTitle{font-weight:600;margin-bottom:8px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings span{opacity:.87}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .seperationLine{width:100%;height:1px;margin:5px 0;background-color:#ccc}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection .btn,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector .btn,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .btn,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .btn{min-width:20px;width:25px;height:25px;padding:0;margin-left:2px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection{gap:5px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection>div{flex-grow:1}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .infoIcon,[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .infoIcon{width:25px;height:25px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector{padding-left:20px}[class*=theme-] .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector.disabled{opacity:.5}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings:before{position:absolute;left:calc(100% - 16px);top:-8px;content:"";width:0;height:0;border:solid #cccccc;background-color:#fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings{position:absolute;z-index:1;width:calc(100% - 49px);left:7.5px;border:2px solid #cccccc;box-shadow:0 4px 8px #a0a0a0;border-radius:3px;padding:10px 15px 15px;margin-top:9px;background-color:#fff}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .filterTitle{font-weight:600;margin-bottom:8px}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings span{opacity:.87}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .seperationLine{width:100%;height:1px;margin:5px 0;background-color:#ccc}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection .btn,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector .btn,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .btn,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .btn{min-width:20px;width:25px;height:25px;padding:0;margin-left:2px}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection{gap:5px}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection>div{flex-grow:1}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .infoIcon,.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .infoIcon{width:25px;height:25px}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector{padding-left:20px}.theme-63 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector.disabled{opacity:.5}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings:before{position:absolute;left:calc(100% - 16px);top:-8px;content:"";width:0;height:0;border:solid #cccccc;background-color:#fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings{position:absolute;z-index:1;width:calc(100% - 49px);left:7.5px;border:2px solid #cccccc;box-shadow:0 4px 8px #a0a0a0;border-radius:3px;padding:10px 15px 15px;margin-top:9px;background-color:#fff}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .filterTitle{font-weight:600;margin-bottom:8px}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings span{opacity:.87}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .seperationLine{width:100%;height:1px;margin:5px 0;background-color:#ccc}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection .btn,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector .btn,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .btn,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .btn{min-width:20px;width:25px;height:25px;padding:0;margin-left:2px}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection{gap:5px}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection>div{flex-grow:1}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .infoIcon,.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .infoIcon{width:25px;height:25px}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector{padding-left:20px}.theme-108 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector.disabled{opacity:.5}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings:before{position:absolute;left:calc(100% - 16px);top:-8px;content:"";width:0;height:0;border:solid #cccccc;background-color:#fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings{position:absolute;z-index:1;width:calc(100% - 49px);left:7.5px;border:2px solid #cccccc;box-shadow:0 4px 8px #a0a0a0;border-radius:3px;padding:10px 15px 15px;margin-top:9px;background-color:#fff}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .filterTitle{font-weight:600;margin-bottom:8px}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings span{opacity:.87}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .seperationLine{width:100%;height:1px;margin:5px 0;background-color:#ccc}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection .btn,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector .btn,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .btn,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .btn{min-width:20px;width:25px;height:25px;padding:0;margin-left:2px}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection{gap:5px}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection>div{flex-grow:1}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .infoIcon,.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .infoIcon{width:25px;height:25px}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector{padding-left:20px}.theme-109 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector.disabled{opacity:.5}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings:before{position:absolute;left:calc(100% - 16px);top:-8px;content:"";width:0;height:0;border:solid #cccccc;background-color:#fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings{position:absolute;z-index:1;width:calc(100% - 49px);left:7.5px;border:2px solid #cccccc;box-shadow:0 4px 8px #a0a0a0;border-radius:3px;padding:10px 15px 15px;margin-top:9px;background-color:#fff}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .filterTitle{font-weight:600;margin-bottom:8px}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings span{opacity:.87}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .seperationLine{width:100%;height:1px;margin:5px 0;background-color:#ccc}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection .btn,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .changeSelector .btn,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .btn,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .btn{min-width:20px;width:25px;height:25px;padding:0;margin-left:2px}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection{gap:5px}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .supplierSelection>div{flex-grow:1}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector .infoIcon,.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .editedSelector .infoIcon{width:25px;height:25px}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector{padding-left:20px}.theme-110 .tradefilterProductGroupSelection .tradeFilterProductGroupTableHeader .filterSettings .connectedSelector.disabled{opacity:.5}.dragAndDropTable{display:grid;grid-template-columns:calc(50% - 20.5px) 21px calc(50% - .5px);grid-template-rows:auto;justify-self:stretch}.dragAndDropWithSideTable{display:grid;grid-template-columns:calc(35% - 20.5px) 21px calc(65% - .5px);grid-template-rows:auto;justify-self:stretch}.dragAndDropWithSideTable .blackline{margin-left:20px}[class*=theme-] .dragAndDropWithSideTable .blackline,.theme-63 .dragAndDropWithSideTable .blackline,.theme-108 .dragAndDropWithSideTable .blackline,.theme-109 .dragAndDropWithSideTable .blackline,.theme-110 .dragAndDropWithSideTable .blackline{background-color:#202020}[class*=theme-] .dragAndDropTable .blackline,[class*=theme-] .dragAndDropSingleTable .blackline{margin-left:20px;background-color:#202020}[class*=theme-] .dragAndDropTable .dropList>div,[class*=theme-] .dragAndDropSingleTable .dropList>div{display:flex}[class*=theme-] .dragAndDropTable .dropList>div:not(:last-child),[class*=theme-] .dragAndDropSingleTable .dropList>div:not(:last-child){margin-bottom:5px}[class*=theme-] .dragAndDropTable .dropList .index,[class*=theme-] .dragAndDropSingleTable .dropList .index{flex-basis:20px;text-align:center;color:#ccc}[class*=theme-] .dragAndDropTable .dropList .dragElement,[class*=theme-] .dragAndDropSingleTable .dropList .dragElement{flex-grow:1}[class*=theme-] .dragAndDropTable .dropList .dragElement.active,[class*=theme-] .dragAndDropSingleTable .dropList .dragElement.active{border:1px dashed #cccccc}[class*=theme-] .dragAndDropTable .dropList .dragElement.active>*,[class*=theme-] .dragAndDropSingleTable .dropList .dragElement.active>*{visibility:hidden}[class*=theme-] .dragAndDropTable .dropList .jumpedToElement .dragElement,[class*=theme-] .dragAndDropSingleTable .dropList .jumpedToElement .dragElement{border:2px solid #2684FF}[class*=theme-] .dragAndDropTable .dropList .dropZone,[class*=theme-] .dragAndDropSingleTable .dropList .dropZone{flex-grow:1;border:1px dashed #cccccc}[class*=theme-] .dragAndDropTable .dropList .dropZone:empty,[class*=theme-] .dragAndDropSingleTable .dropList .dropZone:empty{height:20px}[class*=theme-] .dragAndDropTable .dropList .dropZone>*,[class*=theme-] .dragAndDropSingleTable .dropList .dropZone>*{visibility:hidden}.theme-63 .dragAndDropTable .blackline,.theme-63 .dragAndDropSingleTable .blackline{margin-left:20px;background-color:#202020}.theme-63 .dragAndDropTable .dropList>div,.theme-63 .dragAndDropSingleTable .dropList>div{display:flex}.theme-63 .dragAndDropTable .dropList>div:not(:last-child),.theme-63 .dragAndDropSingleTable .dropList>div:not(:last-child){margin-bottom:5px}.theme-63 .dragAndDropTable .dropList .index,.theme-63 .dragAndDropSingleTable .dropList .index{flex-basis:20px;text-align:center;color:#ccc}.theme-63 .dragAndDropTable .dropList .dragElement,.theme-63 .dragAndDropSingleTable .dropList .dragElement{flex-grow:1}.theme-63 .dragAndDropTable .dropList .dragElement.active,.theme-63 .dragAndDropSingleTable .dropList .dragElement.active{border:1px dashed #cccccc}.theme-63 .dragAndDropTable .dropList .dragElement.active>*,.theme-63 .dragAndDropSingleTable .dropList .dragElement.active>*{visibility:hidden}.theme-63 .dragAndDropTable .dropList .jumpedToElement .dragElement,.theme-63 .dragAndDropSingleTable .dropList .jumpedToElement .dragElement{border:2px solid #2684FF}.theme-63 .dragAndDropTable .dropList .dropZone,.theme-63 .dragAndDropSingleTable .dropList .dropZone{flex-grow:1;border:1px dashed #cccccc}.theme-63 .dragAndDropTable .dropList .dropZone:empty,.theme-63 .dragAndDropSingleTable .dropList .dropZone:empty{height:20px}.theme-63 .dragAndDropTable .dropList .dropZone>*,.theme-63 .dragAndDropSingleTable .dropList .dropZone>*{visibility:hidden}.theme-108 .dragAndDropTable .blackline,.theme-108 .dragAndDropSingleTable .blackline{margin-left:20px;background-color:#202020}.theme-108 .dragAndDropTable .dropList>div,.theme-108 .dragAndDropSingleTable .dropList>div{display:flex}.theme-108 .dragAndDropTable .dropList>div:not(:last-child),.theme-108 .dragAndDropSingleTable .dropList>div:not(:last-child){margin-bottom:5px}.theme-108 .dragAndDropTable .dropList .index,.theme-108 .dragAndDropSingleTable .dropList .index{flex-basis:20px;text-align:center;color:#ccc}.theme-108 .dragAndDropTable .dropList .dragElement,.theme-108 .dragAndDropSingleTable .dropList .dragElement{flex-grow:1}.theme-108 .dragAndDropTable .dropList .dragElement.active,.theme-108 .dragAndDropSingleTable .dropList .dragElement.active{border:1px dashed #cccccc}.theme-108 .dragAndDropTable .dropList .dragElement.active>*,.theme-108 .dragAndDropSingleTable .dropList .dragElement.active>*{visibility:hidden}.theme-108 .dragAndDropTable .dropList .jumpedToElement .dragElement,.theme-108 .dragAndDropSingleTable .dropList .jumpedToElement .dragElement{border:2px solid #2684FF}.theme-108 .dragAndDropTable .dropList .dropZone,.theme-108 .dragAndDropSingleTable .dropList .dropZone{flex-grow:1;border:1px dashed #cccccc}.theme-108 .dragAndDropTable .dropList .dropZone:empty,.theme-108 .dragAndDropSingleTable .dropList .dropZone:empty{height:20px}.theme-108 .dragAndDropTable .dropList .dropZone>*,.theme-108 .dragAndDropSingleTable .dropList .dropZone>*{visibility:hidden}.theme-109 .dragAndDropTable .blackline,.theme-109 .dragAndDropSingleTable .blackline{margin-left:20px;background-color:#202020}.theme-109 .dragAndDropTable .dropList>div,.theme-109 .dragAndDropSingleTable .dropList>div{display:flex}.theme-109 .dragAndDropTable .dropList>div:not(:last-child),.theme-109 .dragAndDropSingleTable .dropList>div:not(:last-child){margin-bottom:5px}.theme-109 .dragAndDropTable .dropList .index,.theme-109 .dragAndDropSingleTable .dropList .index{flex-basis:20px;text-align:center;color:#ccc}.theme-109 .dragAndDropTable .dropList .dragElement,.theme-109 .dragAndDropSingleTable .dropList .dragElement{flex-grow:1}.theme-109 .dragAndDropTable .dropList .dragElement.active,.theme-109 .dragAndDropSingleTable .dropList .dragElement.active{border:1px dashed #cccccc}.theme-109 .dragAndDropTable .dropList .dragElement.active>*,.theme-109 .dragAndDropSingleTable .dropList .dragElement.active>*{visibility:hidden}.theme-109 .dragAndDropTable .dropList .jumpedToElement .dragElement,.theme-109 .dragAndDropSingleTable .dropList .jumpedToElement .dragElement{border:2px solid #2684FF}.theme-109 .dragAndDropTable .dropList .dropZone,.theme-109 .dragAndDropSingleTable .dropList .dropZone{flex-grow:1;border:1px dashed #cccccc}.theme-109 .dragAndDropTable .dropList .dropZone:empty,.theme-109 .dragAndDropSingleTable .dropList .dropZone:empty{height:20px}.theme-109 .dragAndDropTable .dropList .dropZone>*,.theme-109 .dragAndDropSingleTable .dropList .dropZone>*{visibility:hidden}.theme-110 .dragAndDropTable .blackline,.theme-110 .dragAndDropSingleTable .blackline{margin-left:20px;background-color:#202020}.theme-110 .dragAndDropTable .dropList>div,.theme-110 .dragAndDropSingleTable .dropList>div{display:flex}.theme-110 .dragAndDropTable .dropList>div:not(:last-child),.theme-110 .dragAndDropSingleTable .dropList>div:not(:last-child){margin-bottom:5px}.theme-110 .dragAndDropTable .dropList .index,.theme-110 .dragAndDropSingleTable .dropList .index{flex-basis:20px;text-align:center;color:#ccc}.theme-110 .dragAndDropTable .dropList .dragElement,.theme-110 .dragAndDropSingleTable .dropList .dragElement{flex-grow:1}.theme-110 .dragAndDropTable .dropList .dragElement.active,.theme-110 .dragAndDropSingleTable .dropList .dragElement.active{border:1px dashed #cccccc}.theme-110 .dragAndDropTable .dropList .dragElement.active>*,.theme-110 .dragAndDropSingleTable .dropList .dragElement.active>*{visibility:hidden}.theme-110 .dragAndDropTable .dropList .jumpedToElement .dragElement,.theme-110 .dragAndDropSingleTable .dropList .jumpedToElement .dragElement{border:2px solid #2684FF}.theme-110 .dragAndDropTable .dropList .dropZone,.theme-110 .dragAndDropSingleTable .dropList .dropZone{flex-grow:1;border:1px dashed #cccccc}.theme-110 .dragAndDropTable .dropList .dropZone:empty,.theme-110 .dragAndDropSingleTable .dropList .dropZone:empty{height:20px}.theme-110 .dragAndDropTable .dropList .dropZone>*,.theme-110 .dragAndDropSingleTable .dropList .dropZone>*{visibility:hidden}.productGroupSupplierList .dragAndDropSingleTable>.pagination{height:100%}.productGroupSupplierList .withIndex{margin-left:20px}.productGroupSupplierList .header .btnPnl{flex-direction:row-reverse;font-size:14px}
