.error-boundary{border:1px solid #ccc;width:800px;max-width:80vw;margin:26px auto;padding:26px}
.button{position:relative;display:inline-block;flex-shrink:0;margin:.625rem 0;background-color:#fff;border:none;border-radius:0;color:#000;font-size:.857rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s;outline:0;line-height:1.071rem;height:2.857rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.button.button-loading{cursor:default;padding-right:40px}.button-spinner-container{position:absolute;right:0px;top:0px;display:flex;align-items:center;height:100%;font-size:18px;opacity:0;padding-right:10px}.button-loading .button-spinner-container{opacity:1}@media(max-width: 1024px){.button{font-size:16px;padding:8px 18px}}@media(max-width: 1536px){.button{font-size:13px;padding:8px 18px;height:36px}}.button-large{min-width:170px}@media(max-width: 1024px){.button-large{min-width:140px}}@media(max-width: 1536px){.button-large{min-width:130px}}.button-small{min-width:8.571rem;height:2.285rem;line-height:1.071rem;padding:0 .571rem}@media(max-width: 1536px){.button-small{min-width:100px;font-size:12px}}.button-icon{height:2.285rem;line-height:1.071rem;padding:0 .571rem}.button:hover{text-decoration:none}.button:disabled{opacity:.3}.button-primary{background:#1c69d4;color:#fff}.button-primary:disabled{background:#1c69d4;opacity:.3;cursor:default}.button-primary:hover{background-color:#2389ff}.button-secondary{background:#666;color:#fff}.button-secondary:disabled{background:#666;opacity:.3;cursor:default}
.full-screen-info{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.full-screen-info-message{max-width:80%;border:1px solid silver;padding:100px;padding-left:40px;padding-right:40px;text-align:center;font-size:16px;min-width:50%}
.emptyLayout{background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;height:100%;display:flex;justify-content:center;align-items:center}
.build-info{position:fixed;bottom:0;right:0;background-color:#fff;font-size:10px;padding:.2rem .5rem;z-index:2}
.notification{font-weight:400;font-size:.9375rem;text-align:center;background:#fff;transition:top .5s ease-out;overflow:hidden;box-sizing:border-box;width:100%;position:fixed;top:0;left:0;z-index:1001;display:flex;align-items:center}@media(min-width: 400px){.notification{height:3.928rem;justify-content:center}}.notification.neutral{color:#333;border-bottom:.071rem dotted #333}.notification.error{color:#000;border-bottom:.071rem dotted #f45656;background-color:#ff857b}.notification.success{color:#000;border-bottom:.071rem dotted #3c763c;background-color:#95cc95}.notification.warning{color:#000;border-bottom:.071rem dotted #3c763c;background-color:#ffb200}.notification-message{line-height:18px;flex-grow:1}@media(min-width: 400px){.notification-message{flex-grow:0;line-height:18px}}.notification-close-button{cursor:pointer;padding:6px;font-size:14px}@media(min-width: 400px){.notification-close-button{padding:16px;font-size:18px}}.notification-collapsed{top:-3.214rem}
.suspense-loader{width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}
.loading-panel{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.loading-panel-spinner{display:block;position:absolute;width:3.571rem;height:3.571rem;top:0;bottom:0;left:0;right:0;margin:auto;font-size:3.571rem}.loading-panel-caption{font-size:14px;margin-top:20%}.loading-panel-fluid{height:100%}.loading-panel-fixed{height:10.714rem}
.main-layout-container{display:flex;flex-direction:column;height:100%;overflow:hidden;position:fixed;width:100%;top:0px;z-index:2;background-color:#fff}
.main-layout-header-title{text-align:center;padding:6px;font-size:16px}@media(max-aspect-ratio: 13/9)and (max-width: 400px){.main-layout-header-title{font-size:14px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.main-layout-header-title{font-size:14px}}.main-layout-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;box-sizing:border-box;flex:0 0 auto}@media(max-aspect-ratio: 13/9){.main-layout-header{height:96px;padding:10px}}@media(min-aspect-ratio: 13/9){.main-layout-header{height:96px;padding:10px}}@media(max-aspect-ratio: 13/9)and (max-width: 400px){.main-layout-header{height:70px;padding:6px 10px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.main-layout-header{height:46px;padding:4px 6px}}.main-layout-header-user-data{color:#fff;width:calc(100% - 100px);height:100%;display:flex;flex-direction:column;justify-content:space-between;font-size:15px}@media(min-width: 400px){.main-layout-header-user-data{width:calc(100% - 160px);font-size:18px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.main-layout-header-user-data{font-size:14px}}.main-layout-header-user-name{font-weight:700}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.main-layout-header-user-role{display:none}}.main-layout-header-menu{width:100px;display:flex;justify-content:flex-end;align-items:center;height:100%;color:#fff}@media(min-width: 400px){.main-layout-header-menu{width:160px}}
.responsive-icon-dropdown{display:flex;align-items:center}.responsive-icon-dropdown-button{font-size:20px}
.dialog{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1000;transition:opacity .3s 0s,visibility 0s .3s;opacity:0;overflow:hidden}.dialog--visible{opacity:1;visibility:visible;transition:opacity .3s 0s,visibility 0s 0s}.dialog--small .dialog__wrapper{width:90%;max-width:35.714rem}.dialog--medium .dialog__wrapper{width:90%;max-width:52.142rem}.dialog--medium-large .dialog__wrapper{width:100%;max-width:1020px}.dialog--large .dialog__wrapper{width:100%;max-width:1320px}.dialog--fluid .dialog__wrapper{width:auto}.dialog__wrapper{display:flex;flex-direction:column;position:relative;width:69.714rem;max-height:90%;max-width:90%;background-color:#fff;vertical-align:middle;text-align:left;transition-property:transform;transition-duration:.3s}.dialog__payload{display:flex;flex-direction:column;padding:.428rem 1.125rem;max-height:100%;box-sizing:border-box;overflow:hidden}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.dialog__wrapper{max-height:98%}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.dialog__payload{overflow:scroll}}@media(max-aspect-ratio: 13/9)and (max-width: 360px){.dialog__wrapper{width:96% !important;max-height:96%}}
.dialog-header{padding:1.5rem 0rem;font-size:1.714rem;font-weight:700;text-transform:uppercase;display:flex;justify-content:space-between;word-break:break-word;flex:0 0 auto}@media(min-width: 993px){.dialog-header{padding:1.5rem .5rem}}.dialog-header-empty{padding:.5rem 0}.dialog-header-close-button{margin-left:auto;cursor:pointer;opacity:.6}@media(max-aspect-ratio: 13/9)and (max-width: 992px){.dialog-header{font-size:14px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.dialog-header{font-size:14px;padding:10px}}
.dialog-content{overflow:auto}.dialog-content--small{height:250px}.dialog-content--medium{height:450px}.dialog-content--large{height:calc(100vh - 250px)}@media(min-width: 993px){.dialog-content{padding-left:4px;padding-right:4px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.dialog-content--large{height:calc(100vh - 100px)}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.dialog-content{overflow:initial;flex:0 0 auto}}
.responsive-icon-dropdown-option{padding:.625rem .5rem;background-color:#fff;border-bottom:1px solid #e6e6e6;font-size:.875rem;line-height:18px;cursor:pointer}.responsive-icon-dropdown-option:last-child{border-bottom:0px}.responsive-icon-dropdown-option i{display:inline-block;width:.571rem;height:.571rem;margin-right:.5rem;border:.142rem solid #fff;border-radius:50%;box-shadow:0 0 0 .142rem rgba(0,0,0,.2);vertical-align:middle}.responsive-icon-dropdown-option-active i{box-shadow:0 0 0 .142rem #1c69d4;background:#1c69d4}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(0.54, 1.5, 0.38, 1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.icon-button{cursor:pointer;display:inline-block;border:0;background:rgba(0,0,0,0);color:inherit;text-decoration:underline;vertical-align:middle;outline:0;padding:0px;border-radius:0px}.icon-button:focus{outline:2px solid #1c69d4 !important;outline-offset:-2px}.icon-button .fa{font-size:1.25rem;opacity:.4;transition:opacity .2s}.icon-button .fa:hover{opacity:1}.icon-button:disabled{cursor:default}.icon-button:disabled svg{opacity:.4}
.mobile-menu-button{display:flex;justify-content:center;align-items:center;padding:12px;font-size:18px;border-radius:15%;margin:4px}@media(min-width: 480px){.mobile-menu-button{font-size:32px}}@media(min-width: 992px){.mobile-menu-button{font-size:32px}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.mobile-menu-button{font-size:18px;padding:8px}}
.dialog-buttons{clear:both;border-top:.071rem solid #ddd;padding:.428rem .428rem 0 .428rem;bottom:0;left:0;right:0;flex:0 0 auto}@media(max-width: 480px){.dialog-buttons-mobile{display:flex;justify-content:center;flex-direction:column;padding:0px}}@media(min-width: 481px){.dialog-buttons-mobile{display:flex;justify-content:space-between;flex-direction:row;padding:0px}}
.col,.col-auto,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.dcol-1,.dcol-2,.dcol-3,.dcol-4,.dcol-5,.dcol-6,.dcol-7,.dcol-8,.dcol-9,.dcol-10,.dcol-11,.dcol-12,.dcol-13,.dcol-14,.dcol-15,.dcol-16,.dcol-17,.dcol-18,.dcol-19,.dcol-20,.dcol-21,.dcol-22,.dcol-23,.dcol-24,.col-sm,.col-sm-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xxl,.col-xxl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.dcol-sm,.dcol-sm-auto,.dcol-sm-1,.dcol-sm-2,.dcol-sm-3,.dcol-sm-4,.dcol-sm-5,.dcol-sm-6,.dcol-sm-7,.dcol-sm-8,.dcol-sm-9,.dcol-sm-10,.dcol-sm-11,.dcol-sm-12,.dcol-sm-13,.dcol-sm-14,.dcol-sm-15,.dcol-sm-16,.dcol-sm-17,.dcol-sm-18,.dcol-sm-19,.dcol-sm-20,.dcol-sm-21,.dcol-sm-22,.dcol-sm-23,.dcol-sm-24,.dcol-md,.dcol-md-auto,.dcol-md-1,.dcol-md-2,.dcol-md-3,.dcol-md-4,.dcol-md-5,.dcol-md-6,.dcol-md-7,.dcol-md-8,.dcol-md-9,.dcol-md-10,.dcol-md-11,.dcol-md-12,.dcol-md-13,.dcol-md-14,.dcol-md-15,.dcol-md-16,.dcol-md-17,.dcol-md-18,.dcol-md-19,.dcol-md-20,.dcol-md-21,.dcol-md-22,.dcol-md-23,.dcol-md-24,.dcol-lg,.dcol-lg-auto,.dcol-lg-1,.dcol-lg-2,.dcol-lg-3,.dcol-lg-4,.dcol-lg-5,.dcol-lg-6,.dcol-lg-7,.dcol-lg-8,.dcol-lg-9,.dcol-lg-10,.dcol-lg-11,.dcol-lg-12,.dcol-lg-13,.dcol-lg-14,.dcol-lg-15,.dcol-lg-16,.dcol-lg-17,.dcol-lg-18,.dcol-lg-19,.dcol-lg-20,.dcol-lg-21,.dcol-lg-22,.dcol-lg-23,.dcol-lg-24,.dcol-xl,.dcol-xl-auto,.dcol-xl-1,.dcol-xl-2,.dcol-xl-3,.dcol-xl-4,.dcol-xl-5,.dcol-xl-6,.dcol-xl-7,.dcol-xl-8,.dcol-xl-9,.dcol-xl-10,.dcol-xl-11,.dcol-xl-12,.dcol-xl-13,.dcol-xl-14,.dcol-xl-15,.dcol-xl-16,.dcol-xl-17,.dcol-xl-18,.dcol-xl-19,.dcol-xl-20,.dcol-xl-21,.dcol-xl-22,.dcol-xl-23,.dcol-xl-24,.dcol-xxl,.dcol-xxl-auto,.dcol-xxl-1,.dcol-xxl-2,.dcol-xxl-3,.dcol-xxl-4,.dcol-xxl-5,.dcol-xxl-6,.dcol-xxl-7,.dcol-xxl-8,.dcol-xxl-9,.dcol-xxl-10,.dcol-xxl-11,.dcol-xxl-12,.dcol-xxl-13,.dcol-xxl-14,.dcol-xxl-15,.dcol-xxl-16,.dcol-xxl-17,.dcol-xxl-18,.dcol-xxl-19,.dcol-xxl-20,.dcol-xxl-21,.dcol-xxl-22,.dcol-xxl-23,.dcol-xxl-24{position:relative;width:100%;box-sizing:border-box}body{position:relative;font-family:"Arial",sans-serif;font-weight:400;background:#fff;overflow-y:scroll;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;word-wrap:break-word;overflow-y:scroll}body,html,#root{height:100%;overflow:auto}ul li{list-style-type:none}a{text-decoration:none}p,h1,h2,h3,h4,h5,h6,ul,li,form,html,body{padding:0;margin:0}img{border:none;outline:none}a:active,a:visited,a:hover img,a:visited img,a:focus{outline:none;border:none}*{outline-color:none;scrollbar-width:thin}input [type=button]{padding:0}input:focus,textarea:focus,select:focus{outline:none}input:disabled,textarea:disabled,select:disabled{background-color:#eee}input::-ms-clear{display:none}::-webkit-scrollbar{background-color:#fff;width:8px;height:8px}::-webkit-scrollbar-track{background-color:#f0f0f0}::-webkit-scrollbar-thumb{background-color:#cdcdcd}::-webkit-scrollbar-thumb:hover{background-color:#a6a6a6}html,body{height:100%;font-size:.875rem;color:#424040}hr{height:.071rem;margin:0;border:none;background:#b7b7b8}h1{font-size:2.375rem;font-weight:500;margin-bottom:.9375rem}h2{font-size:1.563rem}b{font-weight:700}strong{font-weight:700}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-large{font-size:.9375rem}.text-small{font-size:.785rem}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.pre-wrap{white-space:pre-wrap}.vertical-center{vertical-align:middle}.strikethrough{text-decoration:line-through}.comma-separated::after{content:", "}.comma-separated:last-child::after{content:""}.no-space{margin:0}@media screen and (min-width: 1200px)and (max-width: 1600px){.bottom-space{margin-bottom:0}.top-space{margin-top:0}}.p-0{padding:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.p-1{padding:0.214rem}.px-1{padding-left:0.214rem;padding-right:0.214rem}.py-1{padding-top:0.214rem;padding-bottom:0.214rem}.pt-1{padding-top:0.214rem}.pb-1{padding-bottom:0.214rem}.pl-1{padding-left:0.214rem}.pr-1{padding-right:0.214rem}.p-2{padding:0.428rem}.px-2{padding-left:0.428rem;padding-right:0.428rem}.py-2{padding-top:0.428rem;padding-bottom:0.428rem}.pt-2{padding-top:0.428rem}.pb-2{padding-bottom:0.428rem}.pl-2{padding-left:0.428rem}.pr-2{padding-right:0.428rem}.p-3{padding:0.857rem}.px-3{padding-left:0.857rem;padding-right:0.857rem}.py-3{padding-top:0.857rem;padding-bottom:0.857rem}.pt-3{padding-top:0.857rem}.pb-3{padding-bottom:0.857rem}.pl-3{padding-left:0.857rem}.pr-3{padding-right:0.857rem}.p-4{padding:1.714rem}.px-4{padding-left:1.714rem;padding-right:1.714rem}.py-4{padding-top:1.714rem;padding-bottom:1.714rem}.pt-4{padding-top:1.714rem}.pb-4{padding-bottom:1.714rem}.pl-4{padding-left:1.714rem}.pr-4{padding-right:1.714rem}@media(min-width: 992px){.p-0{padding:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.p-1{padding:.428rem}.px-1{padding-left:.428rem;padding-right:.428rem}.py-1{padding-top:.428rem;padding-bottom:.428rem}.pt-1{padding-top:.428rem}.pb-1{padding-bottom:.428rem}.pl-1{padding-left:.428rem}.pr-1{padding-right:.428rem}.p-2{padding:.856rem}.px-2{padding-left:.856rem;padding-right:.856rem}.py-2{padding-top:.856rem;padding-bottom:.856rem}.pt-2{padding-top:.856rem}.pb-2{padding-bottom:.856rem}.pl-2{padding-left:.856rem}.pr-2{padding-right:.856rem}.p-3{padding:1.714rem}.px-3{padding-left:1.714rem;padding-right:1.714rem}.py-3{padding-top:1.714rem;padding-bottom:1.714rem}.pt-3{padding-top:1.714rem}.pb-3{padding-bottom:1.714rem}.pl-3{padding-left:1.714rem}.pr-3{padding-right:1.714rem}.p-4{padding:3.428rem}.px-4{padding-left:3.428rem;padding-right:3.428rem}.py-4{padding-top:3.428rem;padding-bottom:3.428rem}.pt-4{padding-top:3.428rem}.pb-4{padding-bottom:3.428rem}.pl-4{padding-left:3.428rem}.pr-4{padding-right:3.428rem}}.data-panel-container{padding:1rem}.m-0{margin:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.m-1{margin:0.214rem}.mx-1{margin-left:0.214rem;margin-right:0.214rem}.my-1{margin-top:0.214rem;margin-bottom:0.214rem}.mt-1{margin-top:0.214rem}.mb-1{margin-bottom:0.214rem}.ml-1{margin-left:0.214rem}.mr-1{margin-right:0.214rem}.m-2{margin:0.428rem}.mx-2{margin-left:0.428rem;margin-right:0.428rem}.my-2{margin-top:0.428rem;margin-bottom:0.428rem}.mt-2{margin-top:0.428rem}.mb-2{margin-bottom:0.428rem}.ml-2{margin-left:0.428rem}.mr-2{margin-right:0.428rem}.m-3{margin:0.857rem}.mx-3{margin-left:0.857rem;margin-right:0.857rem}.my-3{margin-top:0.857rem;margin-bottom:0.857rem}.mt-3{margin-top:0.857rem}.mb-3{margin-bottom:0.857rem}.ml-3{margin-left:0.857rem}.mr-3{margin-right:0.857rem}.m-4{margin:1.714rem}.mx-4{margin-left:1.714rem;margin-right:1.714rem}.my-4{margin-top:1.714rem;margin-bottom:1.714rem}.mt-4{margin-top:1.714rem}.mb-4{margin-bottom:1.714rem}.ml-4{margin-left:1.714rem}.mr-4{margin-right:1.714rem}@media(min-width: 992px){.m-0{margin:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.m-1{margin:.428rem}.mx-1{margin-left:.428rem;margin-right:.428rem}.my-1{margin-top:.428rem;margin-bottom:.428rem}.mt-1{margin-top:.428rem}.mb-1{margin-bottom:.428rem}.ml-1{margin-left:.428rem}.mr-1{margin-right:.428rem}.m-2{margin:.856rem}.mx-2{margin-left:.856rem;margin-right:.856rem}.my-2{margin-top:.856rem;margin-bottom:.856rem}.mt-2{margin-top:.856rem}.mb-2{margin-bottom:.856rem}.ml-2{margin-left:.856rem}.mr-2{margin-right:.856rem}.m-3{margin:1.714rem}.mx-3{margin-left:1.714rem;margin-right:1.714rem}.my-3{margin-top:1.714rem;margin-bottom:1.714rem}.mt-3{margin-top:1.714rem}.mb-3{margin-bottom:1.714rem}.ml-3{margin-left:1.714rem}.mr-3{margin-right:1.714rem}.m-4{margin:3.428rem}.mx-4{margin-left:3.428rem;margin-right:3.428rem}.my-4{margin-top:3.428rem;margin-bottom:3.428rem}.mt-4{margin-top:3.428rem}.mb-4{margin-bottom:3.428rem}.ml-4{margin-left:3.428rem}.mr-4{margin-right:3.428rem}}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.m-0{margin:0}.border{border:.071rem solid #ddd}.pointer{cursor:pointer}.low-opacity{opacity:.3}.medium-opacity{opacity:.6}.inline-block{display:inline-block}.primary-info{font-size:1rem}.secondary-info{color:#77787b}.selection-disabled{user-select:none}@media screen and (max-width: 1024px){.hide-for-mobile{display:none}}@keyframes fade-in-out{0%,100%{opacity:1}50%{opacity:0}}.row{display:flex;flex:1 1 auto;flex-wrap:wrap;box-sizing:border-box}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.offset-1{margin-left:8.33%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%;width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%;width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%;width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%;width:100%}.dcol-1{flex:0 0 4.1666666667%;max-width:4.1666666667%;width:4.1666666667%}.dcol-2{flex:0 0 8.3333333333%;max-width:8.3333333333%;width:8.3333333333%}.dcol-3{flex:0 0 12.5%;max-width:12.5%;width:12.5%}.dcol-4{flex:0 0 16.6666666667%;max-width:16.6666666667%;width:16.6666666667%}.dcol-5{flex:0 0 20.8333333333%;max-width:20.8333333333%;width:20.8333333333%}.dcol-6{flex:0 0 25%;max-width:25%;width:25%}.dcol-7{flex:0 0 29.1666666667%;max-width:29.1666666667%;width:29.1666666667%}.dcol-8{flex:0 0 33.3333333333%;max-width:33.3333333333%;width:33.3333333333%}.dcol-9{flex:0 0 37.5%;max-width:37.5%;width:37.5%}.dcol-10{flex:0 0 41.6666666667%;max-width:41.6666666667%;width:41.6666666667%}.dcol-11{flex:0 0 45.8333333333%;max-width:45.8333333333%;width:45.8333333333%}.dcol-12{flex:0 0 50%;max-width:50%;width:50%}.dcol-13{flex:0 0 54.1666666667%;max-width:54.1666666667%;width:54.1666666667%}.dcol-14{flex:0 0 58.3333333333%;max-width:58.3333333333%;width:58.3333333333%}.dcol-15{flex:0 0 62.5%;max-width:62.5%;width:62.5%}.dcol-16{flex:0 0 66.6666666667%;max-width:66.6666666667%;width:66.6666666667%}.dcol-17{flex:0 0 70.8333333333%;max-width:70.8333333333%;width:70.8333333333%}.dcol-18{flex:0 0 75%;max-width:75%;width:75%}.dcol-19{flex:0 0 79.1666666667%;max-width:79.1666666667%;width:79.1666666667%}.dcol-20{flex:0 0 83.3333333333%;max-width:83.3333333333%;width:83.3333333333%}.dcol-21{flex:0 0 87.5%;max-width:87.5%;width:87.5%}.dcol-22{flex:0 0 91.6666666667%;max-width:91.6666666667%;width:91.6666666667%}.dcol-23{flex:0 0 95.8333333333%;max-width:95.8333333333%;width:95.8333333333%}.dcol-24{flex:0 0 100%;max-width:100%;width:100%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1600px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}}@media(min-width: 576px){.dcol-sm{flex-basis:0;flex-grow:1;max-width:100%}.dcol-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.dcol-sm-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.dcol-sm-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dcol-sm-3{flex:0 0 12.5%;max-width:12.5%}.dcol-sm-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dcol-sm-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.dcol-sm-6{flex:0 0 25%;max-width:25%}.dcol-sm-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.dcol-sm-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dcol-sm-9{flex:0 0 37.5%;max-width:37.5%}.dcol-sm-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dcol-sm-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.dcol-sm-12{flex:0 0 50%;max-width:50%}.dcol-sm-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.dcol-sm-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dcol-sm-15{flex:0 0 62.5%;max-width:62.5%}.dcol-sm-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dcol-sm-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.dcol-sm-18{flex:0 0 75%;max-width:75%}.dcol-sm-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.dcol-sm-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dcol-sm-21{flex:0 0 87.5%;max-width:87.5%}.dcol-sm-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dcol-sm-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.dcol-sm-24{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.dcol-md{flex-basis:0;flex-grow:1;max-width:100%}.dcol-md-auto{flex:0 0 auto;width:auto;max-width:100%}.dcol-md-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.dcol-md-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dcol-md-3{flex:0 0 12.5%;max-width:12.5%}.dcol-md-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dcol-md-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.dcol-md-6{flex:0 0 25%;max-width:25%}.dcol-md-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.dcol-md-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dcol-md-9{flex:0 0 37.5%;max-width:37.5%}.dcol-md-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dcol-md-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.dcol-md-12{flex:0 0 50%;max-width:50%}.dcol-md-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.dcol-md-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dcol-md-15{flex:0 0 62.5%;max-width:62.5%}.dcol-md-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dcol-md-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.dcol-md-18{flex:0 0 75%;max-width:75%}.dcol-md-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.dcol-md-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dcol-md-21{flex:0 0 87.5%;max-width:87.5%}.dcol-md-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dcol-md-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.dcol-md-24{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.dcol-lg{flex-basis:0;flex-grow:1;max-width:100%}.dcol-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.dcol-lg-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.dcol-lg-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dcol-lg-3{flex:0 0 12.5%;max-width:12.5%}.dcol-lg-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dcol-lg-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.dcol-lg-6{flex:0 0 25%;max-width:25%}.dcol-lg-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.dcol-lg-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dcol-lg-9{flex:0 0 37.5%;max-width:37.5%}.dcol-lg-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dcol-lg-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.dcol-lg-12{flex:0 0 50%;max-width:50%}.dcol-lg-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.dcol-lg-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dcol-lg-15{flex:0 0 62.5%;max-width:62.5%}.dcol-lg-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dcol-lg-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.dcol-lg-18{flex:0 0 75%;max-width:75%}.dcol-lg-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.dcol-lg-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dcol-lg-21{flex:0 0 87.5%;max-width:87.5%}.dcol-lg-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dcol-lg-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.dcol-lg-24{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.dcol-xl{flex-basis:0;flex-grow:1;max-width:100%}.dcol-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.dcol-xl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.dcol-xl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dcol-xl-3{flex:0 0 12.5%;max-width:12.5%}.dcol-xl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dcol-xl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.dcol-xl-6{flex:0 0 25%;max-width:25%}.dcol-xl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.dcol-xl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dcol-xl-9{flex:0 0 37.5%;max-width:37.5%}.dcol-xl-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dcol-xl-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.dcol-xl-12{flex:0 0 50%;max-width:50%}.dcol-xl-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.dcol-xl-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dcol-xl-15{flex:0 0 62.5%;max-width:62.5%}.dcol-xl-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dcol-xl-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.dcol-xl-18{flex:0 0 75%;max-width:75%}.dcol-xl-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.dcol-xl-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dcol-xl-21{flex:0 0 87.5%;max-width:87.5%}.dcol-xl-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dcol-xl-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.dcol-xl-24{flex:0 0 100%;max-width:100%}}@media(min-width: 1600px){.dcol-xxl{flex-basis:0;flex-grow:1;max-width:100%}.dcol-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.dcol-xxl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.dcol-xxl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dcol-xxl-3{flex:0 0 12.5%;max-width:12.5%}.dcol-xxl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dcol-xxl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.dcol-xxl-6{flex:0 0 25%;max-width:25%}.dcol-xxl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.dcol-xxl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dcol-xxl-9{flex:0 0 37.5%;max-width:37.5%}.dcol-xxl-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dcol-xxl-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.dcol-xxl-12{flex:0 0 50%;max-width:50%}.dcol-xxl-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.dcol-xxl-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dcol-xxl-15{flex:0 0 62.5%;max-width:62.5%}.dcol-xxl-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dcol-xxl-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.dcol-xxl-18{flex:0 0 75%;max-width:75%}.dcol-xxl-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.dcol-xxl-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dcol-xxl-21{flex:0 0 87.5%;max-width:87.5%}.dcol-xxl-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dcol-xxl-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.dcol-xxl-24{flex:0 0 100%;max-width:100%}}.full-width{width:100%}.pull-right{float:right !important}.pull-left{float:left !important}.auto-left-margin{margin-left:auto}.auto-right-margin{margin-right:auto}.inline-block{display:inline-block}.clearfix:after{content:"";display:block;clear:both}.block{display:block}.clear{clear:both}.hidden{display:none}*[hidden=hidden]{display:none !important}.invisible{visibility:hidden}.full-height{height:100%}.clear-after:after{content:"";display:block;clear:both}.relative{position:relative}.absolute{position:absolute}.flex{display:flex}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column}.flex-wrap{display:flex;flex-wrap:wrap !important}.flex-grow-2{flex-grow:2 !important}.flex-shrink-2{flex-shrink:2 !important}.flex-center{display:flex;align-items:center}.flex-center-all{display:flex;align-items:center;justify-content:center}.flex-center-horizontally{display:flex;justify-content:center}.flex-space-between{justify-content:space-between}.flex-nowrap{flex-wrap:nowrap !important}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.justify-content-end{justify-content:flex-end !important}.justify-content-space-between{justify-content:space-between !important}.flex-space-evenly{display:flex;justify-content:space-evenly}.flex-fill{flex:1 1 auto}.inherit-color{color:inherit}a{color:#1c69d4}a:hover{text-decoration:underline}a.button{line-height:2.3rem}.link{color:#1c69d4;text-decoration:underline;cursor:pointer}.inherit-icon{color:inherit}.success-background{background-color:#4bca81;color:#fff}.warning-background{background-color:#e68a00}.alert-background{background-color:#c23934;color:#fff}.neutral-background{background-color:#666}.alert-color{color:#c23934}.alert-background{background-color:#c23934}.secondary-background{background-color:#f3f2f2}tr.positive-item td:first-child{border-left:6px solid #4bca81}tr.overdue-item td:first-child{border-left:6px solid #c23934}tr.warning-item td:first-child{border-left:6px solid #e68a00}html,body{overflow:hidden}#root{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.top-space{margin-top:1.125rem}.bottom-space{margin-bottom:1.125rem}.build-info{position:fixed;bottom:0;right:0;background-color:#fff;font-size:.7rem;padding:.2rem .5rem;z-index:1}.comma-separated:not(:last-child):after{content:", "}.fixed-button{position:fixed;z-index:30;width:70px;height:70px;padding:0;font-size:2rem;background:rgba(255,255,255,.8);border-radius:50%;outline:none !important}@media(max-aspect-ratio: 13/9)and (max-width: 992px){.fixed-button{width:70px;height:70px}}.fixed-button:focus{outline:none !important}.left-top-element{top:6%;left:5%}.left-bottom-element{bottom:6%;left:5%}.center-bottom-element{bottom:6%;left:50%;transform:translateX(-50%)}.right-bottom-element{bottom:6%;right:5%}@media(max-width: 425px),(max-height: 425px){.fixed-button{width:4.142rem;height:4.142rem}.build-info{display:none}}.app{position:relative;transition:height .2s ease-out,margin .2s ease-out;height:100%}
.authentication-layout-form button{margin:0 auto}.login-page-buttons{display:flex;flex-direction:column;align-items:flex-start;font-weight:700}.login-page-buttons button{align-self:center}.login-page-buttons a{margin-top:2rem;text-align:left}
.form-box{width:30rem;padding:2.857rem 2.142rem 2.142rem;box-sizing:border-box;background:#fff}.form-box-header{font-weight:700;line-height:1.7;font-size:1.285rem;color:#000;margin-bottom:.928rem;letter-spacing:-0.071rem;text-transform:uppercase}.form-box-header:after{content:"";display:block;width:3.571rem;height:.071rem;margin-top:.714rem;background:#000}
.text-input-wrapper{position:relative}.text-input{box-sizing:border-box;margin:.285rem 0;padding:.625rem .5rem;width:100%;height:2.857rem;border:.071rem solid #e6e6e6;font-size:1.009rem;font-family:inherit;line-height:18px;background-color:#fff;box-shadow:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-input-clearable{padding-right:22px}.text-input:active:hover:not([disabled]){border:.071rem solid #a9a9a9}.text-input:focus{border:.071rem solid #1c69d4;transition:background .3s}.text-input:placeholder{color:#a9a9a9}.text-input-clear-button{position:absolute;right:8px;bottom:18px;cursor:pointer;width:1.428rem;font-size:1rem;color:#666}
.input-label{display:block}
.hint-trigger-icon{font-size:1.6em}.hint-trigger-icon{cursor:pointer;display:inline-block;animation:hint-trigger-icon-pulse-animation 4s infinite}@keyframes hint-trigger-icon-pulse-animation{0%{transform:scale(1);opacity:1}25%{transform:scale(1.1);opacity:.7}50%{transform:scale(1);opacity:1}75%{transform:scale(1);opacity:1}100%{transform:scale(1);opacity:1}}
.hint-dialog-content{margin:18px 6px;line-height:24px}.hint-dialog-content li{list-style-type:disc;list-style-position:inside}.hint-dialog-content li{list-style-type:disc;list-style-position:inside}.hint-dialog-content ol{padding-left:0;list-style-position:inside}.hint-dialog-content ol li{padding-left:0;margin-left:0}
.validator{position:relative;flex:1 1 auto}.validator--error input,.validator--error textarea,.validator--error .dropdown,.validator--error .dropdown__activator,.validator--error .multi-dropdown__activator,.validator--error .autocomplete-dropdown__activator{border-color:#d70808}
.validation-box{position:absolute;line-height:14px;text-align:left;padding:.357rem;background:#d70808;border-radius:.214rem;color:#fff;z-index:2}.validation-box:before{content:"";display:block;position:absolute;top:-0.357rem;width:0;height:0;left:.214rem;border:.357rem solid transparent;border-bottom-color:#d70808;border-top:0}.validation-box.position-top{bottom:calc(100% + .357rem)}.validation-box.position-top:before{top:auto;bottom:-0.357rem;border-top:.357rem solid #d70808;border-bottom:0}.validation-box.position-left{right:calc(100% + .357rem);top:50%;transform:translateY(-50%)}.validation-box.position-left:before{top:0;bottom:0;right:-0.357rem;left:auto;margin:auto;border:.357rem solid transparent;border-left-color:#d70808;border-right:0}.validation-box.position-right{left:calc(100% + .357rem);top:50%;transform:translateY(-50%)}.validation-box.position-right:before{top:0;bottom:0;left:-0.357rem;right:auto;margin:auto;border:.357rem solid transparent;border-right-color:#d70808;border-left:0}.validation-box-invalid-message{font-size:.785rem;display:inline;margin:0;font-weight:normal}.validation-box.position-full-horizontal{width:100%;box-sizing:border-box}.validation-box.position-full-horizontal:before{display:none}.validation-box.position-block{display:block;position:static;margin-top:2px}.validation-box.position-block:before{display:none}
.form-field-content{padding:.714rem}
.form-section{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;width:100%;margin:0;padding-bottom:14px}.form-section-header{clear:both;padding:.714rem .714rem 0;width:100%;font-size:13px}.form-section-subheader{clear:both;padding:.714rem .714rem 0;width:100%;font-weight:normal;font-size:11px}
.form-tooltip{color:#bbb;font-size:.785rem;transition:color .3s}.form-tooltip:hover{color:#424040}
.pin-input-block{box-sizing:border-box;padding:.625rem .5rem;width:100%;height:2.857rem;border:.071rem solid #e6e6e6;margin:.25rem;font-size:1rem;font-family:inherit;background-color:#fff;box-shadow:none;-webkit-appearance:none;text-align:center;width:2.857rem}.pin-input-block:focus{border:.071rem solid #1c69d4;transition:background .3s}.pin-input-block::-webkit-outer-spin-button,.pin-input-block::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pin-input-block{-moz-appearance:textfield}
.tile-button{margin:14px 0px;border:none;font-weight:700;cursor:pointer;outline:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px;width:100%;font-size:16px;text-align:center;box-sizing:border-box;position:relative}.tile-button-disabled{opacity:.3}.tile-button-link{padding:10px 18px;display:block}.tile-button-link svg{display:block;margin:0 auto 1rem;font-size:4rem}.tile-button-link:hover{text-decoration:none}.tile-button-badge{position:absolute;top:8px;right:8px;font-size:.857rem}@media screen and (max-width: 400px){.tile-button-compact{margin:8px 4px;width:calc(50% - 8px);font-size:11px}}.tile-button-compact .tile-button-link{padding:6px;display:block}
.badge{background-color:orange;border-radius:.571rem;padding-left:.428rem;padding-right:.428rem;color:#fff;padding-top:.071rem;padding-bottom:.071rem;transition:all .2s;cursor:pointer}.badge-neutral{background-color:#666}.badge-neutral:hover{background-color:#2389ff}.badge-warning{background-color:orange}.badge-warning:hover{background-color:orange}.badge-positive{background-color:#4bca81}.badge-positive:hover{background-color:#2389ff}
.main-layout-content{position:relative;padding:0 1rem;overflow-y:auto;box-sizing:border-box;min-height:100px;flex:1 0 auto}@media(max-aspect-ratio: 13/9){.main-layout-content{height:calc(100% - 144px);padding:0 6px}}@media(min-aspect-ratio: 13/9){.main-layout-content{height:calc(100% - 108px)}}@media(max-aspect-ratio: 13/9)and (min-width: 400px){.main-layout-content{height:calc(100% - 172px);padding:0 6px}}@media(min-aspect-ratio: 13/9)and (min-width: 400px){.main-layout-content{height:calc(100% - 172px)}}@media(max-aspect-ratio: 13/9)and (min-width: 992px){.main-layout-content{height:calc(100% - 172px)}}@media(min-aspect-ratio: 13/9)and (min-width: 992px){.main-layout-content{height:calc(100% - 172px)}}
.main-layout-narrowed-content{width:100%;max-width:500px;margin:0px auto}
.labelled-data-container{display:flex;box-sizing:border-box}.labelled-data{display:flex;flex-direction:column;align-self:flex-end;width:100% !important;box-sizing:border-box}.labelled-data-label{font-size:.857rem;color:#424040;line-height:1.285rem}.labelled-data-value{padding:.625rem;line-height:1.571rem;border:.071rem solid #ddd;min-height:1.571rem;background-color:#eee}
.main-layout-footer{width:100%;display:flex;align-items:stretch;height:46px;flex:0 0 auto}.main-layout-footer button{margin:0 !important;font-size:22px;box-sizing:border-box;height:46px}@media(max-width: 992px){.main-layout-footer button{font-size:16px}}@media(min-width: 993px){.main-layout-footer button{height:46px}}
.scroll-grid{height:100%;overflow:auto}.scroll-grid::-webkit-scrollbar{display:none}.scroll-grid-header{padding-top:6px}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.scroll-grid-header{padding-top:.428rem}}.scroll-grid-content{height:calc(100% - 64px)}
.loading-overflow-panel{display:none;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;opacity:0;margin:auto;background-color:rgba(255, 255, 255, 0.7);transition:opacity .3s cubic-bezier(0.25, 0.8, 0.5, 1);z-index:999}.loading-overflow-panel-loading{display:block;opacity:1;text-align:center}.loading-overflow-panel-loading .fa-spinner{position:relative;top:40%}.loading-panel-spinner{width:3.571rem;height:3.571rem}.loading-panel-caption{padding-top:2rem;font-size:14px}
.registration-plate-wrapper{display:inline-block}.registration-plate{background-color:#fff;border:1px solid #555;color:#262626;border-left:.5em solid #0053a0;padding:.142em .571em;text-transform:uppercase;text-align:center;display:inline-block;line-height:1.25em;margin-right:3px}
.data-tile{padding:8px 5px;border:1px solid silver;font-size:18px;line-height:22px;margin-top:8px}.data-tile-active{animation-name:data-tile-active-animation;animation-duration:.25s;animation-iteration-count:1}@keyframes data-tile-active-animation{50%{background-color:#ffb200}}
.selectable-sketch-map>svg{display:block;margin:2.857rem auto;max-width:100%}.selectable-sketch:not(.selectable-sketch-read-only) .selectable-sketch-map>svg{cursor:pointer}
.checkbox{position:relative;display:flex;align-items:center}.checkbox-wrapping-label{position:relative;display:flex;align-items:center;cursor:pointer}.checkbox-label{margin-left:.5rem}.checkbox-input{position:absolute;top:0;left:0;display:block;margin:0;opacity:0}.checkbox-input:disabled~label{cursor:default}.checkbox-icon-background{position:absolute;z-index:-1;left:1px;right:1px;width:12px;height:12px}
.images-form-mode-toggle{max-width:500px;margin:2rem auto}.images-form-preview{position:fixed;left:0px;top:0px;height:0px;width:100%;height:100%;z-index:10000}.images-form-preview-wrapper{left:0px;top:0px;position:absolute;width:100%;height:100%;background-color:#000;z-index:10;display:flex;align-items:center;justify-content:center}.images-form-reading-fog{background-color:#000;width:100%;height:100%;position:fixed;left:0px;top:0px;z-index:100000}.images-form-image-label{position:fixed;top:5%;z-index:1000;color:#fff;right:5%;font-size:16px;font-weight:bold;max-width:70%;text-align:right}@media(max-aspect-ratio: 13/9)and (max-width: 480px){.images-form-image-label{font-size:16px}}.images-form-image-buttons{position:absolute;bottom:5%;width:90%;padding:0 5%;display:flex;justify-content:space-between;align-items:flex-end}.images-form-image-buttons-right{display:flex;flex-direction:column}.images-form-image-buttons-right button{position:fixed;margin-top:2rem}.images-form-preview-image{max-width:100%;max-height:100%}.images-form-options{position:fixed;top:1%;width:90%;padding:0 5%;display:flex;justify-content:space-between;align-items:baseline;z-index:11;color:#fff}.images-form-options-caption{font-weight:900;font-size:3rem;text-align:end}@media(max-width: 992px),(max-height: 992px){.images-form-options-caption{font-size:2rem}}@media(max-width: 425px),(max-height: 425px){.images-form-options-caption{font-size:1.5rem}}.images-form-image-thumb-container{display:flex;flex-direction:column;justify-content:center;height:calc(100% - 2rem);margin:1rem;padding:1rem;box-sizing:border-box;border:1px solid #ddd}.images-form-image-thumb-container .image-thumb{max-width:100%;max-height:100%}.images-form-image-thumb{position:relative;display:flex;align-items:center;justify-content:center;height:130px;cursor:pointer}.images-form-image-thumb-size{padding-top:1rem;text-align:center}.images-form-empty-image-thumb-container{display:flex;position:relative;height:calc(100% - 2rem);min-height:12rem;margin:1rem;padding:2rem 1rem;box-sizing:border-box;border:1px solid #ddd;align-items:center;justify-content:center;font-size:1.5rem;text-align:center}@media(max-width: 425px),(max-height: 425px){.images-form-image-thumb-container,.images-form-empty-image-thumb-container{padding:.428rem;margin:1rem .428rem}}.images-form-empty-image-thumb-container-inavlid{border-color:#d70808}.images-form-add-button{background-color:#eee;width:16rem;height:16rem;border-radius:8rem;text-align:center;line-height:16rem;cursor:pointer;margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:1rem}.images-form-button{position:initial !important}.images-form-button svg{width:55% !important;height:55% !important}.images-form-previous-image-thumb-wrapper{position:absolute;z-index:10}@media(max-aspect-ratio: 13/9){.images-form-previous-image-thumb-wrapper{max-height:8%;max-width:12%}}@media(min-aspect-ratio: 13/9){.images-form-previous-image-thumb-wrapper{max-height:12%;max-width:8%}}@media(max-aspect-ratio: 13/9)and (max-width: 480px){.images-form-previous-image-thumb-wrapper{max-height:20%;max-width:20%}}@media(min-aspect-ratio: 13/9)and (max-width: 992px){.images-form-previous-image-thumb-wrapper{max-height:20%;max-width:20%}}.images-form-right-bottom-upper-element{bottom:20%;right:5%}.images-form-next-image-caption{font-weight:bold;color:#fff;position:fixed;right:5%;bottom:2px;font-size:15px;z-index:100;max-width:70%;text-align:right}
.camera-input{display:flex;align-items:center;width:100%;height:100%;border-radius:50%}.camera-input-label{display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:.625rem .5rem;width:100%;font-size:1rem;font-family:inherit;border-right:none;overflow:hidden}.camera-input-native{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.drawable-image-canvas-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;box-sizing:border-box;touch-action:none}.drawable-image-canvas-container img{max-width:100%;max-height:100%}
.drawable-canvas-container{position:fixed;left:0px;top:0px;display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box}.drawable-canvas{touch-action:none;box-sizing:border-box;z-index:100;left:0px;top:0px}
.image-thumb{max-width:100%}
.responsive-dropdown{position:relative;border:.071rem solid #e6e6e6;box-sizing:border-box;margin:.285rem 0;height:2.857rem}.responsive-dropdown-pseudoinput-wrapper{display:flex;height:100%;align-items:center;padding:0 .5rem;box-sizing:border-box;outline:none}.responsive-dropdown-pseudoinput-wrapper:focus{border:.071rem solid #1c69d4}.responsive-dropdown-pseudoinput{display:block;width:100%;height:1rem;line-height:1rem;margin-right:.5rem;font-size:1rem;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.responsive-dropdown,.responsive-dropdown-pseudoinput{font-size:.875rem}.responsive-dropdown:hover{border:.071rem solid #a9a9a9}.responsive-dropdown:focus{border:.071rem solid #4bbaf7;background:#e3f4fd;transition:background .3s}.responsive-dropdown-spinner{display:block;position:absolute;height:2.857rem;margin:.214rem .714rem;opacity:.5}.responsive-dropdown-spinner+.responsive-dropdown{min-width:5rem}.responsive-dropdown-clear-button{cursor:pointer;display:inline-block;width:1.428rem;text-align:center;font-size:1rem}.responsive-dropdown-disabled{background-color:#eee}
.responsive-dropdown-option{padding:.625rem .5rem;background-color:#fff;border-bottom:1px solid #e6e6e6;font-size:.875rem;line-height:18px;cursor:pointer}.responsive-dropdown-option:last-child{border-bottom:0px}.responsive-dropdown-option i{display:inline-block;width:.571rem;height:.571rem;margin-right:.5rem;border:.142rem solid #fff;border-radius:50%;box-shadow:0 0 0 .142rem rgba(0,0,0,.2);vertical-align:middle}.responsive-dropdown-option-active i{box-shadow:0 0 0 .142rem #1c69d4;background:#1c69d4}
.slider{position:relative;flex:1;height:100%;overflow:hidden}.slider-with-navigation{height:calc(100% - 58px)}
.slider-section{position:absolute;visibility:hidden;left:-100%;width:100%;height:100%;box-sizing:border-box;background-color:#fff}.slider-section--active{left:0;visibility:initial}.slider-section__content{height:100%;overflow:auto}
.fixed-vertical-scroll{display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden}.fixed-vertical-scroll__content{flex:1 1 auto;height:0}
.textarea{box-sizing:border-box;margin:.285rem 0;padding:.714rem .571rem;width:100%;border:.071rem solid #e6e6e6;border-radius:.214rem;background:#fff;font-size:.875rem;font-family:inherit;max-width:100%;vertical-align:top;resize:none;-webkit-appearance:none}.textarea:active:hover:not([disabled]){border:.071rem solid #a9a9a9}.textarea:focus{border:.071rem solid #4bbaf7}.textarea:focus:placeholder{color:#4bbaf7}.textarea:placeholder{color:#a9a9a9}.textarea:focus{border:.071rem solid #4bbaf7;background:#e3f4fd;transition:background .3s}
.no-data-panel{border:.071rem solid silver;height:160px;display:flex;align-items:center;justify-content:center}.no-data-panel-compact{height:80px}
.fleet-car-damage{padding:1rem;border:1px solid silver;margin-top:8px}.fleet-car-damage-header{font-size:12px;padding:4px 0px;display:flex;justify-content:space-between;margin-bottom:8px}.fleet-car-damage-value{font-size:15px;padding:4px 0px}
.date-time-value span{vertical-align:middle}.date-time-value svg{vertical-align:middle;width:.857rem;margin-left:.5rem}
.draw-input-clear{position:absolute;right:0;top:0;padding:.4rem;cursor:pointer}.draw-input-icon-button{position:absolute;right:0;bottom:0;padding:.4rem;cursor:pointer}
.pdf-file-viewer{padding:10px;background:#8e8e8e;height:100%;box-sizing:border-box;overflow:auto}.pdf-file-viewer-opaque{opacity:0}.pdf-file-viewer-content{width:100%;max-width:1200px;margin:auto}.react-pdf__Document{min-height:100%}.react-pdf__Page__svg{overflow:visible !important;margin:auto}.react-pdf__Page__svg svg{width:100%;height:auto}.react-pdf__Page:not(:first-child){margin-top:10px}.pdf-file-viewer-notification{display:flex;justify-content:center;flex:1 1 auto;height:100%;width:100%;background:#fff;box-sizing:border-box;align-items:center}
.pdf-file-viewer-controller{touch-action:pan-x pan-y}.pdf-file-viewer-controller-dialog{position:fixed;font-weight:600;box-shadow:0 2px 5px gray;background-color:rgba(0, 0, 0, 0.1);backdrop-filter:blur(2px);top:12px;right:12px;padding:10px;z-index:100}.pdf-file-viewer-controller-dialog--invisible{animation-name:pdf-file-viewer-controller-dialog-hide-animation;animation-duration:2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1;visibility:visible}@keyframes pdf-file-viewer-controller-dialog-hide-animation{0%,90%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
.radio-input-set{border:0;margin:0;padding:0}.radio-input-set-inputs-container{margin:.285rem auto;line-height:2.857rem}
.radio-input{position:relative}.radio-input-horizontal{display:inline-block}.radio-input-vertical{display:block}.radio-input-input{position:absolute;top:0;left:0;margin:0;opacity:0}.radio-input-label{padding:.2rem 1rem .2rem .2rem;cursor:pointer}.radio-input-label i{display:inline-block;width:.571rem;height:.571rem;margin-right:.5rem;border:.142rem solid #fff;border-radius:50%;box-shadow:0 0 0 .142rem #d6d7d8;vertical-align:middle}.radio-input-input:checked+.radio-input-label i{box-shadow:0 0 0 .142rem #1c69d4;background:#1c69d4}.radio-input-input:focus+.radio-input-label i{box-shadow:0 0 .142rem .142rem #1c69d4}.radio-input-input:disabled:checked+.radio-input-label i{background:#555;box-shadow:0 0 .142rem .142rem #555}
.checkboxFieldsetSelectAllCheckboxWrapper{border-bottom:1px solid #ccc;padding-bottom:4px}
.main-layout-fixed-content{position:fixed;top:0;left:0;width:100%;height:calc(100% - 46px);overflow-y:hidden;box-sizing:border-box}
.boolean-flag{font-size:1.142rem}.boolean-flag-true{color:#1c69d4}.boolean-flag-false{color:#c23934}
.presentation-table{display:flex;flex-direction:column;flex:1 0 auto;width:100%;border-collapse:collapse;interpolate-size:allow-keywords}.presentation-table--auto-layout{display:table}.presentation-table__title{position:relative;background-color:#ddd;padding:.428rem 0;text-align:center;margin-top:.857rem;font-size:1rem;text-transform:uppercase;font-weight:700}.presentation-table__title--collapsible{cursor:pointer}.presentation-table__title-action-buttons{cursor:default;box-sizing:border-box;position:absolute;right:12px;top:0;bottom:0;margin:auto}.presentation-table__body{width:100%;height:auto;overflow:hidden;transition-duration:300ms}.presentation-table__body--auto-layout{display:table}.presentation-table__body--collapsed{height:0}
.presentation-table-cell{display:flex;align-items:center;padding:.571rem .285rem;word-break:break-word}.presentation-table-cell--left{justify-content:flex-start}.presentation-table-cell--right{justify-content:flex-end}.presentation-table-cell--center{justify-content:center}.presentation-table-cell--auto-layout{vertical-align:middle;display:table-cell}
.presentation-table-column-row{display:flex;background-color:#f3f2f2;border-bottom:.071rem dotted silver}.presentation-table-column-row--auto-layout{display:table-row}
.presentation-table-column-row-title{display:flex;flex-shrink:0;align-items:center;font-size:.642rem;font-weight:bold;height:2.428rem;padding:.285rem;box-sizing:border-box;word-break:break-word}.presentation-table-column-row-title--left{justify-content:flex-start}.presentation-table-column-row-title--right{justify-content:flex-end}.presentation-table-column-row-title--center{justify-content:center}.presentation-table-column-row-title--auto-layout{vertical-align:middle;display:table-cell}
.presentation-table-collapse-button{cursor:pointer;display:flex;align-items:center;justify-content:center;border:0;outline:0;padding:0;background-color:inherit;color:inherit;transition-duration:300ms}.presentation-table-collapse-button__wrapper{position:absolute;left:12px;margin:auto}.presentation-table-collapse-button--down{transform:rotate(0deg)}.presentation-table-collapse-button--up{transform:rotate(-180deg)}
.presentation-table-row{display:flex;border-bottom:.071rem dotted silver}.presentation-table-row--wide{flex-shrink:0;min-height:60px}.presentation-table-row--wide.presentation-table-row--auto-layout{height:60px}.presentation-table-row--narrow{height:auto}.presentation-table-row--auto-layout{display:table-row}
.meta-representative-scroll-grid-item{padding:1rem;border:1px solid silver;margin-top:8px}.meta-representative-scroll-grid-item-value{font-size:15px;padding:4px 0px}
@media(max-width: 400px){.tile-buttons-wrapper{display:flex;flex-wrap:wrap}}
.disconnection-warning{position:fixed;bottom:0px;left:0;right:0;padding:5px 20px;background:#ffb200;text-align:center;z-index:1001;animation:slide-up .5s ease-out}@keyframes slide-up{from{transform:translateY(24px)}to{transform:translateY(0px)}}
