@import url(https://fonts.googleapis.com/css2?family=Viga&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow:hidden}body,html{height:100%}html{font-size:14px}html *{scrollbar-color:#666 transparent;scrollbar-width:thin}html ::-webkit-scrollbar{width:5px}html ::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:3px}html ::-webkit-scrollbar-thumb{background:#006db3;border-radius:3px}html ::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,109,179,.2)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%}H1.header{font-size:185%}H1.header,H2.subHeader{color:#444;font-weight:400;margin:0 0 15px;text-transform:none}H2.subHeader{font-size:130%}.flexLine{flex-direction:row}.flexLine,SPAN.Button{align-items:center;display:flex}SPAN.Button{-webkit-touch-callout:none;background-color:#fff;background-position:50%;border-radius:5px;cursor:pointer;margin:2px;padding:6px 9px;text-transform:uppercase;transition:background .8s;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}SPAN.Button:hover{background:#006db3 radial-gradient(circle,transparent 1%,#47a7f5 0) 50%/15000%;border:2px solid #006db3;color:#fff}SPAN.Button:active{background-color:#006db3;background-size:100%;transition:background 0s}SPAN.EnabledButton{border:2px solid #fff;color:#006db3}SPAN.DisabledButton{border:2px solid #888;color:#888}SPAN.ConfirmedButton{background-color:#43a047;border:2px solid #43a047;color:#f5f5f5}SPAN.ErrorButton{background-color:#d81b60;border:2px solid #d81b60;color:#f5f5f5}SPAN.ButtonSelected{background-color:#006db3;color:#fff}SPAN.EnabledButton:hover{box-shadow:0 0 8px -1px rgba(0,0,0,.75)}.FlexColumns{display:flex;flex-direction:column}.FlexRows{display:flex;flex-direction:row;width:inherit}.Box10{margin:10px;padding:10px}.Relative{position:relative}.ScrollablePaper{background:#fff;border-radius:5px;height:100%;overflow:auto;padding:10px;width:inherit}.Pad10{padding:10px}.AlertTag{background-color:#ef6c00}.AlertTag,.OKTag{align-items:center;border-radius:5px;color:#fff;display:flex;font-size:14px;margin:2px;padding:5px 8px}.OKTag{background-color:#43a047}.NormalTag{align-items:center;background-color:#1565c0;border-radius:5px;color:#fff;display:flex;font-size:14px;margin:2px;padding:5px 8px}.Elevate{background-color:#fff;border-radius:15px;box-shadow:0 0 10px -1px #b0b0b0;margin:10px;padding:0 25px 25px 20px}.Bottom10{margin-bottom:10px}.Bottom20{margin-bottom:20px}.MoveUpOpacity{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:moveUpAndOpacity;animation-name:moveUpAndOpacity;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fadeInOpacity{0%{opacity:.1}to{opacity:1}}@keyframes fadeInOpacity{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes moveUpAndOpacity{0%{opacity:.3;-webkit-transform:translateY(5%);transform:translateY(5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes moveUpAndOpacity{0%{opacity:.3;-webkit-transform:translateY(5%);transform:translateY(5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes moveLeftAndOpacity{0%{opacity:.1;-webkit-transform:translateX(5%);transform:translateX(5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes moveLeftAndOpacity{0%{opacity:.1;-webkit-transform:translateX(5%);transform:translateX(5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}FIELDSET{border:1px solid #ccc;border-radius:5px}FIELDSET LEGEND{color:#999;font-size:11px}.ace-tomorrow .ace_reference{background-color:#f0f8ff;border-radius:2px;color:#1565c0;font-weight:500}.CenteredCircularProgress{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}FORM.TuiForm>H1{color:#444;font-size:150%;font-weight:400;margin:15px 10px;text-transform:uppercase}FORM.TuiForm>.TuiFormGroup{background-color:#fff;border:1px solid #ccc;border-radius:5px;display:grid;grid-template-rows:auto 1fr;margin-bottom:10px}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader{background-color:#f5f5f5;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0;padding:15px 25px 0}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader>H2{color:#444;font-size:185%;font-weight:400;margin:0 0 15px;text-transform:none}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent{padding:25px}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent P{color:#555}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H3{font-size:1.3em;font-weight:400;margin:15px 0 10px}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H3:first-child{margin-top:0}FORM.TuiForm DIV.TuiFormError{align-items:center;background-color:#d81b60;color:#fff;display:flex;padding:6px}.Tabs{display:flex;flex-direction:column;height:inherit;width:inherit}.Tabs>.Navigation{border-bottom:1px solid #ccc;display:flex;height:45px}.Tabs>.Navigation>.Tab{cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:13px 10px 10px;text-transform:uppercase}.Tabs>.Navigation>.Selected{border-bottom:3px solid #0069c0}.Tabs .TabContent{flex:1 1;height:inherit;overflow-x:hidden;overflow-y:auto}.MdManual{border-radius:5px;height:100%;overflow:auto;padding:10px;-webkit-user-select:text;user-select:text}.MdManual A{color:#0069c0}.MdManual H1{font-size:20px;font-weight:400;margin:0}.MdManual H2{font-size:17px;margin:0}.MdManual CODE{background:#e1f5fe;border:2px solid #000;border-radius:5px;color:#000;display:inline-flex;font-family:IBM Plex Mono;margin-left:10px;overflow:auto;padding:15px;width:100%}.ErrorBox{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:fadeInOpacity;animation-name:fadeInOpacity;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background:#d81b60;color:#fff;display:flex;flex-direction:row;margin:10px;overflow-x:auto;padding:15px}.ErrorBox>.ErrorDetails{display:flex;flex-direction:column;font-size:120%;margin-left:10px;margin-top:0}.ErrorsBox{background-color:#d81b60;border:2px solid #d81b60;color:#fff;display:flex;flex-direction:row;overflow-x:auto;padding:15px;width:100%}.NotFullErrorBox{border-radius:4px}.ErrorsBox>.ErrorDetails{display:flex;flex-direction:column;margin-left:10px}.ErrorsBox .ErrorDetails>.Header{font-size:120%;font-weight:400;margin-left:15px;text-decoration:underline}
/*# sourceMappingURL=main.092138f4.css.map*/