.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}:root{--protean-gray:#a4a8b1;--protean-dark-gray:#616674;--protean-black:#24272a;--protean-white:#f7f9fa}.font-size-20{font-size:20px}.font-size-16{font-size:16px}.font-size-18{font-size:18px}.font-size-15{font-size:15px}.font-size-14{font-size:14px}.font-size-13{font-size:13px}.font-size-12{font-size:12px}.font-size-24{font-size:24px}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-color-grey{color:#a4a8b1}.font-color-black{color:#24272a}.font-color-white{color:#f7f9fa}.font-color-dark-grey{color:#616674}.w-10{width:10%}.w-15{width:15%}.pb-6px{padding-bottom:6px}.mr-8{margin-right:8px}.ml-8{margin-left:8px}.mt-8{margin-top:8px}.mb-6{margin-bottom:6px}.mr-6{margin-right:6px}.mr-10{margin-right:10px}.mx-7px{margin-left:7px;margin-right:7px}.mt-12{margin-top:12px}.mb-15{margin-bottom:15px}.mr-20{margin-right:20px}.mt-32{margin-top:32px}.mb-16{margin-bottom:16px}.mt-16,.my-16{margin-top:16px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-44{margin-bottom:44px}.mb-14,.mb-16{margin-bottom:14px!important}.p-8{padding:8px!important}.pr-8{padding-right:8px}.pl-8{padding-left:8px}.pt-8{padding-top:8px}.pb-8{padding-bottom:8px}.px-16{padding-left:16px!important;padding-right:16px!important}.pr-16{padding-right:16px}.pl-16{padding-left:16px}.pt-16{padding-top:16px}.pb-16{padding-bottom:16px}.pr-32{padding-right:32px}.pl-32{padding-left:32px}.pt-32{padding-top:32px}.pb-32{padding-bottom:32px}.px-18{padding-left:18px!important;padding-right:18px!important}.py-8{padding-bottom:8px!important;padding-top:8px!important}.page-header-new .breadcrumb-line{background-color:#fefefe}.page-header-new .support-btn{color:#616674;font-size:13px;font-weight:500}.page-header-new.no-extra{border-bottom:1px solid #eaeeef;margin-bottom:33px}.octo{bottom:-400px;position:fixed;right:0;transition:all .5s}.octo.show{display:block;transform:translateY(-164px);transition:all 1s}.octo.show .move .left-eye,.octo.show .move .right-eye{transform:translateX(-12px);transition:all .5s}.octo .left-eye,.octo .right-eye{transform:translateX(-5px);transition:all .5s}.setup-command-filter{margin-left:16px;position:relative;width:330px}.setup-command-filter input{height:40px!important}.setup-command-filter .search-icon{position:absolute;right:16px;top:8px}.setup-command-filter .search-icon .search-icon-path{fill:#a4a8b1}.protean-atg-commands.table-content .setup-commands-table.wo-table>.wo-thead>.wo-tr>.wo-th{color:#616674}.breadcrumb-item.new{color:#616674;display:flex;font-size:13px;font-weight:500}.breadcrumb-item.new.active{color:#a4a8b1;font-size:13px;font-weight:500}.breadcrumb-item.new svg{height:18px;margin-right:4px;width:18px}.alarm-table-row-options .protean-btn{align-items:center;display:flex;justify-content:center;padding:0}.atg-links.setup{display:inline-flex!important;margin-left:auto}.atg-links.setup button.reportBtn{height:32px!important;width:44px!important}.atg-links.command-center button.reportBtn{height:30px!important;padding:1px!important;width:30px!important}.atg-links.release_detection button.reportBtn{height:32px!important;width:32px!important}.atg-links.conCenter button.reportBtn:hover{background-color:#0000!important}.atg-links.conCenter button.reportBtn{background-color:#0000!important;height:32px!important;width:32px!important}.atg-links.alarmsDrop button.reportBtn{height:32px!important;width:43px!important}.atg-links .dropdown-menu{max-height:none!important}.atg-links .dropdown-menu .dropdown-item svg{margin-right:8px}.date-custom-styles .SingleDatePickerInput__withBorder{border:1px solid #ccc;border-radius:4px}.date-custom-styles .DateInput.DateInput_1{border-radius:4px;height:38px;width:100%}.date-custom-styles .DateInput.DateInput_1 .DateInput_input{border-radius:4px;color:grey;font-size:13px;font-weight:400;height:38px!important}.date-custom-styles .CalendarMonth_caption.CalendarMonth_caption_1{width:277px}.date-custom-styles div{width:100%}.date-custom-styles .DateInput_input__focused{border:none}.date-custom-styles .SingleDatePicker_picker,.date-custom-styles .SingleDatePicker_picker .DayPicker,.date-custom-styles .SingleDatePicker_picker .DayPicker .DayPickerNavigation_button{width:auto}.custom-header-logo{margin-right:20px;min-width:100px!important;padding-bottom:8px;padding-top:8px}.custom-header-logo img{height:2rem}.settings-button:hover{opacity:.75}.settings-button:active,.settings-button:focus,.settings-button:hover{box-shadow:none!important}.generate-modal .generate-loading{margin-top:35%}.generate-modal .generate-loading>div:first-of-type{margin-top:-48px}.generate-modal .generate-loading p{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:center}.Toastify__toast-container--top-right{right:4em;top:4em}.Toastify__toast-container--top-right .Toastify__toast{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;padding:24px;width:360px}.Toastify__toast-container--top-right .Toastify__toast .Toastify__toast-body{color:#24272a;font-size:15px;margin:0}.Toastify__toast-container--top-right .Toastify__toast .Toastify__toast-body .content{padding:0}.Toastify__toast-container--top-right .Toastify__toast .Toastify__toast-body .content .title{color:#24272a;font-size:16px;font-weight:700;margin-bottom:16px}.Toastify__toast-container--top-right .Toastify__toast .Toastify__toast-body .content .text{color:#24272a;font-size:15px;margin-top:10px}.Toastify__toast-container--top-right .Toastify__toast .Toastify__close-button{color:#616674}@keyframes zoomIn{0%{opacity:1;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}.list-group-item.list-group-item-action{word-break:break-all}.testTableWrapper{border:1px solid #00000012}.testTableWrapper .card-header{border-bottom:1px solid #00000012!important}.testTableWrapper .card-header .c-title{color:#5b5b60;font-size:16px}.progress-bar-protean{background-color:#bcd87a!important}.header-link{color:#333}.header-link:hover{color:#333;opacity:.75}.nav-item.custom-nav{color:#616674;font-family:Roboto;font-size:15px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.nav-item.custom-nav svg{height:24px}.nav-item.custom-nav .nav-link{align-content:center}.nav-item.custom-nav .nav-link span{align-self:center;display:flex;margin-left:20px}@media(min-width:768px){.sidebar:not(.sidebar-component){position:static!important}}@media(max-width:1px){#mobile-hide{display:none}.protean-navbar{height:auto!important}}.nav-item-submenu.custom-submenu{color:#616674;font-family:Roboto;font-size:15px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.nav-item-submenu.custom-submenu svg{height:24px}.nav-item-submenu.custom-submenu .nav-link:after{top:15px}.nav-item-submenu.custom-submenu .nav-link{display:flex}.nav-item-submenu.custom-submenu .nav-link span{align-self:center;display:flex;margin-left:20px}.facility-page{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}@media screen and (max-width:1280px){.facility-page .facility-breadcrumbs .breadcrumb{height:44px!important;padding:8px 13px}}.facility-page .facility-breadcrumbs{border-bottom:5px solid #f7f9fa;padding:9px 8px 0}.facility-page .facility-breadcrumbs .breadcrumb{background-color:#f7f9fa;border-radius:4px;color:#616674;flex:.9 1;font-stretch:normal;font-style:normal;height:31px;letter-spacing:normal;line-height:normal;margin:0 4px}.facility-page .facility-breadcrumbs .breadcrumb:hover{background-color:#f0f2f4}.facility-page .card-devider{border-top:5px solid #f7f9fa!important}.facility-page .facility-header{align-items:end}.facility-page .facility-header .facility-actions{align-items:flex-start;align-self:flex-start}.facility-page .facility-header .facility-actions .facility-action-btn{background-color:#f7f9fa;border:none;border-radius:4px;height:48px;width:48px}.facility-page .facility-header .facility-actions .facility-action-btn:hover{filter:invert(10%)}.facility-page .facility-title{color:#24272a;font-family:Roboto}.facility-page .facility-tab-title{color:#24272a;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.facility-page .facility-address{color:#616674;font-size:19px}.facility-page .facility-tab{color:#a4a8b1;font-size:13px;font-weight:500}.facility-page .facility-tab.active{color:#283049}.facility-page .facility-tab.active:before{background-color:#bcd87a}.facility-page .facility-item-header{background-color:#f7f9fa;border-radius:4px;color:#616674;font-family:Roboto;font-stretch:normal;font-style:normal;height:30px;letter-spacing:normal;line-height:normal;margin-right:2px;min-width:128px}.facility-page .facility-item-header.long-header{min-width:60%!important}.facility-page .facility-item-value{background-color:#f7f9fa;border-radius:4px;color:#24272a;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin-right:20px;width:100%}.facility-page .Collapsible{margin:32px 0;padding:0 18px}.facility-page .Collapsible .Collapsible__contentInner{margin-top:31px}.facility-page .Collapsible .block-title{align-items:center;display:flex}.facility-page .Collapsible .block-title span{color:#24272a;cursor:pointer;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.facility-page .Collapsible .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.facility-page .Collapsible .wo-thead .wo-tr .date-filter{display:none}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date{display:block}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.facility-page .Collapsible .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.facility-page .Collapsible .wo-thead .wo-tr .filter-select.date,.facility-page .Collapsible .wo-thead .wo-tr .hide{display:none}.facility-page .Collapsible .extra.extra-setup{height:auto;margin-bottom:0}.facility-page .Collapsible .extra{align-items:center;display:flex;height:40px;justify-content:flex-end;margin-bottom:8px}.facility-page .Collapsible .extra .add-test{margin-right:auto}.facility-page .Collapsible .extra .pagination-size{margin-left:50px}.facility-page .Collapsible .extra .protean-btn:disabled{color:inherit;opacity:.7}.facility-page .Collapsible .extra .protean-btn.pass,.facility-page .Collapsible .extra .protean-btn.schedule{background-color:#578ef7;color:#fff;width:120px}.facility-page .Collapsible .extra .protean-btn.fail{background-color:#d96161;color:#fff;width:120px}.facility-page .Collapsible .extra .protean-btn.upload{align-items:center;display:flex}.facility-page .Collapsible .extra .protean-btn.upload svg g path{fill:#3a4669}.facility-page .Collapsible .extra .table-title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.facility-page .Collapsible .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.facility-page .Collapsible .wo-tbody{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.facility-page .Collapsible .wo-tbody .no-records{align-items:center;display:flex;height:150px}.facility-page .Collapsible .wo-th{height:32px;padding-left:18px}.facility-page .Collapsible .sub-table{margin-bottom:24px;margin-top:7px}.facility-page .Collapsible .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.facility-page .Collapsible .sub-table .wo-tbody .wo-tr{background-color:#0000}.facility-page .Collapsible .sub-table .wo-tbody .wo-tr.new{background-color:#f7f9fa}.facility-page .Collapsible .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.facility-page .Collapsible .sub-table .wo-td .actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.facility-page .Collapsible .sub-table .wo-td .actions .protean-btn{height:32px}.facility-page .Collapsible .sub-table .wo-td .actions .protean-btn:disabled{opacity:.7}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown{display:flex;position:relative}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:32px!important}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button.dropdown-toggle:after{margin-left:auto}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button:hover{background-color:#f0f2f4!important}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:32px;justify-content:center;padding:0;width:32px}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;min-width:198px!important;padding-left:10px;padding-right:0}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:none;border-radius:4px!important;margin-top:0;max-height:100px;min-width:200px!important;overflow-y:scroll;top:100%}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.facility-page .Collapsible .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.facility-page .Collapsible .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.facility-page .Collapsible .sub-table .wo-td .cell .color-status{display:none}.facility-page .Collapsible .sub-table .wo-td .cell.pending{align-items:center;display:flex}.facility-page .Collapsible .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.facility-page .Collapsible .wo-td{align-items:center;height:48px;padding-left:18px;position:relative}.facility-page .Collapsible .wo-td .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px}.facility-page .Collapsible .wo-td .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.facility-page .Collapsible .wo-td .protean-status-badge .crc.fail,.facility-page .Collapsible .wo-td .protean-status-badge .crc.failed,.facility-page .Collapsible .wo-td .protean-status-badge .crc.overdue{background-color:#dc6e6e}.facility-page .Collapsible .wo-td .protean-status-badge .crc.retest,.facility-page .Collapsible .wo-td .protean-status-badge .crc.test,.facility-page .Collapsible .wo-td .protean-status-badge .crc.upcoming{background-color:#efc675}.facility-page .Collapsible .wo-td .protean-status-badge .crc.pass,.facility-page .Collapsible .wo-td .protean-status-badge .crc.planned{background-color:#bcd87a}.facility-page .Collapsible .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.facility-page .Collapsible .wo-td .expanded-icon.true{transform:rotate(90deg)}.facility-page .Collapsible .wo-td .big-Dot{align-items:center;background-color:#eaeeef;border-radius:12px;display:flex;height:24px;justify-content:center;width:24px}.facility-page .Collapsible .wo-td .big-Dot .sub-dot{border-radius:50%;height:10px;width:10px}.facility-page .Collapsible .wo-td .big-Dot .sub-dot.\31{background-color:#dc6e6e}.facility-page .Collapsible .wo-td .big-Dot .sub-dot.\32{background-color:#efc675}.facility-page .Collapsible .wo-td .big-Dot .sub-dot.\33{background-color:#bcd87a}.atg-item-header{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:30px;letter-spacing:normal;line-height:normal;margin-right:2px;min-width:128px;padding-left:16px}.atg-item-header.long-header{min-width:35%!important}.atg-item-value{color:#24272a;font-size:14px;margin-right:20px;padding-left:16px;width:100%}.atg-item-value,.release-detection-item-header{align-items:center;background-color:#f7f9fa;border-radius:4px;font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.release-detection-item-header{color:#616674;font-size:12px;height:30px;margin-right:3px;min-width:35%;padding-left:12px}.release-detection-item-header.long-header{min-width:65%}.release-detection-item-value{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;min-width:calc(65% - 4px);padding-left:16px}.release-detection-item-value.long-header{min-width:calc(35% - 4px)}.protean-btn{background-color:#f7f9fa;border:none;border-radius:4px;color:#3a4669;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;height:39px;letter-spacing:normal;line-height:inherit;padding:9px 20px;text-align:center}.protean-btn.refresh-wo-btn{height:40px;margin-left:14px;padding:0;width:40px}.protean-btn.show-filter-btn{height:32px;padding:3px 20px}.protean-btn .ladda-spinner{display:none}.protean-btn.hw32{height:32px;width:32px}.protean-btn.h32{height:32px}.protean-btn.hw39{height:39px;width:39px}.protean-btn.hw48{padding:0}.protean-btn.hw40,.protean-btn.hw48{height:48px;width:48px}.protean-btn.hw28{height:28px;width:28px}.protean-btn.hw24{height:24px;width:24px}.protean-btn.hw18{height:18px;width:18px}.protean-btn:hover{background-color:#f0f2f4;color:#3a4669}.protean-btn.sqr:focus,.protean-btn:focus{color:#3a4669;outline:1px solid #7794e4}.protean-btn.sqr{padding:10px}.protean-btn:disabled{color:#a4a8b1}.protean-btn-svg-icon{background:none;height:auto;padding:0}.protean-btn-reject{background-color:#d96161;border-radius:4px;color:#fff;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:12px 16px;text-align:center}.protean-btn-reject:active,.protean-btn-reject:hover{background-color:#dc6e6e;color:#fff}.protean-btn-reject:focus{background-color:#d96161;outline:1px solid #c4c7cf}.protean-btn-reject:disabled{background-color:#a4a8b1;color:#fff}.protean-btn-default{background-color:#578ef7;border-radius:4px;color:#fff;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:12px 16px;text-align:center}.protean-btn-default:active,.protean-btn-default:hover{background-color:#3c6ecd;color:#fff}.protean-btn-default:focus{background-color:#578ef7;outline:1px solid #c4c7cf}.protean-btn-default:disabled{background-color:#a4a8b1;color:#fff}.fs-14{font-size:14px!important}.protean-alert{border-radius:4px;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:40px;letter-spacing:normal;line-height:normal;padding:12px 20px;text-align:center;width:127px}.protean-alert-success{background-color:#f1ffd0;color:#77972c}.protean-alert-warning{background-color:#ffdfde;color:#97462c}.protean-table{-webkit-user-select:none;user-select:none;width:100%}.protean-table thead tr{height:32px}.protean-table thead tr th img{margin-left:5px}.protean-table thead tr th.status{min-width:125px}.protean-table thead tr th.permit_status{min-width:150px}.protean-table thead tr th.priority,.protean-table thead tr th.status_priority{min-width:100px}.protean-table thead tr th.assignees{min-width:150px;word-break:break-word}.protean-table thead tr th.planned_date{min-width:135px}.protean-table thead tr th.next_planned_date{min-width:160px}.protean-table thead tr th.test_type{min-width:125px}.protean-table thead tr th.completion_date,.protean-table thead tr th.sensor_category{min-width:150px}.protean-table thead tr th.site_city{min-width:130px}.protean-table thead tr th.date{min-width:129px}.protean-table thead tr th.site_state{min-width:90px}.protean-table thead tr th.inspector_lastname{width:105px}.protean-table thead tr th.due_date,.protean-table thead tr th.issue_date{width:115px}.protean-table thead tr th.agency{min-width:200px}.protean-table thead tr th.name{min-width:130px}.protean-table thead tr th{padding:0 18px}.protean-table thead tr{background-color:#f7f9fa;border-radius:4px;color:#616674;font-family:Roboto;font-size:12px;font-weight:700}.protean-table-analitycs thead tr{height:32px}.protean-table-analitycs thead tr th img{margin-left:5px}.protean-table-analitycs thead tr th.client_name,.protean-table-analitycs thead tr th.date,.protean-table-analitycs thead tr th.priority,.protean-table-analitycs thead tr th.site_name{width:10%}.protean-table-analitycs thead tr th.site_address{width:20%}.protean-table-analitycs thead tr th.site_city,.protean-table-analitycs thead tr th.site_state{width:10%}.protean-table-analitycs thead tr th.options{width:5%}.protean-table-analitycs thead tr th{padding:0 18px}.protean-table-analitycs thead tr{background-color:#f7f9fa;border-radius:4px;color:#616674;font-family:Roboto;font-size:12px;font-weight:700}.protean-table-analitycs tbody tr{height:48px}.protean-table-analitycs tbody tr:hover{background-color:#f7f9fa}.protean-table-analitycs tbody tr td{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:48px;letter-spacing:normal;line-height:normal;padding:16px 20px;vertical-align:initial}.protean-table tbody tr{height:48px}.protean-table tbody tr:hover{background-color:#f7f9fa}.protean-table tbody tr td{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:48px;letter-spacing:normal;line-height:normal;padding:16px 20px;vertical-align:initial;word-break:normal}.protean-table tbody tr td button{word-break:keep-all}.protean-table tbody tr td.assignees,.protean-table tbody tr td.created_on,.protean-table tbody tr td.date,.protean-table tbody tr td.inspection_date,.protean-table tbody tr td.inspector_lastname{word-break:normal}.no-records{font-size:20px}.no-categories,.no-records{display:flex;font-weight:300;justify-content:center}.no-categories{font-size:15px}.protean-pagintaion{align-items:center;display:flex}.protean-pagintaion .arrow{background-color:#0000;border:none;border-radius:4px;height:24px;padding:0;width:24px}.protean-pagintaion .arrow.active,.protean-pagintaion .arrow:hover{background-color:#f0f2f4}.protean-pagintaion .arrow:disabled:hover{background-color:initial}.protean-pagintaion .arrow:disabled{opacity:.5}.protean-pagintaion .pagination-button{background-color:#0000;border:none;color:#24272a;font-size:14px;height:32px;min-width:32px}.protean-pagintaion .pagination-button.active,.protean-pagintaion .pagination-button:hover{background-color:#f0f2f4}.pagination-size{align-items:center;font-size:14px;font-weight:400;justify-content:flex-end}.pagination-size select{color:#24272a;font-size:14px;margin-left:8px;width:87px}.pagination-size select,.protean-filter-block .protean-filter{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:32px}.protean-filter-block .protean-filter{font-size:13px;font-weight:500;padding-left:16px;width:158px}.protean-filter-block .protean-filter option:first{color:#a4a8b1;font-size:13px}.protean-filter-block .protean-filter:invalid{color:#a4a8b1}.protean-filter-block .protean-filter option:not(:first-of-type){color:#333;font-size:13px}.protean-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;padding-left:16px}.protean-input.filter:disabled{background-color:#fff;border:1px solid #f7f9fa;border-radius:4px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-input.filter::placeholder,.protean-input.filter:disabled{color:#a4a8b1;font-size:13px;font-weight:500}.protean-input.filter{height:32px;width:200px}.protean-tooltip{background-color:#fff!important;border-radius:4px!important;box-shadow:0 2px 6px 0 #0000001a!important;color:#616674!important;font-size:13px!important;font-weight:500!important;padding:10px!important}.protean-tooltip.show{opacity:1!important}.protean-tooltip:after{border:none!important}.z-index-1{z-index:1!important}.protean-breadcrumbs{background-color:#0000;padding:0 9px}.protean-breadcrumbs .breadcrumb{align-items:center;height:35px}.protean-facility-files thead{background-color:#f7f9fa;border-radius:4px}.protean-facility-files thead tr th{border-bottom:none}.protean-facility-files tbody tr td{border-top-color:#f7f9fa}.protean-facility-files tbody tr td div .share-button{display:none!important}.protean-facility-files tbody tr:first-of-type td{border-top:none}.protean-badge{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-weight:700;padding:8px 12px;width:-webkit-fit-content;width:fit-content;word-break:keep-all}.protean-badge.round.issuev2{background-color:#e0e8f1;color:#3a4669}.protean-badge.round{border-radius:15px}.protean-badge.round .circle{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.protean-badge.round .circle.New,.protean-badge.round .circle.new{background-color:#efc675}.protean-badge.round .circle.Approved,.protean-badge.round .circle.Resolved,.protean-badge.round .circle.approved,.protean-badge.round .circle.resolved{background-color:#bcd87a}.protean-badge.round .circle.Rejected,.protean-badge.round .circle.rejected{background-color:#dc6e6e}.protean-badge.Fail,.protean-badge.Overdue{background-color:#ffcfcf;color:#923838}.protean-badge.Pass{background-color:#f1ffd0;color:#516a17}.protean-badge.Upcoming{background-color:#fff396;color:#766a4d}.protean-test-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:24px;letter-spacing:normal;line-height:normal;padding:5px 10px;width:-webkit-fit-content;width:fit-content}.protean-test-badge .circle{border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.protean-test-badge.Fail .circle,.protean-test-badge.Overdue .circle{background-color:#dc6e6e}.protean-test-badge.Pass .circle{background-color:#bfe85f}.protean-test-badge.Upcoming .circle{background-color:#efc675}.protean-test-badge.OverduePending .circle{background-color:#dc6e6e}.protean-test-badge.Pending .circle{background-color:#efc675}.protean-svg{display:inline;margin-right:12px}.protean-svg g{fill:#3a4669}.protean-navbar{background-color:#283049;height:72px}.protean-navbar .button-title{color:#fff;font-size:16px;font-weight:400}.protean-navbar .protean-notification-icon{font-size:20px}.protean-navbar .protean-pill{background-color:#c3e27a;border-color:#283049;height:10px;left:-5px;top:-6px;width:10px}.protean-navbar .protean-logo-block{align-items:center;display:flex}.protean-navbar.non-user .login-link{align-items:center;color:#fff;display:flex;font-family:Roboto;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;height:72px;justify-content:center;letter-spacing:normal;line-height:normal;margin-left:auto;text-align:center}.page-header.page-header-light .breadcrumb-line{height:60px}.page-header.page-header-light .breadcrumb-line-light.non-user:not(.breadcrumb-line-component):last-child{border-bottom-width:1px}.protean-page-title{color:#616674;font-family:Roboto;font-size:19px;font-weight:500}.protean-default-input,.protean-page-title{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-default-input{color:#24272a;font-size:14px;font-weight:400;width:100%}.protean-default-input[type=number]{-moz-appearance:textfield}.protean-default-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.protean-default-input::placeholder{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-default-input::-moz-placeholder{line-height:revert}.protean-default-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:38px;padding:16px 12px}.protean-default-input.error{border:1px solid #f6a4a4}.protean-default-input:focus{border:1px solid #7a86a9;outline:none}.protean-default-input:hover{border-color:#7a86a9}.protean-default-input:disabled{border:1px solid #f7f9fa;color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;width:100%}.isMobileAuth #root{min-width:375px}.isMobileAuth #root .card{width:300px}.isMobileAuth #root .card .card-body{padding:16px}.protean-registration{background-color:#283049;height:100vh;width:100%}.protean-registration.reset .content .card .reg-title{margin-bottom:47px}.protean-registration.reset .content .card .card-body{min-height:362px;padding-top:70px}.protean-registration.reset .content .card .card-body button{margin-top:16px}.protean-registration.reset .content .card .card-body .message{color:#616674;font-size:19px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-top:80px;text-align:center}.protean-registration.login .content .card .reg-title{margin-bottom:47px}.protean-registration.login .content .card .card-body{min-height:362px;padding-top:70px}.protean-registration.login .content .card .card-body button{margin-top:16px}.protean-registration.login .content .card .card-body .login-footer{color:#3f66d4;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:center}.protean-registration .content{height:100vh;width:100%}.protean-registration .content img{height:49px;margin-bottom:104px;margin-top:74px}.protean-registration .content .card{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;width:579px}.protean-registration .content .card .card-body{min-height:551px}.protean-registration .content .card .card-body.token-error{color:#616674;font-size:19px;font-stretch:normal;font-style:normal;font-weight:500;height:auto;letter-spacing:normal;line-height:1.37;padding:135px 0;text-align:center}.protean-registration .content .card .card-body{padding:54px 66px 40px}.protean-registration .content .card .card-body input{margin-bottom:8px}.protean-registration .content .card .card-body .reg-title{color:#24272a;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-registration .content .card .card-body .reg-sub-title{color:#616674;font-size:19px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:32px}.protean-registration .content .card .card-body .protean-default-input[type=password].error{margin-bottom:0}.protean-registration .content .card .card-body span.error{color:#db6969;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-registration .content .card .card-body button{margin-bottom:32px}.protean-registration .content .card .card-body .agree-terms{align-items:baseline;display:flex}.protean-registration .content .card .card-body .agree-terms span{color:#a4a8b1;cursor:pointer;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin:0 2px 0 5px}.protean-registration .content .card .card-body .agree-terms a{color:#3f66d4;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}.protean-registration .content .card .card-body .reg-singin{color:#a4a8b1;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-registration .content .card .card-body .reg-singin a{color:#3f66d4;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}.protean-registration .content .card .card-body .protean-default-input:disabled{-webkit-text-fill-color:#a4a8b1;color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;opacity:1}.svg-fill-icon{fill:#616674;margin-bottom:2px}.svg-fill-icon g,.svg-fill-icon path{fill:#616674}.svg-fill-icon.image,.svg-fill-icon.image g{fill:none}.svg-fill-icon.image g path:nth-child(2){fill:#616674}.svg-fill-icon.image g path{fill:none}.protean-select{position:relative}.protean-select img{position:absolute;right:16px;top:10px}.protean-select .selected-text{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #eaeeef;border-radius:4px;margin:0 8px;padding:8px 12px;width:inherit}.protean-select .selected-text span{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-select .select-options{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;left:8px;margin:0;padding:0;position:absolute;top:36px;width:calc(100% - 16px);z-index:9}.protean-select .select-options li:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px;margin-top:0}.protean-select .select-options li:last-of-type{border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:0}.protean-select .select-options li.active{background-color:#f7f9fa}.protean-select .select-options li{color:#24272a;cursor:pointer;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;list-style-type:none;margin:4px 0;padding:8px 12px}.protean-select .select-options li:hover{background-color:#f7f9fa}.protean-files-page .card-body{padding:8px 33px!important}.protean-files-page .card-body .protean-cabinet-files .protean-file-table{color:#24272a!important;font-size:14px!important;font-weight:400!important}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead:first-child tr{background-color:#f7f9fa}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead:first-child tr th:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px;text-align:center}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead:first-child tr th:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead,.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th{border-bottom:none;height:32px;padding:9px 20px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.name{width:auto}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.id{width:4%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.created_on,.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.last_modified{width:10%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.Options{width:5%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting:after{content:url(/static/media/sorting-table.f64c7407632c3588fc40.svg);margin-left:8px;margin-top:0;right:auto;top:30%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting:nth-of-type(2){width:70%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting:nth-of-type(3){min-width:135px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr .sorting_asc:before,.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr .sorting_desc:before,.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting:before{content:"";display:none}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting_asc:after{content:url(/static/media/sorting-table-up.229a34fcadc6a91e77ca.svg);margin-left:8px!important;margin-top:0;right:auto;top:25%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table thead tr th.sorting_desc:after{content:url(/static/media/sorting-table-down.2412285558fc4cbe5e04.svg);margin-left:8px;margin-top:0;right:auto;top:39%}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody.isDragActive{background-color:#f7f9fa!important;border:1px solid #3f66d4;border-radius:4px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr.selected,.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr:hover{background-color:#f7f9fa}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td:first-of-type{vertical-align:middle}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td{border-top:none;vertical-align:top}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td .sub-breadcrumbs{padding-left:7px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td .sub-breadcrumbs .protean-btn{background-color:#0000;border:none;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;height:39px;letter-spacing:normal;line-height:normal;margin-right:4px;padding:0}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td .sub-breadcrumbs .protean-btn i{font-size:12px}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody tr td .sub-breadcrumbs .protean-btn:hover{color:#616674}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-node{cursor:default}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-node .fancytree-title.file{color:#24272a!important;cursor:default}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-node .fancytree-icon{color:#24272a!important;margin-top:0}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-ico-ef .fancytree-icon{margin-top:0}.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-ico-ef .fancytree-icon td:nth-of-type(2) .fancytree-title,.protean-files-page .card-body .protean-cabinet-files .protean-file-table tbody .fancytree-ico-ef td:nth-of-type(2) .fancytree-title{color:#24272a!important;font-size:14px;font-weight:400}.protean-files-page .card-header{padding:8px 33px}.protean-files-page .card-header .header-elements-inline .card-title{color:#24272a;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-files-page .card-header.cabinet-actions{align-items:center;display:flex;flex-direction:row;height:60px;padding:8px 33px}.protean-files-page .card-header.cabinet-actions .protean-btn{line-height:normal}.protean-files-page .card-header.cabinet-actions .tooltip-block{display:flex;margin-left:auto}.protean-files-page .card-header.cabinet-actions .tooltip-block .ecabinet-tooltip{color:#616674;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.54;padding:14px;width:200px}.protean-files-page .protean-breadcrumbs-main{padding-bottom:8px!important;padding-top:8px!important}.protean-files-page .protean-breadcrumbs-main .protean-e-cabinet-breadcrumbs{height:auto}.protean-files-page .protean-breadcrumbs-main .protean-e-cabinet-breadcrumbs .breadcrumb div{display:flex;margin:4px 0}.protean-files-page .protean-breadcrumbs-main .protean-e-cabinet-breadcrumbs .breadcrumb div .protean-btn{height:31px!important;line-height:normal;padding:8px}.protean-checkbox{-webkit-appearance:none;appearance:none}.protean-checkbox.disabled{opacity:.5}.protean-checkbox:before{background:#fff;background-image:url(/static/media/checkboxOff.470045c452196217f40b.svg);content:"";display:block;height:14px;width:14px}.protean-checkbox.issues:before{background-image:url(/static/media/plus-checkbox.6c19b5fe01ff9ad28071.svg)}.protean-checkbox.group-issues:before{background-image:url(/static/media/minus-checkbox.616a7acb2bdf53da60ae.svg)}.protean-checkbox:checked:before{background-image:url(/static/media/checkboxOn.1d89eea1b5c474b6d443.svg);background-position:50%;background-repeat:no-repeat;background-size:14px}.protean-modal{background-color:#fff;border:1px solid #eaeeef;box-shadow:0 2px 8px 0 #00000014}.protean-modal .card-title{color:#24272a;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.25;text-align:center}.protean-modal .card-body .label{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:16px}.base-modal.card{padding:0}.base-modal.card .card-header{padding:32px}.base-modal.card .card-header .card-title{color:#24272a;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.base-modal.card .card-body{padding:0 32px 32px}.base-modal.card .card-body.events{padding-right:16px}.base-modal.card .card-body.events .search-input{margin-bottom:16px;position:relative}.base-modal.card .card-body.events .search-input svg{height:24px;position:absolute;right:7px;top:7px;width:24px}.base-modal.card .card-body.events .search-input svg g path:nth-child(2){fill:#a4a8b1}.base-modal.card .card-body.events .events-wrapper{max-height:500px;min-height:230px;overflow:auto;padding-right:14px}.base-modal.card .card-body.events .events-wrapper::-webkit-scrollbar{height:56px;width:3px}.base-modal.card .card-body.events .events-wrapper::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.base-modal.card .card-body.events .events-wrapper .event{align-items:flex-start;background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;flex-direction:column;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:8px;padding:9px 7px}.base-modal.card .card-body.events .events-wrapper .event .event-description{color:#3a4669;font-size:11px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.base-modal.card .card-body.events .events-wrapper .event .event-icon{display:inline-flex}.no-rows.isDragActive{background-color:#f7f9fa!important;border:1px solid #3f66d4;border-radius:4px}.no-rows{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;height:100px;letter-spacing:normal;line-height:100px;text-align:center}.fancytree-drop-target{opacity:1}.fancytree-drop-target.fancytree-drop-accept td{background-color:#f7f9fa!important}.fancytree-drop-target.fancytree-drop-accept td .fancytree-node{background-color:#0000!important}.fancytree-drag-source{opacity:0}.fancytree-drag-source .fancytree-drag-accept,.fancytree-drag-source .fancytree-drag-reject{opacity:1}.protean-analytics.card{padding:0}.protean-analytics.card .card-header{margin:0;padding:32px}.protean-analytics.card .card-header .title{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:12px}.protean-analytics.card .card-header .description{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-analytics.card .card-body{height:-webkit-fit-content;height:fit-content;padding:16px;position:relative}.protean-analytics.card .card-body .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-analytics.card .card-body .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-analytics.card .card-body .fetch-filters .filter-date>span{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-analytics.card .card-body .fetch-filters .filter-date .protean-select .select-options{left:0;width:calc(100% - 8px)}.protean-analytics.card .card-body .fetch-filters .filter-date .protean-select .selected-text{margin-left:0}.protean-analytics.card .card-body .fetch-filters .fetch-filter span:first-of-type{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.facility-tabs.connection .facility-tab{cursor:default;padding-bottom:2px}.facility-tabs.connection .facility-tab .tab-inner{display:flex;flex-direction:column}.facility-tabs.connection .facility-tab .tab-inner .inner-title{color:#283049;font-weight:500;margin-bottom:2px}.facility-tabs.connection .facility-tab .tab-inner .inner-sub,.facility-tabs.connection .facility-tab .tab-inner .inner-title{font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;text-align:center}.facility-tabs.connection .facility-tab .tab-inner .inner-sub{color:#a4a8b1;font-weight:400;height:15px}.facility-tabs.connection .facility-tab.active:before{background-color:#578ef7}.facility-tabs .facility-tab{color:#a4a8b1;font-size:13px;font-weight:500}.facility-tabs .facility-tab.active{color:#283049}.facility-tabs .facility-tab.active:before{background-color:#bcd87a}.report-list{border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;margin-bottom:44px}button:focus,input:focus{outline:none}.card.protean-report{border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:none;margin-bottom:0;padding:32px}@media screen and (max-height:970px){.card.protean-report.fix-picker{min-height:534px}.card.protean-report.fix-picker-remedy{min-height:579px}.card.protean-report.fix-picker-cathodic,.card.protean-report.fix-picker-hot-topic,.card.protean-report.fix-picker-regulator{min-height:594px}.card.protean-report.fix-picker-widget{min-height:650px}}.card.protean-report span.report-title{color:#24272a;cursor:pointer;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:30px}.card.protean-report span.report-title svg{margin-bottom:3px}.card.protean-report:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:0;margin-top:5px}.card.protean-report .card-header{margin-bottom:30px;padding:0;position:relative}.card.protean-report .card-header .report-title{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.card.protean-report .card-header .report-description{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.card.protean-report .card-body{margin-left:0;margin-right:0;padding:0}.card.protean-report .card-body .col-12{max-width:600px}.card.protean-report .card-body .col-6 .keyword-hints{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:17px}.card.protean-report .card-body .col-6 .keyword-hints ul{padding-left:11px}.card.protean-report .card-body .col-6 .keyword-hints ul .hint-row ul>li{margin-top:12px}.card.protean-report .card-body .col-6 .keyword-hints ul .hint-row{margin-bottom:19px}.card.protean-report .card-body .col-6 .keyword-hints ul .hint-row code{background-color:#fff;border-radius:4px;color:#616674;font-family:PT Mono,monospace;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-left:14px;padding-right:14px}.card.protean-report .card-body .col-6 .report-input,.card.protean-report .card-body .col-6 .report-input:last-of-type{margin-bottom:24px}.card.protean-report .card-body .switch-report{color:#24272a;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:24px}.card.protean-report .card-body .switch-report .protean-toggler{margin-left:0;margin-right:8px}.card.protean-report .card-body .report-notification-text{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:24px;max-width:465px;padding:24px}.card.protean-report .card-body .period_row{display:flex;margin-bottom:60px}.card.protean-report .card-body .period_row .report-input{margin-bottom:0!important;width:40%}.card.protean-report .card-body .period_row .report-input .report-input-title{display:block;margin-bottom:8px}.card.protean-report .card-body .period_row .or-title span{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-top:16px}.card.protean-report .card-body .period_row .or-title{align-items:center;display:flex;justify-content:center;width:10%}.card.protean-report .card-body .report-input:last-of-type{margin-bottom:60px}.card.protean-report .card-body .report-input{margin-bottom:24px}.card.protean-report .card-body .report-input .clearBtn{align-items:center;display:flex;justify-content:center;position:absolute;right:-26px;top:23px}.card.protean-report .card-body .report-input .report-input-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.card.protean-report .card-body .report-input .report-input-title.checkbox-title{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.card.protean-report .card-body .report-input .report-input-hint{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:italic;font-weight:400;letter-spacing:normal;line-height:normal}.card.protean-report .card-body .report-input .type-checkbox{color:#616674;display:flex;font-family:Roboto;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.card.protean-report .card-body .report-input .type-checkbox .protean-checkbox{margin-right:8px}.card.protean-report .card-body .report-input .type-checkbox .protean-checkbox:before{background-size:18px;height:18px;width:18px}.card.protean-report .card-body .report-input .type-checkbox .protean-checkbox{height:18px;width:18px}.card.protean-report .card-body .report-input .sheet-types-check{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.card.protean-report .card-body .report-input .sheet-types-check:first-of-type{margin-top:12px}.card.protean-report .card-body .report-input .sheet-types-check .sheet-input{border:1px solid #eaeeef;border-radius:4px;height:28px;padding-left:16px;width:285px}.card.protean-report .card-body .report-input .sheet-types-check .sheet-input:hover{border:1px solid #7a86a9}.card.protean-report .card-body .report-input .sheet-types-check .sheet-input:focus{border-color:#0000;box-shadow:0 0 0 1px #666;outline:none}.card.protean-report .card-body .report-input .sheet-types-check .report-input-checkbox:before{background:#fff;background-image:url(/static/media/checkboxOff.470045c452196217f40b.svg);content:"";display:block;height:14px;width:14px}.card.protean-report .card-body .report-input .sheet-types-check .report-input-checkbox:checked:before{background-image:url(/static/media/checkboxOn.1d89eea1b5c474b6d443.svg);background-position:50%;background-repeat:no-repeat;background-size:14px}.card.protean-report .card-body .report-input .sheet-types-check{align-items:center;margin:6px 0}.card.protean-report .card-body .report-input .sheet-types-check div{align-items:center;padding:6px 10px}.card.protean-report .card-body .report-input .sheet-types-check div.type-title{background-color:#f7f9fa;border-radius:4px;padding:6px 10px}.card.protean-report .card-body .report-input .sheet-types-check div span{margin-left:8px}.card.protean-report .card-body .report-input .sheet-types-check.disabled>*{opacity:.5}.card.protean-report .card-body .report-input .double-select{width:100%}.card.protean-report .card-body .report-input .double-select .double-select-item{width:48%}.card.protean-report .card-body .report-input .double-select .double-select-item:first-of-type{margin-right:4%}.card.protean-report .card-body.report-doc-section{margin-top:24px}.card.protean-report .card-body.report-doc-section .faq-sub-title{font-size:19px;font-weight:500}.card.protean-report .card-body.report-doc-section .faq-sub-title,.share-modal-subtitle{color:#616674;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.share-modal-subtitle{font-size:14px;font-weight:400;margin-bottom:16px}.protean-input-with-button.email-box .email-box-content,.protean-input-with-button.email-box .email-box-header{margin-top:19px}.protean-input-with-button.email-box .email-box-content .user-line,.protean-input-with-button.email-box .email-box-header .user-line{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:4px}.protean-input-with-button.email-box .email-box-content .user-line .user-name-title,.protean-input-with-button.email-box .email-box-header .user-line .user-name-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-input-with-button.email-box .email-box-content .user-line .user-name,.protean-input-with-button.email-box .email-box-header .user-line .user-name{align-items:center;color:#616674;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;width:38%}.protean-input-with-button.email-box .email-box-content .user-line .user-till-title,.protean-input-with-button.email-box .email-box-header .user-line .user-till-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-input-with-button.email-box .email-box-content .user-line .user-till,.protean-input-with-button.email-box .email-box-header .user-line .user-till{align-items:center;color:#616674;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;width:28%}.protean-input-with-button.email-box .email-box-content .user-line .share-buttun,.protean-input-with-button.email-box .email-box-header .user-line .share-buttun{width:19%}.protean-input-with-button.email-box .email-box-content .user-line .user-perms-title,.protean-input-with-button.email-box .email-box-header .user-line .user-perms-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-input-with-button.email-box .email-box-content .user-line .user-perms,.protean-input-with-button.email-box .email-box-header .user-line .user-perms{align-items:center;color:#616674;display:flex;font-size:14px;margin-top:4px;width:19%}.protean-input-with-button.email-box .email-box-content .user-line .user-action,.protean-input-with-button.email-box .email-box-header .user-line .user-action{align-items:center;display:flex;margin-top:4px;width:10%}.protean-input-with-button.email-box .email-box-content .user-line .user-action .remove-share-btn,.protean-input-with-button.email-box .email-box-header .user-line .user-action .remove-share-btn{margin-left:24px}.protean-input-with-button.email-box .email-box-content::-webkit-scrollbar,.protean-input-with-button.email-box .email-box-header::-webkit-scrollbar{height:56px;width:3px}.protean-input-with-button.email-box .email-box-content::-webkit-scrollbar-thumb,.protean-input-with-button.email-box .email-box-header::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-input-with-button .input-title{color:#616674;display:block;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:8px;width:100%}.protean-input-with-button .input-group-append{margin-left:-2px}.protean-input-with-button .input-group-append .protean-btn,.protean-input-with-button .input-group-append .protean-btn-default{height:38px;z-index:1}.protean-input-with-button input.input-with-button.is-invalid{background:#0000;border-color:#f6a4a4}.protean-input-with-button input.input-with-button{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:38px}.share-modal-content{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;justify-content:space-between;letter-spacing:normal;line-height:normal}.share-modal-content .share-user{width:48%}.share-modal-content .share-till{width:28%}.share-modal-content .share-button{width:19%}.share-perms{color:#616674;font-size:14px;margin-top:8px}.qr-share #qrcode{display:flex;justify-content:center;margin-top:16px}.qr-share #qrcode img{display:flex;height:200px;width:200px}.analytics-message .message-title{font-size:16px;font-weight:700;line-height:1.25;padding-left:9px}.analytics-message .message-text,.analytics-message .message-title{color:#24272a;font-stretch:normal;font-style:normal;letter-spacing:normal}.analytics-message .message-text{font-size:15px;font-weight:400;line-height:normal;padding:0 9px}.analytics-message .message-text:last-of-type{margin-bottom:20px}.analytics-message .message-text:first-of-type{margin-top:15px}.card.card-tems{padding:32px}.card.card-tems .card-header{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin:14px 0;padding:0;position:relative}.card.card-tems .card-header .last-updated{bottom:-32px;color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.57;position:absolute;right:0}.card.card-tems .card-body{margin-top:32px}.card.card-tems .card-body .item-title{color:#616674;font-size:19px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin:32px 0}.card.card-tems .card-body .item-sub-title{font-weight:700;margin-bottom:4px}.card.card-tems .card-body .item-sub-title,.card.card-tems .card-body .terms-text{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.57;text-align:justify}.card.card-tems .card-body .terms-text{font-weight:400}.card.card-tems .card-body .terms-inner-text{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.57;margin-left:24px;text-align:justify}.card.card-tems .card-body .terms-link{color:#616673}.card.card-tems .card-body .terms-link:hover{color:#1d1d1d;text-decoration:underline}.fuel-system{position:relative}.fuel-system .fuel-sync{position:absolute;right:0;top:-40px}.fuel-system .fuel-item{display:flex;flex-direction:row;padding:0 24px 14px}.fuel-system .fuel-item .vertical-tabs{display:flex;flex-direction:column;margin-right:24px;width:144px}.fuel-system .fuel-item .vertical-tabs .triangle{border-bottom:16px solid #0000;border-left:14px solid #e0e8f1;border-top:16px solid #0000;height:0;width:0}.fuel-system .fuel-item .vertical-tabs .vertical-tab{background-color:#e0e8f1;border-color:#0000;border-radius:2px;color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;height:32px;letter-spacing:normal;line-height:normal;margin-bottom:8px;position:relative;text-align:center;width:130px}.fuel-system .fuel-item .vertical-tabs .vertical-tab-main{border-radius:2px!important;color:#616674}.fuel-system .fuel-item .vertical-tabs .vertical-tab-main.active{color:#616674!important}.fuel-system .fuel-item .vertical-tabs .vertical-tab-main{width:161px}.fuel-system .fuel-item .vertical-tabs .vertical-tab-main .tab-icon{position:absolute;right:8px;top:7px}.fuel-system .fuel-item .vertical-tabs .vertical-tab.active{border-bottom-right-radius:0;border-top-right-radius:0;color:#3a4669}.fuel-system .fuel-item .fuel-tab-content{display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;width:100%}.fuel-system .fuel-item .fuel-tab-content .fuel-details{display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.fuel-system .fuel-item .fuel-tab-content .fuel-details .fuel-content{width:49%}.fuel-system .fuel-item .fuel-tab-content .fuel-details .fuel-content-devider{height:10px;width:100%}.fuel-system .fuel-item .fuel-tab-content .fuel-details .fuel-system-content-item .facility-item-header{min-width:206px}.protean-dashboard.card{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d}.protean-dashboard.card .protean-devider{border-bottom:5px solid #f7f9fa}.protean-dashboard .calendar-widget{padding:32px 29px 34px}.protean-dashboard .calendar-widget .calendar{padding:35px 11px 0}.protean-dashboard .calendar-widget .calendar .calendar-info{align-items:center;display:flex}.protean-dashboard .calendar-widget .calendar .calendar-info .week{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-left:15px;margin-right:9px;padding:5px 9px}.protean-dashboard .calendar-widget .calendar .calendar-header{display:flex;flex-direction:row;flex-wrap:nowrap;height:27px}.protean-dashboard .calendar-widget .calendar .calendar-header .calendar-col{color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-dashboard .calendar-widget .calendar .calendar-header .calendar-col .current{border-bottom:2px solid #578ef7;padding-bottom:5px;padding-right:5px}.protean-dashboard .calendar-widget .calendar .calendar-header .calendar-col a,.protean-dashboard .calendar-widget .calendar .calendar-header .calendar-col span{color:#c4c7cf!important;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-dashboard .calendar-widget .calendar .calendar-body{border:2px solid #eaeeef;border-bottom:none;display:flex;flex-direction:row;flex-wrap:nowrap}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col{border-left:2px solid #eaeeef;border-right:2px solid #eaeeef;color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;max-height:580px;overflow:hidden;padding:7.5px 3.5px}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row{margin-bottom:12px}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item{align-items:flex-start;background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;display:none;flex-direction:column;font-family:Roboto;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;height:44px;letter-spacing:normal;line-height:normal;margin-bottom:4px;padding:5px 6px}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item{min-width:0}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item div{cursor:default;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item .event-icon{display:inline-flex;margin:0 3px 4px 0}.protean-dashboard .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item .item-details{color:#616674;font-size:11px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-dashboard .calendar-widget .calendar .calendar-footer{border:2px solid #eaeeef;border-top:none;display:flex;flex-direction:row;flex-wrap:nowrap}.protean-dashboard .calendar-widget .calendar .calendar-footer .calendar-col{border-left:2px solid #eaeeef;border-right:2px solid #eaeeef;color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:7.5px 3.5px}.protean-dashboard .calendar-widget .calendar .calendar-footer .calendar-col .calendar-item{display:flex}.protean-dashboard .dashboard-title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-dashboard .dashboard-title-24{font-size:24px}.protean-dashboard .dashboard-title-20{font-size:20px}.analitycs-tooltip{color:#616674;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.54;padding:14px;width:462px}.analitycs-tooltip .protean-btn.icon:first-of-type{padding-top:4px}.analitycs-tooltip .protean-btn.icon{padding:6px}.analitycs-tooltip ul{margin:0;padding:0}.analitycs-tooltip ul>li{font-size:20px;line-height:10px;margin-bottom:5px;margin-left:19px}.analitycs-tooltip ul>li span{font-size:13px}.analitycs-tooltip .title-tooltip{color:#616674;font-size:13px;font-weight:900}.protean-loader{color:#7a86a9!important}.protean-footer{align-items:center;border-top:5px solid #f2f4f6;display:flex;height:93px;justify-content:space-between;margin-top:110px;padding:0 24px}.protean-footer .rights-block{align-items:center;color:#616674;display:flex;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-footer .rights-block svg{margin-right:16px}.protean-footer .terms-block a{color:#616674;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.trends-report:disabled{opacity:.5;pointer-events:none}.trends-report{align-items:center;background-color:#f7f9fa;border:1px solid #eaeeef!important;border-radius:2px;color:#616674;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;height:41px;justify-content:space-between;letter-spacing:normal;line-height:normal;min-width:200px!important}.trends-report .report-icon g{fill:#616674}.trends-report:hover .report-icon g{fill:#333}.nav-item.custom-nav-item-lock{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.nav-item.custom-nav-item-lock .nav-link.main-icon{align-items:center;display:flex!important;padding-bottom:14px!important;padding-top:14px!important}.nav-item.custom-nav-item-lock .nav-link.main-icon .sidebar-toggle-icon{display:flex}.nav-item.custom-nav-item-lock .nav-link.main-icon.open-icon.true{width:50%}.nav-item.custom-nav-item-lock .nav-link.main-icon.open-icon.true:disabled{opacity:.5;pointer-events:none}.nav-item.custom-nav-item-lock .nav-link.main-icon.open-icon.true:hover{background-color:initial}.nav-item.custom-nav-item-lock .nav-link.main-icon.lock-icon{cursor:default;display:none!important;margin-right:14px;padding:0;width:24px}.nav-item.custom-nav-item-lock .nav-link.main-icon.lock-icon:hover{background-color:initial}.nav-item.custom-nav-item-lock .nav-link.main-icon.lock-icon.true{display:flex!important}.nav-item .nav-link.main-icon{align-items:center;display:flex!important;padding-bottom:14px!important;padding-top:14px!important}.nav-item .nav-link.main-icon .sidebar-toggle-icon{display:flex}.nav-item .sidebar-devider{border-bottom:1px solid #eaeeef;box-shadow:0 2px 4px 0 #578ef74d;margin:0 25px}.hide{visibility:hidden}.image-loader{height:116px;width:154px}.image-loader>div:first-of-type{min-height:116px}.image-page{width:100%}.image-page img{width:auto}.list-icons{background-color:#f0f2f4;border-radius:4px;margin-left:25px}.list-icons .items-wrapper{height:inherit}.list-icons .items-wrapper .dropdown-menu.dropdown-menu-left{background-color:#f0f2f4;border-color:#0000;border-radius:4px}.list-icons .items-wrapper .dropdown-menu.dropdown-menu-left .dropdown-item:hover{background-color:#eaeeef!important}.list-icons .items-wrapper .dropdown-menu.dropdown-menu-left .dropdown-item svg{margin-right:8px}.list-icons .items-wrapper .btn.dropdown-toggle{height:inherit}.z3{z-index:3}.link_as_text{font-feature-settings:normal;color:#333;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.link_as_text:hover{color:#333}.protean-wo{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;padding:0}.protean-wo .card-header{margin:17px;padding:16px}.protean-wo .card-header .title{color:#24272a;font-size:24px;font-weight:500}.protean-wo .card-header .description,.protean-wo .card-header .title{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-wo .card-header .description{color:#616674;font-size:14px;font-weight:400}.protean-wo .items{display:flex;padding:0}.protean-wo .items.Contractor,.protean-wo .items.Default,.protean-wo .items.Project{flex-direction:column}.protean-wo .items.Default .wo-item:first-of-type .nav.nav-tabs.nav-tabs-bottom.nav-justified.facility-tabs{display:flex}.protean-wo .items .devider{background-color:#f7f9fa;height:5px;margin:16px 0}.protean-wo .items .wo-item{display:flex;flex-direction:column;margin:16px}.protean-wo .items .wo-item .title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:32px;margin-left:16px;width:100%}.protean-wo .items .wo-item .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-wo .items .wo-item .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-wo .items .wo-item .fetch-filters .filter-date>span{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-wo .items .wo-item .fetch-filters .filter-date .protean-select .select-options{left:0;width:calc(100% - 8px)}.protean-wo .items .wo-item .fetch-filters .filter-date .protean-select .selected-text{margin-left:0}.protean-wo .items .wo-item .fetch-filters .fetch-filter span:first-of-type{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-wo .items .wo-item .fetch-filters .fetch-filter .clear-button{height:38px;position:absolute;right:-32px;top:23px;width:38px}.protean-wo .items .wo-item .fetch-filters .fetch-filter .clear-button svg{height:23px;width:23px}.protean-wo .extra{display:flex;justify-content:flex-end}.protean-wo .extra .pagination-size{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-wo .extra .export-download-dropdown{display:flex;position:relative}.protean-wo .extra .export-download-dropdown button{background-color:#578ef7!important;border:1px solid #eaeeef!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:200px!important}.protean-wo .extra .export-download-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-wo .extra .export-download-dropdown button:hover{background-color:#3c6ecd!important;color:#fff}.protean-wo .extra .export-download-dropdown button.reportBtn{background-color:#578ef7;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-wo .extra .export-download-dropdown button.dropdown-item{background-color:#578ef7;border:none!important;min-width:198px!important;padding-left:10px;padding-right:0}.protean-wo .extra .export-download-dropdown button.dropdown-item:hover{background-color:#3c6ecd!important;color:#fff}.protean-wo .extra .export-download-dropdown .dropdown-menu{background-color:#578ef7!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;min-width:200px!important;top:100%}.protean-wo .wo-table-content{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-wo .wo-table-content .no-records{align-items:center;min-height:150px}.protean-wo .wo-table-content .wo-table{border-spacing:0}.protean-wo .wo-table-content .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-wo .wo-table-content .wo-table .wo-th{height:32px;padding-left:18px}.protean-wo .wo-table-content .wo-table .sub-table{margin-left:33px;margin-top:7px}.protean-wo .wo-table-content .wo-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-wo .wo-table-content .wo-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-wo .wo-table-content .wo-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-wo .wo-table-content .wo-table .sub-table .wo-td .cell .color-status{display:none}.protean-wo .wo-table-content .wo-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.protean-wo .wo-table-content .wo-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.protean-wo .wo-table-content .wo-table .wo-td{align-items:center;height:48px;padding-left:18px;position:relative}.protean-wo .wo-table-content .wo-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-wo .wo-table-content .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.protean-wo .wo-table-content .site-table{margin-top:10px}@keyframes toActive{0%{background-color:#e0e8f1}to{background-color:#bcd87a}}@keyframes toInactive{0%{background-color:#bcd87a}to{background-color:#e0e8f1}}.protean-toggler{animation:toInactive .3s;background-color:#e0e8f1;border-radius:9px;cursor:pointer;display:flex;height:18px;margin:0 0 0 8px;padding:1px;position:relative;width:32px}.protean-toggler.green-double-side{animation:none 0s ease 0s 1 normal none running;animation:initial;margin-right:8px}.protean-toggler.green-double-side.false,.protean-toggler.green-double-side.true{animation:none 0s ease 0s 1 normal none running;animation:initial;background-color:#bcd87a}.protean-toggler.green-double-side.disabled{background-color:#e0e8f1!important}.protean-toggler.true{animation:toActive .3s;background-color:#bcd87a}.protean-toggler.true .toggler{left:45%}.protean-toggler .toggler{background-color:#fff;border-radius:9px;box-shadow:0 1px 3px 0 #0000004d;display:flex;height:16px;left:5%;position:absolute;transition:all .1s linear;width:16px}.filter-icon.active .search-icon-path{fill:#578ef7}.protean-inspections{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;padding:0 0 250px}.protean-inspections .protean-tooltip{background-color:#fff!important;border-radius:4px!important;box-shadow:0 2px 6px 0 #0000001a!important;color:red;color:#616674!important;font-size:13px!important;font-weight:500!important;padding:10px!important}.protean-inspections .protean-tooltip.show{opacity:1!important}.protean-inspections .protean-tooltip:after{border:none!important}.protean-inspections .card-header{margin:17px;padding:16px}.protean-inspections .card-header .title{color:#24272a;font-size:24px;font-weight:500}.protean-inspections .card-header .description,.protean-inspections .card-header .title{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-inspections .card-header .description{color:#616674;font-size:14px;font-weight:400}.protean-inspections .filters{margin:0 17px 17px;padding:0 16px}.protean-inspections .tables{display:flex;margin:0 17px;padding:0;position:relative}.protean-inspections .tables .facility-tab{font-size:14px}.protean-inspections .tables .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-inspections .tables .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-inspections .tables .fetch-filters .filter-date>span{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-inspections .tables .fetch-filters .filter-date .protean-select .select-options{left:0;width:calc(100% - 8px)}.protean-inspections .tables .fetch-filters .filter-date .protean-select .selected-text{margin-left:0}.protean-inspections .tables .fetch-filters .fetch-filter span:first-of-type{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-inspections .tables .fetch-filters .fetch-filter .clear-button{height:38px;position:absolute;right:-32px;top:23px;width:38px}.protean-inspections .tables .fetch-filters .fetch-filter .clear-button svg{height:23px;width:23px}.protean-inspections .tables .refresh{align-items:center;display:flex;justify-content:center;margin-right:auto;width:auto}.protean-inspections .tables .table-type{color:#616674;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;justify-content:space-between;letter-spacing:normal;line-height:normal;margin-bottom:30px}.protean-inspections .tables .table-type .switch div{display:flex}.protean-inspections .tables .table-type .switch{color:#24272a;display:flex;flex-direction:row;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-inspections .tables .crc.Approved,.protean-inspections .tables .crc.approved{background-color:#bcd87a}.protean-inspections .tables .crc.Rejected,.protean-inspections .tables .crc.rejected{background-color:#dc6e6e}.protean-inspections .tables .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.protean-inspections .tables .table-content{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-inspections .tables .table-content .extra{display:flex;justify-content:flex-end}.protean-inspections .tables .table-content .extra .pagination-size{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-inspections .tables .table-content .extra .export-download-dropdown{display:flex;position:relative}.protean-inspections .tables .table-content .extra .export-download-dropdown button{background-color:#578ef7!important;border:1px solid #eaeeef!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:200px!important}.protean-inspections .tables .table-content .extra .export-download-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-inspections .tables .table-content .extra .export-download-dropdown button:hover{background-color:#3c6ecd!important;color:#fff}.protean-inspections .tables .table-content .extra .export-download-dropdown button.reportBtn{background-color:#578ef7;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-inspections .tables .table-content .extra .export-download-dropdown button.dropdown-item{background-color:#578ef7;border:none!important;min-width:198px!important;padding-left:10px;padding-right:0}.protean-inspections .tables .table-content .extra .export-download-dropdown button.dropdown-item:hover{background-color:#3c6ecd!important;color:#fff}.protean-inspections .tables .table-content .extra .export-download-dropdown .dropdown-menu{background-color:#578ef7!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;min-width:200px!important;top:100%}.protean-inspections .tables .table-content .no-records{align-items:center;min-height:150px}.protean-inspections .tables .table-content .wo-table{border-spacing:0}.protean-inspections .tables .table-content .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-inspections .tables .table-content .wo-table .wo-th{height:32px;padding-left:18px}.protean-inspections .tables .table-content .wo-table .sub-table{margin-left:33px;margin-top:7px}.protean-inspections .tables .table-content .wo-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-inspections .tables .table-content .wo-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-inspections .tables .table-content .wo-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-inspections .tables .table-content .wo-table .sub-table .wo-td .cell .color-status{display:none}.protean-inspections .tables .table-content .wo-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.protean-inspections .tables .table-content .wo-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter{display:none}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date{display:block}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .filter-select.date,.protean-inspections .tables .table-content .wo-table .wo-thead .wo-tr .hide{display:none}.protean-inspections .tables .table-content .wo-table .wo-tbody .highlight{background-color:#f7f9fa!important}.protean-inspections .tables .table-content .wo-table .wo-tbody .status-cell{align-items:center;display:flex;justify-content:space-between;width:130px}.protean-inspections .tables .table-content .wo-table .wo-tbody .status-cell .wo-badge{align-items:center;display:flex;height:24px}.protean-inspections .tables .table-content .wo-table .wo-tbody .status-cell .wo-badge .completed{background-color:#bcd87a}.protean-inspections .tables .table-content .wo-table .wo-tbody .wo-tr.inspections{background-color:#fff;border-bottom:1px solid #f7f9fa;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-inspections .tables .table-content .wo-table .wo-tbody .wo-tr.inspections .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-inspections .tables .table-content .wo-table .wo-td{align-items:center;padding-left:18px;position:relative;word-break:break-word}.protean-inspections .tables .table-content .wo-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px;word-break:keep-all}.protean-inspections .tables .table-content .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}#portal-table-select-hack.runout-filter-select .wrapper-select.true{width:275px}#portal-table-select-hack.runout-filter-select .wrapper-select.true .select-item{align-items:center}.wrapper-select{display:none}.wrapper-select.true{display:block}.wrapper-select{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;cursor:default;left:12px;padding:11px 10px 18px 12px;position:absolute;top:100%;width:212px;z-index:999}.wrapper-select .search-icon{fill:#616674;cursor:pointer;position:absolute;right:14px;top:18px}.wrapper-select .search-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:32px;margin:0 1px 12px 0;padding:6px 22px 6px 8px;width:100%}.wrapper-select .filter-value{display:flex;flex-wrap:wrap}.wrapper-select .filter-value .filerByBlock{align-items:center;background-color:#f7f9fa;border-radius:15px;color:#616674;display:flex;font-size:12px;font-weight:700;margin-bottom:8px;margin-right:8px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.wrapper-select .filter-value .filerByBlock svg{margin-left:4px}.wrapper-select .results{max-height:200px;overflow-y:auto}.wrapper-select .results .no-results{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:normal;text-align:center}.wrapper-select .results .select-item{display:flex;margin:4px 0}.wrapper-select .results .select-item input{margin-top:1px}.wrapper-select .results .select-item .dot-color-badge{background:#f7f9fa;border-radius:50%;display:inline-flex;height:24px;margin:0!important;width:24px}.wrapper-select .results .select-item .dot-color-badge .dot{border-radius:50%;height:10px;margin:auto!important;width:10px}.wrapper-select .results .select-item span{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:10px}.wrapper-select .buttons{display:flex;justify-content:space-between;margin-top:20px}.wrapper-select .buttons button{width:48%}#portal-table-select-hack{position:absolute}#portal-table-select-hack .wrapper-select{display:none}#portal-table-select-hack .wrapper-select.true{display:block}#portal-table-select-hack .wrapper-select{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;cursor:default;left:12px;padding:11px 10px 18px 12px;position:absolute;top:100%;width:212px;z-index:999}#portal-table-select-hack .wrapper-select .search-icon{fill:#616674;cursor:pointer;position:absolute;right:14px;top:18px}#portal-table-select-hack .wrapper-select .search-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:32px;margin:0 1px 12px 0;padding:6px 22px 6px 8px;width:100%}#portal-table-select-hack .wrapper-select .results{max-height:200px;overflow-y:auto}#portal-table-select-hack .wrapper-select .results .no-results{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:normal;text-align:center}#portal-table-select-hack .wrapper-select .results .select-item{display:flex;margin:4px 0}#portal-table-select-hack .wrapper-select .results .select-item input{margin-top:1px}#portal-table-select-hack .wrapper-select .results .select-item span{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:10px}#portal-table-select-hack .wrapper-select .buttons{display:flex;justify-content:space-between;margin-top:20px}#portal-table-select-hack .wrapper-select .buttons button{width:48%}.protean-atg-site.table-content{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-atg-site.table-content .extra{display:flex;justify-content:flex-end}.protean-atg-site.table-content .extra .pagination-size{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-atg-site.table-content .extra .info-tip{padding:12px;width:40px}.protean-atg-site.table-content .extra .export-download-dropdown{display:flex;position:relative}.protean-atg-site.table-content .extra .export-download-dropdown button{background-color:#578ef7!important;border:1px solid #eaeeef!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:200px!important}.protean-atg-site.table-content .extra .export-download-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-atg-site.table-content .extra .export-download-dropdown button:hover{background-color:#3c6ecd!important;color:#fff}.protean-atg-site.table-content .extra .export-download-dropdown button.reportBtn{background-color:#578ef7;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-atg-site.table-content .extra .export-download-dropdown button.dropdown-item{background-color:#578ef7;border:none!important;min-width:198px!important;padding-left:10px;padding-right:0}.protean-atg-site.table-content .extra .export-download-dropdown button.dropdown-item:hover{background-color:#3c6ecd!important;color:#fff}.protean-atg-site.table-content .extra .export-download-dropdown .dropdown-menu{background-color:#578ef7!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;min-width:200px!important;top:100%}.protean-atg-site.table-content .no-records{align-items:center;min-height:150px}.protean-atg-site.table-content .wo-table{border-spacing:0;margin-top:15px}.protean-atg-site.table-content .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-atg-site.table-content .wo-table .wo-th{height:32px;padding-left:18px}.protean-atg-site.table-content .wo-table .sub-table{margin-left:33px;margin-top:7px}.protean-atg-site.table-content .wo-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-atg-site.table-content .wo-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-atg-site.table-content .wo-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-atg-site.table-content .wo-table .sub-table .wo-td .cell .color-status{display:none}.protean-atg-site.table-content .wo-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.protean-atg-site.table-content .wo-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .opts{max-width:110px!important;min-width:110px!important;width:33px!important}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter{display:none}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date{display:block}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .filter-select.date,.protean-atg-site.table-content .wo-table .wo-thead .wo-tr .hide{display:none}.protean-atg-site.table-content .wo-table .wo-tbody .status-cell{align-items:center;display:flex;justify-content:space-between;width:130px}.protean-atg-site.table-content .wo-table .wo-tbody .status-cell .wo-badge{align-items:center;display:flex;height:24px}.protean-atg-site.table-content .wo-table .wo-td{align-items:center;height:48px;padding-left:18px;position:relative}.protean-atg-site.table-content .wo-table .wo-td .wo-badge-wrapper-oval{min-width:18px}.protean-atg-site.table-content .wo-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-atg-site.table-content .wo-table .wo-td.opts{max-width:110px!important;min-width:110px!important;width:33px!important}.protean-atg-site.table-content .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.protean-atg-site.table-content .wo-table .wo-td .expanded-icon.left-margin{margin-left:16px}.nested-table{margin-left:17px!important;margin-right:17px!important}.protean-link{color:#3f66d4;font-size:14px;font-weight:700}.protean-atg-commands .widget-tabs{margin-left:auto;width:30%}.protean-atg-commands .widget-tabs .facility-tabs{margin-bottom:0}.protean-atg-commands.facility-fix-alarms>.wo-table .atg-alarms-row{margin:8px 0}.protean-atg-commands.facility-fix-alarms>.wo-table .wo-td{height:auto!important;min-height:40px}.protean-atg-commands.facility-fix-alarms>.wo-table .wo-td .alarm-options-btn:last-of-type{align-items:center;padding:0 20px}.protean-atg-commands .extra{align-items:normal!important;height:auto!important}.protean-atg-commands .extra .pagination-size{margin-left:0!important}.protean-atg-commands.table-content{color:#616674;font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-atg-commands.table-content.alarms-table .info-btn.info-icon-tooltip,.protean-atg-commands.table-content.commands-tablev2 .info-btn.info-icon-tooltip{align-items:center;background-color:#f7f9fa;border-radius:4px;height:40px;justify-content:center;width:40px}.protean-atg-commands.table-content.alarms-table .table-row{border-bottom:1px solid #f7f9fa;padding:12px 0}.protean-atg-commands.table-content.alarms-table .wo-th{color:#616674!important}.protean-atg-commands.table-content.alarms-table .wo-th .search-icon-path{fill:#a4a8b1}.protean-atg-commands.table-content.alarms-table .wo-th:last-of-type{max-width:141px!important}.protean-atg-commands.table-content.alarms-table .wo-th:first-of-type{max-width:34px!important}.protean-atg-commands.table-content.alarms-table .wo-td .tags-icon{min-width:24px}.protean-atg-commands.table-content.alarms-table .wo-td{height:auto!important;word-break:break-word}.protean-atg-commands.table-content.alarms-table .wo-td:last-of-type{max-width:141px!important}.protean-atg-commands.table-content.alarms-table .wo-td:first-of-type{max-width:34px!important}.protean-atg-commands.table-content .command-actions-group button{background-color:#f7f9fa}.protean-atg-commands.table-content .command-actions-group .generate-btn{align-items:center;display:flex;justify-items:center;padding:0 13px}.protean-atg-commands.table-content .command-actions-group .generate-btn.active{background-color:#86aefb!important;color:#fff!important;cursor:default;height:32px}.protean-atg-commands.table-content .command-actions-group .generate-btn .loading-indicator{animation:rotation 1s linear infinite;margin-right:8px}.protean-atg-commands.table-content .command-actions-group .action-btn{height:32px;width:32px}.protean-atg-commands.table-content .command-actions-group .rerun-placeholder{height:32px;margin-right:15px;width:73px}.protean-atg-commands.table-content .command-actions-group .rerun-btn{border-radius:4px!important;color:#3a4669;font-size:13px;font-weight:700}.protean-atg-commands.table-content .command-actions-group .download-btn{margin-right:6px;padding:10px}.protean-atg-commands.table-content .command-actions-group .download-btn svg{fill:#616674}.protean-atg-commands.table-content .command-actions-group .view-btn{padding:5px}.protean-atg-commands.table-content .no-records{align-items:center;min-height:150px}.protean-atg-commands.table-content .wo-table{border-spacing:0;margin-top:0}.protean-atg-commands.table-content .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-atg-commands.table-content .wo-table .wo-th{height:32px;padding-left:18px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .wo-th.action{min-width:170px!important}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .wo-th{color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;position:relative}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter{display:none}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date{display:block}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .filter-select.date,.protean-atg-commands.table-content .wo-table .wo-thead .wo-tr .hide{display:none}.protean-atg-commands.table-content .wo-table .wo-tbody .status-cell{align-items:center;display:flex;justify-content:space-between;width:130px}.protean-atg-commands.table-content .wo-table .wo-tbody .status-cell .wo-badge{align-items:center;display:flex;height:24px}.protean-atg-commands.table-content .wo-table .wo-td{align-items:center;color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:48px;letter-spacing:normal;line-height:normal;padding-left:18px;position:relative}.protean-atg-commands.table-content .wo-table .wo-td.action{min-width:170px!important}.protean-atg-commands.table-content .wo-table .wo-td.acknowledgement{justify-content:flex-end!important}.protean-atg-commands.table-content .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.protean-atg-commands.table-content .wo-table .wo-td .expanded-icon.left-margin{margin-left:8px}.table-content.line-item-table{word-break:break-word}.table-content{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.table-content .extra{display:flex;justify-content:flex-end}.table-content .extra .pagination-size{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.table-content .extra .export-download-dropdown{display:flex;position:relative}.table-content .extra .export-download-dropdown button{background-color:#578ef7!important;border:1px solid #eaeeef!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:200px!important}.table-content .extra .export-download-dropdown button.dropdown-toggle:after{margin-left:auto}.table-content .extra .export-download-dropdown button:hover{background-color:#3c6ecd!important;color:#fff}.table-content .extra .export-download-dropdown button.reportBtn{background-color:#578ef7;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.table-content .extra .export-download-dropdown button.dropdown-item{background-color:#578ef7;border:none!important;min-width:198px!important;padding-left:10px;padding-right:0}.table-content .extra .export-download-dropdown button.dropdown-item:hover{background-color:#3c6ecd!important;color:#fff}.table-content .extra .export-download-dropdown .dropdown-menu{background-color:#578ef7!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;min-width:200px!important;top:100%}.table-content .no-records{align-items:center;min-height:150px}.table-content .wo-table{border-spacing:0}.table-content .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:5px;-webkit-user-select:none;user-select:none}.table-content .wo-table .wo-th{height:32px;padding-left:18px}.table-content .wo-table .sub-table{margin-left:33px;margin-top:7px}.table-content .wo-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.table-content .wo-table .sub-table .wo-td.wo-linetems{min-height:auto!important}.table-content .wo-table .sub-table .wo-td{color:#24272a;font-weight:400}.table-content .wo-table .sub-table .wo-td,.table-content .wo-table .sub-table .wo-td .line-item-link{font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.table-content .wo-table .sub-table .wo-td .line-item-link{color:#3f66d4;font-weight:700;word-break:break-word}.table-content .wo-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.table-content .wo-table .sub-table .wo-td .cell .color-status{display:none}.table-content .wo-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.table-content .wo-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.table-content .wo-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.table-content .wo-table .wo-thead .wo-tr .date-filter{display:none}.table-content .wo-table .wo-thead .wo-tr .date-filter.date{display:block}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker.left{left:auto;right:0}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.table-content .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.table-content .wo-table .wo-thead .wo-tr .filter-select.date,.table-content .wo-table .wo-thead .wo-tr .hide{display:none}.table-content .wo-table .wo-tbody .status-cell{align-items:center;display:flex;justify-content:space-between;width:130px}.table-content .wo-table .wo-tbody .status-cell .wo-badge{align-items:center;display:flex;height:24px}.table-content .wo-table .wo-tbody .wo-tr.inspections{background-color:#fff;border-bottom:1px solid #f7f9fa;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.table-content .wo-table .wo-tbody .wo-tr.inspections.selected{background-color:#f7f9fa}.table-content .wo-table .wo-tbody .wo-tr.inspections .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;padding:5px 9px}.table-content .wo-table .wo-tbody .wo-tr.inspections .wo-badge,.table-content .wo-table.wo-track .wo-tbody .wo-tr{font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.table-content .wo-table.wo-track .wo-tbody .wo-tr{background-color:#f7f9fa!important;border-radius:4px;color:#616674}.table-content .wo-table .wo-td{align-items:center;height:auto;min-height:48px;padding-left:18px;position:relative}.table-content .wo-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.table-content .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.wo-badge-wrapper-oval{background-color:#eaeeef;border-radius:50%;display:inline-block;height:18px;margin-right:12px;min-width:18px;width:18px}.wo-badge-status-oval{border-radius:50%;display:inline-block;height:10px;width:10px}.wo-badge-status-oval.with-text{margin-right:5px}.wo-badge-status-oval.wrapped{margin-left:4px;margin-top:4px}.wo-badge-status-oval.green{background-color:#bcd87a}.wo-badge-status-oval.red{background-color:#dc6e6e}.wo-badge-status-oval.yellow{background-color:#efc675}.wo-badge-status-oval.grey{background-color:#a4a8b1}.custom-close-btn.V2{top:27px!important}.details.detailsV2 .m-body{height:calc(100% - 70px)}.custom-pdf-modal.cabinet-fix-pdf.moz-fix .pdf-modal-custom-view{height:100%}.custom-pdf-modal.cabinet-fix-pdf .m-header{margin-top:-50px;padding:8px!important}.custom-pdf-modal.cabinet-fix-pdf .m-header img{height:35px!important}.custom-pdf-modal .buttons{display:flex;justify-content:space-between;margin-top:16px}.custom-pdf-modal .buttons .button-block{display:flex;justify-content:center;width:28%}.custom-pdf-modal .buttons .button-block .protean-btn{width:-webkit-fill-available}.custom-pdf-modal.info .m-header{padding:32px 32px 0}.custom-pdf-modal.info .m-header h2{margin-bottom:0}.custom-pdf-modal.info .m-header{margin-bottom:24px}.custom-pdf-modal.info .m-body{max-height:875px;overflow-y:auto;padding:0 32px}.custom-pdf-modal.info .m-body::-webkit-scrollbar{height:256px;width:3px}.custom-pdf-modal.info .m-body::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.custom-pdf-modal.info .m-body::-webkit-scrollbar-track{border:10px solid #0000}.custom-pdf-modal.info .m-body .devider{background-color:#f7f9fa;height:5px;margin:12px 0}.custom-pdf-modal.info .m-body .main-info{margin-bottom:12px;width:100%}.custom-pdf-modal.info .m-body .main-info.error .main-info{display:none}.custom-pdf-modal.info .m-body .main-info.equipment .double-col .col-item{margin-bottom:12px}.custom-pdf-modal.info .m-body .main-info.equipment,.custom-pdf-modal.info .m-body .main-info.info{margin-bottom:0}.custom-pdf-modal.info .m-body .main-info.equipment .info-sub-title,.custom-pdf-modal.info .m-body .main-info.info .info-sub-title{color:#24272a;font-family:Roboto;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.custom-pdf-modal.info .m-body .main-info.equipment .double-col,.custom-pdf-modal.info .m-body .main-info.info .double-col{display:flex;flex-wrap:wrap;justify-content:space-between}.custom-pdf-modal.info .m-body .main-info.equipment .double-col .col-item,.custom-pdf-modal.info .m-body .main-info.info .double-col .col-item{display:flex;flex-wrap:wrap;max-height:-webkit-fit-content;max-height:fit-content;min-height:30px;width:49%}.custom-pdf-modal.info .m-body .main-info.equipment .double-col .col-item .item-title,.custom-pdf-modal.info .m-body .main-info.info .double-col .col-item .item-title{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:-webkit-fit-content;height:fit-content;letter-spacing:normal;line-height:normal;margin-bottom:2px;margin-right:2%;min-height:29px;padding-bottom:7px;padding-left:16px;padding-top:7px;width:42%}.custom-pdf-modal.info .m-body .main-info.equipment .double-col .col-item .item-val,.custom-pdf-modal.info .m-body .main-info.info .double-col .col-item .item-val{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#24272a;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:-webkit-fit-content;height:fit-content;letter-spacing:normal;line-height:normal;margin-bottom:2px;min-height:29px;padding-bottom:7px;padding-left:16px;padding-top:7px;width:56%}.custom-pdf-modal.info .m-body .main-info.equipment .double-col .col-item .item-val .badge-val,.custom-pdf-modal.info .m-body .main-info.info .double-col .col-item .item-val .badge-val{background-color:#e0e8f1;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:12px;padding:5px 9.2px 5px 10px;text-align:center}.custom-pdf-modal.info .m-body .main-info.add-info .info-sub-title,.custom-pdf-modal.info .m-body .main-info.inspection .info-sub-title,.custom-pdf-modal.info .m-body .main-info.testing .info-sub-title{color:#24272a;font-family:Roboto;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.custom-pdf-modal.info .m-body .main-info.add-info .col-item,.custom-pdf-modal.info .m-body .main-info.inspection .col-item,.custom-pdf-modal.info .m-body .main-info.testing .col-item{display:flex;flex-wrap:wrap;max-height:-webkit-fit-content;max-height:fit-content;min-height:30px}.custom-pdf-modal.info .m-body .main-info.add-info .col-item .item-title,.custom-pdf-modal.info .m-body .main-info.inspection .col-item .item-title,.custom-pdf-modal.info .m-body .main-info.testing .col-item .item-title{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:auto;letter-spacing:normal;line-height:normal;margin-bottom:2px;margin-right:1%;padding-bottom:7px;padding-left:16px;padding-top:7px;width:23%}.custom-pdf-modal.info .m-body .main-info.add-info .col-item .item-val .budge-item,.custom-pdf-modal.info .m-body .main-info.inspection .col-item .item-val .budge-item,.custom-pdf-modal.info .m-body .main-info.testing .col-item .item-val .budge-item{background-color:#e0e8f1;border-radius:15px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.custom-pdf-modal.info .m-body .main-info.add-info .col-item .item-val .badge-val,.custom-pdf-modal.info .m-body .main-info.inspection .col-item .item-val .badge-val,.custom-pdf-modal.info .m-body .main-info.testing .col-item .item-val .badge-val{background-color:#e0e8f1;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:12px;padding:5px 9.2px 5px 10px;text-align:center}.custom-pdf-modal.info .m-body .main-info.add-info .col-item .item-val,.custom-pdf-modal.info .m-body .main-info.inspection .col-item .item-val,.custom-pdf-modal.info .m-body .main-info.testing .col-item .item-val{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#24272a;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:auto;letter-spacing:normal;line-height:normal;margin-bottom:2px;padding-bottom:7px;padding-left:16px;padding-top:7px;width:76%}.custom-pdf-modal.status .m-body{height:inherit;padding:25px 32px 60px}.custom-pdf-modal.status .m-body h2{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:0;margin-top:14px}.custom-pdf-modal.status .m-body .comment{padding:16px 0}.custom-pdf-modal.status .m-body .comment span{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:9px}.custom-pdf-modal.status .m-body .comment textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:38px;padding:8px 12px;resize:none;width:100%}.custom-pdf-modal.status .m-body .comment textarea.error{border:1px solid #f6a4a4}.custom-pdf-modal.status .m-body .comment div.error{color:#db6969;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:16px;margin-top:5px}.custom-pdf-modal.status .m-body .comment{display:flex;flex-direction:column}.custom-pdf-modal.status .m-body .comment .buttons{display:flex;justify-content:flex-start;margin-top:16px}.custom-pdf-modal.status .m-body .comment .buttons .button-block{display:flex;justify-content:flex-start;width:28%}.custom-pdf-modal.status .m-body .comment .buttons .button-block:first-of-type{display:none}.custom-pdf-modal.status .m-body .comment .buttons .button-block .protean-btn{display:flex;justify-content:center;margin-right:16px;width:122px}.custom-pdf-modal.status .m-body .info{display:flex;flex-wrap:wrap;width:100%}.custom-pdf-modal.status .m-body .info .info-title{color:#a4a8b1;flex:16% 1;font-size:13px;font-weight:700}.custom-pdf-modal.status .m-body .info .info-title,.custom-pdf-modal.status .m-body .info .info-value{align-items:center;display:flex;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin:3px 0}.custom-pdf-modal.status .m-body .info .info-value{color:#24272a;flex:70% 1;font-size:14px;font-weight:400}.custom-pdf-modal.status .m-body .info .info-value .value-badge .crc.approved{background-color:#bcd87a}.custom-pdf-modal.status .m-body .info .info-value .value-badge .crc.rejected{background-color:#dc6e6e}.custom-pdf-modal.status .m-body .info .info-value .value-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.custom-pdf-modal.status .m-body .info .info-value .value-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px 5px 8px}.custom-pdf-modal.status .m-header{padding:32px 32px 0}.custom-pdf-modal.status .m-header h2{margin-bottom:0}.custom-pdf-modal.details .m-header{justify-content:normal;margin-bottom:9px}.custom-pdf-modal.details .m-header .changeInspection:disabled{opacity:.7}.custom-pdf-modal.details .m-header .changeInspection{align-items:center;color:#3a4669;display:flex;height:32px;justify-content:center;margin-left:40px;padding:0;width:168px}.custom-pdf-modal.details .m-header .changeInspection:last-of-type{margin-left:16px}.custom-pdf-modal.details .m-header .changeInspection svg path{fill:#3a4669}.custom-pdf-modal.details .m-header .retry-fail-message{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-weight:500;margin-right:16px;padding:16px}.custom-pdf-modal.details .m-header{padding:32px 32px 0}.custom-pdf-modal.details .m-header h2{margin-bottom:0}.custom-pdf-modal.details .custom-close-btn{top:10px}.custom-pdf-modal.details .custom-close-btn .custom-close{fill:#616674;height:24px}.custom-pdf-modal.details .m-body .m-content.full-image{display:flex;flex-direction:column;position:relative}.custom-pdf-modal.details .m-body .m-content.full-image .return-button{display:flex;padding:9px 18px 9px 13px;position:absolute;right:19px;top:-52px;width:-webkit-max-content;width:max-content;z-index:10}.custom-pdf-modal.details .m-body .m-content.full-image .arrow{cursor:pointer;height:42px;position:absolute;top:45%;width:42px}.custom-pdf-modal.details .m-body .m-content.full-image .arrow path{fill:#a4a8b1}.custom-pdf-modal.details .m-body .m-content.full-image .arrow-left{left:118px}.custom-pdf-modal.details .m-body .m-content.full-image .arrow-right{right:118px}.custom-pdf-modal.details .m-body .m-content.full-image path{fill:#3a4669}.custom-pdf-modal.details .m-body .m-content.full-image .image-block{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.custom-pdf-modal.details .m-body .m-content.full-image .image-block img{height:90%}.custom-pdf-modal.details .m-body .m-content{display:flex;flex-direction:row;height:100%;padding-bottom:18px}.custom-pdf-modal.details .m-body .m-content.content-v2 .pdf-content{min-width:66%;width:66%}.custom-pdf-modal.details .m-body .m-content.content-v2 .pdf-content .customViewer{height:auto!important}.custom-pdf-modal.details .m-body .m-content.content-v2 .pdf-content .full-page-btn{background-color:#0000;right:44px;top:24px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .photos{padding-top:22px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .photos img{width:22%!important}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports{padding:22px 17px 24px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .reports-title-text{color:#a4a8b1;font-size:12px;font-weight:700}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single{align-items:center;color:#616674;display:flex;font-size:13px;font-weight:500;line-height:normal;padding:4px 2px;width:100%}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single:first-of-type{margin-top:4px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single.active,.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single:hover{background-color:#f7f9fa}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single .check{margin-left:4px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single .check path:last-of-type{fill:#616674}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .reports .report-single .primary{background-color:#f7f9fa;border-radius:4px;color:#a4a8b1;font-size:12px;font-weight:500;line-height:normal;margin-left:8px;padding:2px 8px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .comments{padding:22px 17px 24px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .comments .single-comment{color:#24272a;display:flex;font-size:14px;font-weight:400;margin:8px 8px 0}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .comments .single-comment .number{margin-right:8px;text-align:left;width:19px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs{padding:24px 23px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .logs-title{display:flex;margin-bottom:17px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log,.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .logs-title{color:#24272a;font-family:Roboto;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title{align-items:center;display:flex;margin-bottom:8px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .status>.status-badge{display:flex}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .status>.status-badge .crc.approved{background-color:#bcd87a}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .status>.status-badge .crc.rejected{background-color:#dc6e6e}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .status>.status-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .status>.status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:8px;padding:5px 10px 5px 8px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .author,.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .date{color:#616674;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .title .author{margin-left:auto}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .text{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:18px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .logs .log .text.status-description{margin-bottom:8px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .item-trigger{align-items:center;background-color:#0000;border:none;color:#24272a;display:flex;font-size:15px;font-weight:500}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .item-trigger .many-indicator{background-color:#a5cd48;border-radius:50%;height:6px;margin-left:8px;transform:translateY(-6px);width:6px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content{min-width:0;width:33%}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .info{padding:0 29px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .info .info-title{min-width:99px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .info .info-value{color:#24272a;font-size:14px;font-weight:400}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .info .info-value .map-link{color:#3c6ecd}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .info .info-value span{color:#616674;font-size:14px;font-weight:400}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .title{margin-bottom:6px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title{background-color:#fff;display:flex;padding:0 25px 6px;position:-webkit-sticky;position:sticky;top:0;z-index:9}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .value-badge{height:-webkit-fit-content;height:fit-content;margin-left:12px;min-width:-webkit-fit-content;min-width:fit-content}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .value-badge .crc.approved{background-color:#bcd87a}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .value-badge .crc.rejected{background-color:#dc6e6e}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .value-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title .value-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px 5px 8px}.custom-pdf-modal.details .m-body .m-content.content-v2 .details-content .facility-title{color:#24272a;font-size:14px;font-weight:500}.custom-pdf-modal.details .m-body .m-content .details-content{overflow-y:auto}.custom-pdf-modal.details .m-body .m-content .details-content::-webkit-scrollbar{height:56px;width:3px}.custom-pdf-modal.details .m-body .m-content .details-content::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.custom-pdf-modal.details .m-body .m-content .details-content{flex-direction:column;min-width:580px;padding:0 7px;width:50%}.custom-pdf-modal.details .m-body .m-content .details-content .no-data{color:#a4a8b1;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:center;letter-spacing:normal;line-height:normal;margin-top:10px;width:100%}.custom-pdf-modal.details .m-body .m-content .details-content .info{display:flex;flex-wrap:wrap;height:127px;padding:14px 26px;width:100%}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-title{align-items:center;color:#a4a8b1;display:flex;flex:16% 1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin:3px 0}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-value{align-items:center;color:#24272a;display:flex;flex:70% 1;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin:3px 0}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-value .value-badge .crc.approved{background-color:#bcd87a}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-value .value-badge .crc.rejected{background-color:#dc6e6e}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-value .value-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.custom-pdf-modal.details .m-body .m-content .details-content .info .info-value .value-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px 5px 8px}.custom-pdf-modal.details .m-body .m-content .details-content .photos{padding:0 17px 24px}.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__trigger{width:100%}.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__contentInner{display:flex;flex-wrap:wrap}.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__contentInner .image-loader:nth-of-type(5n+5),.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__contentInner img:nth-of-type(5n+5){margin-right:0}.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__contentInner .image-loader,.custom-pdf-modal.details .m-body .m-content .details-content .photos .Collapsible__contentInner img{align-items:center;border-radius:4px;box-shadow:0 2px 4px 0 #0000001a;color:#a4a8b1;cursor:pointer;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:120px;justify-content:center;letter-spacing:normal;line-height:normal;margin:16px 6px 0;object-fit:cover;width:93px}.custom-pdf-modal.details .m-body .m-content .details-content .comment{height:187px;padding:24px 9px}.custom-pdf-modal.details .m-body .m-content .details-content .comment span{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:9px}.custom-pdf-modal.details .m-body .m-content .details-content .comment textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:38px;padding:8px 12px;resize:none;width:100%}.custom-pdf-modal.details .m-body .m-content .details-content .comment textarea.error{border:1px solid #f6a4a4}.custom-pdf-modal.details .m-body .m-content .details-content .comment div.error{color:#db6969;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:16px;margin-top:5px}.custom-pdf-modal.details .m-body .m-content .details-content .comment{display:flex;flex-direction:column}.custom-pdf-modal.details .m-body .m-content .details-content .logs{padding:24px 23px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .logs-title{color:#24272a;display:flex;font-family:Roboto;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:17px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log{color:#24272a;font-family:Roboto;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:16px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .dispatch-comment-title{color:#a4a8b1;font-size:14px;font-weight:500;margin-top:-10px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title{align-items:baseline;display:flex;margin-bottom:8px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge .crc.approved,.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge .crc.created,.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge .crc.dispatched{background-color:#bfe85f}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge .crc.rejected{background-color:#dc6e6e}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .status>.status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:8px;padding:5px 10px 5px 8px}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .author,.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .date{color:#616674;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .title .author{margin-left:auto}.custom-pdf-modal.details .m-body .m-content .details-content .logs .log .text{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:18px}.custom-pdf-modal.details .m-body .m-content .details-content .devider{background-color:#f7f9fa;height:5px;width:100%}.custom-pdf-modal.details .m-body .m-content .pdf-content{display:flex;flex-direction:column;min-width:576px;overflow-y:hidden;padding:0 7px;width:50%}.custom-pdf-modal.details .m-body .m-content .pdf-content .customViewer{height:800px!important;overflow-y:auto}.custom-pdf-modal.details .m-body .m-content .pdf-content .customViewer.fPage{height:861px!important}.custom-pdf-modal.details .m-body .m-content .pdf-content .full-page-btn{padding:0;position:absolute;right:20px;top:213px;z-index:999}.custom-pdf-modal.details .m-body .m-content .pdf-content .buttons{display:flex;justify-content:space-between;margin-bottom:9px}.custom-pdf-modal.details .m-body .m-content .pdf-content .buttons svg{fill:#3a4669}.custom-pdf-modal.details .m-body .m-content .pdf-content .buttons button:disabled svg g path{fill:#a4a8b1}.custom-pdf-modal.details .m-body .m-content .pdf-content iframe{height:100%;width:100%}.custom-pdf-modal .custom-close-btn.info{top:32px}.custom-pdf-modal .custom-close-btn.atg-report-pdf{background-color:#f7f9fa;border-radius:5px;margin-right:25px}.custom-pdf-modal .custom-close-btn{top:22px}.custom-pdf-modal .custom-close-btn .custom-close{fill:#616674;height:24px}.custom-pdf-modal .m-header{display:flex;justify-content:space-between;padding:14px 71px 14px 39px}.custom-pdf-modal .m-header img{height:43px}.custom-pdf-modal .m-body{height:882px}.custom-pdf-modal .m-body iframe{height:100%;width:100%}.map-fix{height:116px;position:absolute;width:176px;z-index:9999}.map-fix .map-loader{background-color:#ffffff80;height:116px;min-height:116px}.pdf-custom-viewer{background-color:#1d1d1d;height:100%;width:100%}.pdf-custom-viewer .react-pdf__Page{background-color:#1d1d1d;display:flex;justify-content:center}.pdf-custom-viewer .react-pdf__Page__svg{background-color:inherit!important;display:flex!important;height:auto!important;justify-content:center;margin-top:10px;width:100%!important}.pdf-custom-viewer svg{background-color:#fff;height:auto;width:99%}.pdf-custom-viewer .react-pdf__Page__textContent{display:none}.pagesBlock{bottom:30px;display:flex;flex-direction:row;justify-content:center;position:absolute;width:49%}.pagesBlock.active{width:100%}.pagesBlock .pages{align-items:center;background-color:#f7f9fa;color:#3a4669;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:inherit;text-align:center}.pagesBlock .pageButton.prev{border-bottom-right-radius:0;border-top-right-radius:0}.pagesBlock .pageButton.next{border-bottom-left-radius:0;border-top-left-radius:0}.rpv-default-layout-body{overflow:scroll!important}.pdf-modal-custom-view{height:-webkit-fill-available;overflow:auto}.pdf-modal-custom-view .rpv-default-layout-main .rpv-default-layout-sidebar{display:none}.pdf-modal-custom-view .rpv-default-layout-main{overflow:auto}.cabinet-fix-pdf .pdf-protean-viewer,.cabinet-fix-pdf .pdf-protean-viewer .rpv-core__viewer{height:100%;width:100%}.error-page{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:665px;padding:28px}.error-page h1{color:#3a4669;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:900;letter-spacing:2px;line-height:normal;text-align:center}.error-page svg{height:auto;margin:auto;width:80%}.error-page .protean-btn{display:flex;justify-self:center;margin:20px auto 0;width:-webkit-fit-content;width:fit-content}.nonAuthBlock{background-color:#283049;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:50px;width:100%}.nonAuthBlock .logo{margin-bottom:20px;margin-left:auto;margin-right:auto}.nonAuthBlock .error-block{margin:auto;width:60%}.centerItems{align-items:center;display:flex;justify-content:center}.protean-workorder{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;padding:0}.protean-workorder .item{display:flex;margin-bottom:8px;width:100%}.protean-workorder .item .item-title{color:#616674;font-size:12px;margin-right:2px;width:140px}.protean-workorder .item .item-title,.protean-workorder .item .item-value{background-color:#f7f9fa;border-radius:4px;display:flex;font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:8px 16px}.protean-workorder .item .item-value{color:#24272a;font-size:14px;width:-webkit-fill-available}.protean-workorder .workorder-block{border-bottom:5px solid #f7f9fa}.protean-workorder .workorder-block:last-of-type{border-bottom:none}.protean-workorder .workorder-block .reopen-content{width:420px}.protean-workorder .workorder-block .reopen-content .reopen-comment{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block .reopen-content .reopen-header{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.29;margin-bottom:8px}.protean-workorder .workorder-block .reopen-content .reopen-header .reopen-details{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block{padding:32px 33px}.protean-workorder .workorder-block .switch{align-items:center;display:flex;flex-direction:row}.protean-workorder .workorder-block .edit-btn{padding:0}.protean-workorder .workorder-block .view-details{height:39px}.protean-workorder .workorder-block .workorder-block-header{align-items:center;display:flex;margin-bottom:44px}.protean-workorder .workorder-block .workorder-block-header .actions{display:flex;flex-direction:row;margin-left:auto}.protean-workorder .workorder-block .workorder-block-header .actions .dropdown-menu{left:auto;right:0;width:534px}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map{background-color:#f7f9fa;border-radius:4px;display:flex;flex-direction:row;padding:8px 16px 0}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map .column{width:50%}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map .column .keys-item{display:flex;flex:.5 1;height:22px;margin-bottom:8px}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map .column .keys-item .keys-title{align-items:center;background-color:#fff;border-radius:4px;color:#616674;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:22px;justify-content:center;letter-spacing:normal;line-height:normal;margin-right:8px;min-width:90px;text-align:center}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map .column .keys-item .keys-title.true{background-color:#0000!important}.protean-workorder .workorder-block .workorder-block-header .actions div>div>#keys-map.keys-map .column .keys-item .keys-value{align-items:center;color:#616674;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;height:22px;justify-content:center;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block .workorder-block-header .actions .protean-btn{align-items:center;display:flex;height:40px;justify-content:center;padding:0;width:40px}.protean-workorder .workorder-block .group-comment{font-weight:700;margin-bottom:16px}.protean-workorder .workorder-block .group-comment,.protean-workorder .workorder-block .group-comment span{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.29}.protean-workorder .workorder-block .group-comment span{display:block;font-weight:400;max-width:1000px}.protean-workorder .workorder-block .group-users{align-items:center;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}@media screen and (max-width:1560px){.protean-workorder .workorder-block .group-users.edit{flex-direction:column}.protean-workorder .workorder-block .group-users.edit .user-assign{align-items:center;display:flex;flex-direction:row;margin-top:8px;width:-webkit-fill-available}.protean-workorder .workorder-block .group-users.edit .user-assign.type .user-assign-title{width:75px}.protean-workorder .workorder-block .group-users.edit .user-assign .user-assign-title{width:100px}.protean-workorder .workorder-block .group-users.edit .user-assign .user-select{width:190px}}.protean-workorder .workorder-block .group-users .user-assign{align-items:center;display:flex;flex-direction:row}.protean-workorder .workorder-block .group-users .user-assign.type .user-select{width:150px}.protean-workorder .workorder-block .group-users .user-select{width:290px}.protean-workorder .workorder-block .group-users .user-title{color:#616674;font-weight:700}.protean-workorder .workorder-block .group-users .highlight{color:#24272a;font-weight:400;margin-left:8px}.protean-workorder .workorder-block .actions-cell g{fill:#616674}.protean-workorder .workorder-block .wo-title{align-items:center;color:#24272a;display:flex;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block .wo-title-main{font-size:24px}.protean-workorder .workorder-block .wo-title .wo-status-budge{background-color:#e0e8f1;border-radius:15px;color:#3a4669;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.33;margin-right:12px;padding:4px 12px}.protean-workorder .workorder-block .create-group{align-items:center;color:#a4a8b1;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:right}.protean-workorder .workorder-block .create-group .user-select{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;width:292px}.protean-workorder .workorder-block .create-group .user-select.reassign{width:300px}.protean-workorder .workorder-block .details{display:flex;flex:60 1;flex-direction:column;margin-right:24px}.protean-workorder .workorder-block .detail-line{display:flex;flex-direction:row;justify-content:space-between}.protean-workorder .workorder-block .detail-line .item{width:32%}.protean-workorder .workorder-block .detail-line{margin-bottom:32px}.protean-workorder .workorder-block .single-wo .wo-tbody .wo-tr .wo-td{height:auto;min-height:48px}.protean-workorder .workorder-block.logs .block-title{align-items:center;color:#24272a;cursor:pointer;display:flex;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block.logs .Collapsible__contentInner{margin-top:32px;position:relative}.protean-workorder .workorder-block.logs{display:flex;flex-direction:column;position:relative}.protean-workorder .workorder-block.logs .log-item{margin-bottom:32px;position:relative}.protean-workorder .workorder-block.logs .log-item:last-of-type{margin-bottom:0}.protean-workorder .workorder-block.logs .log-item .log-circle{background-color:#fff;border:2px solid #7a86a9;border-radius:50%;height:13px;left:-20px;position:absolute;top:1px;width:13px}.protean-workorder .workorder-block.logs .log-item{display:flex;flex-direction:column;margin-left:50px;width:auto}.protean-workorder .workorder-block.logs .log-item .log-header{color:#a4a8b1;display:flex;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block.logs .log-item .log-header .log-delimiter{margin:0 5px}.protean-workorder .workorder-block.logs .log-item .log-comment{color:#616674;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:8px}.select-loading-indicator{align-items:center;display:flex;margin-right:10px}.select-loading-indicator .spinner-border{color:#a4a8b1;height:1rem;width:1rem}.protean-atg,.protean-atg .title-block{padding:16px}.protean-atg .title-block h1{color:#24272a;font-size:24px;font-weight:500;margin-bottom:12px}.protean-atg .title-block h1,.protean-atg .title-block span{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-atg .title-block span{color:#616674;font-size:14px;font-weight:400}.protean-atg .atg-content .terminal-from{width:350px}.protean-atg .atg-content .terminal-from .terminal-form-btns{display:flex;justify-content:space-between}.protean-atg .atg-content .terminal-from .terminal-form-btns button{width:47%}.protean-atg .atg-content .terminal-from .terminal-field{margin-bottom:20px}.protean-atg .atg-content .terminal-from .terminal-field .terminal-form-label{color:#24272a;font-size:16px;font-weight:700;margin-bottom:20px}.protean-atg .atg-content{padding:16px}.protean-atg .atg-content .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-atg .atg-content .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-atg .atg-content .fetch-filters .filter-date>span{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-atg .atg-content .fetch-filters .filter-date .protean-select .select-options{left:0;width:calc(100% - 8px)}.protean-atg .atg-content .fetch-filters .filter-date .protean-select .selected-text{margin-left:0}.protean-atg .atg-content .fetch-filters .fetch-filter span:first-of-type{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-atg .atg-content .fetch-filters .fetch-filter .clear-button{height:38px;position:absolute;right:-32px;top:23px;width:38px}.protean-atg .atg-content .fetch-filters .fetch-filter .clear-button svg{height:23px;width:23px}.protean-atg .atg-content .exportbtn-ddl{display:inline-block}.command-group .dropdown-toggle:after{margin-left:auto}.command-group .info-btn{height:40px!important;margin-left:6px!important;min-height:40px!important;min-width:40px!important;padding:12px!important;width:40px!important}.command-group .execute-btn{font-family:Roboto;font-size:13px;font-weight:700;height:39px;margin-left:12px!important;min-width:120px;padding:0!important;text-align:center!important;width:120px}.command-group .dropdown-item{background-color:#f7f9fa!important;border:none!important;color:#3a4669;font-family:Roboto;font-size:14px;font-weight:500;min-width:198px!important;padding-left:10px;padding-right:0}.command-group .dropdown-item .code{background-color:#e0e8f1;border-radius:4px;color:#3a4669;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:9px;padding:2px 8px;text-align:center}.command-group .command-btn :hover{background-color:#f0f2f4!important;color:#3a4669}.command-group .command-btn{background-color:#f7f9fa!important;border:1px solid #eaeeef;border:none!important;border-radius:4px!important;color:#3a4669;font-size:14px;font-weight:500;height:39px;min-width:200px}.command-group .dropdown-item:hover{background-color:#f0f2f4!important;color:#3a4669}.command-group .dropdown-menu{min-width:414px!important}.category-dropdown.alarms{width:170px}.category-dropdown.alarms .dropdown-button{min-width:170px}.category-dropdown.alarms .dropdown-menu{min-width:170px!important}.category-dropdown .dropdown-button{background-color:#f7f9fa!important;border:1px solid #eaeeef;border:none!important;border-radius:4px!important;color:#3a4669;display:flex!important;font-size:13px;font-weight:500;height:40px;min-width:220px;text-align:left}.category-dropdown .dropdown-menu{min-width:250px!important}.category-dropdown .dropdown-toggle:after{margin-left:auto}.dropdown-menu-atg-fix{background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 5px 8px 0 #0000001a;margin-top:3px;max-height:345px;min-width:414px!important;padding-left:8px;padding-top:10px;top:100%}.dropdown-menu-atg-fix .command-block{max-height:285px;overflow-y:scroll}.dropdown-menu-atg-fix .command-block .dropdown-item{padding-bottom:6px!important;padding-top:6px!important}.dropdown-menu-atg-fix .command-block .dropdown-item .atg-dropdown-span.code-span{color:#3a4669;font-size:13px;font-weight:400;line-height:1.23;margin-right:8px}.dropdown-menu-atg-fix .command-block .dropdown-item .atg-dropdown-span{color:#3a4669;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.23}.dropdown-menu-atg-fix .command-block .dropdown-item .command-checkbox{margin-right:8px}.dropdown-menu-atg-fix .search-input::placeholder{color:#a4a8b1;font-size:13px;font-weight:500}.dropdown-menu-atg-fix .search-input{background:#f7f9fa url(/static/media/search.798ee6054585627fa965.svg) no-repeat 288px 4px;border:1px solid #eaeeef;border-radius:4px;font-family:Roboto;margin-left:8px;padding:6px;width:320px}.dropdown-menu-atg-fix .cross-icon{cursor:pointer}.dropdown-menu-atg-fix::-webkit-scrollbar{height:56px;width:3px}.dropdown-menu-atg-fix::-webkit-scrollbar-track{background-color:#f7f9fa}.dropdown-menu-atg-fix::-webkit-scrollbar-thumb{background-color:#e5e8ec;border-radius:3.5px}.atg-dropdown{display:flex;position:relative}.atg-dropdown .dropdown-menu{background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 5px 8px 0 #0000001a;margin-top:3px;max-height:345px;padding-left:8px;padding-top:10px;top:100%}.atg-dropdown .dropdown-menu .command-block{max-height:285px;overflow-y:scroll}.atg-dropdown .dropdown-menu .search-input{background:#f7f9fa url(/static/media/search.798ee6054585627fa965.svg) no-repeat 288px 4px;border:1px solid #eaeeef;border-radius:4px;font-family:Roboto;margin-left:8px;padding:6px;width:320px}.atg-dropdown .dropdown-menu .cross-icon{cursor:pointer}.atg-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.atg-dropdown .dropdown-menu::-webkit-scrollbar-track{background-color:#f7f9fa}.atg-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#e5e8ec;border-radius:3.5px}.atg-dropdown .atg-dropdown-span{color:#3a4669;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.23}.atg-dropdown .dropdown-item{padding-bottom:6px!important;padding-top:6px!important}.atg-dropdown .command-checkbox{margin-right:8px}#portal-select-hack{z-index:9999}.SingleDatePicker_picker{top:38px!important}.SingleDatePickerInput div.DateInput .DateInput_fang.DateInput_fang_1{top:27px!important}.SingleDatePickerInput div.DateInput .DateInput_input{height:27px}.setup-modal .current-wrap,.setup-modal .setup-form{padding-right:27px}.setup-modal .setup-current{flex:0 0 100%;max-height:210px;max-width:100%;overflow-y:auto}.setup-modal .main-block{padding-left:32px;padding-top:32px}.setup-modal .setup-header{font-size:20px;font-weight:500}.setup-modal .setup-header,.setup-modal .setup-sub-header{color:#24272a;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.setup-modal .setup-sub-header{font-size:15px;font-weight:400;margin-top:15px}.setup-modal .setup-value{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:10px}.setup-modal .setup-form-text-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:38px;padding-left:8px;width:100%}.setup-modal .setup-wrapper{max-height:290px;min-height:38px;overflow-y:auto;width:100%}.setup-modal .setup-input-wrapper{min-height:38px;width:80%}.setup-modal .setup-form-input-error{background-color:#fce4e4;border:1px solid #c03;outline:none}.setup-modal .setup-error-text{color:#c03}.setup-modal .nested{padding:0!important}.setup-modal .setup-form-label{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.setup-modal .separator{background-color:#f7f9fa;height:2px;width:95%}.setup-modal .populate-button{height:36px!important;margin-left:25px;position:absolute;right:30px;width:120px!important}.setup-modal .setup-choice-item{margin-top:8px;max-width:75%}.setup-category-title{color:#24272a;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.25;text-align:center}.atg-modal-btn-group{display:flex;justify-content:flex-end;padding-bottom:16px;padding-right:32px}.atg-modal-btn-group button{border-radius:4px;height:39px;min-width:120px}.atg-modal-btn-group .cancel-btn{background-color:#f7f9fa;border:1px solid #f7f9fa!important;border-radius:4px!important;margin-right:12px}.atg-modal-btn-group .cancel-btn:focus{outline:0}.atg-modal-btn-group .cancel-btn:hover{background-color:#f0f2f4}.atg-modal-btn-group .run-btn{background-color:#578ef7}.atg-modal-btn-group .run-btn:hover{background-color:#3f66d4}.atg-modal-btn-group .run-btn:disabled{background-color:gray}.atg-modal-btn-group .setup-run-btn{min-width:170px!important}.command-modal tbody{max-height:400px;overflow-y:auto}.command-modal .command-header{padding-left:27px;padding-top:32px}.command-modal .command-modal-hint{color:#24272a;font-family:Roboto;font-size:15px;margin-top:15px;padding-left:27px}.command-modal .modal-tooltip{z-index:999999}.command-modal .command-spinner{height:12px;width:12px}.command-modal .command-info-icon{margin-left:12px}.command-modal .command-modal-table{margin-bottom:12px;margin-top:15px;padding-left:32px;width:100%}.command-modal .modal-btn{margin-bottom:16px;margin-left:32px;margin-top:8px}.command-modal .table-item .item-cell{color:#616674;font-family:Roboto;font-size:14px}.command-modal .table-item .result-item-cell{height:32px}.command-modal .table-item .header-cell{color:#a4a8b1;font-family:Roboto;font-size:13px}.command-modal .table-item .command-cell,.command-modal .table-item .site-cell{width:270px}.command-modal .table-item .status-cell{width:75px}.command-modal .table-item .status-cell *{margin-left:10px}.command-modal .table-item .action-cell{width:100px}.command-modal .table-item .action-btn{height:30px;width:30px}.command-modal .table-item .download-btn{padding:3px}.command-modal .table-item .view-btn{margin-right:8px;padding:4px}.command-modal .command-item{height:40px}.command-modal .command-item .site-cell{width:auto}.command-modal .command-item .command-cell{width:100px}.command-modal .disabled-action .icon{opacity:.3}.command-modal .disabled-action .spinner{left:6px;position:absolute;top:6px}.custom-pdf-modal.reopen{height:374px}.custom-pdf-modal.reopen .m-header{padding:14px 71px 14px 32px}.custom-pdf-modal.reopen .m-body{height:auto;padding:0 32px 32px}.custom-pdf-modal.reopen .m-body .info{color:#24272a;font-size:15px;margin-bottom:34px}.custom-pdf-modal.reopen .m-body .field-title,.custom-pdf-modal.reopen .m-body .info{font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.custom-pdf-modal.reopen .m-body .field-title{color:#a4a8b1;font-size:13px}.custom-pdf-modal.reopen .m-body textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;height:133px!important;resize:none}.custom-pdf-modal.reopen .m-body .comment-mention{height:133px!important}.custom-pdf-modal.reopen .m-body .comment-mention:focus-visible{outline:#0000!important}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__highlighter{height:133px;overflow:auto}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__suggestions{background-color:#f7f9fa!important;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:6px}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item{padding:5px 10px}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item.comment-mention__suggestions__item--focused{background-color:#eaeeef!important}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__control{height:133px}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__control .comment-mention__input{border:1px solid #eaeeef;border-radius:4px;height:133px!important;overflow:auto!important}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__control .comment-mention__input:focus-visible{outline:none!important}.custom-pdf-modal.reopen .m-body .comment-mention .comment-mention__control{outline:#0000!important}.custom-pdf-modal.reopen .m-footer{display:flex;justify-content:flex-end;padding:0 32px}.protean-lineitems{padding:32px}.protean-lineitems h1.title{color:#24272a;font-size:24px;font-weight:500;margin-bottom:13px}.protean-lineitems h1.description,.protean-lineitems h1.title{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-lineitems h1.description{color:#616674;font-size:14px;font-weight:400;margin-bottom:32px}.protean-lineitems .switch div{display:flex}.protean-lineitems .switch{align-items:center;color:#24272a;display:flex;flex-direction:row;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:39px;letter-spacing:normal;line-height:normal}.protean-lineitems .fetch-filters .toggle-filters-btn{height:32px;padding:5px 19px}.protean-lineitems .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-lineitems .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-lineitems .fetch-filters .single-input{border-color:#ccc}.protean-lineitems .fetch-filters .filter-date>span{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-lineitems .fetch-filters .filter-date .protean-select .select-options{left:0;width:calc(100% - 8px)}.protean-lineitems .fetch-filters .filter-date .protean-select .selected-text{margin-left:0}.protean-lineitems .fetch-filters .col-b{flex-basis:auto;width:-webkit-fit-content;width:fit-content}.protean-lineitems .fetch-filters .col-s{flex-basis:auto;max-width:280px}.protean-lineitems .fetch-filters .fetch-filter span:first-of-type{color:#a4a8b1;display:block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.protean-lineitems .fetch-filters .fetch-filter .clear-button{height:38px;position:absolute;right:-32px;top:23px;width:38px}.protean-lineitems .fetch-filters .fetch-filter .clear-button svg{height:23px;width:23px}.protean-lineitems .wo-table.wo-track .wo-thead .wo-th{height:auto!important}.protean-lineitems .wo-table.wo-track .wo-tbody .wo-tr .wo-td{display:flex;word-break:break-word}.protean-lineitems .wo-table.wo-track .wo-tbody .wo-tr .wo-td:last-of-type{flex:none!important;padding:0;width:16px!important}.protean-lineitems .wo-table.wo-track .wo-tbody .wo-tr .line-item-link{color:#3f66d4;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-lineitems .wo-table.wo-track .wo-tbody .wo-tr{background-color:#0000!important;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-lineitems .wo-table.wo-track .wo-tbody .wo-tr .protean-badge{color:#a4a8b1}.fix-table-padding{padding-bottom:130px}.fix-table-padding-date{padding-bottom:300px}.protean-base-item{padding:0}.protean-base-item .devider{background-color:#f7f9fa;height:5px;width:100%}.protean-base-item .set_due_date{color:#616674;display:flex;flex-direction:column;font-family:Roboto;font-size:14px;font-weight:400;padding:24px}.protean-base-item .set_due_date .date-block{display:flex;flex-direction:row;width:310px}.protean-base-item .set_due_date .date-block .protean-btn{margin-left:8px}.protean-base-item .assign_block{color:#616674;display:flex;flex-direction:row;font-family:Roboto;font-size:14px;font-weight:400;padding:24px}.protean-base-item .assign_block .assign_type{height:50px;margin-right:8px;width:169px}.protean-base-item .assign_block .assign_type .select-type .selected-text{color:#24272a;font-family:Roboto;font-size:14px;margin:0}.protean-base-item .assign_block .assign_user{display:flex;flex-direction:row;width:310px}.protean-base-item .assign_block .assign_user .select-user{margin-right:8px;width:200px}.protean-base-item .item-block{padding:32px}.protean-base-item .item-block .item-block-header{display:flex;flex-direction:row}.protean-base-item .item-block.tabs{padding:22px 16px 0}.protean-base-item .item-block .change-status-dropdown{position:absolute;right:32px;top:32px}.protean-base-item .item-block.files{padding-top:0}.protean-base-item .item-block.files .block-title{display:none}.protean-base-item .item-block.edit{display:flex;flex-direction:row}.protean-base-item .item-block.edit .due-date{display:flex;flex:35% 1;flex-direction:column;height:auto}.protean-base-item .item-block.edit .assign{display:flex;flex:65% 1;flex-direction:column;height:auto}.protean-base-item .item-block.edit .assign .type{display:flex;flex:40% 1;flex-direction:column;margin-right:16px;width:310px}.protean-base-item .item-block.edit .assign .type .protean-select .selected-text{margin:0}.protean-base-item .item-block.edit .assign .type .protean-select .select-options{left:0;width:100%}.protean-base-item .item-block.edit .assign .user{display:flex;flex:60% 1;flex-direction:column;position:relative}.protean-base-item .item-block.edit .assign .user #assign{bottom:0;height:38px;position:absolute;right:0}.protean-base-item .item-block.comments-block{padding-top:0}.protean-base-item .item-block.comments-block .add-comment{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;position:relative}.protean-base-item .item-block.comments-block .add-comment span{display:flex;width:100%}.protean-base-item .item-block.comments-block .add-comment input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;font-size:14px;height:38px;padding-left:12px;width:100%}.protean-base-item .item-block.comments-block .add-comment button{position:absolute;top:15px}.protean-base-item .item-block.comments-block .add-comment button#submit{height:38px;right:0}.protean-base-item .item-block.comments-block .add-comment button.attach{align-items:center;display:flex;justify-content:center;padding:0;right:71px;top:18px}.protean-base-item .item-block.comments-block .comment{margin-bottom:19px}.protean-base-item .item-block.comments-block .comment.sub{margin-bottom:0;margin-left:32px;margin-top:19px}.protean-base-item .item-block.comments-block .comment .comment-user{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:4px}.protean-base-item .item-block.comments-block .comment .comment-user .comment-issue{background-color:#f7f9fa;border-radius:4px;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:8px;padding:7px 12px}.protean-base-item .item-block.comments-block .comment .comment-text{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;line-height:20px;margin-bottom:8px}.protean-base-item .item-block.comments-block .comment .comment-text .mention-str{background-color:#f7f9fa;border-radius:15px;color:#3f66d4;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 12px;text-align:center}.protean-base-item .item-block.comments-block .comment .comment-file{display:flex;flex-direction:column}.protean-base-item .item-block.comments-block .comment .comment-file button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#f7f9fa;border:none;border-radius:4px;color:#24272a;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:8px;padding:2px 4px;width:-webkit-fit-content;width:fit-content}.protean-base-item .item-block.comments-block .comment .comment-date{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-base-item .item-block.comments-block .comment .comment-date .reply-btn{color:#a4a8b1;font-size:13px;font-weight:500;margin-left:16px}.protean-base-item .item-block.comments-block .comment .comment-date .reply-btn:hover{color:#24272a}.protean-base-item .item-block.comments-block .comment .reply-comment{display:flex;flex-direction:row;margin-top:8px}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention{width:55%}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions{background-color:#f7f9fa!important;max-height:80px!important;overflow-y:auto}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions::-webkit-scrollbar{height:56px;width:3px}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions ul{max-height:80px!important}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:6px}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item{padding:5px 10px}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item.comment-mention__suggestions__item--focused{background-color:#eaeeef!important}.protean-base-item .item-block.comments-block .comment .reply-comment .comment-mention .comment-mention__input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:38px;letter-spacing:normal;line-height:normal;padding-left:16px}.protean-base-item .item-block.comments-block .comment .reply-comment .protean-default-input{width:55%}.protean-base-item .item-block.comments-block .comment .reply-comment .protean-btn{width:120px}.protean-base-item .item-block.comments-block .comment .reply-comment .protean-btn:first-of-type{margin:0 2px}.protean-base-item .item-block .log-item{margin-bottom:32px;position:relative}.protean-base-item .item-block .log-item:last-of-type{margin-bottom:0}.protean-base-item .item-block .log-item .log-circle{background-color:#fff;border:2px solid #7a86a9;border-radius:50%;height:13px;left:-20px;position:absolute;top:1px;width:13px}.protean-base-item .item-block .log-item{display:flex;flex-direction:column;margin-left:100px;width:auto}.protean-base-item .item-block .log-item .log-header{color:#a4a8b1;display:flex;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-base-item .item-block .log-item .log-header .log-delimiter{margin:0 5px}.protean-base-item .item-block .log-item .log-comment{color:#616674;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:8px}.protean-base-item .item-block.logs.group{padding-top:32px}.protean-base-item .item-block.logs.group:first-child{margin-top:32px}.protean-base-item .item-block.logs.group .Collapsible__contentInner{position:relative}.protean-base-item .item-block.logs.group .Collapsible__contentInner:first-child{margin-top:32px}.protean-base-item .item-block.logs.group .Collapsible__contentInner .log-item{margin-left:50px}.protean-base-item .item-block.logs.group .Collapsible__contentInner .logs-list{max-height:235px;overflow-y:auto}.protean-base-item .item-block.logs{display:flex;flex-direction:column;padding-top:0;position:relative}.protean-base-item .item-block .issue-photo-cell{height:48px;width:48px}.protean-base-item .item-block .block-title{align-items:center;color:#24272a;display:flex;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:24px}.protean-base-item .item-block .block-title .issue-badge{background-color:#e0e8f1;border-radius:15px;color:#3a4669;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.33;margin-left:8px;margin-right:12px;padding:4px 12px}.protean-base-item .item-block .block-title.main{font-size:24px;margin-bottom:24px}.protean-base-item .item-block .block-title.collapsible-title{cursor:pointer;width:-webkit-fit-content;width:fit-content}.protean-base-item .item-block .block-title.mutted-title{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:13px}.protean-base-item .item-block .double-col{display:flex;flex-wrap:wrap;justify-content:space-between}.protean-base-item .item-block .double-col.group-single .col-item{width:35%}.protean-base-item .item-block .double-col.group-single .col-item .item-title{width:30%}.protean-base-item .item-block .double-col.group-single .col-item .item-val{width:59%}.protean-base-item .item-block .double-col .col-item{display:flex;flex-wrap:wrap;max-height:-webkit-fit-content;max-height:fit-content;min-height:30px;width:49%}.protean-base-item .item-block .double-col .col-item .item-title{color:#616674;font-size:12px;margin-right:2%;width:20%}.protean-base-item .item-block .double-col .col-item .item-title,.protean-base-item .item-block .double-col .col-item .item-val{align-items:center;background-color:#f7f9fa;border-radius:4px;display:flex;font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:700;height:-webkit-fit-content;height:fit-content;letter-spacing:normal;line-height:normal;margin-bottom:2px;min-height:29px;padding-bottom:7px;padding-left:16px;padding-top:7px}.protean-base-item .item-block .double-col .col-item .item-val{color:#24272a;font-size:14px;width:78%}.protean-base-item .item-block .double-col .col-item .item-val .badge-val{background-color:#e0e8f1;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:12px;padding:5px 9.2px 5px 10px;text-align:center}.protean-base-item .item-block .photos{display:flex;flex-direction:row}.protean-base-item .item-block .photos .image-loader,.protean-base-item .item-block .photos img{align-items:center;border-radius:4px;box-shadow:0 2px 4px 0 #0000001a;color:#a4a8b1;cursor:pointer;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:120px;justify-content:center;letter-spacing:normal;line-height:normal;margin:16px 6px 0;object-fit:cover;width:93px}.protean-base-item .item-block .load-more{display:flex;height:32px;margin-top:16px;padding:6px 20px}.protean-base-item .item-block .rows{display:flex;flex-direction:column}.protean-base-item .item-block .rows .row-block{align-items:center;display:flex;margin-bottom:4px;padding-right:16px}.protean-base-item .item-block .rows .row-block .protean-badge{align-items:center;color:#a4a8b1;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:24px;letter-spacing:normal;line-height:normal;margin-right:8px;padding:0 8px;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.protean-base-item .item-block .rows .row-block .row-item{height:30px}.protean-base-item .item-block .rows .row-block .row-item.GroupRelatedFiles,.protean-base-item .item-block .rows .row-block .row-item.reports{height:36px}.protean-base-item .item-block .rows .row-block .row-item{align-items:center;background-color:#f7f9fa;border-radius:4px;display:flex;justify-content:space-between;padding:0 16px;width:-webkit-fill-available}.protean-base-item .item-block .rows .row-block .row-item .title{color:#24272a;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-base-item .item-block .rows .row-block .row-item .actions{display:flex}.protean-base-item .item-block .rows .row-block .row-item .actions .download-action{margin-right:24px}.protean-base-item .item-block .rows .row-block .row-item .actions .download-action svg #download{fill:#616674}.protean-base-item .item-block.occurrences{padding:24px 0 0}.protean-base-item .item-block.occurrences .block-title{display:none}.protean-base-item .item-block .issue-details{display:flex;flex-direction:column;width:100%}.protean-base-item .item-block .issue-details .header-details{background-color:#f7f9fa;border-radius:4px;display:flex;flex-direction:row;margin-bottom:12px;width:100%}.protean-base-item .item-block .issue-details .header-details .header{border-radius:4px;color:#616674;display:flex;flex-shrink:2!important;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:9px 24px}.protean-base-item .item-block .issue-details .content-details{display:flex;flex-direction:column;width:100%}.protean-base-item .item-block .issue-details .content-details .main-details{display:flex;flex-direction:row;width:100%}.protean-base-item .item-block .issue-details .content-details .main-details .details-cell{align-items:center;border-radius:4px;color:#616674;display:flex;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:9px 24px;word-break:break-word}.protean-base-item .item-block .issue-details .content-details .main-details .details-cell .protean-badge{height:-webkit-fit-content;height:fit-content}.p-24{padding:24px!important}.no-data-block{align-items:center;color:#616674;display:flex;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:lighter;height:100%;justify-content:center;letter-spacing:normal;line-height:normal;min-height:100px;width:100%}.alarm-options{width:100%}.alarm-options .alarm-options-btn{height:32px;margin-right:8px}.alarm-options .alarm-icon-btn{padding:5px;width:32px}.upload-file{align-items:center;color:#fff;display:flex}.upload-file svg #upload{fill:#fff}.dot{background-color:#bfe85f;border-radius:50%;display:flex;min-height:10px;min-width:10px}.dot-hide{display:none!important}.dot-red{background-color:#dc6e6e}.dot-yellow{background-color:#efc675}.h39{height:39px}.switch,.switch div{display:flex}.switch{color:#24272a;flex-direction:row;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.nested-column{padding-left:0!important}.equipment .equipment-block-title{color:#24272a;font-family:Roboto;font-size:18px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.equipment .equipment-info-table{margin-top:15px}.equipment .equipment-info-table .tank-label{align-items:center;background-color:#f7f9fa;border-radius:15px;color:#616674;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:space-between;margin-bottom:8px;margin-right:20px;padding:0 16px;width:100%}.equipment .equipment-info-table .tank-label span{color:#a4a8b1;margin-right:4px}.equipment .equipment-info-table .col-4.pr-0.nested-column:nth-child(10),.equipment .equipment-info-table .col-4.pr-0.nested-column:nth-child(8),.equipment .equipment-info-table .col-4.pr-0.nested-column:nth-child(9){margin-top:20px}.equipment .equipment-info-block{margin-bottom:25px}.equipment .tank-label{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.equipment .alarm-block{margin-bottom:32px}.equipment .alarm-block.no-alarms{width:-webkit-fit-content;width:fit-content}.equipment .alarm-block{background-color:#f7f9fa;border-radius:4px;color:#3a4669;font-size:13px;font-weight:700;padding:16px}.equipment .alarm-block .alarm-text{display:flex;flex-direction:column;justify-content:center}.equipment .alarm-block .alarm-item{color:#3a4669;font-weight:400;margin-top:3px}.equipment .alarm-block .crc{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:16px;width:24px}.equipment .alarm-block .crc div{border-radius:50%;height:10px;width:10px}.equipment .alarm-block .crc div.green{background-color:#bcd87a}.equipment .alarm-block .crc div.red{background-color:#d96161}.reset-btn{background:none;border:none;padding:0}.atg-tab .atg-tab-rectangle{background-color:#e0e8f1;border-radius:4px;font-family:Roboto;font-size:13px;font-weight:700;height:32px;margin-bottom:8px;padding-top:8px;text-align:center;-webkit-user-select:none;user-select:none;width:90%}.atg-tab .atg-tab-rectangle.active{color:#3a4669;cursor:default}.atg-tab .atg-tab-rectangle.inactive{color:#a4a8b1;cursor:pointer}.atg-tab .atg-tab-rectangle.inactive:hover{color:#3a4669}.atg-tab .atg-tab-triangle{border-bottom:16px solid #0000;border-left:16px solid #e0e8f1;border-top:16px solid #0000;height:0;width:0}.fix-safari-checkbox{display:flex;height:14px;width:14px}.color-black{color:#24272a!important}.remove-focus-default-btn:focus{background-color:#578ef7;color:#fff;outline:none}.facility-tests{align-items:center;display:flex;font-size:20px;font-weight:300;height:150px;justify-content:center}.connection-center-options .site-icon{height:32px;padding:4px;width:32px}.protean-notification-window.show{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;padding:0 16px 24px 24px}.protean-notification-window.show .dropdown-content-header{align-items:center;padding:24px 24px 14px}.protean-notification-window.show .dropdown-content-header .notification-window-title{color:#24272a;font-family:Roboto;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700}.protean-notification-window.show .dropdown-content-header .setting{color:#3a4669;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;height:32px;letter-spacing:normal;line-height:normal;text-align:center}.protean-notification-window.show .dropdown-content-header .reset-btn{color:#3f66d4;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable{padding:10px 16px 0 0}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable::-webkit-scrollbar{height:56px;width:3px}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .comment-indicator{align-items:center;border-radius:50%;display:flex;height:26px;justify-content:center;margin-top:-4px;width:26px}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .comment-indicator.unread:hover{background-color:#eaeeef}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .comment-indicator.unread:hover .unread{background-color:#0000}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .comment-indicator .crc-indicator{background-color:#3f66d4;border:1px solid #3f66d4;border-radius:50%;height:10px;width:10px}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .comment-indicator .crc-indicator.read{background-color:#0000}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .media-body{margin-left:3px}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .media-body .extra-info .wo-label{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:8px;margin-top:4px;padding:4px 8px 3px;width:-webkit-fit-content;width:fit-content}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .media-body .extra-info .wo-label .wo-link{color:#3f66d4;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-left:2px;text-align:right}.protean-notification-window.show .dropdown-content-body.dropdown-scrollable .media-list .media .media-body .extra-info .wo-site{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-notification-window.show .dropdown-content-footer{background-color:#0000;border:none;margin-right:10px;margin-top:32px;padding:0}.protean-notification-window.show .dropdown-content-footer .protean-btn{height:32px;padding:6px 20px}.protean-notification-window.show .dropdown-content-footer .readBtn{color:#3f66d4;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}.fix-modal-report-facility div{height:100%;width:100%}.fix-modal-report-facility .fix-loading-spinner{align-items:center;display:flex;justify-content:center}.fix-modal-report-facility .fix-loading-spinner .spinner-border.protean-loader{height:100px;width:100px}.disabled-icon path{fill:#d3d3d3}.mobile-modal{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #578ef74d;margin-top:auto;padding:40px 31px 32px 32px;width:100%}.mobile-modal .mobile-text{color:#616674;font-family:Roboto;font-size:16px;line-height:1.38}.mobile-modal .mobile-text,.mobile-modal .mobile-text.title{font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal}.mobile-modal .mobile-text.title{color:#24272a;font-size:20px;line-height:normal;margin-bottom:34px;text-align:center}.mobile-modal .buttons{align-items:center;display:flex;flex-direction:column;width:100%}.mobile-modal .buttons .protean-btn{max-width:400px;width:100%}.fix-dashboard-chart{max-height:460px}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .ip-port,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .ip-port{width:180px}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .command,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .command{width:190px}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .version,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .version{width:200px}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .text-status,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .text-status{width:140px}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .site,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .site{margin-right:auto;width:-fill-available}.diagnose-modal-content .connection-setup.run-diagnose .setup-body>.connection-row .status,.diagnose-modal-content .connection-setup.run-diagnose .setup-header .status{display:flex;justify-content:center;width:90px}.diagnose-modal-content .connection-setup.no-sites .setup-header .port{margin:0 17px}.diagnose-modal-content .connection-setup.no-sites .setup-header .site{display:none}.diagnose-modal-content .connection-setup.no-sites .setup-body{max-height:500px;overflow-y:auto}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .port{margin-left:17px;margin-right:8px}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .site{align-items:center;flex-direction:row}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .site .protean-btn{align-items:center;display:flex;height:28px;justify-content:center;padding:0;width:28px}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .site .protean-btn.remove-field{margin-right:8px}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .site .protean-btn.remove-field .fix-color{fill:#616674}.diagnose-modal-content .connection-setup.no-sites .setup-body .connection-row .row-error{align-items:center;color:red;display:flex;padding-left:32px}.diagnose-modal-content .connection-setup{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;padding:24px 27px 0}.diagnose-modal-content .connection-setup .setup-header{flex-direction:row}.diagnose-modal-content .connection-setup .setup-header .header-cell{color:#a4a8b1;font-family:Roboto;width:180px}.diagnose-modal-content .connection-setup .setup-header .header-cell.site{width:auto}.diagnose-modal-content .connection-setup .setup-header .header-cell.command{width:280px}.diagnose-modal-content .connection-setup .setup-header .header-cell.port{width:100px}.diagnose-modal-content .connection-setup .setup-body{max-height:500px;overflow-y:auto}.diagnose-modal-content .connection-setup .setup-body .connection-row .connection-cell{color:#616674;width:180px}.diagnose-modal-content .connection-setup .setup-body .connection-row .connection-cell.command{width:280px}.diagnose-modal-content .connection-setup .setup-body .connection-row .connection-cell.site{width:auto}.diagnose-modal-content .connection-setup .setup-body .connection-row .connection-cell.port{width:100px}.diagnose-modal-content .connection-modal-footer .modal-btn{margin:0;min-width:130px}.diagnose-modal-content .connection-modal-footer .download-btn{display:flex}.diagnose-modal-content .connection-modal-footer .download-btn svg{fill:#fff;margin-right:4px}.calendar-tooltip-icon{display:flex;height:18px;justify-content:center;margin:auto 0;width:24px}.cabinet-view-modal-content .fix-spinner{align-items:center;display:flex;justify-content:center}.cabinet-view-modal-content .fix-spinner .spinner-border.protean-loader{height:50px;width:50px}.cabinet-view-modal-content{align-items:center;display:flex;justify-content:center}.file-search-input{width:235px}.max-w-180{max-width:180px}.min-w-180{min-width:180px}.dispatch-modal{font-family:Roboto;padding:25px}.dispatch-modal .dispatch-success{color:#24272a;font-size:15px;line-height:1.47}.dispatch-modal .dispatch-header{color:#24272a;font-size:20px;font-weight:500;margin-bottom:18px}.dispatch-modal .dispatch-choice .dispatch-subheader{color:#24272a;font-size:16px}.dispatch-modal .dispatch-choice .dispatch-subheader span{color:#616674;font-size:14px;font-weight:400}.dispatch-modal .dispatch-choice .dispatch-list-items{max-height:274px;overflow-y:auto}.dispatch-modal .dispatch-choice .dispatch-list-items::-webkit-scrollbar{height:56px;width:3px}.dispatch-modal .dispatch-choice .dispatch-list-items::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.dispatch-modal .dispatch-choice .dispatch-line{background-color:#f7f9fa;height:5px;margin-top:8px;width:100%}.dispatch-modal .dispatch-choice .action-item-block{margin-bottom:12px}.dispatch-modal .dispatch-choice .action-item-block .action-item-checkbox{padding-top:2px}.dispatch-modal .dispatch-choice .dispatch-action-item-title{color:#283049;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.31}.dispatch-modal .dispatch-choice .dispatch-comment{align-items:baseline}.dispatch-modal .dispatch-choice .dispatch-comment .add-span{color:#24272a;font-family:Roboto;font-size:16px}.dispatch-modal .dispatch-choice .dispatch-comment .tip-span{color:#616674;font-family:Roboto;font-size:14px}.dispatch-modal .dispatch-choice .dispatch-comment-input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;font-size:14px;padding:8px;width:100%}.dispatch-modal .dispatch-confirm .dispatch-site-header{color:#283049;font-size:16px;font-weight:500;line-height:1.38}.dispatch-modal .dispatch-confirm .dispatch-report-header{color:#283049;font-size:14px;font-weight:500;line-height:1.57}.dispatch-modal .dispatch-confirm .dispatch-subheader{color:#283049;font-size:14px;font-weight:500;line-height:1.29}.dispatch-modal .dispatch-confirm .attachment{color:#24272a;font-size:14px}.dispatch-modal .dispatch-confirm .email-line{align-items:center;display:flex;flex-direction:row}.dispatch-modal .dispatch-confirm .email-line .key{color:#a4a8b1;font-size:13px;font-weight:500}.dispatch-modal .dispatch-confirm .email-line .value{color:#24272a;font-size:14px}.dispatch-modal .dispatch-confirm .email-line .value-input{min-width:80%;padding:2px}.dispatch-modal .dispatch-confirm .email-line .value-input.error{border:1px solid #f6a4a4;border-radius:4px}.dispatch-modal .dispatch-confirm .check-icon{padding:5px}.dispatch-modal .dispatch-confirm .photo-hint{color:#a4a8b1;font-size:13px;font-weight:500}.dispatch-modal .dispatch-confirm .items-container{border-left:2px solid #7794e4;display:flex;padding-left:12px}.dispatch-modal .dispatch-confirm .items-container.photos{width:auto}.dispatch-modal .dispatch-confirm .items-container.photos .photo-block{margin-right:10px;max-height:225px;width:164px}.dispatch-modal .dispatch-confirm .items-container.photos .photo-block:nth-of-type(4){margin-right:0}.dispatch-modal .dispatch-confirm .issue-block{max-height:450px;overflow-y:scroll}.dispatch-modal .modal-btn{min-width:120px}.rotate-180{rotate:180deg}#react-cool-portal .magic-button-menu.atg-dropdown-menu.dropdown-menu .dropdown-item span{width:100%}#react-cool-portal .atg-dropdown-menu.dropdown-menu{width:-webkit-fit-content!important;width:fit-content!important}#react-cool-portal .atg-dropdown-menu.dropdown-menu button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-toggle:after{margin-left:auto}#react-cool-portal .atg-dropdown-menu.dropdown-menu button:hover{background-color:#f0f2f4!important}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:28px;justify-content:center;padding:0;width:28px}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.reportBtn.hw32{height:32px;width:32px}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;cursor:pointer;min-width:198px!important;padding-left:10px;padding-right:10px}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item span{margin-left:auto;width:86%}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item.disabled-item{color:#616674;cursor:default;opacity:.5}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item.disabled-item svg g path{fill:#616674}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}#react-cool-portal .atg-dropdown-menu.dropdown-menu button.dropdown-item:hover.disabled-item{background-color:#f7f9fa!important;color:#616674;opacity:.5}#react-cool-portal .atg-dropdown-menu.dropdown-menu.row-dot-actions-menu{min-width:142px!important;width:142px!important}#react-cool-portal .atg-dropdown-menu.dropdown-menu.row-dot-actions-menu button.dropdown-item{min-width:-webkit-fit-content!important;min-width:fit-content!important}#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button,#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button.dropdown-item{color:#616674}#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button.dropdown-item.disabled-item{color:#a4a8b1;opacity:1}#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button.dropdown-item.disabled-item svg g path{fill:#a4a8b1}#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}#react-cool-portal .atg-dropdown-menu.row-dot-actions-menu button.dropdown-item:hover.disabled-item{background-color:#f7f9fa!important;color:#a4a8b1;opacity:1}.buttonIconDropdown.review-download-dropdown{display:flex;position:relative}.buttonIconDropdown.review-download-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.buttonIconDropdown.review-download-dropdown button.dropdown-toggle:after{margin-left:auto}.buttonIconDropdown.review-download-dropdown button:hover{background-color:#f0f2f4!important}.buttonIconDropdown.review-download-dropdown button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:28px;justify-content:center;padding:0;width:28px}.buttonIconDropdown.review-download-dropdown button.reportBtn.hw32{height:32px;width:32px}.buttonIconDropdown.review-download-dropdown button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;min-width:198px!important;padding-left:10px;padding-right:10px}.buttonIconDropdown.review-download-dropdown button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}.buttonIconDropdown.review-download-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:none;border-radius:4px!important;margin-top:0;max-height:120px;min-width:200px!important;overflow-y:scroll;top:100%}.buttonIconDropdown.review-download-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.buttonIconDropdown.review-download-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.modal-report-switch.buttons{margin-top:0}.modal-report-switch{align-items:center;display:flex;margin-left:8px}.modal-report-switch .protean-btn{align-items:center;display:flex;height:31px;justify-content:center;padding:0;width:156px}.modal-report-switch .protean-btn:first-of-type{margin-right:8px}.modal-report-switch .protean-btn:disabled svg{opacity:.5}.mb-8{margin-bottom:8px}.pr-150{padding-right:150px!important}.batch-select{color:#578ef7;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.dashboard-widget .exportbtn-ddl{display:none!important}.row-highlight{background-color:#e7f0ff}.model-main-container{align-items:center;background:#11111180;background-color:#fff;display:flex;justify-content:center;min-height:382px;min-width:658px;padding:32px}.model-main-container .custom-close{display:none!important}.model-main-container .model-content{box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.model-main-container .model-content .main-heading{font-family:Roboto;font-size:20px;font-style:Bold;font-weight:700;letter-spacing:0;line-height:100%;text-align:center}.model-main-container .model-content .sub-heading{font-family:Roboto;font-size:14px;font-weight:500;letter-spacing:0;line-height:100%}.model-main-container .model-content .priority-btns-container{align-items:center;background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;display:flex;justify-content:start;opacity:1;padding:2px}.model-main-container .model-content .priority-btns-container .priority-btn{align-items:center;background-color:none;background-color:#f7f9fa;border:none;display:flex;font-family:Roboto;font-size:12px;font-style:Regular;font-weight:400;gap:10px;height:28px;justify-content:center;letter-spacing:0;line-height:100%;opacity:1;outline:none;padding:7px 12px;text-align:center}.model-main-container .model-content .priority-btns-container .active{background-color:#fff;border-color:1px solid #fff;border-radius:2px;box-shadow:0 0 6px 0 #0000001f;color:#578ef7;font-family:Roboto;font-size:12px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:100%;text-align:center}.model-main-container .model-content .form .my-custom-select .selected-text{background-color:#f7f9fa;margin:0!important}.model-main-container .model-content .form .my-custom-select .select-options{max-height:200px!important;overflow:hidden;overflow-y:scroll}.model-main-container .model-content .form .model-textarea{background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;font-family:Roboto;font-size:14px;font-style:Regular;font-weight:400;gap:10px;height:57px;letter-spacing:0;line-height:100%;opacity:1;outline:none;padding:7px 16px}.model-main-container .model-content .actions-btns .large-default-btn{border:none;border-radius:4px;cursor:pointer;font-family:Roboto;font-size:13px;font-weight:700;gap:10px;height:39px;letter-spacing:0;line-height:100%;opacity:1;padding:10px 18px 12px;text-align:center;width:84px}.model-main-container .model-content .actions-btns .large-default-btn.primary-btn-color{background-color:#578ef7;color:#f7f9fa}.model-main-container .model-content .actions-btns .large-default-btn.secondary-btn-color{background-color:#f7f9fa;color:#3a4669}.model-main-container .model-content .actions-btns .large-default-btn:disabled{background-color:#a4a8b1;color:#fff}.success-toast{background:#f1f8e9!important;border:1px solid #dcedc8!important;border-radius:8px!important;gap:12px!important;padding:24px!important}.success-toast .success-popup{display:flex;flex-direction:column;gap:8px}.success-toast .success-popup .success-header{align-items:center;display:flex;gap:10px!important}.success-toast .success-popup .success-header .success-icon svg{fill:#689f38!important;height:24px!important;width:24px!important}.success-toast .success-popup .success-header .success-title{color:#24272a!important;font-family:Roboto;font-size:16px!important;font-weight:700!important;letter-spacing:0;line-height:20px!important}.success-toast .success-popup .success-body{align-items:start;display:flex;flex-direction:column;text-align:start}.success-toast .success-popup .success-body .success-message{color:#767a85!important;font-family:Roboto;font-size:15px!important;font-weight:400!important;letter-spacing:0;line-height:100%;padding-top:1px;text-align:center}.success-toast .success-popup .success-body .success-message .success-id{font-weight:700!important;padding-left:3px}.success-toast .Toastify__close-button.Toastify__close-button--success{color:#24272a!important;height:24px!important}.text-break{word-break:break-word!important}.text-overlay-facility-photos{align-items:center;background-color:#00000080;border-radius:4px;color:#fff;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;width:100%}.text-overlay-facility-photos:hover{opacity:1}.modal-overflow-overLay{overflow-x:auto}.billing-code-badge{align-items:center;background:#e0e8f1;border-radius:4px;color:#3a4669;display:inline-flex;flex-shrink:0;font-family:Roboto;font-size:13px;font-style:normal;font-weight:700;gap:10px;height:20px;justify-content:center;line-height:13px;margin-left:10px;padding:3px 8px}.nav-item .sidebar-devider.sidebar-devider-protean{box-shadow:none;margin:0 18px;width:100%}.banner{padding:20px 24px 0}.banner .banner-block{align-items:center;background:#ecf2fe;border:1px solid #85a9ef;border-radius:4px;color:#07183a;display:flex;flex-direction:row;font-family:Roboto;font-size:14px;font-weight:400;padding:24px}.banner .banner-block button>svg{rotate:45deg}.button-group{display:flex}.button-group .group-btn{align-items:center;background:#f7f9fa;border:1px solid #eaeeef;color:#3a4669;display:flex;font-size:12px;font-weight:400;justify-content:center;padding:6px 12px}.button-group .group-btn.start{border-radius:4px 0 0 4px}.button-group .group-btn.end{border-radius:0 4px 4px 0}.button-group .group-btn.active{background:#e7f0ff;color:#578ef7;font-size:12px;font-weight:500}.facility-menu{align-items:flex-start;background:#fff;border:1px solid #f2f5f6;border-radius:4px;box-shadow:2px 2px 18px 0 #00000014;display:flex;flex-direction:column;padding:4px 0;position:absolute;width:484px}.facility-menu .filter{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:10px;padding:6px 16px}.facility-menu .filter .search-input{align-items:center;align-items:flex-start;align-self:stretch;background:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;display:flex;flex-direction:column;height:30px;justify-content:center;padding:7px 16px}.facility-menu .facilities-block{align-self:stretch;display:flex;flex-direction:column;margin-right:5px;max-height:300px;overflow-y:auto;padding:0 16px}.facility-menu .facilities-block .facility-block{align-items:center;background-color:#fff;border:none;display:flex;padding:12px 0}.facility-menu .facilities-block .facility-block .facility-name{color:#24272a;display:inline-flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-left:10px}.newPicker.custom-picker.range.single{background:#f7f9fa;border:1px solid #eaeeef;border-radius:8px;box-shadow:2px 2px 18px 0 #00000014;width:320px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-nav{align-items:center;color:#24272a;display:flex;font-size:16px;font-weight:400;justify-content:space-between;margin-bottom:18px;text-align:center}.newPicker.custom-picker.range.single .datepicker-block .datepicker-nav .datepicker-nav-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.newPicker.custom-picker.range.single .datepicker-block .datepicker-week-block{display:flex;justify-content:space-between;margin-bottom:18px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-week-block .datepicker-week-day{align-items:center;color:#767a85;display:flex;font-size:12px;font-weight:500;justify-content:center;padding:0 12px;text-align:center;width:36px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block{display:flex;flex-direction:row;flex-wrap:wrap}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day{background:none;border:none;color:#24272a;cursor:pointer;font-family:Roboto;font-size:13px;font-weight:400;height:30px;line-height:22px;padding:0;text-align:center;width:36px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker{height:50px;width:77px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker.selected:hover{background-color:#bcd87a}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker:hover{background-color:#f7f9fa}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.selected{background:#bcd87a;border-radius:4px}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.selected.range{background-color:#bcd87a}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.range{background:#f2f5f6}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day.in-list{background-color:#f7f9fa}.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day:disabled,.newPicker.custom-picker.range.single .datepicker-block .datepicker-days-block .datepicker-day[disabled]{cursor:default;opacity:.5}.invoice-review-modal.inv-report-notify .custom-close-btn{right:10px;top:10px}.invoice-review-modal.inv-report-notify .m-body.pdf-modal-custom-view.invoice-review-body.comment-body{color:#616674;display:flex;flex-direction:column;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.invoice-review-modal.inv-report-notify .m-body.pdf-modal-custom-view.invoice-review-body.comment-body button{margin-top:24px}.invoice-review-modal.inv-report-notify .m-header{color:#24272a;display:flex;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;padding-bottom:16px;text-align:center}.search-select-facility-input{align-items:center;align-self:stretch;border:1px solid #eaeeef;border-radius:4px;cursor:default;display:flex;gap:12px;height:39px}.search-select-facility-input.disabled .placeholder-block{color:#bfc1c4}.search-select-facility-input.disabled .block-icons{opacity:.4}.search-select-facility-input .placeholder-block{display:flex;padding:0 16px;position:relative;width:100%}.search-select-facility-input .placeholder-block .block-icons{display:flex;position:absolute;right:5px;top:5px}.search-select-facility-input .placeholder-block .block-icons .crossIcon{cursor:pointer}.search-select-facility-input .placeholder-block .block-icons .arrowDown{margin-left:12px}.search-select-facility-input .placeholder-block .value-block{align-content:flex-start;display:flex;flex-wrap:wrap;height:26px;overflow:hidden;width:100%}.search-select-facility-input .placeholder-block .value-block.disabled{color:#bfc1c4}.search-select-facility-input .placeholder-block .value-block .placeholder{align-items:center;background-color:#fff;color:#767a85;display:flex;height:26px;position:absolute;width:calc(100% - 32px)}.search-select-facility-input .placeholder-block .value-block,.search-select-facility-input .placeholder-block .value-block .placeholder{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.search-select-facility-input .placeholder-block .value-block .site-item{align-items:center;background:#f2f5f6;border-radius:32px;color:#24272a;color:var(--Text-Default,#24272a);display:flex;font-size:12px;font-weight:500;height:26px;justify-content:center;margin-right:8px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.search-select-facility-input .placeholder-block .value-block .site-item svg{cursor:pointer;margin-left:6px}.protean-report.inventory-management-reports .inventory-management-reports-content .button-group{margin-bottom:24px}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input .dateRange-error{color:#d96161;font-family:Roboto;font-size:12px;font-weight:400}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input.double-input{border:1px solid #eaeeef;border-radius:8px;padding:20px}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input.double-input .orDivider{align-items:center;background:#eaeeef;display:flex;height:1px;justify-content:center;margin:20px 0;position:relative;width:100%}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input.double-input .orDivider .topOr{background:#fff;color:#767a85;font-size:12px;font-weight:500;position:absolute;text-align:center;width:44px}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input .report-input-title.disabled{color:#bfc1c4}.protean-report.inventory-management-reports .inventory-management-reports-content .report-input .report-input-title{color:#767a85;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;padding-left:16px}.pickers{background:#f7f9fa;border:1px solid #eaeeef;border-radius:8px;box-shadow:2px 2px 18px 0 #00000014;display:flex;position:absolute}.pickers .h-divider{background:#eaeeef;height:248px;margin-bottom:auto;margin-top:auto;width:1px}.pickers .datepicker-months{align-items:flex-start;display:flex;justify-content:center;padding:32px}.pickers .datepicker-months .datepicker-block{width:210px}.pickers .datepicker-months .datepicker-block .datepicker-nav{align-items:center;color:#24272a;display:flex;font-size:16px;font-weight:400;justify-content:space-between;margin-bottom:18px;text-align:center}.pickers .datepicker-months .datepicker-block .datepicker-nav .datepicker-nav-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.pickers .datepicker-months .datepicker-block .datepicker-week-block{display:flex;justify-content:space-between;margin-bottom:18px}.pickers .datepicker-months .datepicker-block .datepicker-week-block .datepicker-week-day{align-items:center;color:#767a85;display:flex;font-size:12px;font-weight:500;justify-content:center;padding:0 12px;text-align:center;width:30px}.pickers .datepicker-months .datepicker-block .datepicker-days-block{display:flex;flex-direction:row;flex-wrap:wrap}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day{background:none;border:none;color:#24272a;cursor:pointer;font-family:Roboto;font-size:13px;font-weight:400;height:30px;line-height:22px;padding:0;text-align:center;width:30px}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker{height:50px;width:77px}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker.selected:hover{background-color:#bcd87a}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker:hover{background-color:#f7f9fa}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected{background:#bcd87a;border-radius:4px}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected.range{background-color:#bcd87a}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.range{background:#f2f5f6}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.in-list{background-color:#f7f9fa}.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day:disabled,.pickers .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day[disabled]{cursor:default;opacity:.5}.mfa-modal .mfa-close-btn{position:absolute;right:24px;top:24px}.mfa-modal .mfa-close-btn .crossPath{fill:#616674!important}.mfa-modal.blocked{height:270px}.mfa-modal{border-radius:4px;display:flex;flex-direction:column;height:327px;padding:24px;width:464px}.mfa-modal .blocked-text{color:#24272a;font-size:15px;font-weight:400;line-height:25px}.mfa-modal .mfa-text-title{color:#24272a;font-size:20px;font-weight:500}.mfa-modal .muted-hint{color:#a4a8b1;font-size:14px;font-weight:500}.mfa-modal .mfa-code-error{color:#db6969;display:flex;font-size:13px;font-weight:400;margin-top:8px}.mfa-modal .mfa-inputs{display:flex}.mfa-modal .mfa-inputs input{align-items:center;display:flex;flex-shrink:0;gap:10px;height:38px;margin-right:8px;padding:11px 0 11px 14px;width:38px}.mfa-modal .buttons{display:flex;justify-content:space-between;margin-bottom:8px;margin-top:auto}.mfa-modal .buttons button{width:110px}.mfa-modal .reset-code-btn{color:#578ef7;display:inline-flex;font-size:14px;font-weight:400;margin-left:6px}.item-wrapper{align-items:center;display:flex;flex-direction:row}.item-wrapper span{margin-left:8px!important;width:86%}.custom-select-scroll{overflow:hidden}.custom-select-menu:hover{background-color:#f7f9fa}.custom-select-menu{color:#24272a;cursor:pointer;letter-spacing:0;line-height:20px;padding:10px 16px}.custom-select-menu strong{font-size:14px;font-weight:700}.custom-select-menu{font-family:Roboto;font-size:14px;font-weight:400}.mt-45{margin-top:45%}.ml-10{margin-left:10px}.mr-16{margin-right:16px}.z-9999{z-index:9999!important}.align-items-end{align-items:flex-end}.facility-note-block{display:flex;flex-direction:column;margin-bottom:32px;padding-left:32px;width:50%}.facility-note-block button.protean-btn{align-items:center;display:flex;height:32px;justify-content:center;padding:0 32px}.facility-note-block.view{background-color:#f7f9fa;border-radius:4px;color:#616674;flex-direction:row;font-size:14px;font-weight:400;margin-left:32px;padding:16px;word-break:break-all}.facility-note-block.view .note-text{flex:8 1}.facility-note-block.view .note-actions{display:flex;flex:1 1;justify-content:flex-end}.facility-note-block.view .note-actions .btn{height:-webkit-fit-content;height:fit-content}.facility-note-block.view .note-actions .btn.delete svg path{fill:#d96161}.facility-note-block.view .note-actions .btn{padding:0}.info-icon-tooltip:hover{background-color:#f0f2f4;border-radius:4px}.command-group>.info-btn.p-8{padding:8px!important}.h-fit-content{height:-webkit-fit-content;height:fit-content}.break-word{word-break:break-word!important}.facility-page-navigation-menu .dropdown-item>span{margin-left:6px!important}.setup-site-data{display:flex;flex-direction:column}.setup-site-data .setup-site-header{background-color:#f7f9fa;border-radius:4px;display:flex;padding-left:44px}.setup-site-data .setup-site-header .setup-site-header-item.Client{flex:1 1}.setup-site-data .setup-site-header .setup-site-header-item.Site{flex:2 1}.setup-site-data .setup-site-header .setup-site-header-item.Address{flex:4 1}.setup-site-data .setup-site-header .setup-site-header-item{color:#616674;flex:1 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:8px}.setup-site-data .setup-site-value{display:flex;margin-top:12px;padding-left:44px}.setup-site-data .setup-site-value .setup-site-value-item{align-items:center;display:flex}.setup-site-data .setup-site-value .setup-site-value-item.Client{flex:1 1}.setup-site-data .setup-site-value .setup-site-value-item.Site{flex:2 1}.setup-site-data .setup-site-value .setup-site-value-item.Address{flex:4 1}.setup-site-data .setup-site-value .setup-site-value-item{color:#24272a;flex:1 1;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:8px}.setup-center-select-site-text{color:#a4a8b1;font-size:13px}.atg-table-hint,.setup-center-select-site-text{font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.atg-table-hint{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;margin-bottom:24px;padding:24px 28px 24px 24px;width:465px}.items-5-h .dropdown-menu{max-height:190px!important}.protean-scroll::-webkit-scrollbar{height:56px;width:4px}.protean-scroll::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.spinn-this{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.modal-image-block{display:flex;justify-content:space-evenly;margin-top:15px;max-height:873px}.modal-image-block div{margin-bottom:auto;margin-top:auto}.modal-image-block img{height:85vh;object-fit:contain;width:60%}.modal-image-block .image-loader{height:85vh;width:60%}.modal-image-block .move-btn{background-color:#0000;border:none}.modal-image-block .move-btn path{fill:#a4a8b1}.mirror-x{transform:scaleX(-1)}.pdf-protean-viewer .image-block{background-color:#fff;display:none;flex-direction:column;height:98vh;left:1vw;position:fixed;top:1vh;width:98vw;z-index:999}.pdf-protean-viewer .image-block.show{align-items:center;display:flex;justify-content:center;overflow-y:auto;padding-top:40px}.pdf-protean-viewer .image-block.show img{height:100%}.pdf-protean-viewer .image-block .back-btn{position:fixed;top:0;width:100%}.report-toggle-text{color:#616674;font-size:14px;font-weight:400}.atg_settings_input{color:#24272a;height:30px;margin-right:20px;padding:7px 16px}.atg_settings_input::placeholder{color:#616674;font-size:14px;font-weight:400}.editable-data-select{height:30px;margin-right:20px;width:100%}.error-message-text{color:#d96161}.complete-modal.close-modal.atg-cancel-modal .body .confirmation{color:#616674;text-align:center}.complete-modal.close-modal.atg-cancel-modal .body .group-modal-buttons .protean-btn{width:110px}.atginfo-empty{align-items:center;color:#24272a;display:flex;flex-direction:column;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:100%;justify-content:center;text-align:center}.atginfo-empty .protean-btn{margin-top:16px}.review-test-modal{min-width:1172px}.review-test-modal.change-status{min-width:652px}.review-test-modal.change-status.add-tests .buttons-add-test{display:flex;justify-content:flex-end;margin-top:40px}.review-test-modal.change-status.add-tests .buttons-add-test .protean-btn{color:inherit;margin-top:0;width:120px}.review-test-modal.change-status.add-tests .buttons-add-test .protean-btn.add-tests{background-color:#578ef7;color:#fff}.review-test-modal.change-status.add-tests .buttons-add-test .protean-btn.cancel{background-color:#f7f9fa;margin-right:16px}.review-test-modal.change-status .m-body{flex-direction:column;padding:0 32px 32px}.review-test-modal.change-status .m-body .site-title{margin:24px 0}.review-test-modal.change-status .m-body .site-title span{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:16px}.review-test-modal.change-status .m-body .site-title{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.review-test-modal.change-status .m-body .description-text{color:#616674;display:flex;font-size:14px;font-weight:400;width:100%}.review-test-modal.change-status .m-body .description-text,.review-test-modal.change-status .m-body .field-title{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin-top:16px}.review-test-modal.change-status .m-body .field-title{color:#a4a8b1;font-size:13px;font-weight:500}.review-test-modal.change-status .m-body .form-control{resize:none}.review-test-modal.change-status .m-body .protean-btn{color:#fff;margin-top:24px}.review-test-modal.change-status .m-body .protean-btn:disabled{opacity:.7}.review-test-modal.change-status .m-body .protean-btn.fail{background-color:#d96161}.review-test-modal.change-status .m-body .protean-btn.pass{background-color:#578ef7}.review-test-modal.change-status .m-body .test-list{display:flex;flex-wrap:wrap;width:100%}.review-test-modal.change-status .m-body .test-list .test-status-val{margin-top:6px;width:60%}.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px;width:-webkit-fit-content;width:fit-content}.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.fail,.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.failed,.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.overdue{background-color:#dc6e6e}.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.retest,.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.test,.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.upcoming{background-color:#efc675}.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.pass,.review-test-modal.change-status .m-body .test-list .test-status-val .val-badge .crc.planned{background-color:#bcd87a}.review-test-modal.change-status .m-body .test-list .test-status-val:nth-of-type(2){color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-top:12px}.review-test-modal.change-status .m-body .test-list .test-name{align-content:center;display:flex;height:24px;margin-top:6px;width:40%}.review-test-modal.change-status .m-body .test-list .test-name span{align-items:center;display:flex}.review-test-modal.change-status .m-body .test-list .test-name:first-of-type{color:#a4a8b1;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-top:12px}.review-test-modal.upload{min-width:649px}.review-test-modal.upload .m-header{padding:32px}.review-test-modal.upload .m-body{padding:0 32px 32px}.review-test-modal.upload .m-body .fields{width:100%}.review-test-modal.upload .m-body .fields .field-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px;margin-top:20px}.review-test-modal.upload .m-body .fields .protean-btn svg{margin-top:-1px}.review-test-modal.upload .m-body .fields .protean-btn{display:flex;justify-content:center;margin-top:16px}.review-test-modal .custom-close-btn{top:16px}.review-test-modal .m-header{padding:32px 32px 0}.review-test-modal .m-header h2{margin-bottom:0}.review-test-modal .m-body.review-tests-body{max-height:840px}.review-test-modal .m-body .big-Dot{align-items:center;background-color:#eaeeef;border-radius:12px;display:flex;height:24px;justify-content:center;width:24px}.review-test-modal .m-body .big-Dot .sub-dot{border-radius:50%;height:10px;width:10px}.review-test-modal .m-body .big-Dot .sub-dot.\31{background-color:#dc6e6e}.review-test-modal .m-body .big-Dot .sub-dot.\32{background-color:#efc675}.review-test-modal .m-body .big-Dot .sub-dot.\33{background-color:#bcd87a}.review-test-modal .m-body .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px;width:-webkit-fit-content;width:fit-content}.review-test-modal .m-body .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.review-test-modal .m-body .protean-status-badge .crc.fail,.review-test-modal .m-body .protean-status-badge .crc.failed,.review-test-modal .m-body .protean-status-badge .crc.overdue{background-color:#dc6e6e}.review-test-modal .m-body .protean-status-badge .crc.retest,.review-test-modal .m-body .protean-status-badge .crc.test,.review-test-modal .m-body .protean-status-badge .crc.upcoming{background-color:#efc675}.review-test-modal .m-body .protean-status-badge .crc.pass,.review-test-modal .m-body .protean-status-badge .crc.planned{background-color:#bcd87a}.review-test-modal .m-body{display:flex;width:100%}.review-test-modal .m-body .info{display:flex;flex:.5 1;flex-direction:column;padding:7px}.review-test-modal .m-body .info .comments{width:100%}.review-test-modal .m-body .info .comments .comments-title{color:#a4a8b1;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.review-test-modal .m-body .info .comments .comment-list{height:122px;margin-top:-12px;overflow-y:auto;padding-bottom:16px;padding-left:16px;width:100%}.review-test-modal .m-body .info .comments .comment-list::-webkit-scrollbar{height:56px;width:3px}.review-test-modal .m-body .info .comments .comment-list::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.review-test-modal .m-body .info .comments .comment-list .singe-comment{margin-top:12px}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-text{color:#24272a;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author{align-items:center;color:#24272a;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:space-between;letter-spacing:normal;line-height:normal;margin-bottom:6px;overflow:hidden}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .author{display:flex;min-width:-webkit-fit-content;min-width:fit-content;width:auto}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges{display:flex;flex-direction:row;flex-wrap:wrap;height:22px;justify-content:flex-start;width:-webkit-fill-available}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges .test-badge{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#a4a8b1;display:block;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;height:22px;letter-spacing:normal;line-height:normal;margin-right:4px;max-width:120px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:pre;white-space:nowrap}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges .test-badge:first-of-type{margin-left:8px}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges .test-badge .type-dot{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;transform:translateY(1px);width:10px}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges .test-badge .type-dot.blue-dot{background-color:#578ef7}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .test-badges .test-badge .type-dot.red-dot{background-color:#dc6e6e}.review-test-modal .m-body .info .comments .comment-list .singe-comment .comment-author .comment-date{color:#a4a8b1;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:-webkit-fit-content;min-width:fit-content;width:auto}.review-test-modal .m-body .info .info-block{display:flex;flex-wrap:wrap}.review-test-modal .m-body .info .info-block .info-title{color:#a4a8b1;font-size:13px;font-weight:700;padding-left:25px;width:20%}.review-test-modal .m-body .info .info-block .info-title,.review-test-modal .m-body .info .info-block .info-value{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin-bottom:9px}.review-test-modal .m-body .info .info-block .info-value{color:#24272a;font-size:14px;font-weight:400;width:80%}.review-test-modal .m-body .info .test-collapse{margin-top:16px;padding:0 16px;width:100%}.review-test-modal .m-body .info .test-collapse .test-collapse__trigger{background-color:#f7f9fa;border-radius:4px;color:#616674;display:block;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:34px;letter-spacing:normal;line-height:normal;margin-bottom:16px;padding:8px 17px 8px 25px;width:100%}.review-test-modal .m-body .info .test-collapse .test-collapse__trigger .collapsible-title{align-items:center;display:flex;justify-content:space-between}.review-test-modal .m-body .info .test-collapse .test-collapse__trigger .collapsible-title .crc{background-color:#bcd87a;border-radius:50%;display:inline-flex;height:7px;transform:translate(3px,-3px);width:7px}.review-test-modal .m-body .info .related-tests{font-family:Roboto;height:466px;overflow-y:auto}.review-test-modal .m-body .info .related-tests::-webkit-scrollbar{height:56px;width:3px}.review-test-modal .m-body .info .related-tests::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.review-test-modal .m-body .info .related-tests .related-title{color:#a4a8b1;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin:24px 0 16px 29px}.review-test-modal .m-body .info .related-tests .related-table .wo-thead{background-color:#f7f9fa;border-radius:4px;height:32px}.review-test-modal .m-body .info .related-tests .related-table .wo-thead .wo-tr{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:inherit;letter-spacing:normal;line-height:normal}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .wo-tr{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:40px;letter-spacing:normal;line-height:normal;margin:4px 0}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .wo-tr .expanded-icon.true{transform:rotate(90deg)}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .wo-tr .expanded-icon.left-margin{margin-left:16px}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row{display:flex;margin-left:auto;margin-top:11px;width:97%}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .left,.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .right{display:flex;flex-wrap:wrap;width:50%}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .left .title,.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .right .title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:9px;width:50%}.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .left .value,.review-test-modal .m-body .info .related-tests .related-table .wo-tbody .sub-row .right .value{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:9px;width:50%}.review-test-modal .m-body .info .divider{background-color:#f7f9fa;height:5px;width:100%}.review-test-modal .m-body .info .comment-section{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.review-test-modal .m-body .info .comment-section span{display:flex;margin-bottom:8px}.review-test-modal .m-body .info .comment-section .buttons{display:flex;justify-content:flex-end;margin-top:16px;width:100%}.review-test-modal .m-body .info .comment-section .buttons .protean-btn{margin-left:8px}.review-test-modal .m-body .info .comment-section .buttons .protean-btn:disabled{opacity:.7}.review-test-modal .m-body .info .comment-section .buttons .protean-btn.schedule{padding:7px}.review-test-modal .m-body .info .comment-section .buttons .protean-btn.schedule svg{height:26px;width:26px}.review-test-modal .m-body .info .comment-section .buttons .protean-btn.pass{background-color:#578ef7;color:#fff;width:120px}.review-test-modal .m-body .info .comment-section .buttons .protean-btn.fail{background-color:#d96161;color:#fff;width:120px}.review-test-modal .m-body .full-page-btn{padding:0;position:absolute;right:20px;top:213px;z-index:999}.review-test-modal .m-body .pdf-view{display:flex;flex:.5 1;flex-direction:column;height:840px;padding-bottom:7px;padding-right:24px}.review-test-modal .m-body .pdf-view.fPage{flex:1 1;height:845px;padding:0;width:100%}.review-test-modal .m-body .pdf-view iframe{height:100%;margin-top:16px;width:100%}.protean-test{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #0000000d;font-family:Roboto}.protean-test .tests-breadcrumbs{border-bottom:5px solid #f7f9fa;display:flex;justify-content:space-between;padding:9px 8px 0}.protean-test .tests-breadcrumbs .breadcrumb{align-content:center;align-items:center;background-color:#f7f9fa;border-radius:4px;color:#616674;cursor:pointer;display:flex;flex:.9 1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:31px;justify-content:center;letter-spacing:normal;line-height:normal;margin:0 4px;text-align:center}.protean-test .tests-breadcrumbs .breadcrumb:hover{background-color:#f0f2f4}.protean-test .divider{background-color:#f7f9fa;height:5px;width:100%}.protean-test .main{padding:17px}.protean-test .main .test-title{color:#24272a;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-test .main .test-header{display:flex;flex-direction:row;padding:16px}.protean-test .main .test-header h1{color:#24272a;font-size:24px;font-weight:500}.protean-test .main .test-header h1,.protean-test .main .test-header span{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-test .main .test-header span{color:#616674;font-size:14px;font-weight:400}.protean-test .main .test-header .add-test .protean-btn{align-items:center;display:flex}.protean-test .main .test-header .add-test .protean-btn .upload-icon g path{fill:#3a4669}.protean-test .main .test-header .add-test .input .input-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-test .main .fetch-filters .clear-button{height:38px;position:absolute;right:-32px;top:20px;width:38px}.protean-test .main .fetch-filters .clear-button svg{height:23px;width:23px}.protean-test .main .fetch-filters .fetch-filter>span{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-test .main .fetch-filters.false .Collapsible .Collapsible__contentOuter{overflow:hidden}.protean-test .main .fetch-filters.true .Collapsible .Collapsible__contentOuter{overflow:visible!important}.protean-test .main .test-table{padding:0 17px;width:100%}.protean-test .main .test-table .extra{align-items:center;display:flex;height:40px;justify-content:flex-end;margin-bottom:8px}.protean-test .main .test-table .extra .protean-btn:disabled{color:inherit;opacity:.7}.protean-test .main .test-table .extra .protean-btn.pass,.protean-test .main .test-table .extra .protean-btn.schedule{background-color:#578ef7;color:#fff;width:120px}.protean-test .main .test-table .extra .protean-btn.fail{background-color:#d96161;color:#fff;width:120px}.protean-test .main .test-table .extra .protean-btn.upload{align-items:center;display:flex}.protean-test .main .test-table .extra .protean-btn.upload svg g path{fill:#3a4669}.protean-test .main .test-table .extra .table-title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-test .main .test-table .main-table{border-spacing:0;width:100%}.protean-test .main .test-table .main-table .protean-pagintaion{display:flex;justify-content:flex-end;margin:16px 0}.protean-test .main .test-table .main-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter{display:none}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date{display:block}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.protean-test .main .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.protean-test .main .test-table .main-table .wo-thead .wo-tr .filter-select.date,.protean-test .main .test-table .main-table .wo-thead .wo-tr .hide{display:none}.protean-test .main .test-table .main-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-test .main .test-table .main-table .wo-tbody{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-test .main .test-table .main-table .wo-tbody .no-records{align-items:center;display:flex;height:150px}.protean-test .main .test-table .main-table .wo-th{height:32px;padding-left:18px}.protean-test .main .test-table .main-table .sub-table{margin-bottom:24px;margin-top:7px}.protean-test .main .test-table .main-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-test .main .test-table .main-table .sub-table .wo-tbody .wo-tr{background-color:#0000}.protean-test .main .test-table .main-table .sub-table .wo-tbody .wo-tr.new{background-color:#f7f9fa}.protean-test .main .test-table .main-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-test .main .test-table .main-table .sub-table .wo-td .actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .protean-btn{height:32px}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .protean-btn:disabled{opacity:.7}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown{display:flex;position:relative}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:32px!important}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button:hover{background-color:#f0f2f4!important}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:32px;justify-content:center;padding:0;width:32px}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;min-width:198px!important;padding-left:10px;padding-right:0}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:none;border-radius:4px!important;margin-top:0;max-height:100px;min-width:200px!important;overflow-y:scroll;top:100%}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.protean-test .main .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-test .main .test-table .main-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-test .main .test-table .main-table .sub-table .wo-td .cell .color-status{display:none}.protean-test .main .test-table .main-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.protean-test .main .test-table .main-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.protean-test .main .test-table .main-table .wo-td{align-items:center;height:48px;padding-left:18px;position:relative}.protean-test .main .test-table .main-table .wo-td .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px}.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.fail,.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.failed,.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.overdue{background-color:#dc6e6e}.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.retest,.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.test,.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.upcoming{background-color:#efc675}.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.pass,.protean-test .main .test-table .main-table .wo-td .protean-status-badge .crc.planned{background-color:#bcd87a}.protean-test .main .test-table .main-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.protean-test .main .test-table .main-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.protean-test .main .test-table .main-table .wo-td .big-Dot{align-items:center;background-color:#eaeeef;border-radius:12px;display:flex;height:24px;justify-content:center;width:24px}.protean-test .main .test-table .main-table .wo-td .big-Dot .sub-dot{border-radius:50%;height:10px;width:10px}.protean-test .main .test-table .main-table .wo-td .big-Dot .sub-dot.\31{background-color:#dc6e6e}.protean-test .main .test-table .main-table .wo-td .big-Dot .sub-dot.\32{background-color:#efc675}.protean-test .main .test-table .main-table .wo-td .big-Dot .sub-dot.\33{background-color:#bcd87a}.zi-9{z-index:9999!important}.zi-8{z-index:95}.custom-picker{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;display:none;left:0;padding:34px 32px 32px;position:absolute;top:40px;width:377px;z-index:999}.custom-picker.show{display:block}.custom-picker .showButtons{display:flex;justify-content:flex-end;margin-top:16px}.custom-picker .showButtons .protean-btn{margin-left:16px;width:120px}.custom-picker .datepicker-week-block{flex-direction:row;margin-bottom:32px}.custom-picker .datepicker-months,.custom-picker .datepicker-week-block{display:flex;justify-content:space-between}.custom-picker .datepicker-months .datepicker-block{width:311px}.custom-picker .datepicker-months .datepicker-block .datepicker-nav{align-content:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:25px}.custom-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-nav-button{background:none;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;outline:inherit;padding:0}.custom-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-nav-button.hide-nav{visibility:hidden}.custom-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-month-title{align-self:center;color:#24272a;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:center}.custom-picker .datepicker-months .datepicker-block .datepicker-week-day{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.57;text-align:center;width:44.4px}.custom-picker .datepicker-months .datepicker-block .datepicker-month-picker{height:32px;width:60px}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block{display:flex;flex-direction:row;flex-wrap:wrap}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day{background:none;border:none;color:#24272a;cursor:pointer;font:inherit;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:32px;letter-spacing:normal;line-height:1.57;outline:inherit;padding:0;text-align:center;width:44.4px}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker{height:50px;width:77px}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker.selected:hover{background-color:#bcd87a}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker:hover{background-color:#f7f9fa}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected{background-color:#bcd87a;border-radius:4px}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected.range{background-color:#bcd87a}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.in-list,.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.range{background-color:#f7f9fa}.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day:disabled,.custom-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day[disabled]{cursor:default;opacity:.5}.custom-picker.range{width:720px}.custom-picker.range.single{width:auto}.custom-pdf-modal.reopen.schedule_date{height:240px}.add-test-modal{padding:32px!important}.add-test-modal .custom-close-btn{top:25px}.add-test-modal .divider{background-color:#f7f9fa;height:3px;margin:24px 0;width:100%}.add-test-modal .col-12,.add-test-modal .col-6{display:flex;flex-direction:column;justify-content:flex-end;width:100%}.add-test-modal .col-12 .input-main-title,.add-test-modal .col-6 .input-main-title{color:#24272a;display:flex;flex-direction:row;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:16px}.add-test-modal .col-12 .input-main-title .tooltip-icon,.add-test-modal .col-6 .input-main-title .tooltip-icon{margin-top:1px}.add-test-modal .col-12 .input-main-description,.add-test-modal .col-6 .input-main-description{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.add-test-modal .col-12 .input-title,.add-test-modal .col-6 .input-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.add-test-modal .col-12 .invisible,.add-test-modal .col-6 .invisible{max-height:58px}.add-test-modal .col-12 .disable-click,.add-test-modal .col-6 .disable-click{max-height:58px;pointer-events:none}.add-test-modal .col-12 .disable-click #tests-next-date,.add-test-modal .col-6 .disable-click #tests-next-date{bottom:10px;position:absolute;right:26px}.add-test-modal .col-12 .protean-btn,.add-test-modal .col-12 .protean-btn-default,.add-test-modal .col-6 .protean-btn,.add-test-modal .col-6 .protean-btn-default{width:122px}.test-comment-input{top:12px!important}.test-comment-input textarea{padding:8px!important}.test-reply-input{margin-left:2px!important;margin-right:4px!important}.test-reply-input textarea{padding:8px!important}.protean-test-details{padding:17px}.protean-test-details .collapsible-title{color:#24272a;font-family:Roboto;font-size:20px;font-weight:500}.protean-test-details .collapsible-title .crc{background-color:#bcd87a;border-radius:50%;display:inline-flex;height:7px;transform:translate(5px,-8px);width:7px}.protean-test-details .report-table{min-height:350px}.protean-test-details .report-spinner{min-height:55px!important}.protean-test-details .report-dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.1875rem;box-shadow:0 .25rem .5rem #0000001a;color:#333;display:none;font-size:.8125rem;list-style:none;margin:.125rem 0 0;min-width:11.25rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.protean-test-details .report-dropdown-menu.show{display:block}.protean-test-details .test-card-header{font-size:24px;margin-bottom:24px}.protean-test-details .details-subheader,.protean-test-details .test-card-header{color:#24272a;font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-test-details .details-subheader{font-size:16px;margin-bottom:12px}.protean-test-details .item-header{color:#616674;font-size:12px;height:30px;margin-right:2px;width:20%}.protean-test-details .item-header,.protean-test-details .item-value{align-items:center;background-color:#f7f9fa;border-radius:4px;font-family:Roboto;font-weight:700;padding-left:16px}.protean-test-details .item-value{color:#24272a;font-size:14px;margin-right:30px;width:80%}.protean-test-details .btn-with-logo{align-items:center;display:flex;flex-direction:row}.protean-test-details .btn-with-logo svg g path{fill:#3a4669}.protean-test-details .pass{background-color:#578ef7;color:#fff;width:120px}.protean-test-details .comment-btn{background-color:#578ef7;color:#fff;float:right}.protean-test-details .fail{background-color:#d96161;color:#fff;width:120px}.protean-test-details .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px}.protean-test-details .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.protean-test-details .protean-status-badge .crc.fail,.protean-test-details .protean-status-badge .crc.failed,.protean-test-details .protean-status-badge .crc.overdue{background-color:#dc6e6e}.protean-test-details .protean-status-badge .crc.retest,.protean-test-details .protean-status-badge .crc.test,.protean-test-details .protean-status-badge .crc.upcoming{background-color:#efc675}.protean-test-details .protean-status-badge .crc.pass,.protean-test-details .protean-status-badge .crc.planned{background-color:#bcd87a}.protean-test-details .comment{margin-bottom:19px}.protean-test-details .comment.sub{margin-bottom:0;margin-left:32px;margin-top:19px}.protean-test-details .comment .comment-user{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:4px}.protean-test-details .comment .comment-user .comment-type{align-items:center;background-color:#f7f9fa;border-radius:4px;color:#a4a8b1;display:inline-flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-left:20px;padding:4px 12px}.protean-test-details .comment .comment-user .comment-type .type-dot{border-radius:50%;height:10px;margin-right:8px;width:10px}.protean-test-details .comment .comment-user .comment-type .type-dot.blue-dot{background-color:#578ef7}.protean-test-details .comment .comment-user .comment-type .type-dot.red-dot{background-color:#dc6e6e}.protean-test-details .comment .comment-user .comment-issue{background-color:#f7f9fa;border-radius:4px;margin-right:8px;padding:7px 12px}.protean-test-details .comment .comment-text,.protean-test-details .comment .comment-user .comment-issue{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-test-details .comment .comment-text{line-height:20px;margin-bottom:8px}.protean-test-details .comment .comment-text .mention-str{background-color:#f7f9fa;border-radius:15px;color:#3f66d4;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 12px;text-align:center}.protean-test-details .comment .comment-file{display:flex;flex-direction:column}.protean-test-details .comment .comment-file button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#f7f9fa;border:none;border-radius:4px;color:#24272a;display:flex;font-size:14px;font-weight:400;margin-bottom:8px;padding:2px 4px;width:-webkit-fit-content;width:fit-content}.protean-test-details .comment .comment-date,.protean-test-details .comment .comment-file button{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-test-details .comment .comment-date{color:#a4a8b1;font-size:13px;font-weight:500}.protean-test-details .comment .comment-date .reply-btn{color:#a4a8b1;font-size:13px;font-weight:500;margin-left:16px}.protean-test-details .comment .comment-date .reply-btn:hover{color:#24272a}.protean-test-details .comment .reply-comment{display:flex;flex-direction:row;margin-top:8px}.protean-test-details .comment .reply-comment .comment-mention{width:55%}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions{background-color:#f7f9fa!important;max-height:80px!important;overflow-y:auto}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions::-webkit-scrollbar{height:56px;width:3px}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions ul{max-height:80px!important}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:6px}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item{padding:5px 10px}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__suggestions .comment-mention__suggestions__list .comment-mention__suggestions__item.comment-mention__suggestions__item--focused{background-color:#eaeeef!important}.protean-test-details .comment .reply-comment .comment-mention .comment-mention__input{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:38px;letter-spacing:normal;line-height:normal;padding-left:16px}.protean-test-details .comment .reply-comment .protean-default-input{width:55%}.protean-test-details .comment .reply-comment .protean-btn{width:120px}.protean-test-details .comment .reply-comment .protean-btn:first-of-type{margin:0 2px}.dropdown-readonly .dropdown-readonly-btn{align-items:center;background-color:#f7f9fa;border:none;border-radius:4px;color:#a4a8b1;display:flex;flex-direction:row;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;height:22px;justify-content:center;letter-spacing:normal;line-height:normal;padding:4px 7px 4px 8px}.dropdown-readonly .dropdown-readonly-btn.active svg{transform:rotate(0)}.dropdown-readonly .dropdown-readonly-btn svg{height:10px;margin-left:3px;transform:rotate(270deg);width:10px}.dropdown-readonly-menu{background-color:#f7f9fa;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;color:#a4a8b1;display:none;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;padding:8px;position:absolute}.dropdown-readonly-menu.show{display:flex;z-index:9999}.dropdown-readonly-menu{flex-direction:column}.dropdown-readonly-menu .dropdown-readonly-item{color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;padding:4px}.protean-scorecard-page{font-family:Roboto;padding-bottom:20px}.protean-scorecard-page .divider{background-color:#f7f9fa;height:5px;width:100%}.protean-scorecard-page.def-spec{margin-bottom:180px}.protean-scorecard-page.details .extra-data{display:flex;flex-direction:column;margin-bottom:20px;padding:0 44px}.protean-scorecard-page.details .extra-data .extra-item{display:flex;flex-direction:row}.protean-scorecard-page.details .extra-data .extra-item.first{margin-bottom:12px}.protean-scorecard-page.details .extra-data .extra-item .title{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;width:115px}.protean-scorecard-page.details .extra-data .extra-item .val{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;width:-webkit-fit-content;width:fit-content}.protean-scorecard-page.details .scorecard-header{display:flex;flex-direction:column;padding:32px}.protean-scorecard-page.details .scorecard-header .head{display:flex;flex-direction:row}.protean-scorecard-page.details .scorecard-header .head .protean-btn:first-of-type{margin-right:20px}.protean-scorecard-page.details .scorecard-header .head .protean-btn{max-width:153px;padding-left:13px;padding-right:13px}.protean-scorecard-page.details .scorecard-header .head .protean-btn svg{margin-left:8px}.protean-scorecard-page.details .scorecard-header .head .protean-btn svg g{fill:#3a4669}.protean-scorecard-page.details .scorecard-header .sub-page-header{align-content:center;color:#24272a;cursor:pointer;display:flex;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-top:19px;width:-webkit-fit-content;width:fit-content}.protean-scorecard-page.details .scorecard-header .sub-page-header svg{display:inline-flex;margin-right:16px}.protean-scorecard-page .scorecard-header{display:flex;flex-direction:row;padding:32px}.protean-scorecard-page .scorecard-header h1{color:#24272a;display:flex;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:0;margin-right:auto}.protean-scorecard-page .scorecard-header .export-download-dropdown{display:flex;position:relative}.protean-scorecard-page .scorecard-header .export-download-dropdown button{background-color:#578ef7!important;border:1px solid #eaeeef!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:200px!important}.protean-scorecard-page .scorecard-header .export-download-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-scorecard-page .scorecard-header .export-download-dropdown button:hover{background-color:#3c6ecd!important;color:#fff}.protean-scorecard-page .scorecard-header .export-download-dropdown button.reportBtn{background-color:#578ef7;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-scorecard-page .scorecard-header .export-download-dropdown button.dropdown-item{background-color:#578ef7;border:none!important;min-width:198px!important;padding-left:10px;padding-right:0}.protean-scorecard-page .scorecard-header .export-download-dropdown button.dropdown-item:hover{background-color:#3c6ecd!important;color:#fff}.protean-scorecard-page .scorecard-header .export-download-dropdown .dropdown-menu{background-color:#578ef7!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;min-width:200px!important;top:100%}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown{display:flex;margin-right:32px;position:relative}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-toggle{background-color:#f7f9fa;border-radius:4px;color:#3a4669;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;min-width:152px;padding:8px 16px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-toggle:after{margin-left:auto}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu{background-color:#f7f9fa;border:none;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;margin-top:7px;max-height:492px;padding:16px 8px 16px 16px;width:372px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .search-input{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .search-input .protean-default-input{height:32px;padding:12px;width:308px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .search-input .search-icon{position:absolute;right:60px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .search-input .protean-btn{align-items:center;background-color:#0000;display:flex;justify-content:center;padding:0}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block{max-height:411px;overflow-y:auto;padding:0}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block::-webkit-scrollbar{height:56px;width:3px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt{display:flex;margin-bottom:14px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt .crc{align-items:center;border:2px solid #e0e8f1;border-radius:50%;display:flex;height:14px;justify-content:center;margin-right:8px;width:14px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt .crc.true{border-color:#616674}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt .crc.true .crc-dot{background-color:#616674}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt .crc .crc-dot{border-radius:50%;height:6px;width:6px}.protean-scorecard-page .scorecard-header .scorecard-client-dropdown .dropdown-menu .clients-block .client-opt{color:#3a4669;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.23}.protean-scorecard-page .scorecard-header .scorecard-client-filter{margin-right:14px;width:330px}.protean-scorecard-page .card-block{padding:16px 32px}.protean-scorecard-page .card-block .card-block-head .block-chart{height:188px;min-width:600px}.protean-scorecard-page .card-block .card-block-head.loading{flex-direction:column}.protean-scorecard-page .card-block .card-block-head{display:flex;justify-content:space-between;width:100%}.protean-scorecard-page .card-block .card-block-head .protean-btn.local-export{align-items:center;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:32px;width:24px}.protean-scorecard-page .card-block .card-block-head .protean-btn.local-export svg g{fill:#616674}.protean-scorecard-page .card-block .card-block-head .head-left{display:flex;flex-direction:column;max-height:200px;min-height:150px;width:-webkit-fill-available}.protean-scorecard-page .card-block .card-block-head .head-left .title{color:#24272a;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-scorecard-page .card-block .card-block-head .head-left .filters{display:flex;flex-direction:column;height:140px;justify-content:space-between;margin-bottom:auto;margin-top:24px;max-width:479px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .select-type{align-items:center;display:flex;flex-direction:row;margin-top:16px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .select-type .category{display:flex;flex-direction:row;margin-left:auto}.protean-scorecard-page .card-block .card-block-head .head-left .filters .select-type .category .chart-filter{margin-right:21px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .select-type .category .chart-filter:nth-of-type(2){margin-right:0}.protean-scorecard-page .card-block .card-block-head .head-left .filters .select-type .category.by-month{padding-right:30px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .toggles{display:flex;flex-direction:row;margin-bottom:23px;margin-top:auto;width:-webkit-fill-available}.protean-scorecard-page .card-block .card-block-head .head-left .filters .toggles .category{align-items:center;display:flex;flex-direction:row;margin-left:auto}.protean-scorecard-page .card-block .card-block-head .head-left .filters .toggles .category .select-title{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-scorecard-page .card-block .card-block-head .head-left .filters .toggles .category .protean-select{min-width:132px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .toggles .category .protean-select .selected-text{margin-right:0;width:132px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type{display:flex;position:relative}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button{background-color:#f7f9fa!important;border:none!important;color:#3a4669;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;width:194px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button.dropdown-toggle:after{margin-left:auto}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button:hover{background-color:#f7f9fa!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button.reportBtn{background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button.dropdown-item{background-color:#f7f9fa;border:none!important;padding-left:10px;padding-right:0;width:194px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type button.dropdown-item:hover{background-color:#eaeeef!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-facility-type .dropdown-menu{background-color:#f7f9fa!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;top:100%;width:194px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown{display:flex;position:relative}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#3a4669;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;width:194px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown button.dropdown-toggle:after{margin-left:auto}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown button:hover{background-color:#f7f9fa!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown button.reportBtn{background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px!important;height:39px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;top:100%;width:345px!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item{background-color:#f7f9fa;border:none!important;padding-left:13px;padding-right:13px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block{width:100%}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .filter-title{color:#3a4669;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:left;letter-spacing:normal;line-height:normal;text-align:right}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons{display:flex;flex-direction:column;margin-top:10px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button{justify-content:left;margin:6px 0;width:-webkit-fit-content!important;width:fit-content!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc{align-items:center;border:2.5px solid #616674;border-radius:50%;display:inline-flex;height:14px;justify-content:center;margin-right:7px;width:14px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc .inner-crc{align-items:center;border-radius:50%;display:flex;height:6px;justify-content:center;width:6px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc .inner-crc.active{background-color:#616674}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button{cursor:pointer;width:-webkit-fit-content;width:fit-content}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button span{color:#3a4669;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:right}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .filter-block .select-month{width:150px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .apply-filter-btn[disabled]{background-color:#f0f2f4!important;color:#a4a8b1}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item .apply-filter-btn{background-color:#e0e8f1!important;border-radius:4px;height:40px;width:100%!important}.protean-scorecard-page .card-block .card-block-head .head-left .filters .scorecard-filter-dropdown .dropdown-menu .dropdown-item:hover{background-color:#f7f9fa!important;cursor:inherit}.protean-scorecard-page .card-block .card-block-head .head-left .filters .applied-filters{display:flex;flex-wrap:wrap}.protean-scorecard-page .card-block .card-block-head .head-left .filters .applied-filters .applied{border:1px solid #eaeeef;border-radius:15px;color:#848c95;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:8px;padding:5px 16px}.protean-scorecard-page .card-block .card-block-head .head-left .filters .chart-filter{display:flex;flex-direction:row;margin-left:16px;margin-right:24px}.protean-scorecard-page .card-block .card-table.category-top{margin-top:50px}.protean-scorecard-page .card-block .card-table.other-top{margin-top:15px}.protean-scorecard-page .card-block .card-table .scoreHead{background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;flex-direction:row;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;height:32px;letter-spacing:normal;line-height:normal}.protean-scorecard-page .card-block .card-table .scoreHead.leastDeficiencies .cell:first-of-type,.protean-scorecard-page .card-block .card-table .scoreHead.topDeficiencies .cell:first-of-type{margin-right:16px;padding-left:24px}.protean-scorecard-page .card-block .card-table .scoreHead.leastCompliance .cell,.protean-scorecard-page .card-block .card-table .scoreHead.mostCompliance .cell{padding-right:10px}.protean-scorecard-page .card-block .card-table .scoreHead.leastCompliance .cell:first-of-type,.protean-scorecard-page .card-block .card-table .scoreHead.mostCompliance .cell:first-of-type{flex:.6 1;padding-left:24px}.protean-scorecard-page .card-block .card-table .scoreHead .cell{display:flex;flex:1 1;padding-top:8px}.protean-scorecard-page .card-block .card-table .scoreHead .cell:first-of-type{flex:2 1;padding-left:24px}.protean-scorecard-page .card-block .card-table .scoreRow{align-items:center;border-bottom:1px solid #f7f9fa;color:#24272a;display:flex;flex-direction:row;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;min-height:40px}.protean-scorecard-page .card-block .card-table .scoreRow.leastDeficiencies .cell:first-of-type,.protean-scorecard-page .card-block .card-table .scoreRow.topDeficiencies .cell:first-of-type{margin-right:16px;padding-left:24px}.protean-scorecard-page .card-block .card-table .scoreRow.leastCompliance,.protean-scorecard-page .card-block .card-table .scoreRow.mostCompliance{padding-bottom:6px;padding-top:6px}.protean-scorecard-page .card-block .card-table .scoreRow.leastCompliance .cell,.protean-scorecard-page .card-block .card-table .scoreRow.mostCompliance .cell{padding-right:10px;text-align:left}.protean-scorecard-page .card-block .card-table .scoreRow.leastCompliance .cell .reset-btn,.protean-scorecard-page .card-block .card-table .scoreRow.mostCompliance .cell .reset-btn{text-align:left}.protean-scorecard-page .card-block .card-table .scoreRow.leastCompliance .cell:first-of-type,.protean-scorecard-page .card-block .card-table .scoreRow.mostCompliance .cell:first-of-type{flex:.6 1;padding-left:24px}.protean-scorecard-page .card-block .card-table .scoreRow .cell{align-items:center;display:flex;flex:1 1}.protean-scorecard-page .card-block .card-table .scoreRow .cell .percentDot{border-radius:50%;display:flex;height:6px;margin-right:4px;width:6px}.protean-scorecard-page .card-block .card-table .scoreRow .cell .percentDot.green{background-color:#a5cd48}.protean-scorecard-page .card-block .card-table .scoreRow .cell .percentDot.yellow{background-color:#efc675}.protean-scorecard-page .card-block .card-table .scoreRow .cell .percentDot.red{background-color:#dc6e6e}.protean-scorecard-page .card-block .card-table .scoreRow .cell .reset-btn{color:#3f66d4;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.protean-scorecard-page .card-block .card-table .scoreRow .cell:first-of-type{flex:2 1;padding-left:24px}.protean-scorecard-page .card-block .card-table .select-client{display:flex;flex-direction:column;height:323px;justify-content:space-evenly;position:relative;width:100%}.protean-scorecard-page .card-block .card-table .select-client .select-client-text{align-items:center;background:#fff;color:#a4a8b1;display:flex;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;height:323px;justify-content:center;letter-spacing:normal;line-height:normal;opacity:.8;position:absolute;width:100%}.protean-scorecard-page .card-block .card-table .select-client .dash-row{display:flex;flex-direction:row;justify-content:space-between;padding:24px 33px 24px 24px;width:100%}.protean-scorecard-page .card-block .card-table .select-client .dash-row .dash-item{background-color:#eaeeef;border-radius:3px;height:6px;width:40px}.protean-scorecard-page .card-block .card-table .select-client .dash-row .dash-item.long{width:107px}.protean-scorecard-page .details-table.error{align-items:center;color:#3a4669;display:flex;flex-direction:column;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:900;letter-spacing:2px;line-height:normal;text-align:center}.protean-scorecard-page .details-table{padding-left:44px;padding-right:44px}.protean-scorecard-page .details-table .details-head{background-color:#f7f9fa;border-radius:4px;min-height:32px;padding-left:23px}.protean-scorecard-page .details-table .details-head .th{align-items:center;color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-scorecard-page .details-table .details-body{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding-left:23px}.protean-scorecard-page .details-table .details-body.leastCompliance .tr .td,.protean-scorecard-page .details-table .details-body.mostCompliance .tr .td{align-items:flex-start;margin-right:6px}.protean-scorecard-page .details-table .details-body .tr{border-bottom:1px solid #f7f9fa;margin:8px 0;min-height:32px}.protean-scorecard-page .details-table .details-body .tr .td{align-items:center;display:flex}.protean-scorecard-page .details-table .details-body .tr .td .cell-badge{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:24px;letter-spacing:normal;line-height:normal;padding:5px 9px;text-align:center}.protean-scorecard-page .sc-slider{align-items:center;cursor:pointer;margin-left:15px}.protean-scorecard-page .sc-slider .sc-slider-circle{border-radius:50%}.protean-scorecard-page .sc-slider .sc-slider-circle.active{background-color:#bcd87a;box-shadow:0 1px 3px 0 #0000004d;height:16px;width:16px}.protean-scorecard-page .sc-slider .sc-slider-circle.inactive{background-color:#bccbdc;height:8px;width:8px}.protean-scorecard-page .sc-slider .sc-slider-line{background-color:#e0e8f1;border-radius:9px;height:2px;width:104px}.protean-scorecard-page .sc-slider-labels{margin-top:4px}.protean-scorecard-page .table-dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.1875rem;box-shadow:0 .25rem .5rem #0000001a;color:#333;display:none;float:left;font-size:.8125rem;list-style:none;margin:.125rem 0 0;min-width:11.25rem;padding:.5rem 0;position:absolute;right:0;text-align:left;z-index:1000}.protean-scorecard-page .table-dropdown-menu.show{display:block;margin-right:32px}.dropdown-button .dropdown-toggle{background-color:#f7f9fa;border-radius:4px}.dropdown-button span{color:#3a4669;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}#react-cool-portal .sc-slider{align-items:center;cursor:pointer;margin-left:15px}#react-cool-portal .sc-slider.disabled{cursor:default}#react-cool-portal .sc-slider.disabled .sc-slider-circle.active{background-color:#bccbdc}#react-cool-portal .sc-slider .sc-slider-circle{border-radius:50%}#react-cool-portal .sc-slider .sc-slider-circle.active{background-color:#bcd87a;box-shadow:0 1px 3px 0 #0000004d;height:16px;width:16px}#react-cool-portal .sc-slider .sc-slider-circle.inactive{background-color:#bccbdc;height:8px;width:8px}#react-cool-portal .sc-slider .sc-slider-line{background-color:#e0e8f1;border-radius:9px;height:2px;width:104px}#react-cool-portal .sc-slider-labels{margin-top:4px}#react-cool-portal .dropdown-menu{background-color:#f7f9fa!important;border:1px solid #eaeeef;border-radius:4px!important;margin-top:0;top:100%;width:345px!important}#react-cool-portal .dropdown-menu .dropdown-item{background-color:#f7f9fa;border:none!important;padding-left:13px;padding-right:13px}#react-cool-portal .dropdown-menu .dropdown-item .filter-block{width:100%}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .filter-title{color:#3a4669;display:flex;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:left;letter-spacing:normal;line-height:normal;text-align:right}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons{display:flex;flex-direction:column;margin-top:10px}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button{justify-content:left;margin:6px 0;width:-webkit-fit-content!important;width:fit-content!important}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc{align-items:center;border:2.5px solid #616674;border-radius:50%;display:inline-flex;height:14px;justify-content:center;margin-right:7px;width:14px}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc .inner-crc{align-items:center;border-radius:50%;display:flex;height:6px;justify-content:center;width:6px}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button .crc .inner-crc.active{background-color:#616674}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button{cursor:pointer;width:-webkit-fit-content;width:fit-content}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .radio-buttons .radio-button span{color:#3a4669;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:right}#react-cool-portal .dropdown-menu .dropdown-item .filter-block .select-month{width:150px}#react-cool-portal .dropdown-menu .dropdown-item .apply-filter-btn[disabled]{background-color:#f0f2f4!important;color:#a4a8b1}#react-cool-portal .dropdown-menu .dropdown-item .apply-filter-btn{background-color:#e0e8f1!important;border-radius:4px;height:40px;width:100%!important}#react-cool-portal .dropdown-menu .dropdown-item:hover{background-color:#f7f9fa!important;cursor:inherit}.protean-policy{background-color:#fff;border:1px solid #eaeeef;box-shadow:0 2px 4px 0 #0000000d}.protean-policy .header{color:#24272a;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;padding:42px 0 32px 32px}.protean-policy .date{display:flex;justify-content:flex-end;padding-right:33px;width:100%}.protean-policy .content-policy,.protean-policy .date{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.57}.protean-policy .content-policy{padding:24px 94px 60px;text-align:justify}.protean-policy .content-policy a{color:#3f66d4;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.protean-policy .content-policy p{margin-bottom:0;margin-top:16px}.protean-policy .content-policy p.desc{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.57;margin-bottom:8px;text-align:justify}.protean-policy .content-policy ul{list-style-image:url(/static/media/oval.9a2b4a6419a5bfc9cfa6.svg)}.protean-policy .content-policy ul li{color:#616674;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.57;margin-bottom:8px;text-align:justify}.protean-policy .content-policy ul li ul{list-style-image:url(/static/media/oval2.4ec03feeaa694a79c6f4.svg)}.protean-policy .content-policy .policy-title{color:#616674;font-family:Roboto;font-size:19px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:32px;margin-top:32px}.protean-policy .content-policy .policy-title.main{margin-bottom:16px}.protean-ecabinet.dev{background-color:#f6d5ec}.protean-ecabinet{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #0000000d;display:flex;flex-direction:column;font-family:Roboto;padding:22px 32px 83px}.protean-ecabinet .folder-header{display:flex;flex-direction:row;justify-content:space-between}.protean-ecabinet .folder-header .folder-title{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-ecabinet .folder-header .shared-till{align-items:flex-end;color:#24272a;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.move-modal .card-body.message{color:#24272a;font-size:15px;font-style:normal;font-weight:400;line-height:1.47}.move-modal .folder-list{height:347px;overflow-y:auto;padding-right:25px}.move-modal .folder-list .load-block{align-items:center;display:flex;height:40px!important;justify-content:center}.move-modal .folder-list .folder-item{align-items:center;background-color:#0000;border:none;border-top:1px solid #f7f9fa;color:#24272a;display:flex;font-size:14px;max-width:505px;min-height:36px;padding:5px 8px;text-align:left;width:100%}.move-modal .folder-list .folder-item.disabled{opacity:.5}.move-modal .folder-list .folder-item svg:first-of-type{margin-right:8px}.move-modal .folder-list .folder-item .move-next{height:24px;width:24px}.move-modal .folder-list .folder-item.active,.move-modal .folder-list .folder-item:hover{background-color:#ebeff4}.move-modal .folder-list .folder-item.active .move-next{background-color:#fff;border-radius:4px}.move-modal .path{display:flex;flex-direction:row;flex-wrap:wrap}.move-modal .path .arrow-path{margin-top:4px}.move-modal .path .folder-path-link{align-items:center;background-color:#f7f9fa;border:none;border-radius:4px;color:#3a4669;display:flex;font-size:13px;font-weight:700;height:31px;margin-bottom:8px;padding:0 8px}.move-modal .path .folder-path-link:hover{background-color:#e0e8f1}.cabinet-actions{display:flex;justify-content:flex-end;margin-bottom:16px}.cabinet-actions.Cabinet{justify-content:flex-start}.cabinet-actions .download .download-icon{fill:#fff}.cabinet-table{margin-top:16px}.cabinet-table .folder-path{margin-bottom:16px}.cabinet-table .folder-path .folder-path-link{background-color:#f7f9fa;border-radius:4px;color:#3a4669;display:inline-block;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:8px;padding:8px}.cabinet-table .cabinet-table-content{position:relative}.cabinet-table .cabinet-table-content .loading-block{height:100%;position:absolute;width:100%}.cabinet-table .cabinet-table-content .cabinet-table-header.loading{opacity:.5}.cabinet-table .cabinet-table-content .cabinet-table-header .tr{background-color:#f7f9fa;border-radius:4px;height:32px}.cabinet-table .cabinet-table-content .cabinet-table-header .tr .th{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-left:20px}.cabinet-table .cabinet-table-content .cabinet-table-body.loading{opacity:.5}.cabinet-table .cabinet-table-content .cabinet-table-body.isDragActive{background-color:#f7f9fa!important;border:1px solid #3f66d4;border-radius:4px}.cabinet-table .cabinet-table-content .cabinet-table-body .share-error{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100px;width:100%}.cabinet-table .cabinet-table-content .cabinet-table-body .share-error .main-text{color:#24272a;font-size:14px;font-weight:500;margin-top:8px}.cabinet-table .cabinet-table-content .cabinet-table-body .share-error .extra-text{color:#24272a;font-size:14px}.cabinet-table .cabinet-table-content .cabinet-table-body .share-error .or-text{margin:16px 0}.cabinet-table .cabinet-table-content .cabinet-table-body .share-error .protean-link{color:#3f66d4;font-size:14px;font-weight:700;margin-left:12px}.cabinet-table .cabinet-table-content .cabinet-table-body .no-data-block{align-items:center;color:#616674;display:flex;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:lighter;height:100%;justify-content:center;letter-spacing:normal;line-height:normal;min-height:100px;width:100%}.cabinet-table .cabinet-table-content .cabinet-table-body .tr{height:66px}.cabinet-table .cabinet-table-content .cabinet-table-body .tr.canDrop,.cabinet-table .cabinet-table-content .cabinet-table-body .tr:hover{background-color:#f7f9fa}.cabinet-table .cabinet-table-content .cabinet-table-body .tr .td{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding-left:20px}.cabinet-table .cabinet-table-content .cabinet-table-body .tr .td .cabinet-download-icon{cursor:pointer;margin-left:8px}.cabinet-table .cabinet-table-content .cabinet-table-body .tr .td .cabinet-download-icon g{fill:#3a4669}.cabinet-table .cabinet-table-content .cabinet-table-body .tr .td .file-link{color:#24272a;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.cabinet-table .cabinet-table-content .cabinet-table-body .tr .td .svg-fill-icon{margin-right:6px}.cabinet-table .cabinet-table-content .cabinet-pagination{display:flex;justify-content:flex-end}.cabinet-table .protean-tooltip{z-index:9999}.cabinet-table .protean-tooltip.show{box-shadow:0 2px 6px 0 #0000001a!important;opacity:1!important}.buttonIconDropdown .dropdown-menu>.dropdown-item.disabled-item{color:#a4a8b1;cursor:default}.buttonIconDropdown .dropdown-menu>.dropdown-item.disabled-item:hover{background-color:initial!important;color:#a4a8b1}.buttonIconDropdown .dropdown-menu>.dropdown-item.disabled-item #create-24px,.buttonIconDropdown .dropdown-menu>.dropdown-item.disabled-item #folder_open_black_24dp{fill:#a4a8b1}.buttonIconDropdown.row-dot-actions{margin-left:8px}.buttonIconDropdown.row-dot-actions .dropdown-menu{min-width:0!important;min-width:auto!important;overflow-y:hidden;padding:13px 0}.buttonIconDropdown.row-dot-actions .dropdown-menu.show>button.dropdown-item{color:#616674;font-size:13px;font-weight:700;min-width:0!important;min-width:auto!important;padding:4px 16px;width:106px}.buttonIconDropdown.row-dot-actions .dropdown-menu.show>button.dropdown-item.disabled-item{color:#a4a8b1}.buttonIconDropdown.row-dot-actions .dropdown-menu.show>button.dropdown-item.disabled-item #create-24px,.buttonIconDropdown.row-dot-actions .dropdown-menu.show>button.dropdown-item.disabled-item #folder_open_black_24dp{fill:#a4a8b1}.move-btn{align-items:center;display:flex}.move-btn.disabled{color:#a4a8b1}.move-btn.disabled #create-24px,.move-btn.disabled #folder_open_black_24dp{fill:#a4a8b1}.copy-link{align-items:center;display:flex;justify-content:center;padding:12px 0;width:110px}.copy-link.Copied{color:#a4a8b1}.disable-icon path{fill:#a4a8b1}.search-tooltip{color:#616674;font-size:13px;line-height:1.54;padding:24px;width:386px}.search-tooltip .search-code{background-color:#f7f9fa;border-radius:4px;color:#616674;font-size:12px;font-weight:700;padding:5px 4px 4px}.search-tooltip span:nth-of-type(3){align-items:baseline;display:inline-flex;margin-top:6px}.search-tooltip span:last-of-type{align-items:baseline;display:inline-flex;margin-top:4px}.rename-body.file .protean-default-input{margin-right:3px;width:90%}.rename-body.file span{color:#616674;font-size:14px}.protean-notifications .header{padding:39px 0 0 32px}.protean-notifications .header .title{color:#24272a;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-notifications .header .search-input{margin-top:32px;max-width:580px;position:relative}.protean-notifications .header .search-input .btns{align-items:center;display:flex;flex-direction:row;height:38px;position:absolute;right:12px;top:0}.protean-notifications .header .search-input .btns .searchIcon .search-icon-path{fill:#a4a8b1}.protean-notifications .header .search-input .btns .protean-btn{align-items:center;display:flex;height:32px;justify-content:center;margin-left:12px;padding:0;width:32px}.protean-notifications .notifications-block .spacer{background-color:#f7f9fa;height:5px;width:1004}.protean-notifications .notifications-block .spacer:last-of-type{display:none}.protean-notifications .notifications-block .noMatch{color:#24272a;font-size:20px;font-weight:300;padding:32px;text-align:center}.protean-notifications .notifications-block .Collapsible{margin:32px 0;padding:0 32px}.protean-notifications .notifications-block .Collapsible .collapsible-title{color:#24272a;cursor:pointer;font-family:Roboto;font-size:20px;font-weight:500}.protean-notifications .notifications-block .Collapsible .Collapsible__contentInner{margin-top:8px}.protean-notifications .notifications-block .Collapsible .Collapsible__contentInner .media-body{color:#24272a;font-size:15px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-top:24px;padding:0 32px}.protean-notifications .notifications-block .Collapsible .Collapsible__contentInner .media-body .form-check{margin-bottom:8px;margin-top:8px;padding-left:15px}.protean-notifications .notifications-block .Collapsible .Collapsible__contentInner .media-body .form-check .form-check-label{font-weight:400}.protean-notifications .notifications-block .Collapsible .Collapsible__contentInner .media-body .form-check .form-check-label .protean-checkbox{margin-right:8px}.protean-vendors{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #0000000d;padding:32px 32px 48px 33px}.protean-vendors .title{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:32px}.protean-vendors .title .addBtn{align-items:center;display:flex;padding:0 16px}.protean-vendors .title .addBtn:focus{transition:color .15s ease-in}.protean-vendors .title .addBtn:focus svg path{fill:#3a4669;transition:fill .3s ease-in}.removeNewContact{align-items:center;display:flex;height:38px!important;justify-content:center;width:38px!important}.contact-content .header{color:#24272a;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.contact-content div.col-12 .contact-form .edit-btns{display:flex;justify-content:flex-end;margin-top:20px}.contact-content div.col-12 .contact-form .edit-btns .protean-btn-default{margin-left:12px}.contact-content div.col-12 .contact-form{width:100%}.contact-content div.col-12 .contact-form .basic-info{display:flex;justify-content:space-between}.contact-content div.col-12 .contact-form .basic-info .contact-field{width:23%}.contact-content div.col-12 .contact-form .extra-info{display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:30px}.contact-content div.col-12 .contact-form .extra-info .checkbox-block{align-items:center;display:flex;margin-left:-30px}.contact-content div.col-12 .contact-form .extra-info .checkbox-block input{margin-right:16px}.contact-content div.col-12 .contact-form .extra-info .contact-field{margin-top:16px}.contact-content div.col-12 .contact-form .contact-field{width:33%}.contact-content div.col-12 .contact-form .contact-field.email_period{margin-left:1%;margin-right:auto}.contact-content div.col-12 .contact-form .contact-field.toggler-block{align-items:center;display:flex;justify-content:space-between;padding-top:20px;width:27%}.contact-content div.col-12 .contact-form .contact-field.toggler-block .protean-toggler{margin-right:-17px}.contact-content div.col-12 .contact-form .contact-field .label-field{color:#a4a8b1;font-size:13px;font-weight:500}.contact-content div.col-12 .contacts-rows{display:flex;flex-wrap:wrap;padding:0 10px}.contact-content div.col-12 .contacts-rows .col-custom-add-contact{display:flex;flex:0 0 20%}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.phone{flex:0 0 15%}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.crcs{align-items:center}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.crcs .crc{background-color:#c4c7cf;border-radius:50%;display:flex;height:10px;margin-right:10px;width:10px}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.crcs .crc.green{background-color:#c3e27a}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.send{display:flex;flex:0 0 25%;justify-content:space-between}.contact-content div.col-12 .contacts-rows .col-custom-add-contact.send .protean-btn.removeContact{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:auto;margin-top:-2px;width:24px}.contact-content div.col-12 .row .col-3{margin-bottom:8px}.contact-content div.col-12 .row .col-3.action-col{display:flex;justify-content:space-between}.contact-content div.col-12 .row .col-3.action-col .protean-btn.removeContact{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:auto;margin-top:-2px;width:24px}.contact-content div.col-12 .row .divider{margin-bottom:16px}.contact-content div.col-12 .add-contact-btn{align-content:center;justify-content:center;width:auto!important}.contact-content div.col-12 .add-contact-btn:not(:disabled) svg .fix-color{fill:#3a4669}.contact-content div.col-12 .add-contact-btn svg{margin-top:2px}.contact-content div.col-12 .add-contacts{display:flex;flex-wrap:wrap;margin-bottom:8px}.contact-content div.col-12 .add-contacts .col-field{margin-bottom:8px;width:230px}.contact-content div.col-12 .add-contacts .col-field.email{margin-left:8px;padding:0}.contact-content div.col-12 .add-contacts .col-field.email input{width:230px}.contact-content div.col-12 .add-contacts .col-field.phone{display:flex;margin-left:8px;width:auto}.contact-content div.col-12 .add-contacts .col-field.phone input{width:190px}.contact-content div.col-12 .add-contacts .col-field.phone .buttons{display:flex;height:-webkit-fit-content;height:fit-content;margin-top:3px}.contact-content div.col-12 .add-contacts .col-field.phone .buttons .protean-btn{align-items:center;display:flex;justify-content:center;margin-left:8px;padding:0;width:34px}.contact-content div.col-12 .add-contacts .col-field.name input{width:230px}.contact-content div.col-12 .add-contacts .col-field.contact-header-title{color:#a4a8b1;font-size:13px;font-weight:500;width:230px}.contact-content div.col-12 .add-contacts .col-field.contact-header-title.phone{width:200px}.contact-content div.col-12 .add-contacts .col-field.contact-header-title.email{margin-left:8px;margin-right:8px}.assignment-body .title{color:#24272a;font-size:15px}.assignment-body div.col-12{margin-bottom:32px}.assignment-body div.col-12 .singleClient{color:#24272a;font-size:15px}.assignment-body div.col-12 .singleClient span{color:#24272a;font-size:15px;font-weight:500;margin-left:8px}.assignment-body div.col-12.assignment-option{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.assignment-body div.col-12.assignment-option.disabled input,.assignment-body div.col-12.assignment-option.disabled span{opacity:.5}.assignment-body div.col-12.assignment-option span{color:#24272a;font-size:15px;margin-left:16px;margin-right:10px}.assignment-body div.col-12.assignment-option .sub-input{padding-left:30px;padding-top:18px;width:100%}.calendar-page .dashboard-title{color:#24272a;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin:38px 0 16px 31px}.calendar-page .px-31{margin-left:31px;margin-right:31px}.calendar-page .calendar-widget .calendar{padding:0}.calendar-page .calendar-actions{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;padding:0 31px}.calendar-page .calendar-actions .left-side{align-items:center;display:flex;height:-webkit-fit-content;height:fit-content}.calendar-page .calendar-actions .left-side .current{color:#24272a;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.25;margin:0 11px;text-align:center}.calendar-page .calendar-actions .left-side .week{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin:0 9px 0 12px;padding:5px 9px;text-align:center}.calendar-page .calendar-actions .right-side{align-items:flex-end;display:flex;flex-direction:row;flex-wrap:wrap}.calendar-page .calendar-actions .right-side .today-btn{height:32px;margin-left:12px;padding:0 19px}.calendar-page .calendar-actions .right-side .select-type.sites{width:240px}.calendar-page .calendar-actions .right-side .select-type.calendar-picker{width:245px}.calendar-page .calendar-actions .right-side .select-type .opts-title{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:8px}.calendar-page .calendar-actions .right-side .select-type{margin-left:12px}.calendar-page .calendar-actions .right-side .select-type .protean-select{width:129px}.calendar-page .calendar-actions .right-side .select-type .protean-select .selected-text{height:32px;margin:0;padding-top:6px}.calendar-page .calendar-actions .right-side .select-type .protean-select .select-options{left:0;width:100%}.calendar-page .calendar-header .calendar-col a,.calendar-page .calendar-header .calendar-col span{color:#c4c7cf!important;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.calendar-page .calendar-header.month{justify-content:space-between;padding:0 2px}.calendar-page .calendar-header.month .calendar-col{display:flex;flex-grow:1;max-width:-webkit-fill-available;width:calc(14.28571% - 11px)}.calendar-page .calendar-body.month{border:none!important;flex-wrap:wrap!important;justify-content:space-between}.calendar-page .calendar-body.month .day{display:flex;flex-direction:column;flex-grow:1;height:174px;margin-right:1px;margin-top:1px;max-width:-webkit-fill-available;outline:1px solid #eaeeef;width:calc(14.28571% - 11px)}.calendar-page .calendar-body.month .day.active .dayLabel .brd{border-bottom:2px solid #578ef7;margin-left:auto;text-align:center;width:20px}.calendar-page .calendar-body.month .day .dayLabel{color:#616674;cursor:pointer;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:12px 9px;text-align:right;width:100%}.calendar-page .calendar-body.month .day .dayLabel.muted{color:#b8b8b8;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.calendar-page .calendar-body.month .day .events{padding:0 7px 7px}.calendar-page .calendar-body.month .day .events .event{background-color:#f7f9fa;border-radius:4px;cursor:default;padding:8px 6px}.calendar-page .calendar-body.month .day .events .event .event-header{color:#3a4669;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.calendar-page .calendar-body.month .day .events .event .event-text{color:#3a4669;font-size:11px}.calendar-page .calendar-body.month .day .events .event.sum{color:#3a4669;font-size:10px}.calendar-page .calendar-body.month .day .events .event.sum div{margin-bottom:3px}.calendar-page .calendar-body.month .day .events .event.sum .total{color:#3a4669;display:flex;font-size:11px;font-weight:700;justify-content:space-between}.calendar-page .calendar-body.month .day .events .event.sum .total .crc{align-items:center;background-color:#fff;border-radius:50%;color:#616674;display:inline-flex;font-size:11px;font-weight:700;height:19px;justify-content:center;min-width:19px;padding:0 3px;text-align:center;width:auto}.calendar-page .calendar-body.month .day .events .event.sum .sum-line{align-items:center;display:flex}.calendar-page .calendar-body.month .day .events .event.grouped{color:#3a4669;font-size:11px;font-weight:700;overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}.calendar-page .calendar-body.month .day .events .event.grouped .event-text{font-weight:400}.calendar-page .calendar-body.month .day .events .event.grouped .event-header{width:100%}.calendar-page .calendar-body.month .day .events .event.grouped .event-header .event-header-text{align-items:center;display:flex;display:block;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 41px)}.calendar-page .calendar-body.month .day .events .event.grouped{display:flex;flex-direction:row}.calendar-page .calendar-body.month .day .events .event.single{display:flex;flex-direction:row;overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}.calendar-page .calendar-body.month .day .events .event.single .event-header{width:100%}.calendar-page .calendar-body.month .day .events .event.single .event-header .event-header-text{align-items:center;display:flex;display:block;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 18px)}.calendar-page .calendar-body.week{border:initial!important;border-bottom:initial!important;border-top:1px solid #eaeeef!important;flex-wrap:wrap!important;justify-content:space-between}.calendar-page .calendar-body.week .calendar-col{border-left-width:1px!important;border-right-width:1px!important}.calendar-page .calendar-body.week .calendar-col .events{padding:0 7px 7px}.calendar-page .calendar-body.week .calendar-col .event:nth-of-type(1n+8){display:none}.calendar-page .calendar-body.week .calendar-col .event{background-color:#f7f9fa;border-radius:4px;cursor:default;padding:8px 6px}.calendar-page .calendar-body.week .calendar-col .event .event-header{align-items:center;color:#3a4669;display:flex;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-page .calendar-body.week .calendar-col .event .event-text{color:#3a4669;font-size:11px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-page .calendar-body.week .calendar-col .event.sum{color:#3a4669;font-size:10px}.calendar-page .calendar-body.week .calendar-col .event.sum div{margin-bottom:3px}.calendar-page .calendar-body.week .calendar-col .event.sum .total{color:#3a4669;display:flex;font-size:11px;font-weight:700;justify-content:space-between}.calendar-page .calendar-body.week .calendar-col .event.sum .total .crc{align-items:center;background-color:#fff;border-radius:50%;color:#616674;display:inline-flex;font-size:11px;font-weight:700;height:19px;justify-content:center;text-align:center;width:19px}.calendar-page .calendar-body.week .calendar-col .event.sum .sum-line{align-items:center;display:flex}.calendar-page .calendar-body.week .calendar-col .event.grouped{color:#3a4669;flex-direction:column;font-size:11px;font-weight:700;height:44px;padding:6px 8px 5px 6px}.calendar-page .calendar-body.week .calendar-col .event.grouped .event-text{color:#616674}.calendar-page .calendar-body.week .calendar-col .event.grouped .event-header .event-header-text{align-items:center;display:flex;display:block;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 41px)}.calendar-page .calendar-body.week .calendar-col .event.grouped .event-header .crc{align-items:center;background-color:#fff;border-radius:50%;color:#616674;display:inline-flex;font-size:11px;font-weight:700;height:19px;justify-content:center;margin-left:auto;text-align:center;width:19px}.calendar-page .calendar-body.week .calendar-col .event.single{padding:6px 8px 5px 6px}.calendar-page .calendar-body.week .calendar-col .event.single .event-text{margin-top:2px}.calendar-page .calendar-body.week .calendar-col .event.single .event-header .event-header-text{align-items:center;display:flex;display:block;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 18px)}.calendar-page .calendar-footer.week{border:initial!important;border-bottom:1px solid #eaeeef!important}.calendar-page .calendar-footer.week .calendar-col{border-left-width:1px!important;border-right-width:1px!important;padding-top:40px!important}.calendar-page .calendar-body.day-mode{border:none!important;flex-direction:column!important}.calendar-page .calendar-body.day-mode .day-event{background-color:#f7f9fa;border-radius:4px;margin-bottom:16px;max-width:613px;padding:6px 0 5px 6px;width:100%}.calendar-page .calendar-body.day-mode .day-event .event-header{align-items:center;color:#3a4669;display:flex;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.calendar-page .calendar-body.day-mode .day-event .event-type{font-weight:400;margin-top:2px}.calendar-page .calendar-body.day-mode .day-event .event-type,.event-tooltip .event-title{color:#3a4669;font-size:11px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.event-tooltip .event-title{font-weight:700;margin-bottom:4px}.event-tooltip .event-type{color:#3a4669;font-size:11px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:12px}.event-tooltip .event-type:last-of-type{margin-bottom:0}.event{background-color:#f7f9fa;border-radius:4px;cursor:default;padding:8px 6px}.event .event-header{color:#3a4669;flex-direction:row;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.event .event-header,.event .event-header .event-header-text{align-items:center;display:flex}.event .event-text{color:#3a4669;font-size:11px;font-weight:400}.event.sum{color:#3a4669;font-size:10px}.event.sum div{margin-bottom:3px}.event.sum .total{color:#3a4669;display:flex;font-size:11px;font-weight:700;justify-content:space-between}.event.sum .total .crc{align-items:center;background-color:#fff;border-radius:50%;color:#616674;display:inline-flex;font-size:11px;font-weight:700;height:19px;justify-content:center;text-align:center;width:19px}.event.sum .sum-line{align-items:center;display:flex}.event.grouped{color:#3a4669;display:flex;flex-direction:column;font-size:11px;font-weight:700;padding:3px 6px}.event.grouped .event-text{color:#3a4669;font-size:11px;font-weight:400}.event.grouped .event-header .event-header-text{align-items:center;display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre;white-space:nowrap;width:calc(100% - 41px)}.event.grouped .event-header .crc{align-items:center;background-color:#fff;border-radius:50%;color:#616674;display:inline-flex;font-size:11px;font-weight:700;height:19px;justify-content:center;margin-left:auto;text-align:center;width:19px}.event.single{display:flex;flex-direction:column;padding:3px 6px}.event.single .event-header-text{align-items:center;display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre;white-space:nowrap}.weekReportBtn{width:203px}.ml4{margin-left:4px}.newMap .leaflet-container{height:50vh;margin:70px auto 0;width:100%}.devider{background-color:#f7f9fa;height:5px;width:100%}.rd-drop.facility{margin-right:0!important;margin-top:8px}.rd-drop.facility .reportBtn{height:48px!important;width:48px!important}.rd-drop.facility .reportBtn #Icon-Download-file,.rd-drop.facility .reportBtn path{fill:#3a4669}.rd-drop .reportBtn:disabled{cursor:default;opacity:.5}.rd-drop .reportBtn{height:32px!important;width:32px!important}.protean-DeficienciesAnalytics{border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #0000000d;padding:0}.protean-DeficienciesAnalytics .content-block{padding:32px 32px 48px 33px}.protean-DeficienciesAnalytics .qd-collapse{width:100%}.protean-DeficienciesAnalytics .qd-collapse .qd-collapse__trigger{align-items:center;border-radius:4px;color:#24272a;display:flex;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;height:34px;letter-spacing:normal;line-height:normal;padding:32px 17px 32px 25px;pointer-events:none;width:100%}.protean-DeficienciesAnalytics .qd-collapse .qd-collapse__trigger .collapsible-title{align-items:center;display:flex;pointer-events:all}.protean-DeficienciesAnalytics .title{color:#24272a;font-family:Roboto;font-size:24px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;margin-bottom:60px}.protean-DeficienciesAnalytics .fetch-filters .switch{align-items:center;height:36px}.protean-DeficienciesAnalytics .fetch-filters .buttons>.protean-btn{width:126px}.protean-DeficienciesAnalytics .fetch-filters .buttons>.protean-btn.clear-filters{padding:0 20px}.protean-DeficienciesAnalytics .fetch-filters .clear-button{height:38px;position:absolute;right:-32px;top:20px;width:38px}.protean-DeficienciesAnalytics .fetch-filters .clear-button svg{height:23px;width:23px}.protean-DeficienciesAnalytics .fetch-filters .fetch-filter>span{color:#a4a8b1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.protean-DeficienciesAnalytics .dispatch-table{width:100%}.protean-DeficienciesAnalytics .dispatch-table .extra{align-items:center;display:flex;height:40px;justify-content:flex-end;margin-bottom:8px}.protean-DeficienciesAnalytics .dispatch-table .extra .protean-btn:disabled{color:inherit;opacity:.7}.protean-DeficienciesAnalytics .dispatch-table .main-table{border-spacing:0;width:100%}.protean-DeficienciesAnalytics .dispatch-table .main-table .protean-pagintaion{display:flex;justify-content:flex-end;margin:16px 0}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;height:32px;letter-spacing:normal;line-height:normal;padding-left:18px;position:relative}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .wo-th.photos{max-width:120px!important;min-width:120px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .wo-th.max-width-150px{max-width:150px!important;min-width:150px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .wo-th.actions{max-width:170px!important;min-width:170px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .wo-th.actions.actions-flex{min-width:0!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter{display:none}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date{display:block}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .filter-select.date,.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-thead .wo-tr .hide{display:none}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .no-records{align-items:center;display:flex;height:150px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr.lastUpdated{background-color:#f7f9fa}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr{padding:12px 0}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td:not(.selection){align-items:flex-start!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td:not(.photos){padding-top:8px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.max-width-150px{max-width:150px!important;min-width:150px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td .comment{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box!important;max-height:34px;overflow:hidden;text-overflow:ellipsis}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td{align-items:center;align-items:flex-start;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:48px;letter-spacing:normal;line-height:normal;padding-left:18px;position:relative}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px;text-align:center}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos{max-width:120px!important;min-width:120px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions{max-width:170px!important;min-width:170px!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions.actions-flex{min-width:0!important}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns{display:flex;flex-direction:row}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .protean-btn{padding:0 19px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .protean-btn.email{margin-right:9px;padding:0;width:32px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .protean-btn.email:disabled{opacity:.5}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .protean-btn{align-items:center;display:flex;height:32px;justify-content:center}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .expanded-icon{margin-left:12px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .expanded-icon.fullAccess{margin-left:16px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .expanded-icon{background-color:#0000;border:initial;margin-right:12px;transition:transform .2s ease-in-out}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.actions .action-btns .expanded-icon.true{transform:rotate(90deg)}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos .photoCell{display:flex}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos .photoCell .image-loader{transform:scale(.5)}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos .photoCell .photoBtn{background-color:#0000;border:initial;height:48px;margin:0 12px 0 0;padding:0;width:48px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos .photoCell .photoBtn div,.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .wo-tr .wo-td.photos .photoCell .photoBtn img{height:48px;width:48px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table{border-bottom:1px solid #f7f9fa;max-height:0;overflow:hidden;padding:0 24px;transition:max-height .2s ease-out}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table.show{max-height:500px;transition:max-height .5s ease-in}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details{display:flex;flex-direction:column;width:100%}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .header-details{background-color:#f7f9fa;border-radius:4px;display:flex;flex:1 1;flex-direction:row;margin-bottom:12px;width:100%}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .header-details .header{border-radius:4px;color:#616674;display:flex;flex-shrink:2!important;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:9px 24px}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details{display:flex;flex:1 1;flex-direction:column;width:100%}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details .main-details.loading{flex-direction:row;max-height:70px;transform:translateY(-45px)}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details .main-details{display:flex;flex-direction:row;width:100%}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details .main-details .details-cell{align-items:center;border-radius:4px;color:#24272a;display:flex;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:9px 24px;word-break:break-word}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details .main-details .details-cell .text-block{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box!important;max-height:34px;overflow:hidden;text-overflow:ellipsis}.protean-DeficienciesAnalytics .dispatch-table .main-table .wo-tbody .sub-table .issue-details .content-details .main-details .details-cell .protean-badge{height:-webkit-fit-content;height:fit-content}.protean-DeficienciesAnalytics .dispatch-table .comment-tip{max-width:313px}.protean-DeficienciesAnalytics .dispatch-table .comment-tip.comment-tip-sub{border:1px solid red}.update-dispatch-modal .m-header h2{margin-bottom:32px}.update-dispatch-modal .m-body .photo-block{align-items:center;display:flex;flex-direction:row;justify-content:center}.update-dispatch-modal .m-body .photo-block .arrow{cursor:pointer;min-width:41px}.update-dispatch-modal .m-body .photo-block .arrow path{fill:#717171}.update-dispatch-modal .m-body .photo-block .arrow.arrow-left{transform:translateX(-15px)}.update-dispatch-modal .m-body .photo-block .arrow.arrow-right{transform:translateX(15px)}.update-dispatch-modal .m-body .photo-block .arrow.true{pointer-events:none}.update-dispatch-modal .m-body .photo-block .arrow.true path{fill:#a4a8b1}.update-dispatch-modal .m-body .photo-block .photo-container .image-loader{height:700px;width:536px}.update-dispatch-modal .m-body .photo-block .photo-container img{width:100%}.update-dispatch-modal .m-body .photo-block .photo-container img[src=null]{height:500px;width:400px}.update-dispatch-modal .col-12,.update-dispatch-modal .col-6{margin-bottom:16px}.update-dispatch-modal .col-12 .input-title.client-font,.update-dispatch-modal .col-6 .input-title.client-font{color:#24272a;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.update-dispatch-modal .col-12 .input-title,.update-dispatch-modal .col-6 .input-title{margin-bottom:8px}.update-dispatch-modal .col-12 textarea,.update-dispatch-modal .col-6 textarea{resize:none}.ml-16{margin-left:16px}.mr-12{margin-right:12px}.protean-radio-btn{filter:grayscale(1);height:14px;width:14px}.remove-file{cursor:pointer}.add-group-modal{font-family:Roboto}.add-group-modal .add-group-modal-close-btn{opacity:.5;right:24px;top:24px;width:24px}.add-group-modal .m-header{color:#24272a;margin-bottom:20px}.add-group-modal .m-footer button{margin:0;width:120px}.add-group-modal .m-body .test-table{max-height:631px;overflow-y:auto;padding-right:1px}.add-group-modal .m-body .test-table .extra{align-items:center;height:40px}.add-group-modal .m-body .test-table .extra .protean-btn:disabled{color:inherit;opacity:.7}.add-group-modal .m-body .test-table .extra .protean-btn.pass,.add-group-modal .m-body .test-table .extra .protean-btn.schedule{background-color:#578ef7;color:#fff;width:120px}.add-group-modal .m-body .test-table .extra .protean-btn.fail{background-color:#d96161;color:#fff;width:120px}.add-group-modal .m-body .test-table .extra .protean-btn.upload{align-items:center;display:flex}.add-group-modal .m-body .test-table .extra .protean-btn.upload svg g path{fill:#3a4669}.add-group-modal .m-body .test-table .extra .table-title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.add-group-modal .m-body .test-table .main-table{border-spacing:0;width:100%}.add-group-modal .m-body .test-table .main-table .protean-pagintaion{display:flex;justify-content:flex-end;margin:16px 0}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-weight:700;position:relative}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter{display:none}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date{display:block}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .filter-select.date,.add-group-modal .m-body .test-table .main-table .wo-thead .wo-tr .hide{display:none}.add-group-modal .m-body .test-table .main-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.add-group-modal .m-body .test-table .main-table .wo-tbody{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.add-group-modal .m-body .test-table .main-table .wo-tbody .no-records{align-items:center;display:flex;height:150px}.add-group-modal .m-body .test-table .main-table .wo-th{height:32px;padding-left:18px}.add-group-modal .m-body .test-table .main-table .sub-table{margin-bottom:24px;margin-top:7px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.add-group-modal .m-body .test-table .main-table .sub-table .wo-tbody .wo-tr{background-color:#0000}.add-group-modal .m-body .test-table .main-table .sub-table .wo-tbody .wo-tr.new{background-color:#f7f9fa}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .protean-btn{height:32px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .protean-btn:disabled{opacity:.7}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown{display:flex;position:relative}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:32px!important}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-toggle:after{margin-left:auto}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button:hover{background-color:#f0f2f4!important}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:32px;justify-content:center;padding:0;width:32px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;min-width:198px!important;padding-left:10px;padding-right:0}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:none;border-radius:4px!important;margin-top:0;max-height:100px;min-width:200px!important;overflow-y:scroll;top:100%}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .cell .color-status{display:none}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}.add-group-modal .m-body .test-table .main-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.add-group-modal .m-body .test-table .main-table .wo-td{align-items:center;min-height:48px;padding-left:18px;position:relative}.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px}.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.fail,.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.failed,.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.overdue{background-color:#dc6e6e}.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.retest,.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.test,.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.upcoming{background-color:#efc675}.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.pass,.add-group-modal .m-body .test-table .main-table .wo-td .protean-status-badge .crc.planned{background-color:#bcd87a}.add-group-modal .m-body .test-table .main-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.add-group-modal .m-body .test-table .main-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.add-group-modal .m-body .test-table .main-table .wo-td .big-Dot{align-items:center;background-color:#eaeeef;border-radius:12px;display:flex;height:24px;justify-content:center;width:24px}.add-group-modal .m-body .test-table .main-table .wo-td .big-Dot .sub-dot{border-radius:50%;height:10px;width:10px}.add-group-modal .m-body .test-table .main-table .wo-td .big-Dot .sub-dot.\31{background-color:#dc6e6e}.add-group-modal .m-body .test-table .main-table .wo-td .big-Dot .sub-dot.\32{background-color:#efc675}.add-group-modal .m-body .test-table .main-table .wo-td .big-Dot .sub-dot.\33{background-color:#bcd87a}.dropdown-toggle.issue.reportBtn{background-color:#0000!important;border:none!important;color:#578ef7!important;font-weight:700!important;padding:0!important}.dropdown-toggle.issue.reportBtn:after{margin-left:8px!important}.dropdown-toggle.issue.reportBtn:focus,.dropdown-toggle.issue.reportBtn:hover{background-color:#0000!important;border:none!important;box-shadow:none!important;color:#578ef7!important}.dropdown-menu.issue.user{left:auto;right:0}.dropdown-menu.issue.user .assign_user{width:320px}.protean-base-item .site-address{color:#a4a8b1;margin-bottom:12px}.protean-base-item .logs-list{max-height:235px;overflow-y:auto;position:relative}.protean-base-item .occurences-list{max-height:340px;overflow-y:auto}.protean-base-item.issuev2 .details-cell{color:#24272a!important;font-size:14px!important;font-weight:400!important}.protean-base-item.issuev2 .Collapsible__contentInner .issue-details{margin-top:24px}.protean-base-item.issuev2 .item-block .row-item{width:-moz-available}.protean-base-item.issuev2 .item-block.occurrences .row-item.occurrences .title{color:#24272a;font-size:14px;font-weight:700}.protean-base-item.issuev2 .item-block.details-logs .log-item .report{align-items:center;display:flex;justify-content:center;left:265px;padding:0;position:absolute;top:4px}.protean-base-item.issuev2 .item-block.details-logs .log-item:nth-of-type(2){margin-top:24px}.protean-base-item.issuev2 .item-block.details-logs .log-item{margin-left:57px}.protean-base-item.issuev2 .change-status-dropdown{top:27px!important}.protean-base-item.issuev2 .issue-details .header-details{margin-bottom:0}.protean-base-item.issuev2 .issue-details .main-details:nth-of-type(2) .details-cell{padding-top:0}.protean-base-item.issuev2 .issue-details .action-text{background:#0000;border:none;color:#578ef7;font-size:14px;font-weight:700}.protean-base-item.issuev2 .block-title.main{width:calc(100% - 460px)}.protean-base-item.issuev2 .block-title .atg-section{align-items:center;color:#616674;display:flex;font-size:14px;font-weight:700;margin-left:auto}.protean-base-item.issuev2 .block-title .atg-section .date{color:#24272a;font-size:14px;font-weight:400;margin-right:16px}.protean-base-item.issuev2 .block-title .atg-section .wo-badge-wrapper-oval{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.protean-base-item.issuev2 .block-title .atg-section .wo-badge-wrapper-oval .wo-badge-status-oval{height:10px;margin:0;width:10px}.protean-base-item.issuev2 .block-title.wo-title{color:#24272a;font-size:16px;font-weight:500}.protean-base-item.issuev2 .block-title.wo-title a{color:#578ef7;font-size:16px;font-weight:500}.protean-base-item.issuev2 .block-title.muted{color:#a4a8b1;font-size:16px;font-weight:500;margin-bottom:6px}.delete-group-icon path{fill:#d96161}.complete-button{width:150px}.complete-modal{font-family:Roboto;max-width:684px;width:684px}.complete-modal.complete-modal-sent svg{margin:0 auto}.complete-modal.close-modal{width:581px}.complete-modal h2{line-height:normal}.complete-modal .confirmation,.complete-modal h2{color:#24272a;font-stretch:normal;font-style:normal;letter-spacing:normal}.complete-modal .confirmation{line-height:1.5}.complete-modal .protean-btn-default{width:120px}.complete-modal .info-note{line-height:normal}.complete-modal .file-name,.complete-modal .info-note{color:#24272a;font-stretch:normal;font-style:normal;letter-spacing:normal}.complete-modal .file-name{line-height:inherit}.complete-modal .label{color:#a4a8b1}.complete-modal .comment-textarea,.complete-modal .label{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.complete-modal .comment-textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;color:#24272a;height:133px;padding:16px 12px;resize:none}.complete-modal .datepicker-block .single-input::placeholder,.complete-modal .protean-default-input::placeholder{color:#c4c7cf;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}#react-cool-portal .custom-picker.complete-date-picker{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;display:none;left:0;padding:34px 8px 8px;position:absolute;top:40px;width:302px;z-index:999}#react-cool-portal .custom-picker.complete-date-picker.show{display:block}#react-cool-portal .custom-picker.complete-date-picker .showButtons{display:flex;justify-content:flex-end;margin-top:16px}#react-cool-portal .custom-picker.complete-date-picker .showButtons .protean-btn{margin-left:16px;width:120px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-week-block{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months{display:flex;justify-content:space-between}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block{width:285px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-nav{align-content:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:25px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-nav-button{background:none;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;outline:inherit;padding:0}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-nav-button.hide-nav{visibility:hidden}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-nav .datepicker-month-title{align-self:center;color:#24272a;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:center}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-week-day{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.57;text-align:center;width:40px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-month-picker{height:32px;width:60px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block{display:flex;flex-direction:row;flex-wrap:wrap}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day{background:none;border:none;color:#24272a;cursor:pointer;font:inherit;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:32px;letter-spacing:normal;line-height:1.57;outline:inherit;padding:0;text-align:center;width:40px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker{height:50px;width:77px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker.selected:hover{background-color:#bcd87a}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.datepicker-month-picker:hover{background-color:#f7f9fa}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected{background-color:#bcd87a;border-radius:4px}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.selected.range{background-color:#bcd87a}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.in-list,#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day.range{background-color:#f7f9fa}#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day:disabled,#react-cool-portal .custom-picker.complete-date-picker .datepicker-months .datepicker-block .datepicker-days-block .datepicker-day[disabled]{cursor:default;opacity:.5}#react-cool-portal .custom-picker.complete-date-picker.range{width:720px}#react-cool-portal .custom-picker.complete-date-picker.range.single{width:auto}.select-option-inspector{align-items:center;cursor:pointer;display:flex;padding-bottom:4px;padding-left:16px;padding-top:4px}.select-option-inspector:hover{background-color:#deebff}.select-option-inspector .indicator{align-items:center;border:2px solid #616674;border-radius:50%;display:flex;height:14px;justify-content:center;margin-right:13px;width:14px}.select-option-inspector .indicator .true{background-color:#616674;border-radius:50%;display:flex;height:6px;width:6px}.siteTitleTip{color:#3a4669;font-size:11px;font-weight:700}.inspectionTitleTip{color:#3a4669;font-size:11px;font-weight:400}.user-menu{position:absolute;top:8px}.user-menu.operations-menu{top:2px}.user-menu{right:0}.user-menu .menu-button{background-color:#fff;border:none;height:16px;padding:0;width:16px}.user-menu .menu-button svg{transform:rotate(90deg)}.menu-content{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 8px 0 #00000014;height:402px;padding:4px 8px;position:absolute;width:176px}.menu-content .menu-search{margin-bottom:10px}.menu-content .menu-search .search-icon{position:absolute;right:14px;top:13px}.menu-content .menu-list{height:304px;overflow-y:auto}.menu-content .menu-list .list-items button{align-items:center;background:#0000;border:none;color:#24272a;display:flex;font-size:14px;margin:5px 0;padding:0;text-align:left;width:-webkit-fill-available}.menu-content .menu-list .list-items button svg path:nth-of-type(2){fill:#616674}.menu-content .menu-btns{display:flex;justify-content:space-between;margin-top:8px}.menu-content .menu-btns .apply,.menu-content .menu-btns .clear{width:76px}.protean-page-gantt{padding:38px 34px}.protean-page-gantt .gantt-page-header{align-items:center;display:flex;justify-content:space-between}.protean-page-gantt .gantt-page-header h4{color:#24272a;font-size:24px;font-weight:500;margin:0}.protean-page-gantt .gantt-filters .openBtn{width:110px}.protean-page-gantt .gantt-filters{align-items:center;display:flex;margin-top:32px}.protean-page-gantt .gantt-filters .month-year{color:#24272a;font-size:16px;font-weight:700;line-height:1.25;margin-left:24px}.protean-page-gantt .gantt-filters .switch{align-items:center;color:#24272a;display:inline-flex;font-size:14px;margin-left:auto}.protean-page-gantt .filter-row{display:flex;flex-direction:row;margin-top:24px;padding-bottom:1px}.protean-page-gantt .filter-row .filter-left{display:flex;flex-direction:row;width:-webkit-fill-available}.protean-page-gantt .filter-row .filter-left .filter-block{display:flex;flex-direction:column;height:60px;justify-content:flex-end;margin-right:16px}.protean-page-gantt .filter-row .filter-left .filter-block.range-filter{width:129px}.protean-page-gantt .filter-row .filter-left .filter-block.date{width:245px}.protean-page-gantt .filter-row .filter-left .filter-block.inspectors{margin-left:62px;width:160px}.protean-page-gantt .filter-row .filter-left .filter-block .filter-title{color:#a4a8b1;font-size:13px;font-weight:500;padding-left:1px}.protean-page-gantt .filter-row .filter-left .filter-block .filter-item{padding-left:1px}.protean-page-gantt .filter-row .filter-right{align-items:flex-end;display:flex;min-width:242px}.protean-page-gantt .filter-row .filter-right .apply{width:126px}.protean-page-gantt .filter-row .filter-right .clear{margin-right:16px;padding-left:0;padding-right:0;width:100px}.protean-page-gantt .operations{display:flex;flex:1 1;flex-direction:column;margin-top:32px;position:relative}.protean-page-gantt .operations .scroll-hack{left:0;position:absolute}.protean-page-gantt .operations .scroll-hack .itemRow{width:-webkit-fit-content;width:fit-content}.protean-page-gantt .operations .scroll-hack .itemRow .day{display:flex;min-width:124px}.protean-page-gantt .operations.Day .inspectors>.inspector>.inspector-days>.day>.event{max-width:408px}.protean-page-gantt .operations.Month .inspectors{overflow-x:auto;padding:0 1px 1px}.protean-page-gantt .operations.Month .inspectors::-webkit-scrollbar{display:none}.protean-page-gantt .operations.Month .inspectors .itemRow{width:-webkit-fit-content;width:fit-content}.protean-page-gantt .operations.Month .inspectors .itemRow .day{min-width:124px}.protean-page-gantt .operations.Month .inspectors .inspector{width:-webkit-fit-content;width:fit-content}.protean-page-gantt .operations.Month .inspectors .inspector .inspector-days>.day{min-width:124px;width:124px}.protean-page-gantt .operations .inspectors{width:100%}.protean-page-gantt .operations .inspectors .itemRow{display:flex;flex:1 1;height:32px;margin-bottom:8px;min-width:0}.protean-page-gantt .operations .inspectors .itemRow .day{flex:1 1}.protean-page-gantt .operations .inspectors .itemRow .day span{color:#a4a8b1;font-size:13px;font-weight:700;margin-left:8px}.protean-page-gantt .operations .inspectors .itemRow .day.active>span{border-bottom:2px solid #578ef7}.protean-page-gantt .operations .inspectors .inspector{display:flex;flex-direction:column}.protean-page-gantt .operations .inspectors .inspector .inspector-row{align-items:center;background-color:#e0e8f1;border-radius:4px;color:#3a4669;display:flex;font-size:13px;font-weight:700;height:32px;padding:9px 8px 8px 16px}.protean-page-gantt .operations .inspectors .inspector .inspector-days{display:flex;flex-direction:row;min-width:0;outline:1px solid #eaeeef}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day{flex:1 1;min-height:30px;min-width:0;outline:1px solid #eaeeef;padding:8px 4px 0}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event{background-color:#f1fbdc;border-radius:4px;display:flex;flex:1 1;flex-direction:column;height:44px;margin-bottom:8px;position:relative}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .status{border-bottom-left-radius:4px;border-top-left-radius:4px;height:100%;left:0;position:absolute;top:0;width:3px}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .status.red{background-color:#dc6e6e}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .status.green{background-color:#7fac16}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .status.yellow{background-color:#daa836}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .site{font-weight:700}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .inspection,.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .site{color:#3a4669;font-size:11px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time{align-items:flex-start;display:flex;position:absolute;right:.5px;top:1px}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time .number{font-size:12px;font-weight:900;text-align:center}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time .number.red{color:#dc6e6e}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time .number.yellow{color:#daa836}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time .gantt-clock.red #GanttClock{fill:#dc6e6e;stroke:#dc6e6e}.protean-page-gantt .operations .inspectors .inspector .inspector-days .day .event .time .gantt-clock.yellow #GanttClock{fill:#ea9610;stroke:#ea9610}.protean-page-gantt .scroll-hack{height:8px;left:150px;overflow-x:auto;position:absolute;top:30px;width:-webkit-fill-available}.protean-page-gantt .scroll-hack .itemRow{display:flex}.protean-page-gantt .scroll-hack .itemRow .day{align-items:center;display:flex;flex:1 1;margin-left:1px;min-width:60px}.protean-page-gantt .scroll-hack::-webkit-scrollbar{background-color:#0000;height:8px;width:5px}.protean-page-gantt .scroll-hack::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:4px;height:8px}.protean-page-gantt .summary{position:relative}.protean-page-gantt .summary.Day .routes .itemRow.header{transform:translateX(-142px)}.protean-page-gantt .summary.Day .routes .itemRow .day{margin-left:0}.protean-page-gantt .summary.Day .routes .itemRow .day .route-block{max-width:35vw}.protean-page-gantt .summary.Month .routes{overflow-x:auto}.protean-page-gantt .summary.Month .routes::-webkit-scrollbar{display:none}.protean-page-gantt .summary.Month .routes .itemRow .day{min-width:60px}.protean-page-gantt .summary{display:flex;flex-direction:row;margin-top:32px}.protean-page-gantt .summary .inspectors .inspector.hide{visibility:hidden}.protean-page-gantt .summary .inspectors .inspector{align-items:center;background-color:#e0e8f1;border-bottom-left-radius:4px;border-top-left-radius:4px;color:#3a4669;display:flex;font-size:13px;font-weight:700;height:32px;margin-bottom:8px;padding:0 24px 0 16px;width:150px}.protean-page-gantt .summary .routes{display:flex;flex:1 1;flex-direction:column}.protean-page-gantt .summary .routes .itemRow{display:flex;height:32px;margin-bottom:8px}.protean-page-gantt .summary .routes .itemRow .day{margin-left:1px}.protean-page-gantt .summary .routes .itemRow .day.routeDay{background-color:#e0e8f1;padding:4px}.protean-page-gantt .summary .routes .itemRow .day.routeDay:last-of-type{border-bottom-right-radius:4px;border-top-right-radius:4px}.protean-page-gantt .summary .routes .itemRow .day.routeDay .route-block{background-color:#7794e4;border-radius:4px;flex:1 1;height:24px}.protean-page-gantt .summary .routes .itemRow .day.routeDay .route-block .filler{background-color:#7794e4;border-radius:4px;height:24px;margin-left:auto;transform:translateX(14px);width:20px}.protean-page-gantt .summary .routes .itemRow .day{align-items:center;display:flex;flex:1 1}.protean-page-gantt .summary .routes .itemRow .day span{color:#a4a8b1;font-size:13px;font-weight:700}.protean-page-gantt .summary .routes .itemRow .day.active>span{border-bottom:2px solid #578ef7}.gantt-header{display:flex;margin-top:10pt;white-space:nowrap}.gantt-header-child{display:inline-block;height:32px;margin:0 5pt;min-width:100pt}.gantt-table{overflow:auto}.gantt-table table{border-collapse:collapse;margin:5pt 0;min-width:500pt;width:100%}.gantt-table table tr:last-child>td{border-bottom:0}.gantt-table table td{border:1pt solid #eaeeef!important;min-height:10pt;padding:5pt}th.header-cell{color:#c4c7cf!important;font-size:13px;font-size:13pt;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-left:10pt}td.inspector-cell{background-color:#3a4669;border-left:0;border-right:0;color:#f7f9fa}td.grey-cell{background-color:#f7f9fa;color:#3a4669;vertical-align:top}td.route-cell{min-width:30pt;vertical-align:top}.gantt-table-month tr td{max-width:100px;min-width:100px;width:100px}.route-plan-completed,.route-plan-planned{max-width:135pt;min-width:10pt;width:100%}.route-plan-completed{background-color:#dbe7ed;border:1pt solid #bcd87a}.point-completed{color:#f7f9fa}.nothing-to-view{text-align:center}.range-date-picker-cross{height:38px;position:absolute;right:-32px;top:23px;width:38px}.client-search{margin-left:14px;width:260px}.mode-select{height:38px!important}.protean-dashboard.protean-dashboardV2{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;box-shadow:0 2px 4px 0 #0000000d;padding:0 0 60px}.protean-dashboard.protean-dashboardV2 .dashboard-widget{position:relative}.protean-dashboard.protean-dashboardV2 .dashboard-widget .protean-atg-commands.table-content .wo-table{min-height:150px;position:relative}.protean-dashboard.protean-dashboardV2 .dashboard-widget .no-client{color:#a4a8b1}.protean-dashboard.protean-dashboardV2 .dashboard-widget .no-client.trends{background:#ffffffa3;height:calc(100% - 100px);position:absolute;top:70px;width:100%;z-index:94}.protean-dashboard.protean-dashboardV2 .dashboard-widget .no-client.numbers{background:#ffffff7a;height:100%;position:absolute;transform:translateX(-30px);width:100%;z-index:94}.protean-dashboard.protean-dashboardV2 .dashboard-widget .no-client.atgalarms{align-items:center;background:#ffffff7a;display:flex;height:200px;justify-content:center;padding-top:100px;position:absolute;top:-50px;width:100%;z-index:94}.protean-dashboard.protean-dashboardV2 .dashboard-widget .no-client.calendarWidget{align-items:center;background:#ffffff7a;display:flex;height:190px;justify-content:center;position:absolute;top:120px;transform:translateX(-20px);width:100%;z-index:94}.protean-dashboard.protean-dashboardV2 .dashboard-widget{border-bottom:5px solid #f7f9fa}.protean-dashboard.protean-dashboardV2 .dashboard-widget:last-of-type{border-bottom:none}.protean-dashboard.protean-dashboardV2 .dashboard-widget .dashboard-title{color:#24272a;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget{padding:32px 29px 34px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar{padding:35px 11px 0;position:relative}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .weekReportBtn:disabled svg{opacity:.5}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .flex-row>.mutedTabs .nav-item>.nav-link.facility-tab{color:#c4c7cf;pointer-events:none}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .flex-row>.mutedTabs .nav-item>.nav-link.facility-tab.active:before{background-color:#0000}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-info{align-items:center;display:flex}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-info .week{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-left:15px;margin-right:9px;padding:5px 9px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-header{display:flex;flex-direction:row;flex-wrap:nowrap;height:27px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-header .calendar-col{color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-header .calendar-col .current{border-bottom:2px solid #578ef7;padding-bottom:5px;padding-right:5px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-header .calendar-col a,.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-header .calendar-col span{color:#c4c7cf!important;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body{border:2px solid #eaeeef;border-bottom:none;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:150px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col{border-left:2px solid #eaeeef;border-right:2px solid #eaeeef;color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;max-height:580px;overflow:hidden;padding:7.5px 3.5px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row{margin-bottom:12px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item{align-items:flex-start;background-color:#f7f9fa;border-radius:4px;color:#616674;display:flex;display:none;flex-direction:column;font-family:Roboto;font-size:11px;font-stretch:normal;font-style:normal;font-weight:700;height:44px;letter-spacing:normal;line-height:normal;margin-bottom:4px;padding:5px 6px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item{min-width:0}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item div{cursor:default;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item .event-icon{display:inline-flex;margin:0 3px 4px 0}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-body .calendar-col .facility-row .calendar-item .item-details{color:#616674;font-size:11px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-footer{border:2px solid #eaeeef;border-top:none;display:flex;flex-direction:row;flex-wrap:nowrap}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-footer .calendar-col{border-left:2px solid #eaeeef;border-right:2px solid #eaeeef;color:#c4c7cf;flex:2 1;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:7.5px 3.5px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .calendar-widget .calendar .calendar-footer .calendar-col .calendar-item{display:flex}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container{display:flex;gap:16px;overflow-x:auto}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .quick_dispatch_widget_card_wrapper{display:flex;flex-basis:0;flex-direction:row;flex-grow:1;min-width:300px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .quick_dispatch_widget_card_wrapper>.quick_dispatch_widget_card{background-color:#fcfdfd;border:1px solid #eaeeef;border-radius:4px;cursor:pointer;height:120px;padding:16px;width:100%}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .quick_dispatch_widget_card_wrapper .brd_none{border-bottom-right-radius:0;border-top-right-radius:0}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .quick_dispatch_widget_card_wrapper .bld_none{border-bottom-left-radius:0;border-top-left-radius:0}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .quick_dispatch_widget_card_wrapper .overflow-y-auto{overflow-y:auto}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .flex-grow-2{flex-grow:2}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .card_title{color:#767a85;font-size:18px;font-weight:400;padding-left:15px}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .card_count{color:#24272a;font-size:28px;font-weight:700;text-align:end}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .card_content{display:flex;justify-content:space-between;padding:2px 0}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .card_content .item_description{color:#767a85;font-size:14px;font-weight:400}.protean-dashboard.protean-dashboardV2 .dashboard-widget .quick_dispatch_widget_container .card_content .item_count{color:#24272a;font-size:16px;font-weight:500}.protean-dashboard.protean-dashboardV2 .conf-error{align-items:center;display:flex;flex-direction:column;padding-top:32px}.protean-dashboard.protean-dashboardV2 .conf-error h1{color:#3a4669;font-size:18px;font-weight:700}.protean-dashboard.protean-dashboardV2 .conf-error svg{margin-top:60px}.dashBord-widget-card .table-content .wo-table .wo-track .wo-tbody .wo-tr{background-color:#fff!important}#DashboardWidgetCard.table-content-dashboard.line-item-table{word-break:break-word}#DashboardWidgetCard.table-content-dashboard{color:#616674;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}#DashboardWidgetCard.table-content-dashboard .table-title{angle:0 deg;color:#24272a;font-family:Roboto;font-size:18px;font-weight:500;letter-spacing:0;line-height:100%;opacity:1}#DashboardWidgetCard.table-content-dashboard .pagination-size{margin-left:10px!important}#DashboardWidgetCard.table-content-dashboard .pagination-size .pagination-label{color:#24272a;font-family:Roboto;font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;margin-right:8px}#DashboardWidgetCard.table-content-dashboard .pagination-size .protean-select .selected-text{margin:0}#DashboardWidgetCard.table-content-dashboard .dashboard-action-btns{gap:26px!important}#DashboardWidgetCard.table-content-dashboard .dashboard-action-btns .export-btn{align-items:center;background:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;display:flex;font-family:Roboto;font-size:13px;font-weight:700;height:30px;letter-spacing:0;padding:8px 18px;text-align:center;transition:background .2s ease}#DashboardWidgetCard.table-content-dashboard .dashboard-action-btns .export-btn:hover{background:#f0f2f4}#DashboardWidgetCard.table-content-dashboard .extra{display:flex;justify-content:flex-end}#DashboardWidgetCard.table-content-dashboard .no-records{align-items:center;min-height:150px}#DashboardWidgetCard.table-content-dashboard .wo-table{border-spacing:0}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:5px;-webkit-user-select:none;user-select:none}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-th{height:32px;padding-left:18px}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table{margin-left:33px;margin-top:7px}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td.wo-linetems{min-height:auto!important}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td .line-item-link{color:#3f66d4;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;word-break:break-word}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td .cell .color-status{display:none}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td .cell.pending{align-items:center;display:flex}#DashboardWidgetCard.table-content-dashboard .wo-table .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .wo-th{color:#767a85;font-family:Roboto;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;letter-spacing:0;line-height:normal;line-height:100%;position:relative}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container{position:relative}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .menu-toggler{cursor:pointer}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu{background-color:#fff;border:1px solid #eaeeef;border-radius:8px;box-shadow:2px 2px 18px 0 #00000014;display:none;position:absolute;right:0;top:28px;width:240px;z-index:9}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu.show{display:block}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-header{border-bottom:1px solid #eaeeef;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-radius:8px;font-size:14px;padding:12px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-header .menu-warning{align-items:flex-start;background-color:#f7f9fa;color:#d93025;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding-bottom:15px;padding-top:15px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-header .menu-warning .warning-msg{leading-trim:NONE;color:#24272a;font-family:Roboto;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-header .menu-selected-text{leading-trim:NONE;align-items:center;color:#24272a;display:flex;font-family:Roboto;font-size:12px;font-style:Medium;font-weight:500;height:30px;justify-content:start;letter-spacing:0;line-height:100%}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner{max-height:var(--menu-height);overflow:auto}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner .menu-col-item{align-items:center;color:#24272a;cursor:pointer;display:flex;gap:8px;height:40px;padding-left:16px!important}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner .menu-col-item input[type=checkbox]{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1.56px solid #616674;border-radius:4px;cursor:pointer;display:inline-flex;height:16px;justify-content:center;outline:none;width:16px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner .menu-col-item input[type=checkbox]:checked{background-color:#578ef7;border-color:#578ef7}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner .menu-col-item input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:inline-block;height:8px;transform:rotate(45deg);width:4px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner .menu-col-item .lebal-text{color:#24272a;font-family:Roboto;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:100%}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner::-webkit-scrollbar{width:4px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .table-menu-container .table-menu .menu-inner::-webkit-scrollbar-thumb{background-color:#d6d9dc;border-radius:3.5px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter{display:none}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date{display:block}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker.true{display:block}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker.left{left:auto;right:0}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .filter-select.date,#DashboardWidgetCard.table-content-dashboard .wo-table .wo-thead .wo-tr .hide{display:none}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tbody .status-cell{align-items:center;display:flex;justify-content:space-between;width:130px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tbody .status-cell .wo-badge{align-items:center;display:flex;height:24px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tbody .wo-tr.inspections{background-color:#fff;border-bottom:1px solid #eaeeef;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tbody .wo-tr.inspections.selected{background-color:#f7f9fa}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-tbody .wo-tr.inspections .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}#DashboardWidgetCard.table-content-dashboard .wo-table.wo-track .wo-tbody .wo-tr{border-radius:4px;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:58px;letter-spacing:normal;letter-spacing:0;line-height:100%}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-td{align-items:center;height:auto;min-height:48px;padding-left:18px;position:relative}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-td .status-tdCell{angle:0 deg;background-color:#f0f2f4;border:1px solid #eaeeef;border-radius:12px;color:#767a85!important;font-weight:500;height:24px;opacity:1;padding:5px 8px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}#DashboardWidgetCard.table-content-dashboard .wo-table .wo-td .expanded-icon.true{transform:rotate(90deg)}.management{font-family:Roboto}.management .wo-tbody{word-break:break-all}.management .date-disclaimer{color:#a4a8b1;margin-top:10px}.management .protean-btn{min-width:-webkit-fit-content;min-width:fit-content;padding:9px 11px}.management .export-button{min-width:127px}.management .equipment-block-title{color:#616674}.management .equipment-info-block.tank .atg-item-header{min-width:150px}.management .tank-label{background-color:#f7f9fa;border-radius:15px;color:#616674;height:24px;padding:0 16px}.management .tank-label span{color:#a4a8b1;margin-right:4px}.management svg.icon-active g path:last-child{fill:#616674}.delivery-request{max-width:418px;width:418px}.delivery-request.delivery-request-email{max-width:664px;width:664px}.delivery-request h2{color:#24272a}.delivery-request .label,.delivery-request h2{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.delivery-request .label{color:#a4a8b1}.delivery-request .comment-textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;color:#24272a;font-stretch:normal;font-style:normal;height:133px;letter-spacing:normal;line-height:normal;padding:16px 12px;resize:none;width:100%}.delivery-request .datepicker-block .single-input::placeholder{color:#c4c7cf;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.delivery-request .user-select::placeholder{color:red}.delivery-request .protean-default-input::placeholder{color:#c4c7cf;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.top-z-index{z-index:9999}.priority-wrapper{border:7px solid #f7f9fa;border-radius:50%;height:24px;width:24px}.workorder-block .logs-list{max-height:235px;overflow-y:auto}.workorder-block .block-title{color:#24272a;cursor:pointer;font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;padding-bottom:20px}.group-modal{max-width:965px;width:965px}.group-modal .unselected-issues{max-height:320px;overflow-y:auto}.group-modal .issue-wrap{flex-wrap:wrap;max-height:100px;max-width:900px;overflow-y:auto;width:-webkit-fit-content;width:fit-content}.group-modal .separator{background-color:#f7f9fa;height:5px}.group-modal.update-modal .wrapper{max-height:724px;overflow-y:auto}.group-modal.update-modal .created-label{color:#616674}.group-modal.update-modal .created-label,.group-modal.update-modal .created-label span{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.group-modal.update-modal .created-label span{color:#24272a}.group-modal.delete-modal{width:685px}.group-modal.delete-modal .delete-text{color:#24272a}.group-modal.delete-modal .delete-note,.group-modal.delete-modal .delete-text{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.group-modal.delete-modal .delete-note{color:#616674}.group-modal .issue-tag{background-color:#e0e8f1;border-radius:15px;color:#3a4669;display:inline-block;margin:0 12px 12px 0;padding:4px 10px;text-transform:uppercase;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.group-modal .command-header h2{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.group-modal .body{padding-top:20px}.group-modal .body .group-modal-buttons{place-content:flex-end}.group-modal .body .group-modal-buttons .protean-btn{justify-content:center;text-align:center;width:120px}.group-modal .body .wo-tbody .wo-tr{background-color:#fff;border-bottom:1px solid #f7f9fa;color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.group-modal .body .wo-tbody .wo-tr.selected{background-color:#ffecec}.group-modal .body .comment-textarea{background-color:#fff;border:1px solid #eaeeef;border-radius:4px;color:#24272a;font-size:14px;font-weight:400;padding:16px 12px;resize:none;width:100%}.group-modal .body .comment-textarea,.group-modal .label{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.group-modal .label{color:#a4a8b1;font-size:13px;font-weight:500;padding-bottom:8px}.sub-table .wo-subtable-row{border-bottom:1px solid #f7f9fa}.protean-workorder .site-address{color:#a4a8b1}.protean-workorder .block-title .extra{justify-content:flex-end;margin-top:-10px}.protean-workorder .comment-group .comment .title{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.protean-workorder .comment-group .inner-comment{color:#616674;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.29}.protean-workorder .comment-group .inner-comment .title{font-size:14px;font-weight:700}.protean-workorder .comment-group .inner-comment .date{font-size:12px;font-weight:700;line-height:1.5}.protean-workorder .actions-cell .icon{cursor:pointer}.protean-workorder .actions-cell .icon.disabled{cursor:default}.protean-workorder .actions-cell svg{flex:1 1 32px}.protean-workorder .actions-cell svg.delete-icon g{fill:#d96161}.protean-workorder .actions-cell svg.delete-icon.disabled g{fill:#a4a8b1}.protean-workorder .actions-cell svg.edit-icon g{fill:#616674}.protean-workorder .actions-cell svg.edit-icon.disabled g{fill:#a4a8b1}.protean-workorder .workorder-block-title{margin-bottom:44px}.protean-workorder .workorder-block-title .actions .dropdown-menu{left:auto;right:0;width:534px}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map{background-color:#f7f9fa;border-radius:4px;display:flex;flex-direction:row;padding:8px 16px 0}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map .column{width:50%}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map .column .keys-item{display:flex;flex:.5 1;height:22px;margin-bottom:8px}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map .column .keys-item .keys-title{align-items:center;background-color:#fff;border-radius:4px;color:#616674;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;height:22px;justify-content:center;letter-spacing:normal;line-height:normal;margin-right:8px;min-width:90px;text-align:center}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map .column .keys-item .keys-title.true{background-color:#0000!important}.protean-workorder .workorder-block-title .actions div>div>#keys-map.keys-map .column .keys-item .keys-value{align-items:center;color:#616674;display:flex;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;height:22px;justify-content:center;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block-title .actions .protean-btn{align-items:center;display:flex;height:40px;justify-content:center;padding:0;width:40px}.protean-workorder .workorder-block-title .wo-title{color:#24272a;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.protean-workorder .workorder-block-title .site-name{color:#a4a8b1;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin-top:24px}.wo-tracking.on-cleared{animation:pulse 2s linear infinite;background-color:#f7f9fa;border:1px solid #578ef7;box-shadow:0 0 0 0 #578ef74d}.filter-cleared-info{animation:blink-animation 2s steps(5,start) 1;-webkit-animation:blink-animation 2s steps(5,start) 1;color:#616674;margin-left:10px;width:267px}@keyframes blink-animation{to{color:#578ef7}}@keyframes pulse{0%{box-shadow:0 0 0 0 #578ef74d}70%{box-shadow:0 2px 14px 0 #578ef74d}to{box-shadow:0 0 0 0 #578ef74d}}.protean-tooltip.wo-group-name{line-height:1.38;max-width:274px}.tags-tooltip{color:#77972c;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;max-width:655px;width:-webkit-fit-content;width:fit-content}.tags-tooltip .label{background-color:#f1ffd0;border-radius:4px;display:inline-block;margin-bottom:8px;padding:5px 12px;text-transform:uppercase}.tags-tooltip .label:not(:last-child){margin-right:8px}.tags{color:#77972c;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;width:-webkit-fit-content;width:fit-content}.tags .label{background-color:#f1ffd0;border-radius:4px;display:inline-block;margin-bottom:8px;padding:5px 12px;text-transform:uppercase}.tags .label:not(:last-child){margin-right:8px}.protean-tooltip-tag{background-color:#fff!important;border-radius:4px!important;box-shadow:0 2px 6px 0 #0000001a!important;color:#616674!important;font-size:13px!important;font-weight:500!important;padding:8px 8px 0!important}.protean-tooltip-tag.show{opacity:1!important}.protean-tooltip-tag:after{border:none!important}.tags-wrapper svg{min-height:19px;min-width:15px}.tags-wrapper svg:hover path{stroke:#616674}.atg-display-response{font-family:monospace;max-height:400px;overflow-y:auto;word-break:break-all}#terminal-export-icon{display:inline-flex}#terminal-export-icon g{fill:#fff}.terminal-error-image,.terminal-loading{display:flex;justify-content:center;margin-top:45px}.terminal-loading{align-items:center;color:#a4a8b1;flex-direction:column;font-size:14px;font-weight:400}.colored-statuses .wrapper-select{width:400px!important}.colored-statuses.sub-colored-statuses .wrapper-select{width:350px!important}.colored-statuses .results .select-item{align-items:center}.colored-statuses .dot.yellow{background-color:#efc675}.colored-statuses .dot.gray{background-color:#a4a8b1}.colored-statuses .dot.green{background-color:#bcd87a}.colored-statuses .dot.red{background-color:#dc6e6e}.command-modal .command-modal-table{font-stretch:normal;font-style:normal;letter-spacing:normal}.command-modal .command-modal-table .command-modal-header{flex-direction:row}.command-modal .command-modal-table .command-modal-header .header-cell{color:#c4c7cf!important;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;width:150px}.command-modal .command-modal-table .command-modal-header .header-cell.site{width:270px}.command-modal .command-modal-table .command-modal-header .header-cell.command{width:auto}.command-modal .command-modal-table .command-body{flex-direction:column;max-height:350px!important;overflow-y:auto}.command-modal .command-modal-table .command-body .command-row{flex-direction:row}.command-modal .command-modal-table .command-body .command-row .command-cell{align-content:center;color:#616674;display:inline-flex;flex-wrap:wrap;font-family:Roboto;height:40px;width:150px}.command-modal .command-modal-table .command-body .command-row .command-cell.site{width:270px}.command-modal .command-modal-table .command-body .command-row .command-cell.command{width:auto}.command-modal .command-modal-table .command-body .command-row .command-cell.command .command-code{margin-right:10px}.command-modal.result-modal .command-modal-header .header-cell.command,.command-modal.result-modal .command-modal-header .header-cell.site{width:270px}.command-modal.result-modal .command-modal-header .header-cell.status{width:75px}.command-modal.result-modal .command-modal-header .header-cell.action{width:100px}.command-modal.result-modal .command-body .command-row .command-cell.site{width:270px}.command-modal.result-modal .command-body .command-row .command-cell.command{height:-webkit-fit-content;height:fit-content;min-height:40px;width:272px}.command-modal.result-modal .command-body .command-row .command-cell.status{width:75px}.command-modal.result-modal .command-body .command-row .command-cell.action{width:100px}.command-modal.result-modal .command-body .command-row .command-cell .action-btn{height:30px;width:30px}.command-modal.result-modal .command-body .command-row .command-cell .view-btn{margin-right:8px;padding:4px}.command-modal.result-modal .command-body .command-row .command-cell .disabled-action .icon{opacity:.3}.command-modal.result-modal .command-body .command-row .command-cell .disabled-action .spinner{left:6px;position:absolute;top:6px}.command-modal .connection-modal-footer .modal-btn{margin:0;min-width:130px}.command-modal .connection-modal-footer .download-btn{display:flex}.command-modal .connection-modal-footer .download-btn svg{fill:#fff;margin-right:4px}.facility-actions-dropdown .reportBtn{background-color:#578ef7!important;border-radius:4px;color:#fff;font-size:14px;font-weight:700;padding:10px 20px}.facility-actions-dropdown .reportBtn:disabled{background-color:#a4a8b1!important;cursor:default}.facility-actions-dropdown .reportBtn #more_vert-24px{fill:#fff}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu{background-color:#578ef7!important;box-shadow:0 2px 8px 0 #00000026;display:flex;flex-direction:column;width:242px!important}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item{align-items:center;background-color:inherit!important;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item.disabled-item{cursor:default;opacity:.5}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-block{width:24px}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .arrow-down-path,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-alarms-shape,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-file-eye-shapes g,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-rd-shape{fill:#fff}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-cc-shape{fill:#fff;stroke:#fff}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-cnc-shapes path{stroke:#fff}#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-atg-path,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-cnc-shapes circle,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-create-issue,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .icon-sc-shape,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .wo-icon-lines,#react-cool-portal>.dropdown-menu.facility-actions-dropdown-menu .dropdown-item .wo-icon-spare{fill:#fff}.polling-table-hint{color:#a4a8b1;font-size:14px;font-style:italic;font-weight:400;line-height:18px}.polling-command-cell{align-items:center;display:flex}.polling-command-cell .badge{background:#f1ffd0;border-radius:4px;color:#77972c;flex-shrink:0;font-size:12px;font-style:normal;font-weight:700;height:24px;line-height:normal;text-align:center;width:64px}.facility-page-new .facility-header{align-items:flex-start;display:flex}.facility-page-new .facility-header .facility-note-block{padding-left:0}.facility-page-new .facility-header .facility-note-block.edit{margin-bottom:0}.facility-page-new .facility-header .facility-note-block.view{margin:0;padding:16px;position:relative}.facility-page-new .facility-header .facility-note-block.view .note-text div:first-child:before{content:"Note: ";font-weight:700;position:absolute}.facility-page-new .facility-header .facility-note-block.view .note-text .show-more-less-clickable{color:#5e85ee;cursor:pointer;font-size:14px;font-weight:700}.facility-page-new .facility-header .tags-block{position:relative}.facility-page-new .facility-header .tags-block .tags-controller-btns button{align-items:center;display:flex;height:32px;justify-content:center;margin-left:12px;padding:0 18px}.facility-page-new .facility-header .tags-block .tags-controller-btns{display:flex;justify-content:flex-end;width:100%}.facility-page-new .facility-header .tags-block .protean-btn.viewAll{align-items:center;background:#fff;color:#5e85ee;display:none;height:24px;padding:0 0 0 8px;position:absolute;right:0;top:0}.facility-page-new .facility-header .tags-block .tag-controller-block{display:flex;flex-direction:row;height:40px}.facility-page-new .facility-header .tags-block .tag-controller-block .add-btn{align-items:center;display:flex;height:32px;justify-content:center;margin-left:12px;padding:0;width:80px}.facility-page-new .facility-header .tags-block .tag-controller-block .tag-controller{width:calc(100% - 50px)}.facility-page-new .facility-header .tags-block .blue-variant-tags.expanded{flex-direction:column;height:auto;overflow-x:visible;overflow-x:initial}.facility-page-new .facility-header .tags-block .blue-variant-tags.expanded .tags{flex-wrap:wrap;padding-top:12px}.facility-page-new .facility-header .tags-block .blue-variant-tags .tags{display:flex;overflow-x:hidden}.facility-page-new .facility-header .tags-block .blue-variant-tags .tags .label{flex-shrink:0;position:relative}.facility-page-new .facility-header .tags-block .blue-variant-tags .tags .label .red-cross{align-items:center;background-color:#d96161;border:none;border-radius:50%;display:flex;height:16px;justify-content:center;padding:0;position:absolute;right:-6px;top:-6px;width:16px}.facility-page-new .facility-header .facility-note-block{width:100%}.facility-page-new .facility-header{margin:26px 32px}.facility-page-new .facility-header .title-buttons{align-self:flex-start;width:calc(100% - 454px)}.facility-page-new .facility-header .title-buttons .top-row{display:flex;justify-content:space-between}.facility-page-new .facility-header .title-buttons .top-row span{align-items:center}.facility-page-new .facility-header .title-buttons .top-row .top-buttons{display:flex}.facility-page-new .facility-header .title-buttons .top-row .top-buttons .add-note{width:125px}.facility-page-new .facility-header .blue-variant-tags .label{background-color:#f1f4f8;color:#7486a8}.facility-page-new .facility-header .header-mediav2{display:flex;height:208px;margin-left:32px;width:422px}.facility-page-new .facility-header .header-mediav2 .main-photo{height:208px;margin-right:8px;position:relative;width:276px}.facility-page-new .facility-header .header-mediav2 .column-media{display:flex;flex-direction:column;justify-content:space-between}.facility-page-new .facility-header .header-mediav2 .column-media .col-block-media{height:96px;width:138px}.facility-page-new .facility-header .header-mediav2 .column-media .col-block-media.sitemap-block .text-overlay-facility-photos{height:104px;width:138px}.facility-page-new .facility-new-tabs{border-bottom:none}.facility-page-new .facility-new-tabs .facility-tab{align-items:center;background-color:#f7f9fa;border:1px solid #eaeeef;border-radius:4px;border-radius:0;color:#a4a8b1;display:flex;font-size:14px;font-weight:700;justify-content:center}.facility-page-new .facility-new-tabs .facility-tab.main{border-top-left-radius:4px}.facility-page-new .facility-new-tabs .facility-tab.fuel svg>g>path:nth-child(2),.facility-page-new .facility-new-tabs .facility-tab.main svg>g>path:nth-child(2),.facility-page-new .facility-new-tabs .facility-tab.remote svg>g>g>g>path:nth-child(2),.facility-page-new .facility-new-tabs .facility-tab.testing svg>g>g>g>g{fill:#a4a8b1}.facility-page-new .facility-new-tabs .facility-tab.issues{border-top-right-radius:4px}.facility-page-new .facility-new-tabs .facility-tab.active{background-color:#eaf0f9;color:#578ef7}.facility-page-new .facility-new-tabs .facility-tab.active:before{background-color:#578ef7}.facility-page-new .facility-new-tabs .facility-tab.active.fuel svg>g>g>g>g>path,.facility-page-new .facility-new-tabs .facility-tab.active.issues svg>g>g>g>g>g>g>g>g>path,.facility-page-new .facility-new-tabs .facility-tab.active.reports svg>g>g>g>g>g>path,.facility-page-new .facility-new-tabs .facility-tab.active.testing svg>g>g>g>g{fill:#578ef7}.facility-page-new .facility-new-tabs .facility-tab.active.cathodic svg>g>g>g>g>g>path{stroke:#578ef7}.facility-page-new .facility-new-tabs .facility-tab.active.cathodic svg>g>g>g>g>g>path:nth-of-type(3){fill:#578ef7;stroke:none}.facility-page-new .facility-new-tabs .facility-tab.active.main svg>g>path:nth-child(2),.facility-page-new .facility-new-tabs .facility-tab.active.remote svg>g>g>g>path:nth-child(2){fill:#578ef7}.facility-page-new .facility-body .block-header{align-items:center;display:flex;margin-bottom:22px;margin-top:30px}.facility-page-new .facility-body .facility-release-detection-table{margin:0!important}.facility-page-new .facility-body{padding:0 32px 40px}.facility-page-new .facility-body .class-of-trade-info .facility-item-value{margin-right:0}.facility-page-new .facility-body .class-of-trade-info .class-of-trade-input{display:flex;flex-direction:row;width:100%}.facility-page-new .facility-body .class-of-trade-info .class-of-trade-input .select-field{height:30px;width:calc(100% - 191px)}.facility-page-new .facility-body .class-of-trade-info .class-of-trade-input .protean-btn{align-items:center;display:flex;height:30px;justify-content:center;padding:0;width:78px}.facility-page-new .facility-body .class-of-trade-info .class-of-trade-input .protean-btn.submit{margin:0 8px}.facility-page-new .facility-body .class-of-trade-info .protean-btn.edit-btn{align-items:center;display:flex;height:30px;justify-content:center;margin:0 20px 0 8px;padding:0 8px}.facility-page-new .facility-body .class-of-trade-info .protean-btn.edit-btn:disabled svg{opacity:.5}.facility-page-new .facility-body .class-of-trade-info .protean-btn.edit-btn svg{margin-right:6px}.facility-page-new .compliance-block .protean-btn{margin-bottom:24px}.facility-page-new .compliance-block .protean-btn .protean-svg path{fill:#fff}.facility-page-new .testing-block .wo-thead .wo-tr .wo-th{color:#616674;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;position:relative}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter{display:none}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date{display:block}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker{display:none;left:7px;position:absolute;top:5px;z-index:9}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker .close-picker{display:none}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker .close-picker.show{display:block;position:absolute;right:10px;top:5px}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker.true{display:block}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .icon{display:none}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block input{height:26px;padding-left:6px;width:98%}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker.true .datepicker-block .custom-picker{top:25px}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker .sortNone{display:block;position:absolute;right:28px;top:5px}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker .sortUp{display:block;margin-bottom:0!important;position:absolute;right:28px;top:5px}.facility-page-new .testing-block .wo-thead .wo-tr .date-filter.date .picker .sortDown{display:block;margin-top:0!important;position:absolute;right:28px;top:5px}.facility-page-new .testing-block .wo-thead .wo-tr .filter-select.date,.facility-page-new .testing-block .wo-thead .wo-tr .hide{display:none}.facility-page-new .testing-block .extra.extra-setup{height:auto;margin-bottom:0}.facility-page-new .testing-block .extra{align-items:center;display:flex;height:40px;justify-content:flex-end;margin-bottom:8px}.facility-page-new .testing-block .extra .add-test{margin-right:auto}.facility-page-new .testing-block .extra .pagination-size{margin-left:50px}.facility-page-new .testing-block .extra .protean-btn:disabled{color:inherit;opacity:.7}.facility-page-new .testing-block .extra .protean-btn.pass,.facility-page-new .testing-block .extra .protean-btn.schedule{background-color:#578ef7;color:#fff;width:120px}.facility-page-new .testing-block .extra .protean-btn.fail{background-color:#d96161;color:#fff;width:120px}.facility-page-new .testing-block .extra .protean-btn.upload{align-items:center;display:flex}.facility-page-new .testing-block .extra .protean-btn.upload svg g path{fill:#3a4669}.facility-page-new .testing-block .extra .table-title{color:#24272a;font-family:Roboto;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.facility-page-new .testing-block .wo-tr{align-items:center;background-color:#f7f9fa;border-radius:4px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.facility-page-new .testing-block .wo-tbody{color:#616674;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.facility-page-new .testing-block .wo-tbody .no-records{align-items:center;display:flex;height:150px}.facility-page-new .testing-block .wo-th{height:32px;padding-left:18px}.facility-page-new .testing-block .sub-table{margin-bottom:24px;margin-top:7px}.facility-page-new .testing-block .sub-table .wo-th{color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.facility-page-new .testing-block .sub-table .wo-tbody .wo-tr{background-color:#0000}.facility-page-new .testing-block .sub-table .wo-tbody .wo-tr.new{background-color:#f7f9fa}.facility-page-new .testing-block .sub-table .wo-td{color:#24272a;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.facility-page-new .testing-block .sub-table .wo-td .actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.facility-page-new .testing-block .sub-table .wo-td .actions .protean-btn{height:32px}.facility-page-new .testing-block .sub-table .wo-td .actions .protean-btn:disabled{opacity:.7}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown{display:flex;position:relative}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button{background-color:#f7f9fa!important;border:none!important;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;min-width:32px!important}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button.dropdown-toggle:after{margin-left:auto}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button:hover{background-color:#f0f2f4!important}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button.reportBtn{background-color:#f7f9fa;border:none;border-radius:4px!important;display:flex;height:32px;justify-content:center;padding:0;width:32px}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item{background-color:#f7f9fa;border:none!important;color:#616674;min-width:198px!important;padding-left:10px;padding-right:0}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown button.dropdown-item:hover{background-color:#f0f2f4!important;color:#616674}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu{background-color:#f7f9fa!important;border:none;border-radius:4px!important;margin-top:0;max-height:100px;min-width:200px!important;overflow-y:scroll;top:100%}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar{height:56px;width:3px}.facility-page-new .testing-block .sub-table .wo-td .actions .review-download-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#f0f2f4;border-radius:3.5px}.facility-page-new .testing-block .sub-table .wo-td .cell{background-color:#f7f9fa;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.facility-page-new .testing-block .sub-table .wo-td .cell .color-status{display:none}.facility-page-new .testing-block .sub-table .wo-td .cell.pending{align-items:center;display:flex}.facility-page-new .testing-block .sub-table .wo-td .cell.pending .color-status{background-color:#efc675;border-radius:50%;display:inline-flex;height:10px;margin-right:5px;width:10px}.facility-page-new .testing-block .wo-td{align-items:center;height:48px;padding-left:18px;position:relative}.facility-page-new .testing-block .wo-td .protean-status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 10px}.facility-page-new .testing-block .wo-td .protean-status-badge .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:8px;width:10px}.facility-page-new .testing-block .wo-td .protean-status-badge .crc.fail,.facility-page-new .testing-block .wo-td .protean-status-badge .crc.failed,.facility-page-new .testing-block .wo-td .protean-status-badge .crc.overdue{background-color:#dc6e6e}.facility-page-new .testing-block .wo-td .protean-status-badge .crc.retest,.facility-page-new .testing-block .wo-td .protean-status-badge .crc.test,.facility-page-new .testing-block .wo-td .protean-status-badge .crc.upcoming{background-color:#efc675}.facility-page-new .testing-block .wo-td .protean-status-badge .crc.pass,.facility-page-new .testing-block .wo-td .protean-status-badge .crc.planned{background-color:#bcd87a}.facility-page-new .testing-block .wo-td .wo-badge{background-color:#eaeeef;border-radius:15px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:5px 9px}.facility-page-new .testing-block .wo-td .expanded-icon.true{transform:rotate(90deg)}.facility-page-new .testing-block .wo-td .big-Dot{align-items:center;background-color:#eaeeef;border-radius:12px;display:flex;height:24px;justify-content:center;width:24px}.facility-page-new .testing-block .wo-td .big-Dot .sub-dot{border-radius:50%;height:10px;width:10px}.facility-page-new .testing-block .wo-td .big-Dot .sub-dot.\31{background-color:#dc6e6e}.facility-page-new .testing-block .wo-td .big-Dot .sub-dot.\32{background-color:#efc675}.facility-page-new .testing-block .wo-td .big-Dot .sub-dot.\33{background-color:#bcd87a}.facility-page-new .go-to-wo-extra-btn{align-items:center;display:flex;height:40px;justify-content:center;padding:0 16px}.facility-page-new .go-to-wo-extra-btn svg path{fill:#fff}.invoice-review-modal.comment-modal .m-body{height:310px}.invoice-review-modal .m-body{height:800px}.invoice-review-modal.billing_code_modal .m-header{padding:32px 32ps 24px 32px}.invoice-review-modal.billing_code_modal .m-body{display:flex;flex-direction:column;height:auto;padding:1px 32px 24px;width:100%}.invoice-review-modal.billing_code_modal .m-body .save-btn{width:130px}.invoice-review-modal .custom-close-btn{right:24px;top:34px}.invoice-review-modal .invoice-review-header{align-items:center;display:flex;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding:26px 32px 18px}.invoice-review-modal .invoice-review-header .btns-review{margin-right:32px}.invoice-review-modal .invoice-review-header .btns-review .protean-btn{width:150px}.invoice-review-modal .invoice-review-header .btns-review .protean-btn.disapproved{background-color:#d96161;margin-left:12px}.invoice-review-modal .invoice-review-header .btns-review .protean-btn.disapproved:hover{background-color:#be5050}.invoice-review-modal .invoice-review-header .btns-review .protean-btn.disapproved:disabled{background-color:#a4a8b1}.invoice-review-modal .invoice-review-body.comment-body{display:flex;flex-wrap:wrap;height:auto;padding:6px 32px 32px}.invoice-review-modal .invoice-review-body.comment-body .label-comment{color:#a4a8b1;font-size:13px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.invoice-review-modal .invoice-review-body.comment-body textarea{border:1px solid #eaeeef;border-radius:4px;height:100px;margin-bottom:31px;resize:none;width:100%}.invoice-review-modal .invoice-review-body.comment-body .protean-btn{margin-left:auto;width:120px}.invoice-review-modal .invoice-review-body.comment-body .protean-btn.disapproved{background-color:#d96161;color:#fff;margin-left:12px;width:130px}.invoice-review-modal .invoice-review-body.comment-body .protean-btn.disapproved:hover{background-color:#be5050}.invoice-review-modal .invoice-review-body.comment-body .protean-btn.disapproved:disabled{background-color:#a4a8b1}.invoice-review-modal .invoice-review-body{display:flex}.invoice-review-modal .invoice-review-body .divider{background:#f7f9fa;height:5px;margin-top:20px;width:100%}.invoice-review-modal .invoice-review-body .pdf-block{height:-webkit-fill-available}.invoice-review-modal .invoice-review-body .pdf-block .pdf-protean-viewer{height:inherit}.invoice-review-modal .invoice-review-body .info{max-width:600px;min-width:390px;overflow:auto;padding:0 24px;width:35%}.invoice-review-modal .invoice-review-body .info .invoice-form .datepicker-block .icon{display:none}.invoice-review-modal .invoice-review-body .info .invoice-form textarea{border:1px solid #eaeeef;padding:10px 16px;resize:none}.invoice-review-modal .invoice-review-body .info .invoice-form .hack-input-to-mask{position:relative}.invoice-review-modal .invoice-review-body .info .invoice-form .hack-input-to-mask:before{content:"$";left:16px;position:absolute;top:50%;transform:translateY(-50%)}.invoice-review-modal .invoice-review-body .info .invoice-form .hack-input-to-mask .protean-default-input.input-amount{padding-left:25px}.invoice-review-modal .invoice-review-body .info .invoice-data{padding-top:1px;position:relative}.invoice-review-modal .invoice-review-body .info .invoice-data .edit-btn{align-items:center;display:flex;justify-content:center;padding:0;position:absolute;right:0}.invoice-review-modal .invoice-review-body .info .invoice-data .edit-btn.billing-code-edit{top:-10px}.invoice-review-modal .invoice-review-body .info .invoice-data{display:flex;flex-direction:row;padding-left:8px}.invoice-review-modal .invoice-review-body .info .invoice-data .invoice-data-headers .invoice-data-header{margin-bottom:9px;min-height:14px}.invoice-review-modal .invoice-review-body .info .invoice-data .invoice-data-headers{color:#a4a8b1;font-size:13px;font-style:normal;font-weight:700;line-height:normal;width:32%}.invoice-review-modal .invoice-review-body .info .invoice-data .invoice-data-values .invoice-data-value{margin-bottom:8px;min-height:14px}.invoice-review-modal .invoice-review-body .info .invoice-data .invoice-data-values{font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:68%}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .Collapsible__trigger .block-title.collapsible-title{color:#24272a;font-size:15px;font-style:normal;font-weight:500;line-height:normal;padding:21px 0}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .Collapsible__contentInner{position:relative}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item{margin-bottom:20px;margin-left:20px;position:relative}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-circle{background-color:#fff;border:2px solid #7a86a9;border-radius:50%;height:13px;left:-20px;position:absolute;top:5px;width:13px}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header{display:flex;justify-content:space-between}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .protean-badge.round{align-items:center;color:#a4a8b1;display:inline-flex;font-size:12px;font-style:normal;font-weight:700;height:auto;line-height:normal;margin-right:10px;padding:5px 12px 5px 6px}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .protean-badge.round .crc{border-radius:50%;display:inline-flex;height:10px;margin-right:10px;width:10px}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .protean-badge.round .crc.green{background-color:#bfe85f}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .protean-badge.round .crc.red{background-color:#d96161}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .log-date{align-items:center;color:#24272a;display:flex;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-header .log-user{align-items:center;color:#a4a8b1;display:flex;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.invoice-review-modal .invoice-review-body .info #log-list-group .Collapsible .logs-list .log-item .log-comment{word-break:break-word}.invoice-review-modal .invoice-review-body .pdf-block{width:80%}.invoice-page .action-cell-fix{max-width:165px;min-width:180px!important}.invoice-page .review-btn{height:32px}.invoice-page .action-btn{height:32px;min-width:32px!important}.invoice-page .table-content .wo-table.wo-track .wo-tbody .wo-tr{color:#24272a;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.invoice-page .table-content .wo-table.wo-track .wo-tbody .wo-tr.no-group{background-color:initial!important;margin-bottom:0;margin-top:5px;padding-bottom:5px}.invoice-page .invoice_sub_table{padding:0 24px}.invoice-page .invoice_sub_table .extra{display:none}.invoice-page .invoice_sub_table .table-content .wo-table .wo-tbody .wo-tr{background-color:initial!important}.background-jobs .stats-block{display:flex;justify-content:space-around;width:100%}.background-jobs .stats-block .stat .stat-item{display:flex;flex-direction:column;justify-content:center;width:20%}.background-jobs .stats-block .stat .stat-item h3,.background-jobs .stats-block .stat .stat-item h4{text-align:center}.background-jobs .stats-block .stat{display:flex;flex-wrap:wrap;justify-content:center;margin-right:32px;width:45%}.background-jobs .stats-block .stat h2{text-align:center;width:100%}.job-modal .m-body{height:auto!important}.job-detail-modal{display:flex;flex-direction:column}.job-detail-modal .devider{padding:0 32px}.job-detail-modal .job-logs{display:flex;flex-direction:column;padding:32px}.job-detail-modal .job-logs .log-block{align-items:center;display:flex}.job-detail-modal .job-logs .log-block .log-title{font-size:16px;font-weight:500;margin-right:16px}.job-detail-modal .job-logs .log-block .log-value{font-size:16px}.job-detail-modal .job-actions{display:flex;padding:32px}.job-detail-modal .job-actions button{margin-left:auto;width:150px}.job-detail-modal .job-info{align-items:baseline;display:flex;flex-wrap:wrap;justify-content:space-between;padding:32px;width:100%}.job-detail-modal .job-info .info-block{display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;width:30%}.job-detail-modal .job-info .info-block .info-title{font-size:18px;font-weight:600;text-align:center}.job-detail-modal .job-info .info-block .info-value{font-size:16px;text-align:center}.protean-facility-list{padding:16px}.protean-facility-list .title-block{display:flex;justify-content:space-between;padding:16px 16px 0}.protean-facility-list .title-block h1{color:#24272a;display:flex;font-size:24px;font-style:normal;font-weight:500;margin-bottom:0}.protean-facility-list .title-block .client-search{margin-right:16px;width:270px}.protean-facility-list .facility-list-content{display:flex;justify-content:center;min-height:600px;padding:16px;width:100%}.protean-facility-list .facility-list-content .select-client-text{color:#767a85;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;height:100%;line-height:normal;margin-bottom:auto;margin-top:auto;text-align:center;width:100%}.protean-facility-list .facility-list-content .table-content{width:100%}.protean-facility-list .facility-list-content .table-content .status>.status-badge{display:flex}.protean-facility-list .facility-list-content .table-content .status>.status-badge .crc.green{background-color:#bcd87a}.protean-facility-list .facility-list-content .table-content .status>.status-badge .crc.red{background-color:#dc6e6e}.protean-facility-list .facility-list-content .table-content .status>.status-badge .crc{background-color:#efc675;border-radius:12px;display:inline-flex;height:10px;margin-right:8px;width:10px}.protean-facility-list .facility-list-content .table-content .status>.status-badge{background-color:#f7f9fa;border-radius:12px;color:#a4a8b1;font-family:Roboto;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-right:8px;padding:5px 10px 5px 8px}.facility-search-no-options{align-content:center;color:#767a85;display:flex;flex-direction:column;font-size:14px;font-style:normal;font-weight:400;justify-content:center;padding:20px 0;text-align:center}.facility-search-no-options a{-webkit-text-decoration-skip:ink;color:#578ef7;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;margin-top:8px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-skip-ink:auto;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.overflow-x-auto{overflow-x:auto}.magic-button{margin-left:32px}.magic-button button.reportBtn{background-color:#bcd87a!important}.magic-button button.reportBtn:hover{background-color:#a1bc62!important}.magic-button button.reportBtn span{width:100%}.magic-button button.reportBtn svg>path{fill:#fff}.protean-sidebar{border-color:#eaeeef!important;border-width:1px!important;margin-bottom:1.25rem;margin-left:1.25rem;margin-right:1.25rem}div#root{display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 3.12503rem);min-width:1275px}a{cursor:pointer}.display-block{display:block!important}
/*# sourceMappingURL=main.4b34b67a.css.map*/