html{box-sizing:border-box;overflow-y:scroll;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#09243c;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}a{color:inherit;text-decoration:none}p{margin:0}.switch-label,p{font-size:18pt}.string-list-item{background-color:#fff;border-color:#000}.string-list-item-text{color:#000}#header{margin:15pt 15pt 0}#header #header-logo{align-items:center;display:flex}#header #header-logo a{color:#fff;font-family:Georgia,Times New Roman,Times,serif;font-size:32pt}#header #header-logo a:hover{text-decoration:underline}#header #header-environment-title,#header #header-system-title{margin-left:15pt}@media only screen and (max-width:1200px){#header{text-wrap:nowrap;margin:4pt 4pt -8pt}#header #header-logo .entities-icon{height:40pt;width:40pt}#header #header-logo a{font-size:20pt}#header #header-environment-title,#header #header-system-title{margin-left:8pt}}.entities-icon{background-color:#fff;border-radius:20%}.simple-color-picker{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(16,1fr);width:fit-content}.color-box{border:2px solid #ccc;border-radius:4px;cursor:pointer;height:40px;transition:all .2s ease;width:40px}.color-box:hover{border-color:#666;transform:scale(1.1)}.color-box.selected{border:3px solid #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.environment-expander{align-items:center;margin-top:10pt}.environment-expander .simple-color-picker{margin:12pt auto}.environment-expander .environment-expander-buttons{display:flex;width:100%}.environment-expander .environment-expander-buttons .environment-expander-name,.environment-expander .environment-expander-buttons .environment-expander-right{border:none;font-size:24pt;padding:8pt 0}.environment-expander .environment-expander-buttons .environment-expander-name{border-radius:10pt 0 0 10pt;color:#fff;flex:0 0 90%}.environment-expander .environment-expander-buttons .environment-expander-name:hover{cursor:pointer;filter:brightness(1.15);text-decoration:underline}.environment-expander .environment-expander-buttons .environment-expander-right{border-radius:0 10pt 10pt 0;color:#fff;filter:brightness(.65);flex:0 0 10%}.environment-expander .environment-expander-buttons .environment-expander-right:hover{cursor:pointer;filter:brightness(.85)}.environment-expander .environment-expander-option{background-color:#0000;border:none;border-radius:12pt;color:#fff;display:block;font-size:16pt;margin-top:1pt;width:100%}.environment-expander .environment-expander-option:hover{background-color:#1e454e;cursor:pointer;text-decoration:underline}@media only screen and (max-width:800px){.environment-expander .environment-expander-buttons .environment-expander-name{flex:0 0 80%;font-size:18pt}.environment-expander .environment-expander-buttons .environment-expander-right{flex:0 0 20%;font-size:18pt}.environment-expander .environment-expander-option{font-size:14pt}.environment-expander .simple-color-picker{overflow-x:auto;width:80vw}}.environments-panel{margin:30pt 0}#home-page{margin:10pt auto 0;padding:20pt;width:65%}#home-page p{margin-bottom:10pt;margin-top:10pt}@media only screen and (max-width:1200px){#home-page{margin-top:0;padding-top:0;width:85%}}@media only screen and (max-width:800px){#home-page{width:100%}}.error-message{align-items:center;border:2pt solid #ae0c0c;border-radius:20pt;display:flex}.error-message .error-message-icon{font-weight:700;height:20pt;margin:10pt 0 10pt 10pt;width:20pt}.error-message .error-message-content{font-size:16pt;font-weight:700;margin:10pt}.error-message .error-message-title{text-decoration:underline}@keyframes spinner{to{transform:rotate(1turn)}}.spinner{animation:spinner .6s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:#000;height:20px;left:50%;margin-bottom:20pt;margin-left:-10px;margin-top:10pt;position:relative;width:20px}.basic-menu-bar{align-items:center;background-color:#f8f8f8;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 2px 0 #0000001a;display:flex}.basic-menu-bar a{color:#333}.basic-menu-item{border-radius:4px;color:#333;cursor:pointer;margin-left:1px;margin-top:1px;padding:8px 15px;text-decoration:none;transition:background-color .3s}.basic-menu-item:hover{background-color:#064c63;color:#fff}.button-strip{display:flex;margin-top:10pt}.button-strip button{margin-right:10pt}.dialog-background{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.dialog{border:3pt solid #000;border-radius:15pt;color:#000;left:50%;max-height:80vh;overflow-y:scroll;padding:20pt;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:2}.dialog,.dialog h1{background-color:#fff}.dialog h1{border-bottom:2pt solid #000;font-size:28pt;margin-left:-20pt;margin-right:-20pt;margin-top:-20pt;padding-bottom:10pt;padding-left:20pt;padding-top:10pt}.dialog .dialog-close-button{background:none;border:none;color:#601111;cursor:pointer;font-size:28pt;padding:0;position:absolute;right:14pt;top:10pt}.dialog .dialog-close-button:hover{color:#d51919}.dialog-color-aqua{background-color:#aacfdf}.dialog-color-aqua h1{background-color:#3d6475;color:#fff}.dialog-color-aqua .dialog-close-button{color:#fff}.dialog-color-aqua .dialog-close-button:hover{color:#e1abab}.dialog-color-blue{background-color:#acc5ed}.dialog-color-blue h1{background-color:#1b2643;color:#fff}.dialog-color-blue .dialog-close-button{color:#fff}.dialog-color-blue .dialog-close-button:hover{color:#a30f0f}.dialog-width-standard{min-width:50vw}.dialog-width-small{max-width:40vw;min-width:40vw}.dialog-width-tiny{max-width:30vw;min-width:30vw}.primary-button{background-color:#fff;border:1px solid #ccc;border-radius:8pt;color:#000;font-size:16pt;font-weight:700;padding:10pt}.primary-button:hover{background-color:#f0f0f0;cursor:pointer}.primary-button-color-red{background-color:#d60909;color:#fff}.primary-button-color-red:hover{background-color:#7b0707}.code-textarea{border:1pt solid #ccc;border-radius:5pt;font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;font-size:14pt;margin-bottom:10pt;margin-top:5pt;min-height:100px;overflow:auto;padding:6pt;white-space:pre;width:100%}.code-textarea:focus{border-color:#0078d4;outline:none}.code-textarea:hover{border-color:#999}.code-textarea-black{background-color:#252525;color:#eeebeb}.data-table{border-collapse:initial;border-spacing:0;font-size:18pt}.data-table thead th{background-color:#1d1451;color:#fff;font-weight:700;padding:2pt 14pt;text-align:left}.data-table thead th:first-of-type{border-top-left-radius:10pt}.data-table thead th:last-of-type{border-top-right-radius:10pt}.data-table tbody td{border:1px solid #1d1451;padding:2pt 14pt}.data-table tbody td:not(td:last-of-type){border-right:none}.data-table tbody tr:last-of-type td:first-of-type{border-bottom-left-radius:11pt}.data-table tbody tr:last-of-type td:last-of-type{border-bottom-right-radius:12pt}.data-table tbody tr:not(tr:last-of-type) td{border-bottom:none}.dropdown-button{background:none;border:1pt solid silver;border-radius:3pt;color:silver;padding:8pt}.dropdown{display:inline-block;position:relative}.dropdown-content{display:none;left:27pt;margin:-10pt;padding:10pt;position:absolute;top:4pt;z-index:1}.dropdown-content .dropdown-content-items{background-color:#fff;min-width:160px}.dropdown-content .dropdown-content-items a,.dropdown-content .dropdown-content-items button{background:#fff;border:none;color:#000;display:block;font-family:Arial;font-size:15pt;padding:12px 16px;text-align:left;text-decoration:none;width:100%}.dropdown-content .dropdown-content-items a:hover,.dropdown-content .dropdown-content-items button:hover{background-color:silver}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropdown-button{background-color:silver;color:#000}.file-prompt label{display:block;font-size:16pt}.file-prompt input{border:1pt solid #ccc;border-radius:5pt;font-size:16pt;margin-bottom:10pt;margin-top:5pt;padding:10pt;width:100%}.file-prompt input::placeholder{color:#999}.file-prompt input:focus{border-color:#0078d4;outline:none}.file-prompt input:hover{border-color:#999}.info-message{align-items:center;border:2pt solid #070a65;border-radius:20pt;display:flex}.info-message .info-message-icon{font-weight:700;height:20pt;margin:10pt 0 10pt 10pt;width:20pt}.info-message .info-message-content{font-size:16pt;font-weight:700;margin:10pt}.info-message .info-message-title{text-decoration:underline}.integer-prompt label{display:block;font-size:16pt}.integer-prompt input{border:1pt solid #ccc;border-radius:5pt;font-size:16pt;margin-bottom:10pt;margin-top:5pt;padding:10pt;width:100%}.integer-prompt input::placeholder{color:#999}.integer-prompt input:focus{border-color:#0078d4;outline:none}.integer-prompt input:hover{border-color:#999}.link-strip{display:flex;margin-top:10pt}.link-strip a{margin-right:10pt}.link-strip a:after{color:#000;content:"|";margin-left:10pt}.link-strip a:last-child{margin-right:0}.link-strip a:last-child:after{content:""}.option-prompt label{display:block;font-size:16pt}.option-prompt select{background-color:#fff;border:1pt solid #ccc;border-radius:5pt;color:#227;cursor:pointer;font-size:16pt;margin-bottom:10pt;margin-top:5pt;padding:10pt;width:100%}.option-prompt select:focus{border-color:#0078d4;outline:none}.option-prompt select:hover{border-color:#999}.password-prompt label{display:block;font-size:16pt}.password-prompt input{border:1pt solid #ccc;border-radius:5pt;font-size:16pt;margin-bottom:10pt;margin-top:5pt;padding:10pt;width:100%}.password-prompt input:focus{border-color:#0078d4;outline:none}.password-prompt input:hover{border-color:#999}.pill{background:#000;border:1pt solid;border-radius:5pt;color:#fff;display:inline;font-size:15pt;margin:0 2pt;padding:2pt 5pt;white-space:nowrap}.pill-clickable{cursor:pointer}.pill-clickable:hover{text-decoration:underline}.pill-large{font-size:18pt}.pill-small{font-size:12pt}.pill-red{background:#ca0606;border-color:#ca0606;color:#fff}.pill-red.pill-transparent{background:none;color:#ca0606}.pill-green{background:#038203;border-color:#038203;color:#fff}.pill-green.pill-transparent{background:none;color:#038203}.pill-blue{background:#0541e5;border-color:#0541e5;color:#fff}.pill-blue.pill-transparent{background:none;color:#0541e5}.pill-silver{background:silver;border-color:silver;color:#000}.pill-silver.pill-transparent{background:none;color:silver}.pill-white{background:#fff;border-color:#fff;color:#000}.pill-transparent,.pill-white.pill-transparent{background:none;color:#fff}progress{--color:#07078e;--background:#e7e7e7;background:var(--background);border:none;border-radius:10em;width:100%}progress:not([value])::-moz-progress-bar,progress[value]::-moz-progress-bar{background:var(--color);border-radius:10em}.radio-bar{border:2pt solid #1d96bf;border-radius:50pt;box-shadow:0 0 0 1px #0000000f;box-sizing:border-box;display:flex;flex-wrap:wrap;font-size:15pt;margin-bottom:10pt;padding:.15rem;position:relative;width:100%}.radio-bar .radio-bar-option{flex:1 1 auto;text-align:center}.radio-bar .radio-bar-option input{display:none}.radio-bar .radio-bar-option .radio-bar-option-name{align-items:center;border:none;border-radius:50pt;color:#1d96bf;cursor:pointer;display:flex;justify-content:center;padding:.5rem 0;transition:all .15s ease-in-out}.radio-bar .radio-bar-option input:checked+.radio-bar-option-name{background-color:#1d96bf;color:#fff;font-weight:600}.secondary-button{background-color:#ebebeb;border:1px solid #c0bfbf;border-radius:6pt;color:#000;font-size:14pt;padding:6pt 8pt}.secondary-button:hover{background-color:#f0f0f0;cursor:pointer}.secondary-button-color-red{background-color:#d60909;color:#fff}.secondary-button-color-red:hover{background-color:#7b0707}.string-prompt label{display:block;font-size:16pt}.string-prompt input,.string-prompt textarea{border:1pt solid #ccc;border-radius:5pt;font-size:16pt;margin-bottom:10pt;margin-top:5pt;padding:10pt;width:100%}.string-prompt input::placeholder,.string-prompt textarea::placeholder{color:#999}.string-prompt input:focus,.string-prompt textarea:focus{border-color:#0078d4;outline:none}.string-prompt input:hover,.string-prompt textarea:hover{border-color:#999}.string-prompt textarea{min-height:100px}.string-list-prompt{label{display:block;font-size:16pt}.string-list-item-text{border:none;font:inherit;margin:0;padding:0;width:100%}.string-list-item,.string-list-item-add{border-radius:5pt;border-style:solid;border-width:1pt;font-size:16pt;padding-left:5pt;width:100%;&::placeholder{color:#999}&:focus{border-color:#0078d4;outline:none}&:hover{border-color:#999}}.string-list-item:first-of-type{margin-top:5pt}.string-list-item-add{border-color:#ccc;margin-bottom:10pt;margin-top:2pt;padding:5pt}.string-list-item{align-items:center;border-color:#ddd;color:#555;display:flex;justify-content:space-between;margin-top:1pt;padding-right:.5em}.string-list-item-delete{background:none;border:none;color:#c00;cursor:pointer;font-size:1.2em;margin-left:1em;&:hover{background-color:#c00;border-radius:4pt;color:#fff}}.string-list-item span{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sortable{cursor:grab}.editable{cursor:text}.dragged{opacity:.5}.drag-over{border-top:2px dashed #000}}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#fff;border:1pt solid silver;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#1d96bf;border-radius:50%;bottom:3px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#153968;border-color:#fff}input:focus+.slider{box-shadow:0 0 1px #fff}input:checked+.slider:before{transform:translateX(26px)}.switch-label{font-weight:700;margin-left:5pt;margin-top:-2pt;position:absolute}.warning-message{align-items:center;border:2pt solid #fc0;border-radius:20pt;display:flex}.warning-message .warning-message-icon{font-weight:700;height:20pt;margin:10pt 0 10pt 10pt;width:20pt}.warning-message .warning-message-content{font-size:16pt;font-weight:700;margin:10pt}.warning-message .warning-message-title{text-decoration:underline}.null-label{color:gray;font-style:italic}.action-panel-pane,.internal-action-panel-pane{font-size:16pt;margin-bottom:10pt}.action-panel-pane .null-label,.internal-action-panel-pane .null-label{font-size:16pt}.action-panel-pane{color:#222020}.internal-action-panel-pane{color:#a1a1a1}.action-panel{background-color:#fff;font-size:14pt;padding:5pt}.action-panel .action-panel-toggle{display:none}.action-panel span{display:block}.action-panel .action-panel-title{border-bottom:1px solid silver;font-size:16pt;font-weight:700}.action-panel .action-panel-link{cursor:pointer}.action-panel .action-panel-link:hover{color:#2c335b;text-decoration:underline}.action-panel .action-panel-link-selected{background-color:#bad8e9}@media only screen and (max-width:1200px){.action-panel{border-bottom:2pt solid #134374;max-height:30pt;overflow:hidden;transition:max-height .4s ease}.action-panel:not(.visible){padding:0;transition:none}.action-panel.visible{max-height:1000px;scroll-margin-top:20px;transition:max-height .4s ease}.action-panel .action-panel-toggle{background-color:#134374;border:1pt solid #000;border-radius:0;color:#fff;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:18pt;height:30pt;width:100%}.action-panel .action-panel-toggle:hover{background-color:#1979b0;cursor:pointer}}.activity-panel{background-color:#d9f1f9;color:#000;margin:0 0 0 10pt;padding:10pt}.activity-panel h2{border-bottom:1px dotted #201b63;font-size:24pt;margin-bottom:5pt}.activity-panel h3{font-size:15pt;margin-bottom:5pt}@media only screen and (max-width:1200px){h2{margin-top:2pt}}.action-button{background-color:#2b1a65;border:1px solid #2b1a65;color:#fff;cursor:pointer;font-size:13pt;margin:0 4pt 0 0;padding:4px}.action-button:hover{background-color:#4d2eb5}.action-button-white{background-color:#fff;border:1px solid #000;color:#000}.action-button-white:hover{background-color:#f3f3f3}.action-button-teal{background-color:#035b82;border:1px solid #035b82}.action-button-teal:hover{background-color:#0779a9}.action-bar-top{background-color:#cae3eb;margin-bottom:10pt}.action-bar-bottom{background-color:#cae3eb;margin-top:10pt}.file-field-edit,.file-field-insert,.file-field-show{color:#31319a}.file-field-edit,.file-field-insert{align-items:center;display:flex;gap:4pt;justify-content:space-between}.file-field-edit:hover,.file-field-insert:hover{background-color:#dfdde6;cursor:pointer}.file-field-edit .file-not-selected,.file-field-insert .file-not-selected{color:gray}.file-field-edit .file-selected,.file-field-insert .file-selected{text-decoration:underline}.file-field-edit button,.file-field-insert button{background-color:#fff;border:1px solid gray;border-radius:3pt;float:right;font-size:15pt;margin:-3pt -3pt -3pt 5pt}.file-field-edit button:hover,.file-field-insert button:hover{background-color:#e7e7e7;cursor:pointer}.file-field-edit input[type=file],.file-field-insert input[type=file]{display:none}.file-field-show{text-align:left;text-decoration:underline}.file-field-show:hover{background-color:#dfdde6;cursor:pointer}.boolean-select-field{background-color:#fff!important;width:50%!important}.boolean-select-field:hover{background-color:#f2f2f2;cursor:pointer}.boolean-select-field:invalid{border-color:#b72121}.boolean-select-field-view input{margin-right:5pt;transform:scale(1.25) translateY(-2pt)}.check-box-field{font-size:18pt;height:24pt;padding-left:5pt}.check-box-field input{margin-right:5pt;transform:scale(1.25) translateY(-2pt)}.code-field{background-color:silver;border:1px solid #404040;font-family:Consolas,Courier New,Courier,monospace;font-size:14.4pt;padding-left:5pt;width:100%}.currency-field{width:50%!important}.currency-field:invalid{border-color:#b72121}.date-field{width:50%!important}.date-field:invalid{border-color:#b72121}.day-picker-field-view{width:50%!important}.day-picker-field-is-invalid{border-color:#b72121!important}.day-picker-field .button-go-left,.day-picker-field .button-go-right{background:none;border:none;margin:0;padding:0}.day-picker-field .button-go-left:hover,.day-picker-field .button-go-right:hover{cursor:pointer;font-weight:700;text-decoration:underline}.day-picker-field input{width:60pt}.day-picker-field input,.day-picker-field select{background-color:#3445c8;border:1pt solid #3445c8;color:#fff;font-size:15pt;margin:1pt;text-align:center}.day-picker-field select{cursor:pointer}.day-picker-field input:hover,.day-picker-field select:hover{background-color:#fff;border-color:#3445c8;color:#3445c8;cursor:pointer}.day-picker-field button{cursor:pointer;font-size:15pt;margin:1pt;min-width:20pt}.day-picker-field .weekend{background-color:#e9e9e9;border:1pt solid #e9e9e9}.day-picker-field .weekend:hover{background-color:#e9e9e9;border-color:#3445c8;color:#3445c8}.day-picker-field .weekday{background-color:#fff;border:1pt solid #fff}.day-picker-field .weekday:hover{border-color:#3445c8;color:#3445c8}.day-picker-field .selected{background-color:#3445c8;color:#fff}.day-picker-field .today{font-weight:700;text-decoration:underline}.lookup-dialog{min-width:25vw}.lookup-dialog .record-button{background-color:#45758a;border:none;color:#fff;display:inline-block;font-size:17pt;margin-bottom:1px;padding:1pt 10pt;text-align:left;width:100%}.lookup-dialog .record-button:hover{background-color:#5cabb9;cursor:pointer}.lookup-dialog .record-button-active{background-color:#5cabb9;font-weight:700}@media only screen and (max-width:1200px){.lookup-dialog{min-width:90vw}}.lookup-field{background:#45758a!important;color:#fff;text-align:left;width:100%}.lookup-field::placeholder{color:#a2d0e8}.lookup-field .record-not-selected{color:gray}.lookup-field .record-selected{background-color:#45758a;color:#fff}.lookup-field:hover{background-color:#5cabb9;cursor:pointer}.number-field{width:50%!important}.number-field:invalid{border-color:#b72121}.select-field{background-color:#fff!important;width:100%}.select-field:hover{background-color:#f2f2f2;cursor:pointer}.select-field:invalid{border-color:#b72121}.string-field:invalid{border-color:#b72121}.string-field-encrypted.string-field-encrypted{background-color:#bfbcad;color:#bfbcad;cursor:default;-webkit-user-select:none;user-select:none}.string-field-encrypted.string-field-encrypted:before{color:#000;content:"🔒︎"}.string-field-decrypted.string-field-decrypted{background-color:#97a9c3}.string-field-decrypted.string-field-decrypted:before{content:"🔓︎"}.textarea-field{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14pt!important;min-height:100pt;white-space:pre-line;width:100%}.textarea-field:invalid{border-color:#b72121}.textarea-field-encrypted.textarea-field-encrypted{background-color:#bfbcad;color:#bfbcad;cursor:default;-webkit-user-select:none;user-select:none}.textarea-field-encrypted.textarea-field-encrypted:before{color:#000;content:"🔒︎"}.textarea-field-decrypted.textarea-field-decrypted{background-color:#97a9c3}.textarea-field-decrypted.textarea-field-decrypted:before{content:"🔓︎"}.field .switch-container .switch .slider{border:1pt solid #000}.field .switch-container span{padding-top:5pt}.toggle-field{font-size:18pt;height:24pt;padding-left:5pt}.toggle-field input{margin-right:5pt;transform:scale(1.25) translateY(-2pt)}.field .radio-bar{margin-bottom:0}.radio-list-field{margin-top:5pt}.radio-list-field .radio-list-field-option{display:block;font-size:18pt}.radio-list-field .radio-list-field-option input{cursor:pointer;margin-right:5pt}.radio-list-field .radio-list-field-option label{cursor:pointer}.url-field{color:#31319a}.url-field:invalid{border-color:#b72121}.url-field-encrypted.url-field-encrypted{background-color:#bfbcad;color:#bfbcad;cursor:default;-webkit-user-select:none;user-select:none}.url-field-encrypted.url-field-encrypted:before{color:#000;content:"🔒︎"}.url-field-decrypted.url-field-decrypted{background-color:#97a9c3}.url-field-decrypted.url-field-decrypted:before{content:"🔓︎"}.field{font-family:Gill Sans MT,Calibri,Trebuchet MS,sans-serif;padding-bottom:5pt;padding-top:5pt}.field .field-label{font-weight:700}.field .field-label .field-label-required-asterisk{margin-left:5pt}.field .field-description{color:#777;font-size:16pt}.field-input{background-color:#fff;border:1px solid #c1c2c7;border-radius:6pt;font-size:18pt;padding:4pt 6pt;width:100%}.time-field{width:50%!important}.time-field:invalid{border-color:#b72121}.encryption-key-dialog input{display:inline-block;font-size:20pt;margin-top:5pt;width:100%}.encryption-key-dialog .error-message{margin-top:10pt}#entity-edit-dialog .action-bar-top,#entity-insert-dialog .action-bar-top{border-bottom:2pt solid #000;margin:-19pt -20pt 5pt;padding-left:20pt}.cell a{color:#31319a;text-decoration:none}.cell a:hover{text-decoration:underline}.cell .cell-note{color:#31319a}.cell-multiline{white-space:pre-line}.cell-lookup{color:#0a4964}.entity-table{border:1px solid #5c7381;border-collapse:collapse}.entity-table thead{background-color:#b4d3db;font-weight:700}.entity-table tbody tr,.entity-table thead{border-bottom:1px solid #5c7381}.entity-table tbody tr:hover{background-color:#fff;color:#4f44e3;cursor:pointer}.entity-table td{padding:2pt 6pt;vertical-align:top}.entity-table tfoot{border-top:1px solid #000;font-weight:700}.action-switch{display:inline;margin-right:4pt}.action-switch-option{border:1px solid #2b1a65;color:#2b1a65;cursor:pointer;font-size:13pt;margin:0;padding:4px}.action-switch-option:first-child{border-right:none}.action-switch-option:hover{background-color:#4d2eb5;color:#fff}.action-switch-option.selected{background-color:#2b1a65;color:#fff}.filter{background-color:#fff;border:1px solid silver;border-radius:10pt;display:inline;margin-right:4pt;padding:2pt 6pt}.filter .filter-operator{background-color:#fff;border:1px solid silver;border-radius:4pt;margin:0 4pt;text-align:center}.filter .filter-value{max-width:200px}.filters{margin-bottom:4pt}.filters button{background:none;border:1px solid #0000;border-radius:50%;font-size:15pt;font-weight:700;padding:2pt}.filters button:hover{background-color:silver;cursor:pointer}.page-list{border:1px solid silver;border-radius:10pt;display:inline-block;margin-right:4pt;margin-top:4pt;padding:2pt 6pt}.page-list .page-link{background:none;border:1px solid #0000;font-size:12pt;font-weight:400;margin:0 0 0 2pt;padding:0 5pt;text-decoration:underline}.page-list .page-link:hover{background-color:silver;cursor:pointer}.page-list .page-link:disabled{color:#000;font-weight:700;text-decoration:none}.page-list .page-link:disabled:hover{background:none;cursor:default}.child-fields{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:2pt solid #202829;border-left-width:16pt;display:block;margin-bottom:10pt;margin-top:10pt;padding-left:8pt;padding-right:8pt;text-align:left;width:100%}.child-fields:hover{background-color:#a7d3e2;cursor:pointer}.child-table{margin-bottom:10pt;margin-top:10pt}#logged-in-page{margin:10pt}.narrow-form{border:2pt solid #fff;border-radius:40pt;margin:10pt auto 0;padding:20pt;width:65%}.narrow-form .narrow-form-title{border-bottom:2pt solid #fff;width:100%}@media only screen and (max-width:1200px){.narrow-form{width:95%}.narrow-form-title{font-size:20pt;margin-top:0}}.narrow-form-section .narrow-form-section-title{margin-top:20pt}.narrow-form-section .narrow-form-section-prompt{margin-bottom:10pt}.narrow-form-section .error-message,.narrow-form-section .primary-button,.narrow-form-section .switch-container{margin-top:10pt}@media only screen and (max-width:1200px){.narrow-form-section-title{margin-bottom:5pt}}.narrow-form-section-field-label{background-color:#2d436c;display:block;font-size:20pt;font-weight:700;margin-bottom:6pt;margin-top:8pt;padding-left:4pt;width:100%}.narrow-form-section-field-password,.narrow-form-section-field-text{border:1pt solid #000;font-size:20pt;padding:1pt;width:100%}#loading-panel{margin:20pt}#environment-layout{display:inline-grid;grid-auto-rows:minmax(100vh,auto);grid-template-columns:20vw 80vw;margin:10pt 0 0}#environment-layout .error-message{margin-top:10pt}@media only screen and (max-width:1200px){#environment-layout{display:inline-block;grid-auto-rows:auto;grid-template-columns:none;min-width:100%}#environment-layout .activity-panel{margin-bottom:0;margin-left:0}}#login-page .error-message{margin-top:10pt}#users-table{border:1px solid #000;border-collapse:collapse}#users-table thead{border-bottom:1px solid #000;font-weight:700}#users-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#users-table td{padding:2pt 6pt}#users-table td:first-child{font-weight:700}#configuration-users-section h2{margin-bottom:10pt;margin-top:10pt}.jwt-config-dialog{min-width:80vw}#tables-table{border:1px solid #000;border-collapse:collapse}#tables-table thead{border-bottom:1px solid #000;font-weight:700}#tables-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#tables-table td{padding:2pt 6pt}#tables-table td:first-child{font-weight:700}#tables-table td .inlineJson{background-color:#a7d3e2;border:1pt solid #fff;font-family:Consolas,Courier New,Courier,monospace;padding:1pt 3pt}.export-cts-dialog{min-width:80vw!important}.export-cts-dialog textarea{min-height:40vh}.export-cts-dialog .error-message{margin-top:10pt}.activity-form-section .activity-form-section-title{border-bottom:1px dotted #201b63;font-size:24pt;margin-bottom:5pt;margin-top:5pt}.activity-form-section .activity-form-section-prompt{margin-bottom:10pt}.export-openapi-dialog{min-width:80vw!important}.export-openapi-dialog textarea{min-height:40vh}.export-openapi-dialog .error-message{margin-top:10pt}.import-schema-dialog{min-width:80vw!important}.import-schema-dialog textarea{min-height:40vh}.import-schema-dialog #cts-text-area,.import-schema-dialog #input-text-area{min-height:25vh}.import-schema-dialog .error-message{margin-top:10pt}.decision-boxes{grid-gap:10px;display:grid;gap:10px;width:100%}.decision-boxes button{border:1pt solid #ccc;border-radius:4pt;font-size:18pt;height:100px;padding:10px;width:100%}.decision-boxes button:hover{background-color:#fff;cursor:pointer;text-decoration:underline}.decision-boxes-2{grid-template-columns:repeat(2,1fr)}.decision-boxes-3{grid-template-columns:repeat(3,1fr)}#configuration-tables-section h2{margin-bottom:10pt;margin-top:10pt}#lookups-table{border:1px solid #000;border-collapse:collapse}#lookups-table thead{border-bottom:1px solid #000;font-weight:700}#lookups-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#lookups-table td{padding:2pt 6pt}#lookups-table td:first-child{font-weight:700}#lookups-table td .display-format{background-color:#a7d3e2;border:1pt solid #fff;margin-right:4pt;padding:1pt 3pt}.activity-form-field{margin-bottom:5pt}.enpath-dialog{width:50vw}.enpath-dialog input{font-size:20pt;margin-bottom:10pt;width:100%}.enpath-dialog .field-buttons{max-height:50vh}.enpath-dialog .field-button{background:#fff;border:1pt solid silver;border-radius:4pt;font-family:Consolas,Courier New,Courier,monospace;font-size:14pt;margin:1pt 5pt 1pt 1pt;outline:inherit;padding:1pt 4pt}.enpath-dialog .field-button:hover{background-color:#5cabb9;cursor:pointer}.enpath-dialog .error-message{margin-bottom:10pt;margin-top:10pt}.enpath-dialog .enpath-dialog-buttons{margin-top:10pt}.display-format-tags{background-color:#7b9a94;padding:4pt}#configuration-lookups-section h2{margin-bottom:10pt;margin-top:10pt}#option-sets-table{border:1px solid #000;border-collapse:collapse}#option-sets-table thead{border-bottom:1px solid #000;font-weight:700}#option-sets-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#option-sets-table td{padding:2pt 6pt}#option-sets-table td:first-child{font-weight:700}#option-sets-table td .value{background-color:#a7d3e2;border:1pt solid #fff;margin-right:4pt;padding:0 3pt}#option-sets-table td .default{font-weight:700}.options-table{border-collapse:collapse;font-size:18pt;margin-top:10pt}.options-table thead{font-size:16pt}.options-table thead tr td{padding-bottom:4pt}.options-table tbody input{border:1pt solid #ccc;padding:2pt}.options-table tbody button,.options-table tbody input{font-size:18pt}.options-table tbody button{cursor:pointer}#create-option-set-dialog .options-table,#edit-option-set-dialog .options-table{margin-bottom:10pt}#configuration-option-sets-section h2{margin-bottom:10pt;margin-top:10pt}.confirm-with-text-dialog .error-message{margin-bottom:10pt}#configuration-danger-section h2{margin-bottom:10pt;margin-top:10pt}#fields-table{border:1px solid #000;border-collapse:collapse}#fields-table thead{border-bottom:1px solid #000;font-weight:700}#fields-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#fields-table td{padding:2pt 6pt}#fields-table td:first-child{font-weight:700}#fields-table td .field-is-required{color:gray;font-size:10pt;margin-left:2pt}#fields-table td .inlineJson{background-color:#a7d3e2;border:1pt solid #fff;font-family:Consolas,Courier New,Courier,monospace;padding:1pt 3pt}#fields-table td .special-detail{border:1pt dotted #636363;color:#636363;margin-right:4pt;padding-left:2pt;padding-right:2pt}.export-data-dialog{min-width:80vw!important}.export-data-dialog textarea{min-height:40vh}.export-data-dialog .error-message{margin-top:10pt}.export-data-dialog .select-row,.export-data-dialog .toggle-row{display:flex;gap:15px;margin-bottom:15px}.export-data-dialog .select-row>*,.export-data-dialog .toggle-row>*{flex:1 1}.export-data-dialog #codeTextArea{font-size:12pt;min-height:10vh}.import-data-dialog{min-width:80vw!important}.import-data-dialog textarea{min-height:40vh}#create-field-dialog .error-message,#edit-field-dialog .error-message,.import-data-dialog .error-message{margin-top:10pt}.field-order-dialog{min-width:25vw}#configuration-fields-section h2{margin-bottom:10pt;margin-top:10pt}.table-tag{border:1pt solid silver;border-radius:4pt;font-family:Consolas,Courier New,Courier,monospace;margin:1pt;padding:1pt 4pt}.table-tag .field-name,.table-tag .table-name{font-weight:700}.table-tag .field-name a:hover,.table-tag .table-name a:hover{cursor:pointer;text-decoration:underline}.table-tag .table-name{color:#1c2650}.table-tag .field-name{color:#3c55ba}.table-tag .dot{color:#182c2e}#relationships-table{border:1px solid #000;border-collapse:collapse}#relationships-table thead{border-bottom:1px solid #000;font-weight:700}#relationships-table tr:hover{background-color:#fff;color:#307132;cursor:pointer}#relationships-table td{padding:2pt 6pt}#relationships-table td:first-child{font-weight:700}.field-visibility-dialog{min-width:25vw}.field-visibility-control label{font-size:16pt}.field-visibility-control .field-visibility-list{align-items:center;background-color:#fff;border:1pt solid #ccc;border-radius:5pt;display:flex;flex-wrap:wrap;margin-bottom:10pt;margin-top:5pt;padding:4pt 4pt 0}.field-visibility-control .field-visibility-list span.note{border:1pt solid silver;border-radius:4pt;margin-bottom:4pt;margin-right:4pt;padding:0 8pt}.field-visibility-control .field-visibility-list span.field-name{background-color:#a7d3e2;border:1pt solid #fff;border-radius:4pt;margin-bottom:4pt;margin-right:4pt;padding:0 8pt}.field-visibility-control .field-visibility-list:hover{cursor:pointer;text-decoration:underline}#configuration-table-relationships-section h2{margin-bottom:10pt;margin-top:10pt}#edit-table-dialog .error-message{margin-top:10pt}
/*# sourceMappingURL=main.09f483cc.css.map*/