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