*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:root,html,body{width:100%;height:100%;background:#f5f5f5;color:#1f2d3d;font:300 normal 16px/1.2 "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","Lucida Grande",sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:auto;-moz-text-size-adjust:100%}:disabled{opacity:0.3;pointer-events:none;cursor:default}[data-badge]{position:relative}[data-badge]::after{content:attr(data-badge);display:block;position:absolute;top:-1rem;right:-1rem;background:#de6262;color:#004a8e;text-align:center;border-radius:100%;min-width:2rem;min-height:2rem;line-height:2rem;font-size:1rem}[data-tooltip]{position:relative}[data-tooltip]:hover::after{content:attr(data-tooltip);display:block;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:2px;padding:0.5rem 1rem;background:rgba(0,0,0,0.7);color:#f5f5f5;max-width:150px;font-size:0.8rem;text-align:center}.card{padding:1rem;border-radius:2px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.card:not(:last-child){margin-bottom:1rem}.toast{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50%;min-width:320px;max-width:100%;z-index:1;padding:14px 24px;background:#1f2d3d;color:#f5f5f5}.toast.toast-success{background:#6ec580}.toast.toast-warning{background:#e06031}.toast.toast-error{background:#de6262}.loader{width:80px;height:80px;border-radius:100%;-webkit-box-shadow:4px -40px 60px 5px #004a8e inset;box-shadow:4px -40px 60px 5px #004a8e inset;background:-webkit-gradient(linear, left top, right top, color-stop(50%, #004a8e), color-stop(50%, transparent));background:linear-gradient(to right, #004a8e 50%, transparent 50%);-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.loader:before{display:block;content:'';position:relative;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:75px;height:75px;border-radius:100%;background:#f5f5f5}.link{cursor:pointer;color:#004a8e;text-decoration:none}.link:focus,.link:hover{outline:0;color:#4d80b0}.link:active{color:#80a5c7}.button{position:relative;min-width:72px;min-height:3rem;cursor:pointer;padding:0 1rem;font:inherit;font-size:1rem;font-weight:bold;color:#f5f5f5;background:#004a8e;border:none;border-radius:10px;text-overflow:ellipsis;overflow:hidden;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.button::-moz-focus-inner{border:none}.button i ~ span{margin-left:0.5rem}@media screen and (max-width: 620px){.button.responsive-icon i ~ span{display:none}}.button.button-active,.button:focus,.button:hover{outline:0;background:#4d80b0}.button:active{background:#80a5c7}.button:disabled{opacity:1;color:#A79F9F;background:#DFDFDF;-webkit-box-shadow:none;box-shadow:none}.button.button-frameless{color:#004a8e;background:transparent;-webkit-box-shadow:none;box-shadow:none}.button.button-frameless.button-active,.button.button-frameless:focus,.button.button-frameless:hover{outline:0;background:#ddd}.button.button-frameless:active{background:#acacac}.button.button-frameless:disabled{color:#A79F9F}.button.button-inverted{color:#004a8e;background:#f5f5f5}.button.button-inverted.button-active,.button.button-inverted:focus,.button.button-inverted:hover{outline:0;background:#ddd}.button.button-inverted:active{background:#acacac}.button.button-inverted:disabled{color:#A79F9F}.button.button-highlighted{background:#e06031}.button.button-highlighted.button-active,.button.button-highlighted:focus,.button.button-highlighted:hover{outline:0;background:#e9906f}.button.button-highlighted:active{background:#f0b098}.button.button-highlighted:disabled{color:#A79F9F;background:#DFDFDF}.button.button-large{min-height:3rem;height:auto;padding:1rem}.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:10px}.button-group>.button{-webkit-box-shadow:none;box-shadow:none}.button-group>.button:first-of-type:not(:last-of-type){border-radius:10px 0 0 10px}.button-group>.button:not(:first-of-type):not(:last-of-type){border-radius:0}.button-group>.button:not(:first-of-type):last-of-type{border-radius:0 10px 10px 0}.input{padding:0.5rem;min-width:72px;min-height:35px;color:#1f2d3d;font:inherit;background:white;border:1px solid #eaebec}.input:focus,.input:hover{outline:none}.input:invalid{border:1px solid crimson;-webkit-box-shadow:none;box-shadow:none}.select{padding:0.5rem;font:inherit;text-transform:none;cursor:pointer;text-overflow:ellipsis;border:1px solid #eaebec;color:#1f2d3d;background:white}.select optgroup{font-weight:bold;color:#f5f5f5;background:#004a8e}.select option{color:#1f2d3d;background:white;cursor:pointer}.select option:hover:not(:disabled){color:inherit}.select option:disabled{color:#6d6d6d;cursor:default}.table{border-collapse:collapse;border-spacing:0}.table caption{text-align:center;font-weight:bold;color:#f5f5f5;background:#004a8e;padding:0.25rem}.table th{padding:0.5rem;text-align:left;font-weight:bold;vertical-align:middle;color:#f5f5f5;background:#004a8e}.table td{word-break:break-all;padding:0.5rem;vertical-align:middle}.table td[data-quantum-group],.table td.table-colspan-separator{font-weight:bold;font-style:italic;color:#f5f5f5;background:#004a8e}.table.table-bordered td:not([data-quantum-group]){border:1px solid white}.table.table-striped tbody tr:nth-child(even){background:#e9e9e9}.table.table-hover tbody tr:hover{background:#c4c4c4}.table.table-sticky th{position:-webkit-sticky;position:sticky;top:0;z-index:1}.table.table-compact{font-size:0.8rem}.table.table-compact tbody tr td:not([data-quantum-group]){padding:0.2rem}.table.table-compact input[type=text],.table.table-compact select{min-height:0}.table.table-compact button{min-height:2rem}.list{display:block;width:100%;border:1px solid #ddd}.list>li{display:block;position:relative;padding:0.5rem 1rem;width:100%;overflow:hidden;border-bottom:1px solid #ddd}.list>li .list-smallrow{color:#999;font-size:0.8rem}.list.list-striped>li:nth-child(even){background:#e9e9e9}.list.list-hover>li:hover{cursor:pointer;background:#c4c4c4}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.tabs:not(:last-child){margin-bottom:1rem}@media screen and (max-width: 620px){.tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}}.tabs>li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:1rem;cursor:pointer;color:#004a8e}.tabs>li.tabs-active{border-bottom:2px solid #004a8e;font-weight:bold}.tabs.tabs-inverted{background:#004a8e}.tabs.tabs-inverted>li{color:#f5f5f5}.tabs.tabs-inverted>li.tabs-active{border-bottom:2px solid #f5f5f5}.dialog{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:500px;min-width:280px;max-width:95%;height:auto;max-height:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;border:none;border-top:1px solid #f6f6f6;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:10px;color:#1f2d3d;background:#f5f5f5}.dialog h3{padding:1rem;text-overflow:ellipsis;font-size:1.2rem;text-align:center;color:#004a8e}.dialog .dialog-content{padding:0 1rem 1.5rem;overflow:auto;font-size:1rem;border-bottom:1px solid #ddd}.dialog .dialog-content-loader{padding:2.5rem;font-size:1rem;text-align:center}.dialog .dialog-buttonbar{min-height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.dialog .dialog-buttonbar>.button{-webkit-box-shadow:none;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1;border-top:1px solid #f6f6f6}.dialog .dialog-buttonbar>.button:first-of-type:last-of-type{border-radius:0 0 10px 10px}.dialog .dialog-buttonbar>.button:first-of-type:not(:last-of-type){border-right:1px solid #ddd;border-radius:0 0 0 10px}.dialog .dialog-buttonbar>.button:not(:first-of-type):not(:last-of-type){border-right:1px solid #ddd;border-left:1px solid #f6f6f6;border-radius:0}.dialog .dialog-buttonbar>.button:not(:first-of-type):last-of-type{border-left:1px solid #f6f6f6;border-radius:0 0 10px 0}.dialog.dialog-inverted{color:#f5f5f5;background:#004a8e;border-top:1px solid #1a5c99}.dialog.dialog-inverted h3{color:inherit}.dialog.dialog-inverted .dialog-content{border-bottom:1px solid #004380}.dialog.dialog-inverted .dialog-content-loader{border-bottom:1px solid #004380}.dialog.dialog-inverted .dialog-buttonbar>button{border-top:1px solid #1a5c99}.dialog.dialog-inverted .dialog-buttonbar>button:first-of-type:not(:last-of-type){border-right:1px solid #004380}.dialog.dialog-inverted .dialog-buttonbar>button:not(:first-of-type):not(:last-of-type){border-right:1px solid #004380;border-left:1px solid #1a5c99}.dialog.dialog-inverted .dialog-buttonbar>button:not(:first-of-type):last-of-type{border-left:1px solid #1a5c99}dialog::-webkit-backdrop{background:rgba(0,0,0,0.4)}dialog::backdrop{background:rgba(0,0,0,0.4)}dialog+.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}.pointspicker-group{border:1px solid white}.pointspicker-group-label{word-break:break-all;padding:0.5rem;vertical-align:middle;font-weight:bold;color:#f5f5f5;background:#004a8e;cursor:pointer}.pointspicker-device{border:1px solid white}.pointspicker-device-header{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all;padding:0.5rem;font-weight:bold;color:#f5f5f5;background:#3474b5;cursor:pointer}.pointspicker-device-checkbox{margin:0 0.5rem 0 0}.pointspicker-device-label{-webkit-box-flex:1;-ms-flex:1;flex:1}.imagepicker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.imagepicker>img{margin:0.5rem;cursor:pointer}.imagepicker-selected{outline:5px solid #004a8e}.calendar{border-collapse:collapse;border-spacing:0;font:400 normal 16px/20px sans-serif;padding:1rem;border:1px solid rgba(255,255,255,0.3);background:transparent;color:#999}.calendar.light{background:whitesmoke;color:#666}.calendar.dark{background:#393042;color:#999}.calendar th,.calendar td{width:50px;height:50px;line-height:50px;text-align:center}.calendar th.empty,.calendar td.empty{cursor:default;pointer-events:none}.calendar th.today,.calendar td.today{border:2px solid #3399CC}.calendar th:hover:not(.empty),.calendar td:hover:not(.empty){outline:2px dashed #3399CC}.calendar th:active:not(.empty),.calendar td:active:not(.empty){outline:2px dashed #76AFCC}.calendar .day{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;border-radius:10%;cursor:pointer}.keyboard-trigger{position:fixed;color:#f5f5f5;background:#004a8e;-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);border-radius:0 0 10px 10px;border-top:1px solid #1a5c99;border-right:1px solid #003b72;border-bottom:1px solid #003b72;border-left:1px solid #1a5c99;overflow:hidden;z-index:999999}.keyboard-trigger.keyboard-trigger-1{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:0 0 10px 10px}.keyboard-trigger.keyboard-trigger-2{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:10px 0 0 10px}.keyboard-trigger.keyboard-trigger-3{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:10px 10px 0 0}.keyboard-trigger.keyboard-trigger-4{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0 10px 10px 0}.keyboard-trigger>.button{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.keyboard{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:752px;min-width:752px;max-width:100%;background:#004a8e;border-radius:10px 10px 0 0;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);padding:1rem;z-index:999999}.keyboard-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.keyboard-button{min-width:72px;min-height:3rem;color:#f5f5f5 !important}.keyboard-button:focus,.keyboard-button:hover{color:#004a8e !important}.keyboard-button.keyboard-button-active{border:2px solid #f5f5f5}.keyboard-button[data-value="space"]{min-width:216px;min-height:3rem}.align-left{text-align:left !important}.align-center{text-align:center !important}.align-right{text-align:right !important}.align-justify{text-align:justify !important}.w5{width:5%}.h5{height:5%}.w10{width:10%}.h10{height:10%}.w15{width:15%}.h15{height:15%}.w20{width:20%}.h20{height:20%}.w25{width:25%}.h25{height:25%}.w30{width:30%}.h30{height:30%}.w35{width:35%}.h35{height:35%}.w40{width:40%}.h40{height:40%}.w45{width:45%}.h45{height:45%}.w50{width:50%}.h50{height:50%}.w55{width:55%}.h55{height:55%}.w60{width:60%}.h60{height:60%}.w65{width:65%}.h65{height:65%}.w70{width:70%}.h70{height:70%}.w75{width:75%}.h75{height:75%}.w80{width:80%}.h80{height:80%}.w85{width:85%}.h85{height:85%}.w90{width:90%}.h90{height:90%}.w95{width:95%}.h95{height:95%}.w100{width:100%}.h100{height:100%}.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.flex-row:not(:last-child){margin-bottom:1rem}@media screen and (max-width: 620px){.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}}.flex-row.flex-row-margins>:not(:first-child){margin:0 0 0 0.5rem}@media screen and (max-width: 620px){.flex-row.flex-row-margins>:not(:first-child){margin:0.5rem 0 0 0}}.flex-row-separator{-ms-flex-item-align:stretch;align-self:stretch;border-left:1px solid #c4c4c4;border-right:1px solid #f6f6f6}@media screen and (max-width: 620px){.flex-row-separator{border-left:none;border-right:none;border-top:1px solid #c4c4c4;border-bottom:1px solid #f6f6f6}}.flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.animation-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.animation-hithere{-webkit-animation:hithere 1.25s ease infinite;animation:hithere 1.25s ease infinite}@-webkit-keyframes hithere{30%{-webkit-transform:scale(1.2);transform:scale(1.2)}40%, 60%{-webkit-transform:rotate(-20deg) scale(1.2);transform:rotate(-20deg) scale(1.2)}50%{-webkit-transform:rotate(20deg) scale(1.2);transform:rotate(20deg) scale(1.2)}70%{-webkit-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hithere{30%{-webkit-transform:scale(1.2);transform:scale(1.2)}40%, 60%{-webkit-transform:rotate(-20deg) scale(1.2);transform:rotate(-20deg) scale(1.2)}50%{-webkit-transform:rotate(20deg) scale(1.2);transform:rotate(20deg) scale(1.2)}70%{-webkit-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}.animation-blink{-webkit-animation:blink 1s ease infinite alternate;animation:blink 1s ease infinite alternate}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:1}100%{opacity:0}}@keyframes blink{0%{opacity:1}50%{opacity:1}100%{opacity:0}}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;overflow:hidden}#login-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#f5f5f5;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-transition:top ease-in-out 1000ms;transition:top ease-in-out 1000ms}aside{width:300px;min-width:300px;color:#f5f5f5;background-color:#004a8e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}#aside-toolbar{height:50px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;border-top:1px solid #1a5c99;border-bottom:1px solid #003b72}.aside-section{padding:1rem 0;border-top:1px solid #1a5c99}.aside-section:not(:last-child){border-bottom:1px solid #003b72}#system-name{overflow:hidden;text-overflow:ellipsis;margin:0px 1rem}#system-alarms,#system-lock{color:rgba(255,255,255,0.2);text-shadow:-1px -1px 1px #003b72}#system-acqinfo{margin:1rem 1rem 0 1rem;font-size:0.8rem}.acq-status-0{color:#de6262;text-shadow:-1px -1px 1px #003b72}.acq-status-1{color:#6ec580;text-shadow:-1px -1px 1px #003b72}.acq-status-2{color:#6ec580;text-shadow:-1px -1px 1px #003b72}.acq-status-3{color:#ffd700;text-shadow:-1px -1px 1px #003b72}.aside-section>h2{margin:0 1rem;text-transform:uppercase;font-size:1rem;font-weight:bold;color:#aaa;text-shadow:-1px -1px 1px #003b72;cursor:pointer}.aside-menu{margin-top:0.5rem}.aside-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;line-height:1.5;padding:0.5rem 1rem;cursor:pointer}.aside-menu-item:hover,.aside-menu-item:focus{background-color:#1a5c99}.aside-menu-item:active,.aside-menu-item.aside-menu-item-active{background-color:#336ea5}.aside-menu-icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:2rem}.aside-menu-label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;text-shadow:-1px -1px 1px #003b72}.aside-menu-badge{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:center;color:#004380;border-radius:1.5rem;padding:0 0.5rem}main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;max-width:100%;background:#f5f5f5}.main-header{height:50px;min-height:50px;color:#f5f5f5;background-color:#004a8e;border-bottom:1px solid #003b72;-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.main-content{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.desktop{padding:1rem}.device-status-acqoff{background:#696969}.device-status-maintenance{background:#696969;border:3px solid #ff9c4c}.device-status-off{background:#CECECE}.device-status-alarm{background:#de6262}.device-status-fsm{border:3px solid #63A9DD}.device-status-fsm-filled{background:#63A9DD}.device-status-on{background:#6ec580}.desktop-layout{position:relative;padding:0;height:100%}.desktop-edit{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-height:50px;color:#f5f5f5;background-color:#004a8e;-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);overflow:hidden;z-index:101;border-radius:0 0 10px 10px;border-top:1px solid #1a5c99;border-right:1px solid #003b72;border-bottom:1px solid #003b72;border-left:1px solid #1a5c99}.desktop-edit>.button{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.widget-edit{position:absolute;width:450px;min-width:300px;max-width:95%;height:70%;min-height:300px;max-height:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;overflow:hidden;color:#f5f5f5;background-color:#004a8e;border-top:1px solid #1a5c99;border-right:1px solid #003b72;border-bottom:1px solid #003b72;border-left:1px solid #1a5c99;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);z-index:101;resize:both}.widget-edit-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;min-height:2.5rem;border-bottom:1px solid #003b72;cursor:-webkit-grab;cursor:grab}.widget-edit-header>*{margin:0 1rem}.widget-edit-content{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.widget-edit-standard{width:100%;border-top:1px solid #1a5c99;border-bottom:1px solid #003b72;padding:1rem}.widget-edit-custom{width:100%;border-top:1px solid #1a5c99;padding:1rem}.widget-edit-separator{width:100%;border-top:1px solid #003b72;border-bottom:1px solid #1a5c99;margin-bottom:1rem}.widget-coord{position:absolute;width:120px;height:25px;overflow:hidden;z-index:101;border:1px solid whitesmoke;line-height:25px;text-align:center;font-family:monospace;color:whitesmoke;background:#5588e0}.dashboard-flex-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.dashboard-group{margin:0.5rem !important;padding:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.dashboard-group-label{margin:0.5rem;font-size:1.2rem;color:#004a8e}.dashboard-group-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.dashboard-block{margin:0.5rem !important;padding:0.5rem;cursor:pointer;overflow:hidden;font-size:0.7rem;text-align:center;color:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-block-label{max-height:95%;overflow:hidden;white-space:normal;text-overflow:ellipsis;word-break:break-all}.dashboard-brick{width:250px;margin:0.5rem;padding:0.2rem;cursor:pointer;overflow:hidden;border:1px solid #c4c4c4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.dashboard-brick:hover{background:#c4c4c4}.dashboard-brick-status{width:20px;margin-right:0.5rem}.dashboard-brick-label strong{font-weight:bold}#desktop-devices-realtime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}@media screen and (max-width: 768px){#desktop-devices-realtime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}}#desktop-devices-realtime-column1{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:500px}@media screen and (max-width: 768px){#desktop-devices-realtime-column1{max-width:100%}}#desktop-devices-realtime-column2{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:1rem}@media screen and (max-width: 768px){#desktop-devices-realtime-column2{margin-top:1rem;margin-left:0}}#desktop-devices-commands-commands,#desktop-devices-commands-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#desktop-devices-commands-commands button,#desktop-devices-commands-controls button{margin:0.5rem;width:280px}@media screen and (max-width: 620px){#desktop-devices-commands-commands button,#desktop-devices-commands-controls button{width:100%;margin:0.5rem 0}}#desktop-parameters-table{font-size:0.8rem}#desktop-parameters-table tbody tr td:not([colspan]){padding:0.2rem}#desktop-parameters-table input[type=text],#desktop-parameters-table select{min-height:0}.parameter-selected{background:#add8e6 !important}.parameter-edited{background:#f9d593 !important}.parameter-selected.parameter-edited:not(.parameter-error){background:#a1daa1 !important}.parameter-error{background:#eca8b6 !important}.crosshair{position:fixed;top:0;left:0;margin-top:-3px;margin-left:-2px;background:transparent;border-top:1px dotted #1f2d3d;border-left:1px dotted #1f2d3d;pointer-events:none;z-index:2}.chart-legend{position:-webkit-sticky;position:sticky;bottom:0;background-color:#f5f5f5;z-index:1}.chart-legend-time{font-weight:bold;margin-right:1rem;padding-right:1rem;border-right:1px solid lightgray}.chart-legend-values{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.chart-legend-item{margin-right:1rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
