@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;line-height:1;vertical-align:baseline;font-family:Open Sans,sans-serif;zoom:1;outline:none;color:inherit;box-sizing:border-box}sup{vertical-align:super;font-size:smaller}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}td,th{text-align:left;font-weight:400;vertical-align:middle}strong{font-weight:700}input,select{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ddd}::-webkit-scrollbar-thumb{background:#629cc0}::-webkit-scrollbar-thumb:hover{background:#2e83b8}.l-rel{position:relative}.l-abs{position:absolute}.l-pointer{cursor:pointer}.l-text-overflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.l-flex{display:flex}.l-row{display:flex;flex-direction:row}.l-col{display:flex;flex-direction:column}.l-col-reverse{display:flex;flex-direction:column-reverse}.l-flex-wrap{flex-wrap:wrap}.l-flex-wrap-reverse{flex-wrap:wrap-reverse}.l-flex-start{justify-content:flex-start}.l-flex-end{justify-content:flex-end}.l-flex-center{justify-content:center}.l-flex-around{justify-content:space-around}.l-flex-between{justify-content:space-between}.l-flex-evenly{justify-content:space-evenly}.l-flexa-start{align-items:flex-start}.l-flexa-end{align-items:flex-end}.l-flexa-center{align-items:center}.l-flexa-stretch{align-items:stretch}.l-flexa-baseline{align-items:baseline}.l-row-container{margin:0 -5px}.l-row-element{margin:0 5px}.l-element{padding:.45em .95em}.l-element-line{padding:.45em 0}.l-button{background-color:var(--clr-button);color:#fff;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center}.l-button:active:not(:disabled){position:relative;left:1px;top:1px}.l-italic{font-style:italic}.l-flex-10{flex:.1}.l-flex-20{flex:.2}.l-flex-25{flex:.25}.l-flex-30{flex:.3}.l-flex-40{flex:.4}.l-flex-50{flex:.5}.l-flex-60{flex:.6}.l-flex-70{flex:.7}.l-flex-75{flex:.75}.l-flex-80{flex:.8}.l-flex-90{flex:.9}.l-flex-100{flex:1}.l-flex-150{flex:1.5}.l-flex-200{flex:2}.l-flex-300{flex:3}.l-flex-400{flex:4}.l-flex-500{flex:5}:root{--l-clr-base: #5C9BAA;--l-clr-base-contrast: #fff;--l-clr-base-light: rgb(125.5201612903, 175.564516129, 187.4798387097);--l-clr-base-dark: #4A7F87;--l-clr-base-dark-more: rgb(68.5827751196, 117.7028708134, 125.1172248804);--l-clr-content: #e3e7e8;--l-clr-text-default: #111;--l-clr-background: #fff;--l-clr-background-light: #c5c5c5;--l-clr-background-clean: #fff;--l-clr-component-content: #e3e7e8;--l-clr-component-content-darken: #C8C7C7;--l-clr-component-border: #ddd;--l-clr-component-border-focus: #777;--l-clr-component-focus: #777;--l-clr-active: #00ECFF;--l-clr-button: var(--l-clr-base);--l-clr-button-text: var(--l-clr-text-default);--l-clr-button-hover: var(--l-clr-base);--l-clr-button-hover-text: var(--l-clr-active);--l-clr-button-disabled: var(--l-clr-base);--l-clr-button-disabled-text: #afafaf;--l-clr-notice: #ffb24d;--l-clr-success: #45c971;--l-clr-success-dark: color.adjust(#45c971, $lightness: -5%);--l-clr-warn: darkorange;--l-clr-danger: #f44034;--l-clr-danger-dark: color.adjust(#f44034, $lightness: -5%);--l-clr-error: #f44034;--l-clr-loader: rgba(255,255,255, .7);--l-clr-link: #328FC6;--l-clr-nav-bg: #424242;--l-clr-selected: #ffb24d;--l-clr-selected-light: #dfeaf1;--l-clr-shadow: rgba(0,0,0,.3);--l-clr-hover: #00ECFF;--l-clr-hover-light: #dee8ed;--l-clr-hover-dark: #00afbd;--l-clr-waiting: #fff5b8;--l-clr-changed: #fff5b8}.l-animation_fade-show{animation-name:l-animation_fade-show;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1;will-change:auto}@keyframes l-animation_fade-show{0%{opacity:0}80%{opacity:.9}to{opacity:1}}.l-animation_fade-hide{animation-name:l-animation_fade-hide;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:0;will-change:auto}@keyframes l-animation_fade-hide{0%{opacity:1}20%{opacity:.9}to{opacity:0}}.l-animation_slideRight-show{animation-name:l-animation_slideRight-show;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:top}@keyframes l-animation_slideRight-show{0%{transform:translate(100%)}to{transform:translate(0)}}.l-animation_slideRight-hide{animation-name:l-animation_slideRight-hide;animation-duration:.15s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:top}@keyframes l-animation_slideRight-hide{0%{transform:translate(0)}to{transform:translate(100%)}}.l-animation_slideUp-show{animation-name:l-animation_slideUp-show;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:top}@keyframes l-animation_slideUp-show{0%{transform:scaleY(1);opacity:0}1%{transform:scaleY(0);opacity:1}80%{transform:scaleY(1.1)}to{transform:scaleY(1)}}.l-animation_slideUp-hide{animation-name:l-animation_slideUp-hide;animation-duration:.15s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:top}@keyframes l-animation_slideUp-hide{0%{transform:scaleY(1)}20%{transform:scaleY(1.1)}to{transform:scaleY(0)}}.l-animation_slideUpReverse-show{animation-name:l-animation_slideUp-show;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:bottom}.l-animation_slideUpReverse-hide{animation-name:l-animation_slideUp-hide;animation-duration:.15s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto;transform-origin:bottom}.l-animation_dialog-show{animation-name:l-animation_dialog-show;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;will-change:auto}@keyframes l-animation_dialog-show{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}.l-animation_dialog-hide{animation-name:l-animation_dialog-hide;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;transform:scale(0);will-change:auto}@keyframes l-animation_dialog-hide{0%{transform:scale(1)}20%{transform:scale(1.1)}to{transform:scale(0)}}.l-close{height:29px;width:29px;position:absolute;right:0;top:0;z-index:2;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg4'%20version='1.1'%20fill='none'%20viewBox='0%200%2018%2018'%20height='18'%20width='18'%3e%3cdefs%20id='defs8'%20/%3e%3cpath%20id='path2'%20fill='%23fff'%20d='M%2014.25,4.8%2013.2,3.75%209,7.95%204.8,3.75%203.75,4.8%207.95,9%20l%20-4.2,4.20001%201.05,1.05%204.2,-4.2%204.2,4.2%201.05,-1.05%20L%2010.05,9%20Z'%20clip-rule='evenodd'%20fill-rule='evenodd'%20/%3e%3c/svg%3e") center/80% no-repeat;cursor:pointer}.l-close.green{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg4'%20version='1.1'%20fill='none'%20viewBox='0%200%2018%2018'%20height='18'%20width='18'%3e%3cdefs%20id='defs8'%20/%3e%3cpath%20id='path2'%20fill='%231f869e'%20d='M%2014.25,4.8%2013.2,3.75%209,7.95%204.8,3.75%203.75,4.8%207.95,9%20l%20-4.2,4.20001%201.05,1.05%204.2,-4.2%204.2,4.2%201.05,-1.05%20L%2010.05,9%20Z'%20clip-rule='evenodd'%20fill-rule='evenodd'%20/%3e%3c/svg%3e") center/80% no-repeat}.l-close.black{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg4'%20version='1.1'%20fill='none'%20viewBox='0%200%2018%2018'%20height='18'%20width='18'%3e%3cdefs%20id='defs8'%20/%3e%3cpath%20id='path2'%20fill='%231f869e'%20d='M%2014.25,4.8%2013.2,3.75%209,7.95%204.8,3.75%203.75,4.8%207.95,9%20l%20-4.2,4.20001%201.05,1.05%204.2,-4.2%204.2,4.2%201.05,-1.05%20L%2010.05,9%20Z'%20clip-rule='evenodd'%20fill-rule='evenodd'%20/%3e%3c/svg%3e") center/80% no-repeat;filter:brightness(0)}.l-close:hover{opacity:.7}.l-button{background-color:var(--l-clr-button);color:var(--l-clr-button-text);cursor:pointer}.l-button:hover{background-color:var(--l-clr-button-hover);color:var(--l-clr-button-hover-text)}.l-button:disabled{background-color:var(--l-clr-button-disabled);color:var(--l-clr-button-disabled-text);cursor:default}.l-dialog-wrapper{height:100%;width:100%;top:0;left:0;position:absolute;z-index:10;display:flex;align-items:center;justify-content:center}.l-dialog-wrapper .l-dialog-wrapper-bg{height:100%;width:100%;top:0;left:0;position:absolute;background-color:#00000080;z-index:0}.l-dialog-wrapper .l-dialog-wrapper-content{z-index:1;box-shadow:2px 2px 7px #0000004d}.l-dialog-wrapper.l-global,.l-dialog-wrapper.l-global .l-dialog-wrapper-bg{height:100vh;width:100vw}.l-pop-log-hook{position:fixed;right:5px;bottom:5px;z-index:100;width:400px;max-width:20%;min-width:400px}.l-pop-log{position:relative;opacity:0;padding:10px 20px;margin-top:5px;background-color:#d00;color:#fff;transition:.5s ease-in}.l-pop-log.notice{background-color:#00598e}.l-pop-log.success{background-color:var(--l-clr-success)}.l-pop-log.warning{background-color:var(--l-clr-warn)}.l-pop-log.error{background-color:var(--l-clr-error)}.l-pop-log:hover .l-pop-log__close{opacity:.7}.l-pop-log .l-pop-log__close{height:12px;width:12px;position:absolute;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='56mm'%20height='56mm'%20viewBox='0%200%2056%2056'%20version='1.1'%20id='svg8'%20sodipodi:docname='icon-x_white.svg'%20inkscape:version='0.92.2%20(5c3e80d,%202017-08-06)'%3e%3cdefs%20id='defs2'%20/%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='1.4'%20inkscape:cx='307.64212'%20inkscape:cy='192.19368'%20inkscape:document-units='mm'%20inkscape:current-layer='layer1'%20showgrid='false'%20inkscape:window-width='1920'%20inkscape:window-height='1017'%20inkscape:window-x='-8'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20/%3e%3cmetadata%20id='metadata5'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-241)'%3e%3crect%20style='opacity:1;fill:%23ffffff;stroke-width:0.13333963'%20id='rect49'%20width='53.282597'%20height='10.053321'%20x='-197.05405'%20y='204.98407'%20ry='0.94997895'%20transform='rotate(-44.999997)'%20/%3e%3crect%20style='opacity:1;fill:%23ffffff;stroke-width:0.13333963'%20id='rect49-9'%20width='53.282597'%20height='10.053321'%20x='183.36942'%20y='165.38609'%20ry='0.94997895'%20transform='rotate(44.999997)'%20/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:contain;cursor:pointer;opacity:0;top:7px;right:7px}.l-pop-log .l-pop-log__close:hover{opacity:1}.l-pop-log .l-pop-log__life{height:5px;width:100%;position:absolute;left:0;bottom:0;transition:4.95s linear;background-color:#0006}.l-load-wrap{position:absolute;height:100%;width:100%;left:0;top:0;background-color:var(--l-clr-loader);opacity:1;z-index:100;Color:#fff;font-size:40px;text-align:center;vertical-align:middle;transition:all .4s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.l-load-spinner{width:130px;height:130px;position:relative;top:50%;margin-top:-75px}.l-spinner-arc{transform-origin:60px 60px}.l-spinner-arc-1{animation:urotate 1.9s linear infinite}.l-spinner-arc-2{animation:rotate 1.6s linear infinite}.l-spinner-arc-3{animation:urotate 1.3s linear infinite}.l-spinner-arc-4{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes urotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.l-sorter-container{padding:0 20px}.l-sorter{position:absolute;top:50%;right:0;margin-top:-10.5px;width:21px;height:21px;background-size:cover;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='62mm'%20height='186mm'%20viewBox='0%200%2062%20186'%20version='1.1'%20id='svg3705'%20inkscape:version='0.92.2%20(5c3e80d,%202017-08-06)'%20sodipodi:docname='control-sort.svg'%3e%3cdefs%20id='defs3699'%20/%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='0.98994949'%20inkscape:cx='59.349695'%20inkscape:cy='354.41301'%20inkscape:document-units='mm'%20inkscape:current-layer='layer1'%20showgrid='false'%20inkscape:window-width='1357'%20inkscape:window-height='930'%20inkscape:window-x='369'%20inkscape:window-y='56'%20inkscape:window-maximized='0'%20inkscape:snap-grids='true'%20/%3e%3cmetadata%20id='metadata3702'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-111)'%3e%3cpath%20sodipodi:type='star'%20id='path3717'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='stroke-width:0.26458332;fill:%23ffffff'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.441969,261.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='stroke-width:0.26458332;fill:%23ffffff'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,270.38885)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-95'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='opacity:0.2;stroke-width:0.26458332;fill:%23ffffff'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.44197,199.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9-2'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='stroke-width:0.26458332;fill:%23ffffff'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,208.38885)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-6'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='stroke-width:0.26458332;fill:%23ffffff'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.44197,137.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9-6'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='opacity:0.2;fill:%23ffffff;stroke-width:0.26458332'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,146.38885)'%20/%3e%3c/g%3e%3c/svg%3e");background-position:0 100%;cursor:pointer}.l-sorter.l-sorter-up{background-position:0 0}.l-sorter.l-sorter-down{background-position:0 50%}.l-invert .l-sorter{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='62mm'%20height='186mm'%20viewBox='0%200%2062%20186'%20version='1.1'%20id='svg3705'%20inkscape:version='0.92.2%20(5c3e80d,%202017-08-06)'%20sodipodi:docname='control-sort_black.svg'%3e%3cdefs%20id='defs3699'%20/%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='0.98994949'%20inkscape:cx='59.349695'%20inkscape:cy='354.41301'%20inkscape:document-units='mm'%20inkscape:current-layer='layer1'%20showgrid='false'%20inkscape:window-width='1357'%20inkscape:window-height='930'%20inkscape:window-x='369'%20inkscape:window-y='56'%20inkscape:window-maximized='0'%20inkscape:snap-grids='true'%20/%3e%3cmetadata%20id='metadata3702'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-111)'%3e%3cpath%20sodipodi:type='star'%20id='path3717'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='stroke-width:0.26458332'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.441969,261.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='stroke-width:0.26458332'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,270.38885)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-95'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='opacity:0.2;stroke-width:0.26458332'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.44197,199.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9-2'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='stroke-width:0.26458332'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,208.38885)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-6'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='0.25077387'%20inkscape:transform-center-y='-0.10785749'%20style='stroke-width:0.26458332'%20transform='matrix(-0.21319675,0.02134677,-0.03698958,-0.12303635,35.44197,137.62455)'%20/%3e%3cpath%20sodipodi:type='star'%20id='path3717-9-6'%20sodipodi:sides='3'%20sodipodi:cx='12.095238'%20sodipodi:cy='50.559521'%20sodipodi:r1='85.382477'%20sodipodi:r2='69.075867'%20sodipodi:arg1='-0.35255313'%20sodipodi:arg2='0.69464442'%20inkscape:flatsided='true'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='M%2092.226196,21.077376%20-2.4379552,134.69604%20-53.502528,-4.0948525%20Z'%20inkscape:transform-center-x='-0.22722188'%20inkscape:transform-center-y='0.083184996'%20style='opacity:0.2;fill:%23000000;stroke-width:0.26458332'%20transform='matrix(0.21313204,-0.02198345,0.0373569,0.12292532,26.556074,146.38885)'%20/%3e%3c/g%3e%3c/svg%3e")}.l-confirm-dialog{position:fixed;top:20%;left:50%;width:400px;margin-left:-200px;box-shadow:1px 1px 10px #0006;z-index:15;background-color:#fff}.l-confirm-dialog .cd-caption{padding:5px 15px;background-color:#bee0ff}.l-confirm-dialog .cd-text{padding:15px 15px 0;line-height:1.25rem;text-indent:15px;white-space:pre-wrap}.l-confirm-dialog .cd-buttons{display:flex;justify-content:space-around;padding:15px 0}.l-confirm-dialog .cd-button{min-width:80px;padding:7px 10px;text-align:center;background-color:#004b90;color:#fff;cursor:pointer}.l-confirm-dialog-wrapper{height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:#1d3340;opacity:.5;z-index:10}.l-busy-locker{height:100%;width:100%;position:absolute;z-index:1;background-image:repeating-linear-gradient(-45deg,var(--l-clr-warn),var(--l-clr-warn) 10px,transparent 0,transparent 20px);background-size:28px 28px;animation:l-busy-move .7s linear infinite}.l-combo-box{position:relative;background-color:var(--l-clr-background);border:1px var(--l-clr-component-border) solid;color:var(--l-clr-text-default)}.l-combo-box:focus-within{border:1px var(--l-clr-component-focus) solid}.l-combo-box.l-busy{background-image:repeating-linear-gradient(-45deg,var(--clr-waiting),var(--clr-waiting) 10px,#fff 10px,#fff 20px);background-size:28px 28px;animation:l-busy-move .7s linear infinite}.l-combo-box.l-cb-disabled{border:1px var(--clr-disabled) solid}.l-combo-box .l-cb-textbox,.l-combo-box .l-cb-render{width:calc(100% - 1.75em);display:block;border:none;background-color:transparent;font-family:inherit;font-size:inherit;overflow:hidden;text-overflow:ellipsis}.l-combo-box .l-cb-textbox:disabled,.l-combo-box .l-cb-render:disabled{color:var(--l-clr-text-default)}.l-combo-box .l-cb-textbox:focus,.l-combo-box .l-cb-render:focus{outline:none;border:none}.l-combo-box .l-cb-drop-icon{position:absolute;width:1em;height:100%;top:0;cursor:pointer;-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='64'%20viewBox='0%200%2040%2064'%20version='1.1'%20id='svg8'%3e%3cg%20id='layer1'%20transform='translate(-12)'%3e%3cpath%20style='fill:%23000000;fill-opacity:1;stroke:none;stroke-width:0.26788px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%2017,25.658%2047,25.657874%2032,40.758602%20Z'%20id='path46'%20/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='64'%20viewBox='0%200%2040%2064'%20version='1.1'%20id='svg8'%3e%3cg%20id='layer1'%20transform='translate(-12)'%3e%3cpath%20style='fill:%23000000;fill-opacity:1;stroke:none;stroke-width:0.26788px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%2017,25.658%2047,25.657874%2032,40.758602%20Z'%20id='path46'%20/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--l-clr-text-default);transition:.2s ease-in-out;right:.35em}.l-combo-box .l-cb-drop-icon.active{transform:rotate(180deg)}.l-combo-box .l-cb-screen{display:flex;flex-direction:row;align-items:center;position:relative;width:100%;height:2em;background-color:#fff;border:1px #ddd solid;box-sizing:border-box}.l-combo-box .l-cb-screen.l-cb-disabled{background-color:#ebebe4}.l-combo-box .l-cb-screen .l-cb-screen-text{padding-left:.7em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:1.35em}.l-combo-box .l-cb-screen.active:before{margin-top:-.15em;transform:rotate(45deg)}.l-combo-box .l-cb-found{font-weight:700}.l-cb-offer-list_wrap{position:absolute;background-color:var(--l-clr-background-clean);box-shadow:1px 1px 5px var(--l-clr-shadow);width:100%;z-index:1000}.l-cb-offer-list{--l-combobox-lines: 5;max-height:calc(var(--l-combobox-lines) * (1em + 6px));overflow:auto;will-change:scroll}.l-cb-offer-list .l-cb-offer-item{padding:3px 10px;cursor:pointer;text-align:left}.l-cb-offer-list .l-cb-offer-item:hover,.l-cb-offer-list .l-cb-offer-item.l-cb-cursored{background-color:var(--l-clr-hover-light)}.l-cb-offer-list .l-cb-offer-item.l-cb-selected{font-weight:700}.l-cb-offer-list .l-cb-offer-empty{padding:3px 10px;text-align:center;font-style:italic;font-size:.9em}.l-radio{position:relative;opacity:0;display:none}.l-radio-label{position:relative;white-space:nowrap;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start}.l-radio-label:before{content:"";width:16px;height:16px;min-width:16px;min-height:16px;display:block;margin-right:7px;background-size:cover;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='62mm'%20height='186mm'%20viewBox='0%200%2062%20186'%20version='1.1'%20id='svg8'%3e%3cg%20id='layer1'%20transform='translate(0,-111)'%3e%3ccircle%20style='fill:none;stroke:%23bcbcbc;stroke-width:2.91615;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='path826'%20cx='30.999996'%20cy='141.99998'%20r='29.541924'%20/%3e%3cellipse%20style='fill:none;stroke:%23bcbcbc;stroke-width:2.91614;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='path826-4'%20cx='30.999998'%20cy='204'%20rx='29.541927'%20ry='29.541929'%20/%3e%3cellipse%20style='fill:none;stroke:%23bcbcbc;stroke-width:2.91614;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='path826-0'%20cx='30.999998'%20cy='266'%20rx='29.541927'%20ry='29.541929'%20/%3e%3ccircle%20style='fill:%23bcbcbc;fill-opacity:1;stroke:none;stroke-width:2.46183;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='path851'%20cx='30.77284'%20cy='204.29457'%20r='16.001879'%20/%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:none;stroke-width:3.10853;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%2025.401257,169.38916%20C%2016.840081,167.66627%209.5897547,161.9429%205.811998,153.92554%204.084123,150.25855%203.3980733,147.59355%203.1442064,143.56248%20c%20-0.487272,-7.73727%202.2221439,-15.03707%207.7151826,-20.78658%205.619009,-5.88134%2011.955452,-8.58899%2020.134622,-8.60375%206.039158,-0.0111%2010.643115,1.34646%2015.462326,4.55874%207.484809,4.98904%2011.949879,12.92755%2012.393855,22.03522%200.672286,13.79127%20-8.967876,26.04584%20-22.539103,28.65169%20-2.945348,0.56555%20-8.023538,0.55222%20-10.909832,-0.0287%20z%20m%209.567291,-11.62543%20c%205.378452,-1.40403%209.628014,-5.62771%2011.286607,-11.21784%200.646272,-2.17819%200.680677,-6.17216%200.07283,-8.45499%20-1.0943,-4.10973%20-4.444242,-8.3046%20-8.118967,-10.16673%20-9.835878,-4.98421%20-21.561834,1.00614%20-23.366867,11.93722%20-1.099041,6.65569%202.573373,13.6746%208.749678,16.72282%203.714302,1.83313%207.40642,2.21594%2011.376712,1.17952%20z'%20id='path4520'%20/%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:none;stroke-width:3.10853;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%2025.236766,231.34464%20C%2016.632269,229.50969%209.568238,223.9053%205.8119982,215.93358%202.5812845,209.07716%202.188641,201.95124%204.6476901,194.80305%20c%202.4008363,-6.97896%208.2804029,-13.39541%2014.9893539,-16.3581%2015.464404,-6.82906%2033.267092,1.44838%2038.200942,17.76173%200.776865,2.56863%200.895539,3.54217%200.920863,7.55443%200.0335,5.30506%20-0.431416,7.57621%20-2.43604,11.90049%20-2.286883,4.93316%20-5.373148,8.58664%20-9.666968,11.44364%20-6.288625,4.18431%20-14.269831,5.76401%20-21.419075,4.2394%20z%20m%209.529084,-11.47407%20c%202.809508,-0.73178%205.002839,-2.01735%207.288905,-4.27224%203.181867,-3.13847%204.730573,-6.86041%204.730573,-11.3688%200,-13.85925%20-16.535806,-21.15336%20-26.763622,-11.80572%20-3.531778,3.22785%20-5.20065,6.99073%20-5.247046,11.83078%20-0.09985,10.41711%209.915342,18.24041%2019.99119,15.61598%20z'%20id='path4522'%20/%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:none;stroke-width:3.10853;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%2026.717203,293.66956%20C%2020.125251,292.56145%2013.439773,288.71145%209.28698,283.6319%207.2734878,281.16908%204.6346063,275.89039%203.8109053,272.67784%202.9123696,269.17343%202.9802952,262.30826%203.9469297,258.93002%206.8771791,248.68923%2014.530039,241.21528%2024.619482,238.74077%20c%203.064912,-0.7517%209.684154,-0.7517%2012.749066,0%208.095213,1.98541%2014.969177,7.45692%2018.743292,14.91925%200.475185,0.93953%201.258614,3.01215%201.740954,4.60579%200.760334,2.51212%200.880849,3.51016%200.906055,7.50333%200.02214,3.50818%20-0.116136,5.15461%20-0.580228,6.9087%20-0.716967,2.70982%20-2.677068,7.06261%20-4.133743,9.17981%20-3.990515,5.80003%20-10.502016,10.07996%20-17.526483,11.51995%20-2.324523,0.47652%20-7.743089,0.63794%20-9.801192,0.29196%20z'%20id='path4524'%20/%3e%3c/g%3e%3ccircle%20r='16.001879'%20cy='30.197647'%20cx='30.772772'%20id='path851-1'%20style='fill:%232e83b8;fill-opacity:1;stroke:none;stroke-width:2.46183;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3c/svg%3e")}.l-radio-label:empty:before{margin-right:unset}.l-radio+.l-radio-label:before{background-position:0 0}.l-radio:disabled+.l-radio-label:before{filter:grayscale(1)}.l-radio:not(:checked)+.l-radio-label:before{background-position:0 100%}.l-button{padding:5px 10px}.l-button:active{position:relative;left:1px;top:1px}.l-button.l-busy{color:transparent!important;position:relative;cursor:default;background-image:none!important;-webkit-mask-image:none!important;mask-image:none!important}.l-button.l-busy:hover{color:transparent!important;background-image:none}.l-button.l-busy:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='50'%20height='50'%20viewBox='0%200%2013.229167%2013.229167'%20version='1.1'%20id='svg8'%20inkscape:version='0.92.3%20(2405546,%202018-03-11)'%20sodipodi:docname='l-icon-load.svg'%3e%3cdefs%20id='defs2'%20/%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='15.839192'%20inkscape:cx='22.797771'%20inkscape:cy='24.234891'%20inkscape:document-units='mm'%20inkscape:current-layer='layer1'%20showgrid='false'%20inkscape:window-width='1920'%20inkscape:window-height='1018'%20inkscape:window-x='-8'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20units='px'%20/%3e%3cmetadata%20id='metadata5'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-283.77083)'%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:1.04305339;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20markers%20fill'%20id='path841'%20d='M%209.1809501,295.90797%20A%206.0872602,6.0941157%200%200%201%202.3040196,294.69402%206.0872602,6.0941157%200%200%201%201.0914314,287.80934'%20sodipodi:type='arc'%20sodipodi:start='1.134464'%20sodipodi:end='3.577925'%20sodipodi:ry='6.0941157'%20sodipodi:rx='6.0872602'%20sodipodi:cy='290.38483'%20sodipodi:cx='6.6083627'%20sodipodi:open='true'%20/%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:1.04305339;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20markers%20fill'%20id='path841-0'%20d='m%204.0482171,284.86168%20a%206.0872602,6.0941157%200%200%201%206.8769299,1.21396%206.0872602,6.0941157%200%200%201%201.212589,6.88467'%20sodipodi:type='arc'%20sodipodi:start='4.2760567'%20sodipodi:end='0.43633231'%20sodipodi:ry='6.0941157'%20sodipodi:rx='6.0872602'%20sodipodi:cy='290.38483'%20sodipodi:cx='6.6208043'%20sodipodi:open='true'%20/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:cover;position:absolute;width:24px;height:24px;left:50%;top:50%;margin:-12px;animation:l-animation-rotate 1s ease-in-out infinite}.l-button.l-busy span{color:transparent!important;background-image:none;-webkit-mask-image:none;mask-image:none}@keyframes l-animation-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.l-chart{height:100%}.l-chart .l-chart-t{height:100%;width:100%;background-color:transparent}.l-chart .l-chart-t th:empty,.l-chart .l-chart-t td:empty{width:.1%;padding:0 1px}.l-chart .l-chart-t .hook-chart{position:relative;height:100%;width:100%}.l-chart .chart-name{font-size:1.25rem;padding:7px;text-align:center}.l-chart .hook{position:relative}.l-chart .hook-chart{position:relative;height:100%;width:100%}.l-chart .tr-hook-top .legend,.l-chart .tr-hook-bottom .legend{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.l-chart .tr-hook-top .legend-box,.l-chart .tr-hook-bottom .legend-box{display:flex;justify-content:center;flex-wrap:wrap}.l-chart .hook-left .legend,.l-chart .hook-right .legend,.l-chart .hook-left .legend-box,.l-chart .hook-right .legend-box{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap}.l-chart .legend-item{align-items:center;padding:7px}.l-chart .legend-item .legend-label{display:flex;flex-direction:row;align-items:center;white-space:nowrap}.l-chart .legend-item .legend-icon{width:.8rem;height:.8rem;display:inline-block;margin-right:5px}.l-chart .legend-item .legend-checkbox{position:absolute;display:none}.l-chart .legend-item .legend-checkbox:not(:checked)+.legend-label{opacity:.5}.l-chart .axis-x{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;font-size:.8em;border-top:1px solid #111;--axis-x-label-rotation: 0deg;--axis-x-label-translateX: 0;--axis-x-label-translateY: 0;--axis-x-label-height: auto}.l-chart .axis-x .axis-x-label{width:0;max-width:0;white-space:nowrap;flex:1;position:relative;padding:10px 0 5px;text-align:center;height:var(--axis-x-label-height)}.l-chart .axis-x .axis-x-label.no-linear{max-width:none;width:auto}.l-chart .axis-x .axis-x-label:not(.label-empty):before{content:"";width:1px;height:7px;background-color:#111;position:absolute;top:-1px;left:-1px}.l-chart .axis-x .axis-x-label-text{background-color:transparent;position:absolute;left:-50%;transform:translate(var(--axis-x-label-translateX),var(--axis-x-label-translateY)) rotate(var(--axis-x-label-rotation));display:block}.l-chart .hook-axis-y{height:100%;display:flex;flex-direction:row-reverse}.l-chart .hook-axis-y.right .axis-y{height:100%;flex-direction:row-reverse}.l-chart .hook-axis-y.right .axis-y-labels{text-align:left;border-right:none;border-left:1px #111 solid}.l-chart .hook-axis-y.right .axis-y-label:before{left:-1px}.l-chart .axis-y{display:flex;flex-direction:row;flex:1;font-size:.8em}.l-chart .axis-y .axis-y-caption{display:flex;align-items:center}.l-chart .axis-y .axis-y-caption .axis-y-caption-value{transform:rotate(-90deg)}.l-chart .axis-y .axis-y-labels{display:flex;text-align:right;border-right:1px #111 solid;flex:1;flex-direction:column-reverse;justify-content:space-between}.l-chart .axis-y .axis-y-label{height:0;overflow:visible;position:relative}.l-chart .axis-y .axis-y-label:before{content:"";width:7px;height:1px;background-color:#111;position:absolute;bottom:-1px;right:-1px}.l-chart .axis-y .axis-y-label-text{display:flex;align-items:flex-end;justify-content:flex-end;padding-right:10px;height:100%;position:relative;top:25%}.l-chart .svg-wrapper{width:100%;height:100%}.l-chart .chart-svg-wrapper{position:relative;width:100%;height:100%}.l-chart .chart-svg{width:100%;height:100%;max-height:100%;z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.l-chart .chart-bar-elem:hover,.l-chart .chart-bar-elem.active{fill-opacity:.8}.l-chart .chart-bar-elem-gradient:hover,.l-chart .chart-bar-elem-gradient:active,.l-chart .chart-hover:hover,.l-chart .chart-hover.active{fill-opacity:.2}.l-chart .chart-hover[data-type=pie]:hover,.l-chart .chart-hover[data-type=pie].active{stroke-opacity:.2;fill-opacity:.2}.l-chart .chart-grid{display:flex;justify-content:space-between;flex-direction:column;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;overflow:hidden}.l-chart .chart-grid.no-right .chart-grid-cell:last-child{border-right:none}.l-chart .chart-grid-line{display:flex;flex-direction:row;flex:1;border-top:1px dashed rgba(0,0,0,.3)}.l-chart .chart-grid-cell{position:relative;border-right:1px dashed rgba(0,0,0,.3);flex:1}.l-chart .v-stick{height:100%;width:1px;position:absolute;top:0;left:0;background-color:#0006;z-index:1;display:none}.l-chart .hook-chart:hover .v-stick.active{display:block}.l-chart .chart-tooltip{position:absolute;z-index:1;top:10%;left:10%;color:#fff}.l-chart .chart-tooltip.reverse .tip-bg:before{left:auto;right:20px}.l-chart .chart-tooltip .tip .tip-bg{position:absolute;width:100%;height:100%;z-index:0;background-color:#000;opacity:.7}.l-chart .chart-tooltip .tip .tip-bg:before{content:"";position:absolute;margin-left:20px;top:calc(100% - 10px);width:0px;height:0px;border:20px #000 solid;border-top:transparent;border-right:transparent;transform:rotate(-45deg)}.l-chart .chart-tooltip .tip .tip-value{padding:10px;position:relative;z-index:1;white-space:nowrap}.l-chart .chart-tooltip .tip .tip-icon{width:10px;height:10px;margin-right:5px}.l-chart .chart-tooltip.l-appear{animation-name:l-chart-tooltip-appear;animation-duration:.2s;animation-timing-function:ease-in;opacity:1}.l-chart .chart-tooltip.l-disappear{animation-name:l-chart-tooltip-disappear;animation-duration:.2s;animation-timing-function:ease-in;opacity:0}.l-flow-hint{width:auto;position:absolute;padding:5px 7px;white-space:nowrap;background-color:var(--l-clr-nav-bg);color:#e1e1e1;opacity:0;border-radius:3px;box-shadow:5px 3px 10px -3px #0000004d;transition:.1s ease-in;z-index:11}.l-flow-hint:before{content:"";width:0;height:0;position:absolute;border:5px solid var(--l-clr-nav-bg);border-right:5px solid transparent;border-bottom:5px solid transparent;transform:rotate(225deg)}.l-flow-hint.top-left:before{bottom:-5px;right:10px}.l-flow-hint.top-right:before{bottom:-5px;left:10px}.l-flow-hint.bottom-left:before{transform:rotate(45deg);top:-5px;right:10px}.l-flow-hint.bottom-right:before{transform:rotate(45deg);top:-5px;left:10px}.l-flow-hint.l-hint-error{background-color:var(--l-clr-danger);color:#fff}.l-flow-hint.l-hint-error:before{border-color:var(--l-clr-danger)}.l-checkbox{position:relative;opacity:0;display:none}.l-checkbox-label{position:relative;white-space:nowrap;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start}.l-checkbox-label:before{content:"";width:16px;height:16px;min-width:16px;min-height:16px;display:block;margin-right:7px;background-size:cover;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='62mm'%20height='372mm'%20viewBox='0%200%2062%20372'%20version='1.1'%20id='svg8'%3e%3cg%20id='layer1'%20transform='translate(0,75)'%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:none;stroke-width:9.52763367;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%200,17.999995%20v%20-93%20H%2031.000001%2062%20v%2093%20V%20111%20H%2031.000001%200%20Z'%20id='path821-4'/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890'%20width='59.596897'%20height='59.596901'%20x='1.2015504'%20y='-11.798451'%20/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890-7'%20width='59.596897'%20height='59.596901'%20x='1.2015504'%20y='50.20155'%20/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890-8'%20width='59.596901'%20height='59.596905'%20x='1.2015502'%20y='-73.79847'%20/%3e%3cpath%20style='fill:%232e83b8;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%2011.500001,-44.130355%2016.300226,18.33185%2022.111607,-27.73401%20-7.46503,-5.76413%20-15.166295,19.13504%20-9.024184,-10.06362%20z'%20id='path917-4'/%3e%3crect%20style='fill:%232e83b8;fill-opacity:1;stroke:none;stroke-width:0.52952796;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20markers%20fill'%20id='rect4544'%20width='35'%20height='12'%20x='13.5'%20y='12.499995'%20/%3e%3cpath%20style='fill:none;fill-opacity:1;stroke:none;stroke-width:9.52763367;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%200,204%20v%20-93%20h%2031%2030.999999%20v%2093%2093%20H%2031%200%20Z'%20id='path821-4-5'/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890-6-7'%20width='59.596909'%20height='59.596905'%20x='1.2015516'%20y='112.20155'%20/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890-3'%20width='59.596905'%20height='59.596909'%20x='1.2015516'%20y='174.20155'%20/%3e%3crect%20style='fill:%23bcbcbc;fill-opacity:1;stroke:none;stroke-width:0.52952802;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20markers%20fill'%20id='rect4544-8'%20width='35'%20height='12'%20x='13.499998'%20y='198.4998'%20/%3e%3cpath%20style='fill:%23bcbcbc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%2010.831288,143.2937%2016.300226,18.33186%2022.111605,-27.73402%20-7.465017,-5.76413%20-15.166306,19.13504%20-9.024183,-10.06362%20z'%20id='path917-4-6'/%3e%20id='path917-4-6'/%3e%3crect%20style='fill:none;fill-opacity:1;stroke:%23bcbcbc;stroke-width:2.40310073;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='rect890-7-3'%20width='59.596905'%20height='59.596909'%20x='1.2015516'%20y='236.20154'%20/%3e%3c/g%3e%3c/svg%3e")}.l-checkbox-label:empty:before{margin-right:unset}.l-checkbox:checked:not(:indeterminate)+.l-checkbox-label:before{background-position:0 0}.l-checkbox:not(:checked)+.l-checkbox-label:before{background-position:0 40%}.l-checkbox:indeterminate+.l-checkbox-label:before{background-position:0 20%}.l-checkbox:not(:checked):disabled+.l-checkbox-label:before{background-position:0 100%}.l-checkbox:checked:disabled+.l-checkbox-label:before{background-position:0 60%}.l-checkbox:indeterminate:disabled+.l-checkbox-label:before{background-position:0 80%}.l-textbox{border:1px var(--l-clr-component-border) solid;width:100%;padding:.25em 0 .25em .75em;box-sizing:border-box;font-family:inherit;font-size:inherit}.l-textbox:focus{outline:none;border:1px var(--l-clr-component-border-focus) solid}.l-textarea{resize:vertical;min-height:3em}.l-textbox-filter-search{width:150px}.l-timebox{position:relative}.l-timebox .l-timebox-time-list{position:absolute;background-color:var(--l-clr-background-clean);top:100%;left:0;min-width:100%;box-shadow:1px 1px 5px var(--l-clr-shadow);z-index:1000}.l-timebox .l-timebox-time-list.reverseShow{top:unset;bottom:100%}.l-timebox .l-timebox-time-list .sublist{height:100px;overflow:auto}.l-timebox .l-timebox-time-list .l-tbt-item{padding:3px 10px;cursor:pointer;text-align:left}.l-timebox .l-timebox-time-list .l-tbt-item:hover,.l-timebox .l-timebox-time-list .l-tbt-item.l-tbt-selected{background-color:var(--l-clr-hover-light)}.l-timebox .l-timebox-time-list .l-tbt-item.l-tbt-selected{font-weight:700}.l-progress-bar{--progress-percent: 100;width:100%;height:22px;display:flex;flex-direction:row;align-items:center;position:relative;background-color:var(--l-clr-content2);overflow:hidden}.l-progress-bar .l-progress-caption{display:flex;justify-content:center;align-items:center;position:relative;z-index:1;flex:1}.l-progress-bar .l-progress-caption .l-progress-caption-text{padding-left:5px;font-weight:700}.l-progress-bar .l-progress-filler{left:0;top:0;height:22px;width:var(--progress-percent);position:absolute;display:flex;background-color:var(--l-clr-base);transition:all .3s ease-in-out}.l-phone-input{display:flex;flex-direction:row;align-items:center;border:1px var(--l-clr-component-border) solid}.l-phone-input .l-phone-input_input,.l-phone-input .l-phone-input_input:hover,.l-phone-input .l-phone-input_input:focus{border:none;outline:none}.l-phone-input .l-phone-input_country-picker{width:2em}.l-phone-input .l-combo-box .l-cb-render{width:unset}.l-phone-input .l-combo-box .l-cb-drop-icon,.l-phone-input .l-combo-box .l-phone-input_country-caption{display:none}.l-phone-input .l-textbox{border:none}.l-phone-input_country-item{display:flex;flex-direction:row;align-items:center}.l-phone-input_country-item .l-phone-input_country-icon{height:1.5em;width:2.5em;max-width:2.5em;background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.l-phone-input_country-item .l-phone-input_country-icon.l-flag-icon__ru{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAhCAMAAACsowi2AAAAElBMVEX////VKx4AOaYADZ0AOq/hKgCAEVEuAAAAKklEQVQ4jWNgGAWjgBTATDJgYCIZjGoZpFpYSAYMrCQDBkaSwaiWYaMFAN/EB9GnCwF/AAAAAElFTkSuQmCC)}.l-phone-input_country-item .l-phone-input_country-icon.l-flag-icon__kz{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAZCAMAAABEio12AAAAdVBMVEUAq8IAqsQAqsMAqcX/7C3/7Slhu6gAqMZFtLNyv6Cay4g6srdsvaMAp8gApctCs7W+12tXuKyp0H1St6+Vyop5wZ1+wprk406Qx5D/8BrJ22PQ3V4krr2izoLG2WeKxpPC1m+z03fY31bn5UaDxJb16jTv5z94OcDuAAABFElEQVQ4jZ1Ua2+EIBCE3Z4iip6IiE/uYfv/f2JJmyati024DZ/YTGZmZ4ExQASWVCCKoknD8Op6rXgapJ3nNhFSnLHAmVwQWotIE5euW+LsvDOmoy3oVyPXPkqEdtssHm8X580wyN0tMUjwUhwhPJO38XIZN5lFtIUuvUdvx7dQo3URCJRalwfJOTj/DfEOcspCo8zv/BfLXRFIO01/o0Tz6NsfL23xMMQpYUH7vKHz7mtiOLyTeUa8wKy0CrkY3SuTP6kXOjHeaNYLJsLZmRZkZrFcsCqU9btZs1pmJOagfJqIWg4iz6q6LquGIk53bDFS6o81tjBnm8ywEUzRHNlL7+WVVxmijK3rPwVN8g+T/o99AufdEVpVzwJVAAAAAElFTkSuQmCC)}.l-phone-input_country-item .l-phone-input_country-icon.l-flag-icon__uz{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAZCAMAAABEio12AAAAM1BMVEX///8etToAmbXvo6PvoqoAtSwAl7UAk7GOxdShzttls8fA3eaby9ginrhfscZptchHqL/Xxu57AAAAaklEQVQ4je3PSQ6AMAgFUESFDla4/2ntFJe1bFz1hZA06Q8AWDA2hJQLx6AmomsJTxJy+45wvLjPmJ3CUH+lmwRVUWamvJFAqrnZFkPD+S4lx57CxPlUcC/ujyHYzWD5wWEGpxlsZiti9QBQVQl5qLqwhAAAAABJRU5ErkJggg==)}.l-phone-input_country-item .l-phone-input_country-caption{padding-left:10px}.l-pp-target{cursor:pointer}.l-period_picker{background-color:var(--l-clr-background);min-width:250px;font-size:.8rem;box-shadow:1px 1px 5px #0006;box-sizing:content-box;z-index:11}.l-period_picker .none{display:none}.l-period_picker.l-pp-fullscreen{height:100vh;width:100vw;left:0;top:0;border:0;margin:0;overflow:hidden}.l-period_picker .l-pp-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:7px 7px 7px 15px;background:var(--l-clr-base);color:var(--l-clr-background-clean)}.l-period_picker .l-pp-head .l-pp-caption{font-size:1em}.l-period_picker .l-pp-head .l-pp-controls{display:flex;flex-direction:row;align-items:center}.l-period_picker .l-pp-head .l-pp-controls .l-pp-control{margin-left:3px;cursor:pointer}.l-period_picker .l-pp-head .l-pp-controls .l-pp-control:hover{opacity:.7}.l-period_picker .l-pp-head .l-pp-controls .l-pp-control-fullscreen{width:10px;height:10px;border:1px var(--l-clr-background) solid;border-top-width:3px}.l-period_picker .l-pp-head .l-pp-controls .l-pp-control-close{height:1em;width:1em;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg4'%20version='1.1'%20fill='none'%20viewBox='0%200%2018%2018'%20height='18'%20width='18'%3e%3cdefs%20id='defs8'%20/%3e%3cpath%20id='path2'%20fill='%23fff'%20d='M%2014.25,4.8%2013.2,3.75%209,7.95%204.8,3.75%203.75,4.8%207.95,9%20l%20-4.2,4.20001%201.05,1.05%204.2,-4.2%204.2,4.2%201.05,-1.05%20L%2010.05,9%20Z'%20clip-rule='evenodd'%20fill-rule='evenodd'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}.l-period_picker .l-pp-date-navigator{padding:7px 0}.l-period_picker .l-pp-date-navigator .l-pp-nav-year{width:calc(4em + 7px)}.l-period_picker .l-pp-date-navigator .l-pp-nav-month{width:calc(8em + 7px);padding-right:7px}.l-period_picker .l-pp-work-area{display:flex;flex-direction:row;justify-content:center}.l-period_picker .l-pp-work-area .l-pp-work-date{display:flex;flex-direction:row;justify-content:space-between}.l-period_picker .l-pp-arrow{width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.l-period_picker .l-pp-arrow:before{content:"";border:solid var(--l-clr-component-content-darken);border-width:0 3px 3px 0;display:inline-block;width:12px;height:12px;transform:rotate(135deg)}.l-period_picker .l-pp-arrow:hover{background-color:var(--l-clr-hover-light)}.l-period_picker .l-pp-arrow.l-pp-arrow-right:before{transform:rotate(-45deg)}.l-period_picker .l-pp-month-block .l-pp-month-name{text-align:center;padding:10px 0 5px}.l-period_picker .l-pp-month-block .l-pp-month-select{cursor:pointer}.l-period_picker .l-pp-month,.l-period_picker .l-pp-month-block{padding:10px}.l-period_picker .l-pp-month-block .l-pp-month-grid{display:flex;flex-direction:column;align-items:stretch}.l-period_picker .l-pp-month-block .l-pp-month-week{display:flex;flex-direction:row;justify-content:center}.l-period_picker .l-pp-month-block .l-pp-month-week:first-child{justify-content:flex-end}.l-period_picker .l-pp-month-block .l-pp-month-week:last-child{justify-content:flex-start}.l-period_picker .l-pp-month-block .l-pp-month-week:last-child .l-pp-week-select{margin:0}.l-period_picker .l-pp-month-row{display:flex;flex-direction:row;justify-content:center}.l-period_picker .l-pp-cell{height:calc(1em + 12px);width:calc(1em + 12px);display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.l-period_picker .l-pp-month-cell{cursor:pointer}.l-period_picker .l-pp-month-cell:not(.l-pp-deny):not(.l-pp-selected):hover{background-color:var(--l-clr-hover-light)}.l-period_picker .l-pp-month-cell.l-pp-selected{background-color:var(--l-clr-selected);color:#fff}.l-period_picker .l-pp-month-cell.selected-temp{background-color:var(--l-clr-selected-light)}.l-period_picker .l-pp-month-cell.l-pp-deny{opacity:.3;cursor:default}.l-period_picker .l-pp-dayoff{color:#cf0c0c}.l-period_picker .l-pp-weekdays-row{display:flex;flex-direction:row;justify-content:space-between;font-size:.8em}.l-period_picker .l-pp-weekdays-row .l-pp-weekdays-cell{cursor:default}.l-period_picker .l-pp-weekdays-row .l-pp-weekdays-cell:hover{background-color:transparent}.l-period_picker .l-pp-week-select{padding:5px;cursor:pointer;justify-self:flex-start;margin-right:auto}.l-period_picker .l-pp-week-select:hover{background-color:var(--l-clr-hover-light)}.l-period_picker .l-pp-week-select-gap{margin:0;padding:5px;color:transparent;cursor:default}.l-period_picker .l-pp-work-time{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:15px 30px;border-left:1px #ddd solid}.l-period_picker .l-pp-bottom{display:flex;flex-direction:row;border-top:1px #ddd solid;padding:10px}.l-period_picker .l-pp-bottom ::-webkit-scrollbar{width:5px;height:5px}.l-period_picker .l-pp-bottom .l-pp-result{flex:1;padding-left:30px}.l-period_picker .l-pp-bottom .l-pp-result .l-textbox{height:1.5em}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-date-values{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:3px 0}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-date-values .l-textbox{width:calc((1em + 12px)*6)}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-textbox-holder{display:flex;justify-content:center;align-items:center}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-date-additional{display:flex;justify-content:flex-start;align-items:center}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-textbox-gap{display:flex;justify-content:center;align-items:center;width:30px}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-time-face{display:flex;flex-direction:row}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-time-part{padding:3px;position:relative}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-time-part:before{content:":";width:6px;position:absolute;height:1em;top:50%;margin-top:-.5em;left:-3px;text-align:center}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-time-part:first-child:before{content:""}.l-period_picker .l-pp-bottom .l-pp-result .l-pp-time-part .l-textbox{text-align:center;width:3.5em;padding:0}.l-period_picker .l-pp-bottom .l-pp-result .l-ts-drop-icon,.l-period_picker .l-pp-bottom .l-pp-result .l-cb-drop-icon{display:none}.l-period_picker .l-pp-bottom .l-pp-result .tb-time,.l-period_picker .l-pp-bottom .l-pp-result .l-textbox{text-align:center;width:3.5em;padding:0}.l-period_picker .l-pp-bottom .button{padding:7px 15px}.l-period_picker .l-pp-bottom input{text-align:center}.l-period_picker .l-textbox-smart .l-ts-offer-list .l-ts-offer-item{padding:3px 5px}.l-period_picker.l-pp-build-in{box-shadow:none;position:static}.l-pp-selection-active{animation:l-pp-selection-active .8s linear infinite}@keyframes l-pp-selection-active{0%{outline:2px transparent solid}50%{outline:2px var(--l-clr-selected) solid}to{outline:2px transparent solid}}.l-animation_periodpicker-show{animation-name:l-animation_periodpicker-show;animation-duration:.2s;animation-timing-function:ease-in}@keyframes l-animation_periodpicker-show{0%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}.l-animation_periodpicker-hide{animation-name:l-animation_periodpicker-hide;animation-duration:.2s;animation-timing-function:ease-out;transform:scale(0)}@keyframes l-animation_periodpicker-hide{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes l-repeat-liear-gradient{0%{left:0}to{left:-3000%}}.l-image-viewer{background-color:#0000004d;position:relative;--max-image-height: 50vh}.l-image-viewer:not(.l-image-carousel){width:800px}.l-image-viewer.l-image-carousel{--max-image-height: 150px}.l-image-viewer .l-iv-inner .l-iv-slider{position:relative;padding:10px 0;display:grid;grid-template-areas:"arrLeft body arrRight";grid-template-rows:1fr;grid-template-columns:auto minmax(0,1fr) auto}.l-image-viewer .l-iv-inner .l-iv-slider .l-iv-control.l{grid-area:arrLeft}.l-image-viewer .l-iv-inner .l-iv-slider .l-iv-body{grid-area:body}.l-image-viewer .l-iv-inner .l-iv-slider .l-iv-control.r{grid-area:arrRight}.l-image-viewer .l-iv-inner .l-iv-paging{padding:5px 15px 15px;text-align:center;color:#fff}.l-image-viewer.l-image-carousel .l-iv-inner .l-iv-slider{height:calc(var(--max-image-height) + 20px)}.l-image-viewer .l-close{top:-30px;right:-30px;opacity:.7}.l-image-viewer .l-close:hover{opacity:1}.l-image-viewer .l-iv-body{flex:1;position:relative;background-size:contain;background-repeat:no-repeat;background-position:center}.l-image-viewer .l-iv-body .l-iv-image-holder{display:flex;align-items:center;justify-content:center;height:100%}.l-image-viewer .l-iv-body .l-iv-image-holder img{max-height:var(--max-image-height);max-width:100%}.l-image-viewer .l-iv-body .l-iv-pending{width:100px;height:100px;background-color:#1f8793;position:absolute;top:50%;left:50%;margin-left:-50px;margin-top:-50px;animation-name:l-iv-pending-animation;animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes l-iv-pending-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.l-image-viewer .l-iv-body.l-iv-carousel{overflow:hidden;position:relative}.l-image-viewer .l-iv-body.l-iv-carousel .l-iv-carousel_items{position:absolute;display:flex;flex-direction:row;align-items:center;transition:all .3s ease-in-out;top:0;left:0}.l-image-viewer .l-iv-body.l-iv-carousel .l-iv-carousel_items .l-iv-image-holder{margin-right:10px}.l-image-viewer .l-iv-body.l-iv-carousel .l-iv-carousel_items .l-iv-image-holder:nth-last-child{margin-right:0}.l-image-viewer .l-iv-body.l-iv-carousel .l-iv-carousel_items .l-iv-image-holder img{max-width:unset;width:unset}.l-image-viewer .l-iv-control{width:40px;min-width:40px;max-width:40px;position:relative;opacity:.7}.l-image-viewer .l-iv-control:hover{opacity:1;cursor:pointer}.l-image-viewer .l-iv-control .l-iv-control-arrow{position:absolute;top:50%;margin-top:-21px;right:15px;width:30px;height:30px;border:3px solid #FFF;border-right:3px solid transparent;border-bottom:3px solid transparent}.l-image-viewer .l-iv-control .l-iv-control-arrow.l-iv-control-arrow-left{transform:rotate(-45deg);left:15px}.l-image-viewer .l-iv-control .l-iv-control-arrow.l-iv-control-arrow-right{transform:rotate(135deg)}.l-pop-popMenu{position:absolute;right:8px;top:calc(100% + 10px);background-color:var(--l-clr-nav-bg);z-index:1;padding:0 7px;overflow:visible;transform-origin:top}.l-pop-popMenu:before{content:"";width:0;height:0;position:absolute;top:-5px;right:15px;border:5px solid var(--l-clr-nav-bg);border-right:5px solid transparent;border-bottom:5px solid transparent;transform:rotate(45deg)}.l-pop-popMenu.left-top:before{left:15px;right:unset}.l-pop-popMenu.left-bottom:before{left:15px;right:unset;transform:rotate(225deg);bottom:-5px;top:unset}.l-pop-popMenu.right-bottom:before{transform:rotate(225deg);bottom:-5px;top:unset}.l-pop-popMenu:hover{display:block}.l-pop-popMenu_li{padding:7px 10px;white-space:nowrap;border-bottom:1px var(--l-clr-base-dark) solid;color:var(--l-clr-background)}.l-pop-popMenu_li:last-child{border:none}.l-pop-popMenu_li:hover:not(.static){color:var(--l-clr-active);cursor:pointer}.l-date-bar{display:flex;flex-direction:row;align-items:center}.l-date-bar .l-date-bar-item .l-date-bar-item-value{cursor:pointer;padding:7px 15px;background-color:var(--l-clr-button);color:var(--l-clr-button-text)}.l-date-bar .l-date-bar-item .l-date-bar-item-value.active,.l-date-bar .l-date-bar-item .l-date-bar-item-value:hover{background-color:var(--l-clr-button-hover);color:var(--l-clr-button-hover-text)}.l-chart.l-chart-2{height:100%}.l-chart.l-chart-2 .l-chart-t{height:100%;width:100%;background-color:transparent}.l-chart.l-chart-2 .l-chart-t th:empty,.l-chart.l-chart-2 .l-chart-t td:empty{width:.1%;padding:0 1px}.l-chart.l-chart-2 .l-chart-t .hook-chart{position:relative;height:100%;width:100%}.l-chart.l-chart-2 .chart-name{font-size:1.25rem;padding:7px;text-align:center}.l-chart.l-chart-2 .hook{position:relative}.l-chart.l-chart-2 .hook-chart{position:relative;height:100%;width:100%}.l-chart.l-chart-2 .tr-hook-top .legend,.l-chart.l-chart-2 .tr-hook-bottom .legend{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.l-chart.l-chart-2 .tr-hook-top .legend-box,.l-chart.l-chart-2 .tr-hook-bottom .legend-box{display:flex;justify-content:center;flex-wrap:wrap}.l-chart.l-chart-2 .hook-left .legend,.l-chart.l-chart-2 .hook-right .legend,.l-chart.l-chart-2 .hook-left .legend-box,.l-chart.l-chart-2 .hook-right .legend-box{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap}.l-chart.l-chart-2 .legend-item{align-items:center;padding:7px}.l-chart.l-chart-2 .legend-item .legend-label{display:flex;flex-direction:row;align-items:center;white-space:nowrap}.l-chart.l-chart-2 .legend-item .legend-icon{width:.8rem;height:.8rem;display:inline-block;margin-right:5px}.l-chart.l-chart-2 .legend-item .legend-checkbox{position:absolute;display:none}.l-chart.l-chart-2 .legend-item .legend-checkbox:not(:checked)+.legend-label{opacity:.5}.l-chart.l-chart-2 .axis-x{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;font-size:.8em;border-top:1px solid #111;--axis-x-label-rotation: 0deg;--axis-x-label-translateX: 0;--axis-x-label-translateY: 0;--axis-x-label-height: auto}.l-chart.l-chart-2 .axis-x .axis-x-label{width:0;max-width:0;white-space:nowrap;flex:1;position:relative;padding:10px 0 5px;text-align:center;height:var(--axis-x-label-height)}.l-chart.l-chart-2 .axis-x .axis-x-label.no-linear{max-width:none;width:auto}.l-chart.l-chart-2 .axis-x .axis-x-label:not(.label-empty):before{content:"";width:1px;height:7px;background-color:#111;position:absolute;top:-1px;left:-1px}.l-chart.l-chart-2 .axis-x .axis-x-label-text{background-color:transparent;position:absolute;left:-50%;transform:translate(var(--axis-x-label-translateX),var(--axis-x-label-translateY)) rotate(var(--axis-x-label-rotation));display:block}.l-chart.l-chart-2 .hook-axis-y{height:100%;display:flex;flex-direction:row-reverse}.l-chart.l-chart-2 .hook-axis-y.right .axis-y{height:100%;flex-direction:row-reverse}.l-chart.l-chart-2 .hook-axis-y.right .axis-y-labels{text-align:left;border-right:none;border-left:1px #111 solid}.l-chart.l-chart-2 .hook-axis-y.right .axis-y-label:before{left:-1px}.l-chart.l-chart-2 .axis-y{display:flex;flex-direction:row;flex:1;font-size:.8em}.l-chart.l-chart-2 .axis-y .axis-y-caption{display:flex;align-items:center}.l-chart.l-chart-2 .axis-y .axis-y-caption .axis-y-caption-value{transform:rotate(-90deg)}.l-chart.l-chart-2 .axis-y .axis-y-labels{display:flex;text-align:right;border-right:1px #111 solid;flex:1;flex-direction:column-reverse;justify-content:space-between}.l-chart.l-chart-2 .axis-y .axis-y-label{height:0;overflow:visible;position:relative}.l-chart.l-chart-2 .axis-y .axis-y-label:before{content:"";width:7px;height:1px;background-color:#111;position:absolute;bottom:-1px;right:-1px}.l-chart.l-chart-2 .axis-y .axis-y-label-text{display:flex;align-items:flex-end;justify-content:flex-end;padding-right:10px;height:100%;position:relative;top:25%}.l-chart.l-chart-2 .svg-wrapper{width:100%;height:100%}.l-chart.l-chart-2 .chart-svg-wrapper{position:relative;width:100%;height:100%}.l-chart.l-chart-2 .chart-svg{width:100%;height:100%;max-height:100%;z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.l-chart.l-chart-2 .chart-bar-elem:hover,.l-chart.l-chart-2 .chart-bar-elem.active{fill-opacity:.8}.l-chart.l-chart-2 .chart-bar-elem-gradient:hover,.l-chart.l-chart-2 .chart-bar-elem-gradient:active,.l-chart.l-chart-2 .chart-hover:hover,.l-chart.l-chart-2 .chart-hover.active{fill-opacity:.2}.l-chart.l-chart-2 .chart-hover[data-type=pie]:hover,.l-chart.l-chart-2 .chart-hover[data-type=pie].active{stroke-opacity:.2;fill-opacity:.2}.l-chart.l-chart-2 .chart-grid{display:flex;justify-content:space-between;flex-direction:column;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;overflow:hidden}.l-chart.l-chart-2 .chart-grid.no-right .chart-grid-cell:last-child{border-right:none}.l-chart.l-chart-2 .chart-grid-line{display:flex;flex-direction:row;flex:1;border-top:1px dashed rgba(0,0,0,.3)}.l-chart.l-chart-2 .chart-grid-cell{position:relative;border-right:1px dashed rgba(0,0,0,.3);flex:1}.l-chart.l-chart-2 .v-stick{height:100%;width:1px;position:absolute;top:0;left:0;background-color:#0006;z-index:1;display:none}.l-chart.l-chart-2 .hook-chart:hover .v-stick.active{display:block}.l-chart.l-chart-2 .chart-tooltip{position:absolute;z-index:1;top:10%;left:10%;transition:all .1s ease-in;color:#fff}.l-chart.l-chart-2 .chart-tooltip.reverse .tip-bg:before{left:auto;right:20px}.l-chart.l-chart-2 .chart-tooltip .tip .tip-bg{position:absolute;width:100%;height:100%;z-index:0;background-color:#000;opacity:.7}.l-chart.l-chart-2 .chart-tooltip .tip .tip-bg:before{content:"";position:absolute;margin-left:20px;top:calc(100% - 10px);width:0px;height:0px;border:20px #000 solid;border-top:transparent;border-right:transparent;transform:rotate(-45deg)}.l-chart.l-chart-2 .chart-tooltip .tip .tip-value{padding:10px;position:relative;z-index:1;white-space:nowrap}.l-chart.l-chart-2 .chart-tooltip .tip .tip-icon{width:10px;height:10px;margin-right:5px}.l-chart.l-chart-2 .chart-tooltip.l-appear{animation-name:l-chart-tooltip-appear;animation-duration:.2s;animation-timing-function:ease-in;opacity:1}.l-chart.l-chart-2 .chart-tooltip.l-disappear{animation-name:l-chart-tooltip-disappear;animation-duration:.2s;animation-timing-function:ease-in;opacity:0}@keyframes l-chart-tooltip-appear{0%{opacity:0}to{opacity:1}}@keyframes l-chart-tooltip-disappear{0%{opacity:1}to{opacity:0}}.wcha .l-chart-t{height:100%;width:100%}.wcha .l-chart-t th,.wcha .l-chart-t td{border:1px rgba(0,0,0,.8) solid;min-height:20px}.wcha .l-chart-t .hook-chart{position:relative;height:100%;width:100%}.l-animate-svg-bar{animation:.4s ease-in-out l-animate-svg-bar;transform-origin:100% 100%}@keyframes l-animate-svg-bar{0%{transform:scaleY(0)}90%{transform:scaleY(1.05)}to{transform:scale(1)}}.l-animate-svg-line{animation:.8s ease-in-out l-animate-svg-line}@keyframes l-animate-svg-line{0%{stroke-dasharray:100,100%;stroke-dashoffset:50%}to{stroke-dasharray:100,0;stroke-dashoffset:0}}.l-animate-svg-mark{animation:.8s ease-in-out l-animate-svg-mark}@keyframes l-animate-svg-mark{0%{transform:scale(1.5);opacity:0}to{opacity:1;transform:scale(1)}}.l-animate-svg-pie{animation:.4s ease-in-out l-animate-svg-pie;transform-origin:50% 50%;animation-fill-mode:forwards;opacity:1}@keyframes l-animate-svg-pie{80%{transform:scale(1.1) translate(0);opacity:1}to{transform:scale(1) translate(0);opacity:1}}.l-paginator{background-color:var(--l-clr-nav-bg);height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;position:relative}.l-paginator .l-paginator-elem{padding:5px 7px}.l-paginator .l-paginator-elem .l-button{position:relative;display:flex;align-items:center;justify-content:center}.l-paginator .l-paginator-elem .l-paginator-control-icon{display:inline-block;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--l-clr-button-text)}.l-paginator .l-paginator-elem .l-paginator-control-icon.rotate{transform:rotate(180deg)}.l-paginator .l-paginator-elem .l-paginator-control-icon.next,.l-paginator .l-paginator-elem .l-paginator-control-icon.prev{width:.67em;height:1em;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='12'%20viewBox='0%200%207%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2011L6%206L1%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='12'%20viewBox='0%200%207%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2011L6%206L1%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e")}.l-paginator .l-paginator-elem .l-paginator-control-icon.next.prev,.l-paginator .l-paginator-elem .l-paginator-control-icon.prev.prev{transform:rotate(180deg)}.l-paginator .l-paginator-elem .l-paginator-control-icon.next-max,.l-paginator .l-paginator-elem .l-paginator-control-icon.prev-max{width:1.2em;height:1em;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2011L13%206L8%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M1%2011L6%206L1%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2011L13%206L8%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M1%2011L6%206L1%201'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");background-color:var(--l-clr-button-text)}.l-paginator .l-paginator-item-take{display:flex;flex-direction:row;align-items:center}.l-paginator .l-paginator-item-take .l-combo-box{width:64px;margin-left:.5em;font-size:.8em}.l-edit-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1;max-width:100%}.l-edit-container.l-edit-changed,.l-edit-container.l-edit-waiting,.l-edit-container.l-edit-changed .l-edit-select,.l-edit-container.l-edit-changed .l-edit-textbox,.l-edit-container.l-edit-changed .l-combo-box,.l-edit-container.l-edit-waiting .l-edit-select,.l-edit-container.l-edit-waiting .l-edit-textbox,.l-edit-container.l-edit-waiting .l-combo-box{background-color:var(--l-clr-changed)!important}.l-edit-container.l-busy{background-image:repeating-linear-gradient(-45deg,var(--clr-waiting),var(--clr-waiting) 10px,#fff 10px,#fff 20px);background-size:28px 28px;animation:l-busy-move .7s linear infinite}@keyframes l-busy-move{0%{background-position:0 0}to{background-position:28px 0}}.l-edit-container .l-edit-container-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1;max-width:100%}.l-edit-container .l-edit-value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.l-edit-container .l-edit-controls{display:flex;justify-content:flex-end;align-items:center;height:20px;padding-left:5px}.l-edit-container .l-edit-controls.l-edit_white .l-edit-btn-edit,.l-edit-container .l-edit-controls.l-edit_white .l-icon-edit{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTnU1rJkAAADYklEQVR4Xu2dW2obQRREtRpv039ZRAJZhReSr+xBCCSIUEBfSlU8/RFDrFff7ivdc6AYgYwH6pQHNB7sFQAAAAAAAAAAAAAAAAAAANzF6XR6UV4/5GV5G54VS7bs7Xb7U8d/2Ivj8fhFLxnCM2KxynfL/ozD4fCmAyN4JixUOSu/wQieCItULpbfYARPgAUqV8tvMIIHxuKUm+U3GMEDYmHK3fIbjOCBsCilm/wGI3gALEjpLr/BCBJjMUqY/AYjSIqk+HbuEBhBQtbr9bd3PWNgBMmwjN1u9+OvnUEwgmRYBiMojmWMHoF/i7icHjIgJ0NHsN/vf+nAVSAal6xc9ACH3x98JXhdTg0RqOCPn/P9OtMIGEAUKvd/N3kyjYABRKBiz93hyzICBtAblXrp7d2pI1i+76fnhytxocol8htTRuCHSXVAfk9cqHKN/MbQERyEDsjviQtVbpHfGDIC5AfgQpV75DdCR4D8AFyo0kN+I2QEyA/AhSo95Te6jgD5AbhQJUJ+o8sIkB+AC1Ui5TfuGgHyA3Chygj5jZtGgPwAXKgyUn7jqhEgPwAXqsyQ37hoBJvN5uu5r4MrcaGLgNmcHQF0xoUvxWeBEYzCRS+FZ4MRROOCl6KzwgiicLFLwdnhYY7eqNSHkM9HvQBcqIL8irhQBfkVcaEK8iviQhXkV8SFKsiviAtVkF8RF6ogvyIuVEF+RVyogvyKuFAF+RVxoQryK+JCFeRXxIUqyK+IC1WQXxEXqqSX/1vogPyeuFAF+RVxoQryK+JCFeRXxIUqyK+IC1WQXxEXqiC/Ii5UQX5FXKiC/Iq4UAX5FXGhCvIr4kIV5FfEhSrIr4gLVZBfEReqIL8iLlRBfkVcqIL8irhQBfkVcaEK8iviQhXkV8SFKsiviAtVkF8RF6ogvyoq1f9KNTXID0TFph4A8oNRuWkHgPwBqOCUA0D+IFRyugEgfyAqOtUAkD8YlZ1mAMifgArPdAXgL2+PxqW/dz8d34zip380Kj3DAJA/CxU/ewDIn4nKnzkA5M9GAmYNAPkZkIQZA0B+FiRi9ACQnwnJGDkA5GdDQkYNAPkZkZQRA0B+ViQmegDIz4zkRA4A+dmRoKgBIP8RsCTFI+gd5AMAAAAAAAAAAAAAAAAAANzKavUHpxtmMwcH3jgAAAAASUVORK5CYII=)}.l-edit-container .l-edit-icon{width:20px;height:20px;background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer}.l-edit-container .l-edit-btn-edit,.l-edit-container .l-icon-edit{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAjlJREFUeJzt2jGOE0EURdEvElZAhMQ+SFkSwUTABLMfQlYxIoBdkIFEABIaAkAiwMZ2u+qX/c6RnI1GXbrPQXe7CgAAAAAAAACALV5U1buq+lxV36vqY1XdVNXjzotijtuqetjxua+qJ32Xxmh3tTv+n8+HMoKrdEh8I7hSx8Q3gitzSnwjuBJb4hvBhTtHfCO4UOeMbwQXZkR8I7gQI+MbweKeVdWXGj8AI1jY8zKCeEbA1BHcl7eIS5o5gpeTzsSRZo3g/awD8etW7+6Iv58xgq8bz8SB/r7PX2kEn7Ydi0P86yHPKiN4u+lk/Ne+J3zdI/jx+/8yyCGPdztHcLPlcOx3zLP9jhG82nI49jvlxc7MEYg/0Ja3ejNGIP5A53ilO3IE4g90zvf5I0Yg/kAjfsxxzhGIP9DIX/KcYwTiDzTjZ1xbRiD+QDPibxmB+APNjH/KCJ5uORz7dcQ/ZQQM0BnfCJqtEN8ImqwU3wgmWzH+UiN41H0BA93V2rdT37ov4Jqt/M1/qLWHefHEDyZ+MPGDiR9M/GDiBxM/mPjBxA8mfjDxg4kfTPxgq8d/Pe7oiB9M/GDiBxM/mPjBxA8mfjDxg4kfTPxg4gcTP5j4wcQPtnr8N+OOjvjBxA8mfjDxg4kfTPxg4gcTP1x3YPGbdUcWv1l3aPGbdccWv1l3cPGbdUcXv1l3+Iequh1+SnYSP5z44cQPJ3448cOJH078cOKHEz+c+OHEDyd+OPEBAAAAAAAAABbyE/YW4JF7ukfwAAAAAElFTkSuQmCC)}.l-edit-container .l-edit-btn-remove{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='56mm'%20height='56mm'%20viewBox='0%200%2056%2056'%20version='1.1'%20id='svg8'%20inkscape:version='0.92.2%20(5c3e80d,%202017-08-06)'%20sodipodi:docname='icon-x.svg'%3e%3cdefs%20id='defs2'%20/%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='1.4'%20inkscape:cx='307.64212'%20inkscape:cy='192.19368'%20inkscape:document-units='mm'%20inkscape:current-layer='layer1'%20showgrid='false'%20inkscape:window-width='1920'%20inkscape:window-height='1017'%20inkscape:window-x='-8'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20/%3e%3cmetadata%20id='metadata5'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-241)'%3e%3crect%20style='opacity:1;fill:%23000000;stroke-width:0.13333963'%20id='rect49'%20width='53.282597'%20height='10.053321'%20x='-197.05405'%20y='204.98407'%20ry='0.94997895'%20transform='rotate(-44.999997)'%20/%3e%3crect%20style='opacity:1;fill:%23000000;stroke-width:0.13333963'%20id='rect49-9'%20width='53.282597'%20height='10.053321'%20x='183.36942'%20y='165.38609'%20ry='0.94997895'%20transform='rotate(44.999997)'%20/%3e%3c/g%3e%3c/svg%3e")}.l-edit-container .l-edit-select,.l-edit-container .l-edit-textbox{width:calc(100% - 30px);min-width:50px;padding:0 5px;position:relative;border:1px #bee0ef solid;height:1.5em;margin:-.25em 0}.l-edit-container .l-cb-textbox{height:1.5em}.l-edit-container div.l-editable,.l-edit-container div.l-removable{align-self:stretch;align-items:center;display:flex;justify-content:space-between}.l-edit-container .l-edit-controls{display:flex;justify-content:flex-end;align-items:center;height:20px}.l-edit-container .l-edit-btn{width:20px;height:20px;background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer}.l-edit-container .l-edit-btn-save{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMK0KCsAAAAHLSURBVFhH7Za7SgNBGIW3sLBIYeEziKUPYOELBIRUgRSSKp2VELAS0lrYCjbpLPIAeYBg53MIgvcbIuh35KyEzezGjTtrkwMfIZt//nM2OzM7yVJLTWnjItmGLX/9PxGiCY/wBD1frl+Yr8AVfJpX+J9AGA/hzkGmAx26pB5h2IdnB8iiQLsujSuMWvBm4xCaPzsujydMVuHapiEe4NTlcYXRCO5tnEX/yMSlcYXRwIahIEIh110eT5h0QBMzFEK8Q9fl8YRJA25tGkLz5NjlcYXR2IahIHo0Y5cuJhrobuc+X2pOIC+IuIGGy8tLg+HSjZq+PCN+64LmQiiE0BzquLy8GJwGSZenVkfLP/+Ia+ugF2A2QIp234HLy4vBaZDs8tQdtl32Lb5PIG8Z60ZGLi0vBq9BKEjKTyA+z6BonmgHXv1uvIgYvAdF+4R4gXMoqtM7aeaxlhZNtDKKdlDxEbiWorB9t/u7aHbkpiGzInRuGbpNdaLpIZQNpBPdiltUKxqXCaS63P2oEmFwAL+Z1PseElcY9SAvkPaTeg5KqTAMBdIOW89BKSuMFWh6DtVzUMoT5m3Q+0j/UvyD0jwRYhMWfxMvtVQlSpIvTFkLjMRdHMwAAAAASUVORK5CYII=)}.l-invert .l-edit-container .l-edit-controls .l-edit-btn-edit,.l-invert .l-edit-container .l-edit-controls .l-icon-edit{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTnU1rJkAAADYklEQVR4Xu2dW2obQRREtRpv039ZRAJZhReSr+xBCCSIUEBfSlU8/RFDrFff7ivdc6AYgYwH6pQHNB7sFQAAAAAAAAAAAAAAAAAAANzF6XR6UV4/5GV5G54VS7bs7Xb7U8d/2Ivj8fhFLxnCM2KxynfL/ozD4fCmAyN4JixUOSu/wQieCItULpbfYARPgAUqV8tvMIIHxuKUm+U3GMEDYmHK3fIbjOCBsCilm/wGI3gALEjpLr/BCBJjMUqY/AYjSIqk+HbuEBhBQtbr9bd3PWNgBMmwjN1u9+OvnUEwgmRYBiMojmWMHoF/i7icHjIgJ0NHsN/vf+nAVSAal6xc9ACH3x98JXhdTg0RqOCPn/P9OtMIGEAUKvd/N3kyjYABRKBiz93hyzICBtAblXrp7d2pI1i+76fnhytxocol8htTRuCHSXVAfk9cqHKN/MbQERyEDsjviQtVbpHfGDIC5AfgQpV75DdCR4D8AFyo0kN+I2QEyA/AhSo95Te6jgD5AbhQJUJ+o8sIkB+AC1Ui5TfuGgHyA3Chygj5jZtGgPwAXKgyUn7jqhEgPwAXqsyQ37hoBJvN5uu5r4MrcaGLgNmcHQF0xoUvxWeBEYzCRS+FZ4MRROOCl6KzwgiicLFLwdnhYY7eqNSHkM9HvQBcqIL8irhQBfkVcaEK8iviQhXkV8SFKsiviAtVkF8RF6ogvyIuVEF+RVyogvyKuFAF+RVxoQryK+JCFeRXxIUqyK+IC1WQXxEXqqSX/1vogPyeuFAF+RVxoQryK+JCFeRXxIUqyK+IC1WQXxEXqiC/Ii5UQX5FXKiC/Iq4UAX5FXGhCvIr4kIV5FfEhSrIr4gLVZBfEReqIL8iLlRBfkVcqIL8irhQBfkVcaEK8iviQhXkV8SFKsiviAtVkF8RF6ogvyoq1f9KNTXID0TFph4A8oNRuWkHgPwBqOCUA0D+IFRyugEgfyAqOtUAkD8YlZ1mAMifgArPdAXgL2+PxqW/dz8d34zip380Kj3DAJA/CxU/ewDIn4nKnzkA5M9GAmYNAPkZkIQZA0B+FiRi9ACQnwnJGDkA5GdDQkYNAPkZkZQRA0B+ViQmegDIz4zkRA4A+dmRoKgBIP8RsCTFI+gd5AMAAAAAAAAAAAAAAAAAANzKavUHpxtmMwcH3jgAAAAASUVORK5CYII=)}.l-slider-range{width:100%;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.l-slider-range .l-sr-body{display:flex;flex-direction:row;align-items:center;height:20px}.l-slider-range .l-sr-body .l-sr-line{display:flex;flex-direction:row;height:5px;width:100%;background-color:var(--l-clr-content)}.l-slider-range .l-sr-body .l-sr-line .l-sr-line-part{height:5px}.l-slider-range .l-sr-body .l-sr-line .l-sr-line-part.l-sr-fill{background-color:var(--l-clr-base)}.l-slider-range .l-sr-body .l-sr-line .l-sr-hook{height:5px;width:0;position:relative}.l-slider-range .l-sr-body .l-sr-line .l-sr-hook .l-sr-pin{width:14px;height:14px;background-color:var(--l-clr-background);border-radius:50%;box-shadow:1px 1px 5px #000000b3;position:absolute;left:-7px;margin-top:-7px;top:50%}.l-slider-range .l-sr-body .l-sr-line .l-sr-hook .l-sr-view{position:absolute;top:-500%}.l-slider-range .l-sr-head{display:flex;flex-direction:row;align-items:center}.l-slider-range .l-sr-head .l-sr-caption-wrap{position:relative}.l-slider-range .l-sr-head .l-sr-caption{display:flex;flex-direction:row;justify-content:space-between;flex:1}.l-slider-range .l-sr-head .l-sr-caption .l-sr-value-view{margin:0 1px;position:relative;padding:0 5px;color:var(--l-clr-base-dark)}.l-slider-range .l-slider-handles{position:absolute;left:13px;right:15px;height:5px;background-color:var(--l-clr-base);z-index:1}.l-slider-range .l-slider-handles .l-h-inverse-left{position:absolute;left:0;height:5px;background-color:var(--l-clr-content)}.l-slider-range .l-slider-handles .l-h-inverse-right{position:absolute;right:0;height:5px;background-color:var(--l-clr-content)}.l-slider-range .l-slider-handles .l-h-thumb{position:absolute;top:-7px;z-index:2;height:20px;width:20px;text-align:left;margin-left:-11px;cursor:pointer;box-shadow:0 3px 8px #0006;background-color:var(--l-clr-background);border-radius:50%;outline:none}.l-slider-range .l-slider-input{position:absolute;pointer-events:none;-webkit-appearance:none;z-index:3;height:14px;top:-2px;width:100%;opacity:0}.l-slider-range .l-slider-input:focus::-webkit-slider-runnable-track{background:transparent;border:transparent}.l-slider-range .l-slider-input:focus{outline:none}.l-slider-range .l-slider-input::-webkit-slider-thumb{pointer-events:all;width:28px;height:28px;border-radius:0;border:0 none;background:red;-webkit-appearance:none}.l-slider-range .l-slider-input::-ms-fill-lower{background:transparent;border:0 none}.l-slider-range .l-slider-input::-ms-fill-upper{background:transparent;border:0 none}.l-slider-range .l-slider-input::-ms-tooltip{display:none}.l-slider-range.l-sr-single .l-sr-body .l-sr-line .l-sr-line-left{background-color:var(--l-clr-base)}.l-select-buttons{width:100%;border-collapse:collapse;table-layout:fixed;display:flex;flex-direction:row}.l-select-buttons .l-sb-holder{flex:1;margin-right:2px}.l-select-buttons .l-sb-holder:last-child{margin:0}.l-select-buttons .l-select-button-radio{width:100%;padding:5px;background-color:var(--l-clr-content2);color:#fff;text-align:center;text-transform:uppercase;font-size:.8em;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block}.l-select-buttons .l-select-button-radio:before{content:"";display:none}.l-select-buttons .l-select-button-radio:hover{background-color:var(--l-clr-base-light)}.l-select-buttons .l-radio:checked+.l-select-button-radio{background:var(--l-clr-base)}.l-select-buttons .l-radio:checked+.l-select-button-radio:hover{background:var(--l-clr-base)}.l-select-buttons .selectable-option{border:2px var(--l-clr-background) solid;padding:5px;background-color:var(--l-clr-content2);color:#fff;text-align:center;text-transform:uppercase;font-size:.8em;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.l-select-buttons .selectable-option.selected{background:var(--l-clr-base)}.l-select-buttons tbody:not(.hidden) .selectable-option:not(.hidden):not(.selected):hover{background-color:var(--l-clr-base-light)}
