@charset "UTF-8";.WfxActionList{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:30px;position:relative;display:flex;align-items:center;outline:0;overflow:hidden}.WfxActionList .ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;height:100%}.WfxActionList .ContentArea .Item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:10px;padding-right:10px;margin-right:10px;height:100%;font-size:13px;font-family:RobotoNormal;border:.5px solid transparent;background-color:transparent;border-radius:3px;cursor:pointer;transition-duration:.6s;transition-timing-function:ease;transition-property:transform,opacity}.WfxActionList .ContentArea .Item:hover{border:.5px solid #dee2e3;background-color:#f4f6f7}.WfxActionList .ContentArea .Item:last-child{margin-right:0}.WfxActionList .ContentArea .Item.Disabled{opacity:.3;cursor:default}.WfxActionList .ContentArea .Item.Disabled:hover{border:.5px solid transparent;background-color:transparent}.WfxActionList .ContentArea .Item.Selected{border:.5px solid #dee2e3;background-color:#f4f6f7}.WfxActionList .MoreButton{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;cursor:pointer}.WfxActionList .MoreButton:hover{color:#fff}.WfxActionList .MoreButton.Selected{color:#fff;background-color:#dee2e3}.WfxActionList .MoreButton.Hidden{display:none}.WfxActionListPopup{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden;padding:5px;box-shadow:3px 3px 4px 0 rgba(0,0,0,.2)}.WfxActionListPopup.Hidden{display:none}.WfxActionListPopup.Animate{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}.WfxActionListPopup .Item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:10px;padding-right:10px;margin-bottom:5px;height:30px;font-size:13px;font-family:RobotoNormal;border:.5px solid transparent;background-color:transparent;border-radius:3px;cursor:pointer}.WfxActionListPopup .Item:hover{border:.5px solid #dee2e3;background-color:#f4f6f7}.WfxActionListPopup .Item:last-child{margin-bottom:0}.WfxActionListPopup .Item.Disabled{opacity:.3;cursor:default}.WfxActionListPopup .Item.Disabled:hover{border:.5px solid transparent;background-color:transparent}@keyframes AWfxActionListPopupShow{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxActionListPopupHide{from{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.WfxAnimate{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.WfxAnimate.Infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.WfxAnimate.Hinge{-webkit-animation-duration:2s;animation-duration:2s}.WfxAnimate.BounceIn,.WfxAnimate.BounceOut,.WfxAnimate.FlipOutX,.WfxAnimate.FlipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@keyframes ShadowIn{0%{-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2)}100%{-webkit-box-shadow:0 3px 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 12px rgba(0,0,0,.2);box-shadow:0 3px 12px rgba(0,0,0,.2)}}@-webkit-keyframes ShadowIn{0%{-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2)}100%{-webkit-box-shadow:0 3px 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 12px rgba(0,0,0,.2);box-shadow:0 3px 12px rgba(0,0,0,.2)}}.ShadowIn{-webkit-animation-name:ShadowIn;animation-name:ShadowIn;-webkit-transform-origin:center bottom;transform-origin:center bottom}@keyframes ShadowOut{0%{-webkit-box-shadow:0 3px 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 12px rgba(0,0,0,.2);box-shadow:0 3px 12px rgba(0,0,0,.2)}100%{-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2)}}@-webkit-keyframes ShadowOut{0%{-webkit-box-shadow:0 3px 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 12px rgba(0,0,0,.2);box-shadow:0 3px 12px rgba(0,0,0,.2)}100%{-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2)}}.ShadowOut{-webkit-animation-name:ShadowOut;animation-name:ShadowOut;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes Bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes Bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.Bounce{-webkit-animation-name:Bounce;animation-name:Bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes Flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes Flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.Flash{-webkit-animation-name:Flash;animation-name:Flash}@-webkit-keyframes PulseOut{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7);opacity:0}}@keyframes PulseOut{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7);opacity:0}}.PulseOut{-webkit-animation-name:PulseOut;animation-name:PulseOut}@-webkit-keyframes Pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:0}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes Pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:0}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.Pulse{-webkit-animation-name:Pulse;animation-name:Pulse}@-webkit-keyframes RubberBank{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes RubberBank{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.RubberBank{-webkit-animation-name:RubberBank;animation-name:RubberBank}@-webkit-keyframes Shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes Shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.Shake{-webkit-animation-name:Shake;animation-name:Shake}@-webkit-keyframes HeadShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes HeadShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.HeadShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:HeadShake;animation-name:HeadShake}@-webkit-keyframes Swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes Swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.Swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:Swing;animation-name:Swing}@-webkit-keyframes Tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes Tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.Tada{-webkit-animation-name:Tada;animation-name:Tada}@-webkit-keyframes Wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes Wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.Wobble{-webkit-animation-name:Wobble;animation-name:Wobble}@-webkit-keyframes Jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes Jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.Jello{-webkit-animation-name:Jello;animation-name:Jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes BounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes BounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.BounceIn{-webkit-animation-name:BounceIn;animation-name:BounceIn}@-webkit-keyframes BounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes BounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.BounceInDown{-webkit-animation-name:BounceInDown;animation-name:BounceInDown}@-webkit-keyframes BounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes BounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.BounceInLeft{-webkit-animation-name:BounceInLeft;animation-name:BounceInLeft}@-webkit-keyframes BounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes BounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.BounceInRight{-webkit-animation-name:BounceInRight;animation-name:BounceInRight}@-webkit-keyframes BounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes BounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.BounceInUp{-webkit-animation-name:BounceInUp;animation-name:BounceInUp}@-webkit-keyframes BounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes BounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.BounceOut{-webkit-animation-name:BounceOut;animation-name:BounceOut}@-webkit-keyframes BounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes BounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.BounceOutDown{-webkit-animation-name:BounceOutDown;animation-name:BounceOutDown}@-webkit-keyframes BounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes BounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.BounceOutLeft{-webkit-animation-name:BounceOutLeft;animation-name:BounceOutLeft}@-webkit-keyframes BounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes BounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.BounceOutRight{-webkit-animation-name:BounceOutRight;animation-name:BounceOutRight}@-webkit-keyframes BounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes BounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.BounceOutUp{-webkit-animation-name:BounceOutUp;animation-name:BounceOutUp}@-webkit-keyframes FadeIn{from{opacity:0}to{opacity:1}}@keyframes FadeIn{from{opacity:0}to{opacity:1}}.FadeIn{-webkit-animation-name:FadeIn;animation-name:FadeIn}@-webkit-keyframes FadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInDown{-webkit-animation-name:FadeInDown;animation-name:FadeInDown}@-webkit-keyframes FadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInDownBig{-webkit-animation-name:FadeInDownBig;animation-name:FadeInDownBig}@-webkit-keyframes FadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInLeft{-webkit-animation-name:FadeInLeft;animation-name:FadeInLeft}@-webkit-keyframes FadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInLeftBig{-webkit-animation-name:FadeInLeftBig;animation-name:FadeInLeftBig}@-webkit-keyframes FadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInRight{-webkit-animation-name:FadeInRight;animation-name:FadeInRight}@-webkit-keyframes FadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInRightBig{-webkit-animation-name:FadeInRightBig;animation-name:FadeInRightBig}@-webkit-keyframes FadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInUp{-webkit-animation-name:FadeInUp;animation-name:FadeInUp}@-webkit-keyframes FadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes FadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.FadeInUpBig{-webkit-animation-name:FadeInUpBig;animation-name:FadeInUpBig}@-webkit-keyframes FadeOut{from{opacity:1}to{opacity:0}}@keyframes FadeOut{from{opacity:1}to{opacity:0}}.FadeOut{-webkit-animation-name:FadeOut;animation-name:FadeOut}@-webkit-keyframes FadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes FadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.FadeOutDown{-webkit-animation-name:FadeOutDown;animation-name:FadeOutDown}@-webkit-keyframes FadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes FadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.FadeOutDownBig{-webkit-animation-name:FadeOutDownBig;animation-name:FadeOutDownBig}@-webkit-keyframes FadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes FadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.FadeOutLeft{-webkit-animation-name:FadeOutLeft;animation-name:FadeOutLeft}@-webkit-keyframes FadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes FadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.FadeOutLeftBig{-webkit-animation-name:FadeOutLeftBig;animation-name:FadeOutLeftBig}@-webkit-keyframes FadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes FadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.FadeOutRight{-webkit-animation-name:FadeOutRight;animation-name:FadeOutRight}@-webkit-keyframes FadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes FadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.FadeOutRightBig{-webkit-animation-name:FadeOutRightBig;animation-name:FadeOutRightBig}@-webkit-keyframes FadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes FadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.FadeOutUp{-webkit-animation-name:FadeOutUp;animation-name:FadeOutUp}@-webkit-keyframes FadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes FadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.FadeOutUpBig{-webkit-animation-name:FadeOutUpBig;animation-name:FadeOutUpBig}@-webkit-keyframes Flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes Flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.Flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:Flip;animation-name:Flip}@-webkit-keyframes FlipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes FlipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.FlipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:FlipInX;animation-name:FlipInX}@-webkit-keyframes FlipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes FlipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.FlipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:FlipInY;animation-name:FlipInY}@-webkit-keyframes FlipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes FlipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.FlipOutX{-webkit-animation-name:FlipOutX;animation-name:FlipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes FlipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes FlipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.FlipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:FlipOutY;animation-name:FlipOutY}@-webkit-keyframes LightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes LightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.LightSpeedIn{-webkit-animation-name:LightSpeedIn;animation-name:LightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes LightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes LightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.LightSpeedOut{-webkit-animation-name:LightSpeedOut;animation-name:LightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes RotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes RotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.RotateIn{-webkit-animation-name:RotateIn;animation-name:RotateIn}@-webkit-keyframes RotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes RotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.RotateInDownLeft{-webkit-animation-name:RotateInDownLeft;animation-name:RotateInDownLeft}@-webkit-keyframes RotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes RotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.RotateInDownRight{-webkit-animation-name:RotateInDownRight;animation-name:RotateInDownRight}@-webkit-keyframes RotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes RotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.RotateInUpLeft{-webkit-animation-name:RotateInUpLeft;animation-name:RotateInUpLeft}@-webkit-keyframes RotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes RotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.RotateInUpRight{-webkit-animation-name:RotateInUpRight;animation-name:RotateInUpRight}@-webkit-keyframes RotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes RotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.RotateOut{-webkit-animation-name:RotateOut;animation-name:RotateOut}@-webkit-keyframes RotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes RotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.RotateOutDownLeft{-webkit-animation-name:RotateOutDownLeft;animation-name:RotateOutDownLeft}@-webkit-keyframes RotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes RotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.RotateOutDownRight{-webkit-animation-name:RotateOutDownRight;animation-name:RotateOutDownRight}@-webkit-keyframes RotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes RotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.RotateOutUpLeft{-webkit-animation-name:RotateOutUpLeft;animation-name:RotateOutUpLeft}@-webkit-keyframes RotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes RotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.RotateOutUpRight{-webkit-animation-name:RotateOutUpRight;animation-name:RotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes RollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes RollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.RollIn{-webkit-animation-name:RollIn;animation-name:RollIn}@-webkit-keyframes RollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes RollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.RollOut{-webkit-animation-name:RollOut;animation-name:RollOut}@-webkit-keyframes ZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ZoomIn{-webkit-animation-name:ZoomIn;animation-name:ZoomIn}@-webkit-keyframes ZoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes ZoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.ZoomInDown{-webkit-animation-name:ZoomInDown;animation-name:ZoomInDown}@-webkit-keyframes ZoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}@keyframes ZoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.ZoomInLeft{-webkit-animation-name:ZoomInLeft;animation-name:ZoomInLeft}@-webkit-keyframes ZoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}@keyframes ZoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.ZoomInRight{-webkit-animation-name:ZoomInRight;animation-name:ZoomInRight}@-webkit-keyframes ZoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}@keyframes ZoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.ZoomInUp{-webkit-animation-name:ZoomInUp;animation-name:ZoomInUp}@-webkit-keyframes ZoomOut{from{opacity:1}to{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9);opacity:0}}@keyframes ZoomOut{from{opacity:1}to{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9);opacity:0}}.ZoomOut{-webkit-animation-name:ZoomOut;animation-name:ZoomOut}@-webkit-keyframes ZoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes ZoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.ZoomOutDown{-webkit-animation-name:ZoomOutDown;animation-name:ZoomOutDown}@-webkit-keyframes ZoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes ZoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.ZoomOutLeft{-webkit-animation-name:ZoomOutLeft;animation-name:ZoomOutLeft}@-webkit-keyframes ZoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes ZoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.ZoomOutRight{-webkit-animation-name:ZoomOutRight;animation-name:ZoomOutRight}@-webkit-keyframes ZoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes ZoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.ZoomOutUp{-webkit-animation-name:ZoomOutUp;animation-name:ZoomOutUp}@-webkit-keyframes SlideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes SlideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.SlideInDown{-webkit-animation-name:SlideInDown;animation-name:SlideInDown}@-webkit-keyframes SlideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes SlideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.SlideInLeft{-webkit-animation-name:SlideInLeft;animation-name:SlideInLeft}@-webkit-keyframes SlideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes SlideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.SlideInRight{-webkit-animation-name:SlideInRight;animation-name:SlideInRight}@-webkit-keyframes SlideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes SlideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.SlideInUp{-webkit-animation-name:SlideInUp;animation-name:SlideInUp}@-webkit-keyframes SlideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes SlideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.SlideOutDown{-webkit-animation-name:SlideOutDown;animation-name:SlideOutDown}@-webkit-keyframes SlideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes SlideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.SlideOutLeft{-webkit-animation-name:SlideOutLeft;animation-name:SlideOutLeft}@-webkit-keyframes SlideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes SlideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.SlideOutRight{-webkit-animation-name:SlideOutRight;animation-name:SlideOutRight}@-webkit-keyframes SlideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes SlideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.SlideOutUp{-webkit-animation-name:SlideOutUp;animation-name:SlideOutUp}.WebAnimateRotation{-moz-animation:spinoff 1s infinite linear;-webkit-animation:spinoff 1s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@-moz-keyframes spinoff{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spinoff{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(-360deg)}}.WfxAssistant{width:100%;height:100%;position:relative;overflow:hidden}.WfxAssistant.NoAnimation>.ContentArea>section{animation-duration:0s}.WfxAssistant.NoAnimation>.ButtonArea .MarkerAssistant{transition-duration:0s}.WfxAssistant>.ContentArea{position:relative;height:calc(100% - 30px - 40px);overflow:hidden;overflow-y:auto;background-color:#fff}.WfxAssistant>.ContentArea>section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:-9999px;top:-9999px;opacity:0;overflow:hidden;overflow-y:auto;height:100%;width:100%;padding:20px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s}.WfxAssistant>.ContentArea>section.IsDisplayed{position:relative;left:0;top:0}.WfxAssistant>.ButtonArea{position:relative;height:30px;display:flex;justify-content:space-between;overflow:hidden;background-color:#fff;padding:20px;border-top:.5px solid #dee2e3}.WfxAssistant>.ButtonArea .MarkerAssistant{position:absolute;left:-30px;top:0;height:30px;width:0;margin-left:15px;transition-duration:.4s;transition-timing-function:ease}.WfxAssistant>.ButtonArea .EndPoint{position:absolute;right:-15px;top:0;height:30px;width:15px;overflow:hidden;z-index:1}.WfxAssistant>.ButtonArea .EndPoint>div{height:30px;width:30px;margin-left:-21px;transform:rotate(45deg)}.WfxAssistant>.ButtonArea .StartPoint{position:absolute;left:-15px;top:0;width:15px;height:30px;overflow:hidden}.WfxAssistant>.ButtonArea .StartPoint .Top{position:absolute;left:0;top:0;width:15px;height:15px;overflow:hidden}.WfxAssistant>.ButtonArea .StartPoint .Top>div{width:30px;height:30px;transform:rotate(45deg);margin-top:-21px}.WfxAssistant>.ButtonArea .StartPoint .Bottom{position:absolute;left:0;bottom:0;width:15px;height:15px;overflow:hidden}.WfxAssistant>.ButtonArea .StartPoint .Bottom>div{width:30px;height:30px;transform:rotate(45deg);margin-left:4px;margin-top:2px}.WfxAssistant>.ButtonArea .Container{height:100%;display:flex;position:relative;align-items:center}.WfxAssistant>.ButtonArea .Container .Button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;cursor:pointer;height:100%;position:relative;padding-left:30px;padding-right:30px;color:#fff;font-size:16px;line-height:30px;margin-left:15px}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea .Loader{cursor:default!important;pointer-events:none!important;position:absolute;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease;animation-iteration-count:infinite}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea .Loader.Top{left:0;top:0;width:100%;height:2px}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea .Loader.Right{right:0;top:0;width:2px;height:100%;animation-delay:.5s}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea .Loader.Bottom{left:0;bottom:0;width:100%;height:2px}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea .Loader.Left{left:0;top:0;width:2px;height:100%;animation-delay:.5s}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea.IsVisible{opacity:1}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea.IsVisible .Top{animation-name:AWfxButtonLoaderTop}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea.IsVisible .Right{animation-name:AWfxButtonLoaderRight}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea.IsVisible .Bottom{animation-name:AWfxButtonLoaderBottom}.WfxAssistant>.ButtonArea .Container .Button .LoaderArea.IsVisible .Left{animation-name:AWfxButtonLoaderLeft}.WfxAssistant>.ButtonArea .Container .Button:first-child{margin-left:0}@keyframes AWfxAssistantContentNext{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxAssistantContentBack{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxAssistantShowFastSave{from{transform:scale(0) translate3d(-100px,0,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes AWfxAssistantHideFastSave{from{transform:scale(1) translate3d(0,0,0);opacity:1}to{transform:scale(0) translate3d(0,0,0);opacity:0}}.WfxAssistant2{width:100%;height:100%;position:relative;overflow:hidden}.WfxAssistant2.NoAnimation>.ContentArea>section{animation-duration:0s}.WfxAssistant2.NoAnimation>.ButtonArea .Marker{transition-duration:0s}.WfxAssistant2.NoAnimation>.ButtonArea .Step{transition-duration:0s}.WfxAssistant2.NoAnimation>.ButtonArea .Step .Container{transition-duration:0s}.WfxAssistant2>.ContentArea{position:relative;height:calc(100% - 30px - 40px);overflow:hidden;overflow-y:auto;background-color:#fff}.WfxAssistant2>.ContentArea>section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:-9999px;top:-9999px;opacity:0;overflow:hidden;overflow-y:auto;height:100%;width:100%;padding:20px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxAssistant2>.ContentArea>section.IsDisplayed{position:relative;left:0;top:0}.WfxAssistant2>.ButtonArea{position:relative;height:30px;display:flex;justify-content:space-between;overflow:hidden;background-color:#fff;padding:20px;border-top:.5px solid #dee2e3}.WfxAssistant2>.ButtonArea .Marker{cursor:default!important;pointer-events:none!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:30px;position:absolute;left:20px;width:100px;overflow:hidden;display:flex;width:0;transition-duration:.3s;transition-timing-function:ease}.WfxAssistant2>.ButtonArea .Marker .EndPoint{width:15px;min-width:15px;height:100%;overflow:hidden;position:relative}.WfxAssistant2>.ButtonArea .Marker .EndPoint .Top{position:absolute;right:-15px;top:-21px;width:30px;height:30px;transform:rotate(45deg)}.WfxAssistant2>.ButtonArea .Marker .EndPoint .Bottom{position:absolute;right:-15px;top:21px;width:30px;height:30px;transform:rotate(45deg)}.WfxAssistant2>.ButtonArea .Marker .Content{flex-grow:1}.WfxAssistant2>.ButtonArea .Marker .StartPoint{width:15px;min-width:15px;height:100%;overflow:hidden;position:relative}.WfxAssistant2>.ButtonArea .Marker .StartPoint .Center{position:absolute;left:-21px;top:0;width:30px;height:30px;transform:rotate(45deg)}.WfxAssistant2>.ButtonArea .Step{height:30px;position:absolute;cursor:pointer;overflow:hidden;transition-duration:.3s;transition-timing-function:ease}.WfxAssistant2>.ButtonArea .Step.IsDisplayed .Container{transform:scale(1);opacity:1}.WfxAssistant2>.ButtonArea .Step .Container{display:flex;position:relative;width:100%;height:100%;transition-duration:.3s;transition-timing-function:ease;transform:scale(0);opacity:0}.WfxAssistant2>.ButtonArea .Step .EndPoint{width:15px;min-width:15px;height:100%;overflow:hidden;position:relative}.WfxAssistant2>.ButtonArea .Step .EndPoint .Top{position:absolute;right:-15px;top:-21px;width:30px;height:30px;transform:rotate(45deg)}.WfxAssistant2>.ButtonArea .Step .EndPoint .Bottom{position:absolute;right:-15px;top:21px;width:30px;height:30px;transform:rotate(45deg)}.WfxAssistant2>.ButtonArea .Step .Content{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;color:#fff;padding-left:30px;padding-right:30px;font-size:15px;flex-grow:1}.WfxAssistant2>.ButtonArea .Step .StartPoint{width:15px;min-width:15px;height:100%;overflow:hidden;position:relative}.WfxAssistant2>.ButtonArea .Step .StartPoint .Center{position:absolute;left:-21px;top:0;width:30px;height:30px;transform:rotate(45deg)}@keyframes AWfxAssistantContentNext{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxAssistantContentBack{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.WfxAutoCompleteSearch{position:relative;height:30px;outline:0}.WfxAutoCompleteSearch input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;padding-left:30px;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;font-family:inherit;font-size:13px}.WfxAutoCompleteSearch input:focus{outline:0}.WfxAutoCompleteSearch .SearchIconContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:1px;top:1px;height:28px;width:30px;display:flex;align-items:center;justify-content:center;cursor:default}.WfxAutoCompleteSearch .SearchIconContainer i{color:#d6d6d6}.WfxAutoCompleteSearchPopup{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;transition-duration:.3s;z-index:2000;border-radius:3px;overflow:hidden}.WfxAutoCompleteSearchPopup .AutocompleteItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;padding:10px;cursor:default}.WfxAutoCompleteSearchPopup .AutocompleteItem.Selected{background-color:#f5f5f5}.WfxAutoCompleteSearchPopup .LoaderContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.WfxAutoCompleteSearchPopup .EmptyMessage{position:relative;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.WfxAutoCompleteSearchPopup .MinLengthMessage{position:relative;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.WfxAutoCompleteSearchPopup .MinLengthMessage span{font-weight:700;margin-left:3px;margin-right:3px}html{height:100%;width:100%}body{margin:0;width:100%;height:100%;font-size:13px;font-family:RobotoLight,Arial,sans-serif;color:#555;overflow:hidden;-webkit-font-smoothing:antialiased}.WfxBreadCrumb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;height:30px;outline:0;overflow:hidden;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3}.WfxBreadCrumb .ItemContainer{display:flex;height:100%}.WfxBreadCrumb .DrillContainer{height:100%;padding-left:6px;cursor:pointer}.WfxBreadCrumb .DrillContainer:hover{background-color:#f4f6f7}.WfxBreadCrumb .DrillContainer.Selected{background-color:#ecf0f1}.WfxBreadCrumb .Item{position:relative;height:100%;cursor:pointer;width:inherit}.WfxBreadCrumb .Item:hover{background-color:#f4f6f7}.WfxBreadCrumb .Item:hover .ConnectorRight .Decorator{z-index:2;background-color:#f4f6f7}.WfxBreadCrumb .Item.Selected{background-color:#ecf0f1}.WfxBreadCrumb .Item.Selected .ConnectorRight .Decorator{background-color:#ecf0f1}.WfxBreadCrumb .Item .ContentContainer{position:relative;width:0;opacity:0;height:100%;transition-duration:.3s;transition-timing-function:ease;transition-property:width,opacity,margin-left,margin-right;overflow:hidden}.WfxBreadCrumb .Item .ContentContainer.IsDisplayed{opacity:1}.WfxBreadCrumb .Item .ContentContainer.IsDisplayed .Content{position:relative;left:initial;top:initial}.WfxBreadCrumb .Item .ContentContainer.NoAnimation{transition-duration:0s}.WfxBreadCrumb .Item .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:-9999px;top:-9999px;padding-left:12px;display:flex;align-items:center;height:100%}.WfxBreadCrumb .Item .ConnectorRight{position:absolute;right:-12px;top:0;bottom:0;width:12px;overflow:hidden}.WfxBreadCrumb .Item .ConnectorRight .Decorator{position:absolute;left:-34px;top:-12px;width:40px;height:40px;transform:rotate(20deg);border:.5px solid #dee2e3;background-color:#fff;z-index:1}.WfxBreadCrumb .Item:first-child .Content{padding-left:6px}.WfxBreadCrumb .LoaderArea{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.WfxBreadCrumb .LoaderArea .Loader{cursor:default!important;pointer-events:none!important;position:absolute;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:infinite}.WfxBreadCrumb .LoaderArea .Loader.Top{left:0;top:0;width:100%;height:2px;background:linear-gradient(to left,#dee2e3,transparent);animation-name:AWfxButtonLoaderTop}.WfxBreadCrumb .LoaderArea .Loader.Right{right:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to top,#dee2e3,transparent);animation-name:AWfxButtonLoaderRight}.WfxBreadCrumb .LoaderArea .Loader.Bottom{left:0;bottom:0;width:100%;height:2px;background:linear-gradient(to right,#dee2e3,transparent);animation-name:AWfxButtonLoaderBottom}.WfxBreadCrumb .LoaderArea .Loader.Left{left:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to bottom,#dee2e3,transparent);animation-name:AWfxButtonLoaderLeft}.WfxButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:16px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;align-items:center;height:30px;font-size:13px;position:relative;text-decoration:none;cursor:pointer;color:#fff;min-width:90px;border-radius:3px;outline:0;overflow:hidden}.WfxButton.Bold{font-family:RobotoNormal}.WfxButton.Light{opacity:.6}.WfxButton.AnimateLabel{transition-duration:.3s;transition-timing-function:ease}.WfxButton .LabelArea{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default!important;pointer-events:none!important;text-align:center;display:block;width:100%;top:0;left:0;margin-left:10px;margin-right:10px;text-transform:uppercase;white-space:nowrap}.WfxButton .ContextArea{border-left:.5px solid #fff;width:30px;height:30px;height:100%;position:relative;opacity:1;animation-duration:.3s;animation-timing-function:ease-out}.WfxButton .ContextArea.Enabled{animation-name:AWfxButtonContextEnabled;opacity:1;pointer-events:all}.WfxButton .ContextArea.Disabled{animation-name:AWfxButtonContextDisabled;opacity:0;pointer-events:none}.WfxButton .ContextHidden{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;height:36px;opacity:0}.WfxButton input{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;width:100%;height:30px;opacity:0}.WfxButton.Disabled{cursor:default!important;pointer-events:none!important}.WfxButton .FocusMarker{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:2px;top:2px;right:2px;bottom:2px}.WfxButton.Focused .FocusMarker{border-width:1px;border-style:dashed}.WfxButton:hover .FocusMarker{display:none}.WfxButton .LoaderArea{position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:.6s;transition-property:opacity}.WfxButton .LoaderArea .Loader{cursor:default!important;pointer-events:none!important;position:absolute;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:infinite}.WfxButton .LoaderArea .Loader.Top{left:0;top:0;width:100%;height:2px;animation-name:AWfxButtonLoaderTop;background:linear-gradient(to left,#fff,transparent)}.WfxButton .LoaderArea .Loader.Right{right:0;top:0;width:2px;height:100%;animation-delay:.5s;animation-name:AWfxButtonLoaderRight;background:linear-gradient(to top,#fff,transparent)}.WfxButton .LoaderArea .Loader.Bottom{left:0;bottom:0;width:100%;height:2px;animation-name:AWfxButtonLoaderBottom;background:linear-gradient(to right,#fff,transparent)}.WfxButton .LoaderArea .Loader.Left{left:0;top:0;width:2px;height:100%;animation-delay:.5s;animation-name:AWfxButtonLoaderLeft;background:linear-gradient(to bottom,#fff,transparent)}.WfxButtonAnimate{animation-name:AWfxButtonOnClick;animation-duration:.2s;animation-timing-function:ease-out}@keyframes AWfxButtonLoaderTop{from{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes AWfxButtonLoaderRight{from{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes AWfxButtonLoaderBottom{from{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes AWfxButtonLoaderLeft{from{transform:translateY(100%)}to{transform:translateY(-100%)}}@keyframes AWfxButtonOnClick{from{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}@keyframes AWfxButtonContextEnabled{from{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes AWfxButtonContextDisabled{from{opacity:1}50%{opacity:.5}to{opacity:0}}.WfxButtonPopup .mbsc-fr-popup{max-width:100%}.WfxButtonPopup .mbsc-fr-popup.mbsc-fr-bubble-bottom{margin-top:-4px}.WfxButtonPopup .mbsc-fr-popup.mbsc-fr-bubble-top{margin-top:-2px}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-whl-gr{padding:5px}.WfxButtonPopup .mbsc-fr-popup .mbsc-fr-w{background-color:#fff;min-width:100px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);font-family:inherit}.WfxButtonPopup .mbsc-fr-popup .mbsc-fr-arr{background-color:#fff}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-bar-c{background-color:transparent!important;border-radius:3px}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-bar-c .mbsc-sc-bar:after{border-radius:2px}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-itm{font-size:13px;border-radius:2px}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e{padding-left:7px;padding-right:10px}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e.Focused{background-color:#f8f8f8!important}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-sc-itm-sel{color:#000;background-color:#ecf0f1!important}.WfxButtonPopup .mbsc-fr-popup .mbsc-sc-itm:hover{background-color:#f8f8f8!important}.WfxButtonPopup .mbsc-fr-popup .mbsc-fr-btn{font-family:RobotoNormal;font-size:13px;padding-left:10px;padding-right:10px}.WfxCalendar .Control{display:flex;height:30px;position:relative;align-items:center;justify-content:space-between}.WfxCalendar .Control .CurrentMonth{font-size:20px}.WfxCalendar .Control .Right{display:flex;position:relative}.WfxCalendar .CalendarContainer{margin-top:5px;position:relative;height:calc(100% - 40px);width:100%;background-color:#fff}.WfxCalendar .CalendarContainer .HeaderContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:40px;border-bottom:1px solid #ecf0f1;display:flex}.WfxCalendar .CalendarContainer .HeaderContainer .Start{width:30px;height:100%}.WfxCalendar .CalendarContainer .HeaderContainer .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;height:100%}.WfxCalendar .CalendarContainer .HeaderContainer .Content .WeekContainer{width:100%;height:100%;position:absolute;left:0;top:0;display:flex}.WfxCalendar .CalendarContainer .HeaderContainer .Content .WeekContainer .DayItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;position:relative;padding-left:10px;font-family:RobotoLighter;border-left:1px solid #ecf0f1;height:100%;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.WfxCalendar .CalendarContainer .HeaderContainer .Content .WeekContainer .DayItem .CurrentDayMarker{position:absolute;bottom:0;height:2px;left:0;right:0}.WfxCalendar .CalendarContainer .HeaderContainer .End{height:100%}.WfxCalendar .CalendarContainer .ContentContainer{position:relative;height:calc(100% - 40px);width:100%;overflow:hidden;overflow-y:scroll;display:flex}.WfxCalendar .CalendarContainer .ContentContainer .Hours{width:30px;position:relative}.WfxCalendar .CalendarContainer .ContentContainer .Hours .Hour{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;font-family:RobotoLighter;width:30px;height:50px;font-size:11px;line-height:14px;display:flex;justify-content:center;border-bottom:1px solid #ecf0f1;padding-top:6px}.WfxCalendar .CalendarContainer .ContentContainer .Hours .Hour.Current{cursor:default!important;pointer-events:none!important;opacity:0}.WfxCalendar .CalendarContainer .ContentContainer .Appointments{width:calc(100% - 30px);height:calc(50 * 24px);position:relative;overflow:hidden}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .AppointmentItem{position:absolute;left:0;top:10px;z-index:1}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .AppointmentItem .Highlighter{width:4px;position:absolute;left:0;top:0;bottom:0}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .AppointmentItem .AppointmentContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:absolute;left:4px;right:0;padding:10px;color:#fff;font-size:11px;line-height:14px}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer{position:absolute;top:0;left:0;width:100%}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .Line{position:relative;width:100%;height:50px;display:flex}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;overflow:hidden;height:100%;border-left:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem .Marker{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem.NoBusinessHour{background-color:rgba(236,240,241,.5)}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem.Disabled{background-color:#ecf0f1;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.5) 2px,rgba(255,255,255,.5) 4px);cursor:default;cursor:default!important;pointer-events:none!important}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem.DisabledQuota{background-color:rgba(251,72,72,.5);background-image:repeating-linear-gradient(45deg,transparent,transparent 1px,rgba(255,255,255,.5) 1px,rgba(255,255,255,.5) 2px);cursor:default;cursor:default!important;pointer-events:none!important}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem .DateLockedInfo{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;width:100%}.WfxCalendar .CalendarContainer .ContentContainer .Appointments .ScheduleContainer .ScheduleItem .DateLockedInfo .Text{font-size:10px;line-height:16px}.WfxCalendar .CalendarContainer .ContentContainer .CurrentHourMarker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;position:absolute;left:30px;height:1px;width:100%;border-bottom-style:dashed;border-bottom-width:1px}.WfxCalendar .CalendarContainer .ContentContainer .CurrentHour{cursor:default!important;pointer-events:none!important;position:absolute;top:0;left:0;width:30px;display:flex;justify-content:center;font-size:10px;line-height:14px;font-family:RobotoLighter}.WfxCardview{position:relative;width:100%;height:100%}.WfxCardview .CardItemsContainer{position:relative}.WfxCardview .CardviewItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:absolute;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;padding:10px;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity top left}.WfxCardview .CardviewItem.Hover:hover{background-color:#f4f6f7}.WfxCardview .CardviewItem.Hover:hover .ContextMore{opacity:.2}.WfxCardview .CardviewItem .Content{position:relative;width:100%;height:100%}.WfxCardview .CardviewItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxCardviewHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxCardview .CardviewItem .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxCardview .CardviewItem .ContextMore:hover{color:#fff;opacity:1!important}.WfxCardview .CardviewItem .ContextMore.Selected{color:#fff;opacity:1!important}@keyframes AWfxCardviewHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxCarousel{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;display:grid;grid-template-columns:min-content auto min-content;grid-template-rows:auto min-content;align-content:center;outline:0}.WfxCarousel .ContentArea{display:flex;align-items:center;justify-content:center;overflow:hidden}.WfxCarousel .ContentArea .CarouselItem{position:absolute;left:-9999px;top:-9999px;display:flex;align-items:center;cursor:pointer;padding-left:7.5px;padding-right:7.5px;border-radius:3px}.WfxCarousel .ContentArea .CarouselItem.Active{top:initial;left:initial;position:relative}.WfxCarousel .ContentArea .CarouselItem.Next{animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s;animation-name:AWfxCarouselContentAreaNext}.WfxCarousel .ContentArea .CarouselItem.Prev{animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s;animation-name:AWfxCarouselContentAreaPrev}.WfxCarousel .PageIndicators{grid-row:2;grid-column:2;display:flex;justify-content:center}.WfxCarousel .PageIndicators .Indicator{margin-top:10px;padding:5px;opacity:.6}.WfxCarousel .PageIndicators .Indicator .Circle{width:5px;height:5px;background-color:#555;border-radius:50%}.WfxCarousel .PageIndicators .Indicator.Highlight{opacity:1}@keyframes AWfxCarouselContentAreaNext{from{transform:translate3d(15px,0,0);opacity:0}5%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxCarouselContentAreaPrev{from{transform:translate3d(-15px,0,0);opacity:0}5%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}.WfxCheckbox{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;cursor:pointer;display:flex;align-items:center;position:relative}.WfxCheckbox .Checkbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fff;width:16px;height:16px;min-width:16px;min-height:16px;pointer-events:none;margin-right:4px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:3px;overflow:hidden;border:.5px solid #dee2e3}.WfxCheckbox .Checkbox i{cursor:default!important;pointer-events:none!important;font-size:14px;width:14px;height:14px;color:#fff;position:relative;transition-duration:.3s;transition-timing-function:ease;transform:scale(0);opacity:0}.WfxCheckbox .Checkbox input{display:none}.WfxCheckbox.Checked .Checkbox i{opacity:1;transform:scale(1)}.WfxCheckbox.NoAnimation .Checkbox i{transition-duration:0s}.WfxCheckbox .Label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:relative;display:flex;align-items:center;min-height:16px}.WfxCheckbox.CheckboxDisabled{cursor:default!important;pointer-events:none!important}.WfxCheckbox.CheckboxDisabled .Checkbox i{opacity:.3}.WfxCheckboxList{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%}.WfxCheckboxList .CheckboxItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;width:100%;background-color:#fff;position:relative;display:flex;align-items:center;margin-bottom:2px;padding-left:8px;padding-right:8px;outline:0;cursor:pointer;border-radius:3px;border:.5px solid #dee2e3}.WfxCheckboxList .CheckboxItem .Checkbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:16px;height:16px;min-height:16px;min-width:16px;overflow:hidden;pointer-events:none;margin-right:10px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:3px;border:.5px solid #dee2e3;background-color:#ecf0f1}.WfxCheckboxList .CheckboxItem .Checkbox input{display:none}.WfxCheckboxList .CheckboxItem .Checkbox i{font-size:14px;width:14px;height:14px;color:#fff;position:relative;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxCheckboxList .CheckboxItem .Checkbox .CheckboxBorder{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;border-radius:3px}.WfxCheckboxList .CheckboxItem .CheckboxLabel{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:relative;width:calc(100% - 21px)}.WfxCheckboxList .GroupItem{margin-top:20px}.WfxCheckboxList .GroupItem>.Header{line-height:16px;font-family:RobotoNormal;margin-bottom:1px}.WfxCheckboxList .GroupItem:first-child{margin-top:0}@keyframes AWfxCheckboxListIn{from{transform:translate3d(0,-7px,0);opacity:0}50%{transform:translate3d(0,2px,0);opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxCheckboxListOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,15px,0);opacity:0}}.WfxChoiceButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:30px;border-radius:3px;display:inline-block;background-color:#fff;border:.5px solid #dee2e3;outline:0}.WfxChoiceButton .ChoiceButtonMarker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;position:absolute;top:1px;width:0;height:27px;border-radius:2px;transition-timing-function:ease}.WfxChoiceButton .ChoiceButtonContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;height:100%;padding-left:1px;padding-right:1px}.WfxChoiceButton .ChoiceButtonContainer .ChoiceButtonItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;padding-left:15px;padding-right:15px;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition-timing-function:ease}.WfxCircleButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;width:48px;height:48px;outline:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);transition-duration:.2s;transition-timing-function:ease}.WfxCircleButton .WfxIcons{color:#fff;font-size:24px;height:24px;width:24px;transition-duration:.2s;transition-timing-function:ease}.WfxClock .Time{font-family:RobotoLighter;font-size:96px}.WfxClock .Day{font-family:RobotoLighter;position:relative;top:-10px;font-size:48px}.WfxCodeEditor{position:relative;height:100%;width:100%}.WfxCodeEditor .Editor{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;border-radius:3px;overflow:hidden;border:.5px solid #dee2e3;background-color:#fff}.WfxCodeEditor .Editor .decorationsOverviewRuler{display:none}.WfxCodeEditor .Editor .monaco-editor a{text-decoration:none}.WfxCodeEditor .Editor .monaco-editor .parameter-hints-widget.visible{margin-left:16px}.WfxCodeEditor .Editor .monaco-editor .monaco-editor-hover{background-color:#ecf0f1!important;border:.5px solid #dee2e3;border-radius:3px}.WfxCodeEditor .Editor .monaco-editor .view-overlays .current-line{border:1px solid #dee2e3;border-radius:2px}.WfxCodeEditor .Editor .monaco-editor .parameter-hints-widget.visible{margin-top:20px}.WfxCodeEditor .Editor .monaco-editor .find-widget{box-shadow:none}.WfxCodeEditor .WfxVerifyContainer{top:calc(50% - 10px);height:20px}.WfxCodeEditor .WfxVerifyContainer .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxCodeEditorHelper{width:0;height:0}.WfxCodeEditorHelper.monaco-editor a{text-decoration:none}.WfxCodeEditorHelper.monaco-editor .parameter-hints-widget.visible{margin-left:16px}.WfxCodeEditorHelper.monaco-editor .monaco-editor-hover{background-color:#ecf0f1!important;border:.5px solid #dee2e3;border-radius:3px}.WfxCodeEditorHelper.monaco-editor .view-overlays .current-line{border:1px solid #dee2e3;border-radius:2px}.WfxCodeEditorHelper.monaco-editor .parameter-hints-widget.visible{margin-top:20px}.WfxCodeEditorHelper.monaco-editor .find-widget{box-shadow:none}.WfxColorPicker{position:relative;height:30px;width:100%;outline:0}.WfxColorPicker .k-widget.k-colorpicker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;width:100%;height:30px}.WfxColorPicker .k-widget.k-colorpicker .k-selected-color{width:calc(100% - 3px);height:calc(100% - 4px);border-radius:2px;margin:2px}.WfxColorPicker .k-widget.k-colorpicker .k-picker-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:none;background-color:transparent;color:#000;border:.5px solid #dee2e3;height:30px;border-radius:3px;overflow:hidden}.WfxColorPicker .k-widget.k-colorpicker .k-picker-wrap.k-state-border-down{border-bottom-width:.5px;padding-bottom:0}.WfxColorPicker .k-widget.k-colorpicker .k-picker-wrap .k-icon{font-size:13px;height:15px;width:13px;color:#555;-webkit-transform:scaleX(1);width:100%;transform:scaleX(1)}.WfxColorPicker .k-widget.k-colorpicker .k-picker-wrap .k-icon:hover{color:#555}.WfxColorPicker .k-widget.k-colorpicker .k-picker-wrap .k-select{border-left-width:0}.WfxColorPicker .k-widget.k-colorpicker .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxColorPicker .k-widget.k-colorpicker .k-i-line:before{content:attr(empty-content);font-family:RobotoLight;margin-left:5px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:start}.WfxColorPickerPopup{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}@keyframes AWfxColorPickerIn{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.k-widget.k-flatcolorpicker.k-popup{margin-top:1.5px;border-radius:3px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)}.k-widget.k-flatcolorpicker.k-popup .k-selected-color{margin:1px}.k-widget.k-flatcolorpicker.k-popup .k-color-value{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#fff}.k-widget.k-flatcolorpicker.k-popup .k-slider.k-slider-horizontal{margin:0;width:100%}.k-widget.k-flatcolorpicker.k-popup .k-slider-track{left:14px}.WfxColorPickerLight{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:30px;outline:0;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;width:100%}.WfxColorPickerLight>.Content{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:2px;border-radius:2px;margin-right:32px;height:calc(100% - 4px);display:flex;align-items:center}.WfxColorPickerLight>.Content>.Placeholder{padding-left:3px;opacity:.6}.WfxColorPickerLight>.DropDownIcon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:1px;right:1px;bottom:1px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxColorPickerLight>.DropDownIcon:hover{background-color:#f8f8f8}.WfxColorPickerLight>.ResetIcon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:1px;right:1px;bottom:1px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxColorPickerLight>.ResetIcon:hover{background-color:#f8f8f8}.WfxColorPickerLight.PopupContainer{position:absolute;left:0;top:0;right:0;bottom:0;background-color:transparent;height:unset;width:unset;border:none}.WfxColorPickerLight>.ColorPickerLightPopup{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:calc(100% + 2px);right:0;height:200px;max-height:200px;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden;box-shadow:3px 3px 4px 0 rgba(0,0,0,.2)}.WfxColorPickerLight>.ColorPickerLightPopup.Hidden{display:none}.WfxColorPickerLight>.ColorPickerLightPopup.Animate{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}.WfxColorPickerLight>.ColorPickerLightPopup .ScrollContent>.ContentArea{position:relative;outline:0;width:100%;display:grid;gap:5px}.WfxColorPickerLight>.ColorPickerLightPopup .ScrollContent>.ContentArea>.Item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:2px;height:30px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.WfxColorPickerLight>.ColorPickerLightPopup .ScrollContent>.ContentArea>.Item>.FocusMarker{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:2px;top:2px;right:2px;bottom:2px}.WfxColorPickerLight>.ColorPickerLightPopup .ScrollContent>.ContentArea>.Item.Focused>.FocusMarker{border-width:1px;border-style:dashed}@keyframes AWfxColorPickerLightPopupShow{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxColorPickerLightPopupHide{from{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.WfxCombobox{position:relative;display:inline-block;width:100%}.WfxCombobox .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxCombobox .k-widget.k-combobox{width:100%}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap{border-color:#fff}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap.k-state-disabled{opacity:1;background-color:#f0f0f0}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap.k-state-disabled .k-input{background-color:#f0f0f0}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap.k-state-hover{background-image:none;background-color:transparent;color:#000}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap.k-state-focused{background-color:#fff;background-image:none}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap .k-i-close{display:none}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap .k-select{border-left-width:0}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap .k-select .k-icon{font-size:13px;color:#555}.WfxCombobox .k-widget.k-combobox .k-dropdown-wrap .k-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#000;height:28px;text-indent:5px;font-size:13px;font-family:inherit}.WfxCombobox.ReadOnly .k-select{opacity:0;cursor:default}.WfxCombobox.ReadOnly .k-dropdown-wrap{cursor:default}.k-listcontainer .k-list .k-item.k-state-focused{box-shadow:none}.WfxComment{position:relative;width:100%;height:100%;outline:0}.WfxComment .CommentsArea{width:100%}.WfxComment .CommentsArea .CommentItem{position:relative;display:flex;cursor:default;padding-top:15px;width:100%}.WfxComment .CommentsArea .CommentItem.Right{justify-content:right}.WfxComment .CommentsArea .CommentItem.Left{justify-content:left}.WfxComment .CommentsArea .CommentItem.IsSameUser{padding-top:5px}.WfxComment .CommentsArea .CommentItem.IsSameUser .User{cursor:default!important;pointer-events:none!important;opacity:0}.WfxComment .CommentsArea .CommentItem.IsSameUser .Comment{flex-grow:unset}.WfxComment .CommentsArea .CommentItem.IsSameUser .CommentConnector{display:none}.WfxComment .CommentsArea .CommentItem:hover .ContextMore.ContextVisible{opacity:.2}.WfxComment .CommentsArea .CommentItem .User{padding-right:15px}.WfxComment .CommentsArea .CommentItem .User.Right{padding-right:0;padding-left:15px}.WfxComment .CommentsArea .CommentItem .Comment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border:.5px solid #dee2e3;background-color:#fff;border-radius:3px}.WfxComment .CommentsArea .CommentItem .Comment .Content{overflow:hidden;position:relative;padding:10px}.WfxComment .CommentsArea .CommentItem .Comment .Content.IsNew{position:absolute;left:-9999px;top:-9999px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector{overflow:hidden;position:absolute;top:-3px;width:20px;height:30px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector .CommentArrow{transform:rotate(45deg);border:.5px solid #dee2e3;border-radius:0;background-color:#fff;width:15px;height:15px;position:absolute;top:10px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector.Left{left:-20px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector.Left .CommentArrow{right:-11px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector.Right{right:-20px}.WfxComment .CommentsArea .CommentItem .Comment .CommentConnector.Right .CommentArrow{left:-11px}.WfxComment .CommentsArea .CommentItem .Comment .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxCommentHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxComment .CommentsArea .CommentItem .ContextMore{position:absolute;right:0;bottom:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxComment .CommentsArea .CommentItem .ContextMore.ContextVisible:hover{color:#fff;opacity:1!important}.WfxComment .CommentsArea .CommentItem .ContextMore.ContextVisible.Selected{color:#fff;opacity:1!important}.WfxComment .CommentsArea .CommentItem .ContextMore.Left{left:0}.WfxComment .CommentsArea .CommentItem .ContextMore.Right{right:0}@keyframes AWfxCommentHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}::-ms-clear{display:none}:-ms-input-placeholder{color:#d6d6d6!important;font-family:RobotoLight,'Segoe UI',Arial,sans-serif}::-webkit-input-placeholder{color:#d6d6d6!important}::-moz-placeholder{color:#d6d6d6!important}a{color:#555;text-decoration:underline;cursor:pointer}.WfxBorderBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.WfxPageBorder{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px;position:relative;width:100%;height:100%}.WfxNoSelect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.WfxNoPointer{cursor:default!important;pointer-events:none!important}.WfxShadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.WfxShadowBig{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2)}.WfxShadowPopup{-webkit-box-shadow:0 10px 40px rgba(0,0,0,.3);-moz-box-shadow:0 10px 40px rgba(0,0,0,.3);box-shadow:0 10px 40px rgba(0,0,0,.3)}.WfxTransitionShort{transition-duration:.3s;transition-timing-function:ease}.WfxTransitionLong{transition-duration:.6s;transition-timing-function:ease}.WfxBlur{-webkit-filter:blur(10px);-moz-filter:blur(10px);-o-filter:blur(10px);-ms-filter:blur(10px);filter:url(#blur);filter:blur(10px)}.WfxTextSmall{font-size:11px;line-height:14px}.WfxTextSmall.Bold{font-family:RobotoNormal}.WfxTextSmall.Light{opacity:.6}.WfxTextNormal{font-size:13px;line-height:16px}.WfxTextNormal.Bold{font-family:RobotoNormal}.WfxTextNormal.Light{opacity:.6}.WfxTextBig{color:#555;font-size:15px;line-height:19px}.WfxTextBig.Bold{font-family:RobotoNormal}.WfxTextBig.Light{opacity:.6}.WfxTextHeader{font-size:25px;line-height:30px;height:30px;min-height:30px;white-space:nowrap}.WfxTextOverflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.WfxTextLineOverflow{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;white-space:initial;-webkit-box-orient:vertical}.WfxTable{border-spacing:0px;width:100%}.WfxTable th{text-align:left;border-left:.5px solid #dee2e3;border-top:.5px solid #dee2e3;border-bottom:.5px solid #dee2e3;height:20px;padding:10px;padding-top:8px;padding-bottom:8px;font-weight:initial;font-family:RobotoNormal;vertical-align:top}.WfxTable th:first-child{border-top-left-radius:3px}.WfxTable th:last-child{border-top-right-radius:3px;border-right:.5px solid #dee2e3}.WfxTable td{text-align:left;border-left:.5px solid #dee2e3;border-bottom:.5px solid #dee2e3;padding:10px;padding-top:8px;padding-bottom:8px;vertical-align:top}.WfxTable td:last-child{border-right:.5px solid #dee2e3}.WfxTable tr:last-child td:first-child{border-bottom-left-radius:3px}.WfxTable tr:last-child td:last-child{border-bottom-right-radius:3px}.WfxFlex{position:relative;display:flex}.WfxFlexCenter{position:relative;display:flex;align-items:center;justify-content:center}.WfxFlexBetween{position:relative;display:flex;align-items:center;justify-content:space-between}.WfxTextStartHeader{margin-left:-2px;font-size:36px;font-family:RobotoLighter;color:#fff}.WfxTextColorLight{color:#999}.WfxInputHeader{font-weight:400;margin-bottom:3px;position:relative;height:16px;min-height:16px;font-family:RobotoNormal}.WfxFormHeader{margin-bottom:1px;position:relative;height:16px;min-height:16px;font-family:RobotoNormal}.WfxInputBorder{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3;overflow:hidden}.WfxInputBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:3px;padding:15px;background-color:#ecf0f1;border:.5px solid #dee2e3;overflow:hidden}.WfxNotificationBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;border-radius:3px;padding:10px;border:.5px dashed #fb4848;background-color:rgba(251,72,72,.1)}.WfxNotificationBox.Bold{font-family:RobotoNormal}.WfxNotificationBox.Light{opacity:.6}.WfxInputSeperator{position:relative;height:30px;min-height:30px}.WfxInputSeperatorMiddle{position:relative;height:20px;min-height:20px}.WfxInputSeperatorSmall{height:10px;min-height:10px}.WfxInputSeperatorMini{height:5px;min-height:5px}.WfxSeperatorLine{background-color:#c3c3c3;height:1px;margin-top:25px;margin-bottom:19px}.WfxSeperatorLine.NoText{margin-top:20px}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2){.WfxSeperatorLine{border-bottom:.5px solid #fff;height:.5px}}@media only screen and (max-width:1799px){.WfxSeperatorLine{background-color:unset;height:30px;margin-top:0;margin-bottom:0;border-bottom:none}}.WfxSeperatorLineH{background-color:#dee2e3;width:1px;min-width:1px}.WfxHeader{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-color:#fff;color:#555;font-family:RobotoNormal;height:30px;line-height:30px;border-radius:3px;border:.5px solid #dee2e3;border-style:solid;text-indent:5px;min-height:30px}.WfxContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:48px;right:0;left:0;bottom:0;overflow-x:hidden;overflow-y:auto;padding-left:50px;padding-right:50px;padding-top:50px;padding-bottom:50px}.WfxInfoContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;box-shadow:inset 0 0 3px rgba(0,0,0,.17);border:1px solid #d6d6d6;background-color:#fff}.WfxTag{position:relative;display:inline-flex;align-items:center;justify-content:center;padding-top:2px;padding-bottom:2px;line-height:12px;font-size:10px;padding-left:4px;padding-right:4px;border-radius:2px;background-color:#ecf0f1}.WfxDisabled{cursor:default!important;pointer-events:none!important;opacity:.5}.WfxReadOnlyIcon{cursor:default!important;pointer-events:none!important;color:#ffa15b!important;position:absolute!important;top:2px!important;right:1px!important;width:10px!important;height:10px!important;font-size:10px!important;line-height:10px!important;left:initial!important}.WfxReadOnlyInput{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;width:100%;padding-left:5px;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;display:flex;align-items:center;overflow:hidden}.WfxReadOnlyInput.NoBorder{border:none;border-radius:0}.WfxReadOnlyInput.NoPadding{padding-left:0}.WfxReadOnlyInput .ReadOnlyContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:13px;font-family:inherit;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.WfxReadOnlyInput .ReadOnlyContent.IsPlaceholder{color:#d6d6d6}.WfxReadOnlyInput .ReadOnlyContent.IsMasked{padding-top:4px}.WfxReadOnlyInput.IsScrollable{display:block}.WfxReadOnlyInput.IsScrollable .ReadOnlyContent{overflow-y:auto;padding-top:5px;height:100%;display:block}.WfxConfetti{cursor:default!important;pointer-events:none!important;position:relative;width:100%;height:100%}.WfxContentBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border:.5px solid #dee2e3;border-radius:3px;background-color:#ecf0f1;min-width:350px;overflow:hidden}.WfxContentBox>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;overflow:hidden;padding:15px;transition-duration:.6s;transition-property:opacity;transition-timing-function:ease}.WfxContentBox>.ContentArea.Scroller{padding:0}.WfxContentBox .LoaderArea{cursor:default!important;pointer-events:none!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.WfxContentBox .LoaderArea .Loader{transition-duration:.3s;transition-property:opacity;transition-timing-function:ease}.WfxContentBox .LoaderArea .WfxLoader .Item{width:3px;height:3px;opacity:.1;-moz-transform:scale(.7);-webkit-transform:scale(.7);-moz-animation:move 1s infinite linear;-webkit-animation:move 1s infinite linear;margin:5px}.WfxContentBox>.Header{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;right:6px;font-size:16px;background:linear-gradient(to bottom,#ecf0f1 80%,rgba(236,240,241,.001));color:#555;padding:15px;padding-top:15px}.WfxContentBox>.Tags{position:absolute;right:15px;top:15px;display:flex;flex-wrap:nowrap}.WfxContentBox>.Tags .Tag{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;line-height:12px;font-size:10px;display:flex;align-items:center;justify-content:center;height:14px;padding-left:3px;padding-right:3px;font-family:inherit;color:#fff;margin-left:2px;cursor:default}.WfxContentBox>.ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:.2;cursor:pointer}.WfxContentBox>.ContextMore:hover{color:#fff;opacity:1!important}.WfxContentBox>.ContextMore.Selected{color:#fff;opacity:1!important}.WfxContentButton{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.WfxContentPresentor{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.WfxContentPresentor>.ContentArea{position:relative}.WfxContentPresentor>.ContentArea>section{pointer-events:none;opacity:0;animation-name:initial;position:absolute;left:-9999px;top:-9999px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s;transform-origin:center center;display:inline-block}.WfxContentPresentor>.ContentArea>section.IsDisplayed{position:relative;top:initial;left:initial;pointer-events:initial;animation-name:AWfxContentPresentorShowSection}.WfxContentPresentor>.ContentArea>section.Hide{position:relative;top:initial;left:initial;animation-name:AWfxContentPresentorHideSection}.WfxContentPresentor>.BorderArea{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.WfxContentPresentor>.BorderArea .Border{position:relative;overflow:hidden}.WfxContentPresentor>.BorderArea .Border .BorderItem{position:absolute;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s;transform-origin:center center}.WfxContentPresentor>.BorderArea .Border.Transit{transition-duration:.3s;transition-timing-function:ease}@keyframes AWfxContentPresentorShowSection{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxContentPresentorHideSection{from{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}@keyframes AWfxContentPresentorTopSwap{from{left:calc(100% - 30px)}to{left:0}}@keyframes AWfxContentPresentorTopSwapEdge{from{left:100%}to{left:0}}@keyframes AWfxContentPresentorTopIn{from{right:0;transform:translate3d(100%,0,0)}to{right:0;transform:translate3d(0,0,0)}}@keyframes AWfxContentPresentorTopOut{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}@keyframes AWfxContentPresentorLeftSwap{from{top:0}to{top:calc(100% - 30px)}}@keyframes AWfxContentPresentorLeftSwapEdge{from{top:0}to{top:100%}}@keyframes AWfxContentPresentorLeftIn{from{transform:translate3d(0,-100%,0);top:0}to{transform:translate3d(0,0,0);top:0}}@keyframes AWfxContentPresentorLeftOut{from{transform:translate3d(0,0,0);bottom:0}to{transform:translate3d(0,100%,0);bottom:0}}@keyframes AWfxContentPresentorBottomSwap{from{right:calc(100% - 30px)}to{right:0}}@keyframes AWfxContentPresentorBottomSwapEdge{from{right:100%}to{right:0}}@keyframes AWfxContentPresentorBottomIn{from{left:-100%}to{left:0}}@keyframes AWfxContentPresentorBottomOut{from{transform:translate3d(0,0,0);right:0}to{transform:translate3d(100%,0,0);right:0}}@keyframes AWfxContentPresentorRightSwap{from{bottom:0}to{bottom:calc(100% - 30px)}}@keyframes AWfxContentPresentorRightSwapEdge{from{bottom:0}to{bottom:100%}}@keyframes AWfxContentPresentorRightIn{from{bottom:0;transform:translate3d(0,100%,0)}to{bottom:0;transform:translate3d(0,0,0)}}@keyframes AWfxContentPresentorRightOut{from{transform:translate3d(0,0,0);top:0}to{transform:translate3d(0,-100%,0);top:0}}.WfxContentSlider section{position:relative}.WfxContentSlider .ControlButton{padding:10px;cursor:pointer}.WfxContentSlider .ControlButton .Circle{border-radius:5px;height:5px;width:5px;background-color:rgba(255,255,255,.3)}.context-menu-list{box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);opacity:0;margin:0;padding:0;display:inline-block;position:absolute;list-style-type:none;background-color:#fff;overflow:hidden;border-radius:3px;padding:5px;border:1px solid #dee2e3;transform:scale(.9);transition:opacity .1s ease-in-out,transform .1s ease-in}.context-menu-list.Active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.18, 1.89, .43, 1.19)}.context-menu-list .context-menu-item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:10px;padding-top:8px;padding-bottom:8px;position:relative;background:0 0;font-size:13px;display:flex;align-items:center;cursor:default;color:#555}.context-menu-list .context-menu-item .WfxIcons{color:#555;width:14px;height:14px;font-size:14px;margin-right:10px}.context-menu-list .context-menu-item:hover{background-color:#ecf0f1;border-radius:3px}.context-menu-list .context-menu-item:hover .WfxIcons{opacity:1!important}.context-menu-list .context-menu-item.Selected{background-color:#dee2e3}.context-menu-separator{border-bottom:1px solid #ddd}.context-menu-item.disabled{opacity:.4;cursor:default}.context-menu-submenu:after{content:">";color:#666;position:absolute;top:0;right:3px;z-index:1}.WfxContextWindow{position:absolute;width:100%;height:100%;top:0;left:0}.WfxContextWindow>.Container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;padding:10px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);transform:scale(.8);opacity:0;transition-duration:.2s;transition-timing-function:ease}.WfxContextWindow>.Container.IsDisplayed{transform:scale(1);opacity:1}.WfxCountdown{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.WfxCountdown .Background{position:absolute;left:-10px;top:-10px;bottom:-10px;right:-10px;border-radius:calc(50% + 20px);display:flex;align-items:center;justify-content:center}.WfxCountdown .Background.HasShadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.WfxCountdown .Background .ContentContainer{overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxCountdown .Background .ContentContainer .Time{font-size:25px;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 20px)}.WfxCountdown .Background .ContentContainer .CounterContainer{position:absolute;left:calc(50% - 10px + 24px);top:calc(50% - 10px - 24px);width:20px;height:20px;border-radius:10px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:10px}.WfxDateselect{position:relative;height:30px;width:100%;border-radius:3px;overflow:hidden;outline:0}.WfxDateselect input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;padding-left:5px;padding-right:35px;padding-top:0;position:relative;width:100%;height:30px;border:.5px solid #dee2e3;font-size:13px;font-family:inherit;color:#000;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxDateselect input:focus{outline:0}.WfxDateselect .Button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:absolute;right:1px;top:1px;height:28px;width:28px;display:flex;align-items:center;justify-content:center;border-radius:3px;padding:1px}.WfxDateselect .Button:focus{outline:0}.WfxDateselect .Button:hover{background-color:#f8f8f8}.WfxDateselect .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;color:#ffa15b}.WfxDateselectPopup .mbsc-fr-popup{margin-top:1.5px}.WfxDateselectPopup .mbsc-fr-popup.mbsc-fr-bubble-top{margin-top:-1.5px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-arr-w{display:none}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-c .mbsc-cal-picker{background-color:#fff}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-c .mbsc-cal-picker .mbsc-cal-cell .mbsc-cal-cell-i{border-radius:2px;border:.5px solid transparent}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-c .mbsc-cal-picker .mbsc-cal-cell:hover .mbsc-cal-cell-i{background-color:#ecf0f1!important;border:.5px solid #dee2e3}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w{min-width:initial;color:#555;background-color:#fff;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);font-family:inherit}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-hdr{margin-bottom:10px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-days>div{font-family:RobotoNormal}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-btn{border-radius:2px;border:.5px solid transparent;width:30px;height:30px;font-size:30px;margin:0;line-height:30px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-btn:hover{background-color:#ecf0f1!important;border:.5px solid #dee2e3}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-day .mbsc-cal-day-date{border-radius:2px;border:.5px solid transparent}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-day:hover .mbsc-cal-day-date{background-color:#ecf0f1!important;border:.5px solid #dee2e3}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-month{font-family:RobotoNormal;line-height:30px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-year{font-family:RobotoNormal;line-height:30px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-sc-itm{font-size:13px;padding-left:15px;padding-right:15px}.WfxDateselectPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-sc-itm-sel{color:#000;font-family:RobotoNormal}.WfxDateselectPopup .mbsc-fr-popup .mbsc-fr-btn:hover{background-color:#ecf0f1}.WfxDateselectPopup .mbsc-fr-popup .mbsc-sc-bar-c{display:none}.WfxDateTimeSelect{position:relative;height:30px;width:100%;overflow:hidden;outline:0;display:flex}.WfxDateTimeSelect>.DateSelect{width:60%;z-index:2}.WfxDateTimeSelect>.TimeSelect{margin-left:-.5px;width:calc(40% + .5px);z-index:1}.WfxDetailWindow{display:flex}.WfxDetailWindow .Items{display:flex}.WfxDetailWindow .Item{margin-right:2px}.WfxDetailWindow .Button{width:30px;height:30px;background-color:#fff;cursor:pointer;outline:0}.WfxDetailWindow .Button img{width:16px;height:16px;margin:7px}.WfxDetailWindow .Button .ClickEffect{position:absolute;width:0%;height:100%;top:0;left:0;background:#fff;opacity:.3;border-radius:3px}.WfxDetailWindowView{position:absolute;z-index:100;top:0;left:0;bottom:0;right:0}.WfxDetailWindowView .Background{position:absolute;top:0;left:0;bottom:0;right:0;background-color:transparent}.WfxDetailWindowView .DetailItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:10px;padding-bottom:10px}.WfxDetailWindowView .DetailItem .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px;padding-bottom:10px}.WfxDetailWindowView .Container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:absolute;background-color:#fff;border-radius:2px;opacity:0}.WfxDetailWindowView .Container .MarkerContainer{position:absolute;left:10px;top:-20px;width:40px;height:20px;overflow:hidden}.WfxDetailWindowView .Container .MarkerContainer .Marker{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:absolute;left:10px;top:10px;width:20px;height:20px;background-color:#fff;transform:rotate(45deg)}.WfxDetailWindowView .Container .Content{background-color:#fff;width:100%}.WfxDialogbox{position:absolute;top:0;right:0;height:100%;width:100%;z-index:2000}.WfxDialogbox>.Background{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity}.WfxDialogbox .ContentArea{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.WfxDialogbox .ContentArea .Content{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;padding:30px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:5px;overflow:hidden;opacity:0;transform:scale(.9);transition:opacity .3s ease-in-out,transform .3s ease-in;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)}.WfxDialogbox .ContentArea .Content.Active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.18, 1.83, .43, 1.19),width .3s ease,height .3s ease}.WfxDialogbox .ContentArea .Content .QuestionText{width:100%;font-size:25px;line-height:30px;text-align:center}.WfxDialogbox .ContentArea .Content .ButtonArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;justify-content:center;position:relative;margin-top:30px;height:40px;width:100%}.WfxDialogbox.Important .Content{border:1px solid #fb4848}.WfxDialogInfo{position:absolute;top:0;right:0;height:100%;width:100%;z-index:2000}.WfxDialogInfo>.Background{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxDialogInfo .ContentArea{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.WfxDialogInfo .ContentArea .Content{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;padding:30px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:5px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxDialogInfo .ContentArea .Content .QuestionText{width:100%;font-size:25px;line-height:30px;text-align:center}.WfxDialogInfo .ContentArea .Content .ButtonArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;justify-content:center;position:relative;margin-top:30px;height:40px;width:100%}@keyframes AWfxDialoginfoBackgroundIn{from{opacity:0}to{opacity:.2}}@keyframes AWfxDialoginfoBackgroundOut{from{opacity:.2}to{opacity:0}}@keyframes AWfxDialoginfoContentIn{from{transform:translate3d(0,-15px,0);opacity:0}50%{transform:translate3d(0,5px,0);opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxDialoginfoContentOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,0,0) scale(.9);opacity:0}}.WfxDiffEditor{position:relative;height:100%;width:100%}.WfxDiffEditor .Editor{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;border-radius:3px;overflow:hidden;border:.5px solid #dee2e3;background-color:#fff}.WfxDiffEditor .Editor .decorationsOverviewRuler{display:none}.WfxDiffEditor .Editor .monaco-diff-editor.side-by-side .editor.modified{box-shadow:none}.WfxDiffEditor .Editor .monaco-diff-editor .diffViewport{box-shadow:none;background:0 0;border-left:.5px solid #dee2e3}.WfxDiffEditor .Editor .monaco-diff-editor .monaco-sash.vertical{background-color:#dee2e3;width:2px;margin-left:2px}.WfxDragableWindow{position:absolute;opacity:0;z-index:1;outline:0}.WfxDragableWindow .WindowArea{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;width:100%;padding:10px;background-color:#fff}.WfxDragableWindow .DragArea{position:absolute;left:0;top:0;height:40px;cursor:move}.WfxDragableWindow .Header{font-size:16px;line-height:20px}.WfxDragableWindow .ButtonArea{height:30px;position:absolute;right:0;top:0}.WfxDragableWindow .ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:10px;position:relative;width:100%;height:calc(100% - 30px)}.WfxDragableWindow .MorphArea{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);overflow:hidden;position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer}.WfxDragableWindow .MorphArea .MorphButton{width:64px;height:64px;display:flex;align-items:center;justify-content:center;position:relative}.WfxDragableWindow .MorphArea .MorphButton i{color:#fff;font-size:32px;height:32px;width:32px}.WfxDragDropSelector{position:relative;display:flex}.WfxDragDropSelector .Connector{width:20px;height:40px;position:absolute;left:50%;top:calc(50% - 20px);overflow:hidden}.WfxDragDropSelector .Connector>div{position:absolute;left:-10px;top:10px;width:20px;height:20px;transform:rotate(45deg);background-color:#e5e5e5}.WfxDragDropSelector .Left{position:relative;width:calc(50% - 25px);height:100%;padding-right:50px}.WfxDragDropSelector .Center{position:absolute;left:calc(50% - 4px);top:0;bottom:0;width:4px;height:100%;background-color:#e5e5e5}.WfxDragDropSelector .Right{position:relative;width:calc(50% - 25px);height:100%;padding-left:50px}.WfxDragDropSelector .ContainerHeader{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.WfxDragDropSelector .ContainerContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:calc(100% - 60px);margin-top:30px;width:100%;overflow:hidden;overflow-y:auto}.WfxDragDropSelector .ContainerContent .WfxInputHeader{margin-top:30px;margin-bottom:5px}.WfxDragDropSelector .ContainerContent .WfxInputHeader:first-child{margin-top:0}.WfxDragDropSelector .WithoutHeader .ContainerHeader{display:none}.WfxDragDropSelector .WithoutHeader .ContainerContent{margin-top:0;height:100%}.WfxDragDropSelector .EmptyInfo{cursor:default!important;pointer-events:none!important;position:absolute;left:1px;top:0;bottom:0;right:0;opacity:0;display:flex;align-items:center;justify-content:center}.WfxDragDropSelector .EmptyInfo.Right{left:50%}.DragDropSelectorItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#fff;margin-top:2px;cursor:pointer;position:relative;margin-right:50px}.DragDropSelectorItem.Invisible{display:none}.WfxDropdownlist{position:relative;height:30px;width:100%;border-radius:3px;overflow:hidden;cursor:pointer}.WfxDropdownlist .Input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent;position:relative;width:100%;height:100%;border:.5px solid #dee2e3;font-size:13px;font-family:inherit;color:#000;border-radius:3px;transition-duration:.3s;transition-timing-function:ease;background-color:#fff;display:flex;align-items:center}.WfxDropdownlist .Input .Content{text-overflow:ellipsis;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:0;padding-left:5px;width:calc(100% - 30px);overflow:hidden}.WfxDropdownlist .Input:focus{outline:0}.WfxDropdownlist .Button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;top:0;height:100%;width:30px;display:flex;align-items:center;justify-content:center;color:#555;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxDropdownlist .Hidden{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;height:36px;opacity:0}.WfxDropdownlist input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.WfxDropdownlist.Disabled .Input{background-color:#f0f0f0}.WfxDropdownlistPopup .mbsc-fr-popup{max-width:100%}.WfxDropdownlistPopup .mbsc-fr-popup.mbsc-fr-bubble-bottom{margin-top:2px}.WfxDropdownlistPopup .mbsc-fr-popup.mbsc-fr-bubble-top{margin-top:-2px}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-whl-gr{padding:5px;max-width:initial!important}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-fr-w{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;min-width:100px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);font-family:inherit}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-fr-arr{background-color:#fff}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-bar-c{background-color:transparent!important;border-radius:3px}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-bar-c .mbsc-sc-bar:after{border-radius:2px}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-itm{font-size:13px;border-radius:2px}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e{padding-left:10px;padding-right:10px}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e.Focused{background-color:#f8f8f8!important}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-sc-itm-sel{color:#000;background-color:#ecf0f1!important}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-sc-itm:hover{background-color:#f8f8f8!important}.WfxDropdownlistPopup .mbsc-fr-popup .mbsc-fr-btn{font-family:RobotoNormal;font-size:13px;padding-left:10px;padding-right:10px}.WfxDropdownview{position:relative}.WfxDropdownview .Hidden{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;height:36px;opacity:0}.WfxDropdownview input{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.WfxDropdownviewPopup .mbsc-fr-popup{max-width:100%}.WfxDropdownviewPopup .mbsc-fr-popup.mbsc-fr-bubble-bottom{margin-top:-4px}.WfxDropdownviewPopup .mbsc-fr-popup.mbsc-fr-bubble-top{margin-top:-2px}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-whl-gr{padding:5px;max-width:initial!important}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-fr-w{background-color:#fff;min-width:100px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);font-family:inherit}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-fr-arr{background-color:#fff}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-bar-c{background-color:transparent!important;border-radius:3px}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-bar-c .mbsc-sc-bar:after{border-radius:2px}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-itm{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;border-radius:2px;border:.5px solid #fff!important}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e{padding-left:10px;padding-right:10px}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-btn-e.Focused{background-color:#f8f8f8!important;border:.5px solid #dee2e3!important}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-itm.mbsc-sc-itm-sel{color:#000;background-color:#ecf0f1!important;border:.5px solid #dee2e3!important}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-sc-itm:hover{background-color:#f8f8f8!important;border:.5px solid #dee2e3!important}.WfxDropdownviewPopup .mbsc-fr-popup .mbsc-fr-btn{font-family:RobotoNormal;font-weight:initial;font-size:13px;padding-left:10px;padding-right:10px}.WfxEditableDiv{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid transparent}.WfxEditableDiv.Active{background-color:#fff}.WfxEditor{position:relative}.WfxEditor .VerifyIcon{position:relative;top:calc(50% - 10px + 16px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxEditor .Placeholder{cursor:default!important;pointer-events:none!important;position:absolute;left:6.5px;top:48px;color:#d6d6d6;display:none}.WfxEditor .Placeholder.Visible{display:initial}.WfxEditor>.ContextButton{position:absolute;right:-1px;top:1px}.WfxEditor>.ContextButton.Selected{background-color:#ecf0f1;border:.5px solid #dee2e3}.WfxEditor>.ContextButton.Selected i{color:#fff}.WfxEditor>.ContextDropdownview{position:absolute;height:46px}.WfxEditor.HideToolbar .k-widget.k-editor .k-editor-toolbar-wrap{display:none}.WfxEditor.HideToolbar .Placeholder{top:5.5px}.WfxEditor .k-widget.k-editor{background-color:transparent;border-spacing:0px;height:100%;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden}.WfxEditor .k-widget.k-editor iframe{border:none;overflow:hidden}.WfxEditor .k-widget.k-editor iframe body{padding:30px}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap{height:30px!important}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar{background-color:#fff;padding:5px;padding-top:4px;margin-bottom:0}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group{padding:0;margin:0;margin-right:2px;border-radius:3px;border:.5px solid #dee2e3;overflow:hidden}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool{background-color:#fff;border:none;width:30px;height:30px;margin:0}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool .k-icon{color:#555}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool.k-state-hover{background:0 0;box-shadow:none;background-color:#f8f8f8}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool.k-state-hover .k-icon{color:#555!important}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool.k-state-selected .k-icon{color:#fff!important}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-button-group .k-tool:focus{box-shadow:none}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group{margin-right:2px}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker{margin-right:0;margin-left:0;border-radius:3px}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap{background-image:none;background-color:transparent;color:#000;border:.5px solid #dee2e3;height:30px;border-radius:3px;overflow:hidden}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap.k-state-border-down{border-bottom-width:.5px;padding-bottom:0}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap .k-icon{font-size:13px;height:13px;width:13px;color:#555}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap .k-icon:hover{color:#555}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap .k-select{border-left-width:0}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-selected-color{width:16px;height:2px;margin-bottom:4px}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap{height:30px}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-colorpicker .k-picker-wrap .k-select .k-icon{font-size:13px;color:#555}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-tool .k-tool-icon{color:#555}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-tool.k-state-hover .k-tool-icon{color:#fff}.WfxEditor .k-widget.k-editor .k-editor-toolbar-wrap .k-editor-toolbar .k-tool-group .k-tool.k-state-selected .k-tool-icon{color:#fff}.WfxEditorOutput{width:100%}.WfxEditorOutput ul{padding-left:13px;margin:0}.WfxEditorOutput p{margin:0}.WfxEmptyMessage{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;opacity:0;transition-duration:.3s;display:flex;align-items:center;justify-content:center}.WfxEmptyMessage.IsVisible{opacity:1}.WfxEnumeration{width:22px;position:relative;margin-right:15px}.WfxEnumeration .Line{position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:#e5e5e5}.WfxEnumeration .Line.First{margin-top:5px}.WfxEnumeration .Line.Last{display:none}.WfxEnumeration .Number{position:relative;width:22px;height:14px;margin-top:1px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.WfxEnumerationContent{flex-grow:1;margin-bottom:50px;width:100%;position:relative}.WfxEnumerationContent.Last{margin-bottom:0}.WfxFileManager{position:relative;border:.5px solid #dee2e3;background-color:#fff;border-radius:3px;width:100%;overflow:hidden}.WfxFileManager .DropArea{position:relative;width:100%;height:100%}.WfxFileManager .Input{display:none}.WfxFileManager .ScrollContent{overflow:hidden}.WfxFileUpload{position:relative;display:flex;background-color:#fff;height:30px;min-height:30px;border-radius:3px;overflow:hidden;border:.5px solid #dee2e3;outline:0}.WfxFileUpload .UploadInfo{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:29px;padding-left:10px;padding-right:5px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:30px}.WfxFileUpload .UploadError{color:#fb4848}.WfxFileUpload .Form{cursor:default!important;pointer-events:none!important;opacity:0}.WfxFileUpload .Form .FileSelector{position:absolute;left:0;top:0;opacity:0}.WfxFileUpload .Form .SubmitButton{position:absolute;left:0;top:0;opacity:0}.WfxFileUpload .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxFileUploadOverview{position:relative;max-width:400px;min-width:300px}.WfxFileUploadOverview .FileItem{margin-top:2px;position:relative;display:flex;background-color:#ecf0f1;padding:5px}.WfxFileUploadOverview .FileItem .Text{line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.WfxFileUploadButton{display:inline-block;outline:0}.WfxFileUploadButton.Disabled{cursor:default!important;pointer-events:none!important;opacity:.3}.WfxFileUploadButton .Button{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center}.WfxFileUploadButton .Button .WfxIcons{cursor:default!important;pointer-events:none!important;opacity:.2;width:24px;height:24px;font-size:24px}.WfxFileUploadButton .Button:hover .WfxIcons{opacity:1;color:#fff}.WfxFileUploadButton .Button:focus{outline:0}.WfxFileUploadButton .Button:focus .WfxIcons{opacity:1}.WfxFileUploadButton .Form .FileSelector{position:fixed;left:-200px;top:-100px}.WfxFileUploadButton .Form .SubmitButton{position:fixed;left:-200px;top:-100px}.WfxFilter{position:relative;display:flex}.WfxFilter .Seperator{margin-left:20px;margin-right:20px;height:100%;width:2px;background-color:#dee2e3}.WfxFilter .HeaderItem{text-indent:0;margin-left:5px}.WfxFilter .FilterElements{position:relative;height:100%}.WfxFilter .FilterElements .WfxScroller{position:relative;height:calc(100% - 32px);width:100%}.WfxFilter .FilterElements #ElementsContainer{width:100%;position:relative}.WfxFilter .FilterQueries{position:relative;height:100%}.WfxFilter .FilterQueries .EmptyInfo{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.WfxFilter .FilterQueries .QueryItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;padding:10px;padding-left:0;padding-right:0;padding-bottom:3px;padding-top:2px}.WfxFilter .FilterQueries .BracketContainer{position:relative}.WfxFilter .FilterQueries .BracketContainer .BracketItem{width:20px;position:absolute;top:0;display:flex;align-items:flex-start;justify-content:center}.WfxFilter .FilterQueries #QueriesContainer{height:100%;width:100%;position:relative;overflow:hidden;overflow-y:auto}.FilterElement{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#fff;margin-top:2px;padding:10px;padding-top:7px;padding-bottom:7px;cursor:pointer;position:relative;line-height:16px;border-radius:3px}.FilterElement.Dragged{color:#555!important;background-color:#fff!important;z-index:200}.WfxFlexview2{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;outline:0}.WfxFlexview2 .FlexItemsContainer{position:relative;width:100%}.WfxFlexview2 .FlexItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;position:relative;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;padding:10px;margin-bottom:2px}.WfxFlexview2 .FlexItem.HasCheckbox{padding-left:36px}.WfxFlexview2 .FlexItem .FlexItemCheckbox{position:absolute;left:10px;top:10px}.WfxFlexview2 .FlexItem:last-child{margin-bottom:0}.WfxFlexview2 .FlexItem.Hover:hover{background-color:#f4f6f7}.WfxFlexview2 .FlexItem.Hover:hover .FlexItemCheckbox .Checkbox{background-color:#fff}.WfxFlexview2 .FlexItem.Hover:hover .ContextMore{opacity:.2}.WfxFlexview2 .FlexItem.Selected{background-color:#ecf0f1!important}.WfxFlexview2 .FlexItem.Selected .FlexItemCheckbox .Checkbox{background-color:#fff}.WfxFlexview2 .FlexItem.ContextSelected{background-color:#ecf0f1!important}.WfxFlexview2 .FlexItem.ContextSelected .FlexItemCheckbox .Checkbox{background-color:#fff}.WfxFlexview2 .FlexItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxFlexviewHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxFlexview2 .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxFlexview2 .ContextMore:hover{color:#fff;opacity:1!important}.WfxFlexview2 .ContextMore.Selected{color:#fff;opacity:1!important}.WfxFlexview2 .ContextMore.Hidden{opacity:0!important;cursor:default!important;pointer-events:none!important}.WfxFlexview2 .ShowMoreButton{margin-top:2px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:3px}.WfxFlexview2 .ShowMoreButton:hover{background-color:#fff}@keyframes AWfxFlexviewHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxFlip{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;perspective:800px;position:relative}.WfxFlip .Container{position:relative;transition:transform .5s;height:100%;width:100%;transform-origin:right center}.WfxFlip .Container .FrontContainer{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute!important;top:0;left:0;width:100%;height:100%;backface-visibility:visible;-webkit-backface-visibility:visible}.WfxFlip .Container .BackContainer{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute!important;top:0;left:0;width:100%;height:100%;transform:rotateY(180deg);backface-visibility:hidden;-webkit-backface-visibility:hidden}.WfxFlip .Container.Flipped{transform:translateX(-100%) rotateY(-180deg)}.WfxFlip .Container.ChangeFront .FrontContainer{backface-visibility:hidden;-webkit-backface-visibility:hidden}.WfxFlip .Container.ChangeFront .BackContainer{backface-visibility:visible;-webkit-backface-visibility:visible}@font-face{font-family:RobotoLighter;src:url('../Fonts/Roboto-Thin.ttf') format('truetype')}@font-face{font-family:RobotoLight;src:url('../Fonts/Roboto-Light.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:RobotoNormal;src:url('../Fonts/Roboto-Regular.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:RobotoBold;src:url('../Fonts/Roboto-Bold.ttf') format('truetype')}@font-face{font-family:'Material Symbols Outlined';font-style:normal;font-weight:400;src:local('Material Icons'),local('MaterialIcons-Regular'),url(../Fonts/MaterialIcons-Symbols.woff2)}.WfxGantt{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;background-color:#fff;overflow:hidden;outline:0;border:.5px solid #dee2e3;border-radius:3px}.WfxGantt>.HeaderArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;border-bottom:.5px solid #dee2e3;width:100%}.WfxGantt>.HeaderArea>.ObjectsArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fff;z-index:1}.WfxGantt>.HeaderArea>.ObjectsArea>.ObjectGroup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;font-family:RobotoNormal;position:absolute;top:0;border-top:.5px solid transparent;border-bottom:.5px solid transparent;display:flex;align-items:center;padding-left:10px}.WfxGantt>.HeaderArea>.ObjectsArea>.ObjectGroup.Bold{font-family:RobotoNormal}.WfxGantt>.HeaderArea>.ObjectsArea>.ObjectGroup.Light{opacity:.6}.WfxGantt>.HeaderArea>.ObjectsArea>.Object{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;font-family:RobotoNormal;position:absolute;bottom:0;border-top:.5px solid #dee2e3;display:flex;align-items:center;padding-left:10px}.WfxGantt>.HeaderArea>.ObjectsArea>.Object.Bold{font-family:RobotoNormal}.WfxGantt>.HeaderArea>.ObjectsArea>.Object.Light{opacity:.6}.WfxGantt>.HeaderArea>.SegmentsArea{position:relative}.WfxGantt>.HeaderArea>.SegmentsArea>.SegmentGroup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;font-family:RobotoNormal;position:absolute;top:0;border-left:.5px solid #dee2e3;border-top:.5px solid transparent;border-bottom:.5px solid transparent;display:flex;align-items:center;padding-left:10px}.WfxGantt>.HeaderArea>.SegmentsArea>.SegmentGroup.Bold{font-family:RobotoNormal}.WfxGantt>.HeaderArea>.SegmentsArea>.SegmentGroup.Light{opacity:.6}.WfxGantt>.HeaderArea>.SegmentsArea>.Segment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;font-family:RobotoNormal;position:absolute;bottom:0;border-top:.5px solid #dee2e3;border-left:.5px solid #dee2e3;display:flex;align-items:center;padding-left:10px}.WfxGantt>.HeaderArea>.SegmentsArea>.Segment.Bold{font-family:RobotoNormal}.WfxGantt>.HeaderArea>.SegmentsArea>.Segment.Light{opacity:.6}.WfxGantt>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;width:100%;overflow:hidden;position:relative}.WfxGantt>.ContentArea>.ObjectsArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;z-index:1;position:relative}.WfxGantt>.ContentArea>.ObjectsArea>.Object{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-bottom:.5px solid #dee2e3;overflow:hidden}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:10px;width:100%;cursor:default!important}.WfxGantt>.ContentArea>.ObjectsArea>.Object.Hover>.Content{background-color:#f4f6f7}.WfxGantt>.ContentArea>.ObjectsArea>.Object.Selected>.Content{background-color:#ecf0f1}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxGanttHighlightItem;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.ContextMore{position:absolute;right:0;top:0;height:100%;max-height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.ContextMore:hover{color:#fff;opacity:1!important}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.ContextMore.Selected{color:#fff;opacity:1!important}.WfxGantt>.ContentArea>.ObjectsArea>.Object>.ContextMore.Display{opacity:1}.WfxGantt>.ContentArea>.ObjectsArea>.Object.ContextHover:hover>.ContextMore{opacity:.2}.WfxGantt>.ContentArea>.ObjectsSeparator{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;border-right:.5px solid #dee2e3;width:1px;z-index:1}.WfxGantt>.ContentArea>.SeparatorsArea{position:absolute;top:0;bottom:0;right:0}.WfxGantt>.ContentArea>.SeparatorsArea>.Separator{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;border-right:.5px solid #dee2e3;width:1px}.WfxGantt>.ContentArea>.SeparatorsArea>.Separator:first-child{border-right:.5px solid transparent}.WfxGantt>.ContentArea>.SegmentsArea{position:absolute;top:0;bottom:0;right:0}.WfxGantt>.ContentArea>.SegmentsArea>.Segment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-left:.5px solid transparent;position:absolute;top:0;bottom:0}.WfxGantt>.ContentArea>.SegmentsArea>.Segment.Hover{background-color:#f4f6f7}.WfxGantt>.ContentArea>.SegmentsArea>.Segment:first-child{border-left:.5px solid transparent}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ScrollArea{display:grid;position:relative}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ScrollArea>.VerticalScrollHelper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-bottom:.5px solid #dee2e3;position:relative;margin-left:1px}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ScrollArea>.VerticalScrollHelper>.Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default!important;width:100%;height:100%}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ScrollArea>.VerticalScrollHelper.Hover>.Content{background-color:#f4f6f7}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ScrollArea>.VerticalScrollHelper.Selected>.Content{background-color:#ecf0f1}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea{position:absolute;top:0;left:0;width:100%}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0;bottom:0;border:.5px solid #dee2e3;border-radius:3px;background-color:#fff;padding:5px}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;cursor:default!important;overflow:hidden}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ResizerWest{position:absolute;left:-5px;top:0;bottom:0;width:7px;cursor:w-resize}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ResizerWest.DefaultCursor{cursor:default!important}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ResizerEast{position:absolute;top:0;bottom:0;width:7px;right:-5px;cursor:e-resize}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ResizerEast.DefaultCursor{cursor:default!important}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxGanttHighlightItem;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ContextMore{position:absolute;right:0;top:0;height:100%;max-height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ContextMore:hover{color:#fff;opacity:1!important}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ContextMore.Selected{color:#fff;opacity:1!important}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item>.ContextMore.Display{opacity:1}.WfxGantt>.ContentArea>.WfxScroller>.ScrollContent>.ItemsArea>.Item.ContextHover:hover>.ContextMore{opacity:.2}@keyframes AWfxGanttHighlightItem{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxGrid{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;background-color:#fff;overflow:hidden}.WfxGrid .MoveCursor{cursor:move!important}.WfxGrid .ColumnResizeCursor{cursor:ew-resize!important}.WfxGrid .ScrollContent>.HeaderArea{position:relative;display:grid;grid-template-rows:100%;padding-left:30px;padding-right:30px;border-bottom:.5px solid #dee2e3}.WfxGrid .ScrollContent>.HeaderArea .Column{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;grid-row:1;display:flex;align-items:center;height:100%;width:100%;cursor:default;padding-left:10px;padding-right:10px}.WfxGrid .ScrollContent>.HeaderArea .Column:first-child{border-left:.5px solid #dee2e3}.WfxGrid .ScrollContent>.HeaderArea .Column.Sortable{cursor:pointer}.WfxGrid .ScrollContent>.HeaderArea .Column .Text{font-size:13px;font-family:RobotoNormal;line-height:16px;pointer-events:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.WfxGrid .ScrollContent>.HeaderArea .Column .SortIcon{font-size:14px;height:14px;width:14px;opacity:0;pointer-events:none}.WfxGrid .ScrollContent>.HeaderArea .Column .SortIcon.IsDisplayed{opacity:1}.WfxGrid .ScrollContent>.HeaderArea .Column:hover{background-color:#f4f6f7}.WfxGrid .ScrollContent>.HeaderArea .Column.Left{justify-content:flex-start}.WfxGrid .ScrollContent>.HeaderArea .Column.Right{justify-content:flex-end}.WfxGrid .ScrollContent>.HeaderArea .Column.Center{justify-content:center}.WfxGrid .ScrollContent>.HeaderArea .ColResizer{position:relative;height:100%;justify-self:end;width:10px;z-index:1;background-color:transparent;padding:0;grid-row:1;pointer-events:all!important}.WfxGrid .ScrollContent>.HeaderArea .ColResizer:hover{background-color:transparent!important}.WfxGrid .ScrollContent>.HeaderArea .ColResizer .ColResizerCont{position:absolute;height:100%;right:-10px;border-left:.5px solid #dee2e3!important;width:10px}.WfxGrid .ScrollContent>.HeaderArea .ColDropIndicator{height:100%;justify-self:end;width:2px;z-index:2;background-color:transparent;padding:0;grid-row:1;pointer-events:none}.WfxGrid .ScrollContent>.HeaderArea .ColDropIndicator.Highlight{background-color:#57c86a}.WfxGrid .ScrollContent>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:grid;outline:0;padding-left:30px;padding-right:30px}.WfxGrid .ScrollContent>.ContentArea .Row{position:relative;margin-left:-30px;margin-right:-30px;border-top:.5px solid #dee2e3;pointer-events:all}.WfxGrid .ScrollContent>.ContentArea .Row.HasGroups{border-top:1px solid #dee2e3}.WfxGrid .ScrollContent>.ContentArea .Row.Hover{background-color:#f4f6f7}.WfxGrid .ScrollContent>.ContentArea .Row.Selected{background-color:#ecf0f1}.WfxGrid .ScrollContent>.ContentArea .Row .Highlight{cursor:default!important;pointer-events:none!important;animation-name:AWfxGridRowHighlight;animation-timing-function:ease;animation-fill-mode:both;animation-duration:2s;position:absolute;left:0;top:0;bottom:0}.WfxGrid .ScrollContent>.ContentArea .Row>.Blink{position:absolute;left:0;top:0;width:100%;height:100%;animation-timing-function:ease;animation-fill-mode:both;animation-duration:3s;animation-name:AWfxGridRowBlink}.WfxGrid .ScrollContent>.ContentArea .Row.DropEffect{border:1px solid #57c86a}.WfxGrid .ScrollContent>.ContentArea .Row.TopDropEffect{border-top:1px solid #57c86a}.WfxGrid .ScrollContent>.ContentArea .Row.BottomDropEffect{border-bottom:1px solid #57c86a}.WfxGrid .ScrollContent>.ContentArea .Row:first-child{border-top:.5px solid transparent}.WfxGrid .ScrollContent>.ContentArea .Row:first-child.HasGroups{border-top:1px solid transparent}.WfxGrid .ScrollContent>.ContentArea .ChildRow .Row:first-child{border-top:.5px solid #dee2e3}.WfxGrid .ScrollContent>.ContentArea .ChildRow .Row:first-child.HasGroups{border-top:1px solid #dee2e3}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator{margin-left:-30px;width:30px;opacity:0;cursor:move;display:flex;align-items:center;justify-content:center;z-index:1}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator.Display{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator.Hover{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator i{font-size:18px;width:18px;height:18px}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator.SelectedDisplay{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowDragIndicator.Selected{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowMore{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;position:relative;width:42px;height:100%;display:flex;align-items:center;justify-content:center;justify-self:end;cursor:default}.WfxGrid .ScrollContent>.ContentArea .RowMore.Display{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowMore.SelectedDisplay{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowMore.Hover{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowMore.Hover i{color:#fff}.WfxGrid .ScrollContent>.ContentArea .RowMore.Selected{opacity:1}.WfxGrid .ScrollContent>.ContentArea .RowMore.Selected i{color:#fff}.WfxGrid .ScrollContent>.ContentArea .RowMore.Hidden{opacity:0;cursor:default!important;pointer-events:none!important}.WfxGrid .ScrollContent>.ContentArea .RowElement{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:flex;align-items:center;padding:10px;cursor:default;min-height:30px}.WfxGrid .ScrollContent>.ContentArea .RowElement.MoreColumn{padding-right:52px}.WfxGrid .ScrollContent>.ContentArea .RowElement.MoreColumn .ColumnEditorContent{padding-right:52px}.WfxGrid .ScrollContent>.ContentArea .RowElement .TreeExpandIcon{font-size:18px;width:18px;height:18px;cursor:pointer!important;pointer-events:all!important}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColumnEditorContent{flex-grow:1}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColContent{flex-grow:1;display:flex;align-items:center;width:100%}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColContent.TreeColumn{width:calc(100% - 18px)}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColContent.Left{justify-content:flex-start}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColContent.Right{justify-content:flex-end}.WfxGrid .ScrollContent>.ContentArea .RowElement .ColContent.Center{justify-content:center}.WfxGrid .ScrollContent>.ContentArea .ChildRow{display:grid}.WfxGrid>.SummaryArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding-left:30px;padding-right:30px;padding-top:5px;padding-bottom:5px;width:100%;height:46px}.WfxGrid>.SummaryArea>.SummaryRow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:.5px solid #dee2e3;background-color:#ecf0f1;border-radius:3px;overflow:hidden}.WfxGrid>.SummaryArea>.SummaryRow>.Columns{position:relative;display:grid;grid-template-rows:100%}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;grid-row:1;height:100%;width:100%;cursor:default;padding:10px;padding-left:10px;padding-right:10px;border-right:.5px solid #dee2e3}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column:last-child{border-right:none}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column>.ColContent{flex-grow:1;display:flex;align-items:center;width:100%}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column>.ColContent.Left{justify-content:flex-start}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column>.ColContent.Right{justify-content:flex-end}.WfxGrid>.SummaryArea>.SummaryRow>.Columns>.Column>.ColContent.Center{justify-content:center}.WfxGrid .FooterArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative;height:30.5px;padding-top:40.5px;overflow:hidden;border-top:.5px solid #dee2e3;background-color:#ecf0f1;padding-left:6px;padding-right:7px;transition-duration:.3s;transition-timing-function:ease;transition-property:padding-top}.WfxGrid .FooterArea.IsDisplayed{padding-top:0}.WfxGrid .FooterArea .PageButtons{display:flex;position:relative}.WfxGrid .FooterArea .PageButtons .PageButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:3px;font-size:11px;padding-left:2px;padding-right:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxGrid .FooterArea .PageButtons .PageButton:hover{background-color:#fff}.WfxGrid .FooterArea .PageButtons .PageButton.Selected{color:#fff}.WfxGrid.NoSideSpace .ScrollContent>.HeaderArea{padding-left:0;padding-right:0}.WfxGrid.NoSideSpace .ScrollContent>.ContentArea{padding-left:0;padding-right:0}.WfxGrid.NoSideSpace .FooterArea{padding-left:10px;padding-right:10px}.GridColDropIndicatorDown,.GridColDropIndicatorUp{display:none;position:fixed;left:0;top:0}.GridColDropIndicatorDown .WfxIcons,.GridColDropIndicatorUp .WfxIcons{color:#57c86a;height:26px;width:26px;font-size:26px}.GridColDropIndicatorUp .ColumnDragTemplate{border:.5px solid #dee2e3;background-color:#fff;padding:10px;margin-top:-15px}.GridRowDropIndicator{display:none;position:fixed;left:0;top:0}.GridRowDropIndicator .WfxIcons{color:#57c86a;height:28px;width:26px;font-size:28px}.GridRowDragInfo{display:none;position:fixed;left:0;right:0;background-color:#fff;width:max-content;height:max-content;border:.5px solid #dee2e3;align-items:center}.GridRowDragInfo.Visible{display:flex}.GridRowDragInfo .DefaultDragTemplate{padding:5px;border-left:.5px solid #dee2e3}.GridRowDragInfo .DragAllowedIcon,.GridRowDragInfo .DragNotAllowedIcon{display:none;padding-left:5px;padding-right:5px;height:100%}.GridRowDragInfo .DragAllowedIcon.Visible,.GridRowDragInfo .DragNotAllowedIcon.Visible{display:flex;align-items:center}.GridRowDragInfo .DragAllowedIcon .WfxIcons,.GridRowDragInfo .DragNotAllowedIcon .WfxIcons{color:red;width:20px;height:20px;font-size:20px}@keyframes AWfxGridRowHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}@keyframes AWfxGridRowBlink{from{opacity:0}20%{opacity:.3}25%{opacity:.2}30%{opacity:.3}35%{opacity:.2}40%{opacity:.3}45%{opacity:.2}50%{opacity:.3}55%{opacity:.2}60%{opacity:.3}65%{opacity:.2}70%{opacity:.3}75%{opacity:.2}80%{opacity:.3}85%{opacity:.2}90%{opacity:.3}to{opacity:0}}.WfxGridGantt{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;background-color:#fff;overflow:hidden}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea{position:relative;display:grid;border-bottom:.5px solid #dee2e3}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:grid;cursor:default}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1.Hidden,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2.Hidden,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3.Hidden{display:none}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3 .GanttColumn{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;height:100%;width:100%;justify-content:center;border-right:.5px solid #dee2e3}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn .Text,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn .Text,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3 .GanttColumn .Text{font-size:13px;font-family:RobotoNormal;line-height:16px;pointer-events:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn .Text.Weekend,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn .Text.Weekend,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3 .GanttColumn .Text.Weekend{color:#fff}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn .Text.Holiday,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn .Text.Holiday,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3 .GanttColumn .Text.Holiday{color:#fff}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn.Today,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn.Today,.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3 .GanttColumn.Today{background-color:#fff;color:#fff}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1{border-bottom:.5px solid #dee2e3;grid-row:1}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn{justify-content:left}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel1 .GanttColumn .Text{padding-left:10px}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2{border-bottom:.5px solid #dee2e3;grid-row:2}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn{justify-content:left}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel2 .GanttColumn .Text{padding-left:10px}.WfxGridGantt .ScrollContent>.GanttChartHeaderArea .ColumnLevel3{grid-row:3}.WfxGridGantt .ScrollContent>.GanttChartContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:grid;outline:0}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;pointer-events:none}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links{width:100%;height:100%;pointer-events:none}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links .Link{stroke:#dee2e3;fill:#dee2e3;stroke-width:.5px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links .Link.Hover{cursor:pointer}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links .Link.Selected{stroke-width:1.5px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links .LinkBackground{stroke:transparent;fill:transparent;stroke-width:10px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links .LinkBackground.Hover{cursor:pointer}.WfxGridGantt .ScrollContent>.GanttChartContentArea .LinksContainer .Links *{pointer-events:all}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GanttRow{position:relative;pointer-events:all}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GanttRow.Hover{background-color:#f4f6f7}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GanttRow.Selected{background-color:#ecf0f1}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:absolute!important;z-index:1;cursor:pointer;background-color:#fff;border-radius:3px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden;position:relative;width:100%;height:100%}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Content .GanttSelectionRect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2;display:none;position:absolute;left:0;top:0;right:0;bottom:0;border:2px solid #57c86a;border-radius:3px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Content .GanttSelectionRect.Visible{display:block}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .BarItemTooltip{position:absolute;top:50%;transform:translateY(-50%);width:max-content;background-color:#f8f8f8}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .BarItemTooltip.Left{right:calc(100% + 20px)}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .BarItemTooltip.Right{left:calc(100% + 20px)}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxGanttItemHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem:hover{background-color:#f8f8f8}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem:hover .GanttContextMore{opacity:.2}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector{visibility:hidden;position:absolute}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:3;border-radius:50%;width:16px;height:16px;border:2px solid #57c86a;background-color:#fff}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.North{left:-50%}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.North.Selected{background-color:#57c86a}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.East{left:calc(-50%);top:-8px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.East.Selected{background-color:#57c86a}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.South{left:-50%;top:7px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.South.Selected{background-color:#57c86a}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.West{left:calc(-50% + 2px);top:-8px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector .ConnectorContainer.West.Selected{background-color:#57c86a}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector.North{left:50%;top:-8px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector.East{left:calc(100% + 1px);top:50%}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector.South{left:50%;bottom:-1px}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector.West{left:-1px;top:50%}.WfxGridGantt .ScrollContent>.GanttChartContentArea .BarItem .Connector.Visible{visibility:visible}.WfxGridGantt .ScrollContent>.GanttChartContentArea .StaticItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute!important;z-index:1}.WfxGridGantt .ScrollContent>.GanttChartContentArea .StaticItem .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;border-radius:50%;overflow:hidden;position:relative;width:100%;height:100%}.WfxGridGantt .ScrollContent>.GanttChartContentArea .VerticalGridLine{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:1px;top:0;bottom:0;z-index:1;border-right:.5px solid #dee2e3}.WfxGridGantt .ScrollContent>.GanttChartContentArea .VerticalGridLine.Weekend{background-color:#f4f6f785}.WfxGridGantt .ScrollContent>.GanttChartContentArea .VerticalGridLine.Holiday{background-color:#f4f6f785}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GanttChildRow{display:grid}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GridLines.GanttRow{border-top:.5px solid #dee2e3}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GridLines:nth-child(3){border-top:.5px solid transparent}.WfxGridGantt .ScrollContent>.GanttChartContentArea .GridLines.GanttChildRow .GanttRow:first-child{border-top:.5px solid #dee2e3}.WfxGridGantt .ScrollContent>.GanttChartContentArea .RangeSelector{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:3;position:absolute;top:5px;height:calc(100% - 5px);border:.5px solid #dee2e3;border-radius:3px;background-color:#ecf0f1;cursor:pointer;opacity:.4}.WfxGridGantt .GanttContextMore{position:absolute;right:0;top:0;height:100%;max-height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0;z-index:3}.WfxGridGantt .GanttContextMore:hover{color:#fff;opacity:1!important}.WfxGridGantt .GanttContextMore.Selected{color:#fff;opacity:1!important}.WfxGrid .GanttGridContent{height:100%}.WfxGrid .GanttGridSplitter{position:relative;height:100%;width:3px;background-color:#dee2e3}.WfxGrid .GanttGridSplitter .Splitter{position:absolute;top:0;bottom:0;width:10px;left:-5px;cursor:ew-resize;z-index:1}.WfxGrid .GanttGridSplitter .Shadow{cursor:default!important;pointer-events:none!important;position:absolute;top:0;bottom:0;width:30px;left:-30px;background:linear-gradient(to left,#fff,transparent);z-index:1}.WfxGrid .GanttChartContent{height:100%;flex-grow:1}@keyframes AWfxGanttItemHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxGridTiles{position:relative;height:100%;width:100%;outline:0;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden}.WfxGridTiles .HeaderContainer{position:relative;width:100%;display:grid;gap:.5px;grid-template-rows:min-content;margin-bottom:.5px;height:29.5px}.WfxGridTiles .TilesContainer{position:relative;width:100%;display:grid;gap:.5px;min-height:100%}.WfxGridTiles .HeaderItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:flex;align-items:center;padding-left:10px;padding-right:10px;min-height:30px;background-color:#fff}.WfxGridTiles .TileItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fff;padding:10px;cursor:pointer}.WfxGridTiles .TileItem:hover{background-color:#f4f6f7}.WfxGridTiles .TileItem:hover .ContextMore{opacity:.2}.WfxGridTiles .TileItem.Selected{background-color:#ecf0f1!important}.WfxGridTiles .TileItem.ContextSelected{background-color:#ecf0f1!important}.WfxGridTiles .TileItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxGridTilesHighlight;position:absolute;left:0;top:0;bottom:0;right:0}.WfxGridTiles .ContextMore{position:absolute;right:5px;top:5px;height:30px;width:30px;display:flex;align-items:center;justify-content:center;opacity:0;border-radius:3px}.WfxGridTiles .ContextMore:hover{color:#fff;opacity:1!important}.WfxGridTiles .ContextMore.Selected{color:#fff;opacity:1!important}.WfxGridTiles .ContextMore.Hidden{opacity:0!important;cursor:default!important;pointer-events:none!important}@keyframes AWfxGridTilesHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxHierarchyGrid .k-grid{display:inline-block}.WfxHierarchyGrid .k-grid .k-grid-header{border-color:#eaeaea}.WfxHierarchyGrid .k-grid .k-grid-header .k-grid-header-wrap{border-right-width:0}.WfxHierarchyGrid .k-grid .k-grid-header .k-icon:hover{color:#555}.WfxHierarchyGrid .k-grid .k-grid-header table{width:unset;border-spacing:0;border-collapse:collapse;padding:0;margin:0}.WfxHierarchyGrid .k-grid .k-grid-header tr:hover{background-color:#fff}.WfxHierarchyGrid .k-grid .k-grid-header th{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left;padding:0;margin:0;cursor:default;border-left-width:0;background-color:#fff}.WfxHierarchyGrid .k-grid .k-grid-header th:hover{background:0 0;background-color:#f5f5f5}.WfxHierarchyGrid .k-grid .k-grid-header .k-header{font-family:RobotoNormal;opacity:.7;height:44px;border-bottom-width:0;vertical-align:middle;font-size:13px;padding-left:10px;padding-right:10px}.WfxHierarchyGrid .k-grid .k-grid-header .k-header .k-link{padding:0;margin:0}.WfxHierarchyGrid .k-grid .k-grid-content{overflow:visible;display:inline-block;width:unset;height:calc(100% - 45px)}.WfxHierarchyGrid .k-grid .k-grid-content table{width:unset;border-spacing:0;border-collapse:collapse;color:#555}.WfxHierarchyGrid .k-grid .k-grid-content tr{cursor:default;border-bottom:1px solid #eaeaea}.WfxHierarchyGrid .k-grid .k-grid-content tr:hover{background-color:transparent;color:#555}.WfxHierarchyGrid .k-grid .k-grid-content tr.k-master-row .k-icon:hover{color:#555}.WfxHierarchyGrid .k-grid .k-grid-content tr.k-detail-row:hover{color:#555;background-color:transparent!important}.WfxHierarchyGrid .k-grid .k-grid-content td{font-family:RobotoNormal;padding:10px;padding-top:10px;padding-bottom:10px;margin:0;border:0 solid transparent;font-size:13px!important;line-height:22px!important}.WfxHierarchyGrid .k-grid .k-grid-content .k-icon{outline:0}.WfxHierarchyGrid .k-grid .k-grid-content .k-state-selected a{color:#fff!important}.WfxHierarchyGrid .footer table{table-layout:fixed;width:unset}.WfxHierarchyGrid .footer th{font-family:RobotoNormal;padding:10px;padding-top:10px;padding-bottom:10px;margin:0;border:0 solid transparent;font-size:15px;line-height:24px}.WfxHierarchyGrid .footer tr:hover{background-color:transparent;color:#555}.WfxHierarchyGrid .expandButtonRow{height:30px}.WfxHierarchyGrid .expandButtonRow:hover{background-color:#ecf0f1!important}.WfxHoverButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;display:block;width:100%;padding-top:6px;padding-bottom:6px;position:relative;text-align:left;text-decoration:none;cursor:pointer;color:#555}.WfxHoverButton.Bold{font-family:RobotoNormal}.WfxHoverButton.Light{opacity:.6}.WfxHoverButton .ClickEffect{position:absolute;width:0%;height:100%;top:0;left:0;background:#fff;opacity:.3}.WfxHoverButton .LabelArea{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default!important;pointer-events:none!important;display:block;width:100%;top:0;left:0}.WfxHoverButton:hover{color:#fff}.WfxIcons{font-family:'Material Symbols Outlined';font-weight:400;font-style:normal;font-size:16px;width:16px;height:16px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}.WfxIcons.Outline{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24}.WfxIconButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:inline-flex;white-space:nowrap;padding-left:8px;padding-right:10px;height:30px;cursor:pointer;font-size:13px;font-family:RobotoNormal;align-items:center;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;outline:0;overflow:hidden}.WfxIconButton:hover{background-color:#f4f6f7}.WfxIconButton .Counter{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-right:5px;background-color:red;font-size:10px;width:16px;height:16px;color:#fff;display:none;opacity:0;border-radius:8px;font-family:Arial;align-items:center;justify-content:center}.WfxIconButton .Counter>div{line-height:16px;margin-left:-1px}.WfxIconButton .Highlight{position:absolute;transform-origin:50% 50%;left:0;top:0;width:100%;height:100%;border-radius:2px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:3s}.WfxIconButton:hover .FocusMarker{display:none}.WfxIconButton .WfxIcons{margin-right:5px;position:relative}.WfxIconButton .Label{position:relative;line-height:16px}.WfxIconButton.Disabled{cursor:default!important;pointer-events:none!important;opacity:.5}.WfxIconButton .LoaderArea{position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:.6s;transition-property:opacity}.WfxIconButton .LoaderArea .Loader{cursor:default!important;pointer-events:none!important;position:absolute;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:infinite}.WfxIconButton .LoaderArea .Loader.Top{left:0;top:0;width:100%;height:2px;background:linear-gradient(to left,#dee2e3,transparent);animation-name:AWfxButtonLoaderTop}.WfxIconButton .LoaderArea .Loader.Right{right:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to top,#dee2e3,transparent);animation-name:AWfxButtonLoaderRight}.WfxIconButton .LoaderArea .Loader.Bottom{left:0;bottom:0;width:100%;height:2px;background:linear-gradient(to right,#dee2e3,transparent);animation-name:AWfxButtonLoaderBottom}.WfxIconButton .LoaderArea .Loader.Left{left:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to bottom,#dee2e3,transparent);animation-name:AWfxButtonLoaderLeft}@keyframes AWfxIconButtonHighlight{from{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:.3}to{transform:scale(0);opacity:0}}.WfxImageButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:30px;min-width:30px;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;outline:0;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;overflow:hidden}.WfxImageButton .Counter{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:red;font-size:10px;width:16px;height:16px;color:#fff;display:none;opacity:0;border-radius:8px;font-family:Arial;align-items:center;justify-content:center}.WfxImageButton .Counter>div{line-height:16px;margin-left:-1px}.WfxImageButton .ClickEffect{cursor:default!important;pointer-events:none!important;position:absolute;width:0%;height:100%;top:0;left:0;background:#fff;opacity:.3}.WfxImageButton .FocusMarker{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:2px;top:2px;right:2px;bottom:2px}.WfxImageButton.Focused .FocusMarker{border:1px dashed #fff}.WfxImageButton:hover{background-color:#f4f6f7}.WfxImageButton:hover .FocusMarker{display:none}.WfxImageButton.Disabled{cursor:default!important;pointer-events:none!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.3}.WfxImageButton .LoaderArea{position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:.6s;transition-property:opacity}.WfxImageButton .LoaderArea .Loader{cursor:default!important;pointer-events:none!important;position:absolute;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:infinite}.WfxImageButton .LoaderArea .Loader.Top{left:0;top:0;width:100%;height:2px;background:linear-gradient(to left,#dee2e3,transparent);animation-name:AWfxButtonLoaderTop}.WfxImageButton .LoaderArea .Loader.Right{right:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to top,#dee2e3,transparent);animation-name:AWfxButtonLoaderRight}.WfxImageButton .LoaderArea .Loader.Bottom{left:0;bottom:0;width:100%;height:2px;background:linear-gradient(to right,#dee2e3,transparent);animation-name:AWfxButtonLoaderBottom}.WfxImageButton .LoaderArea .Loader.Left{left:0;top:0;width:2px;height:100%;animation-delay:.5s;background:linear-gradient(to bottom,#dee2e3,transparent);animation-name:AWfxButtonLoaderLeft}.WfxImageButtonToolbar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:30px;min-width:30px;position:relative}.WfxImageButtonToolbar .Icon{opacity:.2}.WfxImageButtonToolbar img{vertical-align:middle}.WfxImageButtonToolbar:focus{outline:0}.WfxImageParticles{background-size:cover}.WfxImageParticles .ImagePart{position:absolute;overflow:hidden;transform-origin:50% 50%;animation-timing-function:ease;animation-fill-mode:both}@keyframes WfxImageParticlesIn{from{transform:translate3d(0,-50%,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes WfxImageParticlesOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,50%,0);opacity:0}}.WfxImagePreview{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.WfxImagePreview>.Background{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity}.WfxImagePreview>.Background.Active{opacity:.4}.WfxImagePreview img{position:relative;max-width:calc(100% - 160px);max-height:calc(100% - 160px);border-radius:10px;opacity:0;transition-duration:.3s;transition-timing-function:ease;margin-top:30px}.WfxImagePreview img.Active{opacity:1;margin-top:0}.WfxImages{background-repeat:no-repeat;background-size:cover}.WfxImages.Ai{width:64px;height:49px;background-image:url('../Images/File/ai.png')}.WfxImages.Css{width:64px;height:49px;background-image:url('../Images/File/css.png')}.WfxImages.Csv{width:64px;height:49px;background-image:url('../Images/File/csv.png')}.WfxImages.Dbf{width:64px;height:49px;background-image:url('../Images/File/dbf.png')}.WfxImages.Doc{width:64px;height:49px;background-image:url('../Images/File/doc.png')}.WfxImages.Docm{width:64px;height:49px;background-image:url('../Images/File/docm.png')}.WfxImages.Docx,.WfxImages.Dot,.WfxImages.Dotm,.WfxImages.Dotx{width:64px;height:49px;background-image:url('../Images/File/docx.png')}.WfxImages.Dwg{width:64px;height:49px;background-image:url('../Images/File/dwg.png')}.WfxImages.Exe{width:64px;height:49px;background-image:url('../Images/File/exe.png')}.WfxImages.Fla{width:64px;height:49px;background-image:url('../Images/File/fla.png')}.WfxImages.Iso{width:64px;height:49px;background-image:url('../Images/File/iso.png')}.WfxImages.Jpeg{width:64px;height:49px;background-image:url('../Images/File/jpeg.png')}.WfxImages.Jpg{width:64px;height:49px;background-image:url('../Images/File/jpg.png')}.WfxImages.Js{width:64px;height:49px;background-image:url('../Images/File/js.png')}.WfxImages.Json{width:64px;height:49px;background-image:url('../Images/File/json.png')}.WfxImages.Key{width:64px;height:49px;background-image:url('../Images/File/key.png')}.WfxImages.Mp3{width:64px;height:49px;background-image:url('../Images/File/mp3.png')}.WfxImages.Mp4{width:64px;height:49px;background-image:url('../Images/File/mp4.png')}.WfxImages.Other{width:64px;height:49px;background-image:url('../Images/File/other.png')}.WfxImages.Pdf{width:64px;height:49px;background-image:url('../Images/File/pdf.png')}.WfxImages.Png{width:64px;height:49px;background-image:url('../Images/File/png.png')}.WfxImages.Ppt{width:64px;height:49px;background-image:url('../Images/File/ppt.png')}.WfxImages.Pps,.WfxImages.Ppsm,.WfxImages.Pptx{width:64px;height:49px;background-image:url('../Images/File/ppt.png')}.WfxImages.Psd{width:64px;height:49px;background-image:url('../Images/File/psd.png')}.WfxImages.Rtf{width:64px;height:49px;background-image:url('../Images/File/rtf.png')}.WfxImages.Svg{width:64px;height:49px;background-image:url('../Images/File/svg.png')}.WfxImages.Xls{width:64px;height:49px;background-image:url('../Images/File/xls.png')}.WfxImages.Xlsm{width:64px;height:49px;background-image:url('../Images/File/xlsm.png')}.WfxImages.Xlsx,.WfxImages.Xlt,.WfxImages.Xltm,.WfxImages.Xltx{width:64px;height:49px;background-image:url('../Images/File/xlsx.png')}.WfxImages.Xml{width:64px;height:49px;background-image:url('../Images/File/xml.png')}.WfxImages.Zip{width:64px;height:49px;background-image:url('../Images/File/zip.png')}.WfxImages.Men32{width:32px;height:32px;background-image:url('../Images/Men.png')}.WfxImages.Women32{width:32px;height:32px;background-image:url('../Images/Women.png')}.WfxImages.Customer32{width:32px;height:32px;background-image:url('../Images/Customer.png')}.WfxImages.Customer{width:350px;height:210px;background-image:url('../Images/Customer.png')}.WfxImageSelector{border:1px solid #fff;background-color:#fff;cursor:pointer;overflow:hidden;display:flex;justify-content:center;align-items:center}.WfxImageSelector .Placeholder{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;margin-left:-64px;margin-top:-64px;left:50%;top:50%;opacity:.3}.WfxImageSelector .Image{height:48px;font-size:48px;color:#fff}.WfxImageSelector .Border{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;border:1px solid #fff}.WfxImageSelectorPopup{position:absolute;left:0;top:0;height:100%;width:100%;z-index:30}.WfxImageSelectorPopup .Popup{position:absolute;background-color:#e5e5e5;opacity:0;box-shadow:0 1px 4px rgba(0,0,0,.5);top:0;left:0}.WfxImageSelectorPopup .Background{height:100%;width:100%;background-color:#000;opacity:0}.WfxImageSelectorPopup .Content{position:absolute;top:0;left:0;bottom:0;right:0;overflow-y:auto;overflow-x:hidden}.WfxImageSelectorPopup .CloseButton{position:absolute;right:0;top:0;height:30px;width:30px;cursor:pointer}.WfxImageSelectorPopup .CloseButton i{margin-left:5px;margin-top:5px;opacity:.3}.WfxImageSlider{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;overflow:hidden;outline:0}.WfxImageSlider .Images{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:calc(100% - 40px);height:calc(100% - 60px);display:flex;overflow:hidden;margin:20px 20px 40px 20px}.WfxImageSlider .Images .ImageItem{position:absolute;width:100%;height:100%;opacity:0;display:flex;align-items:center;justify-content:center}.WfxImageSlider .Images .ImageItem.SlideIn{animation:slide-in .5s forwards}.WfxImageSlider .Images .ImageItem.SlideOut{animation:slide-out .5s forwards}.WfxImageSlider .ImageSelector{width:100%;position:absolute;bottom:0;height:40px;display:flex;align-items:center;justify-content:center}.WfxImageSlider .ImageSelector .ImageSelectorItem{cursor:pointer;width:12px;height:12px;margin:3px;border-radius:50%;background-color:#ecf0f1}.WfxImageSlider .ImageSelector .ImageSelectorItem.Selected{background-color:#dee2e3}@keyframes AWfxImageSliderPrev{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes AWfxImageSliderNext{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes AWfxImageSliderPrevHide{0%{transform:translateX(0);opacity:1}100%{transform:translateX(100%);opacity:0}}@keyframes AWfxImageSliderNextHide{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-100%);opacity:0}}.WfxImageViewer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;overflow:hidden}.WfxImageViewer .Images{position:relative;width:100%;height:100%;display:flex}.WfxImageViewer .Images .ImageItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:inherit;border-radius:3px;border:.5px solid #dee2e3;position:relative;margin-right:15px;transition-duration:.6s;transition-timing-function:ease;transition-property:opacity transform}.WfxImageViewer .Images .ImageItem:last-child{margin-right:0}.WfxInfoWindow{top:0;left:0;width:100%;height:100%;position:fixed}.WfxInfoWindow .Background{position:relative;height:100%;width:100%}.WfxInfoWindow .ContentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute}.WfxInfoWindow .ContentContainer>.ContentArea{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);opacity:0;background-color:#fff;position:relative}.WfxInfoWindow .ContentContainer>.MarkerContainer{position:absolute;top:-20px;width:40px;height:20px;overflow:hidden}.WfxInfoWindow .ContentContainer>.MarkerContainer.Left{left:10px}.WfxInfoWindow .ContentContainer>.MarkerContainer.Right{right:10px}.WfxInfoWindow .ContentContainer>.MarkerContainer .Marker{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:absolute;left:10px;top:10px;width:20px;height:20px;background-color:#fff;transform:rotate(45deg)}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.WfxKanban{position:relative;width:100%;height:100%;outline:0;overflow:hidden;background-color:#fff;display:flex;flex-direction:column}.WfxKanban .HeaderArea{position:relative;display:grid;outline:0;padding-right:15px;padding-left:15px}.WfxKanban .HeaderArea .Column.Header{display:flex;align-items:center;justify-content:center;padding-left:15px;padding-right:15px;border-right:.5px solid #dee2e3}.WfxKanban .HeaderArea .Column.Header.Left{justify-content:flex-start}.WfxKanban .HeaderArea .Column.Header.Right{justify-content:flex-end}.WfxKanban .HeaderArea .Column.Header .Text{font-family:RobotoNormal;line-height:16px;pointer-events:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.WfxKanban .HeaderArea .Column.Header:last-child{border-right:.5px solid transparent;padding-right:0}.WfxKanban .HeaderArea .Column.Header:first-child{padding-left:0}.WfxKanban .ScrollContent>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:grid;outline:0;background-color:#fff}.WfxKanban .ScrollContent>.ContentArea .Column.Content{border-right:.5px solid #dee2e3;padding-left:15px;padding-right:15px}.WfxKanban .ScrollContent>.ContentArea .Column.Content.Highlight{background-color:#f4f6f7}.WfxKanban .ScrollContent>.ContentArea .Column.Content:last-child{border-right:.5px solid transparent;padding-right:0}.WfxKanban .ScrollContent>.ContentArea .Column.Content:first-child{padding-left:0}.WfxKanban .ScrollContent>.ContentArea .KanbanItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border:.5px solid #dee2e3;border-radius:3px;background-color:#fff;cursor:pointer;margin-top:10px;overflow:hidden;opacity:0;transform:scale(.9);transition:opacity .3s ease-in-out,transform .3s ease-in}.WfxKanban .ScrollContent>.ContentArea .KanbanItem.Active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.18, 1, .43, 1.19)}.WfxKanban .ScrollContent>.ContentArea .KanbanItem:hover{background-color:#f4f6f7}.WfxKanban .ScrollContent>.ContentArea .KanbanItem:hover .ContextMore{opacity:.2;cursor:pointer}.WfxKanban .ScrollContent>.ContentArea .KanbanItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxKanbanHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxKanban .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxKanban .ContextMore:hover{color:#fff;opacity:1!important}.WfxKanban .ContextMore.Selected{color:#fff;opacity:1!important}@keyframes AWfxKanbanHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxLayoutDesigner{position:relative;width:100%;height:100%;outline:0;overflow:hidden;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3}.WfxLayoutDesigner .ScrollContent>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:grid;outline:0}.WfxLayoutDesigner .ScrollContent>.ContentArea .Cell{position:relative;margin:1px;border-bottom:.5px dashed #dee2e3;border-right:.5px dashed #dee2e3}.WfxLayoutDesigner .ScrollContent>.ContentArea .Cell.LastColumn{border-right-color:#fff!important}.WfxLayoutDesigner .ScrollContent>.ContentArea .LayoutItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin:5px;padding:5px;z-index:1;cursor:pointer;border:2px solid transparent;border-radius:3px;margin-right:7.5px;margin-bottom:7.5px}.WfxLayoutDesigner .ScrollContent>.ContentArea .LayoutItem.Selected{border-color:#dee2e3}.WfxLayoutDesigner .ScrollContent>.ContentArea .LayoutItem:hover .ContextMore{opacity:.2;cursor:pointer}.WfxLayoutDesigner .ScrollContent>.ContentArea .LayoutItem>.Highlight{cursor:default!important;pointer-events:none!important;border-radius:2px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxLayoutDesignerHighlight;position:absolute;left:0;bottom:0;top:0;width:100%}.WfxLayoutDesigner .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0;z-index:2}.WfxLayoutDesigner .ContextMore:hover{color:#fff;opacity:1!important}.WfxLayoutDesigner .ContextMore.Selected{color:#fff;opacity:1!important}@keyframes AWfxLayoutDesignerHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxLevel{position:relative;width:100%}.WfxLevel .LevelItems{transition-duration:.3s;position:absolute;width:100%;top:0;left:0}.WfxLevel .LevelItems.NoAnimation{transition-duration:0s}.WfxLevel .ContextMore{position:absolute;right:0;top:0;bottom:0;width:36px;display:flex;align-items:center;justify-content:center;opacity:0}.WfxLevel .ContextMore:hover{color:#fff;opacity:1!important}.WfxLevel .ContextMore.Selected{color:#fff;opacity:1!important}.WfxLevel .LevelItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:10px;border-radius:2px;background-color:#fff;margin-bottom:2px;cursor:pointer;display:flex;overflow:hidden;border:1px solid #fff}.WfxLevel .LevelItem:last-child{margin-bottom:0}.WfxLevel .LevelItem:hover{background-color:#f8f8f8}.WfxLevel .LevelItem:hover .ContextMore{opacity:.5}.WfxLevel .LevelSeperator{position:relative;width:calc(50% - 1px);border-right:1px dashed #555;margin-top:5px;margin-bottom:5px;height:10px}.WfxLevel .LevelGroup{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:10px;border-radius:2px;margin-bottom:2px;cursor:pointer;color:#fff}.WfxLevel .LevelGroup:last-child{margin-bottom:0}.WfxLevel .LevelGroup:hover{background-color:#f8f8f8}.WfxListBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fff}.WfxLoader{position:relative;z-index:99;align-items:center;justify-content:center;opacity:0;display:flex;width:200px;height:20px}.WfxLoader .Block{width:5px;height:5px;opacity:.1;transform:scale(.7);-moz-transform:scale(.7);-webkit-transform:scale(.7);animation:move 1s infinite linear;-moz-animation:move 1s infinite linear;-webkit-animation:move 1s infinite linear;margin:10px}.WfxLoader #Block1{animation-delay:.4s;-moz-animation-delay:.4s;-webkit-animation-delay:.4s}.WfxLoader #Block2{animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-delay:.3s}.WfxLoader #Block3{animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-delay:.2s}.WfxLoader #Block4{animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-delay:.3s}.WfxLoader #Block5{animation-delay:.4s;-moz-animation-delay:.4s;-webkit-animation-delay:.4s}@-moz-keyframes move{0%{-moz-transform:scale(1.2);opacity:1}100%{-moz-transform:scale(.7);opacity:.1}}@-webkit-keyframes move{0%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(.7);opacity:.1}}@keyframes move{0%{transform:scale(1.2);opacity:1}100%{transform:scale(.7);opacity:.1}}.WfxLocation{position:relative}.WfxLocation input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;padding-left:5px;padding-top:1px;width:100%;position:relative;height:30px;border-radius:3px;border:.5px solid #dee2e3;font-size:13px;font-family:inherit;color:#000}.WfxLocation input:focus{outline:0}.WfxLocation input:disabled{background-color:#f0f0f0}.WfxLocation .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.pac-container{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;-moz-box-sizing:initial;-webkit-box-sizing:initial;box-sizing:initial;overflow:hidden;border:1px solid #fff;border-radius:3px;margin-top:1.5px;width:100%;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);z-index:2000}.pac-container .pac-item{border-top:none;border-bottom:1px solid #ecf0f1;padding-left:10px;padding-right:10px;color:#555}.pac-container .pac-item.pac-item-selected{background-color:#f8f8f8}.pac-container .pac-item:hover{background-color:#f8f8f8}.pac-container .pac-item .pac-icon{display:none}.pac-container .pac-item .pac-matched{font-weight:initial}.pac-container .pac-item:last-child{border-bottom:none}.pac-container .pac-item span{font-family:RobotoLight;font-size:13px;color:#555}.pac-container .pac-item span:nth-child(3){font-size:11px;opacity:.7}.WfxLookup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:30px;outline:0;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;width:100%}.WfxLookup.LookupPopupContainer{position:absolute;left:0;top:0;right:0;bottom:0;background-color:transparent;height:unset;width:unset;border:none}.WfxLookup input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;padding-left:30px;padding-right:30px;background-color:#fff;border:.5px solid #dee2e3;font-size:13px;font-family:inherit;border-radius:3px}.WfxLookup input:focus{outline:0}.WfxLookup input.Hidden{display:none}.WfxLookup .LookupContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#000;position:absolute;left:5px;top:0;right:30px;bottom:0;font-size:13px;font-family:inherit;display:flex;align-items:center}.WfxLookup .LookupContent.Hidden{display:none}.WfxLookup .SearchIconContent{position:absolute;left:0;top:0;bottom:0;width:30px;display:flex;justify-content:center;align-items:center}.WfxLookup .SearchIconContent i{color:#d6d6d6}.WfxLookup .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxLookup .DropDownIconContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:1px;right:1px;bottom:1px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-top-right-radius:3px;border-bottom-right-radius:3px}.WfxLookup .DropDownIconContent:hover{background-color:#f8f8f8}.WfxLookup .LookupPopup{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:calc(100% + 2px);right:0;height:200px;max-height:200px;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;overflow:hidden;padding:5px;box-shadow:3px 3px 4px 0 rgba(0,0,0,.2)}.WfxLookup .LookupPopup.Hidden{display:none}.WfxLookup .LookupPopup.Animate{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}.WfxLookup .LookupPopup .PopupContentArea{position:relative;outline:0;width:100%}.WfxLookup .LookupPopup .PopupContentArea .Row{cursor:pointer;min-height:30px;display:flex;align-items:center;width:100%}.WfxLookup .LookupPopup .PopupContentArea .Row .Content{position:relative;display:flex;align-items:center;padding-left:5px;padding-right:6px;height:100%;width:calc(100% - 5px - 6px)}.WfxLookup .LookupPopup .PopupContentArea .Row .Empty{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.WfxLookup .LookupPopup .PopupContentArea .Row.Hover{background-color:#f8f8f8}@keyframes AWfxLookupPopupShow{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxLookupPopupHide{from{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.WfxMap{position:relative}.WfxMap .Map{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;opacity:0}.WfxMap .Map .gm-style{font-family:RobotoLight;font-size:13px;line-height:16px}.WfxMap .Map .WfxMapMarker{overflow:visible!important}.WfxMap .Map .WfxMapMarker.Ready{opacity:1!important}.WfxMap .Map .gm-style-cc{display:none!important}.WfxMap .Map img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"]{display:none}.WfxMap .Map .Counter{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:10px;height:10px;border-radius:5px;font-size:7px;color:#fff;display:flex;justify-content:center;align-items:center;transform-origin:0 0}.WfxMap .Map .PerimeterSearch{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center}.WfxMap .Map .PerimeterSearch .Center{width:20px;height:20px;border-radius:50%;border:2px solid #fff}.WfxMap .Map .PerimeterSearch .Circle{border-radius:50%;border:1px solid #fff;display:flex;align-items:center;justify-content:center;opacity:.7}.WfxMap .PerimeterSearchToolbar{background-color:#ecf0f1;height:60px;position:absolute;left:20px;top:20px;border-radius:5px;z-index:10;display:flex;align-items:center;padding-left:10px;padding-right:10px;overflow:hidden}.WfxMaskedTextbox .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}input.k-textbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;padding-left:5px;padding-top:1px;width:100%;position:relative;text-indent:0!important;height:30px;border:1px solid #fff;color:#000;font-size:13px;font-family:RobotoLight}input.k-textbox:hover{color:#000;border-color:#fff}input.k-textbox:focus{outline:0}input.k-textbox:disabled{background-color:#f0f0f0}.WfxMaterialIcon{position:relative;width:100%;display:flex;outline:0}.WfxMaterialIcon .Preview{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3;overflow:hidden;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.WfxMaterialIcon .MaterialLink{margin-bottom:1px;position:relative;height:16px;min-height:16px;font-family:RobotoNormal;position:absolute;right:0;top:-16px;color:#0399d7;cursor:pointer;outline:0}.WfxMenu{position:relative}.WfxMenu .NaviItem{display:flex;align-items:center;padding:10px;z-index:1;position:relative;cursor:pointer}.WfxMenu .NaviItem:hover{background-color:#ecf0f1}.WfxMenu .NaviItem.Selected:hover{background-color:transparent}.WfxMenu .NaviItem .MenuIcon{font-size:40px;height:40px;width:40px;margin-right:10px}.WfxMenu .NaviItem.Selected .MenuIcon{color:#fff}.WfxMenu .NaviItem .MenuText{line-height:20px;font-size:16px;font-family:RobotoNormal;font-weight:400}.WfxMenu .NaviItem.Selected .MenuText{color:#fff}.WfxMenu .Seperator{margin-top:20px;margin-bottom:20px;height:1px;background-color:#eee}.WfxMenu .MenuMarker{position:absolute;left:0;top:0;height:60px;width:100%;opacity:1}.WfxMessagebox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:absolute;right:30px;bottom:30px;display:flex;align-items:center;opacity:0;padding:15px;z-index:9000;border-radius:5px;-webkit-tap-highlight-color:transparent}.WfxMessagebox .WfxIcons{height:20px;width:20px;font-size:20px;color:#fff;margin-right:10px}.WfxMessagebox .Text{font-size:16px;line-height:20px;color:#fff;font-family:RobotoNormal}.WfxModuleManager{outline:0;position:relative;overflow:hidden}.WfxModuleManager>.HeaderArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:80px;background-color:rgba(255,255,255,.9);padding-left:8px;padding-right:30px;overflow:hidden;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s;opacity:0}.WfxModuleManager>.HeaderArea>.HeaderContainer{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s}.WfxModuleManager>.HeaderArea .HeaderElement{position:absolute;left:-9999px;top:-9999px;font-size:25px;line-height:30px;font-family:inherit;display:none}.WfxModuleManager>.HeaderArea .HeaderElement.IsDisplayed{position:relative;left:0;top:0;display:flex}.WfxModuleManager>.HeaderArea .HeaderElement .ChangeMarkerContainer{position:relative;overflow:hidden;opacity:0;width:0;padding-right:3px}.WfxModuleManager>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%}.WfxModuleManager>.ContentArea.HasHeader{padding-top:80px}.WfxModuleManager>.ContentArea>section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;width:100%;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s;opacity:0}.WfxModuleManager>.ContentArea>section.ContentItem{visibility:hidden;position:absolute;left:-9999px;top:-9999px}.WfxModuleManager>.ContentArea>section.IsDisplayed{visibility:visible;position:relative;left:0;top:0;opacity:1}.WfxModuleManager.NoAnimation>.HeaderArea{animation-duration:0s}.WfxModuleManager.NoAnimation>.HeaderArea>.HeaderContainer{animation-duration:0s}.WfxModuleManager.NoAnimation>.ContentArea>section{animation-duration:0s}@keyframes AWfxModuleManagerHeaderAreaIn{from{transform:translate3d(0,-15px,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxModuleManagerHeaderAreaOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,-15px,0);opacity:0}}@keyframes AWfxModuleManagerHeaderNext{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxModuleManagerHeaderBack{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxModuleManagerContentNext{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxModuleManagerContentBack{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.WfxMultiSelect{position:relative;height:30px;outline:0}.WfxMultiSelect input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;padding-left:5px;padding-right:35px;background-color:#fff;border:.5px solid #dee2e3;font-size:13px;font-family:inherit;border-radius:3px}.WfxMultiSelect input:focus{outline:0}.WfxMultiSelect .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxMultiSelect .DropDownIconContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:1px;right:1px;bottom:1px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxMultiSelect .DropDownIconContent:hover{background-color:#f8f8f8}.WfxMultiSelect .SelectedElementsContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:0;bottom:0;display:flex;cursor:default;padding:2px}.WfxMultiSelect .SelectedElementsContainer.NoAnimation .SelectedElement{transition-duration:initial}.WfxMultiSelect .SelectedElementsContainer .SelectedElement{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:-9999px;top:-9999px;color:#fff;border-radius:2px;padding:5px;padding-top:0;padding-bottom:0;display:flex;align-items:center;justify-content:center;margin-right:1px;transform-origin:center center;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity,transform;opacity:0;transform:scale(.8)}.WfxMultiSelect .SelectedElementsContainer .SelectedElement .CloseButton{margin-left:5px;height:100%;width:16px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.WfxMultiSelect .SelectedElementsContainer .SelectedElement .CloseButton i{font-size:14px;height:14px;width:14px}.WfxMultiSelect .SelectedElementsContainer .SelectedElement.IsDisplayed{position:relative;top:initial;left:initial;transform:scale(1);opacity:1}.WfxMultiSelect .SelectedElementsContainer .SelectedElement.IsDisplayedFast{transition-duration:0s;transform:scale(1);opacity:1}.WfxMultiSelect .WfxMultiSelectPopup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;transition-duration:.3s;z-index:2000;border-radius:3px;margin-top:2px;overflow:hidden;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)}.WfxMultiSelect .WfxMultiSelectPopup .AutocompleteItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;padding:10px;cursor:default}.WfxMultiSelect .WfxMultiSelectPopup .AutocompleteItem.Selected{background-color:#f8f8f8}.WfxMultiSelect .WfxMultiSelectPopup.Animate{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}.WfxMultiSelect .WfxMultiSelectPopup .LoaderContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.WfxMultiSelect .WfxMultiSelectPopup .MinLengthMessage{position:relative;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.WfxMultiSelect .WfxMultiSelectPopup .MinLengthMessage span{font-weight:700;margin-left:3px;margin-right:3px}.WfxMultiSelect .WfxMultiSelectShowMorePopup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;transition-duration:.3s;z-index:2000;border-radius:3px;margin-top:2px;overflow:hidden;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)}.WfxMultiSelect .WfxMultiSelectShowMorePopup .ShowMorePopupItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;padding:10px;cursor:default}.WfxMultiSelect .WfxMultiSelectShowMorePopup .ShowMorePopupItem.Selected{background-color:#f8f8f8}.WfxMultiSelect .WfxMultiSelectShowMorePopup .ShowMorePopupItem .DeleteButton{margin-left:5px;height:100%;width:16px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.WfxMultiSelect .WfxMultiSelectShowMorePopup .ShowMorePopupItem .DeleteButton i{font-size:14px;height:14px;width:14px}.WfxMultiSelect .WfxMultiSelectShowMorePopup.Animate{opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.2s}.MultiSelectPopupEmptyMessage{position:relative;height:60px;width:100%;display:flex;align-items:center;justify-content:center}@keyframes AWfxMultiSelectPopupShow{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxMultiSelectPopupHide{from{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.WfxNavigator{position:relative;display:flex;height:30px;align-items:center}.WfxNavigator .NavigatorItem{cursor:pointer;height:30px;display:flex;align-items:center}.WfxNavigator .NavigatorItem span{padding-left:5px;padding-right:5px;display:flex;align-items:center;justify-content:center;height:100%}.WfxNavigator .NavigatorItem .ConnectorItem{color:#fff;transform:rotate(-90deg);margin-top:2px}.WfxNumeric{position:relative;width:100%;height:30px;border-radius:3px;overflow:hidden}.WfxNumeric input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;padding-left:5px;padding-right:35px;padding-top:0;width:100%;height:100%;border:.5px solid #dee2e3;color:#000;font-size:13px;font-family:inherit;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxNumeric input:focus{outline:0}.WfxNumeric.AlignRight input{text-align:right}.WfxNumeric.AlignRight>.WfxVerifyContainer{left:0}.WfxNumeric .VerifyIcon{position:relative;top:calc(50% - 10px);right:-10px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxNumeric .Buttons{position:absolute;top:.5px;right:.5px;height:29.5px;width:29.5px}.WfxNumeric.Focused .Buttons .WfxIcons{color:#555}.WfxNumeric.Focused .WfxImageButton:hover .WfxIcons{color:#fff}.WfxNumeric.NoSpinners input{padding-right:5px}.WfxNumeric.NoSpinners .Buttons{display:none}.WfxPipeline{position:relative;width:100%;height:100%;outline:0}.WfxPipeline .jtk-connector{opacity:0}.WfxPipeline .GridContainer{width:100%;height:100%;display:grid}.WfxPipeline .GridContainer .ConnectorContainer{position:absolute;width:1px;height:1px}.WfxPipeline .GridContainer .ConnectorContainer .Connector{position:relative;margin-top:4px;margin-left:4px;height:1px;width:1px}.WfxPipeline .GridContainer .ConnectorContainer .Connector.IgnoreMargin{margin-top:0;margin-left:0}.WfxPipeline .GridContainer .InputContainer{position:relative;width:100%;height:100%}.WfxPipeline .GridContainer .OutputContainer{position:relative;width:100%;height:100%}.WfxPipeline .GridContainer .SummaryContainer{position:relative;width:100%;height:100%}.WfxPipeline .GridContainer .SummaryContainer .Summary{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.WfxPipeline .GridContainer .SummaryContainer .Summary .SeperatorTop{border-bottom:1px dashed rgba(85,85,85,.3);border-right:1px dashed rgba(85,85,85,.3);border-left:1px dashed rgba(85,85,85,.3);height:20px}.WfxPipeline .GridContainer .SummaryContainer .Summary .Seperator{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1px;height:20px;border-right:1px dashed rgba(85,85,85,.3)}.WfxPipeline .GridContainer .SummaryContainer .Summary .ContentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border:3px solid #fff;background-color:#ecf0f1;min-width:100px;display:flex;align-items:center;justify-content:center;font-size:16px;min-height:43px;padding:10px;padding-top:8px;padding-bottom:8px}.WfxPipeline .GridContainer .SummaryContainer .Summary.Click .ContentContainer{cursor:pointer}.WfxPipeline .GridContainer .Phase{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;width:calc(100% - 40px);height:100%;margin-left:20px;margin-right:20px;border:1px dashed rgba(85,85,85,.3);border-radius:2px;background-color:#ecf0f1;overflow:hidden;min-width:250px}.WfxPipeline .GridContainer .Phase .Header{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;right:6px;font-size:16px;font-family:RobotoLighter;color:#555;padding:10px;padding-top:11px;text-transform:uppercase}.WfxPipeline .GridContainer .Phase .Content{position:relative;width:100%;height:calc(100% - 50px);margin-top:50px}.WfxPipeline .LoaderContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.WfxPipeline .Diamond{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;margin-left:22px;margin-top:22px;width:100px;height:100px;transform:rotate(45deg);background-color:#ecf0f1;border:1px dashed rgba(85,85,85,.3);display:flex;align-items:center;justify-content:center;cursor:default}.WfxPipeline .Diamond.Click{cursor:pointer}.WfxPipeline .Diamond .InnerBorder{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.WfxPipeline .Diamond .Content{position:relative;transform:rotate(-45deg);text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.WfxPipeline .Diamond .Highlight{font-size:18px;font-family:RobotoNormal}.WfxPopup{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.WfxPopup>.Background{cursor:default!important;pointer-events:none!important;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity}.WfxPopup .Popup{background-color:#ecf0f1;position:relative;border-radius:3px;overflow:hidden;opacity:0;transform:scale(.95);transition:opacity .3s ease-in-out,transform .3s ease-in,width .3s ease,height .3s ease}.WfxPopup .Popup.Active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.18, .83, .43, 1.19),width .3s ease,height .3s ease}.WfxPopup .Popup.ui-draggable-dragging{transition-duration:0s}.WfxPopup .Popup .PopupHeader{position:relative;margin-top:0;height:30px;width:100%;color:#fff;display:flex;align-items:center;justify-content:space-between;padding-left:10px;cursor:move;overflow:hidden}.WfxPopup .Popup .PopupHeaderText{color:#fff;font-size:13px;font-family:RobotoNormal}.WfxPopup .Popup .PopupButton{width:40px;height:30px;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxPopup .Popup .PopupButton i{color:#fff}.WfxPopup .Popup .PopupContent{position:relative;min-height:calc(100% - 30px);height:calc(100% - 30px);min-width:100%;overflow:hidden}.WfxPopup .Popup .PopupContent.NoHeader{min-height:100%;height:100%}.WfxProgressbar{position:relative;background-color:#fff;height:8px;overflow:hidden}.WfxProgressbar>.Bar{position:relative;height:100%}.WfxProgressbar>.BarEffect{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0),#fff,rgba(255,255,255,0))}.WfxProgressCircle .Circle{cursor:default!important;pointer-events:none!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.WfxPropertyBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%}.WfxPropertyBox .ScrollContent>.Content{width:100%;opacity:0;position:absolute;left:-9999px;top:-9999px}.WfxPropertyBox .ScrollContent>.Content.IsVisible{opacity:1;position:relative;top:initial;left:initial}.WfxPropertyBox .EmptyMessage{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition-duration:.3s;transition-timing-function:ease}.WfxPropertyBox .EmptyMessage.IsVisible{opacity:1}input[type=radio]{width:0;margin:0;padding:0;font-size:1px;opacity:0}input[type=radio]+label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;line-height:19px;cursor:pointer;vertical-align:top}input[type=radio]+label>span{background-color:#fff;display:inline-block;width:16px;height:16px;margin-right:4px;border:1px solid #fff;border-radius:0;vertical-align:bottom}input[type=radio]:checked+label>span>span{display:block;width:6px;height:6px;border-radius:6px;margin:4px;border-width:1px;border-style:solid}input[type=radio]:disabled+label{cursor:default}input[type=radio]:disabled+label>span{background-color:#f0f0f0}.WfxRangeSelector .LabelVertical{border-right:1px solid #dee2e3}.WfxRangeSelector .LabelHorizontal{border-bottom:1px solid #dee2e3}.WfxRangeSelector .Range{border:none}.WfxRangeSelector .Range:hover{background-color:#f4f6f7!important}.WfxRangeSelector .RangeItem>.DragNotAllowedIcon{display:none;position:absolute;top:0;left:0;height:100%;width:100%;align-items:center;justify-content:center}.WfxRangeSelector .RangeItem>.DragNotAllowedIcon.Visible{display:flex}.WfxRangeSelector .RangeItem>.DragNotAllowedIcon .WfxIcons{color:red;width:20px;height:20px;font-size:20px}.WfxRangeSelector .Row{border-bottom:1px solid #dee2e3}.WfxRangeSelector .Column{border-right:1px solid #dee2e3}.WfxRangeSelector .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxRangeSelector .ContextMore:hover{color:#fff;opacity:1!important}.WfxRangeSelector .ContextMore.Selected{color:#fff;opacity:1!important}.WfxRangeSlider{background-color:#fff;overflow:hidden;cursor:pointer}.WfxRangeSlider .BackgroundContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;display:flex}.WfxRangeSlider .BackgroundContainer .BackgroundItem{position:relative;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between}.WfxRangeSlider .BackgroundContainer .BackgroundItem .Inner{width:1px;height:5px}.WfxRangeSlider .SliderContainer{position:relative;width:100%;height:100%}.WfxRangeSlider .SliderContainer .SliderMarker{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.WfxRangeSlider .SliderContainer .SliderMarker i{color:#fff}.WfxRating{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;position:relative;display:inline-flex;align-items:center;outline:0;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;padding-left:5px;padding-right:5px}.WfxRating .RatingItem{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;cursor:pointer;width:20px;height:100%}.WfxRating .RatingItem .RatingIconContainer{color:#ecf0f1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.WfxRating .VerifyIcon{position:relative;top:calc(50% - 10px);font-size:20px;width:20px;height:20px;color:#ffa15b;margin-left:5px}.WfxScroller{position:relative;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.WfxScroller .ScrollContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block}.WfxScroller .Cursor{width:5px}.WfxScroller .Rail{width:5px}.WfxScroller .RailH{height:5px;bottom:0;left:0;width:100%}.WfxScroller .Button.GradientRight{background:-webkit-linear-gradient(left,rgba(255,255,255,0),#fff);background:-o-linear-gradient(right,rgba(255,255,255,0),#fff);background:-moz-linear-gradient(right,rgba(255,255,255,0),#fff);background:linear-gradient(to right,rgba(255,255,255,0),#fff)}.WfxSearchbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}.WfxSearchbox input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;padding-left:35px;padding-right:5px;padding-top:1px;width:100%;position:relative;height:30px;border:.5px solid #dee2e3;border-radius:3px;font-size:13px;font-family:inherit;color:#000}.WfxSearchbox input:focus{outline:0}.WfxSearchbox input:disabled{background-color:#f0f0f0}.WfxSearchbox .SearchIcon{display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:30px;height:30px;cursor:pointer;opacity:.2;border-radius:2px}.WfxSearchbox .SearchIcon i{font-size:16px;height:16px;width:16px}.WfxSearchbox .SearchIcon:hover{color:#fff;opacity:1}.WfxSearchbox.Right input{padding-left:5px;padding-right:35px}.WfxSearchbox.Right .SearchIcon{left:calc(100% - 30px)}.WfxSectionSlider{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;border-radius:3px;border:.5px solid #dee2e3;background-color:#fff;overflow:hidden;outline:0}.WfxSectionSlider .Sections{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.WfxSectionSlider .Sections .SectionItem{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;bottom:0}.WfxSectionSlider .Sections .SectionItem .SectionResizer{position:absolute;left:-5px;top:5px;bottom:5px;width:10px;display:flex;align-items:center;justify-content:center;gap:1px;cursor:ew-resize}.WfxSectionSlider .Sections .SectionItem .SectionResizer .SectionResizeGripper{height:25%;width:1px;background-color:#dee2e3}.WfxSectionSlider .Sections .SectionItem .SectionResizer .SectionResizeGripper.Hidden{opacity:0}.WfxSectionSlider .Sections .SectionItem .Content{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:calc(100% - 10px);height:calc(100% - 10px);border-radius:2px;margin:5px;overflow:hidden}.WfxSegmentEditor{position:relative;width:100%;height:50px;overflow:hidden}.WfxSegmentEditor>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3;overflow:hidden;height:30px;width:100%;background-color:#ecf0f1;display:flex;align-items:center}.WfxSegmentEditor>.ContentArea>.SegmentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 30px - 30px);height:100%;overflow:hidden;position:relative}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent{transition:transform .3s ease-out 0s;display:flex;height:100%;position:relative}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.Segment{position:relative;height:100%}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.Segment>.Separator{position:absolute;left:0;top:60%;height:40%;background-color:#fff}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.Segment>.Separator:last-child{left:unset;right:0}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.Segment>.SubSeparator{position:absolute;top:80%;height:20%;background-color:#fff;opacity:.6}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem{position:absolute;top:0;bottom:0}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem>.Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxSegmentEditorHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem>.ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:0;opacity:0}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem>.ContextMore:hover{color:#fff;opacity:1!important}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem>.ContextMore.Selected{color:#fff;opacity:1!important}.WfxSegmentEditor>.ContentArea>.SegmentContainer>.ScrollContent>.SegmentItem:hover>.ContextMore{opacity:.2;cursor:pointer}.WfxSegmentEditor>.FooterArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:20px;width:100%;padding-left:15px;padding-right:15px}.WfxSegmentEditor>.FooterArea>.SegmentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%;height:100%;overflow:hidden}.WfxSegmentEditor>.FooterArea>.SegmentContainer>.ScrollContent{transition:transform .3s ease-out 0s;display:flex;height:100%}.WfxSegmentEditor>.FooterArea>.SegmentContainer>.ScrollContent>.Segment{display:flex;align-items:end;height:100%;position:relative}.WfxSegmentEditor>.FooterArea>.SegmentContainer>.ScrollContent>.Segment>.Text{position:absolute;top:5px;left:-15px}.WfxSegmentEditor>.FooterArea>.SegmentContainer>.ScrollContent>.Segment:last-child>.Text.LastItem:last-child{left:unset;right:-15px}@keyframes AWfxSegmentEditorHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxSelectionBar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;outline:0;overflow:hidden;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;display:flex;padding:10px;justify-content:center}.WfxSelectionBar .BarItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#ecf0f1;position:relative;min-width:20px;width:20px;height:100%;border-radius:3px;margin-right:2px;overflow:hidden;cursor:pointer}.WfxSelectionBar .BarItem.Hover{background-color:#dee2e3}.WfxSelectionBar .BarItem:last-child{margin-right:0}.WfxSelector{outline:0}.WfxSelector .GroupItem{margin-bottom:20px}.WfxSelector .GroupItem .GroupHeader{font-weight:400;margin-bottom:3px;position:relative;height:16px;min-height:16px;font-family:RobotoNormal}.WfxSelector .SelectorItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;position:relative;cursor:pointer;border-radius:3px;overflow:hidden}.WfxSelector .SelectorItem .SelectorBorder{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:0;right:0;bottom:0;border-width:0;border-top-width:1px;border-style:solid;border-color:transparent;opacity:0;border-radius:3px}.WfxSelector .SelectorItem.Selected{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2)}.WfxSelector .SelectorItem .FocusBorder{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0}.WfxSelector .SelectorItem .MoreButton{position:absolute;right:0;top:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.WfxSelector:focus .SelectorItem.Focused .FocusBorder{opacity:.7}.WfxSlideInMenu{position:absolute;top:0;right:0;height:100%;width:100%}.WfxSlideInMenu .Background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxSlideInMenu .BackgroundContent{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:absolute;left:0;top:0;height:100%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxSlideInMenu .ContentArea{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;right:0;background-color:#ecf0f1;z-index:1;transform:translateX(100%);transition-duration:.3s;transition-timing-function:ease;transition-property:transform,opacity}.WfxSlideInMenu .ContentArea .ContentContainer{width:100%;height:100%;position:relative}.WfxSlideInMenu .AdditionalArea{position:absolute;top:0;height:100%;background-color:#ecf0f1;border-right:5px solid #dadada}.WfxSlideInMenu .AdditionalArea .AdditionalContainer{width:100%;height:100%;position:relative}@keyframes AWfxSlideInMenuBackgroundIn{from{opacity:0}to{opacity:.2}}@keyframes AWfxSlideInMenuBackgroundOut{from{opacity:.2}to{opacity:0}}@keyframes AWfxSlideInMenuBackgroundContentIn{from{transform:translate3d(0,-15px,0);opacity:0}50%{transform:translate3d(0,5px,0);opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxSlideInMenuBackgroundContentOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,0,0) scale(.9);opacity:0}}.WfxSlider{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:20px;outline:0}.WfxSlider .Bar{position:absolute;left:0;top:5px;right:0;height:10px;background-color:#fff;border-radius:2px}.WfxSlider .Slider{position:relative}.WfxSlider .Slider.ui-slider{height:10px;position:absolute;left:10px;right:10px;top:5px}.WfxSlider .Slider .ui-slider-range{position:absolute;height:8px;top:1px}.WfxSlider .Slider .ui-slider-handle{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:-5px;margin-left:-10px;cursor:pointer;position:absolute;width:20px;height:20px;border-radius:2px;outline:0;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;z-index:1}.WfxSortableList{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;outline:0}.WfxSortableList .SortItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;position:relative;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px;padding:10px;margin-bottom:2px;width:100%}.WfxSortableList .SortItem:last-child{margin-bottom:0}.WfxSortableList .SortItem.Hover:hover{background-color:#f4f6f7}.WfxSortableList .SortItem.Hover:hover>.ContextMore{opacity:.2}.WfxSortableList .SortItem.Selected{background-color:#ecf0f1!important}.WfxSortableList .SortItem .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxSortableListHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px}.WfxSortableList .SortItem .ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxSortableList .SortItem .ContextMore:hover{color:#fff;opacity:1!important}.WfxSortableList .SortItem .ContextMore.Selected{color:#fff;opacity:1!important}.WfxSortableList .SortItem .ContextMore.Hidden{opacity:0!important;cursor:default!important;pointer-events:none!important}.WfxSortableList .SortItem .ChildDragInfo{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:0;height:30px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:3px}.WfxSortableList .SortItem .ChildContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;margin-top:8px;min-height:30px}.WfxSortableList .SortItem .ChildContainer .Child{margin-top:2px;margin-bottom:0}.WfxSortableList .SortItem .Placeholder{cursor:default!important;pointer-events:none!important;border-radius:0}@keyframes AWfxSortableListHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxStackedBar{position:relative;background-color:#fff}.WfxStackedBar .Tooltip{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;padding:10px;padding-top:5px;padding-bottom:5px;border-radius:3px;color:#fff;font-size:10px;line-height:12px;white-space:nowrap}.WfxStackedBar .Content{position:absolute;top:0;width:100%;height:100%;display:flex;overflow:hidden}.WfxStackedBar .Content .Item{position:absolute;height:100%;top:0;cursor:pointer}.WfxStateButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff;display:flex;align-items:center;justify-content:center;height:30px;padding-left:10px;padding-right:10px}.WfxStateButton .Content{position:relative;display:flex;align-items:center;justify-content:center}.WfxStateButton .ContentSelected{position:relative;display:flex;align-items:center;justify-content:center}.WfxStateButton.Disabled{background-color:#ecf0f1;background-image:repeating-linear-gradient(45deg,transparent,transparent 1px,rgba(255,255,255,.5) 1px,rgba(255,255,255,.5) 2px)}.WfxStateButton.Disabled .Content{opacity:.3}.WfxStateButton.Disabled .ContentSelected{opacity:.3}.WfxStateButton:focus{outline:0}.WfxStateButton:not(.Disabled){cursor:pointer}.WfxStateProgress{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;outline:0;height:30px}.WfxStateProgress>.MarkerContainer{position:relative;height:22px;width:calc(100% - 20px);margin-left:10px}.WfxStateProgress>.MarkerContainer .Marker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0;left:0;width:20px;height:10px;cursor:pointer;transition-duration:.6s;transition-timing-function:ease;transition-property:left;opacity:0}.WfxStateProgress>.MarkerContainer .Marker.NotAnimated{transition-duration:0s}.WfxStateProgress>.MarkerContainer .Marker.NotAnimated .ContentContainer{transition-duration:0s}.WfxStateProgress>.MarkerContainer .Marker.NotAnimated .ArrowContainer{transition-duration:0s}.WfxStateProgress>.MarkerContainer .Marker .ContentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:absolute;top:0;left:0;border-radius:2px;height:16px;transform:translateX(calc(-50% + 10px));overflow:hidden;transition-duration:.6s;transition-timing-function:ease;transition-property:transform}.WfxStateProgress>.MarkerContainer .Marker .ContentContainer .Content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#fff;padding-left:5px;padding-right:5px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.WfxStateProgress>.MarkerContainer .Marker .ArrowContainer{margin-top:16px;width:12px;height:6px;overflow:hidden;position:relative;transition-duration:.6s;transition-timing-function:ease;transition-property:transform}.WfxStateProgress>.MarkerContainer .Marker .ArrowContainer .Arrow{position:absolute;top:-9px;left:0;width:12px;height:12px;transform:rotate(45deg)}.WfxStateProgress>.ProgressBar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:8px;background-color:#ecf0f1;border:.5px solid #dee2e3;border-radius:2px;display:flex;overflow:hidden}.WfxStateProgress>.ProgressBar .Segment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;margin-left:1px}.WfxStateProgress>.ProgressBar .Segment .Bar{position:relative;height:100%;transition-duration:.3s;transition-timing-function:ease}.WfxStateProgress>.ProgressBar .Segment .Bar>.End{position:absolute;right:-1px;top:-3px;height:200%;width:2px;transform:rotate(15deg)}.WfxStateProgress>.ProgressBar .Segment .Seperator{position:absolute;right:-2px;top:-3px;height:200%;width:1px;transform:rotate(15deg);background-color:#fff;z-index:1}.WfxStateProgress>.ProgressBar .Segment .ActiveContainer{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;right:-2px;bottom:0;overflow:hidden}.WfxStateProgress>.ProgressBar .Segment .ActiveContainer .ActiveAnimation{position:absolute;left:-8px;top:0;bottom:0;right:-8px;display:flex;flex-wrap:nowrap;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:AWfxStateSliderProgress;opacity:.4}.WfxStateProgress>.ProgressBar .Segment:first-child{margin-left:0}.WfxStateProgress>.ProgressBar .Segment:last-child .Seperator{display:none}@keyframes AWfxStateSliderProgress{from{transform:translate3d(-8px,0,0)}to{transform:translate3d(0,0,0)}}.WfxTabbar{position:relative;outline:0}.WfxTabbar>.HeaderArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:50px;position:relative;display:flex;background-color:#ecf0f1;border-bottom:.5px solid #dee2e3}.WfxTabbar>.HeaderArea .HeaderItem{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555;position:relative;padding-right:25px;padding-left:25px;cursor:pointer;align-items:center;height:100%;font-size:16px;animation-duration:.6s;animation-timing-function:ease;animation-fill-mode:both;display:none}.WfxTabbar>.HeaderArea .HeaderItem.Visible{display:flex}.WfxTabbar>.HeaderArea .HeaderItem:last-child{margin-right:0}.WfxTabbar>.HeaderArea .Marker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition-duration:.3s;position:absolute;left:0;top:0;width:0;height:50px;background-color:#fff;border-left:.5px solid #dee2e3;border-right:.5px solid #dee2e3}.WfxTabbar>.HeaderArea .WfxLoader .Block{width:3px;height:3px;margin:3px}.WfxTabbar>.HeaderArea .WfxLoader .Block:last-child{margin-right:0}.WfxTabbar>.ContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;position:relative;width:100%;height:calc(100% - 49.5px)}.WfxTabbar>.ContentArea>section{width:100%;height:100%;visibility:hidden;position:absolute;left:-9999px;top:-9999px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTabbar>.ContentArea>section.IsDisplayed{visibility:visible;position:relative;top:initial;left:initial}.WfxTabbar .LoaderArea{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.WfxTabbar.NoAnimation .HeaderArea .HeaderItem{transition-duration:0s}.WfxTabbar.NoAnimation .HeaderArea .Marker{transition-duration:0s}@keyframes AWfxTabbarContentNext{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabbarContentPrev{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabbarClickArea{from{opacity:.1}to{opacity:0}}@keyframes AWfxTabbarShowHeader{from{opacity:0;transform:translate3d(0,50px,0)}to{transform:translate3d(0,0,0);opacity:1}}.WfxTabManager{outline:0;position:relative;overflow:hidden}.WfxTabManager .TabManagerContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;padding-top:80px}.WfxTabManager .TabManagerContentArea>section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;width:100%;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTabManager .TabManagerContentArea>section.ContentItem{position:absolute;left:-9999px;top:-9999px}.WfxTabManager .TabManagerContentArea>section.IsDisplayed{position:relative;top:0;left:0}.WfxTabManager .TabManagerHeaderArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;width:100%;height:80px;background-color:rgba(255,255,255,.9);padding-left:0;padding-right:30px;overflow:hidden;display:flex;justify-content:space-between;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTabManager .TabManagerHeaderArea>.DetailArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;align-items:center;padding-left:8px;position:absolute;left:-9999px;top:-9999px;display:none;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTabManager .TabManagerHeaderArea>.DetailArea.IsDisplayed{position:relative;left:0;top:0;display:flex}.WfxTabManager .TabManagerHeaderArea>.DetailArea .DetailItem{position:absolute;left:-9999px;top:-9999px;font-size:25px;line-height:30px;font-family:inherit;display:flex}.WfxTabManager .TabManagerHeaderArea>.DetailArea .DetailItem.IsDisplayed{position:relative;left:0;top:0}.WfxTabManager .TabManagerHeaderArea>.TabArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;position:absolute;display:none;align-items:flex-end;padding-left:50px;left:-9999px;top:-9999px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTabManager .TabManagerHeaderArea>.TabArea.IsDisplayed{position:relative;left:0;top:0;display:flex}.WfxTabManager .TabManagerHeaderArea>.TabArea .TabItem{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;height:40px;padding-left:15px;padding-right:15px;font-size:18px;display:flex;align-items:center;cursor:pointer}.WfxTabManager .TabManagerHeaderArea>.TabArea .TabItem .ChangeMarkerContainer{position:relative;overflow:hidden;opacity:0;width:0;padding-right:3px}.WfxTabManager .TabManagerHeaderArea>.TabArea .TabItem.Selected{color:#fff}.WfxTabManager .TabManagerHeaderArea>.TabArea .TabItem.IsHidden{display:none}.WfxTabManager .TabManagerHeaderArea>.TabArea .TabMarker{position:absolute;bottom:0;height:40px}.WfxTabManager .TabManagerHeaderArea>.ButtonArea{height:100%;position:relative;display:flex;align-items:center}@keyframes AWfxTabManagerHeaderAreaIn{from{transform:translate3d(0,-15px,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabManagerHeaderAreaOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,-15px,0);opacity:0}}@keyframes AWfxTabManagerTabAreaIn{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabManagerContentBack{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabManagerContentNext{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.WfxTabModuleManager{outline:0;position:relative;overflow:hidden}.WfxTabModuleManager .TabHeaderArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:48px;display:flex;background-color:#ecf0f1;border-bottom:.5px solid #dee2e3}.WfxTabModuleManager .TabHeaderArea .TabHeaderItemMarker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default!important;pointer-events:none!important;transition-duration:.3s;position:absolute;left:0;top:0;width:0;height:calc(100% + 1px);background-color:#fff;border-left:.5px solid #dee2e3;border-right:.5px solid #dee2e3}.WfxTabModuleManager .TabHeaderArea .TabHeader{position:relative;width:100%;overflow:hidden;height:100%;display:grid;grid-auto-columns:minmax(10px,max-content)}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555;position:relative;padding-right:30px;padding-left:30px;cursor:pointer;align-items:center;display:flex;height:100%;font-size:13px;font-family:RobotoNormal;grid-row:1;transition-duration:.6s;transition-timing-function:ease;transition-property:transform opacity}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem>.Loader{display:flex;align-items:center;width:50px;height:100%;overflow:hidden;position:absolute;left:10px;transition-duration:.3s;transition-delay:0.6s}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem>.Loader .Block{width:3px;height:3px;border-radius:50%;opacity:.1;transform:scale(.7);-moz-transform:scale(.7);-webkit-transform:scale(.7);animation:move 1s infinite linear;-moz-animation:move 1s infinite linear;-webkit-animation:move 1s infinite linear;margin:1px}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem>.Loader .Block1{animation-delay:.4s;-moz-animation-delay:.4s;-webkit-animation-delay:.4s}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem>.Loader .Block2{animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-delay:.3s}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem>.Loader .Block3{animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-delay:.2s}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem i{height:14px;width:14px;font-size:14px;min-width:14px}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem:hover .TabCloseButton.Visible{display:flex}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem:last-child{margin-right:0}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem.Hide{cursor:default!important;pointer-events:none!important;transform:translateY(100%)}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem.Hidden{display:none}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem .TabHeaderItemContent{cursor:default!important;pointer-events:none!important;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative;opacity:0;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s;display:flex;align-items:center}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem .TabCloseButton{position:absolute;top:0;right:0;height:100%;display:none;align-items:center;padding:0 7px;z-index:1;color:#555;opacity:.6}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem .TabCloseButton .IconArea{border-radius:50%;height:16px;width:16px;display:flex;align-items:center;justify-content:center}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem .TabCloseButton .IconArea i{font-size:12px;height:12px;width:12px;min-width:12px}.WfxTabModuleManager .TabHeaderArea .TabHeader .TabHeaderItem .TabCloseButton:hover .IconArea{background-color:#ecf0f1}.WfxTabModuleManager .TabContentArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:calc(100% - 47.5px)}.WfxTabModuleManager .TabContentArea>section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;pointer-events:none;position:relative;height:100%;width:100%;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s;opacity:0;transition-duration:.6s;transition-timing-function:ease;transition-property:opacity}.WfxTabModuleManager .TabContentArea>section.ContentItem{visibility:hidden;position:absolute;left:-9999px;top:-9999px}.WfxTabModuleManager .TabContentArea>section.ContentItem.HasHeader{padding-top:64px}.WfxTabModuleManager .TabContentArea>section.ContentHeader{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;visibility:hidden;position:absolute;left:-9999px;top:-9999px;overflow:hidden;height:64px;background-color:rgba(255,255,255,.9);padding-left:30px;padding-right:15px;display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid #dee2e3}.WfxTabModuleManager .TabContentArea>section.ContentHeader .ContentHeaderContent{font-size:25px;line-height:30px;font-family:inherit;flex-grow:1;max-width:100%}.WfxTabModuleManager .TabContentArea>section.IsDisplayed{visibility:visible;position:absolute;left:0;top:0;opacity:1}.WfxTabModuleManager .TabContentArea>section.PointerEvents{pointer-events:initial}.WfxTabModuleManager .TabContentArea>section.Hide{cursor:default!important;pointer-events:none!important}.WfxTabModuleManager .TabContentArea>section.Hidden{display:none}@keyframes AWfxTabModuleManagerLoaderItem{0%{transform:translate3d(-17px,0,0) rotate(45deg)}100%{transform:translate3d(0,0,0) rotate(45deg)}}@keyframes AWfxTabModuleManagerContentNext{from{transform:translate3d(-20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabModuleManagerContentPrev{from{transform:translate3d(20px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTabModuleManagerClickArea{from{opacity:.1}to{opacity:0}}@keyframes AWfxTabModuleManagerShowHeader{from{opacity:0;transform:translate3d(0,200%,0)}to{transform:translate3d(0,0,0);opacity:1}}.WfxTarget{position:absolute;width:100%;height:0;top:0;left:0}.WfxTarget .CornerContainer{cursor:default!important;pointer-events:none!important;position:absolute}.WfxTarget .CornerContainer .CornerElement{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;border-style:solid;width:20px;height:20px;border-width:0;transform-origin:center center}@keyframes AwfxTargetCornersOut{from{opacity:1}to{opacity:0}}.WfxTargetInfo{position:absolute;width:100%;height:100%;top:0;left:0}.WfxTargetInfo .Blocker{position:fixed;top:0;bottom:0;left:0;right:0;transition-duration:.3s;transition-property:opacity;transition-timing-function:ease}.WfxTargetInfo .Blocker .BlockerItem{position:absolute;background-color:#000}.WfxTargetInfo .CornerContainer{cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;border-radius:3px;transition-duration:.3s;transition-property:opacity;transition-timing-function:ease}.WfxTargetInfo .InfoBox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background-color:#fff;padding:10px;border-radius:3px;animation-timing-function:ease;animation-fill-mode:both}.WfxTargetInfo .InfoBox.Scrollable{padding:0}.WfxTargetInfo .InfoBox .InfoBoxContent{position:relative;max-height:100%;width:100%;overflow:hidden}.WfxTargetInfo .InfoBox.Horizontal .Connector{height:40px;width:20px}.WfxTargetInfo .InfoBox.Vertical .Connector{height:20px;width:40px}.WfxTargetInfo .InfoBox .Connector{overflow:hidden;position:absolute}.WfxTargetInfo .InfoBox .Connector .Arrow{transform:rotate(45deg);background-color:#fff;width:20px;height:20px;position:absolute;top:10px}.WfxTargetInfo .InfoBox .Connector.Left{left:-20px}.WfxTargetInfo .InfoBox .Connector.Left .Arrow{right:-11px}.WfxTargetInfo .InfoBox .Connector.Right{right:-20px}.WfxTargetInfo .InfoBox .Connector.Right .Arrow{left:-11px}.WfxTargetInfo .InfoBox .Connector.Top{top:-20px}.WfxTargetInfo .InfoBox .Connector.Top .Arrow{left:10px}.WfxTargetInfo .InfoBox .Connector.Bottom{bottom:-20px}.WfxTargetInfo .InfoBox .Connector.Bottom .Arrow{left:10px;top:-10px}@keyframes AwfxTargetInfoBackgroundIn{from{opacity:0}to{opacity:1}}@keyframes AwfxTargetInfoBackgroundOut{from{opacity:1}to{opacity:0}}@keyframes AwfxTargetInfoCornersOut{from{opacity:1}to{opacity:0}}@keyframes AWfxTargetInfoTopIn{from{transform:translate3d(0,-15px,0);opacity:0}50%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTargetInfoBottomIn{from{transform:translate3d(0,15px,0);opacity:0}50%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTargetInfoLeftIn{from{transform:translate3d(-15px,0,0);opacity:0}50%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTargetInfoRightIn{from{transform:translate3d(15px,0,0);opacity:0}50%{opacity:1}to{transform:translate3d(0,0,0);opacity:1}}@keyframes AWfxTargetInfoTopOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,-5px,0);opacity:0}}@keyframes AWfxTargetInfoBottomOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,5px,0);opacity:0}}@keyframes AWfxTargetInfoLeftOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(-5px,0,0);opacity:0}}@keyframes AWfxTargetInfoRightOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(5px,0,0);opacity:0}}.WfxTextarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative}.WfxTextarea textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;border:.5px solid #dee2e3;font-family:inherit;color:#000;font-size:13px;padding:5px;overflow-y:auto;overflow-x:hidden;resize:none;border-radius:3px}.WfxTextarea textarea:focus{outline:0}.WfxTextarea:disabled{background-color:#f0f0f0}.WfxTextarea .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxTextarea.Action.HasContext textarea{padding-right:66px}.WfxTextarea.Action textarea{padding-right:32px}.WfxTextarea.HasContext textarea{padding-right:32px}.WfxTextarea>.ContextButton{position:absolute;right:1px;top:1px}.WfxTextarea>.ContextButton.Selected{background-color:#ecf0f1;border:.5px solid #dee2e3}.WfxTextarea>.ContextButton.Selected i{color:#fff}.WfxTextarea>.ContextDropdownview{position:absolute;right:2px;top:-15px;height:46px}.WfxTextbox{position:relative;width:100%;height:30px;border-radius:3px}.WfxTextbox input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;padding-left:5px;padding-right:5px;padding-top:0;width:100%;height:100%;border:.5px solid #dee2e3;color:#000;font-size:13px;font-family:inherit;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxTextbox input:focus{outline:0}.WfxTextbox .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxTextbox.Action input{padding-right:30px}.WfxTextbox.Action .VerifyIcon{left:-20px}.WfxTextbox.Error input{animation-duration:250ms;animation-timing-function:ease;animation-fill-mode:both;animation-iteration-count:infinite;animation-name:AWfxTextboxError}@keyframes AWfxTextboxError{from{border-color:#dee2e3}50%{border-color:#fb4848}to{border-color:#dee2e3}}.WfxTextButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;border-radius:3px;overflow:hidden}.WfxTextButton span{position:relative;margin:5px;font-size:13px;line-height:16px;display:block;white-space:nowrap}.WfxTextButton:hover{color:#fff}.WfxTextButton .Underline{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;bottom:0;left:0;height:2px;margin-left:1px;width:calc(100% - 1px)}.WfxTextButton.Disabled{cursor:default!important;pointer-events:none!important;opacity:.5}.WfxTextButton.Disabled .Underline{display:none}.WfxTextMarker{color:#fff}.WfxTextMarker.BlueDark{background-color:rgba(63,92,169,.5)}.WfxTextMarker.BlueLight{background-color:rgba(26,161,225,.5)}.WfxTextMarker.Dark{background-color:rgba(128,57,123,.5)}.WfxTextMarker.Green{background-color:rgba(179,200,51,.5)}.WfxTextMarker.Red{background-color:rgba(255,198,0,.5)}.WfxTextMarker.Orange{background-color:rgba(251,133,33,.5)}.WfxTile{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%}.WfxTile .TileContainer{position:relative;width:100%;height:100%;display:grid}.WfxTile .TileContainer .TileItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:3px;background-color:#fff;border:.5px solid #dee2e3;overflow:hidden;position:relative;width:100%;height:100%;cursor:pointer;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.3s}.WfxTile .TileContainer .TileItem:hover{background-color:#f8f8f8}.WfxTile .TileContainer .TileItem:focus{outline:0}@keyframes AWfxTileItemIn{from{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes AWfxTileItemOut{from{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.WfxTimeLine{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;width:100%;display:block}.WfxTimeLine .TimeLineContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:flex;height:calc(100% - 17px);border-radius:3px;border:.5px solid #dee2e3;overflow:hidden;justify-content:center;background-color:#fff}.WfxTimeLine .TimeLineContainer .Segment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;width:-webkit-fill-available;display:flex;flex-direction:column;justify-content:end;padding-bottom:10px}.WfxTimeLine .TimeLineContainer .Segment .ContentContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:3;margin-top:5px;position:relative;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity;display:flex;align-items:center;justify-content:center;width:inherit}.WfxTimeLine .TimeLineContainer .Segment .ContentContainer .Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxTimelineHighlight;transform-origin:center;position:absolute;top:0;bottom:0;right:0;left:0;border-radius:50%}.WfxTimeLine .TimeLineContainer .Segment .SegmentBorder{z-index:0;position:absolute;bottom:0;right:0;height:10px;width:100%;border-right:.5px solid #dee2e3}.WfxTimeLine .TimeLineContainer .Segment .HoverArea{z-index:0;display:none;position:absolute;top:0;right:.5px;height:100%;width:calc(100% - .5px);transition-duration:.3s;transition-timing-function:ease;transition-property:opacity;opacity:1}.WfxTimeLine .TimeLineContainer .Segment:hover .HoverArea{display:block;background-color:#f4f6f7}.WfxTimeLine .TimeLineContainer .Segment.Selected .HoverArea{opacity:0}.WfxTimeLine .TimeLineContainer .Segment:last-child .SegmentBorder{border-right:none}.WfxTimeLine .TimeLineContainer .Selector{cursor:default!important;pointer-events:none!important;z-index:2;position:absolute;top:0;background-color:#ecf0f1!important;height:100%;border-right:.5px solid #dee2e3;border-left:.5px solid #dee2e3;transition-duration:.3s;transition-timing-function:ease-out;transition-property:left;overflow:visible}.WfxTimeLine .TimeLineContainer .Selector.Hide{display:none}.WfxTimeLine .DescriptionContainer{background-color:#fff;font-family:RobotoNormal;height:17px;display:flex;width:100%;justify-content:space-between;padding-top:1px}.WfxTimeLine .DescriptionContainer>div:first-letter{text-transform:uppercase}@keyframes AWfxTimelineHighlight{0%{transform:scale(0);opacity:1}100%{transform:scale(2);opacity:0}}.WfxTimeprogress{position:relative}.WfxTimeprogress .Item{line-height:16px;text-align:center;position:relative;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.6s}.WfxTimeprogress .Item>div:first-child{font-family:RobotoNormal}.WfxTimeprogress .Item:first-child{text-align:left}.WfxTimeprogress .Item:last-child{text-align:right}.WfxTimeprogress .Item .Seperator{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;height:5px;margin-top:2px}.WfxTimeprogress .Progressbar{position:relative;height:5px;width:100%;background-color:#ecf0f1}.WfxTimeprogress .Progressbar .Bar{height:100%;transition-duration:.6s}.WfxTimeprogress .TodayMarker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1px;height:5px;transition-duration:.6s}.WfxTimeprogress .TodayText{font-family:RobotoNormal;display:inline-block;line-height:16px;margin-top:2px;transition-duration:.6s}@keyframes AWfxTimeprogressItemIn{from{transform:translate3d(0,-15px,0);opacity:0}50%{transform:translate3d(0,5px,0);opacity:1}to{transform:translate3d(0,0,0);opacity:1}}.WfxTimer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:16px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.WfxTimer.Bold{font-family:RobotoNormal}.WfxTimer.Light{opacity:.6}.WfxTimeselect{position:relative;width:100%;height:30px;border-radius:3px;overflow:hidden}.WfxTimeselect input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;padding-left:5px;padding-right:35px;padding-top:0;width:100%;height:100%;border:.5px solid #dee2e3;color:#000;font-size:13px;font-family:inherit;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxTimeselect input:focus{outline:0}.WfxTimeselect .VerifyIcon{position:relative;top:calc(50% - 10px);right:-10px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxTimeselect .Buttons{position:absolute;top:.5px;right:.5px;height:29.5px;width:29.5px}.WfxTimeselect.Focused .Buttons .WfxIcons{color:#555}.WfxTimeselect.Focused .WfxImageButton:hover .WfxIcons{color:#fff}.WfxTimespan{position:relative;width:100%;height:30px;border-radius:3px;overflow:hidden}.WfxTimespan input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;padding-left:5px;padding-right:35px;padding-top:0;width:100%;height:100%;border:.5px solid #dee2e3;color:#000;font-size:13px;font-family:inherit;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent}.WfxTimespan input:focus{outline:0}.WfxTimespan .VerifyIcon{position:relative;top:calc(50% - 10px);right:-10px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxTimespan .Buttons{position:absolute;top:.5px;right:.5px;height:29.5px;width:29.5px}.WfxTimespan.Focused .Buttons .WfxIcons{color:#555}.WfxTimespan.Focused .WfxImageButton:hover .WfxIcons{color:#fff}.WfxTooltip{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default!important;pointer-events:none!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2);position:fixed;z-index:5001;padding:5px;padding-left:8px;padding-right:8px;background-color:#fff;border-radius:3px;white-space:nowrap;font-size:11px;line-height:14px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.5s;color:#555;opacity:0;transform:scale(.9);transition:opacity .3s ease-in-out,transform .3s ease-in}.WfxTooltip.Active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.18, .89, .43, 1.19)}.WfxTooltip .TooltipContent{position:relative;display:flex;align-items:center}.WfxTooltip .TooltipArrowContainer{position:absolute;width:20px;height:10px;left:calc(50% - 10px);display:flex;align-items:center;justify-content:center;overflow:hidden}.WfxTooltip .TooltipArrowContainer .Arrow{width:10px;height:10px;background-color:#fff;transform:rotate(45deg);margin-top:-10px}.WfxTooltip.Top .TooltipArrowContainer{bottom:-10px}.WfxTooltip.Top .TooltipArrowContainer .Arrow{margin-top:-10px}.WfxTooltip.Bottom .TooltipArrowContainer{top:-10px}.WfxTooltip.Bottom .Arrow{margin-top:10px}.WfxTreeview{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;outline:0;border:.5px solid #dee2e3;border-radius:3px;background-color:#fff;overflow:hidden}.WfxTreeview .TreeviewNode{width:100%;display:flex;align-items:center;height:22px}.WfxTreeview .TreeviewNode.HasContext{width:calc(100% - 30px)}.WfxTreeview .TreeviewNode .ContextMore{position:absolute;right:0;top:0;bottom:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxTreeview .TreeviewNode .ContextMore.ContextVisible:hover{color:#fff;opacity:1!important}.WfxTreeview .TreeviewNode .ContextMore.ContextVisible.Selected{color:#fff;opacity:1!important}.WfxTreeview .TreeviewNode>.Highlight{cursor:default!important;pointer-events:none!important;border-radius:2px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxTreeviewHighlight;position:absolute;left:0;bottom:0;top:0;width:100%}.WfxTreeview .TreeviewNode .TreeviewContent{position:relative;width:100%}.WfxTreeview .k-treeview{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden!important}.WfxTreeview .k-treeview .k-treeview-lines{font-size:13px;margin:0;padding:0}.WfxTreeview .k-treeview .k-treeview-lines .k-item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;cursor:pointer;padding:0;position:relative}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-group{margin-left:16px;padding:0}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-icon{float:left;margin-top:7px;margin-left:0;color:#555}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-icon.k-i-drag-and-drop{margin-top:0;margin-left:initial;float:initial}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-icon:hover{color:#555}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in{position:relative;color:#555;display:block;margin:0;padding:4px;margin-left:16px;line-height:16px;border:none;border-width:0;border-radius:2px}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in .k-image{margin-right:5px}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-focused{box-shadow:none;background:0 0;background-color:#f4f6f7}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-focused .ContextMore.ContextVisible{opacity:.5}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-selected{background:0 0;background-color:#ecf0f1}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-selected .ContextMore.ContextVisible{opacity:.5}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-hover{background:0 0;background-color:#f4f6f7}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in.k-state-hover .ContextMore.ContextVisible{opacity:.2}.WfxTreeview .k-treeview .k-treeview-lines .k-item .k-in .ClickEffect{cursor:default!important;pointer-events:none!important;position:absolute;width:0%;height:100%;top:0;left:0;background:#fff;opacity:.3;border-radius:2px}.WfxTreeview .k-treeview .Disabled{position:absolute;top:0;left:0;bottom:0;right:0}.k-drag-clue{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);border:.5px solid #dee2e3;background-color:#fff;border-radius:3px;padding:5px;padding-top:3px;padding-bottom:3px;height:16px}.k-drag-clue .k-icon{display:none}@keyframes AWfxTreeviewHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxTreeview2{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;width:100%;height:100%;outline:0;border:.5px solid #dee2e3;border-radius:3px;background-color:#fff;overflow:hidden}.WfxTreeview2 .Treeview2{width:100%;outline:0;overflow:hidden;position:relative}.WfxTreeview2 .Treeview2 .TreeviewNode{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:28px;display:flex;align-items:center;position:relative;cursor:pointer;border:.5px solid transparent}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewIcon{position:absolute;left:0;font-size:24px;width:24px;height:24px}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewIcon.Hidden{opacity:0;pointer-events:none}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewIcon.Expanded{transform:rotate(45deg)}.WfxTreeview2 .Treeview2 .TreeviewNode>.Highlight{cursor:default!important;pointer-events:none!important;border-radius:2px;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxTreeviewHighlight2;position:absolute;left:0;bottom:0;top:0;width:100%}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewContent{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;align-items:center;width:100%}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewContent.HasCheckbox{width:calc(100% - 30px)}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewContent.HasContext{width:calc(100% - 30px)}.WfxTreeview2 .Treeview2 .TreeviewNode>.TreeviewContent.HasCheckbox.HasContext{width:calc(100% - 30px - 24px)}.WfxTreeview2 .Treeview2 .TreeviewNode:hover{background-color:#f4f6f7;border-radius:3px}.WfxTreeview2 .Treeview2 .TreeviewNode:hover>.ContextMore.ContextVisible{opacity:.2}.WfxTreeview2 .Treeview2 .TreeviewNode.Selected{background-color:#ecf0f1;border-radius:3px;border:.5px solid #dee2e3}.WfxTreeview2 .Treeview2 .TreeviewNode.Selected>.ContextMore.ContextVisible{opacity:.5}.WfxTreeview2 .Treeview2 .TreeviewNode>.ContextMore{position:absolute;right:0;top:0;bottom:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0}.WfxTreeview2 .Treeview2 .TreeviewNode>.ContextMore.ContextVisible:hover{color:#fff;opacity:1!important}.WfxTreeview2 .Treeview2 .TreeviewNode>.ContextMore.ContextVisible.Selected{color:#fff;opacity:1!important}.WfxTreeview2 .Treeview2 .TreeviewNode.DropEffect{border-color:#57c86a}.WfxTreeview2 .Treeview2 .TreeviewNode.TopDropEffect{border-top-color:#57c86a}.WfxTreeview2 .Treeview2 .TreeviewNode.BottomDropEffect{border-bottom-color:#57c86a}.WfxTreeview2 .Treeview2 .TreeviewCheckbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fff;width:16px;height:16px;min-height:16px;margin-left:4px;margin-right:4px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:3px;overflow:hidden;border:.5px solid #dee2e3}.WfxTreeview2 .Treeview2 .TreeviewCheckbox i{cursor:default!important;pointer-events:none!important;font-size:14px;width:14px;height:14px;color:#fff;position:relative;transition-duration:.3s;transition-timing-function:ease;transform:scale(0);opacity:0}.WfxTreeview2 .Treeview2 .TreeviewCheckbox.Checked i{opacity:1;transform:scale(1)}.WfxTreeview2 .Treeview2 .TreeviewCheckbox.NoAnimation i{transition-duration:0s}.WfxTreeview2 .Treeview2 .TreeviewCheckbox.CheckboxDisabled{cursor:default!important;pointer-events:none!important}.WfxTreeview2 .Treeview2 .TreeviewCheckbox.CheckboxDisabled i{opacity:.3}.WfxTreeview2 .MoveCursor{cursor:move!important}.WfxTreeview2.TreeviewDropIndicator{cursor:default!important;pointer-events:none!important;display:none;position:absolute;left:0;top:0;background:0 0;border:none;width:26px;height:28px}.WfxTreeview2.TreeviewDropIndicator .WfxIcons{color:#57c86a;height:28px;width:26px;font-size:28px}.WfxTreeview2.TreeviewDragInfo{display:none;position:absolute;left:0;right:0;background-color:#fff;width:max-content;height:max-content;border:.5px solid #dee2e3;align-items:center}.WfxTreeview2.TreeviewDragInfo.Visible{display:flex}.WfxTreeview2.TreeviewDragInfo .DragContent{border-left:.5px solid #dee2e3;width:100%;height:28px;display:flex;position:relative;align-items:center}.WfxTreeview2.TreeviewDragInfo .DragAllowedIcon,.WfxTreeview2.TreeviewDragInfo .DragNotAllowedIcon{display:none;padding-left:5px;padding-right:5px;height:100%}.WfxTreeview2.TreeviewDragInfo .DragAllowedIcon.Visible,.WfxTreeview2.TreeviewDragInfo .DragNotAllowedIcon.Visible{display:flex;align-items:center}.WfxTreeview2.TreeviewDragInfo .DragAllowedIcon .WfxIcons,.WfxTreeview2.TreeviewDragInfo .DragNotAllowedIcon .WfxIcons{color:red;width:20px;height:20px;font-size:20px}@keyframes AWfxTreeviewHighlight2{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}.WfxValueButton{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;background-color:#fff;height:30px;padding-left:5px;padding-right:5px;cursor:pointer;color:#000;border-radius:3px;border:.5px solid #dee2e3;overflow:hidden}.WfxValueButton .Placeholder{display:flex;align-items:center;color:#d6d6d6;position:relative;width:100%;height:100%;text-transform:none;text-align:left;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.WfxValueButton .ValueContainer{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;height:100%;width:100%;display:flex;align-items:center}.WfxValueButton:focus{outline:0}.WfxValueButton:hover{background-color:#f8f8f8}.WfxValueButton.Disabled{cursor:default!important;pointer-events:none!important}.WfxValueButton.ReadOnly:hover{background-color:#fff!important}.WfxValueButton .VerifyIcon{position:relative;top:calc(50% - 10px);left:5px;font-size:20px;width:20px;height:20px;color:#ffa15b}.WfxVerifyContainer{width:30px;height:100%;cursor:pointer;display:none;background-position:center center;background-repeat:no-repeat;position:absolute;top:0;right:0}.WfxVerifyBorder{border:1px solid red!important}.WfxVideoPreview{height:100%;width:100%;overflow:hidden;position:relative;background-color:#000}.WfxVideoPreview video{height:100%;width:100%}.WfxWidget{position:relative;margin:-1px}.WfxWidget>ul{margin:0;padding:0}.WfxWidget>ul>li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;border:1px solid #dee2e3;overflow:hidden;list-style:none;animation-timing-function:ease;transition-duration:.3s;transition-timing-function:ease}.WfxWidget>ul>li.dragging{transition:none!important}.WfxWidget>ul>li.NoTransition{transition:none!important}.WfxWidget>ul>li.Transparent{box-shadow:none;border:none}.WfxWidget>ul>li.Transparent .ContentContainer{background-color:transparent!important}.WfxWidget>ul>li[data-col="50"]{left:3150.5px}.WfxWidget>ul>li[data-col="49"]{left:3087.5px}.WfxWidget>ul>li[data-col="48"]{left:3024.5px}.WfxWidget>ul>li[data-col="47"]{left:2961.5px}.WfxWidget>ul>li[data-col="46"]{left:2898.5px}.WfxWidget>ul>li[data-col="45"]{left:2835.5px}.WfxWidget>ul>li[data-col="44"]{left:2772.5px}.WfxWidget>ul>li[data-col="43"]{left:2709.5px}.WfxWidget>ul>li[data-col="42"]{left:2646.5px}.WfxWidget>ul>li[data-col="41"]{left:2583.5px}.WfxWidget>ul>li[data-col="40"]{left:2520.5px}.WfxWidget>ul>li[data-col="39"]{left:2457.5px}.WfxWidget>ul>li[data-col="38"]{left:2394.5px}.WfxWidget>ul>li[data-col="37"]{left:2331.5px}.WfxWidget>ul>li[data-col="36"]{left:2268.5px}.WfxWidget>ul>li[data-col="35"]{left:2205.5px}.WfxWidget>ul>li[data-col="34"]{left:2079.5px}.WfxWidget>ul>li[data-col="33"]{left:2016.5px}.WfxWidget>ul>li[data-col="32"]{left:1953.5px}.WfxWidget>ul>li[data-col="31"]{left:1890.5px}.WfxWidget>ul>li[data-col="30"]{left:1827.5px}.WfxWidget>ul>li[data-col="29"]{left:1764.5px}.WfxWidget>ul>li[data-col="28"]{left:1701.5px}.WfxWidget>ul>li[data-col="27"]{left:1638.5px}.WfxWidget>ul>li[data-col="26"]{left:1575.5px}.WfxWidget>ul>li[data-col="25"]{left:1512.5px}.WfxWidget>ul>li[data-col="24"]{left:1449.5px}.WfxWidget>ul>li[data-col="23"]{left:1386.5px}.WfxWidget>ul>li[data-col="22"]{left:1323.5px}.WfxWidget>ul>li[data-col="21"]{left:1260.5px}.WfxWidget>ul>li[data-col="20"]{left:1197.5px}.WfxWidget>ul>li[data-col="19"]{left:1134.5px}.WfxWidget>ul>li[data-col="18"]{left:1071.5px}.WfxWidget>ul>li[data-col="17"]{left:1008.5px}.WfxWidget>ul>li[data-col="16"]{left:945.5px}.WfxWidget>ul>li[data-col="15"]{left:882.5px}.WfxWidget>ul>li[data-col="14"]{left:819.5px}.WfxWidget>ul>li[data-col="13"]{left:756.5px}.WfxWidget>ul>li[data-col="12"]{left:693.5px}.WfxWidget>ul>li[data-col="11"]{left:630.5px}.WfxWidget>ul>li[data-col="10"]{left:567.5px}.WfxWidget>ul>li[data-col="9"]{left:504.5px}.WfxWidget>ul>li[data-col="8"]{left:441.5px}.WfxWidget>ul>li[data-col="7"]{left:378.5px}.WfxWidget>ul>li[data-col="6"]{left:315.5px}.WfxWidget>ul>li[data-col="5"]{left:252.5px}.WfxWidget>ul>li[data-col="4"]{left:189.5px}.WfxWidget>ul>li[data-col="3"]{left:126.5px}.WfxWidget>ul>li[data-col="2"]{left:63.5px}.WfxWidget>ul>li[data-col="1"]{left:.5px}.WfxWidget>ul>li[data-row="40"]{top:1989.5px}.WfxWidget>ul>li[data-row="39"]{top:1938.5px}.WfxWidget>ul>li[data-row="38"]{top:1887.5px}.WfxWidget>ul>li[data-row="37"]{top:1836.5px}.WfxWidget>ul>li[data-row="36"]{top:1785.5px}.WfxWidget>ul>li[data-row="35"]{top:1734.5px}.WfxWidget>ul>li[data-row="34"]{top:1683.5px}.WfxWidget>ul>li[data-row="33"]{top:1632.5px}.WfxWidget>ul>li[data-row="32"]{top:1581.5px}.WfxWidget>ul>li[data-row="31"]{top:1530.5px}.WfxWidget>ul>li[data-row="30"]{top:1479.5px}.WfxWidget>ul>li[data-row="29"]{top:1428.5px}.WfxWidget>ul>li[data-row="28"]{top:1377.5px}.WfxWidget>ul>li[data-row="27"]{top:1326.5px}.WfxWidget>ul>li[data-row="26"]{top:1275.5px}.WfxWidget>ul>li[data-row="25"]{top:1224.5px}.WfxWidget>ul>li[data-row="24"]{top:1173.5px}.WfxWidget>ul>li[data-row="23"]{top:1122.5px}.WfxWidget>ul>li[data-row="22"]{top:1071.5px}.WfxWidget>ul>li[data-row="21"]{top:1020.5px}.WfxWidget>ul>li[data-row="20"]{top:969.5px}.WfxWidget>ul>li[data-row="19"]{top:918.5px}.WfxWidget>ul>li[data-row="18"]{top:867.5px}.WfxWidget>ul>li[data-row="17"]{top:816.5px}.WfxWidget>ul>li[data-row="16"]{top:765.5px}.WfxWidget>ul>li[data-row="15"]{top:714.5px}.WfxWidget>ul>li[data-row="14"]{top:663.5px}.WfxWidget>ul>li[data-row="13"]{top:612.5px}.WfxWidget>ul>li[data-row="12"]{top:561.5px}.WfxWidget>ul>li[data-row="11"]{top:510.5px}.WfxWidget>ul>li[data-row="10"]{top:459.5px}.WfxWidget>ul>li[data-row="9"]{top:408.5px}.WfxWidget>ul>li[data-row="8"]{top:357.5px}.WfxWidget>ul>li[data-row="7"]{top:306.5px}.WfxWidget>ul>li[data-row="6"]{top:255.5px}.WfxWidget>ul>li[data-row="5"]{top:204.5px}.WfxWidget>ul>li[data-row="4"]{top:153.5px}.WfxWidget>ul>li[data-row="3"]{top:102.5px}.WfxWidget>ul>li[data-row="2"]{top:51.5px}.WfxWidget>ul>li[data-row="1"]{top:.5px}.WfxWidget>ul>li[data-sizey="1"]{height:50px}.WfxWidget>ul>li[data-sizey="2"]{height:101px}.WfxWidget>ul>li[data-sizey="3"]{height:152px}.WfxWidget>ul>li[data-sizey="4"]{height:203px}.WfxWidget>ul>li[data-sizey="5"]{height:254px}.WfxWidget>ul>li[data-sizey="6"]{height:305px}.WfxWidget>ul>li[data-sizey="7"]{height:356px}.WfxWidget>ul>li[data-sizey="8"]{height:407px}.WfxWidget>ul>li[data-sizey="9"]{height:458px}.WfxWidget>ul>li[data-sizey="10"]{height:509px}.WfxWidget>ul>li[data-sizey="11"]{height:560px}.WfxWidget>ul>li[data-sizey="12"]{height:611px}.WfxWidget>ul>li[data-sizey="13"]{height:662px}.WfxWidget>ul>li[data-sizey="14"]{height:713px}.WfxWidget>ul>li[data-sizey="15"]{height:764px}.WfxWidget>ul>li[data-sizey="16"]{height:815px}.WfxWidget>ul>li[data-sizey="17"]{height:866px}.WfxWidget>ul>li[data-sizey="18"]{height:917px}.WfxWidget>ul>li[data-sizey="19"]{height:968px}.WfxWidget>ul>li[data-sizey="20"]{height:1019px}.WfxWidget>ul>li[data-sizey="21"]{height:1070px}.WfxWidget>ul>li[data-sizey="22"]{height:1121px}.WfxWidget>ul>li[data-sizey="23"]{height:1172px}.WfxWidget>ul>li[data-sizey="24"]{height:1223px}.WfxWidget>ul>li[data-sizey="25"]{height:1274px}.WfxWidget>ul>li[data-sizey="26"]{height:1325px}.WfxWidget>ul>li[data-sizey="27"]{height:1376px}.WfxWidget>ul>li[data-sizey="28"]{height:1427px}.WfxWidget>ul>li[data-sizey="29"]{height:1478px}.WfxWidget>ul>li[data-sizey="30"]{height:1529px}.WfxWidget>ul>li[data-sizey="31"]{height:1580px}.WfxWidget>ul>li[data-sizey="32"]{height:1631px}.WfxWidget>ul>li[data-sizey="33"]{height:1682px}.WfxWidget>ul>li[data-sizey="34"]{height:1733px}.WfxWidget>ul>li[data-sizey="35"]{height:1784px}.WfxWidget>ul>li[data-sizey="36"]{height:1835px}.WfxWidget>ul>li[data-sizey="37"]{height:1886px}.WfxWidget>ul>li[data-sizey="38"]{height:1937px}.WfxWidget>ul>li[data-sizex="1"]{width:62px}.WfxWidget>ul>li[data-sizex="2"]{width:125px}.WfxWidget>ul>li[data-sizex="3"]{width:188px}.WfxWidget>ul>li[data-sizex="4"]{width:251px}.WfxWidget>ul>li[data-sizex="5"]{width:314px}.WfxWidget>ul>li[data-sizex="6"]{width:377px}.WfxWidget>ul>li[data-sizex="7"]{width:440px}.WfxWidget>ul>li[data-sizex="8"]{width:503px}.WfxWidget>ul>li[data-sizex="9"]{width:566px}.WfxWidget>ul>li[data-sizex="10"]{width:629px}.WfxWidget>ul>li[data-sizex="11"]{width:692px}.WfxWidget>ul>li[data-sizex="12"]{width:755px}.WfxWidget>ul>li[data-sizex="13"]{width:818px}.WfxWidget>ul>li[data-sizex="14"]{width:881px}.WfxWidget>ul>li[data-sizex="15"]{width:944px}.WfxWidget>ul>li[data-sizex="16"]{width:1007px}.WfxWidget>ul>li[data-sizex="17"]{width:1070px}.WfxWidget>ul>li[data-sizex="18"]{width:1133px}.WfxWidget>ul>li[data-sizex="19"]{width:1196px}.WfxWidget>ul>li[data-sizex="20"]{width:1259px}.WfxWidget>ul>li[data-sizex="21"]{width:1322px}.WfxWidget>ul>li[data-sizex="22"]{width:1385px}.WfxWidget>ul>li[data-sizex="23"]{width:1448px}.WfxWidget>ul>li[data-sizex="24"]{width:1511px}.WfxWidget>ul>li[data-sizex="25"]{width:1574px}.WfxWidget>ul>li[data-sizex="26"]{width:1637px}.WfxWidget>ul>li[data-sizex="27"]{width:1700px}.WfxWidget>ul>li[data-sizex="28"]{width:1763px}.WfxWidget>ul>li[data-sizex="29"]{width:1826px}.WfxWidget>ul>li[data-sizex="30"]{width:1889px}.WfxWidget.NoTransition li{transition:0s!important}.WfxWidget .ContentContainer{position:relative;width:100%;height:100%;transition-duration:.3s;transition-timing-function:ease;transition-property:background-color}.WfxWidget .EditArea{position:absolute;left:0;top:0;bottom:0;right:0;cursor:pointer}.WfxWidget .EditArea .EditContainer{position:absolute;right:5px;top:5px;display:flex}.WfxWidget .ClickArea{cursor:default!important;pointer-events:none!important;position:absolute;left:0;top:0;bottom:0;right:0}.WfxWidget .Loader{top:0;left:0;position:absolute;align-items:center;justify-content:center;display:flex;width:100%;height:100%}.WfxWidget .Loader .Item{width:2px;height:2px;opacity:.1;-moz-transform:scale(.7);-webkit-transform:scale(.7);-moz-animation:move 1s infinite linear;-webkit-animation:move 1s infinite linear;margin:1px}.WfxWidget .Loader #Block1{-moz-animation-delay:.4s;-webkit-animation-delay:.4s}.WfxWidget .Loader #Block2{-moz-animation-delay:.3s;-webkit-animation-delay:.3s}.WfxWidget .Loader #Block3{-moz-animation-delay:.2s;-webkit-animation-delay:.2s}.WfxWidget .Loader #Block4{-moz-animation-delay:.3s;-webkit-animation-delay:.3s}.WfxWidget .Loader #Block5{-moz-animation-delay:.4s;-webkit-animation-delay:.4s}.WfxWidget .EditBackground{cursor:default!important;pointer-events:none!important;position:absolute;left:.5px;top:.5px;bottom:-100%;right:-100%;opacity:0;background-image:url(Widgets/EditBackground.png);transform-origin:0% 0%;transform:scale(.5)}.WfxWidget .Widgets{position:relative}@-moz-keyframes move{0%{-moz-transform:scale(1.2);opacity:1}100%{-moz-transform:scale(.7);opacity:.1}}@-webkit-keyframes move{0%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(.7);opacity:.1}}.WfxWindow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.WfxWindow>.Background{cursor:default!important;pointer-events:none!important;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity}.WfxWindow .Window{position:absolute;right:40px;top:40px;bottom:40px;background-color:#fff;border-radius:3px;border:.5px solid #dee2e3;opacity:0;transition:opacity .3s ease-in-out,transform .3s ease-in,width .3s ease,height .3s ease;box-shadow:2px 2px 20px 0 rgba(0,0,0,.2);min-height:30px}.WfxWindow .Window>.ContentArea{position:relative;width:100%}.WfxWindow .Window>.ButtonArea{position:absolute;right:.5px;top:.5px;display:flex}.WfxWindow.InActive .Window{transform:scale(.9)}.WfxWindow.NoAnimation .Window{transition-duration:0s}.WfxWindow.Active .Window{opacity:1;transform:scale(1)!important;transition:transform .3s cubic-bezier(.18, .83, .43, 1.19),width .3s ease,height .3s ease}.WfxWindow.Active .ShowBackground{opacity:.4}.WfxWorkflow{position:relative;width:100%;height:100%;outline:0;overflow:hidden;background-color:#fff;border:.5px solid #dee2e3;border-radius:3px}.WfxWorkflow .MoveCursor{cursor:move!important}.WfxWorkflow>.WfxScroller>.Rail,.WfxWorkflow>.WfxScroller>.RailH{z-index:6!important}.WfxWorkflow .WorkflowContainer{position:relative;background-color:#fff;transform-origin:0 0;outline:0;user-select:none}.WfxWorkflow .WorkflowContainer .GridLinesContainer{position:relative;width:100%;height:100%}.WfxWorkflow .WorkflowContainer .GridLinesContainer .GridLines{position:absolute;left:0;top:0;right:0;bottom:0}.WfxWorkflow .WorkflowContainer .GridLinesContainer .GridLines .X{position:absolute;margin:-1px;width:1px;height:100%;border-right:.5px dashed #dee2e3}.WfxWorkflow .WorkflowContainer .GridLinesContainer .GridLines .X.First{opacity:0}.WfxWorkflow .WorkflowContainer .GridLinesContainer .GridLines .Y{position:absolute;margin:-1px;width:100%;height:1px;border-bottom:.5px dashed #dee2e3}.WfxWorkflow .WorkflowContainer .GridLinesContainer .GridLines .Y.First{opacity:0}.WfxWorkflow .WorkflowContainer .LinksContainer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}.WfxWorkflow .WorkflowContainer .LinksContainer .Links{width:100%;height:100%}.WfxWorkflow .WorkflowContainer .LinksContainer .Links .Link{stroke:#dee2e3;fill:#dee2e3;stroke-width:1px}.WfxWorkflow .WorkflowContainer .LinksContainer .Links .Link.Hover{cursor:pointer}.WfxWorkflow .WorkflowContainer .LinksContainer .Links .Link.Selected{stroke-width:1.5px}.WfxWorkflow .WorkflowContainer .LinksContainer .Links .LinkBackground{stroke:transparent;fill:transparent;stroke-width:10px}.WfxWorkflow .WorkflowContainer .LinksContainer .Links .LinkBackground.Hover{cursor:pointer}.WfxWorkflow .WorkflowContainer .WorkflowItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;border:.5px solid #dee2e3;border-radius:3px;width:max-content;height:max-content;background-color:#fff;z-index:2;cursor:pointer}.WfxWorkflow .WorkflowContainer .WorkflowItem.HiddenBorder{border-color:transparent}.WfxWorkflow .WorkflowContainer .WorkflowItem>.Content{position:absolute;padding:10px;z-index:3;left:0;top:0;bottom:0;right:0}.WfxWorkflow .WorkflowContainer .WorkflowItem>.Highlight{cursor:default!important;pointer-events:none!important;animation-timing-function:ease;animation-fill-mode:both;animation-duration:.9s;animation-name:AWfxWorkflowHighlight;position:absolute;border-radius:2px;left:.5px;top:.5px;bottom:.5px;right:.5px;z-index:4}.WfxWorkflow .WorkflowContainer .WorkflowItem.Animations{transition-property:left,top;transition-duration:1s}.WfxWorkflow .WorkflowContainer .WorkflowItem.AnimationsMini{transition-property:left,top,width,height;transition-duration:.2s}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector{visibility:hidden;position:absolute}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:5;border-radius:50%;width:16px;height:16px;border:2px solid #57c86a;background-color:#fff}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.North{left:-50%}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.North.Selected{background-color:#57c86a}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.East{left:calc(-50% - 1px);top:-8px}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.East.Selected{background-color:#57c86a}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.South{left:-50%;top:7px}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.South.Selected{background-color:#57c86a}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.West{left:calc(-50% + 1px);top:-8px}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector .ConnectorContainer.West.Selected{background-color:#57c86a}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector.North{left:50%;top:-8px}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector.East{left:calc(100% + 1px);top:50%}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector.South{left:50%;bottom:-1px}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector.West{left:-1px;top:50%}.WfxWorkflow .WorkflowContainer .WorkflowItem .Connector.Visible{visibility:visible}.WfxWorkflow .WorkflowContainer .WorkflowItem>.ContextMore{position:absolute;right:0;top:0;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:3px;opacity:0;z-index:4}.WfxWorkflow .WorkflowContainer .WorkflowItem>.ContextMore:not(.Visible){opacity:0!important}.WfxWorkflow .WorkflowContainer .WorkflowItem>.ContextMore.Visible:hover{color:#fff;opacity:1!important}.WfxWorkflow .WorkflowContainer .WorkflowItem>.ContextMore.Visible.Selected{color:#fff;opacity:1!important}.WfxWorkflow .WorkflowContainer .WorkflowItem:hover{background-color:#f8f8f8}.WfxWorkflow .WorkflowContainer .WorkflowItem:hover>.ContextMore{opacity:.2}.WfxWorkflow .WorkflowContainer .MarkerItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;border:.5px solid #dee2e3;border-radius:3px;z-index:6}.WfxWorkflow .SelectionRect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:4;display:none;position:absolute;left:0;top:0;right:0;bottom:0;border:2px solid #57c86a;border-radius:3px}.WfxWorkflow .SelectionRect.Visible{display:block}@keyframes AWfxWorkflowHighlight{0%{width:0%;opacity:.5}100%{width:100%;opacity:0}}